毛毛~ 发表于 2006-11-5 15:03:13

FC4求助贴:好不容易把NVIDIA驱动安上了,可是仍然进不

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
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 ([email protected]) (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:43:00

错误改变为:
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
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 ([email protected]) (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 Nov5 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          "Protocol" "IMPS/2"
        Option          "Device" "/dev/input/mice"
        Option          "ZAxisMapping" "4 5"
        Option          "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "___a990"
        DisplaySize360        270
        HorizSync    30.0 - 95.0
        VertRefresh50.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 20:59:36

顶一下,希望有好心人路过

毛毛~ 发表于 2006-11-6 09:56:07

顶起来

hew 发表于 2006-11-6 10:39:53

(EE) Failed to load module "nvidia" (once-only module, 140106600)

毛毛~ 发表于 2006-11-6 11:45:04

是啊。说不能加载nvidia模块?
为什么啊。
配置文件把该改的也改了。
NVIDIA驱动也安装好了!
还会出现这个问题。那要怎么解决呢?

毛毛~ 发表于 2006-11-7 10:00:06

没有人帮忙啊?

月下刀客 发表于 2006-11-7 11:18:51

fc4安装nv驱动其实挺简单。参考一下:
http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=121097

毛毛~ 发表于 2006-11-7 22:15:06

兄弟。实在找不到相关的文章了!折中情况具体怎么解决啊?

毛毛~ 发表于 2006-11-9 13:49:30

顶到有人帮忙。谢谢

毛毛~ 发表于 2006-11-10 15:33:09

哎。。再没人我就跪这儿了啊~

月下刀客 发表于 2006-11-10 18:27:54

按FC3的安装就可以了。前提是我安装的是7174版:
http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=96028&highlight=nvidia+%C7%FD%B6%AF

毛毛~ 发表于 2006-11-10 20:51:41

改成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
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 ([email protected]) (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: Fri Nov 10 18:27:08 2006
(==) Using config file: "/etc/X11/xorg.conf"
(EE) Failed to load module "nv" (once-only module, 159288168)
(EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)


—————————————————————————————————————————

开机之后lsmod
没有加载nvidia

输入X之后进不去。。杀进程之后lsmod则有装载nvidia模块:
Module Size Used by
nvidia 4555380 0
md5 4033 1
ipv6 268097 10
parport_pc 28933 1
lp 13001 0
parport 40585 2 parport_pc,lp
autofs4 29253 2
rfcomm 42333 0
l2cap 30661 5 rfcomm
bluetooth 56133 4 rfcomm,l2cap
sunrpc 167813 1
iptable_filter 2881 0
ip_tables 19521 1 iptable_filter
vfat 13377 1
fat 54621 1 vfat
dm_mod 58101 0
video 15941 0
button 6609 0
battery 9413 0
ac 4805 0
ohci_hcd 26849 0
ehci_hcd 41037 0
i2c_nforce2 6849 0
i2c_core 21569 2 nvidia,i2c_nforce2
shpchp 94405 0
snd_ens1371 31649 0
gameport 18633 1 snd_ens1371
snd_rawmidi 30305 1 snd_ens1371
snd_ac97_codec 75961 1 snd_ens1371
snd_seq_dummy 3653 0
snd_seq_oss 37057 0
snd_seq_midi_event 9153 1 snd_seq_oss
snd_seq 62289 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 8781 4 snd_rawmidi,snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 51185 0
snd_mixer_oss 17857 1 snd_pcm_oss
snd_pcm 100169 3 snd_ens1371,snd_ac97_codec,snd_pcm_oss
snd_timer 33605 2 snd_seq,snd_pcm
snd 57157 10 snd_ens1371,snd_rawmidi,snd_ac97_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore 10913 1 snd
snd_page_alloc 9669 1 snd_pcm
forcedeth 23745 0
8139too 30017 0
mii 5441 1 8139too
floppy 65269 0
sata_nv 9413 0
libata 47045 1 sata_nv
scsi_mod 148105 1 libata
ext3 132553 1
jbd 86233 1 ext3


————————————————————————————————————————

lspci如下:
00:00.0 Host bridge: nVidia Corporation nForce2 AGP (different version?) (rev c1)
00:00.1 RAM memory: nVidia Corporation nForce2 Memory Controller 1 (rev c1)
00:00.2 RAM memory: nVidia Corporation nForce2 Memory Controller 4 (rev c1)
00:00.3 RAM memory: nVidia Corporation nForce2 Memory Controller 3 (rev c1)
00:00.4 RAM memory: nVidia Corporation nForce2 Memory Controller 2 (rev c1)
00:00.5 RAM memory: nVidia Corporation nForce2 Memory Controller 5 (rev c1)
00:01.0 ISA bridge: nVidia Corporation nForce2 ISA Bridge (rev a4)
00:01.1 SMBus: nVidia Corporation nForce2 SMBus (MCP) (rev a2)
00:02.0 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
00:02.1 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
00:02.2 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
00:04.0 Ethernet controller: nVidia Corporation nForce2 Ethernet Controller (rev a1)
00:08.0 PCI bridge: nVidia Corporation nForce2 External PCI Bridge (rev a3)
00:09.0 IDE interface: nVidia Corporation nForce2 IDE (rev a2)
00:1e.0 PCI bridge: nVidia Corporation nForce2 AGP (rev c1)
01:07.0 Multimedia audio controller: Ensoniq 5880 AudioPCI (rev 02)
01:09.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
02:00.0 VGA compatible controller: nVidia Corporation NV34 (rev a1)



—————————————————————————————————————————

nvidia.ko模块在路径:
/lib/modules/2.6.11-1.1369_FC4/kernel/drivers/video/nvidia.ko
下。应该正常吧!

—————————————————————————————————————————


但是还是提示不能加载nvidia模块。
哎!兄弟。。能有啥好办法解决下么?








__________________
AMD2500+
双通DDR512*2=1G内存
GeForce5200
80G+160G+40G HD
CD-RW
FC4
WinXP P
WIN2000 S

毛毛~ 发表于 2006-11-12 09:20:27

顶到有人来
`

h.h.oh 发表于 2006-11-12 11:52:56

顶!
页: [1] 2
查看完整版本: FC4求助贴:好不容易把NVIDIA驱动安上了,可是仍然进不