5. Grafische Benutzeroberflaeche: Unterschied zwischen den Versionen

Aus wiki.archlinux.de
(+i3, +LXQt - html entfernt)
(Um Audiosystem erweitert)
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 minimale Paketauswahl mit Terminal und Internetzugang vorgestellt. Die weitere Ausgestaltung sollte individuell erfolgen.  
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:
* {{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 swaybg dmenu}}
* {{ic|pacman -S i3 xorg-server xorg-init mesa foot dmenu}}
* {{ic|i3}} - Auf tty einloggen und i3 starten
* 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}} - X11-Tastaturlayout (Bsp.)
* {{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 30:
====[[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 Sway starten
* Auf tty einloggen und mit {{ic|sway}} starten


====[[Xfce]]====
====[[Xfce]]====

Version vom 2. Juli 2024, 17:11 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 - X11-Tastaturlayout (Bsp.)
  • systemctl enable lightdm - Login-Manager aktivieren