Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

graphical interface debian sarge

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
Guest

graphical interface debian sarge

#1 Post by Guest »

I just installed Debian sarge from a dvd. During the install there were no problems, but I don't get a graphical interface. I log on and tried startx but it tells me it does not know the command.
Can somebody help me out with this?

thanks
tony

goweropolis
Posts: 136
Joined: 2004-09-15 21:35
Location: Vancouver, Canada

#2 Post by goweropolis »

You may not have selected a graphical desktop environment during the install process.

You could try running:

Code: Select all

sudo apt-get install gnome
or

Code: Select all

sudo apt-get install kde
then try startx again.
~ G O W E R O P O L I S ~

topa
Posts: 2
Joined: 2005-09-19 07:04
Location: Belgium

#3 Post by topa »

I tried the apt-get install kde, and indeed, it installed the complete kde stuff. Afterwards it even tells me I've got mail.
But when I try to execute startx I get the next error:

/usr/X11R6/lib/X11/xinit/xserverrc: line 2 : /usr/bin/X11/X unknown file or directory

/usr/X11R6/lib/X11/xinit/xserverrc: line 2 : /usr/bin/X11/X cannot execute unknown file or directory

xinit : no such file or directory (errno2) : unable to connect to xserver
xinit : no such process (errno3) Server Error

tony

lacek
Posts: 764
Joined: 2004-03-11 18:49
Location: Budapest, Hungary
Contact:

#4 Post by lacek »

Try this (as root):

Code: Select all

apt-get install x-window-system-core
And then try to start X again.

topa
Posts: 2
Joined: 2005-09-19 07:04
Location: Belgium

#5 Post by topa »

Where can I find more info on the configuration because I get questions about keyboard etc.

thanks
tony

Post Reply