I love Beryl/Compiz, b0ut I have found them to be a bit finicky (understandably). Under Kubuntu Feisty with an Nvidia 7300 Go video card, I ran into a tremendously annoying problem where the title bars for windows were not visible. Looking at the output for beryl-manager, I saw the following:

No GLXFBConfig for Depth 32

I found this puzzling because I’m not running at a 32 bit depth – I’m running at 24. Again, the Ubuntu forums saved me:

 http://ubuntuforums.org/showthread.php?p=2121656

That told me to add the following two options to the Screen section of my xorg.conf file:

Option "AddARGBGLXVisuals" "True"
Option "DisableGLXRootClipping" "True"

The screen section of my xorg.conf now looks like the following: Read the rest of this entry »

Running Kubuntu Feisty 7.0.4 and the latest “stable” versions of Beryl and Compiz on a System76 Gazelle Performance laptop with an Nvidia 7300 Go card, I kept running into the following error every time I launched an X application from the console:

X Error: BadDevice, invalid or uninitialized input device 169    Major opcode:  147
  Minor opcode:  3
  Resource id:  0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 169
  Major opcode:  147
  Minor opcode:  3
  Resource id:  0x0
Failed to open device

I found the straightforward answer in the Ubuntu forums:

http://ubuntuforums.org/showthread.php?p=1762954

For reasons I don’t understand, my xorg.conf contained multiple references to a Wacom tablet device, which I don’t have. Commenting out all references to this device and restarting Xorg solved the problem