LXDM: Difference between revisions
m (Grammar.) |
Prabuanand (talk | contribs) (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 | |||
{{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 == | |||
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+.
- Internet connectivity, unless the packages have been pre-fetched into a local cache.
- Install appropriate Graphics driver drivers for your hardware. Without graphics drivers, errors are likely to occur when starting your desktop.
- A non-root user account.
- The community repository must be enabled.
- Set up eudev.
- Install and enable D-Bus. Without D-Bus, icons and keyboard shortcuts may be missing.
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.