Last active
September 27, 2024 22:54
-
-
Save nedix/893bcfc335974f4cde8f3c9f32c0f13a to your computer and use it in GitHub Desktop.
/etc/systemd/system/drm.service
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=Enable DRM | |
After=multi-user.target | |
Before=docker.service | |
[Service] | |
Type=oneshot | |
ExecStart=/usr/bin/dtoverlay vc4-fkms-v3d cma-128=on | |
ExecStart=/usr/bin/vcgencmd display_power 1 | |
RemainAfterExit=yes | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment