# - bof - # :0 # - - # # - Documentation - # https://www.youtube.com/watch?v=jLJO-PKyDAk&feature=youtu.be https://itsfoss.com/install-kde-arch-linux/ https://steemit.com/utopian-io/@farahnabilla/how-to-install-desktop-environment-on-arch-linux https://www.2daygeek.com/install-xfce-mate-kde-gnome-cinnamon-lxqt-lxde-budgie-deepin-enlightenment-desktop-environment-on-arch-linux/ :1 # - - # # - Wifi - To test live - # wifi-menu; sudo wifi-menu; ip address; ip a; :2 # - - # # - Update & upgrade - # sudo pacman -Syu --noconfirm; sudo pacman -Syyy --noconfirm; sudo pacman -Syyuu --noconfirm; :3 # - - # # - Org-server - # sudo pacman -S xorg xorg-server xorg-xinit; sudo pacman -S xorg xorg-server xorg-xinit --noconfirm; #sudo pacman -S xorg-utils xorg-server-utils --noconfirm; :4 # - - # # - Desktop manager (login) - # :4.1 # - - # # - lightdm (Budgie, Cinnamon, Deepin, Mate & Xfce) - # sudo pacman -S lightdm lightdm-gtk-greeter lightdm-gtk-greeter-settings --noconfirm; sudo systemctl enable lightdm; :4.1.1 # - - # # - To test - # sudo nano /etc/lightdm/lightdm.conf greeter-session=lightdm-deepin-greeter :4.2 # - - # # - gdm (Gnome) - # sudo pacman -S gdm --noconfirm; sudo systemctl enable gdm; :4.3 # - - # # - sddm (KDE Plasma) - # sudo pacman -S sddm --noconfirm; sudo systemctl enable sddm; :4.4 # - lxdm - # sudo pacman -S lxdm --noconfirm; sudo systemctl enable lxdm.service :4.5 - Extras # - - # # - Videos adapters - # sudo pacman -S xf86-video-intel nvidia nvidia-utils nvidia-settings --noconfirm; :5 # - - # # - Desktops - # :5.1 # - - # # - Xfce - # sudo pacman -S xfce4 xfce4-goodies xfce4-terminal --noconfirm; :5.1.1 # - - # # - Setup xinitrc file - # echo "exec startxfce4" > ~/.xinitrc; :5.2 # - - # # - Gnome - # sudo pacman -S gnome gnome-shell gnome-backgrounds gnome-control-center gnome-extra gnome-terminal gnome-tweaks nautilus adwaita-icon-theme --noconfirm; :5.2.1 # - - # # - Documentation - # https://steemit.com/utopian-io/@farahnabilla/how-to-install-desktop-environment-on-arch-linux https://www.2daygeek.com/install-xfce-mate-kde-gnome-cinnamon-lxqt-lxde-budgie-deepin-enlightenment-desktop-environment-on-arch-linux/ :5.3 # - - # # - KDE Plasma - # https://itsfoss.com/install-kde-arch-linux/ sudo pacman -S plasma kde-applications konsole --noconfirm; :5.3.1 # - - # # - Very important - # # - Screen resolution fixing on VirtualBox - # Start Menu > Background Services > Startup Services Disable KScreen2 :5.3.2 # - - # # - To test - # sudo pacman -S plasma-wayland-session --noconfirm; Login from Wayland (this will work), then using the terminal run: sudo pacman -S qt5 Then restart and x11 will work correctly. :5.4 # - - # # - Cinnamon - # sudo pacman -S cinnamon nemo-fileroller --noconfirm; # - Install Serena theme - # :5.5 # - - # # - Budgie - # #sudo pacman -Syy terminus-font; sudo pacman -S budgie-desktop gnome gnome-control-center i3lock --noconfirm; :5.6 # - - # # - Mate - # sudo pacman -S mate mate-extra mate-themes xdg-user-dirs --noconfirm; yay -S mate-tweak; yay -S brisk-menu; :5.6 # - - # # - Deepin - # sudo pacman -S deepin deepin-extra; sudo vim /etc/lightdm/lightdm.conf; greeter-session=lightdm-deepin-greeter sudo systemctl enable lightdm; sudo reboot now; :5.7 # - - # # - Enlightenment - # sudo pacman -S enlightenment --noconfirm; :5.8 # - - # # - Lxde - # sudo pacman -S lxde --noconfirm; :5.9 # - - # # - Lxqt - # sudo pacman -S lxqt --noconfirm; :6 # - - # # - Video card install - # :6.1 # - - # # - Check system - # lspci :6.2 # - - # # - Intel video card - # sudo pacman -S xf86-video-intel libgl mesa --noconfirm; :6.3 # - - # # - nvidia video card - # sudo pacman -S nvidia nvidia-lts nvidia-libgl mesa --noconfirm; :6.4 # - - # # - Fti video card - # sudo pacman -S xf86-video-amdgpu mesa --noconfirm; :10 # - - # # - Test - # # - eof - #