My compiz wasn't working either until now, following these steps, and since i also have a Inte® GM45 Express Chipset i now can set compiz to run and starting compiz from Terminal the output is as follow:secipolla wrote:bug67 wrote:I don't know how to do any of the stuff you suggest. When I get some time (if I don't get frustrated and re-install Helena) I may poke around a bit and see if I can figure it out. I saw a thread elsewhere about Compiz not working. There was some terminal commands given as a solution and a similar GLX error was returned. Compiz isn't working on my machine either. Wonder if tw friens is all related.omns wrote:bug67 you seem to have the same intel card that I have one one of my machines. To solve this problem I had to remove the xserver-xorg-video-nouveau and xserver-xorg-video-nv packages then run sudo dpkg-reconfigure xserver-xorg. I restarted X and all was well. I don't fully understand why this works as the removed packages aren't intel related.Code: Select all
sudo apt-get purge xserver-xorg-video-nouveau xserver-xorg-video-nv
Reboot.Code: Select all
sudo dpkg-reconfigure xserver-xorg
You may also check if libgl1-mesa-dri is installedif it isn't, thenCode: Select all
apt-cache policy libgl1-mesa-dri
and reboot.Code: Select all
sudo apt-get install libgl1-mesa-dri
Code: Select all
amadeu@inspiron1545-laptop ~ $ compiz --replace
Backend : gconf
Integration : true
Profile : default
Adding plugins
Initializing core options...done
Initializing move options...done
Initializing resize options...done
Initializing place options...done
Initializing decoration options...done
WARNING: Application calling GLX 1.3 function "glXCreatePixmap" when GLX 1.3 is not supported! This is an application bug!
Initializing gnomecompat options...done
Initializing svg options...done
Initializing wobbly options...done
Initializing mousepoll options...done
Initializing imgjpeg options...done
Initializing text options...done
compiz (cube) - Warn: Failed to load slide: /usr/share/images/desktop-base/debian-blueish-wallpaper-640x480.png
Initializing cube options...done
Initializing thumbnail options...done
Initializing 3d options...done
Initializing rotate options...done
Initializing cubeaddon options...done
Setting Update "next_slide_key"
Setting Update "raise_on_rotate"
WARNING: Application calling GLX 1.3 function "glXDestroyPixmap" when GLX 1.3 is not supported! This is an application bug!
Of course after reboot the settings are lost, and now my question is which the best way to have compiz on logon? add it to startup applications or the script mmesantos1 and ikey created?