LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-03-2006, 06:51 PM   #1
pwc101
Senior Member
 
Registered: Oct 2005
Location: UK
Distribution: Slackware
Posts: 1,847

Rep: Reputation: 128Reputation: 128
Question Unable to start X after installation


EDIT: Inevitably, as soon as I'd posted, I realised this should have gone in Slackware Installation - sorry folks.

Hello everyone,

Firstly, I'd like to say this is my first Slackware installation, so it's very much a learning experience at the moment! (Hence my problem, I suppose )

If I give a bit of background, hopefully that will help solve this problem. I wanted a cheap laptop, so I bought an Acer Travelmate 507T, having checked on linux-on-laptops to see if this was compatible with linux first (info on successful installation on the same model). So I felt fairly confident about installing linux on this machine.

After reading several posts, I decided on Slackware for the distro (after having first tried DamnSmallLinux and feeling the need for something a little more comprehensive). Of primary concern was the fact I had only 2GB of hard drive on my new beast, and therefore I was going to have to carefully choose which packages to select in the installation (for example, losing Abiword, some documentation, and programs which I knew I didn't need - if I didn't recognise it, I generally left it in!). All seemed to go well, I rebooted and found myself with a command prompt. So far so good (although, being used to Fedora, the command line was initially unexpected! ).

A little reading on some websites and this forum indicated I needed to start the X server in order to get XFCE to start, so I tried startx, and got a series of errors. Some tweaking of my xorg.conf file removed some of those. I'm left with something which I have had trouble finding much info on (forgive any typing errors, but I can't copy and paste this since the laptop's not on the internet yet):

Code:
...
No matching visual for __GLcontextMode with visual class = 3 (32772), nplanes = 16
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes = 16
No matching visual for __GLcontextMode with visual class = 2 (32773), nplanes = 16
No matching visual for __GLcontextMode with visual class = 0 (32775), nplanes = 16
Agent pid 1934
which: no dbus-launch in (/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:
/bin:/usr/lib/qt/bin:/usr/share/texmf/bin
/usr/bin/xfce4-session: error while loading shared libraries: libatk1.0.so.0: 
cannot open shared object file: No such file or directory
Agent pid 1934 killed

waiting for X server to shut down
I am able to get X to start by simply typing "X", and I get a cursor which I can move on a black background. However, when I exit from the X display (ctrl+alt+backspace), I get the same "No matching visual..." errors as above back in the commandline "history" (if you see what I mean). I can post my current xorg.conf file if needed, although it'll take some typing! If there's anything anyone needs to know, please don't hesitate to ask

Briefly going back to the beginning, is it wise to try to install Slackware on a machine with such a small hard drive?

Apologies for the essay, any help anyone can offer would be very much appreciated. I'd really love to get linux working on this machine

Thanks,

Pierre

Last edited by pwc101; 03-03-2006 at 06:57 PM.
 
Old 03-03-2006, 07:35 PM   #2
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,568

Rep: Reputation: 2840Reputation: 2840Reputation: 2840Reputation: 2840Reputation: 2840Reputation: 2840Reputation: 2840Reputation: 2840Reputation: 2840Reputation: 2840Reputation: 2840
I am not familiar with the laptop, but offer the following.
As you appear to be happy to use XFCE, then I suggest that you do a full install excluding KDE. This will happily fit inside your 2GB limit and ensure that you have all the stuff you need. You can always further prune later, but for the moment you want a working system.
Getting X running requires a correctly configured xorg.conf. You may need to customise settings, so pay careful attention to details reported by other people who have achieved a successful install.
Try starting XFCE using 'startxfce4' rather than 'startx'.
 
Old 03-03-2006, 07:37 PM   #3
msyss
LQ Newbie
 
Registered: Mar 2006
Distribution: Arch Linux
Posts: 12

Rep: Reputation: 0
Hi there!

I don't know what to do about these --GLcontextMode messages, but if you can start X and move the cursor around these may not be fatal errors.
Code:
/usr/bin/xfce4-session: error while loading shared libraries: libatk1.0.so.0: 
cannot open shared object file: No such file or directory
However this one must be fatal. You gotta check whether you have atk installed. Try something like:
Code:
find / -name "*atk*" -print
to see whether atk is anywhere on your system. If it is not (i.e. no output from 'find'), then you have to install it from your install CD.
If the libs are there but aren't found, you could add the directory where they are located to /etc/ld.so.conf and run ldconfig, so that the libs are found when they are needed the next time.
 
Old 03-03-2006, 07:40 PM   #4
lestoil
Member
 
Registered: Apr 2004
Location: new york
Distribution: win2k,ubuntu,sw13,arch,centos5.3
Posts: 815

Rep: Reputation: 31
If you chose menu install option instead of expert or full,installer will list must have pkgs(which you can't change) and then let's you pick other pkgs to complete your install. Some installs are only 400-500mb. Good luck.
 
Old 03-04-2006, 03:33 PM   #5
pwc101
Senior Member
 
Registered: Oct 2005
Location: UK
Distribution: Slackware
Posts: 1,847

Original Poster
Rep: Reputation: 128Reputation: 128
Thanks everyone for your replies.

It seems the problem was mainly that I was being slightly overzealous when it came to thinning my installation, and consequently removed some essential packages. As soon as I realised this, I did a fresh install and everything worked first time.

Time to learn some more

Pierre
 
  


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
KDE is unable to start den15 Linux - Newbie 10 03-03-2006 07:49 PM
System unable to start after installation... limpeh Red Hat 5 01-24-2006 04:25 AM
Windows Unable to Start munna_502 Linux - Software 2 12-11-2004 06:14 PM
unable to start network ?!? iznogud Linux - Networking 4 11-30-2004 09:42 PM
Unable to start dr. konqi?? Wolverine Linux - Software 0 06-09-2002 06:11 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:25 AM.

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