|
小弟最近刚换电脑,显示器是三星 740Nplus,显卡是geforce 7600GS
前两天刚装的Lenny,下载的Nvidia的官方驱动Nvidia-Linux-x86-256.35.run
可是安装上去后,X启动起来分辨率只有640x480,弄了半天也上不到1280x1024
求高人帮忙解决
附上我的xorg配置文件
- # nvidia-settings: X configuration file generated by nvidia-settings
- # nvidia-settings: version 256.35 (buildmeister@builder101) Wed Jun 16 19:25:39 PDT 2010
- # nvidia-xconfig: X configuration file generated by nvidia-xconfig
- # nvidia-xconfig: version 256.35 (buildmeister@builder101) Wed Jun 16 19:25:59 PDT 2010
- Section "ServerLayout"
- Identifier "Layout0"
- Screen 0 "Screen0" 0 0
- InputDevice "Keyboard0" "CoreKeyboard"
- InputDevice "Mouse0" "CorePointer"
- Option "Xinerama" "0"
- EndSection
- Section "Files"
- EndSection
- Section "Module"
- Load "dbe"
- Load "extmod"
- # Load "type1"
- Load "freetype"
- Load "glx"
- EndSection
- Section "InputDevice"
- # generated from default
- 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 28.0 - 33.0
- VertRefresh 43.0 - 72.0
- Option "DPMS"
- EndSection
- Section "Device"
- Identifier "Device0"
- Driver "nvidia"
- VendorName "NVIDIA Corporation"
- BoardName "GeForce 7600 GS"
- EndSection
- Section "Screen"
- # Removed Option "MetaModes" "1280x1024 +0+0"
- Identifier "Screen0"
- Device "Device0"
- Monitor "Monitor0"
- DefaultDepth 24
- Option "UseEdid" "False"
- Option "TwinView" "0"
- Option "metamodes" "nvidia-auto-select @1280x1024 +0+0"
- SubSection "Display"
- Depth 24
- Modes "1280x1024" "1024x768"
- EndSubSection
- EndSection
复制代码 |
|