updates to kaladin after cpu change
This commit is contained in:
parent
a6454a4e0f
commit
04ff90b9a0
5 changed files with 11 additions and 5 deletions
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue