x server

Don´t be shy, Linux is fun! =)
Post Reply
User avatar
vidoll
forum buddy
forum buddy
Posts: 14
Joined: 10 Oct 2006, 16:00
17
Contact:

x server

Post by vidoll »

using ubuntu breezy i did something unexpectedly in synaptics and i think something was removed , now when i startup it states that im missing my X server interface . now im stuck with just a command screen. any help guys?

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

hm, what happens when you try to start the x server by:

Code: Select all

startx

post the error messages.... :wink:

User avatar
vidoll
forum buddy
forum buddy
Posts: 14
Joined: 10 Oct 2006, 16:00
17
Contact:

Post by vidoll »

ok here's the error
Fatal server error:
XIO: fatal IO error 104 (Connection reset by peer) on X server ':0.0'
after 0 requests (0 unknown processed) with 0 events remaining.

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

hm, let's see if the xserver is still installed, list the packages with:

Code: Select all

dpkg -l | grep x-window
if no packages are listed (it should be x-window-system and x-window-system-core) then install them:

Code: Select all

apt-get install x-window-system-core
apt-get install x-window-system

User avatar
vidoll
forum buddy
forum buddy
Posts: 14
Joined: 10 Oct 2006, 16:00
17
Contact:

Post by vidoll »

hey that werks fine.. sweet thanks bad brain

User avatar
Gogeta70
^_^
^_^
Posts: 3275
Joined: 25 Jun 2005, 16:00
18

Post by Gogeta70 »

Heh, bad brain was helping me with this same stuff not too long ago, cep't i was attempting to install debian on a dell computer with an integrated graphics card... :roll:
¯\_(ツ)_/¯ It works on my machine...

Post Reply