On Sat, May 26, 2007 at 17:34:11 +0200, Georg Heinrich wrote: > Hello, > > I get this error message after startup at the login prompt. > > The HW is: > Apple PowerBook G4 12" (PowerBook 6,8) 1,5 GHz > NVidia GeForce FX Go5200 > > I have already tried > dpkg-reconfigure xserver-xorg > and disabled either dri or glx or both, to no avail. X just doesn't > start at the login, with various error messages. > > I'm so desperate that I even consider to recompile the xserver-xorg > package and configure it without dri. However I didn't figure out how to > do that. I got the source with > apt-get source xserver-xorg > and am stuck here. > > How do I configure the build of this module? > Is there any other way of fixing this problem? > > I don't need dri, I don't even need glx, I just want to have X running > at the login prompt. > Any hint is welcome.
The AIGLX message should go away if you put this in your /etc/X11/xorg.conf: Section "ServerFlags" Option "AIGLX" "false" EndSection (If you already have a "ServerFlags" section in your xorg.conf then you can simply add the 'Option "AIGLX" "false"' line to it.) Normally the AIGLX issue should not be serious enough to prevent the start of X, so you might have another problem. If that turns out to be true then you should run egrep '^\((EE|WW)\)' /var/log/Xorg.0.log after X fails to come up and post the output here. (This command will list all the error messages and warnings in Xorg's log file.) -- Regards, | http://users.icfo.es/Florian.Kulzer Florian | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]