The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Package:XDM (Display Manager)"
Threesixes (talk | contribs) (initial commit) |
m (x11-misc is the official DM of KDE Plasma 5, removing link) |
||
(9 intermediate revisions by 3 users not shown) | |||
Line 5: | Line 5: | ||
|Homepage=http://www.freedesktop.org/wiki/display_manager/ | |Homepage=http://www.freedesktop.org/wiki/display_manager/ | ||
}} | }} | ||
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 {{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== | ||
{{note|make sure your x11 is working properly before attempting to use xdm}} | |||
{{console|body=###i## emerge xdm}} | |||
==configure== | ==configure== | ||
xdm is controlled by | 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. | ||
see: | see: | ||
{{package|lightdm}} | *{{package|x11-misc/lightdm}} | ||
{{package|gdm}} | *{{package|gnome-base/gdm}} | ||
{{package| | *{{package|x11-misc/slim}} | ||
{{package| | *{{package|x11-misc/sddm}} | ||
==init== | ==init== | ||
{{console|body=###i## rc-update add xdm | |||
###i## rc}} | |||
{{EbuildFooter}} | {{EbuildFooter}} |
Latest revision as of 05:05, June 8, 2022
XDM (Display Manager)
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
make sure your x11 is working properly before attempting to use xdm
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