Skip to content

Commit

Permalink
feat: add another package for nvidia
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Aug 15, 2023
1 parent a751580 commit 94a5d5c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scripts/gpu-nvidia.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/bin/bash

usage() {
echo 'Nvidia GPU based on its open-source kernel module, for desktop environments and also remembering Iman Tabrizian'
echo -n 'based on https://github.com/elFarto/nvidia-vaapi-driver'
echo -n 'Nvidia GPU based on its open-source kernel module, for desktop environments and also remembering Iman Tabrizian'
echo '
_ _ _
__ _ _ __ _ _ _ ____ _(_) __| (_) __ _
Expand All @@ -16,8 +15,7 @@ usage() {

main_pacman() {
require_pacman linux-headers linux-zen-headers
require_pacman nvidia-open-dkms
# require_aur libva-nvidia-driver
require_pacman nvidia-open-dkms libva-vdpau-driver
require_pacman nvidia-prime nvtop

msg 'please set the nvidia-drm.modeset=1 as kernel parameter in /boot/loader/entries/*.conf' 'notice'
Expand Down

0 comments on commit 94a5d5c

Please sign in to comment.