LinuxSir.cn,穿越时空的Linuxsir!

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

FC4求助贴:好不容易把NVIDIA驱动安上了,可是仍然进不了X。提示输入设备鼠标错误!!

[复制链接]
发表于 2006-11-5 14:53:41 | 显示全部楼层 |阅读模式
FC4.
kernel 是2。6。11的
之前一直装不上NV的显示卡驱动,最后发现我系统里两个kernel-devel。
删除了一个不同版本的,之后终于成功安装了。之后/etc/X11/xorg.conf内容也修改好了!
输入X进入。出现一个NV的大标志后屏幕一黑,出现错误:

X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.4.21-27.0.2.ELsmp i686 [ELF]
Current Operating System: Linux gavinlinux.com 2.6.11-1.1369_FC4 #1 Thu Jun 2 22:55:56 EDT 2005 i686
Build Date: 13 May 2005
Build Host: decompose.build.redhat.com

        Before reporting problems, check http://wiki.X.Org
        to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.11-1.1369_FC4 (bhcompile@decompose.build.redhat.com) (gcc version 4.0.0 20050525 (Red Hat 4.0.0-9)) #1 Thu Jun 2 22:55:56 EDT 2005 P
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Nov  5 14:38:04 2006
(==) Using config file: "/root/xorg.conf"

Sun Nov  5 14:38:05 2006
vncext:      VNC extension running!
vncext:      Listening for VNC connections on port 5900
vncext:      created VNC server for screen 0
(EE) xf86OpenSerial: Cannot open device /dev/mouse
        No such file or directory.
(EE) Mouse0: cannot open input device
(EE) PreInit failed for input device "Mouse0"
No core pointer

Fatal server error:
failed to initialize core devices

Please consult the The X.Org Foundation support
         at http://wiki.X.Org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.

看到是鼠标输入设备配置错误。
之前可以进X。输入设备也没错误。现在出现了。
进入配置文件尝试修改。
把鼠标输入设备字段的drive改成auto也不行。 device该成/dev/mouse也不行!

。。。。。
 楼主| 发表于 2006-11-5 16:44:52 | 显示全部楼层
错误改变为:
X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.4.21-27.0.2.ELsmp i686 [ELF]
Current Operating System: Linux gavinlinux.com 2.6.11-1.1369_FC4 #1 Thu Jun 2 22:55:56 EDT 2005 i686
Build Date: 13 May 2005
Build Host: decompose.build.redhat.com

        Before reporting problems, check http://wiki.X.Org
        to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.11-1.1369_FC4 (bhcompile@decompose.build.redhat.com) (gcc version 4.0.0 20050525 (Red Hat 4.0.0-9)) #1 Thu Jun 2 22:55:56 EDT 2005 P
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Nov  5 16:32:40 2006
(==) Using config file: "/etc/X11/xorg.conf"
(EE) Failed to load module "nvidia" (once-only module, 140106600)



我的Xorg.conf为:
# Xorg configuration created by system-config-display

Section "ServerLayout"
        Identifier     "single head configuration"
        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  "nvidia"
        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      "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    "___a990"
        DisplaySize  360        270
        HorizSync    30.0 - 95.0
        VertRefresh  50.0 - 160.0
        Option            "dpms"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "nvidia"
        VendorName  "Videocard vendor"
        BoardName   "nVidia GeForce 2 Go"
EndSection

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

Section "DRI"
        Group        0
        Mode         0666
EndSection
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-5 21:01:43 | 显示全部楼层
求救啊。实在不知道杂弄了啊 !
回复 支持 反对

使用道具 举报

发表于 2006-11-5 21:08:19 | 显示全部楼层
建议你先不要管鼠标的错误了,你先把以前的xorg.conf调出来,看一下,先进X之后再说,我估计不是鼠标的错误,应该是显卡的问题。看是不是显示器选择的有问题之类的,这类问题一旦一个有问题,就不好说了。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-5 21:33:07 | 显示全部楼层
晕!以前的配置更不能用了!
显示器选择?可提示错误出在NVIDIA模块上啊?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-6 09:58:58 | 显示全部楼层
实在找不到相关的帖子。。没有好心人么?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-7 10:16:09 | 显示全部楼层
急死人了。两天了
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-9 15:07:41 | 显示全部楼层
顶到有人路过帮忙地!
回复 支持 反对

使用道具 举报

发表于 2006-11-9 16:11:19 | 显示全部楼层
讲不清楚,急是没有用的。

对于2楼的情况,先把nvidia改为nv吧……再看看别的。
如果能启动X,再把nv改为nvidia。看看,如果这样就不行了,说明nvidia的驱动没装好。

你告诉我nvidia.ko的位置装哪了?能/sbin/modprobe nvidia吗?不行,就是你显卡驱动没装好。

还有,你的系统与配置请在签名中明示。 : )
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-9 18:27:00 | 显示全部楼层
问题就是很奇怪地!
该nv也不行。
我以前一直用text地!
现在想玩玩X。!
谁知道问题好多。
之前好好地。
安个NV驱动就弄成这了!
以为NV自己会备份。谁知道。哎!
等会试试模块是否可以正常加载
回复 支持 反对

使用道具 举报

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

本版积分规则

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