fixes
This commit is contained in:
parent
081ffed1e1
commit
1abec387cd
@ -20,8 +20,12 @@
|
|||||||
"console=tty0"
|
"console=tty0"
|
||||||
"efifb=off"
|
"efifb=off"
|
||||||
"xe.force_probe=*"
|
"xe.force_probe=*"
|
||||||
|
"module_blacklist=nouveau,nvidia,nvidia_drm,nvidia_modeset,nvidia_uvm"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
environment.variables.VK_ICD_FILENAMES = "/run/opengl-driver/share/vulkan/icd.d/intel_icd.x86_64.json";
|
||||||
|
|
||||||
hardware.graphics = {
|
hardware.graphics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
@ -34,7 +38,20 @@
|
|||||||
|
|
||||||
# Ensure Arc driver is available (usually auto-loaded)
|
# Ensure Arc driver is available (usually auto-loaded)
|
||||||
boot.kernelModules = [ "xe" ];
|
boot.kernelModules = [ "xe" ];
|
||||||
boot.blacklistedKernelModules = [ "nouveau" ];
|
# Blacklist everything for nvidia
|
||||||
|
boot.blacklistedKernelModules = [
|
||||||
|
"nouveau"
|
||||||
|
"nvidia"
|
||||||
|
"nvidia_drm"
|
||||||
|
"nvidia_modeset"
|
||||||
|
"nvidia_uvm"
|
||||||
|
];
|
||||||
|
|
||||||
|
environment.variables = {
|
||||||
|
KWIN_DRM_DEVICES = "/dev/dri/card0";
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
############################
|
############################
|
||||||
## X / Wayland GPU Drivers
|
## X / Wayland GPU Drivers
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user