From d3862a0f94a0b5dda26970b91ea6a7d25ac86251 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 16 Jun 2025 09:39:36 +0100 Subject: add smh-ac415b --- fpga/hp_lcd_driver/scripts/run_in_x | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fpga/hp_lcd_driver/scripts') diff --git a/fpga/hp_lcd_driver/scripts/run_in_x b/fpga/hp_lcd_driver/scripts/run_in_x index 1031f9a..680f07c 100755 --- a/fpga/hp_lcd_driver/scripts/run_in_x +++ b/fpga/hp_lcd_driver/scripts/run_in_x @@ -6,7 +6,10 @@ trap "kill -INT ${XPID}" INT D=0 XA=xauthority + while true; do +touch ${XA} +xauth -f ${XA} add :${D} . $(xxd -l 16 -p /dev/urandom) Xvfb :${D} -auth ${XA} 2> /dev/null & XPID=$! sleep .1 -- cgit v1.2.3