|
|
发表于 2008-2-9 22:47:31
|
显示全部楼层
- Section "ServerLayout"
- Identifier "single head configuration"
- Screen 0 "Screen0" 0 0
- InputDevice "Mouse0" "CorePointer"
- InputDevice "Keyboard0" "CoreKeyboard"
- EndSection
- Section "Files"
- ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
- ModulePath "/usr/lib/xorg/modules"
- EndSection
- Section "Module"
- Load "glx"
- Load "extmod"
- 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 "InputDevice"
- Identifier "Keyboard0"
- Driver "kbd"
- Option "XkbModel" "pc105"
- Option "XkbLayout" "us+inet"
- EndSection
- Section "Monitor"
- Identifier "Monitor0"
- ModelName "LCD Panel 1024x768"
- HorizSync 31.5 - 48.0
- VertRefresh 56.0 - 65.0
- Option "dpms"
- EndSection
- Section "Device"
- Identifier "Videocard0"
- Driver "nvidia"
- VendorName "NVIDIA Corporation"
- EndSection
- Section "Screen"
- Identifier "Screen0"
- Device "Videocard0"
- Monitor "Monitor0"
- DefaultDepth 24
- Option "AddARGBGLXVisuals" "True"
- SubSection "Display"
- Viewport 0 0
- Depth 24
- EndSubSection
- EndSection
复制代码
你可以参照下
我的是nv的显卡
当然,你也可以去nv网站下载驱动,因为你没有xorg.conf,驱动程序会自动为你生成一个。 |
|