remove LCD support

This commit is contained in:
Adeeb Shihadeh
2024-01-22 14:19:07 -08:00
parent 7cf97ce7fe
commit a62cb13be6
-3
View File
@@ -15,9 +15,6 @@ TTYReset=yes
TTYVHangup=yes
TTYVTDisallocate=yes
# TODO: DCS commands (e.g. brightness setting) don't work without this on certain panels
ExecStartPre=/bin/bash -c "if [ -d /sys/kernel/debug/dsi_mate10_lite_video_display ]; then echo modesetting; /usr/comma/modetest -M msm_drm -s 26:1080x2160-60; sleep 1; fi"
ExecStartPre=/bin/bash -c "mkdir -p $XDG_RUNTIME_DIR"
ExecStartPre=/bin/bash -c "chown -R comma: $XDG_RUNTIME_DIR"