LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
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 09-06-2005, 07:41 AM   #1
Saythein
LQ Newbie
 
Registered: Aug 2005
Location: Dandridge, TN
Distribution: Debain 10, Suse 9.3
Posts: 18

Rep: Reputation: 0
Slackware GUI Problem


Ok, I just installed Slackware and it booted to the console. I type, startx, and it says unknown command. How can I get Slackware to boot to the GUI?
 
Old 09-06-2005, 07:48 AM   #2
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
That weird, Slackware includes startx in the default PATH.
Check if /usr/X11/bin/startx exists.
 
Old 09-06-2005, 07:50 AM   #3
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
You'll need to install X first, which you can do with pkgtool. If you have Slackware CDs, I can't remember which one contains in, but you'll find the x11-<version> package in the "x" directory. Mount the CD and change to that directory and as root, you can either

1. installpkg x11-<version>

2. pkgtool and select "Install packages from current directory" and look for it in there.

You might also want to install KDE, GNOME (unless using current, because it isn't in there), Xfce or Fluxbox (or any other WMs), as the default WM for X (TWM) is very basic.

HTH a bit.
 
Old 09-06-2005, 07:52 AM   #4
Saythein
LQ Newbie
 
Registered: Aug 2005
Location: Dandridge, TN
Distribution: Debain 10, Suse 9.3
Posts: 18

Original Poster
Rep: Reputation: 0
Not there

In my usr/X11/bin directory, I have gxditview, xamp, xbattery, xorgsetup, xwmconfig and that is all
 
Old 09-06-2005, 07:54 AM   #5
ingvildr
Member
 
Registered: Mar 2005
Location: England, South East
Distribution: Fedora
Posts: 358

Rep: Reputation: 30
run xorgsetup as root and enter your hardware details then try startx again.
 
Old 09-06-2005, 07:59 AM   #6
Saythein
LQ Newbie
 
Registered: Aug 2005
Location: Dandridge, TN
Distribution: Debain 10, Suse 9.3
Posts: 18

Original Poster
Rep: Reputation: 0
Ok

Ok, I tried the pkgtool, and I do not see kde anywhere. I typed xorgsetup and nothing happened. I tried to install a new package but I did not see a list of packages anywhere. This is the first time I have ever used Slackware so I may just be overlooking something. Is there anything else that I can try?
 
Old 09-06-2005, 08:08 AM   #7
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
Saythein, there's no list of available packages.
You need to mount your Slackware CD, goto to where packages files are, and use installpkg or pkgtool.
You can find more information in http://slackbook.org

Next time, do a full installation
 
Old 09-06-2005, 08:23 AM   #8
Saythein
LQ Newbie
 
Registered: Aug 2005
Location: Dandridge, TN
Distribution: Debain 10, Suse 9.3
Posts: 18

Original Poster
Rep: Reputation: 0
I told it to do a full install..... so I don't know.

I mounted my cdrom. How do I browse through the files to find the X11 package? I've never had to do this before so I don't know how. I know how to change directories I just dont know how to get to the cdrom. I tried cd /dev/cdrom and cd /dev/hdc and cd /cdrom and some more but I never got it to work. Am I way off?
 
Old 09-06-2005, 08:31 AM   #9
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
It's usually mounted in /mnt/cdrom
Once there goto slackware/x and install the packages there.
 
Old 09-06-2005, 08:39 AM   #10
Saythein
LQ Newbie
 
Registered: Aug 2005
Location: Dandridge, TN
Distribution: Debain 10, Suse 9.3
Posts: 18

Original Poster
Rep: Reputation: 0
Thanks to all of you for helping me out, I know how annoying I must be to you guys.

Ok, I went into slackware/x, typed pkgtool, then said install from this directory.

It asked if I wanted to install x11 i486, I said yes, afterwards I was taken back to console.

then, I cd back to root@darkstar, typed startx, and it says,

-------------------------------------------------------------------------------------------------

xauth: creating new authority file /root/.Xauthority -- it says this twice

xinit: No such file or directory (errno 2): no server "X" in PATH

Use the -- option, or make sure that /usr/X11r6/bin is in your path and that "X" is a program or a link to the right type of server for your display. Possible server names include:

Xorg X.Org displays

giving up.
xinit: Network is unreachable (errno 101): unable to connect to X server
xinit: No such process (errno 3): Server error.

-------------------------------------------------------------------------------------------------

What should I do now?
 
Old 09-06-2005, 08:46 AM   #11
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
It seems X binary is missing.. maybe your package is corrupt.
Try downloading it from internet with: wget ftp://ftp.scarlet.be/pub/slackware/s...8.1-i486-3.tgz
 
Old 09-06-2005, 11:09 AM   #12
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Rep: Reputation: Disabled
did u run xorgsetup or xorgconfig after installing the packages? x probably wont start until u have a working xorg.conf file which either of those 2 progs create
 
Old 09-06-2005, 08:39 PM   #13
Saythein
LQ Newbie
 
Registered: Aug 2005
Location: Dandridge, TN
Distribution: Debain 10, Suse 9.3
Posts: 18

Original Poster
Rep: Reputation: 0
Man, this is really annoying. I ran the xorgsetup and config. When I was finished, it said everything was fine, I typed startx, same error.
 
Old 09-06-2005, 08:51 PM   #14
killerbob
Member
 
Registered: Oct 2004
Location: Ottawa, ON
Distribution: Slackware
Posts: 662

Rep: Reputation: 31
Could you please post the output of "ls /var/log/packages | grep x11"?

Should look something like this:
Code:
x11-6.8.2-i486-2
x11-devel-6.8.2-i486-1
x11-docs-6.8.2-noarch-1
x11-fonts-misc-6.8.1-noarch-2
x11-fonts-scale-6.8.1-noarch-2
You need at least the fonts-scale and one version of x11-x.x.x. If you don't have both of those, then your X server won't be able to start. You may also want to reboot the computer after installing those.

Note that I don't have the virtual console and virtual framebuffer X11 servers installed. That list is all of the x11 packages that I have installed.

Failing that, remove all of the "x11" packages, reboot, and reinstall them after downloading them from a -current mirror. (find it by going to http://slackware.it/en/pb/)
 
  


Reply



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
Does Slackware have a GUI? zahadumy Slackware 27 11-25-2005 10:54 PM
No GUI in SLackware 10?! Worksman Slackware 20 11-19-2004 08:53 PM
slackware login problem - starts wrong GUI darksmiley Slackware 17 10-10-2004 04:37 PM
Problem loading GUI in Slackware 9.1 SlackerZer0 Slackware 7 05-17-2004 03:38 AM
Slackware problem on GUI khdo80 Linux - General 3 01-13-2004 12:44 PM

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

All times are GMT -5. The time now is 09:56 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