• 0 Posts
  • 12 Comments
Joined 1 year ago
cake
Cake day: July 24th, 2023

help-circle
  • NVIDIA definitely has stability issues, newest drivers still kernel panic on resume from suspend. Only thing more you can do is try to capture debug logs with nvidia-bug-report.sh (I go in during a crash via SSH, usually the system is still responsive for a little while after), and post it to the NVIDIA Linux forums. They do actually seem to use the feedback there, NVIDIA reps respond from time to time and say they’ve submitted bug reports from the feedback. Otherwise, after that yeah you just do what you have to do for a usable system and wait…


  • You are getting replies because you are posting opinions that don’t hold up in the real world. As a former Catholic I know from first hand experience the crisis of identity that occurs when your personally held beliefs start to clash with your local culture and the doctrine of the religion you gew up with. It is not surprising (hence the effectiveness of this con) for someone to still identify as a member of a religion that explicitly rejects their belief system.

    I grew up thinking that the LGBTQ community were lost souls who faced damnation if they did not remain chaste (official doctrine), which of course led to deep prejudices resulting from this “othering” of queer people (Catholic community culture). For years after I began to disagree with the official doctrine and recognize my prejudices, I still identified myself as Catholic. For those who grow up in religious environments the religion becomes an integral part of your identity growing up, and it is not easy to let that go.

    My personal experience is that I still felt hope that the Catholic Church’s doctrine could be changed, and that my participation in the community could help bring that about. It took a long time to realize this was a lost cause, and that reconciling my internal conflict required real action. Telling my parents I was no longer Catholic was one of the hardest things I ever did, and I am no longer close with them.

    So, to sum it up: someone who identifies as both gay and Muslim should not be an object of ridicule by default. Everyone’s experience with religion is different. I hope this gives you a new perspective; sometimes things are not as simple as they seem. The article describes a pretty impressive con job, which was realistic enough to last for years…



  • Or during, and with open source it could have been possible for independent fixes to have been created as people figured out through trial and error. Additionally, something like this would have cost Crowdstrike a ton of trust, and we would see forks of their code to prevent this from happening again, and now have multiple options. As it stands, we have nothing but promises that something like this won’t happen again, and no control over it without abandoning the entire product.


  • Because beginners have no idea about OS architecture concepts. If they are a true beginner coming from Windows or MacOS they may not understand things like the Linux boot process. Of course they can read the Arch install procedure which I’ve heard is excellent, but many people are easily intimidated by documentation and often view computers as a tool that should just work out of the box without them needing to understand it. Mint is an attempt at making that happen. Obviously, once you start to modify your Mint install alot you are going to run into issues, and a highly modified or customized system is where distros like Arch and Tumbleweed actually become easier to maintain. I’d argue Mint is a natural first step to the Linux pipeline. People who only need a web browser will probably stop there, while others will continue to explore distros that better fit their needs.



  • Just to be sure, you should check whether SSHD is enabled: sudo systemctl status sshd.service If you never enabled it and it’s disabled+inactive, then no need to reinstall Tumbleweed per the current guidance. Also you can double check your version of xz to make sure it’s downgraded, the downgraded version for Tumbleweed should look like this:

    sudo zypper search -vi xz
    Loading repository data...
    Reading installed packages...
    
    S  | Name | Type    | Version               | Arch   | Repository
    ---+------+---------+-----------------------+--------+------------------
    i+ | xz   | package | 5.6.1.revertto5.4-3.2 | x86_64 | update-tumbleweed
        name: xz
    




  • ashaman2007@lemm.eetolinuxmemes@lemmy.worldClassic Nvidia
    link
    fedilink
    arrow-up
    37
    arrow-down
    1
    ·
    7 months ago

    My current tower started out on Windows, and for some reason after a year or so it started crashing out randomly. Load didn’t matter, it would pass benchmark tests and then crash randomly 5mins after boot. However there was not a single useful error I could find. Installed Fedora, and looked at journalctl after a crash. Immediately I see “GPU has fallen on the bus”. Apparently it is relatively common, but I also found a thread that said it actually can be caused by loose connection. Did a complete reinstall on my GPU, haven’t had the problem again (~6mo now, had both 535 and 545 drivers). Sometimes it really might be a descriptive error message 😆


  • The situation is rapidly getting better, and I’m daily driving Fedora 38 with 3060Ti using the RPMFusion Nvidia driver and Gnome+Wayland. Everything (and I do mean everything) I’ve tried has all its basic functionality at baseline. Xwayland is a thing and it covers for not having true Wayland support in alot of cases. Not like there aren’t bugs and QOL issues, but from what I’ve seen Nvidia is engaged and working to fix them. We should probably try to critique Nvidia/Wayland based on specific issues now, instead of broad brush “Nvidia/Wayland bad” rhetoric…