-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add option to rotate the server image in VNSee #12
Comments
How are you setting up the display? My use case is a little different (mirroring part of the screen with
|
Hi @oresk! Thanks @stevenbell for answering. Could you provide more details on what you are trying to achieve? In principle, setting up the virtual screen resolution as 3840x1408 instead of 1408x3840 and adding the |
Regarding the same issue, I did not manage to enable Horizontal rotation. It's not available in TightVNC on windows. Natively rotating the desktop does not change the rotation and I had no chance with fbdepth neither. I thought doing fbdetph -r 1, would then make all the calls to FB rotated. But the settings do not stays. I'm not sure of how fbdepth works so maybe it's not even doing anythinf related to vnsee. Thanks for your thoughts. Fbdepth could be a platform agnostic solution to orientation here. |
Thanks for the suggestion @Baccanno. Another solution would be to implement this directly in VNSee. I’ll look into it when I get some time and if enough people are interested. |
An option directly from vnsee to set rotation (90 => 270) would indeed be a great solution imo. |
I'm interested in this feature, I'm running sway and when I try to transform 90, I get this warning in the client: |
Not a solution, but certainly a workaround: you can For some reason if you have launched and quit vnsee before this, sometimes it does not seem to work, but you can simply restart and stop |
I'll give it a try thanks |
I'd also love to see this implemented |
Another question from me :-)
What would be needed to do to enable horizontal use?
Just modifying the orientation in xrandr (or arandr) did nothing for me.
The text was updated successfully, but these errors were encountered: