#I think lightdm is preventing me from even booting my system

55 messages · Page 1 of 1 (latest)

jolly falcon
#

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'm using the lightdm-gtk-greeter theme with some mods.

rare knot
#

@jolly falcon sudo pacman -S ly

#

sudo systemctl disable lightdm

#

sudo systemctl enable ly

#

reboot

jolly falcon
#

is this intended to switch me permanently or just give me an opportunity to fix lightdm?

jolly falcon
#

does it "just work?"

#

will it automaatically detect i3?

rare knot
jolly falcon
#

ok giving it a shot

#

xauth command failed?

rare knot
#

Have you tried moving the .Xauthority and letting X write a new one?

jolly falcon
rare knot
#

check ls -l ~/.Xauthority

#

It should be owned by you.

#

f not, run sudo chown user ~/.Xauthority

jolly falcon
rare knot
#

xauth generate :0 .trusted

jolly falcon
#

xauth is not a command...I must not have it installed

rare knot
#

pacman -S xorg-xauth

jolly falcon
#

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

jolly falcon
#

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

rare knot
#

also consider moving to sway

jolly falcon
#

Instead of i3? I'm so used to i3

rare knot
#

sway is a wayland fork of i3

#

meaning, that your current i3 config works on sway

#

@jolly falcon

jolly falcon
#

Ahh. What's the difference then?

rare knot
#

being on wayland instead of x11

jolly falcon
#

Ohhh.. What are some of the problems if run into compatibility wise with wayland... I thought about it

rare knot
#

such as?

jolly falcon
#

I do a lot of graphics work and programming. Blender, unreal engine, flight sim (xplane) using an nvidia 4080.

jolly falcon
#

I'll definitely look into it. Especially if it's less drama than x

rare knot
#

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

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

rare knot
#

The use of Xwayland is enabled by default in sway