Specify the depth explicitly

- The depth mismatch may cause blank screen
This commit is contained in:
likeablob 2019-10-12 01:28:34 +09:00
parent 829f9f6b12
commit 98a216b230
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
vncserver -kill :1
vncserver -geometry 512x384
vncserver -geometry 512x384 -depth 24
ssvncviewer -scale 0.625 :1 -fullscreen -passwd ~/.vnc/passwd &
DISPLAY=:1
cd ~/macmini/minivmac

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
vncserver -kill :1
vncserver -geometry 320x240
vncserver -geometry 320x240 -depth 24
ssvncviewer -scale 1 :1 -fullscreen -passwd ~/.vnc/passwd &
DISPLAY=:1
cd ~/macmini/minivmac

View File

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

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
vncserver -kill :1
vncserver -geometry 512x384
vncserver -geometry 512x384 -depth 16
ssvncviewer -scale 0.625 :1 -fullscreen -passwd ~/.vnc/passwd &
DISPLAY=:1
xterm