5. Grafische Benutzeroberflaeche: Unterschied zwischen den Versionen
Tuxnix (Diskussion | Beiträge) +i3, +LXQt - html entfernt |
Tuxnix (Diskussion | Beiträge) Externer |
||
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
[[spicker | Arch Linux Installations Spickzettel]] | [[spicker | Arch Linux Installations Spickzettel]] | ||
Für die Installation der grafischen Benutzeroberfläche wird hier jeweils nur eine | Für die Installation der grafischen Benutzeroberfläche und des Audiosystems wird hier jeweils nur eine minimalistische Paketauswahl mit einem Terminal vorgestellt. Die weitere Ausgestaltung sollte individuell erfolgen. | ||
====[https://wiki.archlinux.org/title/Sound_system Audio]==== | |||
Für alle GUIs gleich: | |||
* {{ic|pacman -S wireplumber pipewire-alsa pipewire-pulse}} | |||
====[[GNOME]]==== | ====[[GNOME]]==== | ||
* {{ic|pacman -S gnome-shell network-manager-applet gnome-terminal gdm}} | * {{ic|pacman -S gnome-shell network-manager-applet pavucontrol gnome-terminal gdm}} | ||
* {{ic|systemctl enable gdm}} - Login-Manager aktivieren | * {{ic|systemctl enable gdm}} - Login-Manager aktivieren | ||
====[[i3]]==== | ====[[i3]]==== | ||
* {{ic|pacman -S i3 xorg-server xorg-init mesa foot | * {{ic|pacman -S i3 xorg-server xorg-init mesa foot dmenu}} | ||
* {{ic|i3}} | * Auf tty einloggen und {{ic|i3}} eingeben | ||
====[[Plasma]] (X11)==== | ====[[Plasma]] (X11)==== | ||
* {{ic|pacman -S plasma-desktop xorg-server xorg-xinit plasma-nm konsole sddm}} | * {{ic|pacman -S plasma-desktop xorg-server xorg-xinit plasma-nm kmix konsole sddm}} | ||
* {{ic|localectl set-x11-keymap de pc105 deadgraveacute}} | * {{ic|localectl set-x11-keymap de pc105 deadgraveacute}} - Tastaturlayout (Bsp.) | ||
* {{ic|systemctl enable sddm}} - Login-Manager aktivieren | * {{ic|systemctl enable sddm}} - Login-Manager aktivieren | ||
====[[Plasma]] (Wayland)==== | ====[[Plasma]] (Wayland)==== | ||
* {{ic|pacman -S plasma-desktop plasma-nm konsole sddm xorg-xwayland}} | * {{ic|pacman -S plasma-desktop plasma-nm kmix konsole sddm xorg-xwayland}} | ||
* {{ic|systemctl enable sddm}} - Login-Manager aktivieren | * {{ic|systemctl enable sddm}} - Login-Manager aktivieren | ||
Zeile 27: | Zeile 31: | ||
====[[Sway]]==== | ====[[Sway]]==== | ||
* {{ic|pacman -S sway foot swaybg wmenu xorg-xwayland}} | * {{ic|pacman -S sway foot swaybg wmenu xorg-xwayland}} | ||
* {{ic|sway}} | * Auf tty einloggen und mit {{ic|sway}} starten | ||
====[[Xfce]]==== | ====[[Xfce]]==== | ||
* {{ic|pacman -S xfce4-session xorg-server mesa network-manager-applet lightdm-gtk-greeter}} | * {{ic|pacman -S xfce4-session xorg-server mesa network-manager-applet lightdm-gtk-greeter}} | ||
* {{ic|localectl set-x11-keymap de pc105 deadgraveacute}} | * {{ic|localectl set-x11-keymap de pc105 deadgraveacute}} - Tastaturlayout (Bsp.) | ||
* {{ic|systemctl enable lightdm}} - Login-Manager aktivieren<br> | * {{ic|systemctl enable lightdm}} - Login-Manager aktivieren<br> | ||
Aktuelle Version vom 2. Juli 2024, 21:07 Uhr
Arch Linux Installations Spickzettel
Für die Installation der grafischen Benutzeroberfläche und des Audiosystems wird hier jeweils nur eine minimalistische Paketauswahl mit einem Terminal vorgestellt. Die weitere Ausgestaltung sollte individuell erfolgen.
Audio
Für alle GUIs gleich:
pacman -S wireplumber pipewire-alsa pipewire-pulse
GNOME
pacman -S gnome-shell network-manager-applet pavucontrol gnome-terminal gdm
systemctl enable gdm
- Login-Manager aktivieren
i3
pacman -S i3 xorg-server xorg-init mesa foot dmenu
- Auf tty einloggen und
i3
eingeben
Plasma (X11)
pacman -S plasma-desktop xorg-server xorg-xinit plasma-nm kmix konsole sddm
localectl set-x11-keymap de pc105 deadgraveacute
- Tastaturlayout (Bsp.)systemctl enable sddm
- Login-Manager aktivieren
Plasma (Wayland)
pacman -S plasma-desktop plasma-nm kmix konsole sddm xorg-xwayland
systemctl enable sddm
- Login-Manager aktivieren
LXQt (X11)
pacman -S lxqt-session lxqt-pannel xorg-server xorg-xinit mesa breeze-icons openbox plasma-nm qterminal sddm
localectl set-x11-keymap de pc105 deadgraveacute
- X11-Tastaturlayout (Bsp.)systemctl enable sddm
- Login-Manager aktivieren
Sway
pacman -S sway foot swaybg wmenu xorg-xwayland
- Auf tty einloggen und mit
sway
starten
Xfce
pacman -S xfce4-session xorg-server mesa network-manager-applet lightdm-gtk-greeter
localectl set-x11-keymap de pc105 deadgraveacute
- Tastaturlayout (Bsp.)systemctl enable lightdm
- Login-Manager aktivieren