[CentOS] Desktop freeze... now what?

Fri Jan 18 06:15:53 UTC 2008
Olaf Mueller <daily-planet at istari.de>

Niki Kovacs wrote:

> Olaf Mueller a écrit :
> After I had installed the driver and fired up TWM, I wanted to test
> 3D abilities, so I typed 'glxgears' in TWM's xterm, but I got an
> error message about some missing GLX extension. I didn't investigate
> this further, since it's an install for an office user, and I
> thought, let's install and configure all needed apps, and we'll see
> for Compiz later (even the most serious SOHO users love Compiz) :oD
Maybe to disable dri and glx could solve the problem? For that
edit /etc/X11/xorg.conf (example entry):

Section "Module"
         #Load  "glx"
         Load  "freetype"
         #Load  "dri"
EndSection


regards
Olaf