ati官方驱动(非开源)的安装配置(08/01/19),compiz用户不推荐更新

CPU/显卡/打印机/USB设备等硬件问题
回复
LocoBrian
帖子: 6
注册时间: 2008-04-07 11:08
联系:

ATI显卡驱动安装

#1006

帖子 LocoBrian » 2008-04-09 22:04

按照方法一装上显卡驱动后,刚开始起机的时候没有问题,但运行一会儿就出现花屏了,我有显卡型号是ATI R8500求救啊!各们大牛们!!!
头像
zhuqin_83
帖子: 10606
注册时间: 2006-05-13 4:02
联系:

#1007

帖子 zhuqin_83 » 2008-04-10 3:07

8500你装什么驱动阿,用开源的去。
HP Pavilion DV6-2064CA: AMD Turion II Ultra Dual-Core Mobile M640, HD4650, 2GBx2 DDR2-800, Seagate 500GB 7200RPM SATA, BD-ROM
DELL UltraSharp 2209WA
Arch64, Testing repo
tangxiao
帖子: 10
注册时间: 2008-04-07 23:21

#1008

帖子 tangxiao » 2008-04-16 0:26

运行屏保是卡的要命啦!!!
lhlxpr
帖子: 6
注册时间: 2007-05-18 10:32

#1009

帖子 lhlxpr » 2008-04-20 11:26

按楼主第一种方法做了,重启黑屏
头像
hcym
帖子: 15634
注册时间: 2007-05-06 2:46

#1010

帖子 hcym » 2008-04-21 17:38

8.4出了,2600用的还行

zhuqin_83再指点些高级货啊
头像
zhuqin_83
帖子: 10606
注册时间: 2006-05-13 4:02
联系:

#1011

帖子 zhuqin_83 » 2008-04-21 21:32

什么高级货?
HP Pavilion DV6-2064CA: AMD Turion II Ultra Dual-Core Mobile M640, HD4650, 2GBx2 DDR2-800, Seagate 500GB 7200RPM SATA, BD-ROM
DELL UltraSharp 2209WA
Arch64, Testing repo
头像
hcym
帖子: 15634
注册时间: 2007-05-06 2:46

#1012

帖子 hcym » 2008-04-21 21:42

TV-OUT

视频播放时不能象WIN下设置成第二输出自动全屏
头像
zhuqin_83
帖子: 10606
注册时间: 2006-05-13 4:02
联系:

#1013

帖子 zhuqin_83 » 2008-04-21 22:35

自己看man好了。
HP Pavilion DV6-2064CA: AMD Turion II Ultra Dual-Core Mobile M640, HD4650, 2GBx2 DDR2-800, Seagate 500GB 7200RPM SATA, BD-ROM
DELL UltraSharp 2209WA
Arch64, Testing repo
头像
hcym
帖子: 15634
注册时间: 2007-05-06 2:46

#1014

帖子 hcym » 2008-04-22 11:01

man :shock:

man ati没用

man aticonfig

没有 aticonfig 的手册页条目
当没有手册页时,可以用 man 7 undocumented 命令来寻求帮助。

woman?
头像
zhuqin_83
帖子: 10606
注册时间: 2006-05-13 4:02
联系:

#1015

帖子 zhuqin_83 » 2008-04-22 11:28

aticonfig -h
HP Pavilion DV6-2064CA: AMD Turion II Ultra Dual-Core Mobile M640, HD4650, 2GBx2 DDR2-800, Seagate 500GB 7200RPM SATA, BD-ROM
DELL UltraSharp 2209WA
Arch64, Testing repo
头像
hcym
帖子: 15634
注册时间: 2007-05-06 2:46

#1016

帖子 hcym » 2008-04-22 11:35

谢谢

代码: 全选

aticonfig -h
:lol:
ulllcooo
帖子: 32
注册时间: 2007-01-28 22:53

#1017

帖子 ulllcooo » 2008-04-26 8:57

这个。。。我x1400显卡,今天刚装的8.04,用的是第一个方法,做完后xorg如下:
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Synaptics Touchpad"
EndSection

Section "Files"
EndSection

Section "Module"
Load "glx"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "Extensions"
Option "Composite" "0"
EndSection

Section "ServerFlags"
Option "AIGLX" "off"
EndSection

重启后,进不了xwin,屏幕一直黑着(之前会弹出来个出错窗口,就一瞬间,enter按的快会转成文本状态不断在那里报fglrx出错)。再次进入时,xorg没变,但ati control centre会说ati的驱动没装。。。还有救没?。。谢谢。
ulllcooo
帖子: 32
注册时间: 2007-01-28 22:53

#1018

帖子 ulllcooo » 2008-04-26 20:59

我晕,8.04叫hardy不是Gusty。。。。。。。。。。。。。。。。。。。。。。。。。
TTNK
帖子: 22
注册时间: 2007-12-31 21:20

#1019

帖子 TTNK » 2008-04-27 11:09

特效怎么算是开了?
bailangvii
帖子: 21
注册时间: 2008-03-17 14:37

#1020

帖子 bailangvii » 2008-05-10 14:10

我一定要顶
回复