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

CPU/显卡/打印机/USB设备等硬件问题
回复
头像
zhuqin_83
帖子: 10606
注册时间: 2006-05-13 4:02
联系:

#436

帖子 zhuqin_83 » 2007-05-27 15:27

就是sh 换成bash
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
头像
Quenho
帖子: 29
注册时间: 2006-06-24 3:34

#437

帖子 Quenho » 2007-05-27 15:32

bash: ati-driver-installer-8.36.5-x86.x86_64.run: No such file or directory
头像
zhuqin_83
帖子: 10606
注册时间: 2006-05-13 4:02
联系:

#438

帖子 zhuqin_83 » 2007-05-27 15:42

说明你没在那个目录。
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
头像
Quenho
帖子: 29
注册时间: 2006-06-24 3:34

#439

帖子 Quenho » 2007-05-27 17:23

Quenho 写了:bash: ati-driver-installer-8.36.5-x86.x86_64.run: No such file or directory
但是我的确 把ati-driver-installer-8.36.5-x86.x86_64.run
放在桌面了
goodfun
帖子: 5
注册时间: 2005-08-14 11:59

#440

帖子 goodfun » 2007-05-27 21:03

我按照第一种方法试了几便都没有成功,郁闷

测试看到的都正确,就是刷新率还是60hz不能调整。

代码: 全选

goodfun@ubuntu:~$ fglrxinfo 
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9550/X1050 Series
OpenGL version string: 2.0.6334 (8.34.8)

以下是/etc/X11/xorg.conf的内容:

代码: 全选

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg


Section "ServerLayout"
	Identifier     "Default Layout"
	Screen      0  "aticonfig-Screen[0]" 0 0
	InputDevice    "Generic Keyboard"
	InputDevice    "Configured Mouse"
	InputDevice    "stylus" "SendCoreEvents"
	InputDevice    "cursor" "SendCoreEvents"
	InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

	# path to defoma fonts
	FontPath     "/usr/share/fonts/X11/misc"
	FontPath     "/usr/share/fonts/X11/cyrillic"
	FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/Type1"
	FontPath     "/usr/share/fonts/X11/100dpi"
	FontPath     "/usr/share/fonts/X11/75dpi"
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load  "bitmap"
	Load  "ddc"
	Load  "dri"
	Load  "extmod"
	Load  "freetype"
	Load  "glx"
	Load  "int10"
	Load  "vbe"
EndSection

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

Section "InputDevice"
	Identifier  "Generic Keyboard"
	Driver      "kbd"
	Option	    "CoreKeyboard"
	Option	    "XkbRules" "xorg"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
EndSection

Section "InputDevice"
	Identifier  "Configured Mouse"
	Driver      "mouse"
	Option	    "CorePointer"
	Option	    "Device" "/dev/input/mice"
	Option	    "Protocol" "ImPS/2"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
	Identifier  "stylus"
	Driver      "wacom"
	Option	    "Device" "/dev/input/wacom"
	Option	    "Type" "stylus"
	Option	    "ForceDevice" "ISDV4"		# Tablet PC ONLY
EndSection

Section "InputDevice"
	Identifier  "eraser"
	Driver      "wacom"
	Option	    "Device" "/dev/input/wacom"
	Option	    "Type" "eraser"
	Option	    "ForceDevice" "ISDV4"		# Tablet PC ONLY
EndSection

Section "InputDevice"
	Identifier  "cursor"
	Driver      "wacom"
	Option	    "Device" "/dev/input/wacom"
	Option	    "Type" "cursor"
	Option	    "ForceDevice" "ISDV4"		# Tablet PC ONLY
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 "DRI"
	Mode         0666
EndSection


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


Section "ServerFlags"
        Option  "AIGLX" "off"
EndSection
不懂怎么弄,麻烦楼主指点
carlwang
帖子: 4
注册时间: 2007-05-30 14:44

ATI X700 死锁死锁

#441

帖子 carlwang » 2007-05-31 17:28

我的显卡是蓝宝的X700 128M
从装Linux(Ubuntu/FC6都装过)
就一个毛病
死机
就是没有反应,完全失去响应,屏幕就“冻”在那里了。
fglrx的问题?
我也试过
Option "KernelModuleParm" "agplock=0"
看来没有作用

就是死机,其它看上去都好,加速也有。
事实上,我在FC6上还装Beryl了,成功了,但没用多久就会死机的。

但在FC6的2.6.18内核下,没有装驱动的情况下是不会死机的。
但升级到2.6.20后,并装了驱动后就会死机。

我的CPU是AMD Athlon 3000+
我装的Ubuntu是32位的Desktop版

不知道是内核的问题,还是fglrx的问题。
小弟初学
请大家在我弃M投L的路上,给我一点帮助
谢谢!
头像
zhuqin_83
帖子: 10606
注册时间: 2006-05-13 4:02
联系:

#442

帖子 zhuqin_83 » 2007-06-01 13:38

goodfun 写了:我按照第一种方法试了几便都没有成功,郁闷

测试看到的都正确,就是刷新率还是60hz不能调整。

代码: 全选

goodfun@ubuntu:~$ fglrxinfo 
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9550/X1050 Series
OpenGL version string: 2.0.6334 (8.34.8)

以下是/etc/X11/xorg.conf的内容:

代码: 全选

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg


Section "ServerLayout"
	Identifier     "Default Layout"
	Screen      0  "aticonfig-Screen[0]" 0 0
	InputDevice    "Generic Keyboard"
	InputDevice    "Configured Mouse"
	InputDevice    "stylus" "SendCoreEvents"
	InputDevice    "cursor" "SendCoreEvents"
	InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

	# path to defoma fonts
	FontPath     "/usr/share/fonts/X11/misc"
	FontPath     "/usr/share/fonts/X11/cyrillic"
	FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/Type1"
	FontPath     "/usr/share/fonts/X11/100dpi"
	FontPath     "/usr/share/fonts/X11/75dpi"
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load  "bitmap"
	Load  "ddc"
	Load  "dri"
	Load  "extmod"
	Load  "freetype"
	Load  "glx"
	Load  "int10"
	Load  "vbe"
EndSection

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

Section "InputDevice"
	Identifier  "Generic Keyboard"
	Driver      "kbd"
	Option	    "CoreKeyboard"
	Option	    "XkbRules" "xorg"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
EndSection

Section "InputDevice"
	Identifier  "Configured Mouse"
	Driver      "mouse"
	Option	    "CorePointer"
	Option	    "Device" "/dev/input/mice"
	Option	    "Protocol" "ImPS/2"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
	Identifier  "stylus"
	Driver      "wacom"
	Option	    "Device" "/dev/input/wacom"
	Option	    "Type" "stylus"
	Option	    "ForceDevice" "ISDV4"		# Tablet PC ONLY
EndSection

Section "InputDevice"
	Identifier  "eraser"
	Driver      "wacom"
	Option	    "Device" "/dev/input/wacom"
	Option	    "Type" "eraser"
	Option	    "ForceDevice" "ISDV4"		# Tablet PC ONLY
EndSection

Section "InputDevice"
	Identifier  "cursor"
	Driver      "wacom"
	Option	    "Device" "/dev/input/wacom"
	Option	    "Type" "cursor"
	Option	    "ForceDevice" "ISDV4"		# Tablet PC ONLY
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 "DRI"
	Mode         0666
EndSection


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


Section "ServerFlags"
        Option  "AIGLX" "off"
EndSection
不懂怎么弄,麻烦楼主指点
我说了,lcd用aticonfig --initial,非lcd的还是dpkg-reconfigure好了。可以调整显示器的行频场频。
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
头像
zhuqin_83
帖子: 10606
注册时间: 2006-05-13 4:02
联系:

Re: ATI X700 死锁死锁

#443

帖子 zhuqin_83 » 2007-06-01 13:40

carlwang 写了:我的显卡是蓝宝的X700 128M
从装Linux(Ubuntu/FC6都装过)
就一个毛病
死机
就是没有反应,完全失去响应,屏幕就“冻”在那里了。
fglrx的问题?
我也试过
Option "KernelModuleParm" "agplock=0"
看来没有作用

就是死机,其它看上去都好,加速也有。
事实上,我在FC6上还装Beryl了,成功了,但没用多久就会死机的。

但在FC6的2.6.18内核下,没有装驱动的情况下是不会死机的。
但升级到2.6.20后,并装了驱动后就会死机。

我的CPU是AMD Athlon 3000+
我装的Ubuntu是32位的Desktop版

不知道是内核的问题,还是fglrx的问题。
小弟初学
请大家在我弃M投L的路上,给我一点帮助
谢谢!
700的很讨厌,如果你再用nvidia芯片主板的话更讨厌。去首贴给出的网址看看有没有类似的。
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
cjkcjk
帖子: 28
注册时间: 2007-05-29 21:55

成功了!!用方法二!!!

#444

帖子 cjkcjk » 2007-06-01 16:18

display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon X1200 Series
OpenGL version string: 2.0.6458 (8.36.5)
头像
cookierolls
帖子: 165
注册时间: 2007-05-10 22:40

#445

帖子 cookierolls » 2007-06-01 22:49

试过。还是不行。我的是9600的。安装顺利,可是开启效果。重起进入不了。白屏了
tree
帖子: 19
注册时间: 2007-05-06 7:57

#446

帖子 tree » 2007-06-03 1:18

没有试过最新的那个版本,但尝试过上一个版本,搞死人了,安装后连3D加速都没有了,我的就是nforec3 ultra的主板+1650 pro的显卡,没脾气了.
头像
zhuqin_83
帖子: 10606
注册时间: 2006-05-13 4:02
联系:

#447

帖子 zhuqin_83 » 2007-06-03 1:45

nvidia+ati阿,你怎么搭配的阿。
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
头像
jiachaorui
帖子: 187
注册时间: 2007-05-16 22:30

#448

帖子 jiachaorui » 2007-06-03 12:34

我的显卡是ATI 的X800GTO,按楼主的两种方法都试过了,驱动都能成功安装,分辩率也也正确了(1440X900),但在开启桌面特效时,还是提示“合成扩展不可用”,为什么?
*IdeaPad Y450A TSI/T6600/PM45/1TB/GT 130M/2G DDR3/14' LED@1366X768 (2009-05)
xubuntu/Windows 7 32bit
头像
zhuqin_83
帖子: 10606
注册时间: 2006-05-13 4:02
联系:

#449

帖子 zhuqin_83 » 2007-06-03 12:36

我说了要xgl。
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
bluefans
帖子: 14
注册时间: 2007-06-03 15:29

#450

帖子 bluefans » 2007-06-03 15:44

楼主您好,我安装好ubuntu7.04后看电影上网发现显示效果都不是太好,后来在论坛上看到有很多人说ununtu下面显示效果比windows要好,于是我怀疑是不是因为之前安装的是通用的显卡驱动,所以显示效果才不好的。
于是我按照楼主的方法重新安装驱动,安装过程都很顺利,安装后进不了图形界面了,请帮我分析一下什么原因。

我的显卡是ATI9100的,只有DVI接口,显示器是玛雅液晶显示器,安装过程如下:
sudo apt-get update
sudo apt-get install linux-restricted-modules-$(uname -r)
sudo apt-get install xorg-driver-fglrx fglrx-control
sudo depmod -a
由于是液晶显示器选用这个
sudo aticonfig --initial -f
sudo aticonfig --ovt=Xv
执行后提示我这个
Warning: Option 'VideoOverlay' doesn't affect running session.
Warning: Option 'OpenGLOverlay' doesn't affect running session.


sudo gedit /etc/X11/xorg.conf
看到这两行
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
已经是变成需要的那样了
然后添加
Section "Extensions"
Option "Composite" "0"
EndSection

Section "ServerFlags"
Option "AIGLX" "off"
EndSection
重启后就进不了图形界面了,我只好又用以前的xorg.conf才能进图形界面
回复