Created
April 19, 2025 09:21
-
-
Save boronology/4a943701a53ba64c04ac6a5df789645d to your computer and use it in GitHub Desktop.
ascon AT-08用のsystemd unit。AT-08をLinuxで使うと、ディストリビューションを問わずサスペンド・復帰するまで画面が乱れる問題がある。本Unitはdisplay manager起動直後に自動でサスペンド・復帰を行うことでこの問題に対処する。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=suspend and resume to recover AT-08 monitor | |
After=display-manager.service | |
[Service] | |
Type=simple | |
ExecStart=/usr/bin/rtcwake -m mem -s 1 | |
[Install] | |
WatedBy=graphical.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment