LXDM: Difference between revisions
m (+ category:Desktop) |
Prabuanand (talk | contribs) (removed Category:Desktop as per Help_talk:Style) |
||
(9 intermediate revisions by 5 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:Display Managers]] |
Latest revision as of 15:19, 25 May 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.