Results 1 to 3 of 3
Hi
I just finished installing Debain 3.1 on my pc. Everthing went fine but the X server wont start. I get the following error message
GDM: xserver not found :/usr/X11R6/bin/X: ...
- 02-09-2006 #1Just Joined!
- Join Date
- Dec 2005
- Posts
- 30
Xserver problem.
Hi
I just finished installing Debain 3.1 on my pc. Everthing went fine but the X server wont start. I get the following error message
GDM: xserver not found :/usr/X11R6/bin/X: 0 -audit 0 -auth
/var/lib/gdm/: 0 -Xauth -nolisten tcp vt7
command could not be executed please install the X server or
edit /etc/gdm/gdm.conf to point to the right place.
How do i find out if X server is installed or not. If it is not how do i install it?. Or is there some other issue. Please help me.
- 02-09-2006 #2
You run, as root:
#apt-cache search xserver
after hat, install those packages about xserver, like xserver-base or something like that, by typing
#apt-get install package1 package2 ...
install xfree86 config tools too... and all refers at xfree86
- 02-09-2006 #3Linux User
- Join Date
- Apr 2005
- Location
- Ohio
- Posts
- 326
to see what is installed..
apt-cache policy xserver-common
apt-cache policy xserver-xfree86
apt-cache policy xserver-xorg
you will have either xfree86 or xorg but not both..
if for some reason those are not installed.. the following command should take care of it..Code:itg-debian:/etc# apt-cache policy xserver-common xserver-common: Installed: 4.3.0.dfsg.1-14sarge1 . . . itg-debian:/etc# apt-cache policy xserver-xfree86 xserver-xfree86: Installed: 4.3.0.dfsg.1-14sarge1
apt-get install xserver-xfree86
you may also want to check on gnome-core and gnome-desktop-environment
to manually install more than one package at a time just list them all in the same command ..
apt-get install gdm xserver-xfree86 gnome-desktop-environmentfar...out


Reply With Quote
