LinuxSir.cn,穿越时空的Linuxsir!

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

gentoo2006.0下ati R9550显卡要怎么安装?

[复制链接]
发表于 2006-8-26 21:33:24 | 显示全部楼层
deleted...
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-8-26 23:40:36 | 显示全部楼层
Post by 种草得草
1 重新
# emerge -av ati-drivers
确保没有错误信息.
logout


  1. * GNU info directory index is up-to-date.
  2. * IMPORTANT: 2 config files in /etc need updating.
  3. * Type emerge --help config to learn how to update config files.


复制代码
$ su -l
# aticonfig --initial

  1. # aticonfig --initial
  2. Found fglrx primary device section
  3. Nothing to do, terminating.
复制代码
# aticonfig --ovt=Xv


  1. # aticonfig --ovt=Xv
  2. Warning: Option 'VideoOverlay' doesn't affect running session.
  3. Warning: Option 'OpenGLOverlay' doesn't affect running session.
  4. Using /etc/X11/xorg.conf
  5. Saved back-up to /etc/X11/xorg.conf.fglrx-3


复制代码


# aticonfig --resolution=0,1024x768

重启你的计算机.


$ lsmod |grep fglrx
看fglrx有没有正常加载.




  1. lsmod |grep fglrx
  2. fglrx                 383916  0

复制代码


$ glxinfo |grep direct
direct rendering: Yes
看3D硬件加速有没有打开




  1. glxinfo |grep direct
  2. direct rendering: No
  3. OpenGL renderer string: Mesa GLX Indirect

复制代码


$ xvinfo
看有没有  Adaptor #0: "ATI Radeon Video Overlay"



  1. xvinfo
  2. bash: xvinfo: command not found

复制代码

如果没有打开3D
$ grep -e EE -e WW /var/log/Xorg.0.log
输出贴上了.



  1. grep -e EE -e WW /var/log/Xorg.0.log
  2.         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  3. (II) Loading extension MIT-SCREEN-SAVER
  4. (WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found
  5. (WW) fglrx(0): Specified desktop setup not supported: 8
  6. (EE) fglrx(0): [agp] unable to acquire AGP, error "xf86_ENODEV"
  7. (EE) fglrx(0): cannot init AGP
  8. (WW) fglrx(0): ***********************************************
  9. (WW) fglrx(0): * DRI initialization failed!                  *
  10. (WW) fglrx(0): * (maybe driver kernel module missing or bad) *
  11. (WW) fglrx(0): * 2D acceleraton available (MMIO)             *
  12. (WW) fglrx(0): * no 3D acceleration available                *
  13. (WW) fglrx(0): ********************************************* *


复制代码
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-8-26 23:54:55 | 显示全部楼层
Post by VirusCamp
看看 /etc/X11/xorg.conf,写好没有,缺什么吗?

  1. Section "Files"
  2.     RgbPath      "/usr/share/X11/rgb"
  3.     。。。。。
  4. EndSection

  5. Section "Module"
  6.     Load "dbe" # Double-Buffering Extension
  7.     #Load "v4l" # Video for Linux
  8.     Load "extmod"
  9.     Load "type1"
  10.     Load "freetype"
  11.     Load "glx" # 3D layer
  12.     Load "dri" # direct rendering
  13. EndSection

  14. Section "Device"
  15.     Identifier "device1"
  16.     VendorName "ATI"
  17.     BoardName "ATI Radeon (fglrx)"
  18.     Driver "fglrx"
  19.     Option "DPMS"
  20.     。。。。。
  21. EndSection
复制代码


是有些部分跟你的不一样,手动加上后仍未解决。。。。。
回复 支持 反对

使用道具 举报

发表于 2006-8-26 23:57:35 | 显示全部楼层
deleted...
回复 支持 反对

使用道具 举报

发表于 2006-8-27 00:08:32 | 显示全部楼层
Post by tonytop
  * GNU info directory index is up-to-date.
* IMPORTANT: 2 config files in /etc need updating.
* Type emerge --help config to learn how to update config files.

# etc-update
全部用新的配置文件替换旧的.
回复 支持 反对

使用道具 举报

发表于 2006-8-27 00:21:09 | 显示全部楼层
这篇文章能解决你的问题.自己看吧.还有问题继续问.

http://www.gentoo.org/doc/en/dri-howto.xml
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-8-27 01:23:31 | 显示全部楼层
Post by 种草得草
这篇文章能解决你的问题.自己看吧.还有问题继续问.

http://www.gentoo.org/doc/en/dri-howto.xml

谢谢种草得草,按照上面这个说明已经解决大部分问题

还有就是
#emerge x11-drm
的时候有这样的错误提示:
  1. make: *** [modules] 错误 2
  2. * Portage could not build the DRM modules. If you see an ACCESS DENIED error,
  3. * this could mean that you were using an unsupported kernel build system. All
  4. * 2.4 kernels are supported, but only 2.6 kernels at least as new as 2.6.6
  5. * are supported.
  6. !!! ERROR: x11-base/x11-drm-20050502 failed.
  7. Call stack:
  8.   ebuild.sh, line 1539:   Called dyn_compile
  9.   ebuild.sh, line 939:   Called src_compile
  10.   x11-drm-20050502.ebuild, line 94:   Called die_error
  11.   x11-drm-20050502.ebuild, line 211:   Called die
  12. !!! Unable to build DRM modules.
  13. !!! If you need support, post the topmost build error, and the call stack if relevant.
复制代码


只是进入桌面的时候显示器还是会亮一下红灯

另外运行aticonfig --initial  和 aticonfig --ovt=Xv的时候还是以前的提示

再次谢谢你。
回复 支持 反对

使用道具 举报

发表于 2006-8-27 10:06:03 | 显示全部楼层
你用的fglrx驱动,不需要x11-drm的.
只需要看这一部分就行了.
2. Install Xorg and configure your kernel


问一个,现在3D加速打开了吗?
回复 支持 反对

使用道具 举报

发表于 2006-8-27 10:23:16 | 显示全部楼层
我的显卡是9600se,装了最小的系统,如果要装xorg和fvwm,那我需要装x11-drm吗?
还是全部按http://www.gentoo.org/doc/en/dri-howto.xml的做?谢谢
回复 支持 反对

使用道具 举报

发表于 2006-8-27 11:12:58 | 显示全部楼层
如果是說ati radeon的問題1,這裡有一個專題網:
http://odin.prohosting.com/wedge01/gentoo-radeon-faq.html
回复 支持 反对

使用道具 举报

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

本版积分规则

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