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

10 lines
256 B
Bash
Executable File

#!/usr/bin/env bash
vncserver -kill :1
vncserver -geometry 512x384 -depth 24
ssvncviewer -scale 0.625 :1 -fullscreen -passwd ~/.vnc/passwd &
DISPLAY=:1
cd ~/macmini/minivmac
DISKS=$(ls *dsk | grep -v system.dsk | xargs)
./minivmac.512 system.dsk ${DISKS}