You are not logged in.
Pages: 1
Greetings. Recently i’ve installed Arch and WM on it (awesomewm). Therefore i’ve installed lightdm and lightdm-gtk-greeter. It worked for a couple of days but now it just doesn’t load. Currently I’m on tty2 and writing this post on my phone, and i really don’t know how to tell you the outputs of certain commands. However i can tell some parts of them.
systemctl status lightdm (the error part in my opinion)
pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=970) by (uid=0)
pam_systems-home(lightdm:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
The service is active (running).
Sorry for such inconvenience and please help me.
Last edited by BitLegend31 (2023-02-15 15:52:04)
Offline
Please post your complete system journal for the boot:
sudo journalctl -b | curl -F 'file=@-' 0x0.stOffline
Those two lines are normal, please post a full journal
sudo journalctl -band your /var/log/Xorg.0.log, assuming you have working internet you can pipe that directly to a pastebin https://wiki.archlinux.org/title/List_o … n_services
Safe guess is the early KMS race, while the KMS hook that should be enabled by default should mitigate this already, you might want to explicitly load the module for your graphics card: https://wiki.archlinux.org/title/Kernel … _KMS_start
Offline
Please post your complete system journal for the boot:
sudo journalctl -b | curl -F 'file=@-' 0x0.st
Here is the link. https://0x0.st/HrY8.txt
Offline
Those two lines are normal, please post a full journal
sudo journalctl -band your /var/log/Xorg.0.log, assuming you have working internet you can pipe that directly to a pastebin https://wiki.archlinux.org/title/List_o … n_services
Safe guess is the early KMS race, while the KMS hook that should be enabled by default should mitigate this already, you might want to explicitly load the module for your graphics card: https://wiki.archlinux.org/title/Kernel … _KMS_start
The Journal is already sent so here’s the Xorg logs: http://0x0.st/HrYP.txt
Offline
I don’t know does it matter or not, but I work via Laptop that has an integrated and dedicated gpu (AMD Gpu and Nvidia RTX 3070Ti).
Offline
It's a hybrid system and you used nvidia-settings to break it.
Remove /etc/X11/xorg.conf and try to restart lightdm.
Ftr.
Feb 15 23:27:08 ArchLinux systemd-coredump[728]: Process 640 (Xorg) of user 0 dumped core.
Stack trace of thread 640:
#0 0x00007ff3d37a48ec n/a (libc.so.6 + 0x878ec)
#1 0x00007ff3d3755ea8 raise (libc.so.6 + 0x38ea8)
#2 0x00007ff3d373f53d abort (libc.so.6 + 0x2253d)
#3 0x0000562ee0accc40 OsAbort (Xorg + 0x153c40)
#4 0x0000562ee0ace0a3 FatalError (Xorg + 0x1550a3)
#5 0x0000562ee0ad4a09 n/a (Xorg + 0x15ba09)
#6 0x00007ff3d3755f50 n/a (libc.so.6 + 0x38f50)
#7 0x00007ff3d37a48ec n/a (libc.so.6 + 0x878ec)
#8 0x00007ff3d3755ea8 raise (libc.so.6 + 0x38ea8)
#9 0x00007ff3d373f53d abort (libc.so.6 + 0x2253d)
#10 0x00007ff3d373f45c n/a (libc.so.6 + 0x2245c)
#11 0x00007ff3d374e9f6 __assert_fail (libc.so.6 + 0x319f6)
#12 0x0000562ee0a15a96 dixRegisterPrivateKey (Xorg + 0x9ca96)
#13 0x00007ff3d10b69ca glamor_init (libglamoregl.so + 0xd9ca)
#14 0x00007ff3d290b1a1 n/a (modesetting_drv.so + 0xf1a1)
#15 0x0000562ee09f86a5 AddGPUScreen (Xorg + 0x7f6a5)
#16 0x0000562ee0b09446 n/a (Xorg + 0x190446)
#17 0x0000562ee0b285ba n/a (Xorg + 0x1af5ba)
#18 0x0000562ee0b4f0e1 n/a (Xorg + 0x1d60e1)
#19 0x0000562ee0b4f6b0 n/a (Xorg + 0x1d66b0)
#20 0x0000562ee0acc892 n/a (Xorg + 0x153892)
#21 0x0000562ee0ac7e99 WaitForSomething (Xorg + 0x14ee99)
#22 0x0000562ee09b736f n/a (Xorg + 0x3e36f)
#23 0x00007ff3d3740790 n/a (libc.so.6 + 0x23790)
#24 0x00007ff3d374084a __libc_start_main (libc.so.6 + 0x2384a)
#25 0x0000562ee09b82b5 _start (Xorg + 0x3f2b5)
Stack trace of thread 722:
#0 0x00007ff3d379f766 n/a (libc.so.6 + 0x82766)
#1 0x00007ff3d37a1f90 pthread_cond_wait (libc.so.6 + 0x84f90)
#2 0x00007fedc650c47e n/a (radeonsi_dri.so + 0x10c47e)
#3 0x00007fedc64bc84c n/a (radeonsi_dri.so + 0xbc84c)
#4 0x00007fedc650c3ac n/a (radeonsi_dri.so + 0x10c3ac)
#5 0x00007ff3d37a2bb5 n/a (libc.so.6 + 0x85bb5)
#6 0x00007ff3d3824d90 n/a (libc.so.6 + 0x107d90)Offline
What's in your xorg.conf ? In doubt, remove it. If you want to make use of the nvidia card, read https://wiki.archlinux.org/title/PRIME# … er_offload .
Also lots of early KMS failure signs, follow my link, but do that for all of them amdgpu and all the nvidia modules listed there.
Edit Double fuck, for the one I missed earlier ![]()
Last edited by V1del (2023-02-15 15:40:57)
Offline
It's a hybrid system and you used nvidia-settings to break it.
Remove /etc/X11/xorg.conf and try to restart lightdm.Ftr.
Feb 15 23:27:08 ArchLinux systemd-coredump[728]: Process 640 (Xorg) of user 0 dumped core. Stack trace of thread 640: #0 0x00007ff3d37a48ec n/a (libc.so.6 + 0x878ec) #1 0x00007ff3d3755ea8 raise (libc.so.6 + 0x38ea8) #2 0x00007ff3d373f53d abort (libc.so.6 + 0x2253d) #3 0x0000562ee0accc40 OsAbort (Xorg + 0x153c40) #4 0x0000562ee0ace0a3 FatalError (Xorg + 0x1550a3) #5 0x0000562ee0ad4a09 n/a (Xorg + 0x15ba09) #6 0x00007ff3d3755f50 n/a (libc.so.6 + 0x38f50) #7 0x00007ff3d37a48ec n/a (libc.so.6 + 0x878ec) #8 0x00007ff3d3755ea8 raise (libc.so.6 + 0x38ea8) #9 0x00007ff3d373f53d abort (libc.so.6 + 0x2253d) #10 0x00007ff3d373f45c n/a (libc.so.6 + 0x2245c) #11 0x00007ff3d374e9f6 __assert_fail (libc.so.6 + 0x319f6) #12 0x0000562ee0a15a96 dixRegisterPrivateKey (Xorg + 0x9ca96) #13 0x00007ff3d10b69ca glamor_init (libglamoregl.so + 0xd9ca) #14 0x00007ff3d290b1a1 n/a (modesetting_drv.so + 0xf1a1) #15 0x0000562ee09f86a5 AddGPUScreen (Xorg + 0x7f6a5) #16 0x0000562ee0b09446 n/a (Xorg + 0x190446) #17 0x0000562ee0b285ba n/a (Xorg + 0x1af5ba) #18 0x0000562ee0b4f0e1 n/a (Xorg + 0x1d60e1) #19 0x0000562ee0b4f6b0 n/a (Xorg + 0x1d66b0) #20 0x0000562ee0acc892 n/a (Xorg + 0x153892) #21 0x0000562ee0ac7e99 WaitForSomething (Xorg + 0x14ee99) #22 0x0000562ee09b736f n/a (Xorg + 0x3e36f) #23 0x00007ff3d3740790 n/a (libc.so.6 + 0x23790) #24 0x00007ff3d374084a __libc_start_main (libc.so.6 + 0x2384a) #25 0x0000562ee09b82b5 _start (Xorg + 0x3f2b5) Stack trace of thread 722: #0 0x00007ff3d379f766 n/a (libc.so.6 + 0x82766) #1 0x00007ff3d37a1f90 pthread_cond_wait (libc.so.6 + 0x84f90) #2 0x00007fedc650c47e n/a (radeonsi_dri.so + 0x10c47e) #3 0x00007fedc64bc84c n/a (radeonsi_dri.so + 0xbc84c) #4 0x00007fedc650c3ac n/a (radeonsi_dri.so + 0x10c3ac) #5 0x00007ff3d37a2bb5 n/a (libc.so.6 + 0x85bb5) #6 0x00007ff3d3824d90 n/a (libc.so.6 + 0x107d90)
Damn. It work. Thank you so much. But may I know what exactly have i done? I remember the last time in arch i was trying to make my nvidia do the hard work for amd gpu ( for playing games ). Was that the reason?
Offline
What's in your xorg.conf ? In doubt, remove it. If you want to make use of the nvidia card, read https://wiki.archlinux.org/title/PRIME# … er_offload .
Also lots of early KMS failure signs, follow my link, but do that for all of them amdgpu and all the nvidia modules listed there.
Edit Double fuck, for the one I missed earlier
Thank you so much. it worked
Offline
But may I know what exactly have i done?
You used nvidia-settings to create a static server layout (or nvidia-xconfig, same thing) what does not work w/ hybrid setups (and generally just produces a lot of garbage)
This broke the server, because you forced it to run on the nvidia GPU, but there's no output (monitor) attached to that.
Install https://archlinux.org/packages/extra/any/nvidia-prime/ and try
glxinfo -B
prime-run glxinfo -BOffline
But may I know what exactly have i done?
You used nvidia-settings to create a static server layout (or nvidia-xconfig, same thing) what does not work w/ hybrid setups (and generally just produces a lot of garbage)
This broke the server, because you forced it to run on the nvidia GPU, but there's no output (monitor) attached to that.Install https://archlinux.org/packages/extra/any/nvidia-prime/ and try
glxinfo -B prime-run glxinfo -B
Oh i see now. Thanks!
Offline
Pages: 1