ICT: Diary
D: 28 W: 05

< April 2011 >
Sun Mon Tue Wed Thu Fri Sat
 12
3456789
10111213141516
17181920212223
24252627282930

Based on notaweblog.php by joshua stein

[ ] Wednesday, 6 April 2011 [ ]

VNC

VNC was failing between my OpenBSD box and my MacMini with the following error:

try_create_image: shm image create fail: image == NULL
try_create_image: created *non-shm* image: 1360x768
try_create_image: image->bytes_per_line: 5440

Using the following command line:

x41:fred ~> vncviewer -bgr233 -passwd macminivncpw  mini:5900

Turns out this was linked to the bgr233 option, removing that option allowed the connection to succeed.


$Id: diary,v 1.38 2025/01/01 22:43:54 fred Exp $