Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: GRUB boots into a black screen on Runit (Read 1585 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

GRUB boots into a black screen on Runit

Hello,
After having made an update on my Runit system it doesn't want to boot into a graphical user interface anymore. Right after GRUB the screen just goes all black, I can't even do Ctrl+Alt+F2.
Luckily, if I add "nomodeset" to my GRUB configuration I can boot into the system as normal, except that the resolution is locked at 1024x768, which is not exactly optimal for much of anything. Anyone who knows how to get any further with this?
It's worth mentioning that I'm using an AMD GPU, not Nvidia like most people who are having similar problems.

Re: GRUB boots into a black screen on Runit

Reply #1
As discussed in IRC, I believe the core of this issue is a race condition involving elogind. Looking at the lightdm-runit init script (this is what was autostarting on boot), the script only checks dbus but not elogind. Probably, it will work if you add this line after the dbus check to the run file.

Code: [Select]
sv check elogind > /dev/null || exit 1

Re: GRUB boots into a black screen on Runit

Reply #2
Hello,
After having made an update on my Runit system it doesn't want to boot into a graphical user interface anymore. Right after GRUB the screen just goes all black, I can't even do Ctrl+Alt+F2.
Luckily, if I add "nomodeset" to my GRUB configuration I can boot into the system as normal, except that the resolution is locked at 1024x768, which is not exactly optimal for much of anything. Anyone who knows how to get any further with this?
It's worth mentioning that I'm using an AMD GPU, not Nvidia like most people who are having similar problems.

That problem happened to me too, but using nvidia graphics, and I was seeing a similar issue that seemed to conflict with lightdm, we had to add "sleep 1" to the lightdm script and that solved it. To me it worked like this, I'll leave you the link to the topic:

[SOLVED] Black screen with blinking cursor




Code: [Select]
sudo nano /run/runit/service/lightdm/run

Code: [Select]
#!/bin/sh
sv check dbus >/dev/null || exit 1
install -d -m0711 -olightdm -glightdm /run/lightdm
exec lightdm

add "sleep 1", would look like this:

Code: [Select]
#!/bin/sh
sv check dbus >/dev/null || exit 1
sleep 1
install -d -m0711 -olightdm -glightdm /run/lightdm
exec lightdm



at least that worked for me


Re: GRUB boots into a black screen on Runit

Reply #3
Code: [Select]
sv check elogind > /dev/null || exit 1
add "sleep 1", would look like this:

Code: [Select]
#!/bin/sh
sv check dbus >/dev/null || exit 1
sleep 1
install -d -m0711 -olightdm -glightdm /run/lightdm
exec lightdm



at least that worked for me
Alright, I've tried both of these, and neither seems to change anything when booting. It still just goes to a black screen.

Re: GRUB boots into a black screen on Runit

Reply #4
Alright, I've tried both of these, and neither seems to change anything when booting. It still just goes to a black screen.

Do you have elogind-runit installed and enabled to start on boot?

Re: GRUB boots into a black screen on Runit

Reply #5
Do you have elogind-runit installed and enabled to start on boot?
Indeed, elogind seems to be running right now.

Code: [Select]
hale-bopp:[user]:~$ sudo sv status elogind
[sudo] password for user:
run: elogind: (pid 1175) 1767s
hale-bopp:[user]:~$

Re: GRUB boots into a black screen on Runit

Reply #6
Indeed, elogind seems to be running right now.

Code: [Select]
hale-bopp:[user]:~$ sudo sv status elogind
[sudo] password for user:
run: elogind: (pid 1175) 1767s
hale-bopp:[user]:~$

Right but it's possible dbus is autostarting it instead of the service manager which can cause problems. What is the output of "ps aux | grep elogind"?

Re: GRUB boots into a black screen on Runit

Reply #7
Right but it's possible dbus is autostarting it instead of the service manager which can cause problems. What is the output of "ps aux | grep elogind"?
Here you go:
Code: [Select]
root      1131  0.0  0.0   2224   724 ?        Ss   20:07   0:00 runsv elogind
root      1175  0.0  0.0   4204  3460 ?        S    20:07   0:00 /usr/lib/elogind/elogind
user      6929  0.0  0.0   9200  2612 pts/0    S+   22:04   0:00 grep --colour=auto elogind

Re: GRUB boots into a black screen on Runit

Reply #8
Yeah that looks right. Just to be clear, does it work if you disable lightdm on autostart and then start xorg manually (with startx)?

Re: GRUB boots into a black screen on Runit

Reply #9
Yeah that looks right. Just to be clear, does it work if you disable lightdm on autostart and then start xorg manually (with startx)?
I'd love to try. Is there any way to disable LightDM while making it easy to recover afterwards, so I don't risk end up bricking my installation so that I just have to re-install the entire thing instead? All I can find is information on how to do this on Systemd unfortunately.

EDIT:
Alright, I managed to find the instructions on how to disable LightDM from autostarting. Unfortunately, I still had to use nomodeset in order to not just get a black screen after GRUB. And even then, I couldn't even start X using startx, so I ended up having to relink LightDM from the TTY. The log from when X tried to start is attached below:

Code: [Select]
[    84.787] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[    84.788]
X.Org X Server 1.20.9
X Protocol Version 11, Revision 0
[    84.791] Build Operating System: Linux Artix Linux
[    84.792] Current Operating System: Linux hale-bopp 5.9.2-artix1-1 #1 SMP PREEMPT Thu, 29 Oct 2020 20:35:04 +0000 x86_64
[    84.792] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=ccafed6d-568d-43ea-8213-9e1c1dec1f30 rw net.ifnames=0 nomodeset
[    84.793] Build Date: 02 September 2020  08:51:09AM
[    84.794] 
[    84.795] Current version of pixman: 0.40.0
[    84.797] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[    84.797] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    84.801] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Nov  6 11:20:16 2020
[    84.802] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    84.803] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    84.803] (==) No Layout section.  Using the first Screen section.
[    84.803] (==) No screen section available. Using defaults.
[    84.803] (**) |-->Screen "Default Screen Section" (0)
[    84.803] (**) |   |-->Monitor "<default monitor>"
[    84.803] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[    84.803] (==) Automatically adding devices
[    84.803] (==) Automatically enabling devices
[    84.803] (==) Automatically adding GPU devices
[    84.803] (==) Automatically binding GPU devices
[    84.803] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    84.803] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    84.803] Entry deleted from font path.
[    84.803] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    84.803] Entry deleted from font path.
[    84.803] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    84.803] Entry deleted from font path.
[    84.803] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    84.803] Entry deleted from font path.
[    84.803] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/TTF
[    84.803] (==) ModulePath set to "/usr/lib/xorg/modules"
[    84.803] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[    84.803] (II) Module ABI versions:
[    84.803] X.Org ANSI C Emulation: 0.4
[    84.803] X.Org Video Driver: 24.1
[    84.803] X.Org XInput driver : 24.1
[    84.803] X.Org Server Extension : 10.0
[    84.804] (++) using VT number 1

[    84.805] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    84.808] (--) PCI:*(8@0:0:0) 1002:67ff:1da2:e348 rev 207, Mem @ 0xe0000000/268435456, 0xf0000000/2097152, 0xfcf00000/262144, I/O @ 0x0000f000/256, BIOS @ 0x????????/131072
[    84.808] (II) Open ACPI successful (/var/run/acpid.socket)
[    84.808] (II) LoadModule: "glx"
[    84.808] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    84.809] (II) Module glx: vendor="X.Org Foundation"
[    84.809] compiled for 1.20.9, module version = 1.0.0
[    84.809] ABI class: X.Org Server Extension, version 10.0
[    84.809] (==) Matched ati as autoconfigured driver 0
[    84.809] (==) Matched modesetting as autoconfigured driver 1
[    84.809] (==) Matched fbdev as autoconfigured driver 2
[    84.809] (==) Matched vesa as autoconfigured driver 3
[    84.809] (==) Assigned the driver to the xf86ConfigLayout
[    84.809] (II) LoadModule: "ati"
[    84.809] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[    84.809] (II) Module ati: vendor="X.Org Foundation"
[    84.809] compiled for 1.20.8, module version = 19.1.0
[    84.809] Module class: X.Org Video Driver
[    84.809] ABI class: X.Org Video Driver, version 24.1
[    84.809] (II) LoadModule: "radeon"
[    84.809] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[    84.809] (II) Module radeon: vendor="X.Org Foundation"
[    84.809] compiled for 1.20.8, module version = 19.1.0
[    84.809] Module class: X.Org Video Driver
[    84.809] ABI class: X.Org Video Driver, version 24.1
[    84.809] (II) LoadModule: "modesetting"
[    84.809] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    84.809] (II) Module modesetting: vendor="X.Org Foundation"
[    84.809] compiled for 1.20.9, module version = 1.20.9
[    84.809] Module class: X.Org Video Driver
[    84.809] ABI class: X.Org Video Driver, version 24.1
[    84.809] (II) LoadModule: "fbdev"
[    84.809] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    84.809] (II) Module fbdev: vendor="X.Org Foundation"
[    84.809] compiled for 1.20.8, module version = 0.5.0
[    84.809] Module class: X.Org Video Driver
[    84.809] ABI class: X.Org Video Driver, version 24.1
[    84.809] (II) LoadModule: "vesa"
[    84.809] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    84.810] (II) Module vesa: vendor="X.Org Foundation"
[    84.810] compiled for 1.20.9, module version = 2.5.0
[    84.810] Module class: X.Org Video Driver
[    84.810] ABI class: X.Org Video Driver, version 24.1
[    84.810] (II) RADEON: Driver for ATI/AMD Radeon chipsets:
ATI Radeon Mobility X600 (M24), ATI FireMV 2400,
ATI Radeon Mobility X300 (M24), ATI FireGL M24 GL,
ATI Radeon X600 (RV380), ATI FireGL V3200 (RV380),
ATI Radeon IGP320 (A3), ATI Radeon IGP330/340/350 (A4),
ATI Radeon 9500, ATI Radeon 9600TX, ATI FireGL Z1, ATI Radeon 9800SE,
ATI Radeon 9800, ATI FireGL X2, ATI Radeon 9600, ATI Radeon 9600SE,
ATI Radeon 9600XT, ATI FireGL T2, ATI Radeon 9650, ATI FireGL RV360,
ATI Radeon 7000 IGP (A4+), ATI Radeon 8500 AIW,
ATI Radeon IGP320M (U1), ATI Radeon IGP330M/340M/350M (U2),
ATI Radeon Mobility 7000 IGP, ATI Radeon 9000/PRO, ATI Radeon 9000,
ATI Radeon X800 (R420), ATI Radeon X800PRO (R420),
ATI Radeon X800SE (R420), ATI FireGL X3 (R420),
ATI Radeon Mobility 9800 (M18), ATI Radeon X800 SE (R420),
ATI Radeon X800XT (R420), ATI Radeon X800 VE (R420),
ATI Radeon X850 (R480), ATI Radeon X850 XT (R480),
ATI Radeon X850 SE (R480), ATI Radeon X850 PRO (R480),
ATI Radeon X850 XT PE (R480), ATI Radeon Mobility M7,
ATI Mobility FireGL 7800 M7, ATI Radeon Mobility M6,
ATI FireGL Mobility 9000 (M9), ATI Radeon Mobility 9000 (M9),
ATI Radeon 9700 Pro, ATI Radeon 9700/9500Pro, ATI FireGL X1,
ATI Radeon 9800PRO, ATI Radeon 9800XT,
ATI Radeon Mobility 9600/9700 (M10/M11),
ATI Radeon Mobility 9600 (M10), ATI Radeon Mobility 9600 (M11),
ATI FireGL Mobility T2 (M10), ATI FireGL Mobility T2e (M11),
ATI Radeon, ATI FireGL 8700/8800, ATI Radeon 8500, ATI Radeon 9100,
ATI Radeon 7500, ATI Radeon VE/7000, ATI ES1000,
ATI Radeon Mobility X300 (M22), ATI Radeon Mobility X600 SE (M24C),
ATI FireGL M22 GL, ATI Radeon X800 (R423), ATI Radeon X800PRO (R423),
ATI Radeon X800LE (R423), ATI Radeon X800SE (R423),
ATI Radeon X800 XTP (R430), ATI Radeon X800 XL (R430),
ATI Radeon X800 SE (R430), ATI Radeon X800 (R430),
ATI FireGL V7100 (R423), ATI FireGL V5100 (R423),
ATI FireGL unknown (R423), ATI Mobility FireGL V5000 (M26),
ATI Mobility Radeon X700 XL (M26), ATI Mobility Radeon X700 (M26),
ATI Radeon X550XTX, ATI Radeon 9100 IGP (A5),
ATI Radeon Mobility 9100 IGP (U3), ATI Radeon XPRESS 200,
ATI Radeon XPRESS 200M, ATI Radeon 9250, ATI Radeon 9200,
ATI Radeon 9200SE, ATI FireMV 2200, ATI Radeon X300 (RV370),
ATI Radeon X600 (RV370), ATI Radeon X550 (RV370),
ATI FireGL V3100 (RV370), ATI FireMV 2200 PCIE (RV370),
ATI Radeon Mobility 9200 (M9+), ATI Mobility Radeon X800 XT (M28),
ATI Mobility FireGL V5100 (M28), ATI Mobility Radeon X800 (M28),
ATI Radeon X850, ATI unknown Radeon / FireGL (R480),
ATI Radeon X800XT (R423), ATI FireGL V5000 (RV410),
ATI Radeon X700 XT (RV410), ATI Radeon X700 PRO (RV410),
ATI Radeon X700 SE (RV410), ATI Radeon X700 (RV410),
ATI Radeon X1800, ATI Mobility Radeon X1800 XT,
ATI Mobility Radeon X1800, ATI Mobility FireGL V7200,
ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100,
ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
ATI Mobility Radeon X1400, ATI Radeon X1550 64-bit,
ATI Mobility Radeon X1300, ATI Radeon X1300, ATI FireGL V3300,
ATI FireGL V3350, ATI Mobility Radeon X1450,
ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
ATI FireMV 2250, ATI Radeon X1650, ATI Mobility FireGL V5200,
ATI Mobility Radeon X1600, ATI Radeon X1300 XT/X1600 Pro,
ATI FireGL V3400, ATI Mobility FireGL V5250,
ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT,
ATI FireGL V5200, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300,
ATI Radeon X1950, ATI Radeon X1900, ATI AMD Stream Processor,
ATI RV560, ATI Mobility Radeon X1900, ATI Radeon X1950 GT, ATI RV570,
ATI FireGL V7400, ATI Radeon 9100 PRO IGP,
ATI Radeon Mobility 9200 IGP, ATI Radeon X1200, ATI RS740,
ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro,
ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600,
ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL),
ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
ATI Mobility RADEON HD 4850 X2, ATI FirePro RV770,
AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL),
ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
ATI FirePro M7750, ATI M98, ATI Mobility Radeon HD 4650,
ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,
ATI FirePro M5750, ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI RV610,
ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI Radeon HD 2350,
ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400,
ATI RADEON E2400, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
ATI Mobility Radeon HD 3850 X2, ATI Mobility Radeon HD 3870,
ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2,
ATI FireGL V7700, ATI Radeon HD3690, AMD Firestream 9170,
ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon HD 4350,
ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
ATI FireGL V3600, ATI Radeon HD 2600 LE,
ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
ATI Radeon HD 3450, ATI Radeon HD 3430, ATI FirePro V3700,
ATI FireMV 2450, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
ATI Radeon HD 3300 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO2,
ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200,
ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
AMD Radeon HD 6300 Series Graphics,
AMD Radeon HD 6200 Series Graphics, PALM, CYPRESS,
ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
AMD Firestream 9350, ATI Radeon HD 5800 Series,
ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series,
REDWOOD, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro 2270,
ATI Radeon HD 5450, CAYMAN, AMD Radeon HD 6900 Series,
AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS,
ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI,
MULLINS, KAVERI, HAWAII
[    84.811] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    84.811] (II) FBDEV: driver for framebuffer: fbdev
[    84.811] (II) VESA: driver for VESA chipsets: vesa
[    84.811] (EE) open /dev/dri/card0: No such file or directory
[    84.811] (WW) Falling back to old probe method for modesetting
[    84.811] (EE) open /dev/dri/card0: No such file or directory
[    84.811] (II) Loading sub module "fbdevhw"
[    84.811] (II) LoadModule: "fbdevhw"
[    84.811] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    84.811] (II) Module fbdevhw: vendor="X.Org Foundation"
[    84.811] compiled for 1.20.9, module version = 0.0.2
[    84.811] ABI class: X.Org Video Driver, version 24.1
[    84.811] (EE) Unable to find a valid framebuffer device
[    84.811] (WW) Falling back to old probe method for fbdev
[    84.811] (II) Loading sub module "fbdevhw"
[    84.811] (II) LoadModule: "fbdevhw"
[    84.811] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    84.811] (II) Module fbdevhw: vendor="X.Org Foundation"
[    84.811] compiled for 1.20.9, module version = 0.0.2
[    84.811] ABI class: X.Org Video Driver, version 24.1
[    84.811] (II) FBDEV(2): using default device
[    84.811] vesa: Refusing to run on UEFI
[    84.811] (EE) Screen 0 deleted because of no matching config section.
[    84.811] (II) UnloadModule: "modesetting"
[    84.811] (EE) Screen 0 deleted because of no matching config section.
[    84.811] (II) UnloadModule: "fbdev"
[    84.811] (II) UnloadSubModule: "fbdevhw"
[    84.811] (II) FBDEV(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[    84.811] (==) FBDEV(0): Depth 24, (==) framebuffer bpp 32
[    84.811] (==) FBDEV(0): RGB weight 888
[    84.811] (==) FBDEV(0): Default visual is TrueColor
[    84.811] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
[    84.811] (II) FBDEV(0): hardware: EFI VGA (video memory: 3072kB)
[    84.811] (DB) xf86MergeOutputClassOptions unsupported bus type 0
[    84.811] (II) FBDEV(0): checking modes against framebuffer device...
[    84.811] (II) FBDEV(0): checking modes against monitor...
[    84.811] (II) FBDEV(0): Virtual size is 1024x768 (pitch 1024)
[    84.811] (**) FBDEV(0):  Built-in mode "current": 78.7 MHz, 59.9 kHz, 75.7 Hz
[    84.811] (II) FBDEV(0): Modeline "current"x0.0   78.65  1024 1056 1184 1312  768 772 776 792 -hsync -vsync -csync (59.9 kHz b)
[    84.811] (==) FBDEV(0): DPI set to (96, 96)
[    84.811] (II) Loading sub module "fb"
[    84.811] (II) LoadModule: "fb"
[    84.811] (II) Loading /usr/lib/xorg/modules/libfb.so
[    84.811] (II) Module fb: vendor="X.Org Foundation"
[    84.811] compiled for 1.20.9, module version = 1.0.0
[    84.811] ABI class: X.Org ANSI C Emulation, version 0.4
[    84.811] (**) FBDEV(0): using shadow framebuffer
[    84.811] (II) Loading sub module "shadow"
[    84.811] (II) LoadModule: "shadow"
[    84.811] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    84.811] (II) Module shadow: vendor="X.Org Foundation"
[    84.811] compiled for 1.20.9, module version = 1.1.0
[    84.811] ABI class: X.Org ANSI C Emulation, version 0.4
[    84.811] (II) UnloadModule: "radeon"
[    84.811] (II) Unloading radeon
[    84.811] (II) FBDEV(0): FBIOBLANK: Invalid argument (Screen blanking not supported by kernel - disabling)
[    84.811] (==) FBDEV(0): Backing store enabled
[    84.811] (==) FBDEV(0): DPMS enabled
[    84.811] (II) Initializing extension Generic Event Extension
[    84.811] (II) Initializing extension SHAPE
[    84.811] (II) Initializing extension MIT-SHM
[    84.811] (II) Initializing extension XInputExtension
[    84.812] (II) Initializing extension XTEST
[    84.812] (II) Initializing extension BIG-REQUESTS
[    84.812] (II) Initializing extension SYNC
[    84.812] (II) Initializing extension XKEYBOARD
[    84.812] (II) Initializing extension XC-MISC
[    84.812] (II) Initializing extension SECURITY
[    84.812] (II) Initializing extension XFIXES
[    84.812] (II) Initializing extension RENDER
[    84.812] (II) Initializing extension RANDR
[    84.812] (II) Initializing extension COMPOSITE
[    84.812] (II) Initializing extension DAMAGE
[    84.812] (II) Initializing extension MIT-SCREEN-SAVER
[    84.812] (II) Initializing extension DOUBLE-BUFFER
[    84.812] (II) Initializing extension RECORD
[    84.812] (II) Initializing extension DPMS
[    84.812] (II) Initializing extension Present
[    84.812] (II) Initializing extension DRI3
[    84.812] (II) Initializing extension X-Resource
[    84.812] (II) Initializing extension XVideo
[    84.812] (II) Initializing extension XVideo-MotionCompensation
[    84.812] (II) Initializing extension GLX
[    84.812] (II) AIGLX: Screen 0 is not DRI2 capable
[    84.850] (II) IGLX: Loaded and initialized swrast
[    84.850] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    84.850] (II) Initializing extension XFree86-VidModeExtension
[    84.850] (II) Initializing extension XFree86-DGA
[    84.850] (II) Initializing extension XFree86-DRI
[    84.850] (II) Initializing extension DRI2
[    84.871] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    84.871] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    84.871] (**) Power Button: Applying InputClass "system-keyboard"
[    84.871] (II) LoadModule: "libinput"
[    84.872] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    84.872] (II) Module libinput: vendor="X.Org Foundation"
[    84.873] compiled for 1.20.8, module version = 0.30.0
[    84.873] Module class: X.Org XInput Driver
[    84.873] ABI class: X.Org XInput driver, version 24.1
[    84.873] (II) Using input driver 'libinput' for 'Power Button'
[    84.873] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 16 paused 0
[    84.873] (**) Power Button: always reports core events
[    84.873] (**) Option "Device" "/dev/input/event1"
[    84.873] (**) Option "_source" "server/udev"
[    84.874] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    84.874] (II) event1  - Power Button: device is a keyboard
[    84.874] (II) event1  - Power Button: device removed
[    84.874] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[    84.874] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    84.874] (**) Option "xkb_model" "pc104"
[    84.874] (**) Option "xkb_layout" "eu"
[    84.886] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    84.886] (II) event1  - Power Button: device is a keyboard
[    84.887] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    84.887] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    84.887] (**) Power Button: Applying InputClass "system-keyboard"
[    84.887] (II) Using input driver 'libinput' for 'Power Button'
[    84.887] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 19 paused 0
[    84.887] (**) Power Button: always reports core events
[    84.887] (**) Option "Device" "/dev/input/event0"
[    84.887] (**) Option "_source" "server/udev"
[    84.887] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    84.888] (II) event0  - Power Button: device is a keyboard
[    84.888] (II) event0  - Power Button: device removed
[    84.888] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    84.888] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    84.888] (**) Option "xkb_model" "pc104"
[    84.888] (**) Option "xkb_layout" "eu"
[    84.888] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    84.888] (II) event0  - Power Button: device is a keyboard
[    84.889] (II) config/udev: Adding input device Clearly Superior Technologies. CST Laser Trackball (/dev/input/event14)
[    84.889] (**) Clearly Superior Technologies. CST Laser Trackball: Applying InputClass "libinput pointer catchall"
[    84.889] (II) Using input driver 'libinput' for 'Clearly Superior Technologies. CST Laser Trackball'
[    84.943] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 20 paused 0
[    84.943] (**) Clearly Superior Technologies. CST Laser Trackball: always reports core events
[    84.943] (**) Option "Device" "/dev/input/event14"
[    84.943] (**) Option "_source" "server/udev"
[    84.944] (II) event14 - Clearly Superior Technologies. CST Laser Trackball: is tagged by udev as: Mouse Trackball
[    84.944] (II) event14 - Clearly Superior Technologies. CST Laser Trackball: device is a pointer
[    84.944] (II) event14 - Clearly Superior Technologies. CST Laser Trackball: device removed
[    84.944] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-5/1-5:1.0/0003:5332:1400.0002/input/input14/event14"
[    84.944] (II) XINPUT: Adding extended input device "Clearly Superior Technologies. CST Laser Trackball" (type: MOUSE, id 8)
[    84.944] (**) Option "AccelerationScheme" "none"
[    84.945] (**) Clearly Superior Technologies. CST Laser Trackball: (accel) selected scheme none/0
[    84.945] (**) Clearly Superior Technologies. CST Laser Trackball: (accel) acceleration factor: 2.000
[    84.945] (**) Clearly Superior Technologies. CST Laser Trackball: (accel) acceleration threshold: 4
[    84.945] (II) event14 - Clearly Superior Technologies. CST Laser Trackball: is tagged by udev as: Mouse Trackball
[    84.945] (II) event14 - Clearly Superior Technologies. CST Laser Trackball: device is a pointer
[    84.946] (II) config/udev: Adding input device Clearly Superior Technologies. CST Laser Trackball (/dev/input/mouse0)
[    84.946] (II) No input driver specified, ignoring this device.
[    84.946] (II) This device may have been added with another device file.
[    84.946] (II) config/udev: Adding input device HID Keyboard HID Keyboard (/dev/input/event15)
[    84.946] (**) HID Keyboard HID Keyboard: Applying InputClass "libinput keyboard catchall"
[    84.946] (**) HID Keyboard HID Keyboard: Applying InputClass "system-keyboard"
[    84.946] (II) Using input driver 'libinput' for 'HID Keyboard HID Keyboard'
[    84.946] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 21 paused 0
[    84.946] (**) HID Keyboard HID Keyboard: always reports core events
[    84.946] (**) Option "Device" "/dev/input/event15"
[    84.946] (**) Option "_source" "server/udev"
[    84.947] (II) event15 - HID Keyboard HID Keyboard: is tagged by udev as: Keyboard
[    84.947] (II) event15 - HID Keyboard HID Keyboard: device is a keyboard
[    84.947] (II) event15 - HID Keyboard HID Keyboard: device removed
[    84.947] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-6/1-6:1.0/0003:04B4:EF0F.0003/input/input15/event15"
[    84.947] (II) XINPUT: Adding extended input device "HID Keyboard HID Keyboard" (type: KEYBOARD, id 9)
[    84.947] (**) Option "xkb_model" "pc104"
[    84.947] (**) Option "xkb_layout" "eu"
[    84.948] (II) event15 - HID Keyboard HID Keyboard: is tagged by udev as: Keyboard
[    84.948] (II) event15 - HID Keyboard HID Keyboard: device is a keyboard
[    84.948] (II) config/udev: Adding input device HID Keyboard HID Keyboard (/dev/input/event16)
[    84.948] (**) HID Keyboard HID Keyboard: Applying InputClass "libinput keyboard catchall"
[    84.948] (**) HID Keyboard HID Keyboard: Applying InputClass "system-keyboard"
[    84.948] (II) Using input driver 'libinput' for 'HID Keyboard HID Keyboard'
[    84.949] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 22 paused 0
[    84.949] (**) HID Keyboard HID Keyboard: always reports core events
[    84.949] (**) Option "Device" "/dev/input/event16"
[    84.949] (**) Option "_source" "server/udev"
[    84.949] (II) event16 - HID Keyboard HID Keyboard: is tagged by udev as: Keyboard
[    84.950] (II) event16 - HID Keyboard HID Keyboard: device is a keyboard
[    84.950] (II) event16 - HID Keyboard HID Keyboard: device removed
[    84.950] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-6/1-6:1.1/0003:04B4:EF0F.0004/input/input16/event16"
[    84.950] (II) XINPUT: Adding extended input device "HID Keyboard HID Keyboard" (type: KEYBOARD, id 10)
[    84.950] (**) Option "xkb_model" "pc104"
[    84.950] (**) Option "xkb_layout" "eu"
[    84.950] (II) event16 - HID Keyboard HID Keyboard: is tagged by udev as: Keyboard
[    84.951] (II) event16 - HID Keyboard HID Keyboard: device is a keyboard
[    84.951] (II) config/udev: Adding input device HID Keyboard HID Keyboard Consumer Control (/dev/input/event17)
[    84.951] (**) HID Keyboard HID Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[    84.951] (**) HID Keyboard HID Keyboard Consumer Control: Applying InputClass "system-keyboard"
[    84.951] (II) Using input driver 'libinput' for 'HID Keyboard HID Keyboard Consumer Control'
[    84.951] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 23 paused 0
[    84.951] (**) HID Keyboard HID Keyboard Consumer Control: always reports core events
[    84.951] (**) Option "Device" "/dev/input/event17"
[    84.951] (**) Option "_source" "server/udev"
[    84.952] (II) event17 - HID Keyboard HID Keyboard Consumer Control: is tagged by udev as: Keyboard
[    84.952] (II) event17 - HID Keyboard HID Keyboard Consumer Control: device is a keyboard
[    84.952] (II) event17 - HID Keyboard HID Keyboard Consumer Control: device removed
[    84.952] (II) libinput: HID Keyboard HID Keyboard Consumer Control: needs a virtual subdevice
[    84.952] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-6/1-6:1.1/0003:04B4:EF0F.0004/input/input17/event17"
[    84.952] (II) XINPUT: Adding extended input device "HID Keyboard HID Keyboard Consumer Control" (type: MOUSE, id 11)
[    84.952] (**) Option "AccelerationScheme" "none"
[    84.952] (**) HID Keyboard HID Keyboard Consumer Control: (accel) selected scheme none/0
[    84.952] (**) HID Keyboard HID Keyboard Consumer Control: (accel) acceleration factor: 2.000
[    84.952] (**) HID Keyboard HID Keyboard Consumer Control: (accel) acceleration threshold: 4
[    84.953] (II) event17 - HID Keyboard HID Keyboard Consumer Control: is tagged by udev as: Keyboard
[    84.953] (II) event17 - HID Keyboard HID Keyboard Consumer Control: device is a keyboard
[    84.953] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event3)
[    84.953] (II) No input driver specified, ignoring this device.
[    84.953] (II) This device may have been added with another device file.
[    84.954] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event4)
[    84.954] (II) No input driver specified, ignoring this device.
[    84.954] (II) This device may have been added with another device file.
[    84.954] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event5)
[    84.954] (II) No input driver specified, ignoring this device.
[    84.954] (II) This device may have been added with another device file.
[    84.954] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event6)
[    84.954] (II) No input driver specified, ignoring this device.
[    84.954] (II) This device may have been added with another device file.
[    84.954] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event7)
[    84.954] (II) No input driver specified, ignoring this device.
[    84.954] (II) This device may have been added with another device file.
[    84.954] (II) config/udev: Adding input device Solid State System Co.,Ltd. USB PnP Audio Device (/dev/input/event13)
[    84.954] (**) Solid State System Co.,Ltd. USB PnP Audio Device: Applying InputClass "libinput keyboard catchall"
[    84.954] (**) Solid State System Co.,Ltd. USB PnP Audio Device: Applying InputClass "system-keyboard"
[    84.954] (II) Using input driver 'libinput' for 'Solid State System Co.,Ltd. USB PnP Audio Device'
[    84.955] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 24 paused 0
[    84.955] (**) Solid State System Co.,Ltd. USB PnP Audio Device: always reports core events
[    84.955] (**) Option "Device" "/dev/input/event13"
[    84.955] (**) Option "_source" "server/udev"
[    84.955] (II) event13 - Solid State System Co.,Ltd. USB PnP Audio Device: is tagged by udev as: Keyboard
[    84.955] (II) event13 - Solid State System Co.,Ltd. USB PnP Audio Device: device is a keyboard
[    84.955] (II) event13 - Solid State System Co.,Ltd. USB PnP Audio Device: device removed
[    84.955] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0a:00.3/usb3/3-3/3-3:1.3/0003:0C76:1676.0001/input/input13/event13"
[    84.955] (II) XINPUT: Adding extended input device "Solid State System Co.,Ltd. USB PnP Audio Device" (type: KEYBOARD, id 12)
[    84.955] (**) Option "xkb_model" "pc104"
[    84.955] (**) Option "xkb_layout" "eu"
[    84.956] (II) event13 - Solid State System Co.,Ltd. USB PnP Audio Device: is tagged by udev as: Keyboard
[    84.956] (II) event13 - Solid State System Co.,Ltd. USB PnP Audio Device: device is a keyboard
[    84.957] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event10)
[    84.957] (II) No input driver specified, ignoring this device.
[    84.957] (II) This device may have been added with another device file.
[    84.957] (II) config/udev: Adding input device HD-Audio Generic Line Out (/dev/input/event11)
[    84.957] (II) No input driver specified, ignoring this device.
[    84.957] (II) This device may have been added with another device file.
[    84.957] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event12)
[    84.957] (II) No input driver specified, ignoring this device.
[    84.957] (II) This device may have been added with another device file.
[    84.957] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event8)
[    84.957] (II) No input driver specified, ignoring this device.
[    84.957] (II) This device may have been added with another device file.
[    84.957] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event9)
[    84.957] (II) No input driver specified, ignoring this device.
[    84.957] (II) This device may have been added with another device file.
[    84.957] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[    84.957] (II) No input driver specified, ignoring this device.
[    84.957] (II) This device may have been added with another device file.
[    84.959] (**) HID Keyboard HID Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[    84.959] (**) HID Keyboard HID Keyboard Consumer Control: Applying InputClass "system-keyboard"
[    84.959] (II) Using input driver 'libinput' for 'HID Keyboard HID Keyboard Consumer Control'
[    84.959] (II) systemd-logind: returning pre-existing fd for /dev/input/event17 13:81
[    84.959] (**) HID Keyboard HID Keyboard Consumer Control: always reports core events
[    84.959] (**) Option "Device" "/dev/input/event17"
[    84.959] (**) Option "_source" "_driver/libinput"
[    84.959] (II) libinput: HID Keyboard HID Keyboard Consumer Control: is a virtual subdevice
[    84.959] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-6/1-6:1.1/0003:04B4:EF0F.0004/input/input17/event17"
[    84.959] (II) XINPUT: Adding extended input device "HID Keyboard HID Keyboard Consumer Control" (type: KEYBOARD, id 13)
[    84.959] (**) Option "xkb_model" "pc104"
[    84.959] (**) Option "xkb_layout" "eu"
[    84.965] (**) Option "fd" "16"
[    84.965] (II) event1  - Power Button: device removed
[    84.965] (**) Option "fd" "19"
[    84.965] (II) event0  - Power Button: device removed
[    84.965] (**) Option "fd" "20"
[    84.965] (II) event14 - Clearly Superior Technologies. CST Laser Trackball: device removed
[    84.965] (**) Option "fd" "21"
[    84.965] (II) event15 - HID Keyboard HID Keyboard: device removed
[    84.965] (**) Option "fd" "22"
[    84.965] (II) event16 - HID Keyboard HID Keyboard: device removed
[    84.965] (**) Option "fd" "23"
[    84.965] (**) Option "fd" "24"
[    84.965] (II) event13 - Solid State System Co.,Ltd. USB PnP Audio Device: device removed
[    84.966] (**) Option "fd" "23"
[    84.966] (II) event17 - HID Keyboard HID Keyboard Consumer Control: device removed
[    84.966] (II) UnloadModule: "libinput"
[    84.966] (II) systemd-logind: not releasing fd for 13:81, still in use
[    84.966] (II) UnloadModule: "libinput"
[    84.966] (II) systemd-logind: releasing fd for 13:77
[    85.000] (II) UnloadModule: "libinput"
[    85.000] (II) systemd-logind: releasing fd for 13:81
[    85.040] (II) UnloadModule: "libinput"
[    85.040] (II) systemd-logind: releasing fd for 13:80
[    85.107] (II) UnloadModule: "libinput"
[    85.107] (II) systemd-logind: releasing fd for 13:79
[    85.133] (II) UnloadModule: "libinput"
[    85.133] (II) systemd-logind: releasing fd for 13:78
[    85.187] (II) UnloadModule: "libinput"
[    85.187] (II) systemd-logind: releasing fd for 13:64
[    85.214] (II) UnloadModule: "libinput"
[    85.214] (II) systemd-logind: releasing fd for 13:65
[    85.259] (II) Server terminated successfully (0). Closing log file.

Re: GRUB boots into a black screen on Runit

Reply #10
Quote
open /dev/dri/card0: No such file or directory

Okay, I think this is your problem looking at the log. Somehow your card isn't in /dev/dri/ which definitely would screw everything up. I have no idea how this could be happening though. Do you have anything in /dev/dri? Maybe it's somehow getting loaded as card1 or something strange like that.

Re: GRUB boots into a black screen on Runit

Reply #11
Okay, I think this is your problem looking at the log. Somehow your card isn't in /dev/dri/ which definitely would screw everything up. I have no idea how this could be happening though. Do you have anything in /dev/dri? Maybe it's somehow getting loaded as card1 or something strange like that.
Alright, you're in for a surprise.
So, I finally gave up before you made that post and decided that just re-installing the OS would be less painful than continuing trying to find the error source. Especially since I wanted to have my computer fully functioning for the weekend.
However, when I started up the installer, the same issue happened there, and I had used the exact same version of the installer before. Weird. I decided to open my case, and discovered that the GPU wasn't fully in, the little snap-in hadn't engaged. Somehow it had managed to boot anyway. I had previously installed a card that redirected some USB 2.0 headers to the back panel, and due to the very tight cable pulling it was preventing the card from being fully pressed in.

I guess it's time for me to mark this topic solved. Thank you for all the help though.

Re: GRUB boots into a black screen on Runit

Reply #12
nowhere did you say exactly what your graphics card was... AMD GPU say us nothing :\

Re: GRUB boots into a black screen on Runit

Reply #13
nowhere did you say exactly what your graphics card was... AMD GPU say us nothing :\
It's a Radeon RX 550 640SP, I assumed it wasn't that relevant as long as it was known whether it was AMD or Nvidia.


 

Re: GRUB boots into a black screen on Runit

Reply #14
So please use a RIGHT driver! AMDGPU is your driver , not ati/radeon. That can fix your problem ;)
https://wiki.archlinux.org/index.php/Xorg#AMD

Code: [Select]
pacman -R xf86-video-ati
Code: [Select]
pacman -S xf86-video-amdgpu

Xorg config need change to "amdgpu" too