You are not logged in.

#1 2017-02-18 17:54:16

YAOMTC
Member
Registered: 2010-02-23
Posts: 204

(Nvidia) After recent updates, can't start X or a DM (FIX: downgrade)

Both SDDM and GDM just give me a black screen. I tried deleting xorg.conf, recreating it with nvidia-xconfig (didn't work), deleting that and replacing it with a "minimal" one from the wiki (didn't work)...

I keep getting "no screens found" errors from X, and I went through the journal for sddm but nothing stands out. What should I do?

EDIT: Downgrade nvidia, nvidia-utils, and nvidia-libgl as detailed in the posts below.

EDIT2: There should no longer be a need to downgrade.

Last edited by YAOMTC (2017-02-21 23:34:11)

Offline

#2 2017-02-18 18:54:08

Snakeye
Member
From: Surrey BC
Registered: 2009-12-19
Posts: 91

Re: (Nvidia) After recent updates, can't start X or a DM (FIX: downgrade)

I don't know if it's related but i had a problem where a symlink wasn't being created and i was getting an error cannot start kde error while loading shared libraries: libEGL.so.1 cannot open sharred object  file: no such directory. ln-s /usr/lib/mesa/libEGL.so.1 /usr/lib seemed to fix that problem for me. Had to add the symlink for the 32bit library as well to get steam running.

Offline

#3 2017-02-18 19:09:57

abefar
Member
Registered: 2010-04-28
Posts: 14

Re: (Nvidia) After recent updates, can't start X or a DM (FIX: downgrade)

I was able to start X after downgrading to the previous version of the NVIDIA driver (375.26):

nvidia-utils: https://archive.archlinux.org/packages/ … pkg.tar.xz
nvidia-settings: https://archive.archlinux.org/packages/ … pkg.tar.xz
lib32-nvidia-utils: https://archive.archlinux.org/packages/ … pkg.tar.xz

For DKMS users: https://archive.archlinux.org/packages/ … pkg.tar.xz
For stock kernel users: https://archive.archlinux.org/packages/ … pkg.tar.xz
For stock LTS kernel users: https://archive.archlinux.org/packages/ … pkg.tar.xz

However, nvidia-libgl conflicts with nvidia-utils, so the only available libGL provider is mesa which gives horrible performance. If anybody knows a way to install both nvidia-utils and nvidia-libgl, please share your knowledge. Here they are:
nvidia-libgl: https://archive.archlinux.org/packages/ … pkg.tar.xz
lib32-nvidia-libgl: https://archive.archlinux.org/packages/ … pkg.tar.xz

# pacman -U nvidia-libgl-375.26-3-x86_64.pkg.tar.xz 
loading packages...
resolving dependencies...
looking for conflicting packages...
:: nvidia-libgl and mesa-libgl are in conflict (libgl). Remove mesa-libgl? [y/N] y
:: nvidia-libgl and nvidia-utils are in conflict. Remove nvidia-utils? [y/N] n
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: nvidia-libgl and nvidia-utils are in conflict
# pacman -U nvidia-libgl-375.26-3-x86_64.pkg.tar.xz 
loading packages...
resolving dependencies...
looking for conflicting packages...
:: nvidia-libgl and mesa-libgl are in conflict (libgl). Remove mesa-libgl? [y/N] y
:: nvidia-libgl and nvidia-utils are in conflict. Remove nvidia-utils? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: nvidia-libgl: requires nvidia-utils

Last edited by abefar (2017-02-18 19:36:26)

Offline

#4 2017-02-19 00:08:44

Extremeadin
Member
Registered: 2013-12-19
Posts: 6

Re: (Nvidia) After recent updates, can't start X or a DM (FIX: downgrade)

I had to use the nvidia-utils and nvidia-libgl from December 16th in order to downgrade the nvidia packages

Offline

#5 2017-02-19 02:18:35

YAOMTC
Member
Registered: 2010-02-23
Posts: 204

Re: (Nvidia) After recent updates, can't start X or a DM (FIX: downgrade)

Thanks for the help guys, it's fixed now. I went to the archive, grabbed the older packages and set pacman to ignore them for now. I wonder what was changed, and how many people it affected?

Offline

#6 2017-02-19 09:18:48

seth
Member
Registered: 2012-09-03
Posts: 49,951

Re: (Nvidia) After recent updates, can't start X or a DM (FIX: downgrade)

lookup dmesg an xorg log w/ the broken version. there's eg. https://bbs.archlinux.org/viewtopic.php?id=223209

Offline

#7 2017-02-21 23:33:44

YAOMTC
Member
Registered: 2010-02-23
Posts: 204

Re: (Nvidia) After recent updates, can't start X or a DM (FIX: downgrade)

Well, I got the kernel/firmware update released today, which didn't work with the older Nvidia packages I was using. So I updated them, and now they work fine.

Offline

Board footer

Powered by FluxBB