LinuxQuestions.org
Visit Jeremy's Blog.
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 04-16-2007, 07:04 PM   #1
Vor Kragresh
LQ Newbie
 
Registered: Apr 2007
Location: Monticello, KY.
Distribution: Slackware 11
Posts: 10

Rep: Reputation: 0
Boot up GUI and Account login screen?


Hello all, I am a computer sales and service guy in a small town in KY. I have started to grow a small Slackware Linux community here and so far have been able to resolve any customer requests doing a search here on Linuxquestions, but just today I got one I could not fix this way. First off let me say that I AM A LINUX NEWBY! I know where most stuff is located..or how to use Locate if not. I can Jed a little and rebuild a kernel if I need to. That's about it so answers in plain simple is best A customer asked me if there was a way to A. Hide all the loading text that scrolls by at startup. B. Have it boot to an account selection window (like windows). For myself, I hardly ever use items like this..My mentor is training me in the use of the command prompt only at this stage, but the end users like pretty GUI pics and seem to freeze at the first sign of a text prompt of any sort. So there you go. I know I can set it to autostart KDE (or your xWindow of choice) after login. I do that on my wifes account, but that is not what I was looking for. Any help is appreciated even if it is just a link to a hint
 
Old 04-16-2007, 07:16 PM   #2
bird603568
Member
 
Registered: Aug 2004
Distribution: Slackware current
Posts: 250

Rep: Reputation: 30
set /etc/inittab to
Code:
id:4:initdefault:
 
Old 04-16-2007, 07:16 PM   #3
truthfatal
Member
 
Registered: Mar 2005
Location: Winnipeg, MB
Distribution: Raspbian, Debian, Slackware, OS X
Posts: 443
Blog Entries: 9

Rep: Reputation: 32
I'm not sure about A., but for B.

it's simply a matter of editing the /etc/inittab file.

Slackware defaults to runlevel 3 wich is the text mode login you will want to change the default runlevel to 4 to automatically load the graphical login screen.

the line near the top you just need to change the three to a four. (I'm not running slack at the moment, otherwise I'd post the line.... it pretty clear once you read the file though).

edit:
bird603568 beat me to it
 
Old 04-16-2007, 07:16 PM   #4
phantom_cyph
Senior Member
 
Registered: Feb 2007
Location: The Tropics
Distribution: Slackware & Derivatives
Posts: 2,472
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
As for the text, I have no idea. It reminds me its working :-)

The login screen usually appears when more than one user is created. You can, however, get a login screen that does that specifically. Check out kde-look.org.
 
Old 04-16-2007, 07:51 PM   #5
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,377

Rep: Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757
You can use the Login Manager in KDE to add some eye candy to your graphical login.
It can be used to add a custom background and login icons for users.
 
Old 04-16-2007, 09:06 PM   #6
Vor Kragresh
LQ Newbie
 
Registered: Apr 2007
Location: Monticello, KY.
Distribution: Slackware 11
Posts: 10

Original Poster
Rep: Reputation: 0
help all the way

Thanks all. The items listed were exactly what I was looking for
 
Old 04-16-2007, 09:10 PM   #7
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
There might be a way to disable text output on boot. But I strongly advise against it ... very very strongly against it. What if you get a kernel panic and you don't know what it says. Now that would suck !

If they want pretty GUIs ... guess they should try Ubuntu or somethin

Last edited by H_TeXMeX_H; 04-16-2007 at 09:11 PM.
 
Old 04-17-2007, 06:38 AM   #8
Vor Kragresh
LQ Newbie
 
Registered: Apr 2007
Location: Monticello, KY.
Distribution: Slackware 11
Posts: 10

Original Poster
Rep: Reputation: 0
Ubunto

LOL, While I understand that, my customers wouldn't. Noone here had even known there were OSs other than windows. I agree about no text output being a Bad Bad thing. But you know end users. The want fluff and they want to point click and never see any text that isn't surrounded by some form of colored graphic.
 
Old 04-17-2007, 08:56 AM   #9
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612
bootsplash (& Co.) is what will hide the startup text. It's not easy to implement under Slackware, though.
You can hide the messages from the kernel itself by including 'quiet' in you boot command options. And the rest could be hidden by commenting out echo commands in the init scripts.
 
Old 04-17-2007, 09:26 AM   #10
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Well, I guess you could try, but make sure there is some way to actually read errors if something goes wrong. I dunno, if the kernel panics, will it spit out errors that you can read that bypass the 'quiet' option ? I know most times when kernel panics ... it's time to press the reset button, cuz the kernel won't respond.

I just tend to see what might go wrong ... cuz you know it will. I'm a strong believer of Murphy's laws

Last edited by H_TeXMeX_H; 04-17-2007 at 09:29 AM.
 
Old 04-17-2007, 01:31 PM   #11
chefkoch
LQ Newbie
 
Registered: Mar 2007
Posts: 19

Rep: Reputation: 0
in /etc/lilo.conf try adding

append="console=tty8 quiet"

to the section of the kernel you want to quiet down. That will prevent kernel messages from being printed and redirect the stuff from init to tty8 (alt-f8).

create another section without that if you are paranoid
 
Old 04-17-2007, 02:03 PM   #12
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Yeah, that's a good idea. Have the normal startup use the quiet option, and then add another entry to the bootloader, for the same kernel, where you can actually see what's happening (no quiet option).
 
Old 04-17-2007, 09:20 PM   #13
Woodsman
Senior Member
 
Registered: Oct 2005
Distribution: Slackware 14.1
Posts: 3,482

Rep: Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546
Quote:
A. Hide all the loading text that scrolls by at startup.
Pass the quiet boot parameter to the kernel when booting from GRUB or LILO. If you later want to read the boot output results, open /var/log/dmesg. Don't worry about kernel panics as they will override the quiet option and let you know if things stall.

Quote:
B. Have it boot to an account selection window (like windows).
Modify /etc/inittab to boot to init 4. Or, you can pass the init 4 option as a boot parameter. Or you can do both:

Configuring Slackware for a GUI and a Command Line Startup
Configuring Slackware for a GUI Startup—Part I
Configuring Slackware for a GUI Startup—Part II

Quote:
But you know end users. The want fluff and they want to point click and never see any text that isn't surrounded by some form of colored graphic.
Don't be so pompous and condescending. Especially when you admit to being a newbie. Were you born with perfect knowledge?
 
Old 04-17-2007, 09:48 PM   #14
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Quote:
Originally Posted by Woodsman
Don't worry about kernel panics as they will override the quiet option and let you know if things stall.
That's good to know. (and something I didn't know )

Quote:
Quote:
But you know end users. The want fluff and they want to point click and never see any text that isn't surrounded by some form of colored graphic.
Don't be so pompous and condescending. Especially when you admit to being a newbie. Were you born with perfect knowledge?
I think, for the most part, it is very true. That's what most end users want. I don't think it is pompous or condescending to say that, cuz it's also true. If it weren't true .... maybe we would all be using Linux ...

Last edited by H_TeXMeX_H; 04-17-2007 at 09:51 PM.
 
Old 04-17-2007, 10:15 PM   #15
Sonneteer
Member
 
Registered: May 2006
Location: Canada
Distribution: Slackware 13.37; Ubuntu 12.04
Posts: 81
Blog Entries: 5

Rep: Reputation: 15
Or if it's pretty they want, you could add some colour to the startup scripts.
 
  


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
Remote GUI Login Screen praveen_repelle Solaris / OpenSolaris 10 02-06-2007 06:46 PM
GUI screen not starting up to login vr76413 Linux - Laptop and Netbook 1 12-27-2005 12:01 PM
No GUI login screen n175uj Programming 1 06-29-2005 07:15 AM
login screen...GUI not boot for a user linux_blnk182 SUSE / openSUSE 2 01-04-2005 12:45 PM
can't get gui login screen woja Linux - Software 5 11-28-2003 10:27 AM

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

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