Skip to content

Commit af7e05d

Browse files
committed
userq
1 parent ead0b1a commit af7e05d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

home/home.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
NIXOS_OZONE_WL = "1";
2828
# OBS_VKCAPTURE = "1";
2929
WLR_RENDERER = "vulkan";
30+
AMD_USERQ = "1";
31+
RADV_PERFTEST = "userq";
3032
# WLR_DRM_NO_ATOMIC = "1"; # screen tearing support
3133
# MANGOHUD_CONFIGFILE = "/home/codebam/.config/MangoHud/MangoHud.conf";
3234
# PROTON_ENABLE_WAYLAND = "1";

home/programs.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@
169169
set -gx NIXOS_OZONE_WL 1
170170
# set -gx OBS_VKCAPTURE 1
171171
set -gx WLR_RENDERER vulkan
172+
set -gx AMD_USERQ 1
173+
set -gx RADV_PERFTEST userq
172174
# set -gx WLR_DRM_NO_ATOMIC 1
173175
# set -gx MANGOHUD_CONFIGFILE /home/codebam/.config/MangoHud/MangoHud.conf
174176
# set -gx PROTON_ENABLE_WAYLAND 1

0 commit comments

Comments
 (0)