Created
March 11, 2022 23:01
-
-
Save jackmawer/ae471f00e531b7d1b32bdd8b585e6d5a to your computer and use it in GitHub Desktop.
eMac xorg config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#tested on eMac, ATI 1.25 GHz | |
Section "InputDevice" | |
Identifier "Generic Keyboard" | |
Driver "kbd" | |
Option "XkbRules" "xorg" | |
Option "XkbModel" "pc105" | |
Option "XkbLayout" "gb" | |
Option "XkbOptions" "lv3:lwin_switch" | |
EndSection | |
Section "InputDevice" | |
Identifier "Configured Mouse" | |
Driver "mouse" | |
EndSection | |
Section "Device" | |
Identifier "Configured Video Device" | |
BusID "PCI:0:16:0" | |
Option "UseFBDev" "true" | |
Option "ConnectorTable" "100,1,0,1,108,2,0,1" | |
Option "ReverseDDC" "true" | |
Option "AGPMode" "4" | |
EndSection | |
Section "Monitor" | |
Identifier "Configured Monitor" | |
#Note: This set for 1280x960 resolution to change see below. | |
#Add a # to Modeline and Option NOT required. | |
#remove # to Modeline and Option required (just one modeline and option "PreferredMode"per monitor) | |
# save to changes. Then reboot. | |
#Modeline "800x600_112.00" 76.84 800 848 936 1072 600 601 604 640 +hsync +vsync | |
#Option "PreferredMode""800x600_112.00" | |
#Modeline "1024x768_89.00" 99.07 1024 1088 1200 1376 768 769 772 809 +hsync +vsync | |
#Option "PreferredMode" "1024x768_89.00" | |
#Modeline "1152x870_80.00" 113.11 1152 1224 1352 1552 870 871 874 911 +hsync +vsync | |
#Option "PreferredMode" "1152x870_80.00 | |
Modeline "1280x960_72.00" 124.54 1280 1368 1504 1728 960 961 964 1001 +HSync +Vsync | |
Option "PreferredMode" "1280x960_72.00" | |
EndSection | |
Section "Screen" | |
Identifier "Default Screen" | |
Monitor "Configured Monitor" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment