blob: 532be17b878d20297c61baef29843fdebae8a144 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
NOTES regarding -current and nvidia-drm
If building this package in -current, there are some issues with the
nvidia-drm.ko kernel module due to the changes to the 6.12 kernel.
The script builds the nvidia-drm module by default, but to disable
this, pass DRM=no to the script.
If you ARE building nvidia-drm.ko, you must add "nvidia-drm.modeset=1"
to the kernel boot parameters. In lilo, the line is
append=" nvidia-drm.modeset=1" (note the leading space, a quirk in
lilo).
In grub, in /etc/default/grub, add this to GRUB_CMDLINE_LINUX_DEFAULT
(ex: GRUB_CMDLINE_LINUX_DEFAULT="nvidia-drm.modeset=1")
|