nvidia fixes
This commit is contained in:
parent
e8aa81d873
commit
240061d616
|
|
@ -93,6 +93,7 @@ PKGS=(
|
||||||
'drkonqi'
|
'drkonqi'
|
||||||
'edk2-ovmf'
|
'edk2-ovmf'
|
||||||
'efibootmgr' # EFI boot
|
'efibootmgr' # EFI boot
|
||||||
|
'egl-wayland'
|
||||||
'exfat-utils'
|
'exfat-utils'
|
||||||
'flex'
|
'flex'
|
||||||
'fuse2'
|
'fuse2'
|
||||||
|
|
@ -189,6 +190,7 @@ PKGS=(
|
||||||
'plasma-systemmonitor'
|
'plasma-systemmonitor'
|
||||||
'plasma-thunderbolt'
|
'plasma-thunderbolt'
|
||||||
'plasma-vault'
|
'plasma-vault'
|
||||||
|
'plasma-wayland-session'
|
||||||
'plasma-workspace'
|
'plasma-workspace'
|
||||||
'plasma-workspace-wallpapers'
|
'plasma-workspace-wallpapers'
|
||||||
'polkit-kde-agent'
|
'polkit-kde-agent'
|
||||||
|
|
@ -262,6 +264,7 @@ esac
|
||||||
# Graphics Drivers find and install
|
# Graphics Drivers find and install
|
||||||
if lspci | grep -E "NVIDIA|GeForce"; then
|
if lspci | grep -E "NVIDIA|GeForce"; then
|
||||||
pacman -S nvidia --noconfirm --needed
|
pacman -S nvidia --noconfirm --needed
|
||||||
|
nvidia-xconfig
|
||||||
elif lspci | grep -E "Radeon"; then
|
elif lspci | grep -E "Radeon"; then
|
||||||
pacman -S xf86-video-amdgpu --noconfirm --needed
|
pacman -S xf86-video-amdgpu --noconfirm --needed
|
||||||
elif lspci | grep -E "Integrated Graphics Controller"; then
|
elif lspci | grep -E "Integrated Graphics Controller"; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue