updates to kaladin after cpu change

This commit is contained in:
Chris Cochrun 2025-11-17 14:02:57 -06:00
parent a6454a4e0f
commit 04ff90b9a0
5 changed files with 11 additions and 5 deletions

View file

@ -240,7 +240,7 @@ in
WLR_RENDERER = "vulkan";
XDG_SESSION_TYPE = "wayland";
# Remember that this causes issues in some games use "unset SDL_VIDEODRIVER &&"
SDL_VIDEODRIVER = "wayland";
SDL_VIDEODRIVER = "wayland,x11";
CLUTTER_BACKEND = "wayland";
WLR_NO_HARDWARE_CURSORS = "1";
};

View file

@ -95,7 +95,7 @@ with lib;
# Warning: GPU optimisations have the potential to damage hardware
gpu = {
apply_gpu_optimisations = "accept-responsibility";
gpu_device = 0;
gpu_device = 1;
amd_performance_level = "high";
};