mirror of
https://github.com/jetkvm/kvm.git
synced 2026-03-02 22:58:00 -05:00
180° display flip not centered #340
Labels
No labels
component/keyboard-layout
component: cloud
component: device screen
component: extensions
component: hid/keyboard
component: hid/mouse
component: network
component: timesync
component: ui
component: updater
component: usb
component: usb/hid
component: usb/storage
component: video
component: webrtc
component: webserver
need-more-details
status: working-in-progress
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/kvm#340
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @traxata on GitHub (Jun 22, 2025).
Originally assigned to: @ym on GitHub.
Hi all, hopefully a relatively minor fix, the flipped display is not centered like standard display so some text can get a little blurry as the glass curves to the side.
App version: 0.4.4
System: 0.2.4
The touch controls are mapped to where it should be, not where it is displayed. i.e. pressing the back button.
Flipped, appears aligned to the right.
Normal orientation, appears center aligned.
@dseven commented on GitHub (Jun 22, 2025):
All of the UI screens have an extra 20 pixels of padding on the left side (example). It appears that this is to compensate for a portion of the display ... not actually existing? I hacked a version with the extra padding moved to the right side, and that looks better when rotated, but of course it looks wrong when not rotated. Also the touch controls don't seem to line up properly (back button doesn't work). I'm sure it's hackable, but maybe not completely trivial. I may tinker with it some more if someone else doesn't get there first...
@dseven commented on GitHub (Jun 22, 2025):
I've come up with a kludge for this. It works, but it's kindof icky.
github.com/dseven/jetkvm-native@dffa65afe1I'm not confident enough to make this a PR yet, and there's jetkvm/jetkvm-native#4 in the way anyway.
Thoughts? Better ideas? @ym @adamshiervani ?