-
Notifications
You must be signed in to change notification settings - Fork 241
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
Unable to rotate touch screen #545
Comments
So i have noticed now that when i do lcd_rotate=2. During the reboot process, it starts off in the orientation i want, but then flips back again a few seconds after when it's loading everything through |
’’’ |
Same situation here. Thins I tried in config.txt: cmdline.txtx: switch to wayland in raspi-config: black screen Did someone already find a solution? |
Using of lcd_rotate is deprecated and doesn't work with the DRM VC4 V3D Driver (dtoverlay=vc4-kms-v3d) What you can try (tested with FullPageOS 0.14.0 and the official RPi 7“ Touchscreen) Rotate the screen in X upside down (180 degrees) Rotate the touch input accordingly Reboot the Pi an you should have a 180 degree rotated screen and touch. Adding to cmdline.txt (not config.txt) Adding to cmdline.txt (not config.txt) Most of the regular documentation refers to configuring this with Wayfire, the Wayland desktop compositor which is the new standard in Raspberry Pi OS bookworm. FullPageOS seems to use the X11 window system which was used in the previous OS versions (e.g. buster, bullseye). Hope this helps a bit. |
What were you doing?
Trying to rotate display
What did you expect to happen?
The display to rotate
What happened instead?
The display did not rotate
Was there an error message displayed? What did it say?
No
Version of FullPageOS?
0.14.0
Screenshot(s) showing the problem:
[If applicable. Always include if unsure or reporting UI issues.]
If you are building FullPageOS - provide a build.log that is created for the build
More details
I am running FullPageOS on a Raspberry Pi 3B to display the dashboard for my Home Assistant. I'm using the official 7 inch display. I have seen multiple threads online about adding lcd_rotate=2 and other similar things to config.txt. But this does not seem to be working for me.
I have tried to add it to the config in /boot and the config in /boot/firmware where the config in /boot tells me it is now. Makes no difference for me.
With there being so many different threads on the issue and none that seem to kind of collate it all, i was getting very confused on how i can solve this issue.
So any help that can be provided for this would be greatly appreciated
The text was updated successfully, but these errors were encountered: