Releases: chikobara/GPU-Switcher-Supergfxctl
Releases · chikobara/GPU-Switcher-Supergfxctl
v8
- Creates the indicator and adds it to the Quick Settings menu.
- Some alternative icons that might better represent the different GPU modes.
- A retry mechanism for command execution (_executeCommandWithRetry method).
- Better error handling and user feedback through notifications & More informative error messages for unsupported profile switches.
- If the supergfxctl command fails, the extension falls back to default behavior, implemented a retry mechanism and providing more detailed error feedback.
- Optimized profile switching, Add a check to prevent unnecessary profile switches if the requested profile is already active.
- Better handling of unsupported profile switches Instead of just logging an error for unsupported switches (like between Vfio and Hybrid).
Full Changelog: v5...v8
v5
GPU-Switcher-Supergfxctl v4
What's Changed
- Add more gpu profile modes : VFIO, AsusEgpu, AsusMuxDgpu.
- Only supported modes will be shown in the menu, Added a method _parseSupportedProfiles to fetch the supported modes from the output of
supergfxctl -s
. - Ensured proper error handling and default fallback to all available profiles in case of parsing errors or command execution failures.
Full Changelog: v3...v4
v3
GPU-Switcher-Supergfxctl v0.1
Only tested on gnome 46 , X11
Full Changelog: https://github.com/chikobara/GPU-Switcher-Supergfxctl/commits/v0.1