22 Apr
2004
22 Apr
'04
19:25
and/or that the relevant DRI module is build and is working (if you're using DRI).
How can I check this (and how do I know if I'm using DRI)?
I see you use swsuspend. From their pages at http://swsusp.sourceforge.net/status.html DRI doesn't work since it doesn't have support for power management. That said, when you're using DRI, you can see it in /var/log/XFree86.0.log : in there, there's usually a message about DRI enabled, or DRI failed to load. Besides, to actually have X trying to load the DRI module, in /etc/X11/XF86config there should be a DRI line in Section "Module", like: Section "Module" ... ... Load "glx" Load "dri" EndSection Hope that helps ^^; Ciao, Roberto