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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
04-01-2006, 06:19 PM
|
#1
|
Member
Registered: Mar 2004
Location: Annapolis, Maryland, USA
Distribution: Ubuntu 11.04, Mint 11.11, Xubuntu 11.11
Posts: 458
Rep:
|
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
|
|
|
04-01-2006, 06:39 PM
|
#2
|
LQ Guru
Registered: Mar 2004
Distribution: SusE 8.2
Posts: 5,863
Rep:
|
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
|
|
|
04-01-2006, 09:29 PM
|
#3
|
Member
Registered: Mar 2004
Location: Annapolis, Maryland, USA
Distribution: Ubuntu 11.04, Mint 11.11, Xubuntu 11.11
Posts: 458
Original Poster
Rep:
|
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
|
|
|
04-02-2006, 03:00 AM
|
#4
|
LQ Guru
Registered: Mar 2004
Distribution: SusE 8.2
Posts: 5,863
Rep:
|
1. As far as the logs: look at them through "less" or "vi".
EXAMPLE: 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:
'Hope that helps .. PSM
|
|
|
04-02-2006, 06:51 PM
|
#5
|
Member
Registered: Mar 2004
Location: Annapolis, Maryland, USA
Distribution: Ubuntu 11.04, Mint 11.11, Xubuntu 11.11
Posts: 458
Original Poster
Rep:
|
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
|
|
|
04-02-2006, 10:42 PM
|
#6
|
LQ Guru
Registered: Mar 2004
Distribution: SusE 8.2
Posts: 5,863
Rep:
|
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.
|
|
|
04-03-2006, 05:21 AM
|
#7
|
Member
Registered: Mar 2004
Location: Annapolis, Maryland, USA
Distribution: Ubuntu 11.04, Mint 11.11, Xubuntu 11.11
Posts: 458
Original Poster
Rep:
|
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
|
|
|
04-03-2006, 01:18 PM
|
#8
|
LQ Guru
Registered: Mar 2004
Distribution: SusE 8.2
Posts: 5,863
Rep:
|
Can you "telnet" in to your laptop from another host on the network? That would enable cut/paste, and might also simplify troubleshooting.
|
|
|
04-03-2006, 03:31 PM
|
#9
|
Member
Registered: Mar 2004
Location: Annapolis, Maryland, USA
Distribution: Ubuntu 11.04, Mint 11.11, Xubuntu 11.11
Posts: 458
Original Poster
Rep:
|
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
|
|
|
04-04-2006, 11:04 AM
|
#10
|
LQ Guru
Registered: Mar 2004
Distribution: SusE 8.2
Posts: 5,863
Rep:
|
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"!
|
|
|
04-04-2006, 11:04 PM
|
#11
|
Member
Registered: Mar 2006
Distribution: Lilidog!
Posts: 347
Rep:
|
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.
|
|
|
04-05-2006, 06:52 AM
|
#12
|
Member
Registered: Mar 2004
Location: Annapolis, Maryland, USA
Distribution: Ubuntu 11.04, Mint 11.11, Xubuntu 11.11
Posts: 458
Original Poster
Rep:
|
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
|
|
|
04-06-2006, 05:30 AM
|
#13
|
Member
Registered: Mar 2004
Location: Annapolis, Maryland, USA
Distribution: Ubuntu 11.04, Mint 11.11, Xubuntu 11.11
Posts: 458
Original Poster
Rep:
|
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...
|
|
|
All times are GMT -5. The time now is 09:24 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|