You are not logged in.

#51 2022-07-18 23:15:00

michaelii
Member
Registered: 2021-09-23
Posts: 51

Re: [SOLVED] Boot hangs on [ OK ] Started Acounts Service.

post the xorg.conf?  Because no new conf was generated by that command.

Offline

#52 2022-07-19 06:43:47

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

Re: [SOLVED] Boot hangs on [ OK ] Started Acounts Service.

No, the file that shows up in the grep, but my brain falls apart around midnight…

grep -ir nvidia /{usr/share,etc}/X11/xorg.conf*

Offline

#53 2022-07-19 08:17:12

michaelii
Member
Registered: 2021-09-23
Posts: 51

Re: [SOLVED] Boot hangs on [ OK ] Started Acounts Service.

seth wrote:

No, the file that shows up in the grep, but my brain falls apart around midnight…

grep -ir nvidia /{usr/share,etc}/X11/xorg.conf*

No problem I understand, midnight is when my brain also turns off basically.  The log says it’s
/etc/X11/Xorg.conf.backup

Offline

#54 2022-07-19 11:24:08

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

Re: [SOLVED] Boot hangs on [ OK ] Started Acounts Service.

No, I meant to run

grep -ir nvidia /{usr/share,etc}/X11/xorg.conf*

(notice the additional "r" behind the "i")

Offline

#55 2022-07-19 19:07:11

michaelii
Member
Registered: 2021-09-23
Posts: 51

Re: [SOLVED] Boot hangs on [ OK ] Started Acounts Service.

seth wrote:

No, I meant to run

grep -ir nvidia /{usr/share,etc}/X11/xorg.conf*

(notice the additional "r" behind the "i")

Great got it, this is what it gives me

http://0x0.st/o1CJ.txt

Offline

#56 2022-07-19 19:17:23

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

Re: [SOLVED] Boot hangs on [ OK ] Started Acounts Service.

Move /etc/X11/xorg.conf.d/20-nvidia.conf out of /etc/X11/xorg.conf.d

Offline

#57 2022-07-19 19:23:02

michaelii
Member
Registered: 2021-09-23
Posts: 51

Re: [SOLVED] Boot hangs on [ OK ] Started Acounts Service.

seth wrote:

Move /etc/X11/xorg.conf.d/20-nvidia.conf out of /etc/X11/xorg.conf.d

Should i run nvidia-xconfig after?

Offline

#58 2022-07-19 19:28:42

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

Re: [SOLVED] Boot hangs on [ OK ] Started Acounts Service.

No. Under no circumstances.

Offline

#59 2022-07-19 19:45:26

michaelii
Member
Registered: 2021-09-23
Posts: 51

Re: [SOLVED] Boot hangs on [ OK ] Started Acounts Service.

seth wrote:

No. Under no circumstances.

Awesome I’m in now.  Anything to look out for in the future that may fuck up my drivers again?

Also unfortunately one of my monitors is still giving me no signal -- EDIT: it seems my monitor all of a sudden is not supporting 75hz, weird issue.  Otherwise if I put it on 60hz it works as usual.

Last edited by michaelii (2022-07-19 20:00:30)

Offline

#60 2022-07-19 20:19:12

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

Re: [SOLVED] Boot hangs on [ OK ] Started Acounts Service.

1. Do not create static server configurations (nvidia-xconfig, nvidia-settings config feature is the same and Xorg -configure isn't any better)
2. You somehow screwed up the DKMS (when changing away from I guess nvidia-470xx), so you may want to revisit https://wiki.archlinux.org/title/Dynami … le_Support
3. "xrandr -q" and check the outputs edid in /sys/class/drm/card0-*/edid - you can cat those files into https://aur.archlinux.org/packages/edid-decode-git

Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

The 75Hz issue should be subject to another thread.

Offline

#61 2022-07-19 21:15:35

michaelii
Member
Registered: 2021-09-23
Posts: 51

Re: [SOLVED] Boot hangs on [ OK ] Started Acounts Service.

seth wrote:

1. Do not create static server configurations (nvidia-xconfig, nvidia-settings config feature is the same and Xorg -configure isn't any better)
2. You somehow screwed up the DKMS (when changing away from I guess nvidia-470xx), so you may want to revisit https://wiki.archlinux.org/title/Dynami … le_Support
3. "xrandr -q" and check the outputs edid in /sys/class/drm/card0-*/edid - you can cat those files into https://aur.archlinux.org/packages/edid-decode-git

Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

The 75Hz issue should be subject to another thread.

Thanks for your help!

Offline

Board footer

Powered by FluxBB