Open arf20 opened 2 years ago
Have you been able to solve this?
No :/
Haha, I have been trying to fix this issue for 2 years now. It only happens on my laptop..
This is a strange issue. I'll try to reproduce it in the upcoming days (if I don't forget that is... 😅).
I was having the same issue here, I solved it by adding #!/bin/sh
to the .xinitrc file, and making it executable.
I was having the same issue here, I solved it by adding
#!/bin/sh
to the .xinitrc file, and making it executable.
Making the .xinitrc
file executable is specified in the README. It is a script after all!
Hello there, I'm getting weird issues with Xorg, when I try to login to dwm.
looking at the ly systemd unit:
Sounds like a weird bug with systemd-logind.
This is in Debian 11 stable in amd64, latest stable kernel, 5.10. Very recently compiled ly, with fairly recent dwm as well. Xorg version 1.20.11.
Using a .desktop file, /usr/share/xsessions/dwm.desktop:
And ~/.dwmxinitrc as follows:
The thing is
startx ~/.dwmxinitrc
works in a console. Also lightdm + dwm works, and ly + xfce also works, only fails with dwm (haven't tried other simple WMs). Also launching ly as root from a console also does work.At boot /dev/tty* are owned by root:tty, but iirc some mechanism (dbus?) has to chown it to my user? But somehow that is not happening (startx has that mechanism?). Also tried
Exec=startx /home/arf20/.dwmxinitrc
but I don't know how I expected that to work. Same failure mode.Both services dbus and systemd-logind are running and do work.
Anyone having the same problem? I think you could easily replicate in a clean Debian install with ly and dwm. I just found the same problem in a brand new install of Debian i386 in a ThinkPad R51, very nice laptop btw.
Thanks for reading