成功在9.04 amd64,ATI HD3200显卡安装运行ATI 9.8驱动。

CPU/显卡/打印机/USB设备等硬件问题
oliss
帖子: 44
注册时间: 2008-11-15 20:56

Re: 成功在9.04 amd64,ATI HD3200显卡安装运行ATI 9.4驱动。

#16

帖子 oliss » 2009-04-27 16:31

哎。。。那么复杂,又是英文。。。。请问我的A78GT,HD3200直接用它提供的驱动可不可以啊??
头像
marcoslai
帖子: 130
注册时间: 2008-09-13 17:49
来自: 马来西亚

Re: 成功在9.04 amd64,ATI HD3200显卡安装运行ATI 9.4驱动。

#17

帖子 marcoslai » 2009-04-27 18:14

oliss 写了:哎。。。那么复杂,又是英文。。。。请问我的A78GT,HD3200直接用它提供的驱动可不可以啊??
我安装9.04后,系统没提示有显卡驱动可装,看到源里有,但版本是8.600dev,比ATI官方的8.602旧,就选择官方的。
而且坛里有反映,安装源里的驱动,3D不顺畅。
:em31
Compaq Presario CQ40-115AU notebook
AMD Turion 64x2 Processor
AMD 780G ATI Radeon HD3200 IGP
Kingston 2GB DDR2 667 RAM

openSUSE 11.2 kde4.3.1 X86-64
sandy_1990
帖子: 53
注册时间: 2009-03-28 21:58

Re: 成功在9.04 amd64,ATI HD3200显卡安装运行ATI 9.4驱动。

#18

帖子 sandy_1990 » 2009-04-27 21:39

等主板回来了试试!
oliss
帖子: 44
注册时间: 2008-11-15 20:56

Re: 成功在9.04 amd64,ATI HD3200显卡安装运行ATI 9.4驱动。

#19

帖子 oliss » 2009-04-27 22:07

marcoslai 写了:
oliss 写了:哎。。。那么复杂,又是英文。。。。请问我的A78GT,HD3200直接用它提供的驱动可不可以啊??
我安装9.04后,系统没提示有显卡驱动可装,看到源里有,但版本是8.600dev,比ATI官方的8.602旧,就选择官方的。
而且坛里有反映,安装源里的驱动,3D不顺畅。
:em31
装了也会挂掉的。。。你找哪里找驱动啊。。。给个网址我
头像
opp
帖子: 622
注册时间: 2008-03-30 11:42
联系:

Re: 成功在9.04 amd64,ATI HD3200显卡安装运行ATI 9.4驱动。

#20

帖子 opp » 2009-04-27 22:18

marcoslai 写了:
opp 写了:刚安装失败了,又卸不掉,进桌面就花屏,只有重装。哎。
楼主是HD3200的吗?
一定要小心跟那网页的指示一步步做,别遗漏。
万一失败也无须重装,只要:
1-先关闭3D特效,再卸载CCSM。
2-重启,进入Recovery Mode;
3-输入sudo apt-get autoremove xorg-driver-fglrx,一切选择‘Yes';
4-再重启,同样进入Recovery Mode,进入xfix;
5-xfix完成后,选Resume Normal Boot。
完成。
:em32
是的,我的是台式机,但主板型号是一样的,我也是780G的,当然也是集成ATI HD3200的。
头像
opp
帖子: 622
注册时间: 2008-03-30 11:42
联系:

Re: 成功在9.04 amd64,ATI HD3200显卡安装运行ATI 9.4驱动。

#21

帖子 opp » 2009-04-27 23:31

刚安装了,失败,有几点不明,望楼主能解答:
首先,虽然我的机器是台式机,但我的主板跟楼主是一样的。但我安装的是ubuntu-9.04-desktop-i386版的,所以我下的是:
Linux x86 >Integrated/Motherboard >HD3200,也就是前几楼有个朋友截的图的第二张那个驱动。我想这一点是正确的吧。
其二,那个网站上面都是英文,把那个文件解压出的几个deb包和安装那几个deb包都是正确的。没有提示有任何的错误,我都是按照上面说明用的。到了“Finishing the Install: Configuration ”这一步开始我就犯迷糊,可能真的是我英文太猜了,始终不懂这上面说的是,安装完那几个deb包就开始重启,还是不重启接着配置下面它说的那些。而且下面的越来越看不懂。
Finishing the Install: Configuration

Note: try auto config first (what in the heck is auto config??), and follow the question guide, reboot; if no effect observed, restore xorg.conf-bkp
Terminal Command

sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf-bkp
sudo dpkg-reconfigure xserver-xorg


If you've used fglrx previously, you will not need to do this.

Now you'll have to edit your xorg.conf

For Ubuntu:
Terminal Command

sudo gedit /etc/X11/xorg.conf

For Kubuntu:
Terminal Command

sudo kate /etc/X11/xorg.conf

and add the following line to the Device section (if it does not already exist). Include the following lines without [...]:

Section "Device"
[...]
Driver "fglrx"
[...]
EndSection

Save and exit, then run
Terminal Command

sudo aticonfig --initial -f

in a terminal. If it doesn't give an error you should be good.

Some people find that changes to xorg.conf don't get used by the driver. To force the ati driver to adopt changes made to xorg.conf, type the following command:
Terminal Command

sudo aticonfig --input=/etc/X11/xorg.conf --tls=1

Finally, reboot the computer and type
Terminal Command

fglrxinfo

into the terminal. If the vendor string contains ATI, you have installed the driver successfully. Release 9.4 looks like:

display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon HD 4800 Series (This line may be different depending on what graphics card you are using.)
OpenGL version string: 2.1.8591

Please note: Depending on the particular ATI card that you own, you may or may not automatically have all of the relevant driver features enabled. R500 and R600 cards (X1xxx, HD series, and newer) in particular will need TexturedVideo enabled in Xorg.conf (rather than the traditional VideoOverlay) in order to support Xv accelerated video playback.

HOW TO UPDATE DRIVER: To update your driver to a new version (say 9.3 to 9.4) first disable the current driver through Ubuntu's Hardware Manager or use EnvyNG to remove the driver, then go to synaptic and search for "xorg-driver-fglrx" without the quotes and mark it for "Complete removal" and hit "Apply" then reboot your computer. Now simply repeat steps #1, 2, 4 and finally run these commends in a terminal:
Terminal Command

sudo aticonfig --initial -f

and
Terminal Command

sudo aticonfig --input=/etc/X11/xorg.conf --tls=1

then reboot.

It is very important that you COMPLETELY remove the old driver which includes the config files because when upgrading without uninstalling the old driver I noticed even though the new driver installed and worked there were some annoying problems that I experienced but after I completely uninstalled the driver then reinstalled it, it worked perfectly.
[edit] Finally

1. Add tweaks as needed: http://ubuntuforums.org/showthread.php?t=849422
2. Restart X, if it doesn't work, you can use the "vesa", "ati", "radeon" or "radeonhd" driver in the mean time, until you make it work.
3. If you downgraded X to make fglrx work: enter synaptic, make sure all packages with "xorg" and "x11" are locked so that you can update and upgrade without worries.

Done! Now run amdcccle, glxgears, warsow etc :)
[edit] Issues
[edit] Mesa drivers

If fglrxinfo reports that Indirect rendering by Mesa is in place, even though you have installed ATI driver, you might want to remove Mesa:

* Remove the package xserver-xgl.

sudo apt-get remove xserver-xgl

Explanation: If you installed this previously in order to make compiz work, it will not allow direct rendering on your display. You can check out if this is what it causing the problem by running

DISPLAY=:0 glxinfo | grep render

If it returns an ATI renderer, it means that xgl is being displayed indirectly on the display 1. (Taken from [1])

Warning: This might make your compiz stop working as it is configured to use XGL. A solution might be to run the Envy script in order to configure compiz. Or, if Compiz stopped working due to "Composite" problem, check that the following is set in the /etc/X11/xorg.conf

Section "Extensions"
Option "Composite" "Enable"
EndSection



* Check for AGP and DRI errors in /var/log/Xorg.0.log like these are:

(EE) fglrx(0): [agp] unable to acquire AGP, error -1023
(EE) fglrx(0): cannot init AGP
(EE) fglrx(0): atiddxDriScreenInit failed, GPS not been initialized.
(WW) fglrx(0): * DRI initialization failed! *

If you have Intel 8285P and E7205 chipsets and AGP not detected then you have to remove the i82875p_edac module and restart a some others:

rmmod i82875p_edac
rmmod fglrx
rmmod intel-agp
rmmod agpgart
modprobe agpgart
modprobe intel-agp
modprobe fglrx

Blacklist the modules e7xxx_edac so it doesn't start up again when booting - add the following line at the beginning of /etc/modprobe.d/blacklist:

blacklist i82875p_edac

This has been known to fix issues with -Mesa -AGP -DRI -Google earth and -suspend to RAM (s2ram).

Explanation: http://openwetware.org/wiki/Computing/Linux/Ubuntu



* Check you are running the correct kernel.

Explanation: If you're upgrading from Gutsy to Hardy in some instances the Grub bootloader does not get updated and the new kernel is not loaded.
Run in a terminal:

uname -r

If the output starts with 2.6.22 or below you are not using the current kernel and the Ati drivers will not load properly.

If this doesn't help, try Ubuntu Gutsy Installation Guide#Verifying, or other links: [2], [3], [4].


[edit] Hang at logout

If you experience hangs when logging out (of X) it is probably due to the /etc/ati/authatieventsd.sh script looking for X authorisation files in the wrong place when it starts up. You can kill the hanging authatieventsd.sh processes from a console tty to allow the shutdown of the X server. This can be fixed permanently with:

sudo mkdir -p /var/lib/xdm/authdir
sudo ln -s /var/run/xauth /var/lib/xdm/authdir/authfiles

If that doesn't work then you can disable atieventsd with this command:

sudo /usr/sbin/update-rc.d -f atieventsd remove


Before the above commands verify that /etc/ati/authatieventsd.sh exists after build and install, if not just do : (assuming that the installer is in your home directory)

sh ati-driver-installer-8-12-x86.x86_64.run --extract driver

sudo cp ~/driver/packages/Ubuntu/dists/jaunty/replacements/authatieventsd.sh /etc/ati/authatieventsd.sh

(jaunty is to be replaced by the name used at the building stage (intrepid,hardy,8.10,8.04,etc...)

sudo chmod +x /etc/ati/authatieventsd.sh

just reboot login and ctrl+alt+backspace to try
[edit] Suspend/Hibernation

Suspend hibernation works with the latest driver.

For ATI X1400, to get the laptop to wake up from suspend, I had to change the following in /etc/default/acpi-support:

SAVE_VBE_STATE=false

POST_VIDEO=false

ENABLE_LAPTOP_MODE=false

Comment: This is a little surprising, since the comments at the beginning of /etc/default/acpi-support seem to make it quite clear that those settings are ignored unless you add "acpi-support" to SUSPEND_METHODS. --Bewst 23:22, 19 December 2008 (UTC)

For Radeon 3200, to wake up from suspend, I had to add the following lines to /etc/X11/xorg.conf: (This settings is not good option, if you are using compiz-fusion or any other transparency-based thingie. Not working for HD 3850)

Section "Extensions"
Option "Composite" "Disable"
EndSection

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

[edit] Can't remove fglrx with dpkg

If dpkg really-really refuses to remove an older fglrx-package, it might be needed to edit /var/lib/dpkg/diversions and remove a few lines. This is a hack and should be avoided.
[edit] This module/version combo is already installed

If you get this error-message, simply uninstall the previous version before installing the new one with:
Terminal Command

sudo dkms remove -m fglrx -v 8.522 --all
[edit] New kernel installed?

I found out that when getting a new kernel the fglrx kernel-module is not installed for your new kernel. You can do that by these simple steps:
Terminal Command

sudo dkms build -m fglrx -v 8.552 -k `uname -r`
sudo dkms install -m fglrx -v 8.552 -k `uname -r`

if amdcccle doesn't work and says Identifier is not a valid word. Use lower case letter in xorg.conf
以上部分看不懂,我该怎么做。麻烦可不可以解释一下,安装完deb包之后要做哪些工作,非常感谢。我真的非常有诚意想安装成功,实在忍受不了那个1152*864的变态分辨率,而且连刷新率都不可以改。每次我的BenQ显示器还提示"Nonpreset mode"看着心理就不爽。看在我半夜三更发帖的份上,就帮帮我吧。非常感谢各位对我的帮助。Thank you!
头像
anway
帖子: 403
注册时间: 2007-07-22 12:13

Re: 成功在9.04 amd64,ATI HD3200显卡安装运行ATI 9.4驱动。

#22

帖子 anway » 2009-04-28 11:19

看楼主的配置,跟我的Asus F8有点类似,AMD 64位双核速龙,HD3200集成显卡,我安装过官方的9.4版和源里的8.60,都花屏。

有机会参照楼主的建议,再试试!

没有3D总是不爽啊!
头像
marcoslai
帖子: 130
注册时间: 2008-09-13 17:49
来自: 马来西亚

Re: 成功在9.04 amd64,ATI HD3200显卡安装运行ATI 9.4驱动。

#23

帖子 marcoslai » 2009-04-28 18:14

回复21楼: 以下是那网页的栽段,我弄成斜体红字的,都要做。

Finishing the Install: Configuration

Note: try auto config first (what in the heck is auto config??), and follow the question guide, reboot; if no effect observed, restore xorg.conf-bkp
Terminal Command

sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf-bkp
sudo dpkg-reconfigure xserver-xorg



If you've used fglrx previously, you will not need to do this.

Now you'll have to edit your xorg.conf

For Ubuntu:
Terminal Command

sudo gedit /etc/X11/xorg.conf

For Kubuntu:
Terminal Command

sudo kate /etc/X11/xorg.conf

and add the following line to the Device section (if it does not already exist). Include the following lines without [...]:

Section "Device"
[...]
Driver "fglrx" ( 这Driver "fglrx"是加进去的,注意得加在正中间。)
[...]
EndSection


Save and exit, then run
Terminal Command

sudo aticonfig --initial -f

in a terminal. If it doesn't give an error you should be good.

Some people find that changes to xorg.conf don't get used by the driver. To force the ati driver to adopt changes made to xorg.conf, type the following command:
Terminal Command

sudo aticonfig --input=/etc/X11/xorg.conf --tls=1

Finally, reboot the computer and type
Terminal Command

fglrxinfo

into the terminal. If the vendor string contains ATI, you have installed the driver successfully. Release 9.4 looks like:

display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon HD 4800 Series (This line may be different depending on what graphics card you are using.)
OpenGL version string: 2.1.8591

Please note: Depending on the particular ATI card that you own, you may or may not automatically have all of the relevant driver features enabled. R500 and R600 cards (X1xxx, HD series, and newer) in particular will need TexturedVideo enabled in Xorg.conf (rather than the traditional VideoOverlay) in order to support Xv accelerated video playback.

HOW TO UPDATE DRIVER: To update your driver to a new version (say 9.3 to 9.4) first disable the current driver through Ubuntu's Hardware Manager or use EnvyNG to remove the driver, then go to synaptic and search for "xorg-driver-fglrx" without the quotes and mark it for "Complete removal" and hit "Apply" then reboot your computer. Now simply repeat steps #1, 2, 4 and finally run these commends in a terminal:
Terminal Command

sudo aticonfig --initial -f

and
Terminal Command

sudo aticonfig --input=/etc/X11/xorg.conf --tls=1

then reboot.

It is very important that you COMPLETELY remove the old driver which includes the config files because when upgrading without uninstalling the old driver I noticed even though the new driver installed and worked there were some annoying problems that I experienced but after I completely uninstalled the driver then reinstalled it, it worked perfectly.
Compaq Presario CQ40-115AU notebook
AMD Turion 64x2 Processor
AMD 780G ATI Radeon HD3200 IGP
Kingston 2GB DDR2 667 RAM

openSUSE 11.2 kde4.3.1 X86-64
头像
opp
帖子: 622
注册时间: 2008-03-30 11:42
联系:

Re: 成功在9.04 amd64,ATI HD3200显卡安装运行ATI 9.4驱动。

#24

帖子 opp » 2009-04-29 18:30

不知道是不是RP问题,还是没有成功。我的是明基的显示器,17寸液晶的,非宽屏。这次没有花屏,提示了Out of Range了,不知道是不是进终端修改修改一个xorg.conf就可以了,不过我不会修改。
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf-bkp
照做了,进行了备份。

sudo dpkg-reconfigure xserver-xorg
这一步执行后出来图形界面,不会设置,第一个选是,因为它提示选是是安全保险的,然后好像是键盘相关的,我都是选是,最后有个什么Meta设置什么 的,里面也默认是和windows键绑在一起,当然我也选是了。

sudo gedit /etc/X11/xorg.conf
这一步也把那个fglrx那一行插入进了section device那个段落的中间

sudo aticonfig --initial -f
照做了

sudo aticonfig --input=/etc/X11/xorg.conf --tls=1
照做了,然后重启了

就是不行啊,真是让人头疼啊 ,可能是我太笨了。折腾了这么长时间要是能正确装上显卡驱动,我可能会创造原地跳高的世界纪录的。 :em06
头像
opp
帖子: 622
注册时间: 2008-03-30 11:42
联系:

Re: 成功在9.04 amd64,ATI HD3200显卡安装运行ATI 9.4驱动。

#25

帖子 opp » 2009-05-13 18:33

呵呵,还是要谢谢楼主,其实是安装成功了,就是最后我的显示器出现"Out of Range",然后重启后到终端下执行命令修改一下默认的分辨率就成功了,现在有好多个分辨率的选项,真是非常感谢。
头像
Curio
帖子: 279
注册时间: 2009-02-23 14:37
来自: 北京

Re: 成功在9.04 amd64,ATI HD3200显卡安装运行ATI 9.4驱动。

#26

帖子 Curio » 2009-05-13 22:57

不需要
sudo dpkg-reconfigure xserver-xorg

直接aticonfig -initail -f也可以(但愿我拼对了)

我这样成功过

不过我觉得9.04还是卡,特别kubuntu9.04比gnome卡,比如窗口最大化时候

而且,用mplayer全屏会直接黑屏,好像X11模式也不行,虽然9。4的驱动不闪屏(什么?你没黑屏?快速多点几次F看看)

楼主确实没遇到过上述问题?

有的东西,装得上不代表好用!

ps:我退回使用8.10
大家都是云玩家╮(╯-╰)╭
头像
Curio
帖子: 279
注册时间: 2009-02-23 14:37
来自: 北京

Re: 成功在9.04 amd64,ATI HD3200显卡安装运行ATI 9.4驱动。

#27

帖子 Curio » 2009-05-13 22:59

对咯~

不管我装8还是9
我的xorg.conf里面都没有分辨率,但是根本不影响使用
大家都是云玩家╮(╯-╰)╭
头像
Curio
帖子: 279
注册时间: 2009-02-23 14:37
来自: 北京

Re: 成功在9.04 amd64,ATI HD3200显卡安装运行ATI 9.4驱动。

#28

帖子 Curio » 2009-05-13 23:00

还有件事情,9.04的时候cpu比较热,呵呵 :em20
大家都是云玩家╮(╯-╰)╭
头像
Curio
帖子: 279
注册时间: 2009-02-23 14:37
来自: 北京

Re: 成功在9.04 amd64,ATI HD3200显卡安装运行ATI 9.4驱动。

#29

帖子 Curio » 2009-05-13 23:05

不过还是说下我的成功步骤吧~~

安装编译环境
制作deb
装deb
aticonfig -initail -f

重启,直接就好了

不需要那么麻烦,不需要改文件什么的


诶~~我真的是在灌水么?? :em06
大家都是云玩家╮(╯-╰)╭
头像
opp
帖子: 622
注册时间: 2008-03-30 11:42
联系:

Re: 成功在9.04 amd64,ATI HD3200显卡安装运行ATI 9.4驱动。

#30

帖子 opp » 2009-05-14 9:52

initial吧,应该是这样拼的。
回复