All I want from #Mozilla is for them to improve* the damn bookmarks organizer dialog (the one that shows up with Ctrl+Shift+O) & bookmark popover in #Firefox, but instead I get an opt-in hallucination engine that I'm never going to use
: blog.mozilla.org/en/firefox/ai…
These, instead, are the kind of improvements I want:
* bugzilla.mozilla.org/show_bug.…
* bugzilla.mozilla.org/show_bug.…
* bugzilla.mozilla.org/show_bug.…
* bugzilla.mozilla.org/show_bug.…
* bugzilla.mozilla.org/show_bug.…
* bugzilla.mozilla.org/show_bug.…
Introducing AI, the Firefox way: A look at what we're working on and how you can help shape it
AI Window is a user-controlled space we’re building in Firefox that lets you chat with an AI assistant and get help while you browse.Kristina Bravo (The Mozilla Blog)
feld
in reply to Meko #nowar • • •Meko #nowar
in reply to feld • • •@feld might also require some manual Xorg patching so it will work with the modern "Driver" "modesetting" option and not only obsolete "intel" one.
At least in the latest Debian
feld
in reply to Meko #nowar • • •it allegedly works with amdgpu and intel, but I haven't tested that
you can apply a setting for Nvidia drivers that's completely different but also solves it
Meko #nowar
in reply to feld • • •@feld I mean that usually this option "TearFree" is recommended with driver "Intel" like this:
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "TearFree" "true"
EndSection
The issue is that the "intel" driver description literally says "don't use it if your GPU is never than 18 years old" and you'll better use "modesetting" driver then.
Yes, it works, but it breaks quite a lot of stuff, including some steam games, hardware video acceleration in a browser and also causes some app glitching.
The issue is that for some systems (including Debian 13) if you don't specify "Intel" driver this option won't work at all because the support isn't implemented in that "modesetting" driver (used by default by the way).
Well, technically it is in this pull request from 2022.
gitlab.freedesktop.org/xorg/xs…
So to fix the tearing on my laptop I had to download xorg source package from Debian and apply this pull request as a patch.
It worked pretty well and stable by the way.
modesetting: add support for TearFree page flips (!1006) · Merge requests · xorg / xserver · GitLab
GitLabfeld likes this.
feld
in reply to Meko #nowar • • •