KeeperOfThePizza Posted January 14, 2009 Share Posted January 14, 2009 I'm running Ubuntu 8.10, I've heard the Intel? GM965 Express Chipset is "Blacklisted". I modified the compiz-manager.conf and added SKIP_Checks="Yes" and when I load it the screen goes white.. Any idea's? Link to comment Share on other sites More sharing options...
ichi Posted January 14, 2009 Share Posted January 14, 2009 Googling a bit I found some guys suggesting the problem can be solved forcing compiz to use indirect rendering. Starting compiz this way should do that: LIBGL_ALWAYS_INDIRECT=1 INTEL_BATCH=1 compiz --replace --sm-disable --ignore-desktop-hints ccp & Link to comment Share on other sites More sharing options...
KeeperOfThePizza Posted January 15, 2009 Author Share Posted January 15, 2009 Tried that in Terminal, I'm getting this.. ily@ily-laptop:~$ LIBGL_ALWAYS_INDIRECT=1 INTEL_BATCH=1 compiz --replace --sm-disable --ignore-desktop-hints ccp & [1] 6492 ily@ily-laptop:~$ Checking for Xgl: not present. No whitelisted driver found SKIP_CHECKS is yes, so continuing despite problems. Checking for texture_from_pixmap: present. Checking for non power of two support: present. Checking for Composite extension: present. Comparing resolution (1280x800) to maximum 3D texture size (2048): Passed. Checking for nVidia: not present. Checking for FBConfig: present. Checking for Xgl: not present. /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 metacity: Unknown option --ignore-desktop-hints Link to comment Share on other sites More sharing options...
KeeperOfThePizza Posted January 15, 2009 Author Share Posted January 15, 2009 Nevermind I did it, I had to edit xorg.conf , under video device it said "vesa" i replaced it with "intel" and it worked. Link to comment Share on other sites More sharing options...
Recommended Posts