LXDM: Difference between revisions

From Alpine Linux
m (Grammar.)
(added Include:Desktop prerequisites)
Line 1: Line 1:
[https://www.lxde.org/ LXDM] is a lightweight display manager with UI implemented in GTK+.
[https://www.lxde.org/ LXDM] is a lightweight display manager with UI implemented in GTK+.


==Installation==
{{:Include:Desktop prerequisites}}
To install it, execute:  
 
{{Cmd|# apk add {{pkg|lxdm|arch=}}}}
== Installation ==
 
Install X11 and set it up using the <code>setup-xorg-base</code> script.{{Cmd|# setup-xorg-base}}
 
To install lxdm, execute: {{Cmd|# apk add {{pkg|lxdm|arch=}}}}
 
== Configuration ==


==Configuration==
The main configuration file is {{Path|/etc/lxdm/lxdm.conf}}.
The main configuration file is {{Path|/etc/lxdm/lxdm.conf}}.


==See Also==
== See Also ==
 
* [[Xorg]]
* [https://www.lxde.org/ Official LXDM]
* [https://wiki.archlinux.org/title/LXDM LXDM - Archwiki]
* [https://wiki.archlinux.org/title/LXDM LXDM - Archwiki]


[[category:Desktop]]
[[category:Desktop]]
[[Category:Display Managers]]
[[Category:Display Managers]]

Revision as of 07:22, 9 January 2025

LXDM is a lightweight display manager with UI implemented in GTK+.

Installation

Install X11 and set it up using the setup-xorg-base script.

# setup-xorg-base

To install lxdm, execute:

# apk add lxdm

Configuration

The main configuration file is /etc/lxdm/lxdm.conf.

See Also