Updated Configuration

This commit is contained in:
2025-08-19 09:23:21 -03:00
parent d9966d8f38
commit 3b2ccc8417
10 changed files with 575 additions and 222 deletions

View File

@@ -15,7 +15,10 @@
boot.initrd.availableKernelModules = ["xhci_pci" "thunderbolt" "vmd" "nvme" "usbhid"];
boot.initrd.kernelModules = [];
boot.kernelModules = ["kvm-intel" "evdi"];
boot.kernelParams = ["i915.enable_psr=0"];
boot.kernelParams = [
"i915.enable_guc=3"
#"i915.enable_psr=0"
];
boot.kernelPatches = [
/*
{
@@ -40,9 +43,7 @@
sof-firmware
#rotation stuff
gnome-monitor-config
usbutils
inotify-tools
kdePackages.libkscreen
intel-gpu-tools # For debugging and monitoring the iGPU
intel-media-driver # VA-API driver for modern Intel GPUs
];
}