oh, I made a typo it should be sudo rm ~/.Xauthority
. I missed .
in front of the file name.
the only thing that is different on my Lenovo laptop is this curly dash (~) here on mac it types exactly as you wrote but there on my Lenovo it types it as if it is a superscript does that make a difference?
ok did it seems like it worked but did not show anything just command was returned. I checked it not not in the list anymore
I donât think so.
Do a restart and see. Hope fully it works.
nope this time it was a little better that i saw the desktop then it went back to the login screen.
Now again it is doing the same thing over and over again, not letting me inâŚ
Thank you for your continued supportâŚ
This is from Arch wiki.
Another reason for this may be that you tried to recreate your âlightdm.confâ from scratch and your version is missing this line:
session-wrapper=/etc/lightdm/Xsession
In that case, lightdm tries to use âlightdm-sessionâ as the session-wrapper which does not exist on Arch Linux.
Check the mentioned line in /etc/lightdm/lightdm.conf
. You can use sudo nano /etc/lightdm/lightdm.conf
. If the line says something else adjust the line to match session-wrapper=/etc/lightdm/Xsession
. Press Ctrl + O
and Enter
to save then Ctrl + X or Z
(canât remember the letter youâll see it on the UI) to exit. Reboot and try again.
GNU nano 5.8 opened and it is blank
This not login issue is related to a buggy xorg-server. There is a new one, xorg-server-1.20.12-2 which fixes this bug.
See: https://bugs.archlinux.org/task/71483
So, just refresh your package index and install xorg-server-1.20.12-2.
how do i do that? i went to the link and it has two files one .txt and other .log
no idea what to do with them
No, you have to use pacman
.
I think the command is sudo pacman -Syu xorg-server
(correct me if Iâm wrong).
does this replace the DM? If yes then I have tried that and it did not help
I should just type this in the terminal?
No, it just updates the xorg-server
which is the system display server. Which has gotten a new update today according to the post by @FredBezies.
Yes.
it did upgrade, and then asked me to reboot which i did but the issue still persists. Quite unbelievable
Ook, Iâm out of solutions. Youâre trying to install EnOS i3 community version right?
Just try the offline version which ships with XFCE.
I just clicked on the first option which said start install. Below that i see there is an option to install community edition. I am not sure if you are talking about that. Now I have started the installation again but this time as you suggested i went with offline. Just one question, would I be able to install the i3 tile window manager later?
Are you sure you have xorg-server 1.20.12-2?
If you enter pacman -Qi xorg-server | grep Version
, do you have something like this?
pacman -Qi xorg-server | grep Version
Version : 1.20.12-2
If not, maybe your mirror is not up to date.