You are not logged in.

#1 2022-08-15 18:56:19

krypt
Member
Registered: 2016-05-15
Posts: 26

Xorg failing to load bunch of drivers

Hello,

Sometimes, after waking my laptop from suspend, the system freezes for half a second every ~20 seconds. While investigating the logs I noticed that Xorg complains about some drivers. However, normally system works fine. The freezing problem only happens after waking up from a suspend. I don't have an xorg.conf and nothing ing xorg.conf.d regarding video drivers. Do I need to install all of these drivers? Below are my gpu's and the errors:


sudo lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation CometLake-H GT2 [UHD Graphics] (rev 05)
01:00.0 VGA compatible controller: NVIDIA Corporation GA106M [GeForce RTX 3060 Mobile / Max-Q] (rev a1)
cat /var/log/Xorg.1.log | grep EE
[    18.325] Current Operating System: Linux archtuf 5.18.16-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 03 Aug 2022 11:25:04 +0000 x86_64
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    18.330] (EE) Failed to load module "nouveau" (module does not exist, 0)
[    18.331] (EE) Failed to load module "nv" (module does not exist, 0)
[    18.331] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    18.331] (EE) Failed to load module "vesa" (module does not exist, 0)
[    18.403] (II) Initializing extension MIT-SCREEN-SAVER
[    18.403] (EE) AIGLX error: dlopen of /usr/lib/dri/i965_dri.so failed (/usr/lib/dri/i965_dri.so: cannot open shared object file: No such file or directory)
[    18.403] (EE) AIGLX error: unable to load driver i965

Last edited by krypt (2022-08-15 18:56:44)

Offline

#2 2022-08-15 19:42:06

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,132

Re: Xorg failing to load bunch of drivers

Only install the drivers you need. Xorg will look for drivers which it could use, given your hardware, including some you'd only want to use as a very last resort, but it is best to install only those you want it to use. What does it find and use?


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#3 2022-08-16 17:59:52

krypt
Member
Registered: 2016-05-15
Posts: 26

Re: Xorg failing to load bunch of drivers

Well I installed the missing drivers and nothing changed. System still freezes for half a second every 20 seconds or so after waking up from a suspend. It is really annoying and I have to reboot it. I can't find anything in the logs. Where do I start debugging this?

Offline

#4 2022-08-16 18:43:43

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,132

Re: Xorg failing to load bunch of drivers

Figure out which drivers you need. Uninstall the ones you don't. Install the ones you do.

[Edited to remove useless advice.]

Last edited by cfr (2022-08-17 00:32:04)


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#5 2022-08-16 19:52:37

seth
Member
Registered: 2012-09-03
Posts: 50,983

Re: Xorg failing to load bunch of drivers

The cat abuser wrote:

cat /var/log/Xorg.1.log | grep EE

Nothing there is a problem or "error" in a fatal/problematic sense, let alone would explain your symptoms.

Well I installed the missing drivers and nothing changed

Please undo that. Esp. the vesa and fbdev driver would at best gloss over problems - you don't want these drivers at all.

after waking up from a suspend. … Where do I start debugging this?

System journal, not the xorg log.
Also elaborate on "freeze" - does it include sound? The mouse pointer?

And please edit your initial post for a better subject - "Xorg failing to load bunch of drivers" is meaninless and nonsense.

Offline

Board footer

Powered by FluxBB