+ -
当前位置:首页 → 问答吧 → 安装ati驱动

安装ati驱动

时间:2009-10-14

来源:互联网

今天我安装ati驱动,显卡是ati2400,按照手册我首先在make.conf中加入
INPUT-DEVICES="keyboard mouse"
VIDEO_CARDS="fglrx"

然后装的xorg-server:
emerge xorg-server
装完后,运行X -configure,结果提示:
fglrx:no matching device section for instance
.....
fatal server error:
caught signal 11,server aborting
于是我又安装了xorg-11,x11-drivers.xf86-video-ati这两个软件包,可运行X -configure还是有上面的提示,请问我应该怎么做

作者: zhwly   发布时间: 2009-10-14

xf86-video-ati是开源驱动,fglrx是闭源的

作者: waterloo2005   发布时间: 2009-10-14

引用:
作者: waterloo2005
xf86-video-ati是开源驱动,fglrx是闭源的
那我咋安装啊,手册就是这样说的,我晕

作者: zhwly   发布时间: 2009-10-14

用闭源的话emerge -av x11-drivers/ati-drivers

作者: newsky_   发布时间: 2009-10-14

ati的官方驱动我装了好多次了,好像就在某个版本成功过一次

建议用开源的
VIDEO_CARDS=" radeon"

作者: yashen   发布时间: 2009-10-14

以前用ati的时候一直都是用的官方的,为了compiz的性能
现在用intel了,所以就不怎么清楚ati2400情况。

作者: newsky_   发布时间: 2009-10-14

引用:
作者: zhwly
那我咋安装啊,手册就是这样说的,我晕
到gentoo wiki查一下radeon和 radeonhd,看看你的ati显卡该用哪个。
VIDEO_CARDS="radeon 或 radeonhd"
根据http://www.gentoo.org/doc/zh_cn/xorg-config.xml
emerge xorg-server 会自动为你装上开源驱动。推荐开源,我的ati用闭源时常死机。
最后还需eselect opengl set 一下。

你试试应该就这样。

作者: waterloo2005   发布时间: 2009-10-14

我安装ati-drivers没有任何问题呀。

我的make.conf是这样的

VIDEO_CARDS="intel fglrx radeon"
INPUT_DEVICES="evdev keyboard mouse synaptics"
LINGUAS="zh_CN zh en"

另外,我的体会是要正常工作还是要写xorg.conf的

作者: forrestxz   发布时间: 2009-10-15

引用:
作者: forrestxz
我安装ati-drivers没有任何问题呀。

我的make.conf是这样的

VIDEO_CARDS="intel fglrx radeon"
INPUT_DEVICES="evdev keyboard mouse synaptics"
LINGUAS="zh_CN zh en"

另外,我的体会是要正常工作还是要写xorg.conf的
那你在xog.conf中是用fglrx还是radeon,关键看这个

作者: waterloo2005   发布时间: 2009-10-15

我的是这个,哈哈,我是新手。看来还是用了开源的驱动。

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Device"
Identifier "Card0"
#Driver "radeon"
Driver "fglrx"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
#DRI does not work above 2048x2048 for pre-965
#intel cards. Size is determined by xorg when
#X is launched such that monitor resolutions fit.
#Virtual 2048 2048
# to support dual display, the other one si 1024*768
Viewport 0 0
Virtual 2304 800
Depth 24
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection

作者: forrestxz   发布时间: 2009-10-15

楼上的,你的 xorg.conf 不是寫着 Driver "fglrx" 吗,那是官方驱动吧

作者: ltwan2001   发布时间: 2009-10-15

惭愧,学的不是很通,很多地方是照猫画虎。

不过,我是装了ati-drivers浏览网页时,向下拖的时候,屏幕很流畅

作者: forrestxz   发布时间: 2009-10-15