LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: 寒秋

在 fc4t3 中无法安装 nvidia 驱动

[复制链接]
发表于 2005-6-18 03:29:37 | 显示全部楼层
没有人知道吗?再顶一下
回复 支持 反对

使用道具 举报

发表于 2005-6-18 04:16:49 | 显示全部楼层
经过实验已经初步解决,现在在测试性能中
以下是解决办法:

通过上面的描述,初步猜测系统应该一经认出这块显卡,只是对xorg.conf配置出现问题,于是我将xorg.conf作了如下修改:

屏蔽下面两个选项:

Section "Module"
Load "dbe"
Load "extmod"
#Load "fbdevhw"
Load "glx"
#Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection

修改下面的配置:

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "nVidia Corporation NV43[GeForce 6600 GT AGP]"
BoardName "nVidia Corporation NV43[GeForce 6600 GT AGP]"
EndSection

现在2d的显示速度快很多,屏幕也不闪了。接下来是测试3d效果。
回复 支持 反对

使用道具 举报

发表于 2005-6-18 11:55:27 | 显示全部楼层

deleted

deleted
回复 支持 反对

使用道具 举报

发表于 2005-6-18 11:56:44 | 显示全部楼层

deleted

deleted
回复 支持 反对

使用道具 举报

发表于 2005-6-18 12:11:22 | 显示全部楼层

deleted

deleted
回复 支持 反对

使用道具 举报

发表于 2005-6-18 12:20:58 | 显示全部楼层

求救,无法安装NVIDIA模块

已经 SELINUX=Disabled

编译完成后,无法modprobe nvidia 模块

# /sbin/modprobe nvidia
FATAL: Could not open '/lib/modules/2.6.11-1.1369_FC4/kernel/drivers/video/nvidia.ko': No such file or directory

这个是我的nvidia-installer log file '/var/log/nvidia-installer.log'
option status:
  license pre-accepted    : false
  update                  : false
  force update            : false
  expert                  : false
  uninstall               : false
  driver info             : false
  no precompiled interface: false
  no ncurses color        : false
  query latest driver ver : false
  OpenGL header files     : true
  no questions            : false
  silent                  : false
  no backup               : false
  kernel module only      : false
  sanity                  : false
  add this kernel         : false
  no runlevel check       : false
  no network              : false
  no ABI note             : false
  no RPMs                 : false
  force tls               : (not specified)
  force compat32 tls      : (not specified)
  X install prefix        : /usr/X11R6
  OpenGL install prefix   : /usr
  compat32 install prefix : (not specified)
  installer install prefix: /usr
  utility install prefix  : /usr
  kernel name             : (not specified)
  kernel include path     : (not specified)
  kernel source path      : (not specified)
  kernel output path      : (not specified)
  kernel install path     : (not specified)
  proc mount point        : /proc
  ui                      : (not specified)
  tmpdir                  : /tmp
  ftp mirror              : ftp://download.nvidia.com
  RPM file list           : (not specified)

Using: nvidia-installer ncurses user interface
-> License accepted.
-> No precompiled kernel interface was found to match your kernel; would you li
   ke the installer to attempt to download a kernel interface for your kernel f
   rom the NVIDIA ftp site (ftp://download.nvidia.com)? (Answer: Yes)
-> No matching precompiled kernel interface was found on the NVIDIA ftp site;
   this means that the installer will need to compile a kernel interface for
   your kernel.
-> Kernel source path: '/lib/modules/2.6.11-1.1369_FC4/source'
-> Performing CC test with CC="cc".
-> Performing rivafb check.
-> Cleaning kernel module build directory.
   executing: 'cd ./usr/src/nv; make clean'...
   rm -f -f nv.o nv-vm.o os-agp.o os-interface.o os-registry.o nv.o nv-vm.o os-
   agp.o os-interface.o os-registry.o nvidia.mod.o
   rm -f -f build-in.o nv-linux.o *.d .*.{cmd,flags}
   rm -f -f nvidia.{o,ko,mod.{o,c}} nv_compiler.h *~
   rm -f -rf .tmp_versions
-> Building kernel module:
...
...
...
-> done.
-> Kernel module compilation complete.
ERROR: Unable to load the kernel module 'nvidia.ko'.  This is most likely
       because the kernel module was built using the wrong kernel source files.
       Please make sure you have installed the kernel source files for your
       kernel; on Red Hat Linux systems, for example, be sure you have the
       'kernel-source' rpm installed.  If you know the correct kernel source
       files are installed, you may specify the kernel source path with the
       '--kernel-source-path' commandline option.
-> Kernel module load error: insmod: error inserting './usr/src/nv/nvidia.ko':
   -1 Invalid module format
-> Kernel messages:
   application mixer_applet2 uses obsolete OSS audio interface
   application mplayer uses obsolete OSS audio interface
   Bluetooth: Core ver 2.7
   NET: Registered protocol family 31
   Bluetooth: HCI device and connection manager initialized
   Bluetooth: HCI socket layer initialized
   Bluetooth: L2CAP ver 2.7
   Bluetooth: L2CAP socket layer initialized
   Bluetooth: RFCOMM ver 1.5
   Bluetooth: RFCOMM socket layer initialized
   Bluetooth: RFCOMM TTY layer initialized
   lp0: using parport0 (interrupt-driven).
   lp0: console ready
   nvidia: no version for "struct_module" found: kernel tainted.
   nvidia: version magic '2.6.11-1.1369_FC4 PENTIUMIII 4KSTACKS gcc-4.0' should
   be '2.6.11-1.1369_FC4 686 REGPARM 4KSTACKS gcc-4.0'
ERROR: Installation has failed.  Please see the file
       '/var/log/nvidia-installer.log' for details.  You may find suggestions
       on fixing installation problems in the README available on the Linux
       driver download page at www.nvidia.com.
回复 支持 反对

使用道具 举报

发表于 2006-4-13 13:18:51 | 显示全部楼层
Post by ogog
适才发现,yum install 的kernel-devel竟然不和内梳匹配。

我的内核是:2.6.11-1.1286_FC4,yum竟然安装最新的kernel-devel-2.6.11-1.1303_FC4,无法安装驱动。

最后装了第4个iso的kernel-devel才行。安装好的话/lib/modules/2.6.11-1.1286_FC4下build和source文件夹才不为空连接。




why i can not find the file "kernel-devel-***" in FC5 ?
回复 支持 反对

使用道具 举报

发表于 2006-4-13 18:16:21 | 显示全部楼层
为什么我在非x方式下安装驱动会显示没有合适的kernel interface 呢?
回复 支持 反对

使用道具 举报

发表于 2006-4-14 10:43:14 | 显示全部楼层
谁能帮帮我装好这个驱动呢????
谢谢!
回复 支持 反对

使用道具 举报

发表于 2006-4-15 19:34:46 | 显示全部楼层
楼上解决了的朋友看看呀,谢谢
回复 支持 反对

使用道具 举报

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

本版积分规则

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