[Back]

ATI 8.433/7-11 on openSUSE - Howto
by cyberorg, Friday, November 23rd, 2007 @ 8:44 am

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

Save this as /home/<yourusername>/.config/compiz/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)

Copy/Paste friendly version of compiz-manager configuration.



78 Comments »
TrackBack URL

  1. : E@zyVG, November 23, 2007 @ 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”

  2. : cyberorg, November 23, 2007 @ 12:26 pm

    True, enable, on they are all same. See man xorg.conf

    Boolean options may optionally have a value specified. When no value is specified, the option’s value is TRUE. The following boolean option values are recognised as TRUE:

    1, on, true, yes

  3. : Noname, November 23, 2007 @ 2:39 pm

    Should I still mv /usr/lib/libIndirect.so.1 /usr/lib/libIndirect.so.1.old ?

  4. : cyberorg, November 23, 2007 @ 2:40 pm

    No.

  5. : E@zyVG, November 23, 2007 @ 5:16 pm

    nops

  6. : ATI 8.433/7-11 on openSUSE - Howto | Video Driver Blog, November 23, 2007 @ 9:55 pm

    [...] unknown: [...]

  7. : jadigo, November 23, 2007 @ 10:53 pm

    Hi,

    I followed this steps but compiz show this message:

    compiz: Trying ‘/usr/$LIB/libIndirectGL.so.1′
    jadigo@jadigo:~> compiz (core) - Fatal: No GLXFBConfig for default depth, this isn’t going to work.
    compiz (core) - Error: Failed to manage screen: 0
    compiz (core) - Fatal: No manageable screens found on display :0.0

    [1]+ Exit 1

    AIGLX is active and I checked the xorg.conf and all options are according to this web…

    thanks for help..

  8. : Ken Jennings, November 24, 2007 @ 6:30 am

    Well, this process helped out some…. Prior to following the procedure the display/workspace would not refresh until the cube was rotated (just a little). It was getting really irritating trying to click buttons or type text then jiggle the cube to see the screen update.
    Now it looks like compiz stopped working. So, the display is refreshing, but there is no cube.

  9. : cyberorg, November 24, 2007 @ 7:25 am

    Dont forget to change compiz-manager bit –no-libgl-fallback to avoid “Fatal: No GLXFBConfig for default depth”

  10. : hgdomainnames » Blog Archive » ATI 8.433/7-11 on openSUSE - Howto, November 24, 2007 @ 9:51 am

    [...] sourced here [...]

  11. : Luis Prado, November 24, 2007 @ 12:29 pm

    Compiz is not working in my system. It always shows “The composite extension is not available” error message.

    I don’t know what to do. Can you give me a hand on this?

  12. : cyberorg, November 24, 2007 @ 12:58 pm

    That is what Option “Composite” “true” is in there for.

  13. : silverado, November 24, 2007 @ 11:50 pm

    Hi

    I got the same problem as someone had before, i mean i get:

    /usr/bin/compiz (core) - Fatal: No GLXFBConfig for default depth, this isn’t going to work.
    /usr/bin/compiz (core) - Error: Failed to manage screen: 0
    /usr/bin/compiz (core) - Fatal: No manageable screens found on display :0.0

    even though ive added –no-libgl-fallback.

    The:

    Option “AddARGBGLXVisuals” “True”
    Option “DisableGLXRootClipping” “true”

    dosent work either.

  14. : Angelo, November 26, 2007 @ 12:49 am

    I confirm what silverado says. On my laptop dell 1501 I keep getting the “No GLXFGConfig” thing.
    Additionally if I enable xgl the system is unusable. :-(((

  15. : Michael Hess, November 26, 2007 @ 4:10 pm

    Confirming this as well. On my Fujitsu-Siemens Lifebook 8210 (Mobility X1400) I get the “compiz (core) - Fatal: No GLXFBConfig for default depth, this isn’t going to work.” message as well.

  16. : cyberorg, November 26, 2007 @ 6:10 pm

    Is there anyone who got it working?

    I know at least three others who has it working following the directions above.

    If anyone got it working please share here if I have missed a step somewhere.

  17. : cyberorg, November 26, 2007 @ 8:25 pm

    See LD_LIBRARY_PATH=/usr/X11R6/lib variable which I’ve just added, it should get compiz running on AIGLX.

  18. : Joban, November 26, 2007 @ 11:04 pm

    This LD_LIBRARY_PATH=/usr/X11R6/lib didn’t work for me, Is there anywhere in particular I need to add it?

    I get the Fatal: No GLXFBConfig error.

  19. : silverado, November 27, 2007 @ 2:11 pm

    Confirm, nothing changes, Still: No GLXFBConfig error

  20. : Gee, November 27, 2007 @ 2:46 pm

    It works perfect, Compiz-Fusion without XGL, Ati Radeon 9600 Pro 256 MB AGP, all effects, its important to disable xgl!

    Gee

  21. : Thruth, November 28, 2007 @ 9:02 am

    It works! Thanks!
    However, xv accelaration video does not work any more. I blame AMD!

  22. : Catalyst 7.11 (8.433) on OpenSuse 10.3 « /home, November 28, 2007 @ 3:53 pm

    [...] For those you are looking for some informations about the installation process, you can check this web site. [...]

  23. : Angelo, November 29, 2007 @ 9:46 pm

    I cannot undertand but tonight just renaming libIndirectGL.so.1.2 to libIndirectGL.so.1.2_DISABLED compiz started working…..

    Just a suggestion, use the utility ‘fusion-icon’ to switch window managers.

    Cheers.

  24. : cyberorg, November 30, 2007 @ 7:08 am

    removing libIndirectGL or starting compiz with –disable-libgl-fallback is same.

  25. : David Rankin, December 4, 2007 @ 2:29 am

    Not so says the attorney. On my box Toshiba P35/ATI mobility Radeon 9700 you *must* remove/rename /usr/lib/libIndirectGL.so.1 or compiz will not start regardless of whether –disable-libgl-fallback is used. They are not equivalent. There are xorg issues involved with the libIndirectGL issue that must be fixed in the future. See

    https://bugzilla.novell.com/show_bug.cgi?id=338930
    https://bugzilla.novell.com/show_bug.cgi?id=340459

  26. : nineteenfingers, December 5, 2007 @ 7:00 am

    I followed this process with the 1-click option (openSUSE 10.3) for an ATi Mobility Radeon X300 and it worked a treat.
    Previously I could only use 4.40 as 4.42 was producing strange artifacts on the screen.

    I’ve not pushed my graphics hard since installing it - but so far everything is clean and smooth.

    Thanks.

  27. : ati 7.11 e pesantezza insostenibile « GrayMalkin, December 5, 2007 @ 7:26 pm

    [...] http://dev.compiz-fusion.org/~cyberorg/2007/11/23/ati-84337-11-on-opensuse-howto/ [...]

  28. : gabe, December 7, 2007 @ 1:21 am

    yea mine wont work either… complains:
    compiz: Trying ‘/usr/$LIB/libIndirectGL.so.1′
    compiz (core) - Fatal: No GLXFBConfig for default depth, this isn’t going to work.
    compiz (core) - Error: Failed to manage screen: 0
    compiz (core) - Fatal: No manageable screens found on display :0.0

  29. : Mike Mayer, December 24, 2007 @ 1:07 am

    This guide is the only one I’ve found so far to help me solve my problems with my x1400 on opensuse 10.3 with the latest drivers as of 12/23/2007

    Thanks!

  30. : franscisco arias, January 18, 2008 @ 10:32 pm

    I resolved the “No GLXFBConfig” error installing compiz-manager using one-click-install (it’s not mentioned in this post) from here:

    http://en.opensuse.org/Compiz_Fusion

    I hope this can help you.

  31. : gbrethen, January 28, 2008 @ 6:45 pm

    I followed your instructions, and now compiz is working on my openSuse 10.3 with ATI Radeon Xpress 1150. The only thing that is weird is that I am getting a 5 pixel white space under the task bar and around text pop-ups. Any ideas as to what is causing this?

    Thanks

  32. : cyberorg, January 29, 2008 @ 7:56 am

    Use emerald decorator or set shadows to 0 in gconf-editor -> apps -> compiz -> plugins -> decorators

  33. : TheConstructor, February 12, 2008 @ 8:44 pm

    LIBGL_ALWAYS_INDIRECT=1 /usr/bin/compiz –no-libgl-fallback
    was recommended to me instead of simple –no-libgl-fallback and i get the message “/usr/bin/compiz (core) - Warn: Unknown option ‘–no-libgl-fallback’” I guess the just changed the way you set that option

  34. : Promosyon Tekstil, March 2, 2008 @ 3:30 pm

    thanks for your subject. it is very important for internet users.i will write your site .. please write

    me back. thank you

  35. : Kurye, March 2, 2008 @ 3:33 pm

    Kurye - Moto Kurye - i will write your site .. please write

    me back. thank you

  36. : Yurtdisi Egitim, March 2, 2008 @ 3:34 pm

    i will write your site . Abd Egitim Yurtdisi Egitim

  37. : Plaket, March 2, 2008 @ 3:36 pm

    Plaket

  38. : Evden Eve Nakliyat, March 2, 2008 @ 3:38 pm

    Thanks Evden Eve Nakliyat

  39. : crackedmaster, March 24, 2008 @ 1:54 pm

    After running the Install the Driver via 1 click, what would be my next step for me to run Beryl or other 3d effects for the desktop. Please forgive me I’m a newbie to Linux.

    Run this at root level?
    Will I use su- or su only?

    1.) I tried running it with su- this what came out.
    linux-edna:~ # gnome-xgl-switch -d (Enter)
    linux-edna:~ # (This was the result)
    linux-edna:~ # aticonfig –initial –input=/etc/X11/xorg.conf –for
    No protocol specified
    aticonfig: option `–for’ is ambiguous
    aticonfig: parsing the command-line failed.
    linux-edna:~ #

    2.)I Tried running it with su this what came out.
    linux-edna:/home/nathan_g # gnome-xgl-switch -d
    linux-edna:/home/nathan_g #
    linux-edna:/home/nathan_g # aticonfig –initial –input=/etc/X11/xorg.conf –force
    Uninitialised file found, configuring.
    Using /etc/X11/xorg.conf
    Saved back-up to /etc/X11/xorg.conf.fglrx-4
    linux-edna:/home/nathan_g #

    Which of the above is right? I told you I’m really new to linux.

    aticonfig –initial –input=/etc/X11/xorg.conf –force

    (double dash initial, input and force, note that we are not running sax2)-What do you mean by this?

    Make sure you have these things in xorg.conf - How do I edit and save this file? I edited this
    file using KWrite, but don’t know where to save it when I was done?

    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

    Save this as /home//.config/compiz/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)-What did you mean by this?

    Copy/Paste friendly version of compiz-manager configuration.What did you mean by this?

    For all your help, many thanks.

  40. : estetik, October 31, 2008 @ 11:25 am

    nice post. very useful indeed. thank you.

  41. : evden eve, January 24, 2009 @ 3:08 pm

    nakliye firmalar? burada hem ucuz hem güvenilirr

  42. : tercüme, January 29, 2009 @ 1:31 am

    nice post.thanks

  43. : K.Sri Harsha Varma, February 20, 2009 @ 6:40 am

    Hello . I alreaddy posted this query in many linux forums but the answers from members did not worked.
    Im new to linux and recently installed OpenSuse on my system and my configuration is Nvidia 9500Gt, Amd X2 3600+, 3gb ram.Ever since i installed this Suse, i am trying to enable the compiz Effects on my system bu failed. I followed all the instructions carefully on “configuring Compiz” from Both Nvidia and opensuse websites. But when i use the
    $grep Composite /var/log/Xorg.0.log command, i get a msg that “composite” “disabled”. But i can see “composite” “enabled” in the xorg.conf file. Im posting the links to a few screenshots. Plz have a look at them and suggest me what to do. The images or not in order. Awaiting any suggestions.Using Opensuse 11.1 (KDE). ****I dont have a internet connection, so i cannot use the One click install.

    http://s598.photobucket.com/albums/tt61/harshavarma/?action=view&current=No_Composite.png
    http://s598.photobucket.com/albums/tt61/harshavarma/?action=view&current=No_Composite2.png
    http://s598.photobucket.com/albums/tt61/harshavarma/?action=view&current=Simple_ccsm.png
    http://s598.photobucket.com/albums/tt61/harshavarma/?action=view&current=xorg.png
    http://s598.photobucket.com/albums/tt61/harshavarma/?action=view&current=xorg.png
    http://s598.photobucket.com/albums/tt61/harshavarma/?action=view&current=xorg2.png

  44. : problem with cairo dock!! - openSUSE Forums, March 21, 2009 @ 12:37 am

    [...] Re: problem with cairo dock!! compiz is a composite window mananger that replaces KWin or the window manager that you’re using in gnome. Here is how to install ATI drivers and how to get Compiz to work (you need to install it first from a community repository first) CyberOrg ? ATI 8.433/7-11 on openSUSE - Howto [...]

  45. : burun esteti?i, March 24, 2009 @ 11:53 pm

    Thank you very very good

  46. : lazer epilasyon, April 2, 2009 @ 11:24 pm

    nice post! thanks a lot

  47. : transeksuel, May 10, 2009 @ 12:01 pm

    Great post

  48. : eskort, May 10, 2009 @ 12:02 pm

    succedded

  49. : Koxp, June 15, 2009 @ 7:56 pm

    Thanx Four Articles

  50. : izmir temizlik firmalar?, June 19, 2009 @ 11:02 pm

    thans a good information…

  51. : admar2010, June 20, 2009 @ 8:01 am

    Nice idea, everyday we see some new ideas that really works and attracts
    people good luck.

    Çelik kap?,Ah?ap Kap? ve Zonex Cam Balkon

    Bilgi Payla??m Sitesi

  52. : tolga, July 9, 2009 @ 8:47 pm

    Than you article admin

  53. : a?k, July 17, 2009 @ 11:39 pm

    dear friends thanks a lot for your workshop

  54. : izmir temizlik firmalari, September 11, 2009 @ 2:49 pm

    thanks for help.. its really good..

  55. : tabldot yemek, October 1, 2009 @ 9:56 pm

    Thanx Four Articles toplu yemek
    tabldot yemek

  56. : ünlü evden eve nakliyat, October 4, 2009 @ 8:21 pm

    thanks

  57. : UluslararasiEhliyet@Uluslararasi Ehliyet, October 6, 2009 @ 12:47 pm

    Hi Thank you for the tip. i enjoyed while reading…

  58. : porno hikaye, October 6, 2009 @ 7:03 pm

    Thank you !

  59. : tercüme, October 15, 2009 @ 4:12 pm

    tercüme

  60. : ya?am koçu, November 1, 2009 @ 10:35 pm

    thank you for the driver i was searching it.

  61. : koçluk, November 1, 2009 @ 10:36 pm

    very nice working. the driver will be work at my pc thanks.

  62. : life coaching, November 2, 2009 @ 11:04 pm

    very nice informations i like the article.

  63. : life coaching, November 2, 2009 @ 11:05 pm

    i have some question about this. But i am not sure about these subjects.

  64. : saç ekimi, November 4, 2009 @ 12:25 am

    Thanks for the informations they are too helpful for this subject

  65. : saç ekimi, November 4, 2009 @ 12:26 am

    Thnx for the interesting post.I found it very useful for myself.Keep writing

  66. : rent a car, November 5, 2009 @ 9:11 am

    Very interesting. I am personally wrestlying with the constructs of the Universe that we see indirectly, but have no explaination, such as Wimps. Big Bang as perhaps a collision of universes.

  67. : ac? cehre, November 5, 2009 @ 9:11 am

    I’d love to take one of those for a spin. We need a lambo rental service in Pittsburgh. Any takers.

  68. : araç kiralama, November 5, 2009 @ 9:12 am

    great article. thanks for the useful informations.

  69. : estetik, November 5, 2009 @ 11:45 pm

    Great job, keep it up. thanks

  70. : panik atak, November 5, 2009 @ 11:46 pm

    Nice blog, its great article informative post, thanks for sharing it. Thanks for the information!

  71. : vajinismus, November 5, 2009 @ 11:47 pm

    very useful article thanks.

  72. : burun esteti?i, November 7, 2009 @ 12:19 pm

    This is just another reason why I like your website. I like your style of writing you tell your stories without out sending us to 5 other sites to complete the story

  73. : lazerlipoliz, November 8, 2009 @ 10:21 am

    Great job, keep it up. thanks

  74. : smartlipo, November 8, 2009 @ 10:21 am

    I’m really very useful to follow a long-time see this as a blog here Thank you for your valuable information

  75. : saç ekimi, November 8, 2009 @ 10:22 am

    Very interesting article with unique writing style. Please do more this kind of post.

  76. : saç ekimi, November 9, 2009 @ 10:31 am

    Hi. I agree in principal with your ideas at the same time I do believe if someone invents something before others.
    saç ekimi
    estetik
    ya?am koçu

  77. : ö?renci koçlu?u, November 11, 2009 @ 10:51 am

    Thank you for sharing the information provided, and adds color to our world.
    Very interesting. I am personally wrestlying with the constructs of the Universe that we see indirectly, but have no explaination, such as Wimps. Big Bang as perhaps a collision of universes.

    yönetici koçu
    ki?isel geli?im

  78. : hosting, November 12, 2009 @ 12:13 am

    I’m really very useful to follow a long-time see this as a blog here Thank you for your valuable information and I’d love to take one of those for a spin. We need a lambo rental service in Pittsburgh. Any takers.
    web hosting
    web tasar?m?


Leave a comment

You must be logged in to post a comment.

Log in | RSS | Comments RSS | Valid XHTML | XFN | WP |