mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Hardware/Nvidia] enable nvidia framebuffer support
This commit is contained in:
parent
d14e1dd926
commit
e2d00c7616
1 changed files with 1 additions and 0 deletions
|
|
@ -102,6 +102,7 @@ in {
|
||||||
aviallon.boot.cmdline = {}
|
aviallon.boot.cmdline = {}
|
||||||
// {
|
// {
|
||||||
"nvidia-drm.modeset" = 1;
|
"nvidia-drm.modeset" = 1;
|
||||||
|
"nvidia-drm.fbdev" = 1;
|
||||||
"nvidia.NVreg_UsePageAttributeTable" = 1;
|
"nvidia.NVreg_UsePageAttributeTable" = 1;
|
||||||
"nvidia.NVreg_InitializeSystemMemoryAllocations" = 0;
|
"nvidia.NVreg_InitializeSystemMemoryAllocations" = 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue