LinuxSir.cn,穿越时空的Linuxsir!

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

FC2下显卡的问题,请大家帮忙谢谢!

[复制链接]
发表于 2004-8-23 03:50:58 | 显示全部楼层 |阅读模式
:help
我的笔记本是NC6000显卡是ATI Mobility Radeon 9600在硬件浏览器中能够正确识别显卡类型,可是运行Tux racer就是花屏,ATI的显卡驱动安装后运行fglrxconfig无论怎么配置最后都显示如下信息:
1.运行glxinfo命令
……
direct rendering: No
server glx vendor string: SGI
server glx version string: 1.2
……

2.运行fglrxinfo命令
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.4 Mesa 5.0.2)

这时运行Tux racer还是花屏。

不知还需要怎样设置才能正确驱动显卡。


请大家帮帮忙,谢谢。:thank
发表于 2004-8-23 15:01:16 | 显示全部楼层

Check if there is advance tune options in ati' module.

I have met that too, but I am using Nvidia's card.I resolve this by simply uprading the driver to the newest one.
Anyway, good luck.
 楼主| 发表于 2004-8-23 20:51:52 | 显示全部楼层
谢谢二楼,但是我用的就是最新的驱动,会不会是因为FC2用Xorg而不是XFree86的缘故?如果真是这样那Xorg应该怎么编译阿?
 楼主| 发表于 2004-8-25 18:45:42 | 显示全部楼层
没有人用NC6000+FC2么??
发表于 2004-8-31 01:27:30 | 显示全部楼层
http://fedorafaq.org/有说明的,需要打个patch,可惜我的9550搞了好久还是加载不了模块


# Q: How do I enable 3D support for my ATI Radeon card in Fedora Core 2? (Updated 12 August 2004)
A: ATI has some drivers on their website that enable 3D Acceleration in Linux for the Radeon. However, they have to be modified to work with Fedora Core 2:

NOTE: If you have nVidia drivers installed, you must un-install them before installing these ATI drivers. (Thanks to Ajay for telling me this!)

   1. First, download the ATI Drivers (the ones for "XFree86 4.3.0" will work).
   2. Then, download the Fedora Core 2 patch (Updated 12 August 2004) for the ATI Drivers. Save the patch to the /tmp directory. (Thanks to micha on FedoraForum for posting the patch!)
   3. Open a Terminal, and become root:

      su -
   4. Make sure that kernel-sourcecode is installed:

      yum install kernel-sourcecode
   5. Install the ATI drivers:

      rpm -Uvh --replacefiles fglrx-4.3.0-*.i386.rpm
   6. Now, a slight fix for dual-processor users (if you're not sure, just do it anyway, it's harmless):

      ln -s /usr/src/linux-`uname -r | sed s/smp$//` /usr/src/linux-`uname -r`
   7. Now, we're going to patch the drivers to work with Fedora Core 2:

      cd /lib/modules/fglrx/build_mod/
      gunzip -c /tmp/fglrx-fedora.patch.gz | patch -p1
   8. Now we're going to build and install the module:

      sh make.sh
      cd ..
      sh make_install.sh
   9. Now, we want to close X, the graphical part of Linux, so we can set up the driver. Open a Terminal and type:

      telinit 3

      This will shut down X and you will have a "Login:" prompt.
  10. Log in as root.
  11. Stop the built-in ATI driver, and stop any custom ATI driver that you might have:

      rmmod radeon
      rmmod fglrx
  12. Now, we're going to set up the driver:

      fglrxconfig
  13. The ATI driver has now created a new configuration file. We have to make sure that X uses the new config file, not the old one:

      cd /etc/X11
      mv xorg.conf xorg.conf.bak
      ln -sf XF86Config-4 xorg.conf
  14. And then we have to fix a mouse problem in the new configuration file:

      sed -i 's/\dev\/mouse/\/dev\/input\/mice/g' /etc/X11/xorg.conf
  15. And now we can start X again:

      telinit 5
  16. Finally, you'll notice that you get a (harmless) "XKB Error" when you log in, so we need to fix it.

This should install the ATI Drivers for you and provide you with 3D ATI support. Enjoy!

(Thanks to the Rage3D Linux Forum and Sindre for the original steps of this process! Thanks to Paul Kilgo, Kevin Goldstein, and Simon Olofsson for catching important typos in this question! Thanks to Peter Lawler for his help with testing and fixing some stuff! Big thanks to micha on FedoraForum for the constant updates on this question.)
 楼主| 发表于 2004-9-1 16:56:13 | 显示全部楼层
谢谢楼上,我马上试试。
 楼主| 发表于 2004-9-1 18:40:36 | 显示全部楼层
试了半天也还是不能用,也是不能加载模块。
发表于 2004-9-1 22:38:01 | 显示全部楼层
最初由 AAGun 发表
谢谢二楼,但是我用的就是最新的驱动,会不会是因为FC2用Xorg而不是XFree86的缘故?如果真是这样那Xorg应该怎么编译阿?


我也感觉问题出在这里,如果是按洋文上的文档上说的做,还是不能成功大多是这回事了。ati的显示卡对linux的支持感觉还不是太好,因为官方太保守?我现在对ati有点失望,虽然他在win中表现是不错的。但linux中,ati不是最好的。
 楼主| 发表于 2004-9-5 15:01:16 | 显示全部楼层
最初由 北南南北 发表
我也感觉问题出在这里,如果是按洋文上的文档上说的做,还是不能成功大多是这回事了。ati的显示卡对linux的支持感觉还不是太好,因为官方太保守?我现在对ati有点失望,虽然他在win中表现是不错的。但linux中,ati不是最好的。


这样啊,谢谢老大,但是台式机能换显卡可笔记本就………:eek:
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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