Difference between pages "Widget:NewsDisplay" and "Package:XDM (Display Manager)"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
 
m (my bad...)
 
Line 1: Line 1:
<div class="media"><div class="pull-left"><img class="media-object img-circle" style="opacity: 0.5;" src="<!--{$icon_url|escape:'html'}-->" alt="<!--{$user|escape:'html'}-->"></div>
{{Ebuild
<div class="media-body"><!--{if $format eq 'Short'}-->
|Summary=X.Org xdm application
<h4 class="media-heading" style="line-height: 18px; font-size: 14px;  font-weight: bold; "><!--{$title|escape:'html'}--></h4>
|CatPkg=x11-apps/xdm
<!--{else}--><!--{$format|escape:'html'}-->
|Maintainer=
<a href="/News:<!--{$title|escape:'html'}-->"><h4 class="media-heading" style="line-height: 18px; font-size: 14px;  font-weight: bold; "><!--{$title|escape:'html'}--></h4></a><!--{/if}-->
|Homepage=http://www.freedesktop.org/wiki/display_manager/
<!--{$body|escape:'html'}-->
}}
</div>
==install==
<div style="float: right; text-align: right; display: inline-block;">
<console>###i## emerge xdm</console>
<span style="color: #888; font-size: 10px;"><!--{$date|escape:'html'}--> by <a href="/User:<!--{$user|escape:'html'}-->"><!--{$user|escape:'html'}--></a></span>
 
</div>
==configure==
</div>
xdm is controlled by <code>/etc/conf.d/xdm</code>.
 
xdm is often paired with other, more modern display managers.
see:
*{{package|lightdm}}
*{{package|gdm}}
*{{package|kdm}}
*{{package|slim}}
 
==init==
to start xdm immediately:
<console>###i## rc-service xdm start</console>
 
to start xdm upon boot:
<console>###i## rc-update add xdm</console>
{{EbuildFooter}}

Revision as of 01:46, October 26, 2014

XDM (Display Manager)

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

install

root # emerge xdm

configure

xdm is controlled by /etc/conf.d/xdm.

xdm is often paired with other, more modern display managers. see:

  • No results
  • No results
  • No results
  • No results

init

to start xdm immediately:

root # rc-service xdm start

to start xdm upon boot:

root # rc-update add xdm