• 14 Posts
  • 302 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle

  • Sentau@lemmy.onetoLinux@lemmy.mlIs Ubuntu deserving the hate?
    link
    fedilink
    arrow-up
    10
    arrow-down
    1
    ·
    edit-2
    6 months ago

    Course Fedora does literally the same thing and doesn’t get any hate for it so idk. It’s just a meme.

    When have fedora gone their own way ¿? What have they shipped that is not standard on Linux¿? Closest thing I can think is using selinux and firewalld instead of Apparmour and ufw.









  • https://lemmy.one/post/151466 - This post may help you with issues you face with launching steam.

    I too have have an amd+amd laptop(MSI bravo 15 with 5600h+5500m) and I don’t have any issues with switching from integrated graphics to dedicated graphics. The kernel decides itself(with help from the program running I am guessing) whether the iGPU or dGPU needs to be used. I face absolutely no freezing issues or issues in general related to graphics switching.

    What might be possibly causing your random freezes and stutters is the AMD fTPM. It’s random number generator function is known to cause stuttering and freezing on both windows and Linux. AMD made several futile attempts at solving the issue before Linus ranted about it and then AMD disabled the RNG functionality. But almost all these patches are part of kernel 6.x series so maybe they have not made it downstream to the lts kernel you are running on(not surprising considering how much of a burden it seems supporting old kernels is). If possible, you could disable fTPM from the bios and see if that fixes your general freezing issues. Though I have to warn you that TPM is needed for secure boot(I think) and is used by some password managers for secure password storage so you might lose functionality by turning off the fTPM. Moving to a more modern distro which uses a newer kernel(6.4.7 and above iirc) may also help.

    Also out of curiosity, why is your GPU being shown as 5600 or 5600xt. I am assuming that you have a 5600m


  • How did you switch mesa version without using the --allow-vendor-change flag. Did you manually uninstall the mesa packages shipped by opensuse and then switch them with mesa packages from packman? Vendor change is the only method recommended everywhere and no other methods are discussed so I am curious as to how you manage without it. Also how do track that the repos are synced. I have to manually check the packman website to see if the packages have been updated to version that opensuse is shipping. Do you do the same?

    Also sorry for the late reply




  • Sentau@lemmy.oneOPtoEternity@lemdro.idSubmitting bug reports
    link
    fedilink
    English
    arrow-up
    1
    ·
    9 months ago

    My concern is that the post may get missed/get lost among other posts. There is no way to mark something as a bug like you do in GitHub or codeberg and considering that the dev is busy with his life, it is unreasonable to expect him regularly keep checking lemmy to catch posts about bugs





  • Please also mention that the reason the Nouveau is slow is not because of incompetence rather it is because nvidia only allows drivers signed by them to be able the change clocks of their GPUs(at least the fairly modern ones) and hence Nouveau can only run the GPU at base clock. This is being rectified now(after like almost a decade iirc) as nvidia is adding their proprietary firmware to the kernal which will then allow Nouveau to control the GPU clockspeed. Also NVK is being developed to provide vulkan support for nvidia GPUs through the open source driver(Nouveau)