[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

为什么我不能使用nvida的显卡驱动



我把xorg升级到7。0
然后安装网上的说明用modassistant安装nvdia的显卡驱动
并重新配置xorg.conf
但是startx的时候出错,错误是:
xauth: creating new authority file /root/.serverauth.15214

X: warning; process set to priority -1 instead of requested priority 0

X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.12-1-686 i686
Current Operating System: Linux abo 2.4.32 #1 SMP 2006年 05月 28日 星期
日 16:12:44 CST i686
Build Date: 16 March 2006
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Jun 25 08:44:43 2006
(==) Using config file: "/etc/X11/xorg.conf"
Syntax Error: /usr/share/X11/rgb.txt:36
(EE) /usr/lib/xorg/modules/extensions/libglx.so is an unrecognized
module type
(EE) Failed to load module "glx" (unknown module type, 6)
(EE) Failed to load module "nvidia" (module does not exist, 0)
(EE) No devices detected.

Fatal server error:
no screens found
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.

我的xorg.conf是
# xorg.conf (Xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
# cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
# md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum
# dpkg-reconfigure xserver-xorg

Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "evdev"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "v4l"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "Auto"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "Device"
Identifier "NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
Driver "nvidia"
BusID "PCI:1:0:0"
VideoRam 65536
# option "NoLogo"
EndSection

Section "Monitor"
Identifier "Samsung"
Option "DPMS"
HorizSync 30-60
VertRefresh 75-90
EndSection

Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
Monitor "Samsung"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "" "800x600" "" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "" "800x600" "" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "" "800x600" "" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "" "800x600" "" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "" "800x600" "" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "" "800x600" "" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"

EndSection

Section "DRI"
Mode 0666
EndSection




Reply to: