Skip to content

Commit

Permalink
[nvidia-inst] no more need to add drm kernel parameters since they ar…
Browse files Browse the repository at this point in the history
…e in Arch's nvidia packages
  • Loading branch information
manuel-192 committed Oct 6, 2024
1 parent e7f1a6d commit 8dce9b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nvidia-inst/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Contributor: joekamprad <joekamprad@endeavouros.com>

pkgname=nvidia-inst
pkgver=24.10
pkgver=24.10.1
pkgrel=1
pkgdesc="Script to setup nvidia drivers (dkms version) in EndeavourOS"
url=https://github.com/endeavouros-team/PKGBUILDS/tree/master/$pkgname
Expand All @@ -30,7 +30,7 @@ source=(
$_url/nvidia-installer-kernel-para
$_url/nvidia-driver-supported-branches
)
sha512sums=('a8656f28f3d62113fb087c0fd94ebbe06e26623e9c621a984d701c8f4f23f47f3b1e47b0305f7734e1cc78d59e7f18f72b4ee7e0528a8b10c2a9ba23b7ca76db'
sha512sums=('a5ab6f10ea17a92de4a343bdd83c335be4cc0e8b780157bb01e88da92c0e024343d210a9170eb050fea9ff9c052e115e82e4d3e75330516ad4fcb86fda400ec6'
'b8857ff98870ac8cff78e31c660bde3b7308752ee4e6547682340866ee59f5801f09ede41e490380a40926536f47259f5d347fd59e8e2ffa67a8cb57f07c44e6'
'8ee3fadd5c5c3f82d8f7c0b9273c7c970fe67486e5bcba5edae5dc7d997cd3aeb334fe8e76576b824187072c314dffcfd9cc01f2fdc46213001a6b997d720bb0'
'429c18ecf23d56b9b996b5e48884365324b713d48cfeab09e48753cfa8afdf79516a753058f6a0b6acaaca7c6f4a690dc5816c53c5f0ad3682291f481b6e1c5d')
Expand Down
1 change: 1 addition & 0 deletions nvidia-inst/nvidia-inst
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ OnlyNvidia() {
}

KernelParametersToBoot2() {
return 0 # 2024-Oct: drm.modeset and drm-fbdev are already included in nvidia packages
local mode2
local para
local params=(nvidia-drm.modeset=1
Expand Down

0 comments on commit 8dce9b2

Please sign in to comment.