vaiops/xorg.conf

36 lines
1.3 KiB
Xorg
Raw Normal View History

2021-12-09 08:16:56 +00:00
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"
Option "PreferredMode" "1064x512_60.00"
# 1.5x upscaling to native (768p)
Modeline "1064x512_60.00" 42.56 1064 1096 1200 1336 512 513 516 531 -HSync +Vsync
# whole-number multiple of Gameboy Advance resolution (160p * 3)
2021-12-09 08:16:56 +00:00
Modeline "1000x480_60.00" 37.45 1000 1024 1128 1256 480 481 484 497 -HSync +Vsync
# whole-number multiple of Super NES resolution (224p * 2)
Modeline "936x448_60.00" 32.29 936 952 1048 1160 448 449 452 464 -HSync +Vsync
# whole-number multiple of Gameboy Color resolution (144p * 3)
Modeline "896x432_60.00" 29.68 896 912 1000 1104 432 433 436 448 -HSync +Vsync
# whole-number multiple of Doom and Doom accessories (200p * 2)
Modeline "832x400_60.00" 25.10 832 840 920 1008 400 401 404 415 -HSync +Vsync
# 2x upscaling to native (768p)
Modeline "800x384_60.00" 23.31 800 808 888 976 384 385 388 398 -HSync +Vsync
# good for watching 360p youtube
2021-12-09 08:16:56 +00:00
Modeline "752x360_60.00" 20.05 752 752 824 896 360 361 364 373 -HSync +Vsync
EndSection