matthiasm schrieb:

> Without knowing the details of rdesktop (but having dipped my nose into 
> VNC a lot) I assume that for performance reasons, rdesktop only 
> transmits 6 or 8 bits per pixel. Your FLTK application is very likely 
> set to render in 24 bit though (it's the default), so rdesktop starts 
> throwing away information, generating either dithered graphics or banding.
> 
> Take a look at the function Fl::visual() and set you visual to FL_INDEX 
> and see if that fixes your issues.

No, it changes nothing. And I don't see this behaviour with other 
applications. E.g. Images in Photoshop look perfect after transmission 
with rdesktop: no dithering, no banding, no color noise. This lets me 
guess that rdesktop does not reduce color depth.

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to