pop-launcher/scripts/system76-power/graphics-compute.sh
2024-08-06 10:14:31 -06:00

16 lines
424 B
Bash

#!/usr/bin/env sh
#
# name: Switch to Compute Graphics
# icon: preferences-system-symbolic
# description: Use integrated GPU for display; discrete for CUDA / OpenCL
# keywords: compute graphics switch nvidia
gnome-terminal -- sh -c '
if system76-power graphics compute; then
echo "Successfully switched. You may now reboot"
else
echo "Failed to switch\nPress key to exit"
fi
read x
'