EDIT

So anything I said below was all a lie, it turns out that the issue was kde and my monitors, which are 240hz. I swapped to gnome and the issue disappeared, and then I installed bazzite kde on a second drive and the issue reappeared. Setting my refresh rate to 120hz stopped the flickering and upon setting it back to 240hz I do notice an appreciable decrease in artifacting. I have no idea what to do with this information, but if anyone is experiencing this try just decreasing your refresh rate for your monitors.


Howdy,

Just installed Nobara again and am trying to figure out why this is happening. I think it’s a firefox thing since I haven’t seen it happen in any other application; basically anytime I do a lot of scrolling, the firefox window breaks down and I can see my desktop background behind it. It always happens in the bottom right cornerish part of the window. I’m up to date on all updates as far as I’m aware. I did some googling and checking out the nobara discord but I couldn’t find anything related. I tried recording my screen via spectacle to show the issue, but it wouldn’t capture the issue.

Any help would be appreciated; I am a linux beginner so dumbing down any info you have would be nice. Thanks!

  • Valencia@sh.itjust.worksOP
    link
    fedilink
    arrow-up
    4
    ·
    2 days ago

    Thanks for the response, definitely helpful! My follow up to that would be I’m still not sure how updating would work if I run the command you posted. Once I run that in the terminal, how do I know when there is an update for firefox? Will firefox just tell me like in windows, and update itself? Do I need to run a specific command in the terminal to prompt updates?

    While I have you here too, I’ve just found one more bug that’s been bothering me… In the application launcher, when I try to use the scroll bar the cursor won’t select the bar itself, instead just defaulting to resizing the window. Any ideas on that? It’s kind of a pain but I could live with it. Googling again didn’t really bring up anything conclusive. Here’s a clip to see what I’m talking about. Thank you again!

    • ferric_carcinization@lemmy.ml
      link
      fedilink
      English
      arrow-up
      4
      ·
      edit-2
      2 days ago

      If the grahical app store has asked for a password when updating, like on normal Fedora (what Nobara is based on), all programs installed with sudo dnf install <program(s)> are also updated. A update to native packages can also be ran with sudo dnf upgrade. Flatpaks can be updated from the app store or with flatpak update. (no sudo, as that just raises the privileges for the next command, like dnf)

      Linux has become more user-friendly, but due to the many, many alternatives for pretty much everything, while some programs integrate well with each other, this is not the case for everything, sadly.

      Sorry, I don’t know about the scroll issue. The scroll wheel on a mouse or dragging 2 fingers on a touchpad should still work.

      TL;DR:
      If you are prompted for a password when updating, everything’s fine. This should be the case for you, as Nobara is based on Fedora, which supports this. Otherwise, you have to run sudo dnf upgrade or the equivalent for your distributions’s package manager.