-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
X11 not starting after upgrade to 24.11 #361095
Comments
If you are using nerdfonts, remember to run |
I get the same issue with lightdm (or ly for that matter) + xmonad when trying to switch to 24.11. My stack trace from the crash also contains glxConvertConfigs when trying to activate X. |
I am having the same issue with 24.11 (failed display manager) with lightdm + xmonad. Switching to GDM doesn't help. I am using vmware videoDriver. The core dump also points to GLX:
Some more observations:
|
same error on Intel UHD 630 |
For those experiencing the issue outside of vmware - be sure to remove this intel driver {
services.xserver.videoDrivers = [ "intel" ];
} |
I switched to an older AMD gpu and set |
I had this problem too. Here's my hardware:
The fact I have an Xe GPU might have been a factor in my exposure to this problem. The workaround that worked for me was discontinuing the use of the "intel" driver and just using the default "modesetting" one (dropping explicit configuration of I'm not sure what exactly changed between 24.05 and 24.11 that made the "intel" driver no longer work. The kernel version only bumped up slightly from 6.6.59 to 6.6.63, and I don't believe the version of X bumped at all. I'm guessing answering that would be part of closing this ticket. After that, I'm unsure what the trade-offs are between using "intel" and "modesetting." I'm still reading up on that online. With "modesetting" the glxgears demo seems to be working fine. I don't remember my original decision to use "intel" being that informed. But maybe in my situation, I should be using "modesetting" independent of this ticket? |
No surprise that the Arch wiki has some pretty good information to address my questions. Seems like there's general motivation to put people on I guess the workaround might be optimal. Still, curious why this was working in NixOS 24.05. |
I had the same problem with my laptop using intel onboard graphics. Changing It might be nice to add a warning during upgrade if this is a general issue with that driver? |
Same issue here, running in virtualbox. Disabling 3d acceleration in VirtualBox made X.org start. Are there any efforts repairing that or is the vmware-implementation broken? |
@ma3s7r0 The workaround for VMWare is to disable DirectX (#362294 (comment)). |
Closed as completed in #386450. |
Describe the bug
I updated my nix-channel from 24.05 to 24.11, ran rebuild switch and rebooted. X11 did not start and I had to use the console to set up gnome and wayland, whereas before I was using XMonad.
systemctl --failed
told me that display-manager.service failed. Restarting the service did not work.Log: x11.txt
Steps To Reproduce
Steps to reproduce the behavior:
nix-channel --add https://nixos.org/channels/nixos-24.11 nixos
nixos-rebuild switch
Expected behavior
I expected to be greeted by lightdm (or whatever default display manager) but I got the default text console instead.
Screenshots
N/A - graphics issue
Additional context
I'm using an nvidia GTX 1080 with the nouveau driver. I have 'nouveau' as my only driver listed in my config. I asked about this on IRC in #xorg on the OFTC server, and I was told to submit a bug report to my distro. Attached is my x11 log.
Metadata
"x86_64-linux"
Linux 6.6.63, NixOS, 24.11 (Vicuna), 24.11.710050.62c435d93bf0
yes
yes
nix-env (Nix) 2.24.10
""
"nixos-24.11"
/nix/var/nix/profiles/per-user/root/channels/nixos
Notify maintainers
Note for maintainers: Please tag this issue in your PR.
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: