Difference between pages "Package:Lightdm" and "Template:File"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
m
 
 
Line 1: Line 1:
{{Ebuild
<includeonly><div style="margin-bottom: 0.3em; padding: 3px; border: none;"><tt>{{#if:{{{name|}}}|'''{{{name|}}}'''{{#set:Mentions file={{#explode:{{{name}}}|/|-1}}}}}}</tt><span style="color: #888;"> {{#if:{{{lang|}}}| ({{{lang}}} source code)}}</span> {{#if:{{{desc|}}}| - {{{desc}}}}}{{#tag:{{#if:{{{lang|}}}|syntaxhighlight|pre}}|
|Summary=A lightweight display manager
{{{body}}}
|CatPkg=x11-misc/lightdm
|lang={{{lang}}}}}
|Maintainer=
</div>{{#if:{{{recipe|}}}|{{#subobject:|step={{{step|}}}|In recipe={{{recipe|}}}|action={{{action}}}|filename={{{name}}}|body={{{body}}}}}</includeonly>
|Homepage=http://www.freedesktop.org/wiki/Software/LightDM
}}
Lightdm is a light display manager. It's an excellent alternative to gdm, & kdm. Lightdm is used in conjunction with {{package|x11-apps/xdm}}.
 
=== install ===
 
<console>###i## emerge lightdm</console>
 
=== configuration ===
Lightdm is configured with <code>/etc/lightdm/lightdm.conf</code>, and <code>/etc/conf.d/xdm</code>.  By default, lightdm ships with lightdm-gtk-greeter which is controlled by <code>/etc/lightdm/lightdm-gtk-greeter.conf</code>
 
{{file|name=/etc/conf.d/xdm|lang=|desc=xdm configuration to use lightdm|body=
DISPLAYMANAGER="lightdm"
}}
 
=== Greeters ===
LightDM will be pretty useless for graphical logins with out the addition of a greeter for it.
 
For GTK fans:
{{console|body=###i## emerge x11-misc/lightdm-gtk-greeter}}
 
for KDE fans:
{{console|body=###i## emerge x11-misc/lightdm-kde}}
 
{{EbuildFooter}}

Revision as of 03:39, February 19, 2015