Skip Navigation
Jump
SOLVED Beta closed source drivers: Failed to initialize the NVIDIA kernel module
  • Sorry for double commenting but you could also try this instead of the aur nvidia-beta package

    And I'd generally recommed using -dkms versions of the nvidia driver

    2
  • Jump
    SOLVED Beta closed source drivers: Failed to initialize the NVIDIA kernel module
  • [ 1711.740] (EE) NVIDIA: system's kernel log for additional error messages and

    Maybe try this then? Kernel log can be read via

    $sudo dmesg

    or

    $journalctl -k

    I'd recommend journalctl, best to also append -b to only get the kernel logs for the current boot

    For easier navigation enter a / and input nvidia, this will search your journal. Press n to go to the next result and shift + n to go to the previous one

    2
  • Jump
    SOLVED Beta closed source drivers: Failed to initialize the NVIDIA kernel module
  • I installed the nvidia-beta drivers (Arch) and tested out Starfield. All is good. Then next time I try to startx, I get X failed to start etc.

    Did you reboot after changing to the beta driver? If you did not you were still using the previously installed nvidia driver, unless you manually reloaded the nvidia kernel modules via rmmod and modprobe (I'd discourage doing this though, rebooting is way less error prone)

    2
  • Jump
    TrueNAS Scale - Radarr/Sonarr/qBit files taking up double space
  • This is a *arr Stack guide for TrueNAS Core. It explains how to get atomic moves and hardlinks working

    Good luck

    That site also contains many useful infos for Radarr and Sonarr, I'd highly recommend you check them out

    1
  • Jump
    Torrent software that is actually good?
  • Lmao, can you even get less thankful? People developed that "shit software" in their free time and made it available for you to use it at zero cost

    5
  • Jump
    Do you interact more in Lemmy?
  • I certainly do. Most social media algorithms feed you content that it thinks will generate interactions. Lemmy does not do that which results in whatever you decide to post having more meaning because there's no stupid and/or manipulative machine deciding wheter your post is or isn't worth seeing

    15
  • Jump
    Is there an app to list package names for all my apps?
  • Using adb works

    adb shell pm list packages

    You can pipe the output into a file aswell using this

    adb shell pm list packages > /sdcard/apps.txt

    Depending on your terminal you might need to escape the > character

    1
  • Jump
    High battery usage
  • Works for me

    I'm still on 0.10.6 though, maybe try clearing the apps cache/data? If that doesn't work you can always get older versions from apkmirror

    2
  • Jump
    A question on encrypted saves and dictionaries
  • That's how I'd do it, would be best if it's encrypted in memory as well. Or at least encrypt important values so you can't edit them with Cheat Engine or similiar programs. There's also ways to make it harder to debug and reverse engineer your game if you want to look into them

    But whatever you do, someone will be cheating sooner or later. No way arround that, you can only slow them down

    Only exception is server sided games, but you can still create bots for those and maybe even find some way to exploit your code

    6