+ Reply to Thread
Results 1 to 9 of 9

Thread: Catalyst 7.11 - No GLX_EXT_texture_from_pixmap

  1. #1
    Join Date
    Oct 2007
    Posts
    13

    Smile FIXED: Catalyst 7.11 - No GLX_EXT_texture_from_pixmap

    Had the driver working last month using aiglx but it was too buggy. I want to try again now.
    Unfortunately it won't work for me.

    Removed all traces of Gutsy compiz from system.
    Installed compiz from git using Git4CF 1.5 script.
    Driver installed fine. Works if I disable composite/aiglx and install xserver-xgl.
    Does not work if I remove them and setup as below. I want to get it working without xgl. The error I get when starting fusion-icon is.

    fusion-icon
    * Detected Session: gnome
    * Searching for installed applications...
    Backend : ini
    Integration : true
    Profile : default
    Adding plugin decoration (decoration)
    Initializing decoration options...done
    * No GLX_EXT_texture_from_pixmap with direct rendering context
    ... present with indirect rendering, exporting: LIBGL_ALWAYS_INDIRECT=1
    * Using the GTK Interface
    * Metacity is already running
    /usr/lib/python2.5/site-packages/FusionIcon/interface_gtk/main.py:214: GtkWarning: Theme directory 32x32/stock/generic of theme oxygen-icon-gnome has no size field

    gtk.main()
    * Setting window manager to Compiz
    ... executing: compiz --replace --sm-disable --ignore-desktop-hints ccp --indirect-rendering
    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
    * Setting window manager to Metacity

    Sounds like a whitelisting thingy to me. I checked compiz-manager. It's ok. /usr/bin/compiz is a binary.
    Tried doing the
    mkdir -p ~/.config/compiz && echo SKIP_CHECKS=yes >> ~/.config/compiz/compiz-manager

    Any ideas?



    cat /etc/xdg/compiz/compiz-manager
    # Ubuntu specifc compiz-manager configuration file
    # goes into /etc/xdg/compiz/compiz-manager
    # works with git://anongit.compiz-fusion.org/fusion/misc/compiz-manager
    COMPIZ_BIN_PATH="/usr/bin/"
    PLUGIN_PATH="/usr/lib/compiz/"
    COMPIZ_NAME="compiz.real"
    WHITELIST="fglrx nvidia intel ati radeon i810"



    fglrxinfo
    display: :0.0 screen: 0
    OpenGL vendor string: ATI Technologies Inc.
    OpenGL renderer string: ATI Mobility Radeon X1300
    OpenGL version string: 2.1.7059 Release

    Section "ServerFlags"
    Option "AIGLX" "True"
    EndSection
    Section "Extensions"
    Option "Composite" "1"
    EndSection

    cat /var/log/Xorg.0.log|grep DRI
    (II) Loading extension XFree86-DRI
    (==) fglrx(0): NoDRI = NO
    (II) Loading extension ATIFGLRXDRI
    (II) fglrx(0): doing DRIScreenInit
    (II) fglrx(0): DRIScreenInit done
    (II) fglrx(0): DRI initialization successfull!
    (II) fglrx(0): [DRI] installation complete
    (II) GLX: Initialized DRI GL provider for screen 0


    cat /var/log/Xorg.0.log|grep -i aig
    (**) Option "AIGLX" "True"
    (**) AIGLX enabled
    (WW) AIGLX: 3D driver claims to not support visual 0x23
    (WW) AIGLX: 3D driver claims to not support visual 0x24
    (WW) AIGLX: 3D driver claims to not support visual 0x25
    (WW) AIGLX: 3D driver claims to not support visual 0x26
    (WW) AIGLX: 3D driver claims to not support visual 0x27
    (WW) AIGLX: 3D driver claims to not support visual 0x28
    (WW) AIGLX: 3D driver claims to not support visual 0x29
    (WW) AIGLX: 3D driver claims to not support visual 0x2a
    (WW) AIGLX: 3D driver claims to not support visual 0x2b
    (WW) AIGLX: 3D driver claims to not support visual 0x2c
    (WW) AIGLX: 3D driver claims to not support visual 0x2d
    (WW) AIGLX: 3D driver claims to not support visual 0x2e
    (WW) AIGLX: 3D driver claims to not support visual 0x2f
    (WW) AIGLX: 3D driver claims to not support visual 0x30
    (WW) AIGLX: 3D driver claims to not support visual 0x31
    (WW) AIGLX: 3D driver claims to not support visual 0x32
    (WW) AIGLX: 3D driver claims to not support visual 0x33
    (WW) AIGLX: 3D driver claims to not support visual 0x34
    (WW) AIGLX: 3D driver claims to not support visual 0x35
    (WW) AIGLX: 3D driver claims to not support visual 0x36
    (WW) AIGLX: 3D driver claims to not support visual 0x37
    (WW) AIGLX: 3D driver claims to not support visual 0x38
    (WW) AIGLX: 3D driver claims to not support visual 0x39
    (WW) AIGLX: 3D driver claims to not support visual 0x3a
    (WW) AIGLX: 3D driver claims to not support visual 0x3b
    (WW) AIGLX: 3D driver claims to not support visual 0x3c
    (WW) AIGLX: 3D driver claims to not support visual 0x3d
    (WW) AIGLX: 3D driver claims to not support visual 0x3e
    (WW) AIGLX: 3D driver claims to not support visual 0x3f
    (WW) AIGLX: 3D driver claims to not support visual 0x40
    (WW) AIGLX: 3D driver claims to not support visual 0x41
    (WW) AIGLX: 3D driver claims to not support visual 0x42
    (WW) AIGLX: 3D driver claims to not support visual 0x43
    (WW) AIGLX: 3D driver claims to not support visual 0x44
    (WW) AIGLX: 3D driver claims to not support visual 0x45
    (WW) AIGLX: 3D driver claims to not support visual 0x46
    (WW) AIGLX: 3D driver claims to not support visual 0x47
    (WW) AIGLX: 3D driver claims to not support visual 0x48
    (WW) AIGLX: 3D driver claims to not support visual 0x49
    (WW) AIGLX: 3D driver claims to not support visual 0x4a
    (WW) AIGLX: 3D driver claims to not support visual 0x4b
    (WW) AIGLX: 3D driver claims to not support visual 0x4c
    (WW) AIGLX: 3D driver claims to not support visual 0x4d
    (WW) AIGLX: 3D driver claims to not support visual 0x4e
    (WW) AIGLX: 3D driver claims to not support visual 0x4f
    (WW) AIGLX: 3D driver claims to not support visual 0x50
    (WW) AIGLX: 3D driver claims to not support visual 0x51
    (WW) AIGLX: 3D driver claims to not support visual 0x52
    (WW) AIGLX: 3D driver claims to not support visual 0x53
    (WW) AIGLX: 3D driver claims to not support visual 0x54
    (WW) AIGLX: 3D driver claims to not support visual 0x55
    (WW) AIGLX: 3D driver claims to not support visual 0x56
    (WW) AIGLX: 3D driver claims to not support visual 0x57
    (WW) AIGLX: 3D driver claims to not support visual 0x58
    (WW) AIGLX: 3D driver claims to not support visual 0x59
    (WW) AIGLX: 3D driver claims to not support visual 0x5a
    (WW) AIGLX: 3D driver claims to not support visual 0x5b
    (WW) AIGLX: 3D driver claims to not support visual 0x5c
    (WW) AIGLX: 3D driver claims to not support visual 0x5d
    (WW) AIGLX: 3D driver claims to not support visual 0x5e
    (WW) AIGLX: 3D driver claims to not support visual 0x5f
    (WW) AIGLX: 3D driver claims to not support visual 0x60
    (WW) AIGLX: 3D driver claims to not support visual 0x61
    (WW) AIGLX: 3D driver claims to not support visual 0x62
    (WW) AIGLX: 3D driver claims to not support visual 0x63
    (WW) AIGLX: 3D driver claims to not support visual 0x64
    (WW) AIGLX: 3D driver claims to not support visual 0x65
    (WW) AIGLX: 3D driver claims to not support visual 0x66
    (WW) AIGLX: 3D driver claims to not support visual 0x67
    (WW) AIGLX: 3D driver claims to not support visual 0x68
    (WW) AIGLX: 3D driver claims to not support visual 0x69
    (WW) AIGLX: 3D driver claims to not support visual 0x6a
    (WW) AIGLX: 3D driver claims to not support visual 0x6b
    (WW) AIGLX: 3D driver claims to not support visual 0x6c
    (WW) AIGLX: 3D driver claims to not support visual 0x6d
    (WW) AIGLX: 3D driver claims to not support visual 0x6e
    (WW) AIGLX: 3D driver claims to not support visual 0x6f
    (WW) AIGLX: 3D driver claims to not support visual 0x70
    (WW) AIGLX: 3D driver claims to not support visual 0x71
    (WW) AIGLX: 3D driver claims to not support visual 0x72
    (II) AIGLX: Loaded and initialized /usr/lib/dri/fglrx_dri.so
    Last edited by phlegm; 11-27-2007 at 08:13 AM.

  2. #2
    Join Date
    Oct 2007
    Posts
    12

    Default

    doesn't work with xserver 1.4

    try downgrading to 1.3

  3. #3
    Join Date
    Oct 2007
    Posts
    13

    Default

    Quote Originally Posted by slickhenry View Post
    doesn't work with xserver 1.4

    try downgrading to 1.3
    Already running 1.3
    Not sure what the dfsg part is in the build though.

    Xorg -version

    X Window System Version 1.3.0
    Release Date: 19 April 2007
    X Protocol Version 11, Revision 0, Release 1.3
    Build Operating System: Linux Ubuntu (xorg-server 2:1.3.0.0.dfsg-12ubuntu8)
    Current Operating System: Linux islapx19 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686
    Build Date: 29 September 2007
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present

  4. #4
    Join Date
    Oct 2007
    Posts
    13

    Default

    Reinstalled all x components. Installed compiz from default repo's. It works with xgl. Removed xgl and enabled aiglx. No luck. I do get a different output though. Any ideas on this one?

    SKIP_CHECKS=yes compiz --replace
    Checking for Xgl: not present.
    Detected PCI ID for VGA: 01:00.0 0300: 1002:7149 (prog-if 00 [VGA])
    Checking for texture_from_pixmap: not present.
    Trying again with indirect rendering:
    Checking for texture_from_pixmap: present.
    Checking for non power of two support: present.
    Checking for Composite extension: present.
    Comparing resolution (1024x768) to maximum 3D texture size (4096): Passed.
    Checking for nVidia: not present.
    Checking for FBConfig: present.
    Checking for Xgl: not present.
    Starting emerald
    /usr/bin/compiz.real (core) - Fatal: No GLXFBConfig for default depth, this isn't going to work.
    /usr/bin/compiz.real (core) - Error: Failed to manage screen: 0
    /usr/bin/compiz.real (core) - Fatal: No manageable screens found on display :0.0

  5. #5
    Join Date
    Oct 2007
    Posts
    13

    Default

    Quote Originally Posted by slickhenry View Post
    doesn't work with xserver 1.4

    try downgrading to 1.3


    Just downgraded my xserver-xorg-core to
    xserver-xorg-core_2:1.3.0.0.dfsg-12ubuntu2

    Didn't make any difference.

    Also tried removing all traces of compiz from synaptic.
    Then ran an updatdb.
    Then did locate on any leftover compiz, emerald and libdecorate files and purged them. Reinstalled compiz from the Gurty repo's and still the same thing.

  6. #6
    Join Date
    Sep 2007
    Posts
    128

    Default

    Google works wonders.
    Anyways try the following solution found here:

    http://osdir.com/ml/video.opengl.com.../msg00189.html

  7. #7
    Join Date
    Oct 2007
    Posts
    13

    Default

    Quote Originally Posted by Uchikoma View Post
    Google works wonders.
    Anyways try the following solution found here:

    http://osdir.com/ml/video.opengl.com.../msg00189.html
    I've been googling my brains out.

    I tried your solution and same thing.
    phlegm@islapx19:~$ SKIP_CHECKS=yes compiz —replace
    Checking for Xgl: not present.
    Detected PCI ID for VGA: 01:00.0 0300: 1002:7149 (prog-if 00 [VGA])
    Checking for texture_from_pixmap: not present.
    Trying again with indirect rendering:
    Checking for texture_from_pixmap: present.
    Checking for non power of two support: present.
    Checking for Composite extension: present.
    Comparing resolution (1024x768) to maximum 3D texture size (4096): Passed.
    Checking for nVidia: not present.
    Checking for FBConfig: present.
    Checking for Xgl: not present.
    Starting gtk-window-decorator
    /usr/bin/compiz.real (core) - Fatal: No GLXFBConfig for default depth, this isn't going to work.
    /usr/bin/compiz.real (core) - Error: Failed to manage screen: 0
    /usr/bin/compiz.real (core) - Fatal: No manageable screens found on display :0.0


    Also tried this
    xdriinfo options <screen number or driver name>

    phlegm@islapx19:~$ xdriinfo options fglrx
    Driver "fglrx" is not installed or does not support configuration.
    Last edited by phlegm; 11-26-2007 at 07:22 PM.

  8. #8
    Join Date
    Oct 2007
    Posts
    13

    Default

    Quote Originally Posted by Uchikoma View Post
    Google works wonders.
    Anyways try the following solution found here:

    http://osdir.com/ml/video.opengl.com.../msg00189.html

    Just for kicks I tried installing the ati driver using envy.

    No difference.

    phlegm@islapx19:~$ SKIP_CHECKS=yes compiz —replace
    Checking for Xgl: not present.
    Detected PCI ID for VGA: 01:00.0 0300: 1002:7149 (prog-if 00 [VGA])
    Checking for texture_from_pixmap: not present.
    Trying again with indirect rendering:
    Checking for texture_from_pixmap: present.
    Checking for non power of two support: present.
    Checking for Composite extension: present.
    Comparing resolution (1024x768) to maximum 3D texture size (4096): Passed.
    Checking for nVidia: not present.
    Checking for FBConfig: present.
    Checking for Xgl: not present.
    Starting gtk-window-decorator
    /usr/bin/compiz.real (core) - Fatal: No GLXFBConfig for default depth, this isn't going to work.
    /usr/bin/compiz.real (core) - Error: Failed to manage screen: 0
    /usr/bin/compiz.real (core) - Fatal: No manageable screens found on display :0.0

  9. #9
    Join Date
    Oct 2007
    Posts
    13

    Smile

    OK Here's how I fixed things.
    Haven't looked into this script much yet but I grabbed it from here.
    http://photos.dcstealthy.com/phaedrus/bp-compiz

    Used it to remove my existing compiz. Then did the install everything.

    Started compiz-fusion and yaaaaay!

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts