Compare commits
No commits in common. "2244f339c93a263d7453ea50f873077e886877a7" and "2e13ad2ac9e7f0cf0008a3d4451baa672c52743f" have entirely different histories.
2244f339c9
...
2e13ad2ac9
2 changed files with 3 additions and 6 deletions
|
|
@ -40,11 +40,6 @@
|
|||
hardware.graphics.extraPackages = [ pkgs.intel-vaapi-driver ];
|
||||
environment.sessionVariables.LIBVA_DRIVER_NAME = "i965";
|
||||
|
||||
# Legacy DRM iface: cursor plane moves via immediate ioctl instead of
|
||||
# vblank-batched atomic commits — cursor latency drops below the 60Hz
|
||||
# frame floor. Revert if output glitches (legacy path is less tested).
|
||||
environment.sessionVariables.AQ_NO_ATOMIC = "1";
|
||||
|
||||
# Pin to the 6.12 LTS kernel: the out-of-tree broadcom_sta (Wi-Fi) and
|
||||
# facetimehd (iSight) modules don't build against linuxPackages_latest
|
||||
# (7.x) — broadcom-sta's wl_cfg80211 ops no longer match the cfg80211 API.
|
||||
|
|
|
|||
|
|
@ -117,7 +117,9 @@ in
|
|||
decoration = {
|
||||
rounding = 8;
|
||||
blur = {
|
||||
enabled = true;
|
||||
# Haswell iGPU can't afford 3-pass blur every frame — the
|
||||
# blown frame budget shows up as pointer/input latency.
|
||||
enabled = !isMacbook;
|
||||
size = 1;
|
||||
passes = 3;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue