I had the same problem. It turned out I needed -rwxr-xr-x 1 root root 135336 Jul 2 06:31 libextmod.a in /usr/X11R6/lib/modules/extentsions, and then:
then I had to update /etc/X11/XF86Config: Section "Module" Load "dbe" # Double buffer extension # SubSection "extmod" # Option "omit xfree86-dga" # don't initialise the DGA extension # EndSubSection Load "extmod" Load "type1" Load "freetype" Load "glx" Load "dri" EndSection I had to comment out the 3 lines, and then add the 'Load "extmod"' line. After that, it works great. Robert Thus spake Ethan Pierce ([EMAIL PROTECTED]): > Hi, I recently compiled x4.0.1 from source and all seemed to work well. I > did this to get better accel from my tnt2. > > When I go to start E now I get: > > "Xserver does not support Shape extension > Your server is out of date or misconfigured" > > Has anyone seen this error before, and if so, do you know how to correct it? > > Thank you, Ethan > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null :wq! --------------------------------------------------------------------------- Robert L. Harris | Micros~1 : Senior System Engineer | For when quality, reliability at RnD Consulting | and security just aren't \_ that important! DISCLAIMER: These are MY OPINIONS ALONE. I speak for no-one else. FYI: perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'