[Openchrome-users] gdm/kdm won't work, but startx does

Benno Schulenberg bensberg
Wed Jan 16 06:11:17 PST 2008


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




More information about the Openchrome-users mailing list