5. Grafische Benutzeroberflaeche: Unterschied zwischen den Versionen

Aus wiki.archlinux.de
Tuxnix (Diskussion | Beiträge)
Neu-Gruppierung Artikelserie
 
Tuxnix (Diskussion | Beiträge)
Externer
 
(4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
[[spicker | Arch Linux Installations Spickzettel]]<br><br>
[[spicker | Arch Linux Installations Spickzettel]]


==GNOME (minimal)==
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.
<code style=font-size:12px>pacman -S mutter network-manager-applet gnome-terminal gdm</code><br>
<code style=font-size:12px>systemctl enable gdm</code> - Login-Manager aktivieren<br><br>


==Plasma X11 (minimal)==
====[https://wiki.archlinux.org/title/Sound_system Audio]====
<code style=font-size:12px>pacman -S  mesa kwin plasma-desktop plasma-nm konsole sddm xorg-server xorg-xinit</code><br>
Für alle GUIs gleich:
<code style=font-size:12px>systemctl enable sddm</code> - Login-Manager aktivieren<br>
* {{ic|pacman -S wireplumber pipewire-alsa pipewire-pulse}}
<code style=font-size:12px>localectl set-x11-keymap de pc105 deadgraveacute</code> - Tastaturlayout (Bsp.)<br><br>


==Plasma Wayland (minimal)==
====[[GNOME]]====
<code style=font-size:12px>pacman -S mesa kwin plasma-desktop plasma-nm konsole sddm wayland xorg-xwayland</code><br>
* {{ic|pacman -S gnome-shell network-manager-applet pavucontrol gnome-terminal gdm}}
<code style=font-size:12px>systemctl enable sddm</code> - Login-Manager aktivieren<br><br>
* {{ic|systemctl enable gdm}} - Login-Manager aktivieren


==Sway (minimal)==
====[[i3]]====
<code style=font-size:12px>pacman -S mesa sway
* {{ic|pacman -S i3 xorg-server xorg-init mesa foot dmenu}}
foot swaybg wmenu xorg-xwayland</code><br>
* Auf tty einloggen und {{ic|i3}} eingeben
<code style=font-size:12px>sway</code> - Auf tty einloggen und Sway starten<br><br>


==Xfce (minimal)==
====[[Plasma]] (X11)====
<code style=font-size:12px>pacman -S mesa xfce4 network-manager-applet lightdm-gtk-greeter xorg-server xorg-xinit</code><br>
* {{ic|pacman -S  plasma-desktop xorg-server xorg-xinit plasma-nm kmix konsole sddm}}
<code style=font-size:12px>systemctl enable lightdm </code> - Login-Manager aktivieren<br>
* {{ic|localectl set-x11-keymap de pc105 deadgraveacute}} - Tastaturlayout (Bsp.)
<code style=font-size:12px>localectl set-x11-keymap de pc105 deadgraveacute</code> - Tastaturlayout (Bsp.)<br><br>
* {{ic|systemctl enable sddm}} - Login-Manager aktivieren
 
====[[Plasma]] (Wayland)====
* {{ic|pacman -S plasma-desktop plasma-nm kmix konsole sddm xorg-xwayland}}
* {{ic|systemctl enable sddm}} - Login-Manager aktivieren
 
====[[LXQt]] (X11)====
* {{ic|pacman -S  lxqt-session lxqt-pannel xorg-server xorg-xinit mesa breeze-icons openbox plasma-nm qterminal sddm}}
* {{ic|localectl set-x11-keymap de pc105 deadgraveacute}} - X11-Tastaturlayout (Bsp.)
* {{ic|systemctl enable sddm}} - Login-Manager aktivieren
 
====[[Sway]]====
* {{ic|pacman -S sway foot swaybg wmenu xorg-xwayland}}
* Auf tty einloggen und mit {{ic|sway}} starten
 
====[[Xfce]]====
* {{ic|pacman -S xfce4-session xorg-server mesa network-manager-applet lightdm-gtk-greeter}}
* {{ic|localectl set-x11-keymap de pc105 deadgraveacute}} - Tastaturlayout (Bsp.)
* {{ic|systemctl enable lightdm}} - Login-Manager aktivieren<br>


[[en:Beginners' Guide]]
[[en:Beginners' Guide]]
[[Kategorie:Installation]]
[[Kategorie:Installation]]
[[Kategorie:Arch_Linux_Installations_Spickzettel]]
[[Kategorie:Arch_Linux_Installations_Spickzettel]]

Aktuelle Version vom 2. Juli 2024, 22: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