VCTR18
VCTR18
I'm using emacs 28 on an out of the box kubuntu 20.0.4, and I experience the same issue, using this tool or the native xwidget-webkit browser, compiled with appropiate support.
> > > So as I suspected this is related to Emacs' double buffering implementation on X. Running `(modify-frame-parameters nil '((inhibit-double-buffering . t)))` will disable double buffering for the frame...
> > > > I credit emacs with teaching me the best way to understand something is to just start reading the code that implements it. Documentation alone can only...
The elisp command has disabled the flickering, thanks. Any idea how to enable youtube videos?