Results 1 to 9 of 9
I have had Debian running on my system for some time, as a dual boot with Windows ME. However, suddenly, I cannot get into the Linux GUI mode. It brings ...
- 02-06-2007 #1Just Joined!
- Join Date
- Feb 2007
- Posts
- 5
GUI mode in Debian
I have had Debian running on my system for some time, as a dual boot with Windows ME. However, suddenly, I cannot get into the Linux GUI mode. It brings up command line, and I can't get past that. Any help on how to solve this problem would be appreciated.
- 02-06-2007 #2
what happens when you login on the command line and run startx ?
Brilliant Mediocrity - Making Failure Look Good
- 02-06-2007 #3
Was there a recent package update involving the kernel or X.org? You might just need to redo the X setup:
Code:dpkg-reconfigure xserver-xorg
Stand up and be counted as a Linux user!
- 02-06-2007 #4Just Joined!
- Join Date
- Feb 2007
- Posts
- 5
when i type startx i get the following:
/usr/X11R6/lib/X11/xinit/xserverrc: line 5: /usr/bin/X11/X: No such file or directory
/usr/X11R6/lib/X11/xinit/xserverrc: line 5: exec: /usr/bin/X11/X: cannot execute: No such file or directory
giving up.
xinit: Connection refused (errno 111): unable to connect to X server
xinit: No such process (errno 3): Server error.
- 02-06-2007 #5Just Joined!
- Join Date
- Feb 2007
- Posts
- 5
When I type dpkg-reconfigure xserver-xorg, it says the package is not installed and no info is available.
- 02-06-2007 #6
That should be installed. Try running
Code:apt-get install x-window-system
Brilliant Mediocrity - Making Failure Look Good
- 02-06-2007 #7Just Joined!
- Join Date
- Feb 2007
- Posts
- 5
Hmm. It says that package is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source.
I thought perhaps my internet connection could be the problem, but I booted into Windows and had no problem. Any other ideas?
- 02-06-2007 #8
try running
then try installing x-window-system againCode:apt-get update
Brilliant Mediocrity - Making Failure Look Good
- 02-07-2007 #9Just Joined!
- Join Date
- Feb 2007
- Posts
- 5
it all works again...thanks a lot


Reply With Quote
