LinuxSir.cn,穿越时空的Linuxsir!

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

安装ati驱动

[复制链接]
发表于 2009-10-14 17:05:16 | 显示全部楼层 |阅读模式
今天我安装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还是有上面的提示,请问我应该怎么做
发表于 2009-10-14 17:44:07 | 显示全部楼层
xf86-video-ati是开源驱动,fglrx是闭源的
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-10-14 17:48:20 | 显示全部楼层
Post by waterloo2005;2036505
xf86-video-ati是开源驱动,fglrx是闭源的


那我咋安装啊,手册就是这样说的,我晕
回复 支持 反对

使用道具 举报

发表于 2009-10-14 17:59:12 | 显示全部楼层
用闭源的话emerge -av x11-drivers/ati-drivers
回复 支持 反对

使用道具 举报

发表于 2009-10-14 18:08:10 | 显示全部楼层
ati的官方驱动我装了好多次了,好像就在某个版本成功过一次

建议用开源的
VIDEO_CARDS=" radeon"
回复 支持 反对

使用道具 举报

发表于 2009-10-14 18:33:48 | 显示全部楼层
以前用ati的时候一直都是用的官方的,为了compiz的性能
现在用intel了,所以就不怎么清楚ati2400情况。
回复 支持 反对

使用道具 举报

发表于 2009-10-14 19:36:02 | 显示全部楼层
Post by zhwly;2036508
那我咋安装啊,手册就是这样说的,我晕


到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 一下。

你试试应该就这样。
回复 支持 反对

使用道具 举报

发表于 2009-10-14 20:01:17 | 显示全部楼层
我安装ati-drivers没有任何问题呀。

我的make.conf是这样的

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

另外,我的体会是要正常工作还是要写xorg.conf的
回复 支持 反对

使用道具 举报

发表于 2009-10-14 20:23:36 | 显示全部楼层
Post by forrestxz;2036552
我安装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,关键看这个
回复 支持 反对

使用道具 举报

发表于 2009-10-14 21:55:19 | 显示全部楼层
我的是这个,哈哈,我是新手。看来还是用了开源的驱动。

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
回复 支持 反对

使用道具 举报

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

本版积分规则

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