Skip to content

Commit

Permalink
Fix GfxController mode setting accidentaly disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
LionelSalesses committed Jun 28, 2022
1 parent 3e2f59d commit 9ed7d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controllers.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def getGPUVendor(self):

def setMode(self, mode):
assert mode in self.supportedModes
#execCommand("supergfxctl", ["-m", mode]) # TODO
execCommand("supergfxctl", ["-m", mode])


class PowerProfileController:
Expand Down

0 comments on commit 9ed7d6e

Please sign in to comment.