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 03-19-2010, 08:21 PM   #1
damgar
Senior Member
 
Registered: Sep 2009
Location: dallas, tx
Distribution: Slackware - current multilib/gsb Arch
Posts: 1,949
Blog Entries: 8

Rep: Reputation: 203Reputation: 203Reputation: 203
What is needed to start the various DE's from runlevel 3?


I normally boot into runlevel 3. KDE is my default DE. I use
Code:
startx
to open KDE. I would like to give the other DE's (full install of Slackware current) a fair try, but I am having trouble starting the other DE's from the command line. They all work from runlevel 4 using the kdm chooser, but that's just a hassle and in all honesty will likely irritate my lazy-bone to the point of not using them on a regular basis. Booting into runlevel 4 isn't a good option because I am frequently experimenting and booting to the command line makes troubleshooting easier.

What do I need to do to be able to start the other DE's in runlevel 3?
 
Old 03-19-2010, 08:37 PM   #2
slackwaredanny
Member
 
Registered: Feb 2010
Location: Sweden
Distribution: Slackware
Posts: 88
Blog Entries: 3

Rep: Reputation: 20
xwmconfig
Setting Default Windowmanager in /root/.xinitrc
 
Old 03-19-2010, 08:52 PM   #3
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,264
Blog Entries: 24

Rep: Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195
There are xinitrc files in /etc/X11/xinit/... for all installed WMs.

Just do this...

startx /etc/X11/xinit/xinitrc.wmaker

startx /etc/X11/xinit/xinitrc.fluxbox

etc...
 
Old 03-19-2010, 09:38 PM   #4
damgar
Senior Member
 
Registered: Sep 2009
Location: dallas, tx
Distribution: Slackware - current multilib/gsb Arch
Posts: 1,949

Original Poster
Blog Entries: 8

Rep: Reputation: 203Reputation: 203Reputation: 203
Quote:
Originally Posted by astrogeek View Post
There are xinitrc files in /etc/X11/xinit/... for all installed WMs.

Just do this...

startx /etc/X11/xinit/xinitrc.wmaker

startx /etc/X11/xinit/xinitrc.fluxbox

etc...
Thank you. Works perfectly! Now to try and figure out why people love fluxbox.........
 
Old 03-19-2010, 10:10 PM   #5
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Rep: Reputation: Disabled
Quote:
Originally Posted by damgar View Post
Now to try and figure out why people love fluxbox.........
It works. It's simple. Does what it says on the tin!
 
Old 03-19-2010, 10:15 PM   #6
damgar
Senior Member
 
Registered: Sep 2009
Location: dallas, tx
Distribution: Slackware - current multilib/gsb Arch
Posts: 1,949

Original Poster
Blog Entries: 8

Rep: Reputation: 203Reputation: 203Reputation: 203
I'll have to figure out how to customize it before it's useful. I do appreciate the speed, but I have yet to figure out how to customize the menus to give me access to things like chrome without using the terminal.
 
Old 03-19-2010, 11:07 PM   #7
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Rep: Reputation: Disabled
Well (and this has a customised useragent)

Code:
[exec] (Chrome) {google-chrome --user-agent="Slackware/current Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533. 1 (KHTML, like Gecko) Chrome/5.0.322.2 Safari/533.1"}
But it is usually [exec] (Title) {program command}

Anything you can start from a terminal can go into the {command}
 
Old 03-20-2010, 01:14 PM   #8
mattca
Member
 
Registered: Jan 2009
Distribution: Slackware 14.1
Posts: 333

Rep: Reputation: 56
Quote:
Originally Posted by damgar View Post
Thank you. Works perfectly! Now to try and figure out why people love fluxbox.........
You may have already figured this out, but you can also create ~/.xinitrc and launch your wm of choice from there. You can also put other commands you want loaded when you start X in there as well. For example, here is mine:

Code:
feh --bg-scale /home/matt/media/images/wallpapers/123075-dark-waterfall-at-night-900.jpg
setxkbmap -option "ctrl:nocaps"
xscreensaver -nosplash &
ratpoison
 
Old 03-20-2010, 03:18 PM   #9
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,058

Rep: Reputation: Disabled
http://fluxbox-wiki.org/index.php?ti...English_howtos
 
1 members found this post helpful.
Old 03-20-2010, 03:36 PM   #10
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
also check out arch's fluxbox wiki
http://wiki.archlinux.org/index.php/Fluxbox
 
Old 03-20-2010, 06:43 PM   #11
damgar
Senior Member
 
Registered: Sep 2009
Location: dallas, tx
Distribution: Slackware - current multilib/gsb Arch
Posts: 1,949

Original Poster
Blog Entries: 8

Rep: Reputation: 203Reputation: 203Reputation: 203
Quote:
Originally Posted by dive View Post
Well (and this has a customised useragent)

Code:
[exec] (Chrome) {google-chrome --user-agent="Slackware/current Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533. 1 (KHTML, like Gecko) Chrome/5.0.322.2 Safari/533.1"}
But it is usually [exec] (Title) {program command}

Anything you can start from a terminal can go into the {command}
Thanks! This definitely is going to make fluxbox usable! I was considering flux for my LFS system (under slow construction) because it seemed like a quick way to get to a gui (which unfortunately I'm still dependent on) and now it's definitely a go!

Quote:
You may have already figured this out, but you can also create ~/.xinitrc and launch your wm of choice from there. You can also put other commands you want loaded when you start X in there as well. For example, here is mine:
Yes I was aware of this, but I don't see anything replacing KDE 4.4.1 (until BOB releases new packages or current surpasses this version) anytime soon. I have more resources than I need on my current build. I think what I will be doing is creating executables or symlinks to shorten
Code:
startx /path/to/DE/xinitrc
to a single command. To be fair I will give each DE somethng like a 7 day exclusive use test.

Fluxbox now seems like a very useful tool for machines that either can't handle a full on DE like KDE or Gnome, or for a server where I don't want X to significantly hit performance when I need it for maintenance.
 
Old 03-20-2010, 06:58 PM   #12
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Smile

Quote:
Originally Posted by damgar View Post
Fluxbox now seems like a very useful tool for machines that either can't handle a full on DE like KDE or Gnome, or for a server where I don't want X to significantly hit performance when I need it for maintenance.
I run Fluxbox on my two oldest Slackware boxes, I love the responsiveness. On my main work station I run XFce. KDE 4.x runs just fine on my main work station, but, XFce is faster.
 
  


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
Start FC10 in runlevel 3, and than MANUALLY start X - how? rylan76 Linux - Newbie 2 05-27-2009 07:22 AM
Runlevel Help Needed paradox101 Linux - Software 5 07-27-2006 03:18 PM
start in runlevel 5 Jessii Linux - Newbie 6 10-27-2005 03:08 AM
How many wm's and or de's do you use? Dswissmiss General 23 10-02-2004 08:56 PM
X does not start in Runlevel 4, but i Runlevel 3 Rabon Linux - General 3 11-18-2003 06:24 AM

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

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