I sometimes like to run some of those openGL animations (lattice, plasma, and so forth) in the root window of my display, behind all the open application windows and the desktop icons, and so forth.
However, ever since upgrading to Mandriva 2007, it doesn't work. The OpenGL things start, and suck up CPU time, but don't display on the root window.
I even located the source and recompiled them for this kernel/release, but nothing happens although they work fine if I run them in their own window.
I have an nvidia GTS card with the latest nvidia driver for that card (old, but works for me) and XOrg7.1. Kernel is 2.6.17. Mesa libs are installed, though I'm not sure they are needed for this.
3D acceleration is working, but I don't have support for the 3D desktop.
Relevant sections of xorg.conf are these:
Code:
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
EndSection
Section "Device"
Identifier "device1"
VendorName "nVidia Corp."
BoardName "NVIDIA GeForce2 DDR (generic)"
Driver "nvidia"
Option "DPMS"
# Option "AllowGLXWithComposite" "true"
# Option "RenderAccel" "true"
EndSection
I've googled but haven't come up with anything useful. Anyone here have any idea?