LinuxSir.cn,穿越时空的Linuxsir!

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

FC6、livna的Nvidia显卡驱动安装不成功可以参考这里。

[复制链接]
发表于 2006-10-24 10:19:56 | 显示全部楼层 |阅读模式
见如下网址:
http://rpm.livna.org/rlowiki/Pac ... ec0d10d43622c2409cf


The Nvidia drivers shipped for Fedora Core 6 should work fine, but there is a problem with enabling the driver that occurs with xorg.conf files created by system-config-display from Fedora Core 6. Due to this the driver doesn't get enabled by default after install and you have to configure it completely manually. That might involve:

    * disabling dri and GLcore extensions in xorg.conf
    * enabling the glx extensions in xorg.conf (FIXME -- is that really needed?)
    * switch graphics driver manually from "vesa" or "nv" to "nvidia"
    * add the module path to your xorg.conf with something like

      Section "Files"
              ModulePath "/usr/lib/xorg/modules/extensions/nvidia,/usr/lib/xorg/modules"
      EndSection

      or on x86_64

      Section "Files"
              ModulePath "/usr/lib64/xorg/modules/extensions/nvidia,/usr/lib64/xorg/modules"
      EndSection

nvidia-config-display, the python script that normally enables the driver automatically during install, should be enhanced to add this section to the xorg.conf (the other stuff is handled already by it, but that needs some small adjustments, too). But livna currently has nobody that maintains the nvidia-package and until now nobody with interest, time and knowledge to fix it stepped up to help out. Are you interested? Send a mail to <fedora AT leemhuis DOT info> info or stop by on the #livna IRC-Channel one freenode.org.
发表于 2006-10-24 11:07:33 | 显示全部楼层
前两项怎么弄?
回复 支持 反对

使用道具 举报

发表于 2006-10-24 11:09:32 | 显示全部楼层
安装要内核源代码的,那里有阿????
回复 支持 反对

使用道具 举报

发表于 2006-10-24 15:09:06 | 显示全部楼层
Post by waynef

    * disabling dri and GLcore extensions in xorg.conf
    * enabling the glx extensions in xorg.conf (FIXME -- is that really needed?)
     

这两项本来就没有阿。郁闷。请问要怎么设置阿?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-10-24 16:00:45 | 显示全部楼层
Post by Jeff-cao
这两项本来就没有阿。郁闷。请问要怎么设置阿?

第一项没有正好,第二项我的是按照上面的方法修改完xorg.conf启动X后自动添加的。
回复 支持 反对

使用道具 举报

发表于 2006-10-24 16:07:55 | 显示全部楼层
Post by waynef
第一项没有正好,第二项我的是按照上面的方法修改完xorg.conf启动X后自动添加的。

能不能把你的xorg.conf贴出来
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-10-24 16:44:55 | 显示全部楼层
Post by sagittar
能不能把你的xorg.conf贴出来

如下:
  1. # Xorg configuration created by system-config-display

  2. Section "ServerLayout"
  3.         Identifier     "single head configuration"
  4.         Screen      0  "Screen0" 0 0
  5.         InputDevice    "Keyboard0" "CoreKeyboard"
  6. EndSection

  7. Section "Files"
  8.         ModulePath   "/usr/lib/xorg/modules/extensions/nvidia"
  9.         ModulePath   "/usr/lib/xorg/modules"
  10. EndSection

  11. Section "Module"
  12.         Load  "glx"
  13. EndSection

  14. Section "InputDevice"
  15.         Identifier  "Keyboard0"
  16.         Driver      "kbd"
  17.         Option            "XkbModel" "pc105"
  18.         Option            "XkbLayout" "us"
  19. EndSection

  20. Section "Device"
  21.         Identifier  "Videocard0"
  22.         Driver      "nvidia"
  23. EndSection

  24. Section "Screen"
  25.         Identifier "Screen0"
  26.         Device     "Videocard0"
  27.         DefaultDepth     24
  28.         SubSection "Display"
  29.                 Viewport   0 0
  30.                 Depth     24
  31.                 Modes    "1440x900" "1440x900"
  32.         EndSubSection
  33. EndSection

复制代码
回复 支持 反对

使用道具 举报

发表于 2006-10-24 22:34:09 | 显示全部楼层
我yum无法安装
回复 支持 反对

使用道具 举报

发表于 2006-10-24 23:23:14 | 显示全部楼层
Post by tj840122
安装要内核源代码的,那里有阿????

http://download.fedora.redhat.co ... -1.2798.fc6.src.rpm
回复 支持 反对

使用道具 举报

发表于 2006-10-24 23:29:00 | 显示全部楼层
我下载了,安装出错
[root@localhost ~]# rpm -iev kernel-2.6.18-1.2798.fc6.src.rpm
kernel-2.6.18-1.2798.fc6
warning: user brewbuilder does not exist - using root
warning: group brewbuilder does not exist - using root
回复 支持 反对

使用道具 举报

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

本版积分规则

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