I’d just like to interject for a moment…

  • 0 Posts
  • 252 Comments
Joined 3 years ago
cake
Cake day: July 2nd, 2023

help-circle
  • I’m not sure what the cause is exactly. Some say it’s user error and they just didn’t realize they had done something wrong, but i’m pretty sure there’s an entire subreddit dedicated to it lol. My guess is maybe you install a package that pulls in the entire gnome desktop as a dependency, but i don’t think that would make it boot into gnome by default just because you have it installed.






  • Nope, works really well for me. From all the games i tried pretty much only anti-cheat games and quest 2 vr stuff gave me troubles, but it has been years since i tried vr and i’ve heard it has improved a lot. Recently the hdmi 2.1 situation with amd bit me in the ass when i bought a tv as a gaming display, but i ended up buying an adapter and accepting that atleast for the time being, vrr isn’t gonna work, cause i tried going back to windows instead but at this point it just feels like torture to use now that i’m used to linux. I’d rather lose vrr if it means i get to be free of windows. I also decided to just give up on any game that uses anti-cheat, cause i found myself not really enjoying them anymore anyway.








  • I like to think it’s fitting for the analogy that with NixOS/Guix, you get access to the entire factory to build your car, since you pretty much have a framework at your disposal to build up your system how you want it.

    Edit: should’ve scrolled a bit further, someone already beat me to it lol. Great minds think alike.







  • juipeltje@lemmy.worldtolinuxmemes@lemmy.worldBeware
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    18 days ago

    Yeah i just edited my comment, i think the nonguix kernel might actually allow you more finegrained control over which firmwares you want to load. I’ll have to experiment with that a bit.

    Edit: can now confirm that removing linux-firmware from my config and only keeping amdgpu-firmware in it only loads the gpu firmware. Could easily tell because my wifi card on my desktop needs firmware, and it stopped working afterwards (i’ll probably try to find the specific wifi firmware as well, but not a priority cause i pretty much never use wifi on desktop).


  • juipeltje@lemmy.worldtolinuxmemes@lemmy.worldBeware
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    18 days ago

    Well from my my understanding the problem is that you can’t pick and choose specific firmware to run on top of the libre kernel, cause they patched it in such a way that it doesn’t really allow you to do it (not sure how it works specifically). I looked into this a bit cause i’m using gnu guix now, but pretty much the only firmware i need is the one for amdgpu. For everything else i could get by with the libre kernel, so i thought it would be neat if i could load only that one specific firmware, but it seems to only be possible to go full libre, or you just need to use the regular linux kernel with its firmware.

    Edit: as i was typing this i realized that the nonguix kernel does differentiate between linux firmware and amdgpu firmware. I might have to try removing linux firmware to see if that works, cause if that’s the case then i can pick and choose my specific firmware after all.