IngeniousRocks (They/She)

Blocking people is self care! Especially toxic ones!

  • 0 Posts
  • 89 Comments
Joined 5 months ago
cake
Cake day: December 7th, 2024

help-circle


  • The meme reads as “if you can’t do these things you’re dumb” the things you’ve typed as examples of how coding is done nowadays are similar to things that any beginner would be typing into a search engine as well.

    Your meme doesn’t compare between coding practices, it compares between the results of early programmers doing the absolute most with the hardware that was purpose built for their needs to people who literally don’t know how to program looking up information and progressing their knowledge.





  • LMDE only supports up to NVIDIA 535.

    You need to update to a newer release, I had to do the same 2 days ago.

    As of right now the only way to update to the newest nvidia drivers on LMDE or other Debian Bookworm releases is to use the official installer from the nvidia website.

    Put the installer in your root directory, blacklist nouveau, kill X/Wayland (stop lightdm to make sure it stays dead). As root from a TTY:#/nvidia*.run to run the installer, follow the instructions and READ CAREFULLY, if your system is not correctly configured at time of install, it will tell you, but will allow you to proceed anyway, don’t. Once all is done, verify your initramfs is good, and if you have a dual-GPU system (most gaming laptops for example) you should restore your xorg.conf from the backup the installer made.

    Happy sailing, good luck 🫡

    (Edit for clarity, I know this sounds like its an unrelated fix but it fixed this exact issue for me with Kingdom Hearts 3+Re-Mind)




  • If you have the time you could engineer a device that operates physical switches to represent bits, sort of like a curta calculator. Make it with enough bits available and engineer in an x86 compatible instruction set and hot damn you’ve got an electricity free computer, which (if you have the time) you can then manually set the storage bits into positions representative of your Linux filesystem with a minimal install. Figure out how you bootstrap the startup, perhaps engineer correct starting positions for the active bits (memory) such that you have an initramfs.

    Can be done, technically you could do it with windows too I guess but boo close source software



  • Barely a week later and I had to do the thing. My partner uses LMDE and Nvidia 535 is the newest version in their repos, but we need nvidia 565+ for Kingdom Hearts 3.

    Installing from the website wasn’t as hard as I remember.

    1. Blacklist Nouveau.
    2. As root, without an X server running, run the nvidia*.run file from the website
    3. Follow the prompts.
    4. Verify your initramfs rebuilt correctly before rebooting.
    5. Reboot and enjoy your actually current driver.
    6. Bonus step, restore your Xorg.conf backup because you’re on a multigpu laptop and you just borked the Xorg.conf with the installer so mesa doesn’t end up loading and X ends up dead on summon