Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] tty1 xorg cannot connect after latest update (Read 307 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

[SOLVED] tty1 xorg cannot connect after latest update

Hello!
Yesterday, I did `pacman -Syu`, downloaded a bunch of packages, then rebooted the pc.
On reboot, I cannot login to tty1 which has xorg

Normally, once I fill user/password and press <Enter>, it dumps some text then screen goes black and then i see my wallpaper. Now, the same sequence happens of text, then screen going black, but then throws me back to the login screen.

I write the output text manually:
Quote
X.Org X Server 1.21.1.10
X Protocol Version 11, Revision 0
Current Operating System: Linux hello 6.6.7-artix1-1 #1 SMP PREEMPT_DYNAMIC Thu, 14 Dec 2023 10:09:41 +0000 x86_64
Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=5a7af05f-1cb6-42ef-8f01-ba5ad36ab393 rw loglevel=3 quiet

Current version of pixman: 0.42.2
      Before reporting problems, check http://wiki.x.org
      to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
               (++) from command line, (!!) notice, (II) Informational,
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Jan 2 22:58:00 2024
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
ile at "/var/log/Xorg.0.log" for additional information.(EE) (EE) Server terminated with error (1). Closing log file.k the log f
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error

Artix Linux 6.6.7-artix1-1 (tty1)
hello login: _

Quote
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Jan 2 22:58:00 2024
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
I attach the above contents in the following zip

Re: tty1 xorg cannot connect after latest update

Reply #1
Probably you need to downgrade the "mesa" package to the old one in the cache, or if you can still connect to the net from a tty, upgrade to the newer mesa which is in the repos now and works correctly. There was a problem with that version of mesa for some intel graphics, there have been other threads on the forum about this if you want to know more.

Re: tty1 xorg cannot connect after latest update

Reply #2
Thank you very much. I did `sudo pacman -Syu` and mesa 1:23.3.2-2 solved it :D