LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 04-01-2006, 06:19 PM   #1
leupi
Member
 
Registered: Mar 2004
Location: Annapolis, Maryland, USA
Distribution: Ubuntu 11.04, Mint 11.11, Xubuntu 11.11
Posts: 458

Rep: Reputation: 30
Installed Suse 10 and no GUI


I have installed Suse 10 on and older Dell Latitude with a Pentium III and 256 Megs of RAM. The installation seemed to go fine, graphics card was found (don't remember what it was), did all the updates, and the computer rebooted. Once it rebooted all that I had was a blank screen. I hit Ctr-Alt-Backspace and got to a command prompt and logged in again, typed in 'startx' and got back to a blank screen.

Any ideas what I might do to fix this? Thanks.

Todd
 
Old 04-01-2006, 06:39 PM   #2
paulsm4
LQ Guru
 
Registered: Mar 2004
Distribution: SusE 8.2
Posts: 5,863
Blog Entries: 1

Rep: Reputation: Disabled
You need to log in as "root" (using text mode, I'm sorry to say) and look at the following logs:

/var/log/Xorg.0.log
<= THIS IS PROBABLY THE ONE THAT'LL SHOW YOU THE FAILURE

/var/log/messages

/var/log/xdm

You might also try re-running the X configuration tool, "sax2", for example:

sax2 -a -r
 
Old 04-01-2006, 09:29 PM   #3
leupi
Member
 
Registered: Mar 2004
Location: Annapolis, Maryland, USA
Distribution: Ubuntu 11.04, Mint 11.11, Xubuntu 11.11
Posts: 458

Original Poster
Rep: Reputation: 30
I looked at the logs but there is a huge amount of info scrolling by, what should I be looking for? I also tried to run the 'sax2' tool. I dropped down to runlevel 3 and ran it from there. I got a line that said:

SaX: startup

but then I just go back to a blank screen. Any ideas? Thanks for the previous help.

Todd
 
Old 04-02-2006, 03:00 AM   #4
paulsm4
LQ Guru
 
Registered: Mar 2004
Distribution: SusE 8.2
Posts: 5,863
Blog Entries: 1

Rep: Reputation: Disabled
1. As far as the logs: look at them through "less" or "vi".

EXAMPLE:
Quote:
less /var/log/Xorg.0.log
Scroll down until you find the FIRST error. That's probably the source of your grief (and you'll probably see a whole bunch of other errors starting immediately afterwards - they're probably just "noise").

If nothing else, cut/paste it into this LQ thread to see if anybody has any ideas what the specific error means, and how you can correct it.

2. As far as "sax2 -a -r": it should make the screen go black (for a few moments), but it should also auto-probe and, ultimately, re-write your config file.

I'd try to be patient (go away for a cup of coffee or something), and see if it gracefully finishes.

3. You can always look at the sax2 log file, too:
Quote:
less /var/log/SaX.log
'Hope that helps .. PSM
 
Old 04-02-2006, 06:51 PM   #5
leupi
Member
 
Registered: Mar 2004
Location: Annapolis, Maryland, USA
Distribution: Ubuntu 11.04, Mint 11.11, Xubuntu 11.11
Posts: 458

Original Poster
Rep: Reputation: 30
I ran 'sax2' and left it alone for about 5 hours and still had the same issue. I checked the log file '/var/log/Xorg.0.log' and got this:
Code:
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist. Entry deleted from font path.
It goes on listing many more similar statements (are they errors or normal?)

I also checked out "/var/log/SaX.log" and got a similar response.

I installed Ubuntu on this same laptop and the GUI was fine but the wireless card in the PC slot would not work, works in Suse though, go figure...

Again, I appreciate your help in this.

Todd
 
Old 04-02-2006, 10:42 PM   #6
paulsm4
LQ Guru
 
Registered: Mar 2004
Distribution: SusE 8.2
Posts: 5,863
Blog Entries: 1

Rep: Reputation: Disabled
Hi -
Quote:
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist. Entry deleted from font path.
<= This is merely a warning ("WW"): it's *not* the problem

Please cut/paste some other "interesting" snippets from any of the above log files to see if we can get to the bottom of what's going on. In particular, we definitely want to see any errors (flagged as "EE").

BTW: do you know if sax2 is hung (still running after 5 hours), if it crashed (unlikely) or if it just left the screen black? You can find out if it's still running by typing "ps -eaf|grep sax" in another session (for example, logging in via <Ctl-Alt-F1>).

You might also want to "google" for your card type and see if it's supported by SuSE 10.

Sorry I can't be more help!

Last edited by paulsm4; 04-02-2006 at 10:51 PM.
 
Old 04-03-2006, 05:21 AM   #7
leupi
Member
 
Registered: Mar 2004
Location: Annapolis, Maryland, USA
Distribution: Ubuntu 11.04, Mint 11.11, Xubuntu 11.11
Posts: 458

Original Poster
Rep: Reputation: 30
I will look again when I get back from work. I can't cut and paste though because I don't have a GUI on the laptop and I don't have lynx installed on it. I will look for anything marked EE and post it, thanks again.

Todd
 
Old 04-03-2006, 01:18 PM   #8
paulsm4
LQ Guru
 
Registered: Mar 2004
Distribution: SusE 8.2
Posts: 5,863
Blog Entries: 1

Rep: Reputation: Disabled
Can you "telnet" in to your laptop from another host on the network? That would enable cut/paste, and might also simplify troubleshooting.
 
Old 04-03-2006, 03:31 PM   #9
leupi
Member
 
Registered: Mar 2004
Location: Annapolis, Maryland, USA
Distribution: Ubuntu 11.04, Mint 11.11, Xubuntu 11.11
Posts: 458

Original Poster
Rep: Reputation: 30
The only other interesting snippet that I found was this:
Code:
Xlib: extension "GLX" missing on display "0.0".
Error: couldn't find RGB GLX visual
I'm not really certain what kind of video card the laptop came with (it's a bit old). How would I tell so that I can google it (wow, I just used the word 'google' as a verb...)?

I also tried to telnet into the laptop from another computer, which is something that I have never done before but it timed out. I'll have to figure out how to telnet, could be a usefull ability.

BTW, I am attending a LUG tomorrow (1st one!). Maybe I can get some answers there. Thanks again for everything.

Todd
 
Old 04-04-2006, 11:04 AM   #10
paulsm4
LQ Guru
 
Registered: Mar 2004
Distribution: SusE 8.2
Posts: 5,863
Blog Entries: 1

Rep: Reputation: Disabled
A couple of other FYI's (if you're not already familiar with them):

1. Linux supports multiple "virtual consoles".

Type <Ctl-Alt-F1> to log in to Console #1, <Ctl-Alt-F2> to switch to console #2, etc.

You can toggle back and forth between them at will.

This is one effective way to have multiple, concurrent logon sessions *without* necessarily
needing a GUI or a telnet session to do it.

2. Telnet is not enabled by default (Neither is ftp, http, or any other service you might
not need. Making services an "opt-in" feature is a Good Thing: for security reasons).

You can enable it with "Yast, Networking services" (Yast works in either GUI mode or
text mode - you can use it from a virtual console or a remote "telnet" session, for example).

'Hope that helps .. PSM

PS:
Have fun at your LUG! And keep us posted as to what happens with "startx"!
 
Old 04-04-2006, 11:04 PM   #11
sleekmason
Member
 
Registered: Mar 2006
Distribution: Lilidog!
Posts: 347

Rep: Reputation: 33
dont know if this will work for you, but it worked for me. log in as root and type yast2. when you get there, go to software -search type in kde(orknome or . . . .) and install whatever comes up. Then you might have to do some changing later, but at least your there.
 
Old 04-05-2006, 06:52 AM   #12
leupi
Member
 
Registered: Mar 2004
Location: Annapolis, Maryland, USA
Distribution: Ubuntu 11.04, Mint 11.11, Xubuntu 11.11
Posts: 458

Original Poster
Rep: Reputation: 30
Interesting thing happened when I went into Yast. I went to 'hardware'>'Graphics card and Monitor', hit enter, and nothing happened. So I then went into 'Hardware Information' and under 'Monitor' found display setting and such but I never found a listing for a video card. Shouldn't one be listed there somewhere?

At the LUG it was suggested that I download Knoppix and run that to garner some info. I brought the laptop but the battery was dead and I forgot the charger, boy I sure impressed them
 
Old 04-06-2006, 05:30 AM   #13
leupi
Member
 
Registered: Mar 2004
Location: Annapolis, Maryland, USA
Distribution: Ubuntu 11.04, Mint 11.11, Xubuntu 11.11
Posts: 458

Original Poster
Rep: Reputation: 30
I ran Knoppix on the laptop and guess what? No GUI, same as with Suse. I desided to give up on Suse and I installed Kubuntu on it and that seemed to work fine. I did have an issue with the wireless PC card but after about 10 min I had that working just fine.

So while I never did get the Suse/GUI thing figured out I do have Kubuntu working just fine and I kinda like it. I am going over it to make sure that everything is OK. This is for a friend that is pretty computer illiterate and I want to make sure that his first experience with Linux is a good one.

Thanks for all of the help guys!

BTW, the LUG was great. I guess that the 1st tues of every month is filled now...
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Have STX Linux installed on Tecra 500CDT, but no GUI Anhaedra Linux - Laptop and Netbook 1 02-16-2006 10:09 PM
OK I've installed Debian; how do I get a GUI? gusjones Linux - Newbie 14 03-19-2005 01:58 PM
Updated to SuSE 9.1, installed nVidia drivers, now lost GUI!!! LittleAngel Linux - Hardware 8 05-31-2004 05:59 PM
Newly installed Slack 9.1 problem - can't log in to GUI Nylex Slackware - Installation 2 05-10-2004 01:28 AM
installed mplayer but how do I get GUI interface safil Linux - Newbie 2 09-02-2003 07:44 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 09:24 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration