drivers for uhd gpu
This commit is contained in:
parent
4645abd790
commit
7633933673
|
|
@ -102,7 +102,9 @@ if lspci | grep -E "NVIDIA|GeForce"; then
|
||||||
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
|
||||||
pacman -S libva-intel-driver libvdpau-va-gl lib32-vulkan-intel vulkan-intel libva-intel-driver libva-utils --needed --noconfirm
|
pacman -S libva-intel-driver libvdpau-va-gl lib32-vulkan-intel vulkan-intel libva-intel-driver libva-utils lib32-mesa --needed --noconfirm
|
||||||
|
elif lspci | grep -E "Intel Corporation UHD"; then
|
||||||
|
pacman -S libva-intel-driver libvdpau-va-gl lib32-vulkan-intel vulkan-intel libva-intel-driver libva-utils lib32-mesa --needed --noconfirm
|
||||||
fi
|
fi
|
||||||
echo -ne "
|
echo -ne "
|
||||||
-------------------------------------------------------------------------
|
-------------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue