Comment 10 for bug 154046

Revision history for this message
Tormod Volden (tormodvolden) wrote :

(++) Using config file: "/etc/X11/xorg.conf.failsafe"

Can you attach /etc/X11/xorg.conf.failsafe please?
It's running /etc/gdm/failsafeXinit for some reason.

For other developers:
From the gdm.log
 /etc/gdm/failsafeXServer: line 47: [: för många argument
this means "too many arguments"

I think line 47:
 if [ -z $serverargs ]; then
should be quoted:
 if [ -z "$serverargs" ]; then