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

help-circle


  • 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














  • I have tested with around 20 instances. The popular ones like lemmy.ml, lemmy.world, etc, a few of the feddit.country domains and a few random instances. Lemmy.one seems to be the only one suffering from the issue. Now i haven’t tested all the instances so maybe some obscure instance faces this problem but in my experience only lemmy.one suffers from the bug.






  • I tried some things out and I have learnt a few things.

    1. Changing the language settings(and including every language) did not solve the issue.
    2. I reinstalled the app and before logging in, viewed this post and was able to load and view all comments.
    3. After logging in, I was not able to view all the comments of this post. By switching to the anonymous lemmy.world feed I am able to see the comments again.
    4. I also tried to view the comments before restoring my settings and after restoring my settings. The outcome in both cases was the same

    Edit : I changed the instance that the anonymous feed uses from lemmy.world to lemmy.one and was able to replicate the issue. It seems the issue lies how sync is fetching comments from the lemmy.one instance. I will try out if other instances run into the same issue