LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: ke^An

装了nvidia 驱动,x-windows启动不了了,如何解决

[复制链接]
发表于 2002-10-7 01:51:53 | 显示全部楼层
兄弟,你把你的/etc/X11/XF86Config或XF86Config-4文件发上来,我对照看一下再说。。
 楼主| 发表于 2002-10-7 01:57:00 | 显示全部楼层

噢,我贴

# File generated by anaconda.

Section "ServerLayout"
        Identifier     "Anaconda Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        #

        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.

    RgbPath        "/usr/X11R6/lib/X11/rgb"

# 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.

    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"
        Identifier  "Keyboard0"
        Driver      "keyboard"

#        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        "XkbRules"        "xfree86"
        Option        "XkbModel"        "pc105"
        Option        "XkbLayout"        "us"
        #Option        "XkbVariant"        ""
        #Option        "XkbOptions"        ""
EndSection

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

#


Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        HorizSync   30-86
        VertRefresh 50-160
        #Option "dpms"在这行前面加#号


       
EndSection

Section "Device"
        # no known options
        Identifier   "NVIDIA GeForce 2 MX (generic)"
        Driver       "nvidia"在这行中,把nv,改成nvidia
        VendorName   "NVIDIA GeForce 2 MX (generic)"
        BoardName     "NVIDIA GeForce 2 MX (generic)"
        
        #BusID
EndSection

Section "Screen"
        Identifier   "Screen0"
        Device       "NVIDIA GeForce 2 MX (generic)"
        Monitor      "Monitor0"
        DefaultDepth        24

        Subsection "Display"
                Depth       24
                Modes       "1024x768" "800x600" "640x480"
        EndSubsection

EndSection

Section "DRI"
        Mode 0666
EndSection
 楼主| 发表于 2002-10-7 01:58:59 | 显示全部楼层

已经进入x-window了

但是,如果把
# Load "glx"
注释掉,是不是意味着不能支持3D了?
发表于 2002-10-7 02:02:34 | 显示全部楼层
兄弟,这个是你升级后的文件吗?
怎么没有把

EndSection

Section "Device"
# no known options
Identifier "NVIDIA GeForce 2 MX (generic)"
Driver "nv"把nv改成nvidia,这个你改过了没有?
VendorName "NVIDIA GeForce 2 MX (generic)"
BoardName "NVIDIA GeForce 2 MX (generic)"
 楼主| 发表于 2002-10-7 02:04:53 | 显示全部楼层

开始改过

后来,把nv改成nvidia就算注释掉load glx,也不能进入x-window,只有改成nv,并且注释掉load glx才能进入
发表于 2002-10-7 02:08:07 | 显示全部楼层
我已经把文件改了,按我说的改一下试试看。。
 楼主| 发表于 2002-10-7 02:08:30 | 显示全部楼层

刚刚发现

在nvidia的驱动页面上,仔细看了看readme,说要推出x-window,再安装,而我是直接在x-window里面点击rpm包的,估计是这个出了问题吧.
 楼主| 发表于 2002-10-7 02:09:43 | 显示全部楼层

照你说的,我先试试看

doing now
发表于 2002-10-7 02:22:10 | 显示全部楼层
不要用rpm来安装了,用tar包来安装试一下,我觉得驱动没有选好。。这个对NVIDIA的都适用。

1]下载显卡的驱动tar包,只要是NVIDIA的,这两个包都适用:
www.linuxsir.cn/driver/nvidia/NVIDIA_GLX-1.0-3123.tar.gz
www.linuxsir.cn/driver/nvidia/NVIDIA_kernel-1.0-3123.tar.gz

安装:
# tar zxvf NVIDIA_GLX-1.0-3123.tar.gz
# tar zxvf NVIDIA_kernel-1.0-3123.tar.gz
# cd NVIDIA_kernel-1.0-3123
# make
# cd NVIDIA_GLX-1.0-3123
# make
 楼主| 发表于 2002-10-7 02:25:57 | 显示全部楼层

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

本版积分规则

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