[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
howtos:slim [2012/08/23 20:00 (UTC)] – slackware:slim renamed to howtos:slim (This is a HOWTO, and belongs there instead of in the "slackware" namespace) alienbobhowtos:slim [2012/08/26 16:42 (UTC)] – [Basic configuration (system level)] - your machine not you noryungi
Line 2: Line 2:
  
 ====== SLiM (Simple Login Manager) ====== ====== SLiM (Simple Login Manager) ======
- 
-//By Niki Kovacs (kikinovak)// 
  
 [[http://slim.berlios.de | SLiM ]] is an acronym for //Simple Login Manager//. If you use one of the lightweight desktop environements like Xfce, Fluxbox, Blackbox or WindowMaker, you might want to use SLiM.  [[http://slim.berlios.de | SLiM ]] is an acronym for //Simple Login Manager//. If you use one of the lightweight desktop environements like Xfce, Fluxbox, Blackbox or WindowMaker, you might want to use SLiM. 
Line 10: Line 8:
  
   * KDM (heavy)   * KDM (heavy)
-  * XDM (butt-ugly) +  * XDM (visually unappealing)
 ===== Installation ===== ===== Installation =====
  
-SLiM doesn't ship with a stock Slackware installation, but you can easily install it from [[http://slackbuilds.org | SBo]].  +SLiM doesn't ship with a stock Slackware installation, but you can easily install it from [[http://slackbuilds.org/result/?search=slim | SBo]]. 
 ===== Basic configuration (system level) ===== ===== Basic configuration (system level) =====
  
Line 25: Line 21:
 </code> </code>
  
-You can also check the current runlevel of you machine by typing the following command:+You can also check the current runlevel of your machine by typing the following command:
 <code> <code>
 # who -r # who -r
Line 31: Line 27:
 </code> </code>
  
-In the example show above, the current runlevel of your machine is also "4".+In the example shown above, the current runlevel of your machine is also "4".
  
 Now edit ''/etc/rc.d/rc.4'' and add a few lines to start SLiM automatically on boot. The order is important here. Insert the stanza right before the one that manages GDM, like this: Now edit ''/etc/rc.d/rc.4'' and add a few lines to start SLiM automatically on boot. The order is important here. Insert the stanza right before the one that manages GDM, like this:
Line 87: Line 83:
 The site also sports a [[http://slim.berlios.de/themes_howto.php | nice tutorial ]] about your own theme creation.  The site also sports a [[http://slim.berlios.de/themes_howto.php | nice tutorial ]] about your own theme creation. 
  
-Hint: install a collection of ready-made themes, and then take a peek in the respective theme directories to see how it's actually done.  +<note tip>Install a collection of ready-made themes, and then take a peek in the respective theme directories to see how it's actually done.</note> 
 +=====Sources===== 
 +  * Originally written by [[wiki:user:kikinovak|Niki Kovacs]]
  
 <!-- Please do not add anything below, except additional tags.--> <!-- Please do not add anything below, except additional tags.-->
Line 94: Line 91:
  
 <!-- Do not remove this line and the text below. Thanks! slackdocs@--> <!-- Do not remove this line and the text below. Thanks! slackdocs@-->
-{{tag>howtos software}}+{{tag>howtos software slim login_manager}}
 howtos:slim ()