txgenius 发表于 2004-10-13 09:21:40

linux下安装nv驱动的问题

我用的是rh9.0,linux2.4.21
驱动程序文件是NVIDIA-Linux-x86-1.0-6111-pkg1.run
我用sh安装,并且按readme修改了xfree86的config
但是进X后可以看到nv的logo,然后看到x状的鼠标,背景是黑色的
就像平时启动X一样.但是等了n长时间,还是什么反应都没有,没有进入x

在安装驱动程序时,驱动程序为我编译了一个kernel interface
是不是还要安装这个东西,重新编译内核?
如果是,应该怎么做?

bwb 发表于 2004-10-13 13:14:54

run包不用再安装kernel interface 了,估计是你的配置还是有问题,可以在root底下用命令:
#XFree86 -configure
做个自动配置,然后根据给出的提示做一下测试,如果没有问题了将/root/XF86Config.new考入/etc/X11覆盖原来的XF86Config。

txgenius 发表于 2004-10-13 15:40:15

我运行XFree86 -xf86configure /root/XF86config.new 结果就出来一屏幕的选项
我用|more都不能看到前面的内容,不知道该怎么测试
用XF86config.new覆盖XF86Config也进不了x

我原来的XF86Config内容为:
# XFree86 4 configuration created by pyxf86config

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"
#        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      "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    "Monitor 1024x768"
        HorizSync    30.0 - 70.0
        VertRefresh50.0 - 160.0
        Option          "dpms"
EndSection

Section "Device"
        Identifier"Videocard0"
        Driver      "nvidia"
        VendorName"Videocard vendor"
        BoardName   "VESA driver (generic)"
        VideoRam    131072
EndSection

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

Section "DRI"
        Group      0
        Mode         0666
EndSection

bwb 发表于 2004-10-13 15:46:13

测试失败。
我是第一次听说,看看别人有没有好办法吧。

txgenius 发表于 2004-10-13 18:29:18

thank you all the same

softfly 发表于 2004-10-13 18:30:02

我装的是fc2
驱动是nv61.11
修改了配置文件后
开机显示nv的logo就是一闪而过
看上面的配置文件中
好像显卡的信息和显示器的信息都没有被正确识别出来啊

txgenius 发表于 2004-10-13 18:35:16

另外我在安驱动时,有提示说我有一个叫rivefb的module
可能会冲突
怎么卸载它?
在make config时好像没看到这样一个东西
页: [1]
查看完整版本: linux下安装nv驱动的问题