LXDM: Difference between revisions
m (Added to category) |
Prabuanand (talk | contribs) (added Include:Desktop prerequisites) |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
[https:// | [https://www.lxde.org/ LXDM] is a lightweight display manager with UI implemented in GTK+. | ||
{{:Include:Desktop prerequisites}} | |||
== | == 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 == | |||
The main configuration file is {{Path|/etc/lxdm/lxdm.conf}}. | |||
== See Also == | |||
* [[Xorg]] | |||
* [https://www.lxde.org/ Official LXDM] | |||
* [https://wiki.archlinux.org/title/LXDM LXDM - Archwiki] | |||
[[category:Desktop]] | [[category:Desktop]] | ||
[[Category:Display | [[Category:Display Managers]] |
Latest revision as of 07:22, 9 January 2025
LXDM is a lightweight display manager with UI implemented in GTK+.
- Internet connectivity, unless the packages have been pre-fetched into a local cache.
- A non-root user account.
- The community repository must be enabled.
- Set up eudev.
- Install and configure D-Bus. without D-Bus icons and keyboard shortcuts may be missing.
- Install appropriate Graphics driver drivers for your hardware. Without graphics drivers, errors are likely to occur.
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.