Skip to content

Commit eda2a36

Browse files
committed
forgot dpi removal
1 parent 4a600c2 commit eda2a36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • root/etc/s6-overlay/s6-rc.d/svc-xorg

root/etc/s6-overlay/s6-rc.d/svc-xorg/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ exec s6-setuidgid abc \
1818
/usr/bin/Xvfb \
1919
"${DISPLAY}" \
2020
-screen 0 "${DEFAULT_RES}x24" \
21-
-dpi "${DISPLAY_DPI}" \
21+
-dpi "96" \
2222
+extension "COMPOSITE" \
2323
+extension "DAMAGE" \
2424
+extension "GLX" \

0 commit comments

Comments
 (0)