(Total Linux Newbie - First Post)
MotherBoard ASUS M2N-MX SE Plus (Incorporated nVidea GEForce 6100 Graphics)
Monitor Samsung SyncMaster 740n
4Gb Ram
Hello
After a fresh install, I get the Kubuntu logo then a blank screen.
After reading many threads here, I did ctl+alt+F1 logged in and typed...
then...
At this point, I get a message...
Then there is a pause for a few seconds and I get this message...
so now, I type...
and type
At this point I get a whole page of text.
Unless really necessary, I won't type it all, but summarized it is...
As I said - I am comletely new to Linux, but looking at that line
...makes me think this is the problem
I looked in xorg.conf and it seems very minimal
Here is what lloks like the appropriate section (the rest appears to be Keyboard/ Mouse etc. )
So you see, I am stuck
If anyone has any thoughts at all, I'd be very grateful to hear from you.
BTW, is there a way of getting all the text of the screen and sending it to a working PC so that I can give more accurate error reports?
Many thanks
MotherBoard ASUS M2N-MX SE Plus (Incorporated nVidea GEForce 6100 Graphics)
Monitor Samsung SyncMaster 740n
4Gb Ram
Hello
After a fresh install, I get the Kubuntu logo then a blank screen.
After reading many threads here, I did ctl+alt+F1 logged in and typed...
Code:
sudo dpkg-reconfigure xserver-xorg
Code:
startx
Fatal Server Error
Server is already active for display 0
If the server is no longer running, remove /tmp/X0-lock and start again.
Server is already active for display 0
If the server is no longer running, remove /tmp/X0-lock and start again.
Invalid MIT-MAGIC-COOKIE-1 keygiving up
xinit: Resource temporaily unavailable (errno11): unable to connect server
xinit: No such process (errno3): Server error.
xinit: Resource temporaily unavailable (errno11): unable to connect server
xinit: No such process (errno3): Server error.
Code:
sudo rm /tmp/.X0-lock
Code:
startx
Unless really necessary, I won't type it all, but summarized it is...
Unable to find a valid framebuffer device
failed to open framebuffer device
Screen(s) found but none have usable configuration
Fatal server error
no screens found
xinit: Connection reset by peer (errno 104) unable to connect to server
xinit: No such process (errno 3): Server error
failed to open framebuffer device
Screen(s) found but none have usable configuration
Fatal server error
no screens found
xinit: Connection reset by peer (errno 104) unable to connect to server
xinit: No such process (errno 3): Server error
Screen(s) found but none have usable configuration
I looked in xorg.conf and it seems very minimal
Here is what lloks like the appropriate section (the rest appears to be Keyboard/ Mouse etc. )
Section "Device"
Identifier "Configured Video Device"
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Identifier "Configured Video Device"
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
If anyone has any thoughts at all, I'd be very grateful to hear from you.
BTW, is there a way of getting all the text of the screen and sending it to a working PC so that I can give more accurate error reports?
Many thanks
Comment