LinuxSir.cn,穿越时空的Linuxsir!

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

NV驱动的问题,那位大哥再帮帮忙

[复制链接]
发表于 2004-12-5 09:22:03 | 显示全部楼层 |阅读模式
我使用的是FC正式版并且全部安装,也装了全部的升级包,我的内核是2.69-1.881。但是还是不能安装NV驱动,我使用的是TNT2 M64 32M显存,我下载了一个据说是补丁过的驱动,安装完后我用modprobe nvidia  可以显示出NVIDIA的模块但是只要我startx就会黑屏(没有死机)我等了足足15分钟但是还是毫无动静,我重新启动后把nvidia改回nv就可以进入图形界面,那位大哥能指导一下??清详细说明一下。(能否提供真正的补丁过的6111?6629再我的机器上我用了N 中方法都不能安装成功)感激涕零阿 !!!!
我的xorg.conf配置如下:
# XFree86 4 configuration created by pyxf86config

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
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"
        #Load  "dri"
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      "kbd"
        Option            "XkbModel" "pc105"
        Option            "XkbLayout" "us"
EndSection

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

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "AT 776FT+"
        DisplaySize  330        250
        HorizSync    30.0 - 70.0
        VertRefresh  50.0 - 120.0
        Option            "dpms"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "nvidia"
        VendorName  "Videocard vendor"
        BoardName   "RIVA TNT2"  
EndSection

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

Section "DRI"
        Group        0
        Mode         0666
EndSection
 楼主| 发表于 2004-12-5 13:42:30 | 显示全部楼层
没人理我??咳!
我是迫不得已才发这个帖子的,我都快要把论坛看遍了,同样也试验了好多种方法但是都失败了,哪位大哥就不能好心指教一下??
发表于 2004-12-5 13:45:39 | 显示全部楼层
那些大哥哥多是晚上来的,我的也没搞好。
 楼主| 发表于 2004-12-5 16:04:47 | 显示全部楼层
同命相怜阿
发表于 2004-12-6 23:37:55 | 显示全部楼层
hades大哥曾提供过一个方法,我在FC3下屡试屡中。在此谢谢hades为我等菜鸟们造福!
sh NV*
在出现问你是否连接到www.nvidia.com网站这个地方 ... 方选YES或OK。
装好驱动后:
cp -a /dev/nvidia* /etc/udev/devices
chown root.root /etc/udev/devices/nvidia*
然后vi /etc/X11/xorg.conf

########
Section "Device"
Identifier "Videocard0"
Driver "nv"
VendorName "Videocard vendor"
BoardName "RIVA TNT2"
EndSection
###########
中的 “nv" 改为”nvidia"
按Esc键后输入:wq(是冒号加字母wq)
再startx
发表于 2004-12-7 09:07:08 | 显示全部楼层
谢谢你。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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