mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Ditch the gsync line in screen settings file. Oops
- Add force option to `systemctl reboot`. Be careful.
This commit is contained in:
@@ -119,7 +119,7 @@ fn do_gfx(
|
|||||||
);
|
);
|
||||||
do_gfx_action(
|
do_gfx_action(
|
||||||
command.force,
|
command.force,
|
||||||
Command::new("systemctl").arg("reboot"),
|
Command::new("systemctl").arg("reboot -i"),
|
||||||
"Reboot Linux PC",
|
"Reboot Linux PC",
|
||||||
"Please reboot when ready",
|
"Please reboot when ready",
|
||||||
)?;
|
)?;
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
Section "ServerLayout"
|
Section "ServerLayout"
|
||||||
Identifier "layout"
|
Identifier "layout"
|
||||||
Option "AllowNVIDIAGPUScreens"
|
Option "AllowNVIDIAGPUScreens"
|
||||||
Option "metamodes" "nvidia-auto-select +0+0 {AllowGSYNC=On, AllowGSYNCCompatible=On}"
|
|
||||||
EndSection
|
EndSection
|
||||||
|
|||||||
Reference in New Issue
Block a user