QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1394|回复: 15

nvidia显卡驱动在redhat9.0下的安装问题?

[复制链接]
发表于 2004-7-6 21:10:59 | 显示全部楼层 |阅读模式
我用的是redhat9.0的系统,2.4.20-8内核,显卡是nvidia的gf2mx200
我从网上下了nvidia-linux-x86-1.0-6106-plg1.run;
nvidia-linux-x86-1.0-5336-plg1.run;
nvidia-linux-x86-1.0-4496-plg2.run;的驱动
   先安装的是6106的  在执行完sh ./nvidia-linux-x86-1.0-6106-plg1.run后重启进入计算机把/etc/x11/xf86config中的nv改为nvidia后重启进不了图形界面了。再次重启返回linux原来的驱动了。
   我又装5336. 结果在进入图形界面时黑屏, 键盘也没反应了。字符界面也进不了。哀,只有从装系统后又装4496的驱动 ,反应和5336一样, 我好郁闷
    我想问一下装4496时不时要把6106等卸载掉, 应该如何卸载
     我应该如何装nvidia的驱动 ,装完后有什么效果 ,开机什么时候能看到nvidia的logo?
   谢谢各位先~~~~~~~~
发表于 2004-7-6 21:39:54 | 显示全部楼层
In the Module section, make sure you have:

        Load   "glx"

You should also remove the following lines:
      
        Load  "dri"
        Load  "GLcore"
回复

使用道具 举报

 楼主| 发表于 2004-7-6 22:07:10 | 显示全部楼层
我看过了  都符合阿~
回复

使用道具 举报

 楼主| 发表于 2004-7-6 22:11:53 | 显示全部楼层
我看过了  都符合阿~
回复

使用道具 举报

发表于 2004-7-6 23:11:09 | 显示全部楼层
说说你具体怎么做的,然后看看你的xfree86 的log
回复

使用道具 举报

 楼主| 发表于 2004-7-7 10:25:13 | 显示全部楼层
安装的是4496的
在执行完sh ./nvidia-linux-x86-1.0-4496-plg2.run后显示安装成功
重启进入计算机
把/etc/x11/xf86config中的nv改为nvidia后重启
进不了图形界面了,在显示localhost login后电脑黑屏,键盘也没反应,键盘指示灯也不亮,硬盘也没读了
回复

使用道具 举报

发表于 2004-7-7 12:35:51 | 显示全部楼层
说实话。我还没到这一步。一起学习吧```
回复

使用道具 举报

发表于 2004-7-7 16:19:07 | 显示全部楼层
我在fedora2下装了驱动,效果还没有不装好!
回复

使用道具 举报

 楼主| 发表于 2004-7-7 23:28:51 | 显示全部楼层
唉  也不知道装上了示什么效果  !!
就想看看吧这么麻烦 !!
我想知道图形模式下黑屏了怎么能进入文本, 我的黑屏了为什么键盘也没反应了,最后只有从装系统!!
回复

使用道具 举报

发表于 2004-7-7 23:54:38 | 显示全部楼层
安装nv 驱动一般流程.
1.下载
2.切换到纯字符模式(关掉x)
3.运行安装程序.
4.修改XF86config 或XF86config-4
5.startx 在进入如x 前会先看到nvidia 的logo
回复

使用道具 举报

 楼主| 发表于 2004-7-9 07:34:37 | 显示全部楼层
安装一切正常 ! 就在修改XF86Config的时候  !我把nv改为nvidia后电脑就没反应了 !
我现在是从文本驱动!要是从图形驱动,改完nvidia后键盘没反应了 !电脑黑屏!也退不出来,只有重装系统, 郁闷~
附上我的xf86config

# XFree86 4 configuration created by redhat-config-xfree86

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "DevInputMice" "AlwaysCore"
EndSection

Section "Files"

# RgbPath is 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  "glx"
        Load  "record"
        Load  "freetype"
        Load  "type1"
EndSection

Section "InputDevice"

# 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"
# Or if you just want both to be control, use:
#        Option        "XkbOptions"        "ctrl:nocaps"
#
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option            "XkbRules" "xfree86"
        Option            "XkbModel" "pc105"
        Option            "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "Protocol" "IMPS/2"
        Option            "Device" "/dev/psaux"
        Option            "ZAxisMapping" "4 5"
        Option            "Emulate3Buttons" "no"
EndSection

Section "InputDevice"

# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
        Identifier  "DevInputMice"
        Driver      "mouse"
        Option            "Protocol" "IMPS/2"
        Option            "Device" "/dev/input/mice"
        Option            "ZAxisMapping" "4 5"
        Option            "Emulate3Buttons" "no"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "S/T 77DF/76D"
        DisplaySize  320        240
        HorizSync    30.0 - 70.0
        VertRefresh  50.0 - 160.0
        Option            "dpms"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "nv"
        VendorName  "Videocard vendor"
        BoardName   "NVIDIA GeForce 2 MX (generic)"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Depth     16
                Modes    "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "DRI"
        Group        0
        Mode         0666
EndSection
回复

使用道具 举报

 楼主| 发表于 2004-7-9 23:27:27 | 显示全部楼层
没人看  顶一顶! :neutral:  :neutral:
回复

使用道具 举报

发表于 2004-7-9 23:41:05 | 显示全部楼层
如果看不到nv 的logo 就说明驱动没装好. 看看mod 有没加载.
回复

使用道具 举报

 楼主| 发表于 2004-7-9 23:44:58 | 显示全部楼层
不好意思那     问一个很菜的问题  
我不知道什么是mod     应该怎么加载
回复

使用道具 举报

发表于 2004-7-10 09:41:09 | 显示全部楼层
这个问题,根据我的就经验, 其实很简单的,
首先:你的显卡支持NVIDIA;
其次:修改启动模式为3:----从纯文本,安装驱动,;
再次:修改你的XF86Config文件,将里面的
这段:
Section "Module"
Load "dbe"  这句注释掉------再前面加个#,OK
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1" 这句也注释掉-----总之就是着一段里的第一句和最后一句,看清楚了,嘿嘿
EndSection
下面我们还要这样改:
Section "Device"
Identifier "Videocard0"
Driver "nv"     ------把这句话里的nv改成nvidai
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce 2 MX (generic)"
EndSection
好了,全部结束,试试看startx,如果能看到NVIDIA 的logo,大功告成,我就是这样安装的,屡试不爽啊!
别忘了再改成图形启动哦
最后一切OK,重起!
其他的不用管的
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-9-28 15:30 , Processed in 0.090609 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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