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

Chromium low fps in potrait mode (left,right orientation) #610

Open
Ares-87 opened this issue Nov 25, 2024 · 1 comment
Open

Chromium low fps in potrait mode (left,right orientation) #610

Ares-87 opened this issue Nov 25, 2024 · 1 comment

Comments

@Ares-87
Copy link

Ares-87 commented Nov 25, 2024

I installed FullPageOs on my Raspberry PI 4 B (4gb), all working fine in normal mode, but when I rotate the screen in potrait mode (left,right orientation) by the variable inside "start_gui" script, Chromium goes laggy and with low FPS, I tried all arguments, but nothing.

With my arguments I have 36-57 fps, but really it's as if I had 15-30fps. The css animations are too laggy:

 --show-fps-counter
 --disable-gpu-driver-bug-workarounds
 --enable-features=VaapiVideoDecodeLinuxGL,UseChromeOSDirectVideoDecoder,CanvasOopRasterization,WebUIDarkMode
 --enable-gpu-rasterization
 --ignore-gpu-blocklist
 --kiosk

or

--show-fps-counter
--enable-gpu
--enable-features=VaapiVideoEncoder,VaapiVideoDecoder,UseOzonePlatform,CanvasOopRasterization,WebUIDarkMode
--enable-accelerated-2d-canvas
--enable-accelerated-video-decode
--enable-gpu-rasterization
--enable-oop-rasterization
--enable-zero-copy
--in-process-gpu
 --ignore-gpu-blocklist
 --ignore-gpu-blacklist
 --in-process-gpu
 --kiosk

If I leave the "normal" orientation, Chromium works great and smooth, with stable 55-58fps.

How can I fix the problem?

FullPageOS version: 0.14.0

@guysoft
Copy link
Owner

guysoft commented Nov 26, 2024

Sounds like a gpu issue when the screen is rotated.
There was an issue with that here that was closed:
#137

In general its not something that can be fixed on FullPageOS - if you install a plain desktop and run the xrandr commands here does it work?
https://github.com/guysoft/CustomPiOS/blob/devel/src/modules/gui/filesystem/opt/scripts/start_gui#L11

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