X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=src%2Fuse_cases%2Frobox%2Fsetupenv%2Fxorg.conf;fp=src%2Fuse_cases%2Frobox%2Fsetupenv%2Fxorg.conf;h=b5566ef15d8e3c1ee5de1712904e13a3a26d6dc2;hb=5e8e332ce38f771991f443fd9114f6f997ad1f89;hp=0000000000000000000000000000000000000000;hpb=e2a6b32520bb71a0413ad86d1008754b743c12fe;p=iec.git diff --git a/src/use_cases/robox/setupenv/xorg.conf b/src/use_cases/robox/setupenv/xorg.conf new file mode 100644 index 0000000..b5566ef --- /dev/null +++ b/src/use_cases/robox/setupenv/xorg.conf @@ -0,0 +1,27 @@ +Section "ServerFlags" + Option "DontVTSwitch" "on" + Option "AutoAddDevices" "off" + Option "AutoEnableDevices" "off" + Option "AutoAddGPU" "off" + Option "AutoBindGPU" "off" +EndSection +Section "Device" + Identifier "AMD" + Driver "amdgpu" + BusID "pci:01:00:00" +EndSection +Section "Monitor" + Identifier "monitor0" + Modeline "1280x720" 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync + Option "enable" "true" +EndSection +Section "Screen" + Identifier "screen0" + Device "AMD" + Monitor "monitor0" + DefaultDepth 24 + SubSection "Display" + Depth 24 + Modes "1280x720" + EndSubSection +EndSection