-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
character input display upside down #22
Comments
Same with me. I am running websockify on openSUSE Leap 15. I have read about a patch in the spice-html5 client for fixing topdown rendering. |
I found this particularly annoying while dealing with text-mode. I noticed that the original spice5-html had this issue as well, and it was fixed in this patch: ... which if I understood correctly, is just implementing a "topdown" (e.g. invert the coordinates for drawing) on a particular packet type/color depth, SPICE_SURFACE_FMT_32_xRGB. Looking through the sources for the eyeOS web client, I found this in lib/images/bitmap.js:
Looking further up, we find the part of the code that deals with 32-bit color packets. It's called wdi.SpiceBitmapFmt.SPICE_BITMAP_FMT_32BIT here.
Will do a pull request later (if they're ever going to accept them, that's another story -- some have been in queue for two years). |
Hi, when I connect to Centos 7 , the characters input in terminal display upside down .but refresh the page the characters display normal , why?
Thanks.
The text was updated successfully, but these errors were encountered: