Skip to content

Instantly share code, notes, and snippets.

@nedix
Last active September 27, 2024 22:54
Show Gist options
  • Save nedix/893bcfc335974f4cde8f3c9f32c0f13a to your computer and use it in GitHub Desktop.
Save nedix/893bcfc335974f4cde8f3c9f32c0f13a to your computer and use it in GitHub Desktop.
/etc/systemd/system/drm.service
[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