You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try installing androidvncserver from this location:
https://github.com/oNaiPs/droid-VNC-server/tree/master/res/raw
It is from the Android App VNC Server and clears up a similar issue in my
device (BeagleBoard).
This might be the cause:
http://code.google.com/p/android-vnc-server/source/browse/trunk/fbvncserver.c
Line 191: /* TODO: This assumes scrinfo.bits_per_pixel is 16. */
Line 192: vncscr = rfbGetScreen(&argc, argv, scrinfo.xres, scrinfo.yres, 5,
2, 2);
As you can see the screen is always initialized for 16-bit color depth. All
devices that do not work use 32-bit depth.
Too bad this project seems to be abandoned and not maintained any more...
Original issue reported on code.google.com by
[email protected]
on 25 Feb 2011 at 11:26Attachments:
The text was updated successfully, but these errors were encountered: