LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 05-21-2014, 02:46 PM   #1
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Rep: Reputation: 169Reputation: 169
How to start the GUI


I installed Slackware.

Someone please tell me that there is a GUI part to it. :-)

Mine went to a "darkstar prompt."

Andy
 
Old 05-21-2014, 02:56 PM   #2
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,235

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
Code:
startx
If you want it to boot into X, edit /etc/inittab and change the runlevel from 3 to 4. It should be clear how to do that once you open the file.

Last edited by dugan; 05-21-2014 at 02:57 PM.
 
Old 05-21-2014, 02:57 PM   #3
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,355

Rep: Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591
I refer you to this http://docs.slackware.com/slackware:beginners_guide the graphical info is near the end, however it is all information that needs to be known.

Last edited by colorpurple21859; 05-21-2014 at 02:58 PM.
 
Old 05-21-2014, 03:49 PM   #4
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Code:
sudo vi +25 /etc/inittab
and change 3 to 4

back at a prompt,
Code:
sudo init 4
 
Old 05-21-2014, 06:01 PM   #5
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,784

Rep: Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435
Not only is there a GUI part to it but there are several. Most distros come in versions based on default desktop. Slackware comes with several and several more can be added. These are interesting and fun but also it is possible to borrow parts of one to use in another.

In addition to DEs/WMs there are many ncurses based applications that will give you basic graphic apps without any of the footprint, dependencies, or problems that come with X. Some hardcore use these all the time but most just fall back on them when there is some problem in X, which used to be rather common with some video cards. There still are such problems if you try to use or install a proper driver or fail to blacklist a conflicting one. Then it is really sweet to be able to fire up Lynx for access to online docs, or BitchX and go to a Slackware or Linux-based IRC channel to get help.
 
Old 05-21-2014, 08:56 PM   #6
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
Slackware could not get my wireless network going.

Second failure of 15 distros that I have tried.

Then I tried Mint.

It has worked before, but not today and I tried twice. md5sum was fine.

Tomorrow will be better. :-)
 
Old 05-21-2014, 08:58 PM   #7
Philip Lacroix
Member
 
Registered: Jun 2012
Distribution: Slackware
Posts: 441

Rep: Reputation: 574Reputation: 574Reputation: 574Reputation: 574Reputation: 574Reputation: 574
Quote:
Originally Posted by Fixit7
I installed Slackware. Someone please tell me that there is a GUI part to it. Mine went to a "darkstar prompt."
Documentation. It exists. It's free. I mean, there are tons of documentation about Slackware out there, providing answers to basic questions like this. For instance, if you had visited the official website you would have found the following links, on the main page:

The Revised Slackware Book Project: the first, highly recommended reading for every Slackware user.
The Slackware Documentation Project

And, of course, you might want to search the LQ archives.
 
Old 05-21-2014, 09:32 PM   #8
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
I think you missed this part of my post.

Code:
Slackware could not get my wireless network going.

Second failure of 15 distros that I have tried.
Please spell out more things like LQ. ??

Thanks.

Last edited by Fixit7; 05-21-2014 at 09:34 PM.
 
Old 05-21-2014, 09:35 PM   #9
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
Dugan,

Thanks I got to a GUI, but other problems made it necessary to dump Slackware.

Andy
 
Old 05-21-2014, 09:36 PM   #10
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,332
Blog Entries: 28

Rep: Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144
To answer OP's original question, when Slackware boots to the command line, you can start the GUI after logging by typing startx and pressing enter.

You can change the default GUI by running the command xwmconfig after logging in and before starting the GUI.
 
Old 05-21-2014, 10:40 PM   #11
ryanpcmcquen
Member
 
Registered: Apr 2013
Distribution: DistroWanderer
Posts: 381

Rep: Reputation: Disabled
@Fixit7, what hardware are you running? Did you enable networkmanager on the install?
 
Old 05-21-2014, 10:49 PM   #12
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
I do not recall seeing a prompt to enable networkmanger.

Andy
 
Old 05-21-2014, 10:50 PM   #13
ryanpcmcquen
Member
 
Registered: Apr 2013
Distribution: DistroWanderer
Posts: 381

Rep: Reputation: Disabled
It is in the install. If you don't do it there, you can run as ROOT:

Code:
# chmod +x /etc/rc.d/rc.networkmanager
P.S. You don't type the '#', it represents a terminal prompt as the root user.

;^)

Last edited by ryanpcmcquen; 05-21-2014 at 10:53 PM. Reason: formatting, clarification, remove extraneous spaces
 
Old 05-21-2014, 11:01 PM   #14
TracyTiger
Member
 
Registered: Apr 2011
Location: California, USA
Distribution: Slackware
Posts: 528

Rep: Reputation: 273Reputation: 273Reputation: 273
Dump?

Quote:
Originally Posted by Fixit7 View Post
I installed Slackware.
Quote:
Originally Posted by Fixit7 View Post
Thanks I got to a GUI, but other problems made it necessary to dump Slackware.
About 6 hours elapsed from the first post on this thread and the OP giving up on Slackware.

Fixit7, perhaps Slackware isn't the right Linux distribution for you.

Quote:
Originally Posted by Fixit7 View Post
Tomorrow will be better. :-)
Unless "dump" just meant to free disk space and deal with Slackware another day.
 
1 members found this post helpful.
Old 05-21-2014, 11:49 PM   #15
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
Quote:
Originally Posted by TracyTiger View Post
About 6 hours elapsed from the first post on this thread and the OP giving up on Slackware.

Fixit7, perhaps Slackware isn't the right Linux distribution for you.
I feel that I am pretty patient.

I have six kids, and 8 grand kids.

I have used 15 + distros of Linux.

Have a great week.

Andy
 
  


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
How do I start up the GUI again? adanedhel728 Linux - Newbie 7 03-04-2008 10:51 PM
Cant get GUI to Start pgleed Linux - Software 1 05-23-2006 02:23 PM
How to start with no GUI.....? TheCrizu Mandriva 13 01-02-2006 04:44 PM
cant start GUI adamherb Mandriva 1 08-09-2005 11:30 PM
Cant Start GUI hexx Debian 7 08-19-2003 10:36 AM

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

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