|
|
读了老外文章,ATI 8.43.3问题终解决。
New drivers work quite well, finally they able to run compiz without Xgl on fglrx as expected.
Note: Install the drivers via 1-click and make the changes to xorg.conf and compiz-manager as mentioned below. Skip the manual installation of the drivers.
####manual installation steps###
su -
init 3
zypper in kernel-source kernel-syms linux-kernel-headers
wget -c www2.ati.com/drivers/linux/ati-driver-installer-7-11-x86.x86_64.run
sh ati-driver-installer-7-11-x86.x86_64.run
Select custom option and install path as /
###end manual installation###
gnome-xgl-switch -d
aticonfig --initial --input=/etc/X11/xorg.conf --force
(double dash initial, input and force, note that we are not running sax2)
Make sure you have these things in xorg.conf
Section “Module”
Load “dbe”
Load “type1″
Load “freetype”
Load “extmod”
Load “glx”
Load “dri”
EndSection
Section “ServerFlags”
Option “AllowMouseOpenFail” “on”
Option “IgnoreABI” “on”
Option “AIGLX” “true”
EndSection
Section “Device”
Identifier “aticonfig-Device[0]”
Driver “fglrx”
Option “FSAAEnable” “off”
Option “Capabilities” “0×00000000″
Option “VideoOverlay” “on”
Option “OpenGLOverlay” “off”
Option “FSAAScale” “0″
Option “XAANoOffscreenPixmaps” “true”
EndSection
Section “Extensions”
Option “DAMAGE” “true”
Option “Composite” “true”
EndSection
Edit the following in /usr/bin/compiz-manager
COMPIZ_OPTIONS="--no-libgl-fallback --ignore-desktop-hints --replace"
WHITELIST="nvidia intel ati radeon i810 fglrx“
LD_LIBRARY_PATH=/usr/X11R6/lib
LD_LIBRARY_PATH is added to avoid compiz failing to start due to missing texture_from_pixmap error.
(Double dashes in front of no-libgl, ignore-desk… and replace)
This entry was posted on Friday, November 23rd, 2007 at 8:44 am and is filed under Compiz, SUSE, compiz-fusion. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
26 Responses to “ATI 8.433/7-11 on openSUSE - Howto”
1. E@zyVG Says:
November 23rd, 2007 at 12:13 pm
Gonna try installing this today, and as you reco about video prob that I am getting, I have tried those, but this time will try:
“aticonfig –overlay-type=Xv” option, hoping this will resolve prob with newer driver.
Just was curious, what is the difference between:
Option “Composite” “true”
Option “Composite” “enable”
发图如下 |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|