【都来庆祝-ATI HD 3400系列 驱动终于安装成功】

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
zlld
帖子: 82
注册时间: 2008-03-08 12:15

【都来庆祝-ATI HD 3400系列 驱动终于安装成功】

#1

帖子 zlld » 2009-08-24 20:03

再苦等了一段时间的ATI9.8 终于路面了。单也经历了很是波折的安装经历,试过了几种方式都不是很顺利,经过苦战今天中越看到了曙光
在此感谢 liwangli, mywei1989 两位大侠的支持(原帖链接在此)viewtopic.php?f=155&t=221689&start=30 42楼
特地做了些整理放在这里,主要是和大家分享我的成功喜悦 :em04 :em04

首先,做好安装驱动所需要的准备工作

代码: 全选

sudo apt-get update
sudo apt-get install module-assistant build-essential fakeroot dh-make debhelper debconf libstdc++5 linux-headers-$(uname -r)
下载ATI9.8的最新版linux 驱动添加对ati9.8的权限,这里假设我已经cd到了ati-driver-installer-9-7-x86.x86_64.run目录,索性给他u g和o的最高权限

代码: 全选

sudo chmod 777 ati-driver-installer-9-8-x86.x86_64.run
然后执行安装

代码: 全选

sudo sh ati-driver-installer-9-8-x86.x86_64.run
一路NEXT下去,知道装完。

再然后以root身份执行 这个命令,生成xorg.conf

代码: 全选

sudo aticonfig --initial
生成后看下有没什么问题,我也不知道怎么看,我就当它没问题了。。。。。。

找到 /etc/default/linux-restricted-modules-common 文件

代码: 全选

sudo gedit /etc/default/linux-restricted-modules-common
将DISABLED_MODULES=""
改成

代码: 全选

DISABLED_MODULES=”fglrx”
重启电脑后,执行

代码: 全选

fglrxinfo
display: 0.0 screen:0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI MOBILITY RADEON HD3400 Series
OpenGL version string: 2.1.8870 Release
测试显卡性能

代码: 全选

glxgears
9516 frames in 5.0 seconds = 1903.355 FPS
9809 frames in 5.0 seconds = 1961.404 FPS
9828 frames in 5.0 seconds = 1965.751 FPS
9826 frames in 5.0 seconds = 1965.769 FPS
9797 frames in 5.0 seconds = 1959.035 FPS
9830 frames in 5.0 seconds = 1961.453 FPS
查看分数,可判断是否装上了。
tune
帖子: 135
注册时间: 2009-04-28 21:47

Re: 【都来庆祝-ATI HD 3400系列 驱动终于安装成功】

#2

帖子 tune » 2009-08-24 20:10

DISABLED_MODULES=”fglrx”不对吧
zlld
帖子: 82
注册时间: 2008-03-08 12:15

Re: 【都来庆祝-ATI HD 3400系列 驱动终于安装成功】

#3

帖子 zlld » 2009-08-24 20:35

对的,就是这个,至于别的,我没试成功,你要是有别的方案,可以拿出来分享下给大家
wudaown
帖子: 131
注册时间: 2008-04-03 12:46
来自: http://wdstudio.blogbus.com/
联系:

Re: 【都来庆祝-ATI HD 3400系列 驱动终于安装成功】

#4

帖子 wudaown » 2009-08-24 21:06

需要这么麻烦吗?
我昨天升级内核的时候就

代码: 全选

sudo sh ./*.run
一路next

代码: 全选

sudo reboot
到恢复模式安装2.6.30的内核..一切正常
ATI 3650

代码: 全选

flgrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon HD 3600 Series
OpenGL version string: 1.4 (2.1.8870)
tune
帖子: 135
注册时间: 2009-04-28 21:47

Re: 【都来庆祝-ATI HD 3400系列 驱动终于安装成功】

#5

帖子 tune » 2009-08-24 21:21

1L,你用lsmod看看
头像
adagio
论坛版主
帖子: 22110
注册时间: 2008-02-17 23:47
来自: 美丽富饶的那啥星球

Re: 【都来庆祝-ATI HD 3400系列 驱动终于安装成功】

#6

帖子 adagio » 2009-08-24 21:40

:em73
明天就换大三八!
——8核CPU、8G内存、8T硬盘……
8卡交火,80寸大屏放8个……
IPv8的光纤要8条……

---------------------------------------------------------------------------------
[图片版]新手当自强(续)FAQ
[新手进阶]挂载、fstab、调整linux分区
[图片版]E17桌面环境配置手把手
zlld
帖子: 82
注册时间: 2008-03-08 12:15

Re: 【都来庆祝-ATI HD 3400系列 驱动终于安装成功】

#7

帖子 zlld » 2009-08-24 22:54

tune 写了:1L,你用lsmod看看
大侠啥意思阿?不明白,贴出结果
binfmt_misc 18572 1
ppdev 16904 0
bridge 63904 0
stp 11140 1 bridge
bnep 22912 2
input_polldev 12688 0
joydev 20864 0
lp 19588 0
parport 49584 2 ppdev,lp
snd_hda_intel 557364 2
snd_pcm_oss 52352 0
snd_mixer_oss 24960 1 snd_pcm_oss
snd_pcm 99336 2 snd_hda_intel,snd_pcm_oss
snd_seq_dummy 11524 0
snd_seq_oss 41984 0
arc4 10240 2
snd_seq_midi 15744 0
ecb 11392 2
snd_rawmidi 33920 1 snd_seq_midi
pcmcia 47640 0
snd_seq_midi_event 16512 2 snd_seq_oss,snd_seq_midi
snd_seq 66272 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
iwlagn 114820 0
iwlcore 106496 1 iwlagn
uvcvideo 69512 0
thinkpad_acpi 76852 0
snd_timer 34064 2 snd_pcm,snd_seq
mac80211 251144 2 iwlagn,iwlcore
compat_ioctl32 18304 1 uvcvideo
videodev 45184 2 uvcvideo,compat_ioctl32
led_class 13064 2 iwlcore,thinkpad_acpi
snd_seq_device 16276 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
iTCO_wdt 21712 0
psmouse 64028 0
video 29204 0
yenta_socket 35596 1
ricoh_mmc 12544 0
sdhci_pci 16896 0
sdhci 27396 1 sdhci_pci
v4l1_compat 23940 2 uvcvideo,videodev
nvram 17804 1 thinkpad_acpi
snd 78792 13 snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore 16800 1 snd
snd_page_alloc 18704 2 snd_hda_intel,snd_pcm
iTCO_vendor_support 12420 1 iTCO_wdt
cfg80211 43168 3 iwlagn,iwlcore,mac80211
intel_agp 39408 0
btusb 21784 2
fglrx 2305964 32
usbhid 47040 0
pcspkr 11136 0
serio_raw 14468 0
output 11648 1 video
rsrc_nonstatic 19584 1 yenta_socket
pcmcia_core 49188 3 pcmcia,yenta_socket,rsrc_nonstatic
ohci1394 42036 0
ieee1394 108288 1 ohci1394
e1000e 137392 0
fbcon 49792 0
tileblit 11264 1 fbcon
font 17024 1 fbcon
bitblit 14464 1 fbcon
softcursor 10368 1 bitblit
zlld
帖子: 82
注册时间: 2008-03-08 12:15

Re: 【都来庆祝-ATI HD 3400系列 驱动终于安装成功】

#8

帖子 zlld » 2009-08-24 23:13

感觉有些卡阿,不适很流畅。这还地看看怎么优化下设置吧。。。。找找
tune
帖子: 135
注册时间: 2009-04-28 21:47

Re: 【都来庆祝-ATI HD 3400系列 驱动终于安装成功】

#9

帖子 tune » 2009-08-24 23:28

对的,就是这个,至于别的,我没试成功,你要是有别的方案,可以拿出来分享下给大家
我写过的,签名里有
tune
帖子: 135
注册时间: 2009-04-28 21:47

Re: 【都来庆祝-ATI HD 3400系列 驱动终于安装成功】

#10

帖子 tune » 2009-08-24 23:34

https://a248.e.akamai.net/f/674/9206/0/ ... 7-inst.pdf9-8驱动页面上的
Install Driver Option
The Install Driver option provides two driver installation options. The Automatic option
installs all driver components, and the Custom option allows for the selection of driver
components to be installed.
Automatic Driver Installation Option
Note: You must be logged in with superuser privileges (as root or
with sudo access) in order to successfully install the ATI Proprietary
Linux driver.
To install the ATI Proprietary Linux driver using the Automatic option, follow these
steps:
1 Launch the Terminal Application/Window and navigate to the ATI Proprietary Linux
driver download.
2 Enter the command sh ./ati-driver-installer-9-7-x86.x86_64.run to launch the ATI
Proprietary Linux driver installer.
The ATI Proprietary Linux Driver Setup dialog box is displayed.
ATI Catalyst™ Linux Installer Note 5
3 Select Install Driver and click Continue. The ATI License Agreement will be
displayed.
4 Read the License Agreement and click I Agree to continue the installation, or Cancel
to terminate the installation. The Mode of Installation Dialog Box is displayed.
ATI Catalyst™ Linux Installer Note 6
5 Select Automatic and click Continue. The ATI Proprietary Linux Driver is now
installed, and the Installation Complete Dialog box will be displayed.
6 Click Exit to close the ATI Proprietary Linux Driver Installer.
7 Launch the Terminal Application/Window and run:
For versions of X.Org newer than 7, /usr/bin/aticonfig --initial to configure the
driver for your ATI product.
ATI Catalyst™ Linux Installer Note 7
For versions of X.Org older than 7, /usr/X11R6/bin/aticonfig --initial to configure
the driver for your ATI product.
8 Reboot your system.
You have successfully installed the ATI Proprietary Linux Driver.

那个DISABLED_MODULES=”fglrx”不是把fglrx禁用了吗
zlld
帖子: 82
注册时间: 2008-03-08 12:15

Re: 【都来庆祝-ATI HD 3400系列 驱动终于安装成功】

#11

帖子 zlld » 2009-08-25 0:35

那个DISABLED_MODULES=”fglrx”不是把fglrx禁用了吗
不写这个的话,启动就是黑屏阿,不知道为啥,我是2个显卡,一个是intel的集成显卡一个是ATI HD 3470显卡。有时间再试试
19891104
帖子: 19
注册时间: 2009-08-14 14:19

Re: 【都来庆祝-ATI HD 3400系列 驱动终于安装成功】

#12

帖子 19891104 » 2009-09-04 1:57

我小白啊,不懂啊
回复