macmini/switcher/sh.d/3_basilisk.sh
likeablob 98a216b230 Specify the depth explicitly
- The depth mismatch may cause blank screen
2019-10-12 01:28:50 +09:00

7 lines
177 B
Bash
Executable File

#!/usr/bin/env bash
vncserver -kill :1
vncserver -geometry 512x384 -depth 16
ssvncviewer -scale 0.625 :1 -fullscreen -passwd ~/.vnc/passwd &
DISPLAY=:1 BasiliskII --nogui true