nvidia: move configurations in respective files
This commit is contained in:
parent
a1c14b5d8c
commit
897b24e485
3 changed files with 23 additions and 15 deletions
|
@ -41,5 +41,15 @@ in
|
|||
# WARNING: this disables tty output and thus hides boot logs.
|
||||
"initcall_blacklist=simpledrm_platform_driver_init"
|
||||
];
|
||||
|
||||
environment.sessionVariables = {
|
||||
GBM_BACKEND = "nvidia-drm";
|
||||
__GLX_VENDOR_LIBRARY_NAME = "nvidia";
|
||||
LIBVA_DRIVER_NAME = "nvidia";
|
||||
__GL_GSYNC_ALLOWED = "1";
|
||||
__GL_VRR_ALLOWED = "0";
|
||||
NVD_BACKEND = "direct";
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue