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

 

 

 

Cannot Start X

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
XKNHS
Posts: 2
Joined: 2005-03-17 12:20

Cannot Start X

#1 Post by XKNHS »

Hi all,

I chose it X Window System package during the installation of Debian. But when i type startx in the command promt it says "startx: command not found". Can anyone help how to start x window system?

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

#2 Post by lacek »

Use this command:
apt-get install x-window-system-core

Then, you may use one (or both) of these to install a desktop environment:
apt-get install kde
apt-get install gnome

To list the available (including not-yet-installed) window managers use:
apt-cache search x-window-manager

XKNHS
Posts: 2
Joined: 2005-03-17 12:20

#3 Post by XKNHS »

How can i do it when i dont have an internet connection?

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

#4 Post by lacek »

If you don't have an internet connection but you do have the CD set, you can make Debian recognize your CDs with the following command:
apt-cdrom add
It will ask if you want to scan an other CD, answer yes until you run out of CDs. If it doesn't ask (it was long ago when I used this), just enter the same command for each CD. After this, apt-get will use the CD set as installation medium and will ask for the corresponding CD.

Post Reply