X does not start in server 10.0.4

Asked by archerry

I have server 10.04 on my viglen mpc-l,
I installed xorg, but when I run the command "start x" I get the following message:
start: Unable to connect to system bus: failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory

What do I need to do to get it working?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu xserver-xorg-video-ati Edit question
Assignee:
No assignee Edit question
Solved by:
archerry
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Are there any bugs logged for this?

Revision history for this message
archerry (alistair-cherry) said :
#2

I did search for the error message, but the bugs I see do not appear to be related to my problem.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

try booting to root recovery console and running:

mv /etc/X11/xorg.conf /etc/X11/xorg.conf_old; dpkg-reconfigure xserver-xorg; startx

the mv command may give an error but it doesn't matter

Revision history for this message
Iain Brown Douglas (iain-browndouglas) said :
#4

The command is startx
not start x

Revision history for this message
archerry (alistair-cherry) said :
#5

Oops, quite right Iain.
I should have read my notes more carefully.
I now have bigger problem:-
I did startx and it did appear to start, however it would not respond to the keyboard.
I rebooted through an ssh session, but did not get to a login prompt.
I halted through ssh, then switched on again, but still no login.

Revision history for this message
archerry (alistair-cherry) said :
#6

That solved the particular question.
I now need to understand the result.