LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-29-2016, 01:12 PM   #1
eo200039
LQ Newbie
 
Registered: Jan 2016
Location: Phladelphia Pa. USA
Distribution: Slackware, Ubuntu
Posts: 10

Rep: Reputation: 0
Question Getting into program after logging in.


I have a Dual-boot system with Slackware 14.1 and Windows.
Dual booting works fine.When I go to Linux and I sign in as root the program says that I have mail.
It will show me two messages. These appear to be old messages put in to introduce you to the program.
I can type at the cursor, for instance typing the word messages bring up the two messages.
I can not open them.I can type on the cursor line and program responds to some.
I need to know what I have to type on this line to go into, program.
I have installed the complete system as I have a large disk drive and memory.
My command line prompt is working fine. Have entered id 4 initdefault did not work.
What command can I enter on the command line to take me to GUI
Thank for you help.

Last edited by eo200039; 01-30-2016 at 08:49 AM. Reason: Hopefully a clearer problem description.
 
Old 01-29-2016, 01:15 PM   #2
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
in mail.
Press 1 for the first message.
ESC when you're done.
Code:
d 1
deletes it.
d 2 for the second message, etc...

P.S. Welcome to LQ!

Last edited by Habitual; 01-29-2016 at 01:16 PM.
 
1 members found this post helpful.
Old 01-30-2016, 07:35 AM   #3
eo200039
LQ Newbie
 
Registered: Jan 2016
Location: Phladelphia Pa. USA
Distribution: Slackware, Ubuntu
Posts: 10

Original Poster
Rep: Reputation: 0
Question Habitual;5489490

Quote:
Originally Posted by Habitual View Post
in mail.
Press 1 for the first message.
ESC when you're done.
Code:
d 1
deletes it.
d 2 for the second message, etc...

P.S. Welcome to LQ!
The solution you posted did not work.Pressing 1 did bring up the message.ESC brought up a bracket.Code d 1 did not delete the message.I am left with an interactive cursor. I still am unable to get to a graphical screen. Entering # id 4;initdefault did not work either.
 
Old 01-30-2016, 09:22 AM   #4
huffdad
Member
 
Registered: Jan 2006
Location: Missouri
Distribution: Slackware & LFS
Posts: 31

Rep: Reputation: 6
Quote:
Originally Posted by eo200039 View Post
What command can I enter on the command line to take me to GUI
Code:
startx
If you want to always go straight into the GUI everytime the computer starts, then you need to (as root) edit the file:

/etc/inittab

Find the following lines:
Code:
# Default runlevel. (Do not set to 0 or 6)
id:3:initdefault:
and change the 3 to a 5.

*edit*
Although not every program uses these, inside many programs you can type "h" or "?" for help or you can type "q" to quit. If you are very new to Linux OS's you may find that helpful as well.

Last edited by huffdad; 01-30-2016 at 10:34 AM.
 
2 members found this post helpful.
Old 01-30-2016, 09:30 AM   #5
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by eo200039 View Post
The solution you posted did not work.Pressing 1 did bring up the message.ESC brought up a bracket.Code d 1 did not delete the message.I am left with an interactive cursor. I still am unable to get to a graphical screen. Entering # id 4;initdefault did not work either.
Well, I thought you wanted to read the mail messages, sorry.
 
1 members found this post helpful.
Old 01-30-2016, 10:07 AM   #6
huffdad
Member
 
Registered: Jan 2006
Location: Missouri
Distribution: Slackware & LFS
Posts: 31

Rep: Reputation: 6
OP has since edited his post. It was unclear before. I also thought he wanted to navigate mail.
 
1 members found this post helpful.
Old 01-30-2016, 06:42 PM   #7
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
mail yep that is what I read, did that little stinker even post the word MODDED in it?
 
Old 01-30-2016, 06:44 PM   #8
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
YO DUDE! did you even setup and install a Window Manager when you installed Slackware?

run this command on the big black screen before you type startx

Code:
 xwmconfig
then pick a window Manager first. startx , if not work, then
Code:
nano .xinitrc

#inside of file type

exec {window manager name you picked}

Ctl+x

y

enter

startx
its been a while sense I've played with Slackware.
but the run levels are set just have to have a window manager selected, and inside your .xinitrc ...

XFCE will be your best bet for a beginer when it starts click on default settings, then let finish -- bam you got a GUI



Configure your new Slackware System
Post Installation Overview

Last edited by BW-userx; 01-30-2016 at 07:03 PM.
 
1 members found this post helpful.
Old 01-31-2016, 03:04 PM   #9
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
here read this\

Quote:
Graphical Login

To start with a graphical login screen on boot instead of Slackware's default console login, change the default runlevel to 4. Edit the file /etc/inittab and change the line that looks like

id:3:initdefault:

to

id:4:initdefault:

Note the difference from other Linux distributions; many of those use runlevel 5 for their graphical login. In Slackware, runlevel 5 is identical to runlevel 3 (console boot).

In the graphical runlevel, you will be greeted by one of the available display (login session) managers. Slackware will by default look for the availability of GDM (Gnome Display Manager), KDM (KDE Display Manager) and XDM (X Display Manager) - in that order. You can also install a third-party login manager like SliM but you will have to edit /etc/rc.d/rc.4 and add a call to your new session manager all the way at the top.
 
Old 01-31-2016, 03:50 PM   #10
eo200039
LQ Newbie
 
Registered: Jan 2016
Location: Phladelphia Pa. USA
Distribution: Slackware, Ubuntu
Posts: 10

Original Poster
Rep: Reputation: 0
Thank you for the helpful information.
 
Old 01-31-2016, 06:15 PM   #11
huffdad
Member
 
Registered: Jan 2006
Location: Missouri
Distribution: Slackware & LFS
Posts: 31

Rep: Reputation: 6
Sorry. I didn't check documentation before answering. I just stated from memory. Thanks for the corrections.
 
Old 01-31-2016, 06:36 PM   #12
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
NP ~ me thinks Slack is like the only one that does that -

Last edited by BW-userx; 01-31-2016 at 07:01 PM.
 
Old 02-01-2016, 04:19 PM   #13
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
When I installed Slackware the first couple of times and booted to the console, I just typed
Code:
init 4
and it started the graphical environment.
 
Old 02-01-2016, 04:34 PM   #14
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
just tried it in Vbox
yep but it only works in root ~ Unless one might be able to do some fanaggling but its easier to just mod the config

Last edited by BW-userx; 02-01-2016 at 04:35 PM.
 
Old 02-04-2016, 08:03 AM   #15
eo200039
LQ Newbie
 
Registered: Jan 2016
Location: Phladelphia Pa. USA
Distribution: Slackware, Ubuntu
Posts: 10

Original Poster
Rep: Reputation: 0
getting into program after logging in.

Solved problem with reinsatll.
 
  


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
Call logging program??? bottomofthelake Linux - Software 8 03-23-2010 09:25 AM
how to continue to run a program after logging off ? nkd Linux - Newbie 12 11-28-2008 02:22 PM
Running kill program without logging in? Kirath Linux - General 2 02-01-2007 01:40 PM
Logging Program addy_32 Linux - Newbie 3 02-16-2006 09:52 AM
Logging program exec leckie Linux - Security 1 08-06-2004 08:45 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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