Use 24 or 32 bits color depth with Java applet

2002-05-23 Thread Johan Henning
Hello, When using the Java applet viewer of VNC I get only 8 bit color depth. Does anybody know how I can get 24 or 32-bit color depths? Is the problem in the applet that is running on my computer or is it in the http server? Thanks for your reply, johan. Johan Henning [EMAIL PROTECTED

color depth 24

2002-02-28 Thread Alexey Koptsevich
Hi, How can I run VNC at color depth 24? I tried to set '-depth 24' for both server and viewer but got only "Can't cope with 24 bits-per-pixel". Both VNC server and viewer are tightvnc-1.2.2 on XFree86-4.1.0_6 on FreeBSD 4.4. Thanks a lot, Alex PS Sorry for annoying y

Re: color depth

2001-10-09 Thread Suresh Mahalingam
The vncviewer has a -depth option to specify color depth. It looks like the vncserver to which you are connecting is not running at a depth of 24. You can try using the -depth 16 option while running your X at 24 bits color. If that does not work you can use pseudo color ( I think -depth 8 -cc 3

color depth

2001-10-09 Thread Bob Young
I just started using VNC. Installed the server on 2 Windows boxes, and the Linux viewer on my own machine. First time I run vncviewer it tells me "can't do 24 bpp". OK, that's my color depth setting. So I had to shut down X, edit the configuration to 16 bpp, and start it ag