From 240061d6164649bc2b8463f3a65015b6464298e6 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Fri, 22 Oct 2021 15:14:32 -0500 Subject: nvidia fixes --- 1-setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/1-setup.sh b/1-setup.sh index 7661cb9..9ff449b 100755 --- a/1-setup.sh +++ b/1-setup.sh @@ -93,6 +93,7 @@ PKGS=( 'drkonqi' 'edk2-ovmf' 'efibootmgr' # EFI boot +'egl-wayland' 'exfat-utils' 'flex' 'fuse2' @@ -189,6 +190,7 @@ PKGS=( 'plasma-systemmonitor' 'plasma-thunderbolt' 'plasma-vault' +'plasma-wayland-session' 'plasma-workspace' 'plasma-workspace-wallpapers' 'polkit-kde-agent' @@ -262,6 +264,7 @@ esac # Graphics Drivers find and install if lspci | grep -E "NVIDIA|GeForce"; then pacman -S nvidia --noconfirm --needed + nvidia-xconfig elif lspci | grep -E "Radeon"; then pacman -S xf86-video-amdgpu --noconfirm --needed elif lspci | grep -E "Integrated Graphics Controller"; then -- cgit v1.2.3