I don't know where to post this, but I guess since I'm using the runit distribution of Artix this might be a good place.
Distribution: https://iso.artixlinux.org/iso/artix-xfce-runit-20200506-x86_64.iso with the most recent updates as of this post.
Video Card: Nvidia GTX 670
DM: LightDM
First describing the problem:
I can boot my computer just fine, and get past GRUB along with most of the initialization that the system does.
Just before the window manager/X starts, I will occasionally, and at complete random be presented with a blinking cursor and a black screen.
I am unable to type anything into the command line, and Ctrl-Alt-F2 to get into the TTY works for about a split second before the screen reverts back to the black screen with the cursor.
My only solution for the time being has been to restart and hope that I can successfully boot into a desktop environment.
I can manage to key about 1 key press in before the screen changes back, so I tried typing in startx by toggling to the tty and typing in a character just before the screen goes black again.
The server wouldn't start, and generated an error log. Here is part of the log, and I believe this is the problem, but i don't know how to correct it.
From ~/.local/share/xorg/Xorg.1.log
[ 43.300] (EE) systemd-logind: failed to take device /dev/dri/card0: Device or resource busy
From a more recent log:
[ 30.901] (EE) Error systemd-logind returned paused fd for drm node
And common to both of these logs:
[ 43.305] (EE) Failed to load module "nv" (module does not exist, 0)
[ 43.308] (EE) NOUVEAU(0): [drm] failed to set drm interface version.
[ 43.308] (EE) NOUVEAU(0): [drm] error opening the drm
[ 43.308] (EE) NOUVEAU(0): 910:
[ 43.308] (II) UnloadModule: "nouveau"
[ 43.308] (EE) Screen(s) found, but none have a usable configuration.
[ 43.308] (EE)
Fatal server error:
[ 43.308] (EE) no screens found(EE)
[ 43.308] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 43.308] (EE) Please also check the log file at "<UserHome>/.local/share/xorg/Xorg.1.log" for additional information.
[ 43.308] (EE)
[ 43.309] (EE) Server terminated with error (1). Closing log file.
lspci:
01:00.0 VGA compatible controller: NVIDIA Corporation GK104 [GeForce GTX 670] (rev a1)
The result is that I can sometimes boot into the operating system, and sometimes I can't, and of course it's frustrating.
Hopefully someone can be of help! Thanks.