Results 1 to 10 of 11
Hi
I have an Debian System on which GUI is not enabled.
How to Check that GUI can be started by some command or that has to be reinstalled....
- 05-31-2010 #1Just Joined!
- Join Date
- May 2010
- Posts
- 7
Starting GUI on Debian
Hi
I have an Debian System on which GUI is not enabled.
How to Check that GUI can be started by some command or that has to be reinstalled.
- 05-31-2010 #2
Hi and welcome shammi07!

Personally, I am not knowledgeable on how to enable GUI in the Debian system. I'm very confident though that the gurus can be of better help regarding that.
Although I have also encountered the same problem some time ago when I used lenny.
I was able to solve it by making a fresh install making sure that my cable was connected to the internet during installation because I was just using an install cd then and the connection, I think, made sure that I get all the basic things I needed for my desktop to be as I want it to.
Now back to your problem
May I please know if this is a fresh install or was it already active before you got your hands on it. The reason I am asking is that you might want to make a backup of all important data before you start working on your machine.
What particular version do you have? And maybe you can also put some details regarding your machine too.
- 05-31-2010 #3
In fedora machine "startx" command will start desktop environment. Check "startx" equivalent for debian machine. If you don't have such command on your machine.
TryIf above didn't work - use kde-desktopapt-get install kde-core kdm
Should give you desktop environment.apt-get install kde-desktop
HTH
- 06-01-2010 #4
Startx should work in any distro; it's a universal Linux command. If it fails, the next step is to find out why.
Try typing "X". You should get a blank grey graphics screen with a cursor. If you do, then the X server is running OK and the problem is probably that you don't have a desktop environment running. Did you install one? KDE is not the only option; you can install Gnome or lxde (my recommendation) or a simple window manager - but you must have something.
If the X server does not seem to be running, look at /var/log/Xorg.0.log (you can use the less command to page through it). This will show you where X failed. If you post the file here, someone will be able to tell you what you need to do next."I'm just a little old lady; don't try to dazzle me with jargon!"
- 06-01-2010 #5
If GUI has been installed then executing startx command should load it. You can edit /etc/inittab file to set it default.
Last edited by devils casper; 08-16-2010 at 11:19 AM.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-16-2010 #6Just Joined!
- Join Date
- Aug 2010
- Posts
- 3
Hi,
Try typing "X". You should get a blank grey graphics screen with a cursor. If you do, then the X server is running OK and the problem is probably that you don't have a desktop environment running. Did you install one?
I got the grey graphics screen. How do I exit out of it back to the command line?
- 08-16-2010 #7
Hi and Welcome !
Press Alt+Ctrl+F1 - F6 to switch back to command line. Alt+Ctrl+F7 is for GUI.
Originally Posted by neddac It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-16-2010 #8Just Joined!
- Join Date
- Aug 2010
- Posts
- 3
Thanks for that!
That opened the command line mode however I can't enter any commands.
How can I logout etc?
(Sorry, I'm a complete novice)
- 08-16-2010 #9
Which Linux distro/version are you using?
Did you log in there? Are you able to execute any command?That opened the command line mode however I can't enter any commands.
Type exit to logout.
shutdown -r now is for reboot and shutdown -h now is for shutdown.
I would suggest you to check linuxcommand.org.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-16-2010 #10Just Joined!
- Join Date
- Aug 2010
- Posts
- 3
When I type a command and hit enter it just scrolls to the next line.
There is no cursor or # symbol
I can't try the reboot/shutdown commands during the day but I#m guessing they will have the same outcome.


Reply With Quote

