diff options
| author | Chris Titus <[email protected]> | 2021-10-22 15:14:32 -0500 |
|---|---|---|
| committer | Chris Titus <[email protected]> | 2021-10-22 15:14:32 -0500 |
| commit | 240061d6164649bc2b8463f3a65015b6464298e6 (patch) | |
| tree | 21d6a8577cc63b250c4ee01a2f0803d1da5b1b57 | |
| parent | e8aa81d87377536d948f1b3d0260531061f4e188 (diff) | |
| download | ArchTitus-240061d6164649bc2b8463f3a65015b6464298e6.tar.xz ArchTitus-240061d6164649bc2b8463f3a65015b6464298e6.zip | |
nvidia fixes
| -rwxr-xr-x | 1-setup.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
