|
|
发表于 2007-11-15 12:11:13
|
显示全部楼层
我的xorg.conf- # nvidia-xconfig: X configuration file generated by nvidia-xconfig
- 2 # nvidia-xconfig: version 1.0 (buildmeister@builder3) Wed Sep 12 14:29:35 PDT 2007
- 3
- 4 # Xorg configuration created by livna-config-display
- 5
- 6 Section "ServerLayout"
- 7 Identifier "Default Layout"
- 8 Screen 0 "Screen0" 0 0
- 9 InputDevice "Mouse0" "CorePointer"
- 10 InputDevice "Keyboard0" "CoreKeyboard"
- 11 EndSection
- 12
- 13 Section "Files"
- 14 ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
- 15 ModulePath "/usr/lib/xorg/modules"
- 16 EndSection
- 17
- 18 Section "Module"
- 19 Load "glx"
- 20 Load "extmod"
- 21 EndSection
- 22
- 23 Section "ServerFlags"
- 24 Option "AIGLX" "on"
- 25 EndSection
- 26
- 27 Section "InputDevice"
- 28 # generated from default
- 29 Identifier "Mouse0"
- 30 Driver "mouse"
- 31 Option "Protocol" "auto"
- 32 Option "Device" "/dev/input/mice"
- 33 Option "Emulate3Buttons" "no"
- 34 Option "ZAxisMapping" "4 5"
- 35 EndSection
- 36
- 37 Section "InputDevice"
- 38 Identifier "Keyboard0"
- 39 Driver "kbd"
- 40 Option "XkbModel" "pc105"
- 41 Option "XkbLayout" "us+inet"
- 42 EndSection
- 43
- 44 Section "Monitor"
- 45 Identifier "Monitor0"
- 46 VendorName "Unknown"
- 47 ModelName "Unknown"
- 48 HorizSync 30.0 - 110.0
- 49 VertRefresh 50.0 - 150.0
- 50 Option "DPMS"
- 51 EndSection
- 52
- 53 Section "Device"
- 54 Identifier "Videocard0"
- 55 Driver "nvidia"
- 56 EndSection
- 57
- 58 Section "Screen"
- 59 Identifier "Screen0"
- 60 Device "Videocard0"
-
- 61 Monitor "Monitor0"
- 62 DefaultDepth 24
- 63 Option "AddARGBGLXVisuals" "True"
- 64 SubSection "Display"
- 65 Viewport 0 0
- 66 Depth 24
- 67 EndSubSection
- 68 EndSection
- 69
- 70 Section "Extensions"
- 71 Option "Composite" "Enable"
- 72 EndSection
-
复制代码 |
|