|
|
|
|
@ -47,15 +47,15 @@
|
|
|
|
|
|
|
|
|
|
#define save_drivers_global_command "pkexec /usr/bin/ubconfig --target global --noexecute set video "
|
|
|
|
|
|
|
|
|
|
#define save_drivers_global_local_command "pkexec /usr/bin/ubconfig --noexecute set video "
|
|
|
|
|
#define save_drivers_global_local_command "pkexec /usr/bin/ubconfig set video "
|
|
|
|
|
|
|
|
|
|
#define load_drivers_local_command "/usr/bin/ubconfig --default --source system get video FAILSAFENVIDIA FAILSAFEATI OPTIRUN PRIMUSRUN VGADRV_AUTO "
|
|
|
|
|
|
|
|
|
|
#define save_drivers_local_command "pkexec /usr/bin/ubconfig --target system --noexecute set video "
|
|
|
|
|
#define save_drivers_local_command "pkexec /usr/bin/ubconfig --target system set video "
|
|
|
|
|
|
|
|
|
|
#define remove_drivers_global_command "/usr/bin/ubconfig --target system remove --noexecute video "
|
|
|
|
|
#define remove_drivers_global_command "/usr/bin/ubconfig --target system remove video "
|
|
|
|
|
|
|
|
|
|
#define remove_drivers_local_command "/usr/bin/ubconfig --target system remove --noexecute video "
|
|
|
|
|
#define remove_drivers_local_command "/usr/bin/ubconfig --target system remove video "
|
|
|
|
|
|
|
|
|
|
#define install_proprietary_command "pkexec pacman --quiet --needed --noconfirm -Sy "
|
|
|
|
|
|
|
|
|
|
|