On Tuesday 12 April 2005 07:21, Markus Kohm wrote:
Am Dienstag, 12. April 2005 01:45 schrieb aga:
Section "Module" Load "dbe" Load "type1" Load "freetype" Load "extmod" Load "/usr/X11R6/lib/modules/extensions/libglx.a" Load "v4l" Load "/usr/X11R6/lib/modules/extensions/libdri.a" EndSection
Shouldn't this be:
Section "Module" Load "dbe" Load "type1" Load "freetype" Load "extmod" Load "glx" Load "v4l" Load "dri" EndSection
Markus
Hi Markus That's what I did originally, but I was getting warnings (or errors) in Sax.log about missing glx visuals, or something like that, and neither dri nor glx showed in the module config in the log until I put the full path. It does grumble at it but does accept it. Don't know why it was dropping them off. I did see on google someone else use this method. Is it a real problem? Allan