Skip to content

Commit

Permalink
try giving gamescope ability to renice
Browse files Browse the repository at this point in the history
  • Loading branch information
alkazar authored and honjow committed Oct 12, 2024
1 parent bc92590 commit 4f1e9b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifest
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ postinstallhook() {
curl -Lo /usr/bin/waydroid-choose-gpu https://raw.githubusercontent.com/Quackdoc/waydroid-scripts/main/waydroid-choose-gpu.sh
chmod +x /usr/bin/waydroid-choose-gpu

# set permissions for intel_gpu_top and mangohud
# set permissions for intel_gpu_top and gamescope
setcap cap_perfmon=+ep /usr/bin/intel_gpu_top
setcap 'CAP_SYS_NICE=eip' /usr/bin/gamescope
}

0 comments on commit 4f1e9b7

Please sign in to comment.