mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-01-22 17:33:19 +01:00
This changes out how the current graphics switching works, enabling asusd to stop/start the display-manager to enable/disable PCI devices and add/remove drivers as required. All existing graphics modes and commands still work as normal. G-Sync enable is now only through the bios setting, and on reboot will set all relevant settings to Nvidia mode.
13 lines
234 B
Desktop File
13 lines
234 B
Desktop File
[Unit]
|
|
Description=ASUS Notebook Control
|
|
StartLimitInterval=200
|
|
StartLimitBurst=2
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/asusd
|
|
Restart=on-failure
|
|
Restart=always
|
|
RestartSec=1
|
|
Type=dbus
|
|
BusName=org.asuslinux.Daemon
|
|
Before=display-manager.service |