Skip to content

Commit

Permalink
feat: update common tools for supporting gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Aug 19, 2023
1 parent a169e2e commit 9cd2760
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/gpu-nvidia.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ usage() {
main_pacman() {
require_pacman linux-headers linux-zen-headers
require_pacman nvidia-open-dkms libva-vdpau-driver
require_pacman nvidia-prime nvtop
require_pacman nvidia-prime

msg 'please set the nvidia-drm.modeset=1 as kernel parameter in /boot/loader/entries/*.conf' 'notice'
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/gpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ usage() {
}

main_pacman() {
require_pacman libva-utils vdpauinfo
require_pacman libva-utils vdpauinfo nvtop
}

main_apt() {
Expand Down

0 comments on commit 9cd2760

Please sign in to comment.