#[solved] animations not working
20 messages · Page 1 of 1 (latest)
you can use a shortcut to enable composition and effects
.aw plasma
which shortcut?
shift+alt+F12
i already tried but it doesnt work
did you tried resetting plasma settings?
⚠️ this will undo all customizations
before i did some workaround for making mixed refresh rates of monitors working on x11, it got fixed but now animations doesn't work
i added
export KWIN_OPENGL_INTERFACE=egl
export __GL_SYNC_DISPLAY_DEVICE=DP-0
to /etc/profile
i tried to remove export KWIN_OPENGL_INTERFACE=egl
now they are working but refresh rates are the same for both monitors (60hz)
well, this is all what ik. wait for a veteran kde user.
so basically animations works with GLX but with EGL they doesn't seem to work or maybe there is a way to enable them
idk. so wait for someone, thanks
FakeException received a thank you cookie!
nevermind i got it fixed.
i put back GLX and in path variables i added
#!/bin/sh
export KWIN_TRIPLE_BUFFER=1
export KWIN_X11_NO_SYNC_TO_VBLANK=1
export KWIN_X11_REFRESH_RATE=144000
export KWIN_X11_FORCE_SOFTWARE_VSYNC=1
export __GL_SYNC_DISPLAY_DEVICE=DP-0
export __GL_MaxFramesAllowed=1