Results 1 to 9 of 9
Hi my computer boots up but just as its about to load debian I lose video output. Where do I start with troubleshooting this? Thank you.
Also there was an ...
- 12-01-2010 #1Just Joined!
- Join Date
- Oct 2010
- Posts
- 18
No video display after installing debian
Hi my computer boots up but just as its about to load debian I lose video output. Where do I start with troubleshooting this? Thank you.
Also there was an option to install debain as "graphical installation" or just "installation". I chose just "installation", whats the difference? I dont know if that has anything to do with why i cant get output.Last edited by controlyourdog; 12-01-2010 at 02:33 PM.
- 12-02-2010 #2
It doesn't directly affect it; this choice only controls how the installer works. What matters after installation is:
a) Whether you actually installed a graphical desktop such as gnome or lxde
b) Whether you have any problems with your video card driver that are preventing X from working.
I would start by logging in at the text terminal and typing startx. If you get "Command not found", then X is not installed and you will have to install it. Log in as root and type apt-get install gnome.
If you see a partial attempt to get to a desktop, then it is just a matter of posting up the /var/log/Xorg.0.log file and someone can help you find out where and why X broke. Don't worry, this kind of glitch is usually easy to fix."I'm just a little old lady; don't try to dazzle me with jargon!"
- 12-02-2010 #3Just Joined!
- Join Date
- Oct 2010
- Posts
- 18
hi thanks for the reply, *edit* ok It says gnome is already newest version
Last edited by controlyourdog; 12-02-2010 at 07:42 PM.
- 12-03-2010 #4
What happens when you log in and type startx?
"I'm just a little old lady; don't try to dazzle me with jargon!"
- 12-03-2010 #5Just Joined!
- Join Date
- Oct 2010
- Posts
- 18
ctrl alt f1
"Login
ave
Password:
dave@debian:~$ startx
xauth: creating new authority file /home/dave/.Xauthority
xauth: creating new authority file /home/dave/.Xauthority
Fatal server error:
Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock and start again.
Invalid MIT-MAGIC-COOKIE-1 keygiving up.
xinit: Resource temporarily unavailable (errno 11): unable to connect to x server
xinit: No such process (errno 3): Server error."
Is there much point in installing all 5 DVDs? I did but is it just for extra apps?
- 12-03-2010 #6Just Joined!
- Join Date
- Oct 2010
- Posts
- 18
Also does it make any difference if im running i386 on a 64bit processor? I read somewhere its compatible but not recommended?
- 12-07-2010 #7
So try typing rm /tmp/.X0-lock and then startx.
I wouldn't install the whole of Debian unless I had a very big hard drive. Everything essential is on the first disk, The others, as you have guessed, contain alternative apps.Is there much point in installing all 5 DVDs? I did but is it just for extra apps?
Debian runs a "popularity contest" for apps (for which you may register if you like) and puts them on the discs in order of popularity with users."I'm just a little old lady; don't try to dazzle me with jargon!"
- 12-09-2010 #8Just Joined!
- Join Date
- Oct 2010
- Posts
- 18
Now I'm getting fatal server error cannot establish any listening sockets make sure x server isn't already running
- 12-10-2010 #9
Well, it looks more and more to me as if X is actually running, whether you can see it or not. A quick test is to type
. This uses the grep utility to extract the relevant line from a list of all running processes.Code:ps ax|grep X
If you do get a line for /usr/bin/X, then X is running. In which case, if you can't see anything on the screen, you have a video card problem.
The next stage after that will be to post the contents of /var/log/Xorg.0.log so that people more expert on hardware than I am can see what X actually reports about your hardware. They'll probably want to see your Xorg configuration file (/etc/X11/xorg.conf) as well."I'm just a little old lady; don't try to dazzle me with jargon!"


Reply With Quote

