安装ati驱动
时间:2009-10-14
来源:互联网
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
作者: waterloo2005 发布时间: 2009-10-14
作者: waterloo2005
xf86-video-ati是开源驱动,fglrx是闭源的
|
作者: zhwly 发布时间: 2009-10-14
作者: newsky_ 发布时间: 2009-10-14
建议用开源的
VIDEO_CARDS=" radeon"
作者: yashen 发布时间: 2009-10-14
现在用intel了,所以就不怎么清楚ati2400情况。
作者: newsky_ 发布时间: 2009-10-14
作者: zhwly
那我咋安装啊,手册就是这样说的,我晕
|
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
我的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的 |
作者: 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
作者: ltwan2001 发布时间: 2009-10-15
不过,我是装了ati-drivers浏览网页时,向下拖的时候,屏幕很流畅
作者: forrestxz 发布时间: 2009-10-15
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28