b5566ef15d8e3c1ee5de1712904e13a3a26d6dc2
[iec.git] / src / use_cases / robox / setupenv / xorg.conf
1 Section "ServerFlags"
2              Option "DontVTSwitch" "on"
3              Option "AutoAddDevices" "off"
4              Option "AutoEnableDevices" "off"
5              Option "AutoAddGPU" "off"
6              Option "AutoBindGPU" "off"
7 EndSection
8 Section "Device"
9              Identifier "AMD"
10              Driver "amdgpu"
11              BusID "pci:01:00:00"
12 EndSection
13 Section "Monitor"
14              Identifier "monitor0"
15              Modeline "1280x720"   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync
16              Option "enable" "true"
17 EndSection
18 Section "Screen"
19              Identifier "screen0"
20              Device "AMD"
21              Monitor "monitor0"
22              DefaultDepth 24
23              SubSection "Display"
24                           Depth 24
25                           Modes "1280x720"
26              EndSubSection
27 EndSection