-
Notifications
You must be signed in to change notification settings - Fork 250
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
Sluggish CSS animations #179
Comments
The GPU acceleration is enabled by default in FullPageOS. Its the main
difference from other distros. You can try disabling it and see if it
improves the situation.
|
Is the transition done using CSS transform? Did you hide the backface-visibility? Goofing with opacity?
If done by some crappy Swiss Knife JQuery plugin, remember a Pi as a 4x slower CPU & half RAM a mid-level smartphone has... you have do be smart regardless performance within your app.
Remi
… Le 27 oct. 2017 à 23:52, Guy Sheffer ***@***.***> a écrit :
The GPU acceleration is enabled by default in FullPageOS. Its the main
difference from other distros. You can try disabling it and see if it
improves the situation.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@guysoft tried to tweak the settings on chrome://flags, but no success. For lack of a better solution, I am starting chromium over Jessie (desktop) in kiosk mode. My css animations work flawlessly. If you would like to give it a go, here's the page i'm trying to load: redline dot mycloud dot mu |
@guysoft how do you go about disabling the gpu acceleration? Thanks. |
Type the following in your address bar |
Thanks @guysoft. I did a non-accelerated build and I saw a noticeable improvement in the css animations on my Pi 2 Model B. There is still some jitter, so will have to keep looking at what I can tweak next! A nightly build would be useful. Amazing project btw. Thought it was cool building a distro on the os itself. Thank-you! |
So on the non-accelerated distro I enabled the "OpenGL desktop driver with full KMS" and now the css animations are buttery smooth! I haven't tested this setting on the accelerated version. HTH. |
Hey, I created a variant of FullPageOS that has graphical acceleration disabled, so you can test that: |
Great! Thanks for sharing. Will test & post results
…On 23 Jul 2018, 02:37 +0400, Guy Sheffer ***@***.***>, wrote:
Hey, I created a variant of FullPageOS that has graphical acceleration disabled, so you can test that:
http://unofficialpi.org/Distros/FullPageOS/no-acceleration/nightly/2018-07-22_2018-06-27-fullpageos-no-acceleration-stretch-lite-0.10.0.zip
md5: 2197ebd78f65c17e4155e5bf93e7af55
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
This sounds like Raspbian changed how the acceleration works and that this script should change to match the new method "OpenGL desktop driver with full KMS" works |
@guysoft thanks for referring me here! |
@ppejovic I have my videos in an HTML video element and they run off using javascript. I am using Pi 3 B (not the latest one) |
@ppejovic Can you elaborate on what I should do to enable the "OpenGL desktop driver with full KMS" option? |
@tvandergeer http://www.raspberryconnect.com/gamessoftware/item/314-trying_out_opengl_on_raspberry_pi_3 Though subsequent to my post above I’ve found this makes chrome crash during video playback. |
What were you doing?
Loading a full page image slider
What did you expect to happen?
The images would slide smoothly
What happened instead?
Instead it was sluggish
Was there an error message displayed? What did it say?
No error, but the same page works fine on other distro.
Version of FullPageOS? 0.8.1
[Can be found in /etc/fullpageos_version ALWAYS INCLUDE.]
Screenshot(s) showing the problem:
[If applicable. Always include if unsure or reporting UI issues.]
The text was updated successfully, but these errors were encountered: