Peter Liebst wrote: > I have done the changes to xorg.conf as you described and did a > checkout from from trunk and recompiled the driver. > > I can still fire up X using startx, but when I use > /etc/init.d/gdm start, X server is crashing and restarting > repeatably.
Hmm, try starting gdm directly from the command line; errors should then get printed to the terminal. Also look at /var/log/gdm*, if such a thing exists (here a /var/log/kdm.log exists). Also look in /var/log/messages or the output of dmesg. > http://liebst.eu/xorg.conf_new > http://liebst.eu/Xorg.1.log >From your log: > (WW) CHROME(0): Option "UseFBDev" is not used > (WW) CHROME(0): Option "UseEdidFreqs" is not used You can remove those two options from your conf file; they don't do anything. > (EE) AIGLX error: dlopen of /usr/lib/dri/unichrome_dri.so failed To skip the attempt to use AIGLX, add this to your conf file: Section "ServerFlags" Option "AIGLX" "off" EndSection Oh, and please don't top-post. Benno _______________________________________________ openchrome-users mailing list [email protected] http://wiki.openchrome.org/mailman/listinfo/openchrome-users Main page: http://www.openchrome.org Wiki: http://wiki.openchrome.org User Forum: http://wiki.openchrome.org/tikiwiki/tiki-view_forum.php?forumId=1
