LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 856|回复: 8

升级显卡驱动nvdia带来的问题---》死机严重

[复制链接]
发表于 2003-3-6 21:07:22 | 显示全部楼层 |阅读模式
我的显卡是Geforce 2 Go,系统是Red Hat 8,我装了NVIDIA的新显卡驱动,总得来说效果还是不错的,看DVD很连贯.但是自从装了这个显卡驱动后,经常出现死机现象,具体表现为,每次进入文本界(我默认进文本界面)面后 startx,然后就没反应了,10次 中大概有5次会这样.
请问这是怎么回事,应该是新驱动的问题吧.该怎么解决呢?
非常感谢!!
发表于 2003-3-6 21:49:42 | 显示全部楼层
把/etc/X11/XF86Config发上来,咱们研究一下再说。多谢。
 楼主| 发表于 2003-3-6 22:53:59 | 显示全部楼层
# File generated by anaconda.

Section "ServerLayout"
        Identifier     "Anaconda Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Mouse1" "SendCoreEvents"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath     "unix/:7100"
EndSection

Section "Module"
        Load  "dbe"
        Load  "extmod"
        Load  "fbdevhw"#        Load  "dri"
        Load  "glx"
        Load  "record"
        Load  "freetype"
        Load  "type1"
EndSection

Section "InputDevice"
#        Option        "AutoRepeat"        "500 5"
# when using XQUEUE, comment out the above line, and uncomment the
# following line
#        Option        "rotocol"        "Xqueue"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#        Option        "Xleds"                "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#        Option        "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#        Option        "XkbModel"        "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#        Option        "XkbModel"        "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#        Option        "XkbLayout"        "de"
# or:
#        Option        "XkbLayout"        "de"
#        Option        "XkbVariant"        "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#        Option        "XkbOptions"        "ctrl:swapcaps"
        #Option        "XkbOptions"        ""
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option            "XkbRules" "xfree86"
        Option            "XkbModel" "pc105"
        Option            "XkbLayout" "us"        #Option        "XkbVariant"        ""
EndSection

Section "InputDevice"
        # Modified by mouseconfig
        # Modified by mouseconfig
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "Device" "/dev/input/mice"
        Option            "rotocol" "IMPS/2"
        Option            "Emulate3Buttons" "no"
        Option            "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
        Identifier  "Mouse1"
        Driver      "mouse"
        Option            "Device" "/dev/input/mice"
        Option            "rotocol" "IMPS/2"
        Option            "Emulate3Buttons" "no"
        Option            "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        HorizSync    31.5 - 48.5
        VertRefresh  50.0 - 70.0
        Option            "dpms"
EndSection

Section "Device"
        # no known options
        #BusID
        Identifier  "VESA driver (generic)"
        Driver      "nvidia"
        VendorName  "VESA driver (generic)"
        BoardName   "VESA driver (generic)"
        VideoRam    131072
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "VESA driver (generic)"
        Monitor    "Monitor0"
        DefaultDepth     16
        SubSection "Display"
                Depth     16
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "DRI"
        Mode         0666
EndSection

多谢!
发表于 2003-3-7 09:07:23 | 显示全部楼层
这样试一下,用redhat-config-xfree86来换一个显卡的驱动。改成nv的,然后再根据NVIDIA的升级的文章来修改/etc/X11/XF86Config文件。把下面的三行也注销掉吧。
#Load "dbe"
#VideoRam 131072
#Option "dpms"
发表于 2003-3-7 09:31:34 | 显示全部楼层
我觉得这里也有点问题:
Section "Device"
# no known options
#BusID
Identifier "VESA driver (generic)"
Driver "nvidia"
VendorName "VESA driver (generic)"
BoardName "VESA driver (generic)"
VideoRam 131072 <----显卡内存真有128M吗?
EndSection
 楼主| 发表于 2003-3-7 10:37:17 | 显示全部楼层
我的显存是16M,我把Videoram改成了16384,其他几个该屏蔽的屏蔽了.driver 改成nvidia了.第一次重起良好,看以后怎么样吧.
多谢大家的帮助!!
 楼主| 发表于 2003-3-7 11:30:29 | 显示全部楼层
第二次又死了
发表于 2003-3-7 20:35:51 | 显示全部楼层
第二次又死了


#Load "glx"
把这项也屏掉吧。可能是RIVA的型号的显卡吧。那它就不支持3D功能。试一下。
发表于 2003-3-7 22:01:52 | 显示全部楼层
最初由 北南南北 发布


#Load "glx"
把这项也屏掉吧。可能是RIVA的型号的显卡吧。那它就不支持3D功能。试一下。


GForce2 Go 是相当于GForce2 MX100的,NVidia的驱动程序应该是支持的,其实就算是RIVA TNT2显卡,nvidia的驱动也是支持的(我office的机器就是),如果不要glx就是没有3D功能了,总觉得有点可惜。

把这行注释掉试试:
# Load "fbdevhw"
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表