[Bug 192465] Re: 8.04 compiz crashes after upgrad 2.6.24-8-generic

2008-02-16 Thread turox
** Description changed:

  This report depends Linux version 2.6.24-8-generic after upgrading compiz and 
Kernel on 15-02-08.
  Unable to start compiz.
  
  Here some Info there maybe helpful:
+ DISTRIB_ID=Ubuntu
+ DISTRIB_RELEASE=8.04
+ DISTRIB_CODENAME=hardy
+ DISTRIB_DESCRIPTION=Ubuntu hardy (development branch)
  
  [EMAIL PROTECTED]:~$ compiz --replace
  Checking for Xgl: not present. 
  Detected PCI ID for VGA: 03:00.0 0300: 10de:00c8 (rev a2) (prog-if 00 [VGA 
controller])
  Checking for texture_from_pixmap: not present. 
  Trying again with indirect rendering:
  Checking for texture_from_pixmap: not present. 
  aborting and using fallback: /usr/bin/metacity 
  
  [EMAIL PROTECTED]:~$ glxinfo | grep direct
  Xlib:  extension GLX missing on display :0.0.
  Xlib:  extension GLX missing on display :0.0.
  Xlib:  extension GLX missing on display :0.0.
  Error: couldn't find RGB GLX visual
  Xlib:  extension GLX missing on display :0.0.
  Xlib:  extension GLX missing on display :0.0.
  Xlib:  extension GLX missing on display :0.0.
  Xlib:  extension GLX missing on display :0.0.
  Xlib:  extension GLX missing on display :0.0.
  Xlib:  extension GLX missing on display :0.0.
  
  http://turox.dyndns.org/ubuntu/launchpad/08-02-15-Xorg.0.log
  http://turox.dyndns.org/ubuntu/launchpad/08-0215.xsession-errors

** Description changed:

  This report depends Linux version 2.6.24-8-generic after upgrading compiz and 
Kernel on 15-02-08.
  Unable to start compiz.
  
  Here some Info there maybe helpful:
  DISTRIB_ID=Ubuntu
  DISTRIB_RELEASE=8.04
  DISTRIB_CODENAME=hardy
  DISTRIB_DESCRIPTION=Ubuntu hardy (development branch)
+ 
+ [EMAIL PROTECTED]:~$ dpkg -l compiz
+ Desired=Unknown/Install/Remove/Purge/Hold
+ | Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pend
+ |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: 
uppercase=bad)
+ ||/ Name   VersionDescription
+ +++-==-==-
+ ii  compiz 1:0.7.0-0ubunt OpenGL window and compositing manager
+ 
  
  [EMAIL PROTECTED]:~$ compiz --replace
  Checking for Xgl: not present. 
  Detected PCI ID for VGA: 03:00.0 0300: 10de:00c8 (rev a2) (prog-if 00 [VGA 
controller])
  Checking for texture_from_pixmap: not present. 
  Trying again with indirect rendering:
  Checking for texture_from_pixmap: not present. 
  aborting and using fallback: /usr/bin/metacity 
  
  [EMAIL PROTECTED]:~$ glxinfo | grep direct
  Xlib:  extension GLX missing on display :0.0.
  Xlib:  extension GLX missing on display :0.0.
  Xlib:  extension GLX missing on display :0.0.
  Error: couldn't find RGB GLX visual
  Xlib:  extension GLX missing on display :0.0.
  Xlib:  extension GLX missing on display :0.0.
  Xlib:  extension GLX missing on display :0.0.
  Xlib:  extension GLX missing on display :0.0.
  Xlib:  extension GLX missing on display :0.0.
  Xlib:  extension GLX missing on display :0.0.
  
  http://turox.dyndns.org/ubuntu/launchpad/08-02-15-Xorg.0.log
  http://turox.dyndns.org/ubuntu/launchpad/08-0215.xsession-errors

-- 
8.04 compiz crashes after upgrad 2.6.24-8-generic
https://bugs.launchpad.net/bugs/192465
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 192465] Re: 8.04 compiz crashes after upgrad 2.6.24-8-generic

2008-02-16 Thread Paul Hoell
I can confirm the issue and I think I found the reason for it.
Snip of the Xorg.0.log:
-
(II) LoadModule: glx
(II) Loading /usr/lib/xorg/modules//libglx.so
dlopen: /usr/lib/xorg/modules//libglx.so: cannot open shared object file: No 
such file or directory
(EE) Failed to load /usr/lib/xorg/modules//libglx.so
(II) UnloadModule: glx
(EE) Failed to load module glx (loader failed, 7)
-
There seems to be a typo in the path to libglx.so
This is from turox' log, but mine shows the same mistake.

-- 
8.04 compiz crashes after upgrad 2.6.24-8-generic
https://bugs.launchpad.net/bugs/192465
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 192465] Re: 8.04 compiz crashes after upgrad 2.6.24-8-generic

2008-02-16 Thread Travis Watkins
*** This bug is a duplicate of bug 192253 ***
https://bugs.launchpad.net/bugs/192253

** This bug has been marked a duplicate of bug 192253
   xorg glx module is missing

-- 
8.04 compiz crashes after upgrad 2.6.24-8-generic
https://bugs.launchpad.net/bugs/192465
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 192465] Re: 8.04 compiz crashes after upgrad 2.6.24-8-generic

2008-02-16 Thread barcc
*** This bug is a duplicate of bug 192253 ***
https://bugs.launchpad.net/bugs/192253

The link /usr/lib/xorg/modules/libglx.so - libglx.so.96.43.05 is wrong.
1. cd /usr/lib/xorg/modules/
   ln -s libglx.so - extensions/libglx.so.96.43.05
2. Restart
3. Aktivate compiz
4. restart X (ctrl+alt+bksp)

-- 
8.04 compiz crashes after upgrad 2.6.24-8-generic
https://bugs.launchpad.net/bugs/192465
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 192465] Re: 8.04 compiz crashes after upgrad 2.6.24-8-generic

2008-02-16 Thread turox
*** This bug is a duplicate of bug 192253 ***
https://bugs.launchpad.net/bugs/192253

thx

cd /usr/lib/xorg/modules/
ln extensions/libglx.so.169.09 libglx.so.169.0

works fine ^^

-- 
8.04 compiz crashes after upgrad 2.6.24-8-generic
https://bugs.launchpad.net/bugs/192465
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs