(++) 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

-- 
black screen after upgrade to gutsy
https://bugs.launchpad.net/bugs/154046
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to