vaiops/xorg.conf
2021-12-09 00:16:56 -08:00

24 lines
529 B
Xorg

Section "Device"
Identifier "Card0"
Driver "modesetting"
Option "AccelMethod" "none"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 16
SubSectionSub "Display"
Depth 16
Viewport 0 0
EndSubSection
EndSection
Section "Monitor"
Identifier "Monitor0"
Modeline "1000x480_60.00" 37.45 1000 1024 1128 1256 480 481 484 497 -HSync +Vsync
Modeline "752x360_60.00" 20.05 752 752 824 896 360 361 364 373 -HSync +Vsync
Option "PreferredMode" "1000x480_60.00"
EndSection