I just copied a bunch of my settings from my old laptop to my new one...to include all of my lightdm themes and configs...I thought everything was fine, but after my first reboot I get a blank screen with an underscore in the top left...and I can't even ctrl-alt-f2 or some other thign to open another terminal session. Am I stuck? What log would show me the failure here if I boot from USB and chroot into my system?
#I think lightdm is preventing me from even booting my system
55 messages · Page 1 of 1 (latest)
I'm using the lightdm-gtk-greeter theme with some mods.
I'm not sure it's even lightdm, but at one attempt I got this error: https://bbs.archlinux.org/viewtopic.php?id=277243 and that pointed me to lightdm being the problem, which is what I had just worked on.
@jolly falcon sudo pacman -S ly
sudo systemctl disable lightdm
sudo systemctl enable ly
reboot
is this intended to switch me permanently or just give me an opportunity to fix lightdm?
up to you 
yes, also try it and see
What's in Xorg's log? What are the permissions on your user's /home and on their .Xauthority?
Have you tried moving the .Xauthority and letting X write a new one?
ohhh I copied some of my x settings from old system maybe permissions are broke....
remake it
check ls -l ~/.Xauthority
It should be owned by you.
f not, run sudo chown user ~/.Xauthority
it was owned by me, but it had no rw permissions...I just deleted it and it's not recreating it...is there a command to trigger a remake of that?
@jolly falcon
xauth generate :0 .trusted
xauth is not a command...I must not have it installed
pacman -S xorg-xauth
ok installing that lets me log in with ly...but it goes to the _ in the top right corner again...so there must be a problem elsewhere now.
I can ctrl-alt-f3 now though
it's very possible my i3 config stuff is broken from copying from old machine...I'll dig into that now...thanks for gettng me this far
type i3 and see if that works
k, just a sec...rebooting
I may have to finish this tomorro it's late
rebooting I get blank screen and no _ in corner...that's progress...I'll finish this tomorrow hopefully
your config is broken
also consider moving to sway
Instead of i3? I'm so used to i3
sway is a wayland fork of i3
meaning, that your current i3 config works on sway
@jolly falcon
Ahh. What's the difference then?
being on wayland instead of x11
Ohhh.. What are some of the problems if run into compatibility wise with wayland... I thought about it
such as?
I do a lot of graphics work and programming. Blender, unreal engine, flight sim (xplane) using an nvidia 4080.
I'll definitely look into it. Especially if it's less drama than x
also xwayland
Xwayland is an X server that runs under Wayland and provides compatibility for native X11 applications that are yet to provide Wayland support.
@jolly falcon
Oooh I see
New laptop new horizons. I'll start reading into it tomorrow. I gotta get to bed. Thanks for the help though!
I may ping you tomorrow if that's ok? I don't want to mark this resolved until I'm up again
The use of Xwayland is enabled by default in sway