On Sun, 19 Dec 2021 23:01:21 +0100
tito via Dng <dng@???> wrote:
> On Sun, 19 Dec 2021 15:30:34 -0500
> Hendrik Boom <hendrik@???> wrote:
>
> > On Sat, Dec 18, 2021 at 08:03:25PM +0100, Harald Arnesen wrote:
> > > Hendrik Boom [18/12/2021 19.22]:
> > >
> > > > On Fri, Dec 17, 2021 at 10:11:11PM +0100, Harald Arnesen via Dng wrote:
> > > > >
> > > > > Another thing, try to turn off "smooth scrolling" (why would anyone want
> > > > > that?).
> > > >
> > > > How do you do that? It's the one thing that makes firefox a pain to use over a LAN.
> > > > (well, I guess animations in general do that)
> > >
> > > Uncheck 'Settings -> General -> Browsing -> Use smooth scrolling'
> >
> > Except that it was called Preferences rather then Settings, it worked!
> > I've looked for such an option before, but failed to find it.
> >
> > -- hendrik
> >
> > > --
> > > Hilsen Harald
> > _______________________________________________
> > Dng mailing list
> > Dng@???
> > https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
>
> Hi,
> got the update to firefox 91.4.1-esr right now and I'm experiencing
> some weird behavior: when I start it only part of the firefox window
> appears, sometimes just 1/4 or 2/4 or 3/4, the window then is completed
> when I click somewhere on it. There is definitely something wrong
> with this version, anybody is experiencing the same bug?
> I'm running xfce4 with compositor set to off.
>
> Ciao,
> Tito
Hi,
using compton as compositor with this command line options fixed it for me:
/usr/bin/compton --vsync opengl-mswc --backend glx
the opengl-mswc option did the trick:
--vsync VSYNC_METHOD
Set VSync method. VSync methods currently available:
• none: No VSync
• drm: VSync with DRM_IOCTL_WAIT_VBLANK. May only work on some (DRI-based) drivers.
• opengl: Try to VSync with SGI_video_sync OpenGL extension. Only work on some drivers.
• opengl-oml: Try to VSync with OML_sync_control OpenGL extension. Only work on some drivers.
• opengl-swc: Try to VSync with SGI_swap_control OpenGL extension. Only work on some drivers.
Works only with GLX backend. Known to be most effective on many drivers.
Does not guarantee to control paint timing.
• opengl-mswc: Try to VSync with MESA_swap_control OpenGL extension. Basically the same
as opengl-swc above, except the extension we use.
I autostart it at xfce login.
Ciao,
Tito