You are not logged in.

#1 2020-05-21 15:40:06

DarkMIR4GE
Member
Registered: 2019-07-19
Posts: 8

[SOLVED] Not going to the Graphical Interface

I am only getting a white screen with the error message "Oh no! Something has gone wrong" on booting into Arch. I can access a terminal version via Alt+Ctrl+F4, but that's it

I recently reallocated some space between the disks but everything was working pretty fine afterwards.

I also made a /etc/X11/20-intel.conf to tackle the firefox lagging problem, taking advice from Arch wiki. I did those 3 steps mentioned there. (All except the vsync one that is). Firefox stopped working after some time and when I tried to reboot this happened.

I tried removing that file, but there's no change.
I have also tried uninstalling nvidia as mentioned in some forum answers.

Arch Linux - GDM - Gnome

Edit:
I also saw this error message within terminal just before login.

nouveau 0000:01:00:0: bus: MMIO read of 00000000 FAULT at 6013d4 [ IBUS ]

I did a huge update today too; if that info helps.

Last edited by DarkMIR4GE (2020-05-22 05:27:23)

Offline

#2 2020-05-21 15:44:42

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,378

Re: [SOLVED] Not going to the Graphical Interface

Post a journal and a xorg log after a log in attempt

sudo journalctl -b

https://wiki.archlinux.org/index.php/Li … in_clients

Offline

#3 2020-05-21 16:32:15

DarkMIR4GE
Member
Registered: 2019-07-19
Posts: 8

Re: [SOLVED] Not going to the Graphical Interface

V1del wrote:

Post a journal and a xorg log after a log in attempt

Journal: http://ix.io/2mUC
Xorg Log: http://ix.io/2mUF

I also saw this error message within terminal just before login.

nouveau 0000:01:00:0: bus: MMIO read of 00000000 FAULT at 6013d4 [ IBUS ]

Offline

#4 2020-05-21 17:14:58

loqs
Member
Registered: 2014-03-06
Posts: 19,065

Re: [SOLVED] Not going to the Graphical Interface

Please post the contents of /var/log/pacman.log

Offline

#5 2020-05-21 17:32:06

DarkMIR4GE
Member
Registered: 2019-07-19
Posts: 8

Re: [SOLVED] Not going to the Graphical Interface

loqs wrote:

Please post the contents of /var/log/pacman.log

Pacman Log: http://ix.io/2mV2

Offline

#6 2020-05-21 21:07:58

Moopy
Member
Registered: 2020-03-02
Posts: 8

Re: [SOLVED] Not going to the Graphical Interface

Without knowing what your computer is like, it looks to me like you don't have any video drivers installed

[    56.259] (EE) Failed to load module "intel" (module does not exist, 0)

Maybe installing will help https://wiki.archlinux.org/index.php/Xo … stallation

What's your

lspci | grep -e 3D -e VGA

?

Offline

#7 2020-05-21 21:20:53

loqs
Member
Registered: 2014-03-06
Posts: 19,065

Re: [SOLVED] Not going to the Graphical Interface

The Xorg.log is much older than the journal containing the core dump

[    55.931] Current Operating System: Linux Arch-Linux 5.2.2-arch1-1-ARCH #1 SMP PREEMPT Sun Jul 21 19:18:34 UTC 2019 x86_64

Could be explained by system switching to using Wayland from X due to a GDM package upgrade.

Offline

#8 2020-05-21 21:30:49

loqs
Member
Registered: 2014-03-06
Posts: 19,065

Re: [SOLVED] Not going to the Graphical Interface

https://bugs.archlinux.org/task/66666#comment189537 mentions mesa 20.0.7-2 may be affected by the same issue as 20.0.7-1 if you downgrade mesa and lib32-mesa to 19.1.7-1 can you reproduce the issue?
Edit:
Sorry meant this post to be an edit to my previous post.

Last edited by loqs (2020-05-21 21:31:25)

Offline

#9 2020-05-22 04:24:24

DarkMIR4GE
Member
Registered: 2019-07-19
Posts: 8

Re: [SOLVED] Not going to the Graphical Interface

Moopy wrote:

I had uninstalled nvidida-utils after this problem, taking advice from some forum answers. I just installed

  • xf86-video-intel

  • xf86-video-nouveau

following the link you provided. It doesn't make any difference

What's your

lspci | grep -e 3D -e VGA

?

Output: http://ix.io/2mX3

EDIT:
Updating the system after adding those drivers did the trick.
Thanks a lot; V1del, loqs and Moopy

I installed

  • nvidia

  • nvidia-utils

  • lib32-nvidia-utils

again, as I saw that wasn't the issue anyway. I don't know much about this, but having multiple drivers is not unfavorable is it?

Last edited by DarkMIR4GE (2020-05-22 05:26:19)

Offline

#10 2020-05-22 06:08:33

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,804

Re: [SOLVED] Not going to the Graphical Interface

Not necessarily, however there're some things to consider with your setup.
a) you were running gdm on wayland, so installing a bunch of X11 drivers was probably not the actual solution
b) Gnome on wayland will probably not work on the nividia (kernel) Driver
c) Gnome on wayland does afaik not yet support an optimus setup (running games on the nvidia chip)

The problem might have been the iris driver: https://wiki.archlinux.org/index.php/In … ver_(i965)

You might want to inspect the journal on what you're running atm.

Offline

#11 2020-05-22 07:52:18

Moopy
Member
Registered: 2020-03-02
Posts: 8

Re: [SOLVED] Not going to the Graphical Interface

Glad to see it worked out!

DarkMIR4GE wrote:

again, as I saw that wasn't the issue anyway. I don't know much about this, but having multiple drivers is not unfavorable is it?

I am by no means an expert either but to my understanding, your operating system will try to load video drivers in a particular order. If it doesn't find one driver, it moves on to the next so it shouldn't be a problem having multiple drivers.

Also the nvidia driver should blacklist nouveau IIRC

Offline

Board footer

Powered by FluxBB