Skip to content
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

Vertical display not showing correctly #113

Open
nitewing76 opened this issue Feb 20, 2021 · 1 comment
Open

Vertical display not showing correctly #113

nitewing76 opened this issue Feb 20, 2021 · 1 comment

Comments

@nitewing76
Copy link

Same issue as here: #99

I also used the same method to rotate the screen:
body {
margin: 0;
position: absolute;
transform: rotate(-90deg);
transform-origin: top left;
width: 100vh;
height: 100vw;
object-fit: cover;
top: 100vh;
visibility: visible;
}
......so I can use VNC Viewer normally.

Their solution was to go with calendarext, but I prefer to stay with CalendarExt2.

Screenshots from the other post (problem is identical):
96004606-9c050000-0e09-11eb-9747-5010ee04aa09
96004649-a921ef00-0e09-11eb-984b-6ae87baa6ba2

@klaernie
Copy link
Contributor

Maybe a stupid question: does the rotating the screen via the raspberry config also reflect in VNC? I thought rotating via CSS means the raspberry thinks the screen is still in horizontal mode, and then the magicmirror is rotated 90° in VNC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants