Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: fridaytime on 11 September 2020, 05:06:50

Title: Help me trace the issue
Post by: fridaytime on 11 September 2020, 05:06:50
Hello. I'm using Artix LXDE runit on bare metal. Sometimes I am login into black screen, without even a console in it.Switching to first tty by hitting alt + f1 being able only see this:
https://ibb.co/XYfwJc4
for a second, until it leaves me with blackiness again. I can fix this, by hitting so called Magic SysRq key + K, but I am obviously want to fix it normal way.
With which part of soft there is issue? Where my logs on runit stored?
Title: Re: Help me trace the issue
Post by: alium on 11 September 2020, 08:43:55
did you search internet? https://www.startpage.com/do/dsearch?query=1+client+rule+loaded+client+connected+from+&cat=web&pl=ext-ff&language=english&extVersion=1.3.0

pute here:
Code: [Select]
cat /var/log/Xorg.0.log

Code: [Select]
lspci

Code: [Select]
dmesg

if you really want our help....;-)
Title: Re: Help me trace the issue
Post by: fridaytime on 11 September 2020, 20:19:52
Hello, thank you for reply. I have google it within google/duckduckgo several times with: linux client has disconnected. I have also google it with your keywords and the only interesting info was related to acpid, which I believe not using in system? Without knowing, my asumptions are crazy wide from falling driver stability to the xorg related bug.
Anyway my logs are: Xorg.0.log (https://pastebin.com/bMyv8Wsn),lspci (https://pastebin.com/3ureq0UR) ,dmesg (https://pastebin.com/uhVAphNv)
Title: Re: Help me trace the issue
Post by: alium on 11 September 2020, 22:02:02
Code: [Select]
[    75.645] (EE) event10 - Gaming KB  Gaming KB : client bug: event processing lagging behind by 28ms, your system is too slow
[    92.197] (EE) event10 - Gaming KB  Gaming KB : client bug: event processing lagging behind by 20ms, your system is too slow
[   112.661] (EE) event10 - Gaming KB  Gaming KB : client bug: event processing lagging behind by 34ms, your system is too slow

show us your Xorg config files, please - from /etc/X11/xorg.conf.d

but  i don't think, that this (EE) problem is your main problem...

Which DM you use? (ssdm, gdm, lightdm, xdm, another) ?
Title: Re: Help me trace the issue
Post by: fridaytime on 12 September 2020, 22:17:48
Hey again. I am using LXDE, as
Code: [Select]
env | grep DESKTOP_SESSION=
told me. I am not sure. But Its one of yours iso, I didnt changed DM in there.
The files here 20-amdgpu.conf (https://pastebin.com/Wf1jptSM) and 00-keyboard.conf (https://pastebin.com/SWxwRDAt). I also have there monitor.conf, but I commented lines in it, due to x server failing to start with it.
Spoiler (click to show/hide)