You are not logged in.

#1 2021-12-27 22:13:39

twoexem
Member
From: Hattingen, NRW, Germany
Registered: 2021-12-27
Posts: 21
Website

[SOLVED] X11 doesn't recognise i915 driver although it is loaded

Hello!
This is my first post, so please excuse any small mistakes from my side.
I recently got a convertible notebook, and so far it has been working perfectly with Arch and the KDE Plasma desktop, but I have a problem.
When I rotate the screen to the left so I can use the device like a tablet, I get heavy screen tearing issues. They don't appear in the normal orientation. So, of course I went to the Wiki and searched for troubleshooting tips. Making the custom config file was easy, but X11 wouldn't start again due to not finding the proper driver (or more specifically, not finding the module "intel" or module "i915"). Now, the Arch wiki had a fix about that, but adding those modules to the initramfs or adding kernel parameters didn't work either. It's not that much of an issue, but I'm just wondering why all the fixes don't seem to work…

Any help is appreciated!

I'll also provide the output of my log file, in case anybody needs or wants it. This one is from trying to use the intel driver.

[    21.165] 
X.Org X Server 1.21.1.2
X Protocol Version 11, Revision 0
[    21.166] Current Operating System: Linux archlinux 5.15.11-arch2-1 #1 SMP PREEMPT Wed, 22 Dec 2021 09:23:54 +0000 x86_64
[    21.166] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=370573c1-e6b9-4de3-913e-cdf9e4b881f1 rw loglevel=3 quiet video=SVIDEO-1:d
[    21.166]  
[    21.166] Current version of pixman: 0.40.0
[    21.166] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    21.166] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    21.167] (==) Log file: "/home/mm/.local/share/xorg/Xorg.0.log", Time: Mon Dec 27 22:52:47 2021
[    21.168] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    21.168] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    21.168] (==) No Layout section.  Using the first Screen section.
[    21.168] (==) No screen section available. Using defaults.
[    21.168] (**) |-->Screen "Default Screen Section" (0)
[    21.168] (**) |   |-->Monitor "<default monitor>"
[    21.168] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    21.168] (**) |   |-->Device "Intel Graphics"
[    21.168] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    21.168] (==) Automatically adding devices
[    21.168] (==) Automatically enabling devices
[    21.168] (==) Automatically adding GPU devices
[    21.168] (==) Automatically binding GPU devices
[    21.168] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    21.168] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    21.168] 	Entry deleted from font path.
[    21.169] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[    21.169] 	Entry deleted from font path.
[    21.169] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF").
[    21.169] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    21.169] 	Entry deleted from font path.
[    21.169] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    21.169] 	Entry deleted from font path.
[    21.169] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    21.169] 	Entry deleted from font path.
[    21.169] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    21.169] 	Entry deleted from font path.
[    21.169] (==) FontPath set to:
	
[    21.169] (==) ModulePath set to "/usr/lib/xorg/modules"
[    21.169] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    21.169] (II) Module ABI versions:
[    21.169] 	X.Org ANSI C Emulation: 0.4
[    21.169] 	X.Org Video Driver: 25.2
[    21.169] 	X.Org XInput driver : 24.4
[    21.169] 	X.Org Server Extension : 10.0
[    21.171] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    21.173] (II) xfree86: Adding drm device (/dev/dri/card0)
[    21.173] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[    21.173] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[    21.179] (--) PCI:*(0@0:2:0) 8086:3185:1e39:a001 rev 6, Mem @ 0xa0000000/16777216, 0x90000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[    21.179] (II) Open ACPI successful (/var/run/acpid.socket)
[    21.179] (II) LoadModule: "glx"
[    21.180] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    21.182] (II) Module glx: vendor="X.Org Foundation"
[    21.182] 	compiled for 1.21.1.2, module version = 1.0.0
[    21.182] 	ABI class: X.Org Server Extension, version 10.0
[    21.182] (II) LoadModule: "intel"
[    21.182] (WW) Warning, couldn't open module intel
[    21.182] (EE) Failed to load module "intel" (module does not exist, 0)
[    21.182] (EE) No drivers available.
[    21.182] (EE) 
Fatal server error:
[    21.182] (EE) no screens found(EE) 
[    21.182] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[    21.182] (EE) Please also check the log file at "/home/mm/.local/share/xorg/Xorg.0.log" for additional information.
[    21.182] (EE) 
[    21.237] (EE) Server terminated with error (1). Closing log file.

Last edited by twoexem (2021-12-27 22:38:38)

Offline

#2 2021-12-27 22:30:30

loqs
Member
Registered: 2014-03-06
Posts: 17,372

Re: [SOLVED] X11 doesn't recognise i915 driver although it is loaded

What is the output of

pacman -Q xf86-video-intel

Offline

#3 2021-12-27 22:33:08

twoexem
Member
From: Hattingen, NRW, Germany
Registered: 2021-12-27
Posts: 21
Website

Re: [SOLVED] X11 doesn't recognise i915 driver although it is loaded

Not installed

…Yeeeaaaaahhhh, I should've probably had that by now…

Offline

#4 2021-12-27 22:41:37

twoexem
Member
From: Hattingen, NRW, Germany
Registered: 2021-12-27
Posts: 21
Website

Re: [SOLVED] X11 doesn't recognise i915 driver although it is loaded

Alright, installed it and now it works. Thanks again for the quick reply. I swear, I'll pay a bit more attention next time >_>
Sorry for the stupid question, and have a nice evening/day/morning/whatever!

Offline

Board footer

Powered by FluxBB