Created
February 23, 2010 23:55
-
-
Save jhsu/312876 to your computer and use it in GitHub Desktop.
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
# nvidia-settings: X configuration file generated by nvidia-settings | |
# nvidia-settings: version 1.0 (buildd@palmer) Sun Feb 1 20:21:04 UTC 2009 | |
# nvidia-xconfig: X configuration file generated by nvidia-xconfig | |
# nvidia-xconfig: version 1.0 (buildmeister@builder63) Mon Mar 23 15:33:27 PST 2009 | |
Section "ServerLayout" | |
Identifier "Layout0" | |
Screen 0 "Screen0" 0 0 | |
InputDevice "Keyboard0" "CoreKeyboard" | |
InputDevice "Mouse0" "CorePointer" | |
EndSection | |
Section "Module" | |
Load "dbe" | |
Load "extmod" | |
Load "type1" | |
Load "freetype" | |
Load "glx" | |
EndSection | |
Section "ServerFlags" | |
Option "Xinerama" "0" | |
EndSection | |
Section "InputDevice" | |
Identifier "Mouse0" | |
Driver "mouse" | |
Option "Protocol" "auto" | |
Option "Device" "/dev/psaux" | |
Option "Emulate3Buttons" "no" | |
Option "ZAxisMapping" "4 5" | |
EndSection | |
Section "InputDevice" | |
# generated from default | |
Identifier "Keyboard0" | |
Driver "kbd" | |
EndSection | |
Section "Monitor" | |
Identifier "Monitor0" | |
VendorName "Unknown" | |
ModelName "CRT-1" | |
HorizSync 30.0 - 81.0 | |
VertRefresh 55.0 - 76.0 | |
Option "DPMS" | |
EndSection | |
Section "Device" | |
Identifier "GeForce 8800 1" | |
Driver "nvidia" | |
VendorName "NVIDIA Corporation" | |
BoardName "GeForce 8800 GTS 512" | |
Option "NoLogo" "True" | |
Screen 0 | |
EndSection | |
Section "Device" | |
Identifier "GeForce 8800 2" | |
Driver "nvidia" | |
VendorName "NVIDIA Corporation" | |
BoardName "GeForce 8800 GTS 512" | |
Option "NoLogo" "True" | |
Screen 1 | |
EndSection | |
Section "Screen" | |
# Removed Option "metamodes" "CRT: nvidia-auto-select +1680+0, DFP: nvidia-auto-select +0+0" | |
Identifier "Screen0" | |
Device "GeForce 8800 1" | |
Monitor "Monitor0" | |
DefaultDepth 24 | |
Option "TwinView" "1" | |
Option "TwinViewXineramaInfoOrder" "DFP-0" | |
Option "metamodes" "CRT: 1280x1024 +1680+0, DFP: nvidia-auto-select +0+0" | |
SubSection "Display" | |
Depth 24 | |
EndSubSection | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment