jsalatas / plasma-pstate

Intel P-state and CPUFreq Manager Widget
GNU General Public License v2.0
274 stars 49 forks source link

Fix plasmashell crashing with new nvidia drivers #64

Open xykrr opened 3 years ago

xykrr commented 3 years ago

Starting with nvidia 450, some qml arguments cause things to act funny. An old argument used in this file causes plasmashell to crash with nvidia 450 and above drivers. Luckily, an easy fix is found here: https://github.com/jsalatas/plasma-pstate/issues/63#issuecomment-706692728 That fix is the change I made here.