- KActivities
- cpufrequtils
-
Place the files in $HOME/bin
-
Customize the values based on your hardware
-
Set script to run on profile load in Plasma's activities manager
| #!/usr/bin/bash | |
| # RUN AS ROOT | |
| # Generates a .json file, just in case the Vulkan stops working on NVIDIA GPU due to the missing file | |
| # This solved the issue when I couldn't play my games that rely on Vulkan (i.e. Windows games on Steam) | |
| # Source: https://twitter.com/Terry_Hendrix/status/1067506733868666880 | |
| cd /usr/share/vulkan/icd.d/ | |
| touch nvidia_icd.json |