Difference between revisions of "Package:XDM (Display Manager)"

From Funtoo
Jump to navigation Jump to search
m (update)
Line 8: Line 8:
XDM ([[Wikipedia:XDM_(display_manager)|Wikipedia page]],) also known as the X Display Manager, is an application that typically starts at system startup, and presents a graphical login screen. Once a user successfully logs in, their X session begins.
XDM ([[Wikipedia:XDM_(display_manager)|Wikipedia page]],) also known as the X Display Manager, is an application that typically starts at system startup, and presents a graphical login screen. Once a user successfully logs in, their X session begins.


On Gentoo systems, XDM installs the <code>/etc/init.d/xdm</code> init script, which via the <code>/etc/conf.d/xdm</code> configuration file is used to start other display managers, such as GNOME's <code>gdm</code>.
On Gentoo systems, XDM installs the {{f|/etc/init.d/xdm}} init script, which via the {{f|/etc/conf.d/xdm}} configuration file is used to start other display managers, such as GNOME's {{c|gdm}}.


==install==
==install==
<console>###i## emerge xdm</console>
{{console|body=###i## emerge xdm}}


==configure==
==configure==
xdm is controlled by <code>/etc/conf.d/xdm</code>.
xdm is controlled by {{f|/etc/conf.d/xdm}}.


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


==init==
==init==
to start xdm immediately:
{{console|body=###i## rc-update add xdm
<console>###i## rc-service xdm start</console>
###i## rc}}
 
to start xdm upon boot:
<console>###i## rc-update add xdm</console>
{{EbuildFooter}}
{{EbuildFooter}}

Revision as of 02:58, February 6, 2015

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.


XDM (Wikipedia page,) also known as the X Display Manager, is an application that typically starts at system startup, and presents a graphical login screen. Once a user successfully logs in, their X session begins.

On Gentoo systems, XDM installs the /etc/init.d/xdm init script, which via the /etc/conf.d/xdm configuration file is used to start other display managers, such as GNOME's gdm.

install

root # emerge xdm

configure

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

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

init

root # rc-update add xdm
root # rc