Gray screen when I boot into gnome on xorg

Yeah the second one is you Nvidia gpu. See your Wayland session is using the nouveau driver and not the nvidia driver, so if you tried to run games they wouldn’t work. Can you als run the lsmod | grep -E "nvidia|nouveau" while in your wayland session and then share the output?

1 Like

It doesn’t output anything

You marked the topic as solved?

No. I did it on accident. I unmarked it

Yea. I just tried and games don’t work. I am trying to switch to the proprietary drivers right now. I have to find a guide though

Can you share the output of the following?
grep nvidia /var/log/pacman.log | grep upgraded

$ grep nvidia /var/log/pacman.log | grep upgraded
[2023-07-20T17:27:33+0300] [ALPM] upgraded nvidia-utils (535.54.03-1 -> 535.86.05-2)
[2023-07-20T17:27:33+0300] [ALPM] upgraded lib32-nvidia-utils (535.54.03-2 -> 535.86.05-1)
[2023-07-20T17:27:35+0300] [ALPM] upgraded nvidia-dkms (535.54.03-1 -> 535.86.05-2)

And also when the last time before you upgraded it was working, so the last working date?

Yesterday around 20:30

And the times you upgraded match with what you shared in your pacman.log?

Yea.
This is everything that pacman.log shows for yesterday

Was your Nvidia driver working yesterday around that time?

Yes! It stopped working 2023.07.27

I would try downgrading all the three upgraded packages nvidia-utils, lib32-nvidia-utils and nvidia-dkms to the old version before you upgraded, looking at that output that is “535.54.03-1” You can do that using the “downgrade” command, so sudo downgrade nvidia-dkms

sudo downgrade nvidia-utils
sudo downgrade lib32-nvidia-utils
sudo downgrade nvidia-dkms

Then select version “535.54.03-1” for all three packages and then reboot to see if it works again. I don’t know though if the “downgrade” command takes multiple arguments Looking at the man I think it does so you can then just try it like this.
sudo downgrade nvidia-utils lib32-nvidia-utils nvidia-dkms

System stopped working yesterday (or today?), but nvidia packages were upgraded 8 days ago.

One idea is to downgrade mesa and see it that does anything.

Not everyone installs updates every day, according to the earlier output those nvidia packages were updated yesterday.

1 Like

For me this looks like 8 days ago…

1 Like

lol I think I need glasses you are right.

1 Like

I tried downgrading both what you said and mesa and still nothing. Now its a black screen when I try to get into xorg. This is the xorg log file: https://pastebin.com/cfcNkF5t

Do you have kernel parameter nvidia-drm.modeset=1 added?