Created
March 26, 2011 08:50
-
-
Save rismalrv/f1aec423d6d698a6390c to your computer and use it in GitHub Desktop.
This file contains hidden or 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-xconfig: X configuration file generated by nvidia-xconfig | |
| # nvidia-xconfig: version 260.19.36 (mockbuild@) Sat Jan 22 06:37:01 EST 2011 | |
| # Xorg configuration created by livna-config-display | |
| Section "ServerLayout" | |
| Identifier "Default Layout" | |
| Screen "Default Screen" 0 0 | |
| InputDevice "Keyboard0" "CoreKeyboard" | |
| InputDevice "Mouse0" "CorePointer" | |
| EndSection | |
| Section "Files" | |
| ModulePath "/usr/lib/xorg/modules" | |
| EndSection | |
| Section "ServerFlags" | |
| Option "AIGLX" "on" | |
| EndSection | |
| Section "InputDevice" | |
| # generated from data in "/etc/sysconfig/keyboard" | |
| Identifier "Keyboard0" | |
| Driver "keyboard" | |
| Option "XkbLayout" "us" | |
| Option "XkbModel" "pc105" | |
| EndSection | |
| Section "InputDevice" | |
| # generated from default | |
| Identifier "Mouse0" | |
| Driver "mouse" | |
| Option "Protocol" "auto" | |
| Option "Device" "/dev/input/mice" | |
| Option "Emulate3Buttons" "no" | |
| Option "ZAxisMapping" "4 5" | |
| EndSection | |
| Section "Device" | |
| Identifier "Videocard0" | |
| Driver "nvidia" | |
| EndSection | |
| Section "Screen" | |
| Identifier "Default Screen" | |
| Device "Videocard0" | |
| SubSection "Display" | |
| Modes "nvidia-auto-select" | |
| EndSubSection | |
| EndSection | |
| Section "Extensions" | |
| Option "Composite" "Enable" | |
| EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment