this post was submitted on 29 Dec 2023
22 points (100.0% liked)
Linux
48062 readers
773 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Your best bet is probably figuring out why the graphical session isn't working and then going from there. Since you're on NixOS odds are all the logs you need are right there in journald.
Worst case scenario: you might need to pin your system nixpkgs to ~January 2021 until the issue sorts itself out. You can still install newer userland packages if you separately manage them as a flake (this is a common and well-supported pattern in
home-manager
)EDIT: found a discussion with good
configuration.nix
examples for pinning the system nixpkgs. Once you find a workable pin you could also try inching it up to get a better idea of what broke (January 2021 is a good starting point because it's the last month before 5.11 released, a newer pin is very likely possible)I believe that the issue might be that the amdgpu driver is too new, judging by this string of errors:
So if this doesn't end up working, I'll definitely look into the pinning thing, because 5.10 seems like my best shot.
Hmm... what's the purpose of loading amdgpu at all if you're using an NVIDIA card? Optimus?