You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

5 lines
241 B

alias nvidia-on="sudo tee /proc/acpi/bbswitch <<<ON"
alias nvidia-off="sudo tee /proc/acpi/bbswitch <<<OFF"
alias nvidia-is-on="cat /proc/acpi/bbswitch"
alias nvidia-check64="optirun glxspheres64"
alias nvidia-check32="optirun glxspheres32"