You are not logged in.

#1 2022-12-08 12:22:06

trardokont
Member
Registered: 2019-01-20
Posts: 4

[SOLVED] IdeaPadGaming3 libGL errors creating dri and iris driver load

Hey all. I recently got a new laptop and am having some problems with the graphics card.

I am running XFCE 4.16 with the 6.0.11-arch1-1 kernel. I have the 12th Gen Intel i7-12650H with Intel Alder Lake-P GT1 [UHD Graphics] and an NVIDIA GeForce RTX 3050 Mobile GPUs and 32 GB of RAM. I wanted to tests the capabilities of the integrated Intel GPU before installing the nvidia drivers. So I ran glxgears and here is the error I am getting

glxgears                                                                                                                                                                           
error: Kernel is too old for Iris. Consider upgrading to kernel v4.16.
libGL error: glx: failed to create dri3 screen
libGL error: failed to load driver: iris

error: Kernel is too old for Iris. Consider upgrading to kernel v4.16.
libGL error: glx: failed to create dri2 screen
libGL error: failed to load driver: iris

I tried to check what the OpenGl Renderer is and here is what I get

glxinfo | grep "OpenGL renderer"                                                                                                                                                   
OpenGL renderer string: llvmpipe (LLVM 14.0.6, 256 bits)

At first I thought that this may be because I do not have some installed package, so I ran a check

Here are the packages I have installed as of posting this:

pacman -Q | grep -iE '(nvidia|mesa|intel|cuda|vulkan|vdpau)'                                                                                                                       
intel-gmmlib 22.1.4-2
intel-media-driver 22.4.4-2
intel-ucode 20221108-1
intellij-idea-community-edition 4:2022.3-1
lib32-libva-intel-driver 2.4.1-1
lib32-libva-mesa-driver 22.2.3-1
lib32-libvdpau 1.5-1
lib32-mesa 22.2.3-1
lib32-mesa-demos 8.5.0-1
lib32-mesa-utils 8.5.0-1
lib32-mesa-vdpau 22.2.3-1
lib32-vulkan-icd-loader 1.3.235-1
lib32-vulkan-intel 22.2.3-1
lib32-vulkan-mesa-layers 22.2.3-1
libva-intel-driver 2.4.1-2
libva-mesa-driver 22.2.3-1
libvdpau 1.5-1
mesa 22.2.3-1
mesa-demos 8.5.0-2
mesa-utils 8.5.0-2
mesa-vdpau 22.2.3-1
vdpauinfo 1.5-1
vulkan-headers 1:1.3.235-1
vulkan-icd-loader 1.3.235-1
vulkan-intel 22.2.3-1
vulkan-mesa-layers 22.2.3-1
vulkan-tools 1.3.226-1
xf86-video-intel 1:2.99.917+916+g31486f40-2

I also double checked to see if I have the proper files within the

/usr/lib/dri

and the

/lib/dri

directories (as well as their 32bit counterparts), the output bellow is identical to both and it appears to be correct:

-rwxr-xr-x  1 root root 7.8M Mar  6  2022 i965_drv_video.so
-rwxr-xr-x  1 root root  32M Aug 23 01:38 iHD_drv_video.so
-rwxr-xr-x 12 root root  25M Nov  8 19:19 zink_dri.so
-rwxr-xr-x 12 root root  25M Nov  8 19:19 vmwgfx_dri.so
-rwxr-xr-x 12 root root  25M Nov  8 19:19 virtio_gpu_dri.so
-rwxr-xr-x 12 root root  25M Nov  8 19:19 swrast_dri.so
-rwxr-xr-x  4 root root  12M Nov  8 19:19 radeonsi_drv_video.so
-rwxr-xr-x 12 root root  25M Nov  8 19:19 radeonsi_dri.so
-rwxr-xr-x  4 root root  12M Nov  8 19:19 r600_drv_video.so
-rwxr-xr-x 12 root root  25M Nov  8 19:19 r600_dri.so
-rwxr-xr-x 12 root root  25M Nov  8 19:19 r300_dri.so
-rwxr-xr-x  4 root root  12M Nov  8 19:19 nouveau_drv_video.so
-rwxr-xr-x 12 root root  25M Nov  8 19:19 nouveau_dri.so
-rwxr-xr-x 12 root root  25M Nov  8 19:19 kms_swrast_dri.so
-rwxr-xr-x 12 root root  25M Nov  8 19:19 iris_dri.so
-rwxr-xr-x  4 root root  12M Nov  8 19:19 d3d12_drv_video.so
-rwxr-xr-x 12 root root  25M Nov  8 19:19 d3d12_dri.so
-rwxr-xr-x 12 root root  25M Nov  8 19:19 crocus_dri.so

I then made sure that I have the correct modules in use via lsmod

lsmod | grep -iE '(iris|965|915|nouveau)'                                                                                                                                          
snd_timer              49152  3 snd_seq,snd_hrtimer,snd_pcm
i915                 3149824  4
nouveau              2752512  1
drm_ttm_helper         16384  1 nouveau
drm_buddy              20480  1 i915
mxm_wmi                16384  1 nouveau
intel_gtt              28672  1 i915
drm_display_helper    180224  2 i915,nouveau
cec                    81920  2 drm_display_helper,i915
ttm                    94208  3 drm_ttm_helper,i915,nouveau
i8042                  49152  1 ideapad_laptop
wmi                    45056  4 wmi_bmof,ideapad_laptop,mxm_wmi,nouveau
video                  65536  3 ideapad_laptop,i915,nouveau

From this it would seem that the i915 driver is loaded and in use. Looking at the relevant lspci output seems to confirm this

0000:00:02.0 VGA compatible controller [0300]: Intel Corporation Alder Lake-P GT1 [UHD Graphics] [8086:46a3] (rev 0c)
	Subsystem: Lenovo Device [17aa:3af6]
	Kernel driver in use: i915
	Kernel modules: i915

0000:01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GA107M [GeForce RTX 3050 Mobile] [10de:25a2] (rev a1)
	Subsystem: Lenovo Device [17aa:3af6]
	Kernel driver in use: nouveau
	Kernel modules: nouveau

So I then tried to run the glxgears with the following option

MESA_LOADER_DRIVER_OVERRIDE=i915 glxgears                                                                                                                                        
libGL error: MESA-LOADER: failed to open i915: /usr/lib/dri/i915_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/dri, suffix _dri)
libGL error: failed to load driver: i915
libGL error: MESA-LOADER: failed to open i915: /usr/lib/dri/i915_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/dri, suffix _dri)
libGL error: failed to load driver: i915
24014 frames in 5.0 seconds = 4802.632 FPS

MESA_LOADER_DRIVER_OVERRIDE=i915 glxinfo | grep "OpenGL renderer"                                                                                                                
libGL error: MESA-LOADER: failed to open i915: /usr/lib/dri/i915_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/dri, suffix _dri)
libGL error: failed to load driver: i915
libGL error: MESA-LOADER: failed to open i915: /usr/lib/dri/i915_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/dri, suffix _dri)
libGL error: failed to load driver: i915


MESA_LOADER_DRIVER_OVERRIDE=i915 glxinfo -B | grep "OpenGL"                                                                                                                        
libGL error: MESA-LOADER: failed to open i915: /usr/lib/dri/i915_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/dri, suffix _dri)
libGL error: failed to load driver: i915
libGL error: MESA-LOADER: failed to open i915: /usr/lib/dri/i915_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/dri, suffix _dri)
libGL error: failed to load driver: i915
OpenGL vendor string: Mesa/X.org
OpenGL renderer string: llvmpipe (LLVM 14.0.6, 256 bits)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 22.2.3
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL version string: 4.5 (Compatibility Profile) Mesa 22.2.3
OpenGL shading language version string: 4.50
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 22.2.3
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

Still no luck in getting the proper render driver in use. The next thing I tried was to preload the paths via

LIBGL_DRIVERS_PATH=/usr/lib/dri LD_LIBRARY_PATH=/usr/lib/dri MESA_LOADER_DRIVER_OVERRIDE=i915

, however I still get the same results as above. I also checked the

/etc/X11/xorg.conf.d/

and it is empty. Tried to remove the xf86-video-intel package and I was still getting the same results, so I reinstalled it. Then I thought that there may be some hints within the

/var/log/Xorg.0.log

, Here is the output filtered via grep

cat /var/log/Xorg.0.log | grep -iE '(iris|965|915|nouveau|mode)'                                                                                                                   
[     7.553] (==) Matched nouveau as autoconfigured driver 1
[     7.553] (==) Matched modesetting as autoconfigured driver 3
[     7.554] (II) LoadModule: "nouveau"
[     7.555] (WW) Warning, couldn't open module nouveau
[     7.555] (EE) Failed to load module "nouveau" (module does not exist, 0)
[     7.555] (II) LoadModule: "modesetting"
[     7.555] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     7.556] (II) Module modesetting: vendor="X.Org Foundation"
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
[     7.556] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[     7.556] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[     7.556] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     7.562] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20201103
[     7.562] (WW) Falling back to old probe method for modesetting
[     7.562] (II) modeset(G0): using drv /dev/dri/card1
[     7.563] (--) intel(0): Output eDP1 using initial mode 1920x1200 on pipe 0
[     7.564] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[     7.564] (==) modeset(G0): RGB weight 888
[     7.564] (==) modeset(G0): Default visual is TrueColor
[     7.713] (II) modeset(G0): Refusing to try glamor on llvmpipe
[     7.714] (II) modeset(G0): glamor initialization failed
[     7.714] (II) modeset(G0): ShadowFB: preferred YES, enabled YES
[     7.714] (II) modeset(G0): Double-buffered shadow updates: off
[     7.715] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[     7.717] (II) modeset(G0): EDID for output HDMI-1-1
[     7.717] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[     7.717] (==) modeset(G0): DPI set to (96, 96)
[     7.718] (II) intel(0): [DRI2]   DRI driver: i965
[     7.718] (==) modeset(G0): Backing store enabled
[     7.718] (==) modeset(G0): Silken mouse enabled
[     7.718] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[     7.718] (==) modeset(G0): DPMS enabled
[     7.720] (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)
[     7.720] (EE) AIGLX error: unable to load driver i965
[     7.721] (II) Initializing extension XFree86-VidModeExtension
[     7.722] (II) modeset(G0): Damage tracking initialized
[     7.723] (II) intel(0): switch to mode 1920x1200@165.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[     9.721] (II) intel(0): Printing DDC gathered Modelines:
[     9.721] (II) intel(0): Modeline "1920x1200"x0.0  445.82  1920 1968 2000 2080  1200 1203 1209 1299 -hsync -vsync (214.3 kHz eP)

Even here it would appear that everything gets loaded correctly, if I am reading it right.

I also checked to see if there are any environment variables set within

/etc/environment

and with

printenv

and the environment file seems to be empty and

printenv

does not have anything in it that jumps out at me.

Finally I checked to see if there are any modules being insert in the kernel when using

mkinitcpio

and here is what config file looks like for modules

MODULES=()

I honestly have no idea what else I could even look at or how to fix this. If anyone is able to offer any advice, it will be greatly appreciated.
Also, sorry for the long post but I wanted to make sure that I provided all relevant information.

Last edited by trardokont (2022-12-08 16:52:05)

Offline

#2 2022-12-08 12:44:04

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,920

Re: [SOLVED] IdeaPadGaming3 libGL errors creating dri and iris driver load

Tried to remove the xf86-video-intel package and I was still getting the same results, so I reinstalled it.

Remove xf86-video-intel and never re-install it on this system. Your laptop is about 10 years to new for that driver.

Then I thought that there may be some hints within the

/var/log/Xorg.0.log

, Here is the output filtered via grep

good thought, unfortunately the filter removes 95% of info needed to troubleshoot .

post the full xorg log.

How are you starting X (xinit, startx , display manager etc )  ?

Welcome to archlinux forums.

Last edited by Lone_Wolf (2022-12-08 12:45:03)


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#3 2022-12-08 13:14:13

trardokont
Member
Registered: 2019-01-20
Posts: 4

Re: [SOLVED] IdeaPadGaming3 libGL errors creating dri and iris driver load

Ran

sudo pacman -Rns xf86-video-intel

and rebooted. Now when I run glxgears I get no error message, however the OpenGL rendered is still listed as

OpenGL renderer string: llvmpipe (LLVM 14.0.6, 256 bits)

. I use lightdm and lightdm-gtk-greeter to start the X session.

Output of xrandr and of lsmod

xrandr --listproviders                                                                                                                                                           
Providers: number : 2
Provider 0: id: 0x47 cap: 0x2, Sink Output crtcs: 4 outputs: 5 associated providers: 0 name:modesetting
Provider 1: id: 0xf4 cap: 0x2, Sink Output crtcs: 4 outputs: 1 associated providers: 0 name:modesetting

lspci output

0000:00:02.0 VGA compatible controller [0300]: Intel Corporation Alder Lake-P GT1 [UHD Graphics] [8086:46a3] (rev 0c)
	Subsystem: Lenovo Device [17aa:3af6]
	Kernel driver in use: i915
	Kernel modules: i915

0000:01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GA107M [GeForce RTX 3050 Mobile] [10de:25a2] (rev a1)
	Subsystem: Lenovo Device [17aa:3af6]
	Kernel driver in use: nouveau
	Kernel modules: nouveau
lsmod | grep -iE '(iris|965|915|nouveau|mode)'                                                                                                                                     
snd_timer              49152  3 snd_seq,snd_hrtimer,snd_pcm
i915                 3149824  4
nouveau              2752512  1
drm_buddy              20480  1 i915
drm_ttm_helper         16384  1 nouveau
intel_gtt              28672  1 i915
mxm_wmi                16384  1 nouveau
drm_display_helper    180224  2 i915,nouveau
cec                    81920  2 drm_display_helper,i915
ttm                    94208  3 drm_ttm_helper,i915,nouveau
wmi                    45056  4 wmi_bmof,ideapad_laptop,mxm_wmi,nouveau
i8042                  49152  1 ideapad_laptop
video                  65536  3 ideapad_laptop,i915,nouveau

And here is the full /var/log/Xorg.0.log

cat /var/log/Xorg.0.log                                                                                                                                                          
[     7.461] 
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
[     7.461] Current Operating System: Linux archlinux 6.0.11-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 02 Dec 2022 17:25:31 +0000 x86_64
[     7.461] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=c3ad7035-4d07-48eb-9816-01d5ee07efda rw loglevel=3 quiet
[     7.461]  
[     7.461] Current version of pixman: 0.42.2
[     7.461] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     7.461] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     7.461] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Dec  8 15:00:17 2022
[     7.462] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     7.462] (==) No Layout section.  Using the first Screen section.
[     7.462] (==) No screen section available. Using defaults.
[     7.462] (**) |-->Screen "Default Screen Section" (0)
[     7.462] (**) |   |-->Monitor "<default monitor>"
[     7.462] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     7.462] (==) Automatically adding devices
[     7.463] (==) Automatically enabling devices
[     7.463] (==) Automatically adding GPU devices
[     7.463] (==) Automatically binding GPU devices
[     7.463] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     7.463] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     7.463] 	Entry deleted from font path.
[     7.464] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[     7.464] (==) ModulePath set to "/usr/lib/xorg/modules"
[     7.464] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     7.464] (II) Module ABI versions:
[     7.464] 	X.Org ANSI C Emulation: 0.4
[     7.464] 	X.Org Video Driver: 25.2
[     7.464] 	X.Org XInput driver : 24.4
[     7.464] 	X.Org Server Extension : 10.0
[     7.464] (++) using VT number 7

[     7.464] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     7.465] (II) xfree86: Adding drm device (/dev/dri/card1)
[     7.465] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[     7.465] (II) xfree86: Adding drm device (/dev/dri/card0)
[     7.465] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[     7.469] (--) PCI:*(0@0:2:0) 8086:46a3:17aa:3af6 rev 12, Mem @ 0x6104000000/16777216, 0x4000000000/268435456, I/O @ 0x00006000/64, BIOS @ 0x????????/131072
[     7.469] (--) PCI: (1@0:0:0) 10de:25a2:17aa:3af6 rev 161, Mem @ 0x61000000/16777216, 0x6000000000/4294967296, 0x6100000000/33554432, I/O @ 0x00005000/128, BIOS @ 0x????????/524288
[     7.469] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     7.469] (II) LoadModule: "glx"
[     7.470] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     7.474] (II) Module glx: vendor="X.Org Foundation"
[     7.474] 	compiled for 1.21.1.4, module version = 1.0.0
[     7.474] 	ABI class: X.Org Server Extension, version 10.0
[     7.474] (==) Matched intel as autoconfigured driver 0
[     7.474] (==) Matched nouveau as autoconfigured driver 1
[     7.474] (==) Matched nv as autoconfigured driver 2
[     7.474] (==) Matched modesetting as autoconfigured driver 3
[     7.474] (==) Matched fbdev as autoconfigured driver 4
[     7.474] (==) Matched vesa as autoconfigured driver 5
[     7.474] (==) Assigned the driver to the xf86ConfigLayout
[     7.474] (II) LoadModule: "intel"
[     7.474] (WW) Warning, couldn't open module intel
[     7.474] (EE) Failed to load module "intel" (module does not exist, 0)
[     7.474] (II) LoadModule: "nouveau"
[     7.474] (WW) Warning, couldn't open module nouveau
[     7.474] (EE) Failed to load module "nouveau" (module does not exist, 0)
[     7.474] (II) LoadModule: "nv"
[     7.474] (WW) Warning, couldn't open module nv
[     7.474] (EE) Failed to load module "nv" (module does not exist, 0)
[     7.474] (II) LoadModule: "modesetting"
[     7.474] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     7.476] (II) Module modesetting: vendor="X.Org Foundation"
[     7.476] 	compiled for 1.21.1.4, module version = 1.21.1
[     7.476] 	Module class: X.Org Video Driver
[     7.476] 	ABI class: X.Org Video Driver, version 25.2
[     7.476] (II) LoadModule: "fbdev"
[     7.476] (WW) Warning, couldn't open module fbdev
[     7.476] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     7.476] (II) LoadModule: "vesa"
[     7.476] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[     7.476] (II) Module vesa: vendor="X.Org Foundation"
[     7.476] 	compiled for 1.21.1.3, module version = 2.5.0
[     7.476] 	Module class: X.Org Video Driver
[     7.476] 	ABI class: X.Org Video Driver, version 25.2
[     7.476] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     7.476] (II) VESA: driver for VESA chipsets: vesa
[     7.485] (II) modeset(0): using drv /dev/dri/card0
[     7.485] (II) modeset(G0): using drv /dev/dri/card1
[     7.485] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     7.485] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[     7.485] (==) modeset(0): RGB weight 888
[     7.485] (==) modeset(0): Default visual is TrueColor
[     7.485] (II) Loading sub module "glamoregl"
[     7.485] (II) LoadModule: "glamoregl"
[     7.485] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     7.488] (II) Module glamoregl: vendor="X.Org Foundation"
[     7.488] 	compiled for 1.21.1.4, module version = 1.0.1
[     7.488] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     7.619] (II) modeset(0): Refusing to try glamor on llvmpipe
[     7.619] (II) modeset(0): glamor initialization failed
[     7.619] (II) modeset(0): ShadowFB: preferred YES, enabled YES
[     7.619] (II) modeset(0): Double-buffered shadow updates: off
[     7.621] (II) modeset(0): Output eDP-1 has no monitor section
[     7.622] (II) modeset(0): Output DP-1 has no monitor section
[     7.624] (II) modeset(0): Output DP-2 has no monitor section
[     7.627] (II) modeset(0): Output DP-3 has no monitor section
[     7.630] (II) modeset(0): Output DP-4 has no monitor section
[     7.632] (II) modeset(0): EDID for output eDP-1
[     7.632] (II) modeset(0): Manufacturer: CSO  Model: 1613  Serial#: 0
[     7.632] (II) modeset(0): Year: 2021  Week: 0
[     7.632] (II) modeset(0): EDID Version: 1.4
[     7.632] (II) modeset(0): Digital Display Input
[     7.632] (II) modeset(0): 10 bits per channel
[     7.632] (II) modeset(0): Digital interface is DisplayPort
[     7.632] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 22
[     7.632] (II) modeset(0): Gamma: 2.20
[     7.632] (II) modeset(0): No DPMS capabilities specified
[     7.632] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[     7.632] (II) modeset(0): First detailed timing is preferred mode
[     7.632] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[     7.632] (II) modeset(0): Display is continuous-frequency
[     7.632] (II) modeset(0): redX: 0.645 redY: 0.330   greenX: 0.308 greenY: 0.590
[     7.632] (II) modeset(0): blueX: 0.133 blueY: 0.053   whiteX: 0.317 whiteY: 0.328
[     7.632] (II) modeset(0): Manufacturer's mask: 0
[     7.632] (II) modeset(0): Supported detailed timing:
[     7.632] (II) modeset(0): clock: 445.8 MHz   Image Size:  345 x 215 mm
[     7.632] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[     7.632] (II) modeset(0): v_active: 1200  v_sync: 1203  v_sync_end 1209 v_blanking: 1299 v_border: 0
[     7.632] (II) modeset(0): Ranges: V min: 48 V max: 165 Hz, H min: 215 H max: 215 kHz, PixClock max 455 MHz
[     7.632] (II) modeset(0):  CSOT T3
[     7.632] (II) modeset(0):  MNG007JA1-4
[     7.632] (II) modeset(0): EDID (in hex):
[     7.633] (II) modeset(0): 	00ffffffffffff000e6f131600000000
[     7.633] (II) modeset(0): 	001f0104b5221678032c24a5544e9722
[     7.633] (II) modeset(0): 	0d515400000001010101010101010101
[     7.633] (II) modeset(0): 	01010101010126ae80a070b063403020
[     7.633] (II) modeset(0): 	360059d710000018000000fd0030a5d7
[     7.633] (II) modeset(0): 	d72d010a202020202020000000fe0043
[     7.633] (II) modeset(0): 	534f542054330a2020202020000000fe
[     7.633] (II) modeset(0): 	004d4e473030374a41312d340a20006f
[     7.633] (II) modeset(0): Printing probed modes for output eDP-1
[     7.633] (II) modeset(0): Modeline "1920x1200"x165.0  445.82  1920 1968 2000 2080  1200 1203 1209 1299 -hsync -vsync (214.3 kHz eP)
[     7.633] (II) modeset(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[     7.633] (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[     7.633] (II) modeset(0): Modeline "1920x1080"x60.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[     7.633] (II) modeset(0): Modeline "1920x1080"x60.0  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[     7.633] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[     7.633] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[     7.633] (II) modeset(0): Modeline "1600x1200"x85.0  229.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (106.2 kHz d)
[     7.633] (II) modeset(0): Modeline "1600x1200"x75.0  202.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (93.8 kHz d)
[     7.633] (II) modeset(0): Modeline "1600x1200"x70.0  189.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (87.5 kHz d)
[     7.633] (II) modeset(0): Modeline "1600x1200"x65.0  175.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (81.2 kHz d)
[     7.633] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[     7.633] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[     7.633] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[     7.633] (II) modeset(0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[     7.633] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[     7.633] (II) modeset(0): Modeline "1600x900"x60.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[     7.633] (II) modeset(0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[     7.633] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[     7.633] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[     7.633] (II) modeset(0): Modeline "1280x1024"x85.0  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[     7.633] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[     7.633] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[     7.633] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[     7.633] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[     7.633] (II) modeset(0): Modeline "1280x960"x85.0  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync (85.9 kHz d)
[     7.633] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[     7.633] (II) modeset(0): Modeline "1440x810"x60.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[     7.633] (II) modeset(0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[     7.633] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[     7.633] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[     7.633] (II) modeset(0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[     7.633] (II) modeset(0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[     7.633] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[     7.633] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[     7.633] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz d)
[     7.633] (II) modeset(0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[     7.633] (II) modeset(0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[     7.633] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[     7.633] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[     7.633] (II) modeset(0): Modeline "1024x768"x85.0  194.02  1024 1108 1220 1416  768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[     7.633] (II) modeset(0): Modeline "1024x768"x75.0  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[     7.633] (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[     7.633] (II) modeset(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz d)
[     7.633] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz d)
[     7.633] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz d)
[     7.633] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[     7.633] (II) modeset(0): Modeline "1024x768i"x87.0   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[     7.633] (II) modeset(0): Modeline "960x720"x85.0  170.68  960 1036 1144 1328  720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[     7.633] (II) modeset(0): Modeline "960x720"x75.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[     7.633] (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[     7.633] (II) modeset(0): Modeline "928x696"x75.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[     7.633] (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[     7.633] (II) modeset(0): Modeline "896x672"x75.0  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[     7.633] (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[     7.633] (II) modeset(0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[     7.633] (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[     7.633] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[     7.633] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[     7.633] (II) modeset(0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[     7.633] (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[     7.633] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz d)
[     7.633] (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[     7.633] (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[     7.633] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[     7.633] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[     7.633] (II) modeset(0): Modeline "800x600"x85.0  114.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[     7.633] (II) modeset(0): Modeline "800x600"x75.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[     7.633] (II) modeset(0): Modeline "800x600"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[     7.633] (II) modeset(0): Modeline "800x600"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[     7.633] (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[     7.633] (II) modeset(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz d)
[     7.633] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz d)
[     7.633] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz d)
[     7.633] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[     7.633] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[     7.633] (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[     7.633] (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[     7.633] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[     7.633] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[     7.633] (II) modeset(0): Modeline "700x525"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[     7.633] (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[     7.633] (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[     7.633] (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[     7.633] (II) modeset(0): Modeline "640x512"x85.0   78.75  640 672 752 864  512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[     7.633] (II) modeset(0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[     7.633] (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[     7.633] (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[     7.633] (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[     7.633] (II) modeset(0): Modeline "640x480"x85.1   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[     7.633] (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[     7.633] (II) modeset(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz d)
[     7.633] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz d)
[     7.633] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
[     7.633] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[     7.633] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[     7.633] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[     7.633] (II) modeset(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz d)
[     7.633] (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[     7.633] (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[     7.633] (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[     7.633] (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[     7.633] (II) modeset(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz d)
[     7.633] (II) modeset(0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[     7.633] (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[     7.633] (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[     7.633] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[     7.633] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[     7.633] (II) modeset(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz d)
[     7.633] (II) modeset(0): Modeline "512x384"x85.0   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[     7.633] (II) modeset(0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[     7.633] (II) modeset(0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[     7.633] (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[     7.633] (II) modeset(0): Modeline "512x384i"x87.1   22.45  512 516 604 632  384 384 388 408 interlace doublescan +hsync +vsync (35.5 kHz d)
[     7.633] (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[     7.633] (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[     7.633] (II) modeset(0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[     7.633] (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[     7.633] (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[     7.633] (II) modeset(0): Modeline "400x300"x85.3   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[     7.633] (II) modeset(0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[     7.633] (II) modeset(0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[     7.633] (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[     7.633] (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[     7.633] (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[     7.633] (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[     7.633] (II) modeset(0): Modeline "320x240"x85.2   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[     7.633] (II) modeset(0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[     7.633] (II) modeset(0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[     7.633] (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[     7.633] (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[     7.633] (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[     7.633] (II) modeset(0): Modeline "360x200"x85.0   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[     7.633] (II) modeset(0): Modeline "320x200"x85.3   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[     7.633] (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[     7.633] (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[     7.633] (II) modeset(0): Modeline "320x175"x85.3   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[     7.633] (II) modeset(0): EDID for output DP-1
[     7.633] (II) modeset(0): EDID for output DP-2
[     7.633] (II) modeset(0): EDID for output DP-3
[     7.634] (II) modeset(0): EDID for output DP-4
[     7.634] (II) modeset(0): Output eDP-1 connected
[     7.634] (II) modeset(0): Output DP-1 disconnected
[     7.634] (II) modeset(0): Output DP-2 disconnected
[     7.634] (II) modeset(0): Output DP-3 disconnected
[     7.634] (II) modeset(0): Output DP-4 disconnected
[     7.634] (II) modeset(0): Using exact sizes for initial modes
[     7.634] (II) modeset(0): Output eDP-1 using initial mode 1920x1200 +0+0
[     7.634] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[     7.634] (==) modeset(0): DPI set to (96, 96)
[     7.634] (II) Loading sub module "fb"
[     7.634] (II) LoadModule: "fb"
[     7.634] (II) Module "fb" already built-in
[     7.634] (II) Loading sub module "shadow"
[     7.634] (II) LoadModule: "shadow"
[     7.634] (II) Loading /usr/lib/xorg/modules/libshadow.so
[     7.634] (II) Module shadow: vendor="X.Org Foundation"
[     7.634] 	compiled for 1.21.1.4, module version = 1.1.0
[     7.634] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     7.634] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[     7.634] (==) modeset(G0): RGB weight 888
[     7.634] (==) modeset(G0): Default visual is TrueColor
[     7.634] (II) Loading sub module "glamoregl"
[     7.634] (II) LoadModule: "glamoregl"
[     7.634] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     7.634] (II) Module glamoregl: vendor="X.Org Foundation"
[     7.634] 	compiled for 1.21.1.4, module version = 1.0.1
[     7.634] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     7.641] (II) modeset(G0): Refusing to try glamor on llvmpipe
[     7.642] (II) modeset(G0): glamor initialization failed
[     7.642] (II) modeset(G0): ShadowFB: preferred YES, enabled YES
[     7.642] (II) modeset(G0): Double-buffered shadow updates: off
[     7.643] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[     7.644] (II) modeset(G0): EDID for output HDMI-1-1
[     7.644] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[     7.644] (==) modeset(G0): DPI set to (96, 96)
[     7.644] (II) Loading sub module "fb"
[     7.644] (II) LoadModule: "fb"
[     7.644] (II) Module "fb" already built-in
[     7.644] (II) Loading sub module "shadow"
[     7.644] (II) LoadModule: "shadow"
[     7.644] (II) Loading /usr/lib/xorg/modules/libshadow.so
[     7.644] (II) Module shadow: vendor="X.Org Foundation"
[     7.644] 	compiled for 1.21.1.4, module version = 1.1.0
[     7.644] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     7.644] (II) UnloadModule: "vesa"
[     7.644] (II) Unloading vesa
[     7.645] (==) modeset(0): Backing store enabled
[     7.645] (==) modeset(0): Silken mouse enabled
[     7.673] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[     7.674] (==) modeset(0): DPMS enabled
[     7.674] (==) modeset(G0): Backing store enabled
[     7.674] (==) modeset(G0): Silken mouse enabled
[     7.674] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[     7.674] (==) modeset(G0): DPMS enabled
[     7.674] (II) Initializing extension Generic Event Extension
[     7.674] (II) Initializing extension SHAPE
[     7.674] (II) Initializing extension MIT-SHM
[     7.674] (II) Initializing extension XInputExtension
[     7.676] (II) Initializing extension XTEST
[     7.677] (II) Initializing extension BIG-REQUESTS
[     7.677] (II) Initializing extension SYNC
[     7.677] (II) Initializing extension XKEYBOARD
[     7.677] (II) Initializing extension XC-MISC
[     7.677] (II) Initializing extension SECURITY
[     7.678] (II) Initializing extension XFIXES
[     7.679] (II) Initializing extension RENDER
[     7.679] (II) Initializing extension RANDR
[     7.679] (II) Initializing extension COMPOSITE
[     7.679] (II) Initializing extension DAMAGE
[     7.679] (II) Initializing extension MIT-SCREEN-SAVER
[     7.679] (II) Initializing extension DOUBLE-BUFFER
[     7.680] (II) Initializing extension RECORD
[     7.680] (II) Initializing extension DPMS
[     7.680] (II) Initializing extension Present
[     7.680] (II) Initializing extension DRI3
[     7.680] (II) Initializing extension X-Resource
[     7.680] (II) Initializing extension XVideo
[     7.680] (II) Initializing extension XVideo-MotionCompensation
[     7.680] (II) Initializing extension GLX
[     7.681] (II) AIGLX: Screen 0 is not DRI2 capable
[     7.685] (II) IGLX: Loaded and initialized swrast
[     7.685] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[     7.685] (II) Initializing extension XFree86-VidModeExtension
[     7.685] (II) Initializing extension XFree86-DGA
[     7.685] (II) Initializing extension XFree86-DRI
[     7.685] (II) Initializing extension DRI2
[     7.685] (II) modeset(G0): Damage tracking initialized
[     7.686] (II) modeset(0): Damage tracking initialized
[     7.686] (II) modeset(0): Setting screen physical size to 508 x 317
[     7.740] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[     7.740] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     7.740] (II) LoadModule: "libinput"
[     7.740] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     7.742] (II) Module libinput: vendor="X.Org Foundation"
[     7.742] 	compiled for 1.21.1.3, module version = 1.2.1
[     7.742] 	Module class: X.Org XInput Driver
[     7.742] 	ABI class: X.Org XInput driver, version 24.4
[     7.742] (II) Using input driver 'libinput' for 'Video Bus'
[     7.742] (**) Video Bus: always reports core events
[     7.742] (**) Option "Device" "/dev/input/event6"
[     7.744] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[     7.744] (II) event6  - Video Bus: device is a keyboard
[     7.745] (II) event6  - Video Bus: device removed
[     7.803] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input6/event6"
[     7.803] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[     7.804] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[     7.804] (II) event6  - Video Bus: device is a keyboard
[     7.805] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[     7.805] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     7.805] (II) Using input driver 'libinput' for 'Video Bus'
[     7.805] (**) Video Bus: always reports core events
[     7.805] (**) Option "Device" "/dev/input/event5"
[     7.806] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[     7.807] (II) event5  - Video Bus: device is a keyboard
[     7.807] (II) event5  - Video Bus: device removed
[     7.869] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:04/LNXVIDEO:00/input/input5/event5"
[     7.869] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     7.870] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[     7.870] (II) event5  - Video Bus: device is a keyboard
[     7.870] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[     7.870] (II) No input driver specified, ignoring this device.
[     7.870] (II) This device may have been added with another device file.
[     7.870] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     7.870] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     7.870] (II) Using input driver 'libinput' for 'Power Button'
[     7.870] (**) Power Button: always reports core events
[     7.870] (**) Option "Device" "/dev/input/event1"
[     7.871] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     7.871] (II) event1  - Power Button: device is a keyboard
[     7.871] (II) event1  - Power Button: device removed
[     7.903] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[     7.903] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[     7.904] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     7.904] (II) event1  - Power Button: device is a keyboard
[     7.906] (II) config/udev: Adding input device ITE Tech. Inc. ITE Device(8176) Keyboard (/dev/input/event3)
[     7.906] (**) ITE Tech. Inc. ITE Device(8176) Keyboard: Applying InputClass "libinput keyboard catchall"
[     7.906] (II) Using input driver 'libinput' for 'ITE Tech. Inc. ITE Device(8176) Keyboard'
[     7.906] (**) ITE Tech. Inc. ITE Device(8176) Keyboard: always reports core events
[     7.906] (**) Option "Device" "/dev/input/event3"
[     7.908] (II) event3  - ITE Tech. Inc. ITE Device(8176) Keyboard: is tagged by udev as: Keyboard
[     7.908] (II) event3  - ITE Tech. Inc. ITE Device(8176) Keyboard: device is a keyboard
[     7.908] (II) event3  - ITE Tech. Inc. ITE Device(8176) Keyboard: device removed
[     7.936] (II) libinput: ITE Tech. Inc. ITE Device(8176) Keyboard: needs a virtual subdevice
[     7.936] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.0/0003:048D:C976.0001/input/input3/event3"
[     7.936] (II) XINPUT: Adding extended input device "ITE Tech. Inc. ITE Device(8176) Keyboard" (type: MOUSE, id 9)
[     7.936] (**) Option "AccelerationScheme" "none"
[     7.936] (**) ITE Tech. Inc. ITE Device(8176) Keyboard: (accel) selected scheme none/0
[     7.936] (**) ITE Tech. Inc. ITE Device(8176) Keyboard: (accel) acceleration factor: 2.000
[     7.936] (**) ITE Tech. Inc. ITE Device(8176) Keyboard: (accel) acceleration threshold: 4
[     7.936] (II) event3  - ITE Tech. Inc. ITE Device(8176) Keyboard: is tagged by udev as: Keyboard
[     7.936] (II) event3  - ITE Tech. Inc. ITE Device(8176) Keyboard: device is a keyboard
[     7.937] (II) config/udev: Adding input device ITE Tech. Inc. ITE Device(8176) Wireless Radio Control (/dev/input/event4)
[     7.937] (**) ITE Tech. Inc. ITE Device(8176) Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[     7.937] (II) Using input driver 'libinput' for 'ITE Tech. Inc. ITE Device(8176) Wireless Radio Control'
[     7.937] (**) ITE Tech. Inc. ITE Device(8176) Wireless Radio Control: always reports core events
[     7.937] (**) Option "Device" "/dev/input/event4"
[     7.937] (II) event4  - ITE Tech. Inc. ITE Device(8176) Wireless Radio Control: is tagged by udev as: Keyboard
[     7.937] (II) event4  - ITE Tech. Inc. ITE Device(8176) Wireless Radio Control: device is a keyboard
[     7.937] (II) event4  - ITE Tech. Inc. ITE Device(8176) Wireless Radio Control: device removed
[     8.083] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.0/0003:048D:C976.0001/input/input4/event4"
[     8.083] (II) XINPUT: Adding extended input device "ITE Tech. Inc. ITE Device(8176) Wireless Radio Control" (type: KEYBOARD, id 10)
[     8.083] (II) event4  - ITE Tech. Inc. ITE Device(8176) Wireless Radio Control: is tagged by udev as: Keyboard
[     8.083] (II) event4  - ITE Tech. Inc. ITE Device(8176) Wireless Radio Control: device is a keyboard
[     8.083] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[     8.083] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     8.083] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     8.083] (**) AT Translated Set 2 keyboard: always reports core events
[     8.083] (**) Option "Device" "/dev/input/event2"
[     8.084] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     8.084] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[     8.084] (II) event2  - AT Translated Set 2 keyboard: device removed
[     8.109] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[     8.109] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[     8.110] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     8.110] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[     8.116] (**) ITE Tech. Inc. ITE Device(8176) Keyboard: Applying InputClass "libinput keyboard catchall"
[     8.116] (II) Using input driver 'libinput' for 'ITE Tech. Inc. ITE Device(8176) Keyboard'
[     8.116] (**) ITE Tech. Inc. ITE Device(8176) Keyboard: always reports core events
[     8.116] (**) Option "Device" "/dev/input/event3"
[     8.116] (II) libinput: ITE Tech. Inc. ITE Device(8176) Keyboard: is a virtual subdevice
[     8.116] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.0/0003:048D:C976.0001/input/input3/event3"
[     8.116] (II) XINPUT: Adding extended input device "ITE Tech. Inc. ITE Device(8176) Keyboard" (type: KEYBOARD, id 12)
[    11.947] (II) config/udev: Adding input device Intel HID events (/dev/input/event7)
[    11.948] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[    11.948] (II) Using input driver 'libinput' for 'Intel HID events'
[    11.948] (**) Intel HID events: always reports core events
[    11.948] (**) Option "Device" "/dev/input/event7"
[    11.949] (II) event7  - Intel HID events: is tagged by udev as: Keyboard
[    11.949] (II) event7  - Intel HID events: device is a keyboard
[    11.949] (II) event7  - Intel HID events: device removed
[    11.989] (**) Option "config_info" "udev:/sys/devices/platform/INTC1070:00/input/input7/event7"
[    11.989] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 13)
[    11.990] (II) event7  - Intel HID events: is tagged by udev as: Keyboard
[    11.990] (II) event7  - Intel HID events: device is a keyboard
[    11.991] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event8)
[    11.991] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[    11.991] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[    11.991] (**) Intel HID 5 button array: always reports core events
[    11.991] (**) Option "Device" "/dev/input/event8"
[    11.992] (II) event8  - Intel HID 5 button array: is tagged by udev as: Keyboard
[    11.992] (II) event8  - Intel HID 5 button array: device is a keyboard
[    11.992] (II) event8  - Intel HID 5 button array: device removed
[    12.026] (**) Option "config_info" "udev:/sys/devices/platform/INTC1070:00/input/input8/event8"
[    12.026] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 14)
[    12.026] (II) event8  - Intel HID 5 button array: is tagged by udev as: Keyboard
[    12.026] (II) event8  - Intel HID 5 button array: device is a keyboard
[    12.075] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event9)
[    12.075] (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
[    12.075] (II) Using input driver 'libinput' for 'Ideapad extra buttons'
[    12.075] (**) Ideapad extra buttons: always reports core events
[    12.075] (**) Option "Device" "/dev/input/event9"
[    12.077] (II) event9  - Ideapad extra buttons: is tagged by udev as: Keyboard
[    12.077] (II) event9  - Ideapad extra buttons: device is a keyboard
[    12.077] (II) event9  - Ideapad extra buttons: device removed
[    12.166] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input9/event9"
[    12.166] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 15)
[    12.167] (II) event9  - Ideapad extra buttons: is tagged by udev as: Keyboard
[    12.167] (II) event9  - Ideapad extra buttons: device is a keyboard
[    12.167] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event10)
[    12.167] (II) No input driver specified, ignoring this device.
[    12.167] (II) This device may have been added with another device file.
[    12.167] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event11)
[    12.167] (II) No input driver specified, ignoring this device.
[    12.167] (II) This device may have been added with another device file.
[    12.167] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event13)
[    12.167] (II) No input driver specified, ignoring this device.
[    12.167] (II) This device may have been added with another device file.
[    12.167] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event12)
[    12.167] (II) No input driver specified, ignoring this device.
[    12.167] (II) This device may have been added with another device file.
[    12.241] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event16)
[    12.241] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[    12.241] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[    12.241] (**) Integrated Camera: Integrated C: always reports core events
[    12.241] (**) Option "Device" "/dev/input/event16"
[    12.242] (II) event16 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[    12.242] (II) event16 - Integrated Camera: Integrated C: device is a keyboard
[    12.242] (II) event16 - Integrated Camera: Integrated C: device removed
[    12.289] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/input/input17/event16"
[    12.290] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 16)
[    12.292] (II) event16 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[    12.292] (II) event16 - Integrated Camera: Integrated C: device is a keyboard
[    12.304] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event17)
[    12.304] (II) No input driver specified, ignoring this device.
[    12.304] (II) This device may have been added with another device file.
[    12.334] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event18)
[    12.334] (II) No input driver specified, ignoring this device.
[    12.334] (II) This device may have been added with another device file.
[    12.370] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event19)
[    12.370] (II) No input driver specified, ignoring this device.
[    12.370] (II) This device may have been added with another device file.
[    12.394] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event20)
[    12.394] (II) No input driver specified, ignoring this device.
[    12.394] (II) This device may have been added with another device file.
[    12.394] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event22)
[    12.394] (II) No input driver specified, ignoring this device.
[    12.394] (II) This device may have been added with another device file.
[    12.401] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event21)
[    12.401] (II) No input driver specified, ignoring this device.
[    12.401] (II) This device may have been added with another device file.
[    12.404] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=11 (/dev/input/event24)
[    12.404] (II) No input driver specified, ignoring this device.
[    12.404] (II) This device may have been added with another device file.
[    12.410] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event23)
[    12.410] (II) No input driver specified, ignoring this device.
[    12.410] (II) This device may have been added with another device file.
[    12.427] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=12 (/dev/input/event25)
[    12.427] (II) No input driver specified, ignoring this device.
[    12.427] (II) This device may have been added with another device file.
[    12.474] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=16 (/dev/input/event29)
[    12.474] (II) No input driver specified, ignoring this device.
[    12.474] (II) This device may have been added with another device file.
[    12.474] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=14 (/dev/input/event27)
[    12.474] (II) No input driver specified, ignoring this device.
[    12.474] (II) This device may have been added with another device file.
[    12.477] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=13 (/dev/input/event26)
[    12.477] (II) No input driver specified, ignoring this device.
[    12.477] (II) This device may have been added with another device file.
[    12.477] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=15 (/dev/input/event28)
[    12.477] (II) No input driver specified, ignoring this device.
[    12.477] (II) This device may have been added with another device file.
[    12.485] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=17 (/dev/input/event30)
[    12.485] (II) No input driver specified, ignoring this device.
[    12.485] (II) This device may have been added with another device file.
[    12.541] (II) config/udev: Adding input device PC Speaker (/dev/input/event31)
[    12.541] (II) No input driver specified, ignoring this device.
[    12.541] (II) This device may have been added with another device file.
[    12.578] (II) config/udev: Adding input device MSFT0001:01 04F3:31AD Mouse (/dev/input/event14)
[    12.578] (**) MSFT0001:01 04F3:31AD Mouse: Applying InputClass "libinput pointer catchall"
[    12.578] (II) Using input driver 'libinput' for 'MSFT0001:01 04F3:31AD Mouse'
[    12.578] (**) MSFT0001:01 04F3:31AD Mouse: always reports core events
[    12.578] (**) Option "Device" "/dev/input/event14"
[    12.578] (II) event14 - MSFT0001:01 04F3:31AD Mouse: is tagged by udev as: Mouse Pointingstick
[    12.578] (II) event14 - MSFT0001:01 04F3:31AD Mouse: device is a pointer
[    12.579] (II) event14 - MSFT0001:01 04F3:31AD Mouse: device removed
[    12.639] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-31/i2c-MSFT0001:01/0018:04F3:31AD.0002/input/input33/event14"
[    12.639] (II) XINPUT: Adding extended input device "MSFT0001:01 04F3:31AD Mouse" (type: MOUSE, id 17)
[    12.639] (**) Option "AccelerationScheme" "none"
[    12.639] (**) MSFT0001:01 04F3:31AD Mouse: (accel) selected scheme none/0
[    12.639] (**) MSFT0001:01 04F3:31AD Mouse: (accel) acceleration factor: 2.000
[    12.639] (**) MSFT0001:01 04F3:31AD Mouse: (accel) acceleration threshold: 4
[    12.640] (II) event14 - MSFT0001:01 04F3:31AD Mouse: is tagged by udev as: Mouse Pointingstick
[    12.640] (II) event14 - MSFT0001:01 04F3:31AD Mouse: device is a pointer
[    12.720] (II) config/udev: Adding input device MSFT0001:01 04F3:31AD Touchpad (/dev/input/event15)
[    12.720] (**) MSFT0001:01 04F3:31AD Touchpad: Applying InputClass "libinput touchpad catchall"
[    12.720] (II) Using input driver 'libinput' for 'MSFT0001:01 04F3:31AD Touchpad'
[    12.720] (**) MSFT0001:01 04F3:31AD Touchpad: always reports core events
[    12.720] (**) Option "Device" "/dev/input/event15"
[    12.720] (II) event15 - MSFT0001:01 04F3:31AD Touchpad: is tagged by udev as: Touchpad
[    12.721] (II) event15 - MSFT0001:01 04F3:31AD Touchpad: device is a touchpad
[    12.721] (II) event15 - MSFT0001:01 04F3:31AD Touchpad: device removed
[    12.789] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-31/i2c-MSFT0001:01/0018:04F3:31AD.0002/input/input35/event15"
[    12.789] (II) XINPUT: Adding extended input device "MSFT0001:01 04F3:31AD Touchpad" (type: TOUCHPAD, id 18)
[    12.790] (**) Option "AccelerationScheme" "none"
[    12.790] (**) MSFT0001:01 04F3:31AD Touchpad: (accel) selected scheme none/0
[    12.790] (**) MSFT0001:01 04F3:31AD Touchpad: (accel) acceleration factor: 2.000
[    12.790] (**) MSFT0001:01 04F3:31AD Touchpad: (accel) acceleration threshold: 4
[    12.790] (II) event15 - MSFT0001:01 04F3:31AD Touchpad: is tagged by udev as: Touchpad
[    12.791] (II) event15 - MSFT0001:01 04F3:31AD Touchpad: device is a touchpad
[    12.791] (II) config/udev: Adding input device MSFT0001:01 04F3:31AD Mouse (/dev/input/mouse0)
[    12.791] (II) No input driver specified, ignoring this device.
[    12.791] (II) This device may have been added with another device file.
[    12.791] (II) config/udev: Adding input device MSFT0001:01 04F3:31AD Touchpad (/dev/input/mouse1)
[    12.791] (II) No input driver specified, ignoring this device.
[    12.791] (II) This device may have been added with another device file.
[    15.297] (II) modeset(0): EDID vendor "CSO", prod id 5651
[    15.297] (II) modeset(0): Using EDID range info for horizontal sync
[    15.297] (II) modeset(0): Using EDID range info for vertical refresh
[    15.297] (II) modeset(0): Printing DDC gathered Modelines:
[    15.297] (II) modeset(0): Modeline "1920x1200"x0.0  445.82  1920 1968 2000 2080  1200 1203 1209 1299 -hsync -vsync (214.3 kHz eP)

Also, when I removed the xf86-video-intel package my background changed to a different image than I had before.

Last edited by trardokont (2022-12-08 13:17:38)

Offline

#4 2022-12-08 13:27:17

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,559

Re: [SOLVED] IdeaPadGaming3 libGL errors creating dri and iris driver load

Do you still have MESA_LOADER_DRIVER_OVERRIDE set?

Offline

#5 2022-12-08 13:28:55

trardokont
Member
Registered: 2019-01-20
Posts: 4

Re: [SOLVED] IdeaPadGaming3 libGL errors creating dri and iris driver load

Scimmia wrote:

Do you still have MESA_LOADER_DRIVER_OVERRIDE set?

No that is not set anywhere. First thing after reboot I ran was just the pure glxgears and glxinfo without any overrides.

Offline

#6 2022-12-08 13:46:06

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,736

Re: [SOLVED] IdeaPadGaming3 libGL errors creating dri and iris driver load

It loads the wrong driver still, post printenv and remove all xf86-video* packages you've installed.

You might also want to check and ensure early kms is enabled https://wiki.archlinux.org/title/Kernel … _KMS_start

And you'll want to install the proprietary nvidia driver to make sure nouveau is not interfering even if you don't intend to make active use of them yet

Last edited by V1del (2022-12-08 13:47:46)

Offline

#7 2022-12-08 16:47:39

trardokont
Member
Registered: 2019-01-20
Posts: 4

Re: [SOLVED] IdeaPadGaming3 libGL errors creating dri and iris driver load

V1del wrote:

It loads the wrong driver still, post printenv and remove all xf86-video* packages you've installed.

You might also want to check and ensure early kms is enabled https://wiki.archlinux.org/title/Kernel … _KMS_start

And you'll want to install the proprietary nvidia driver to make sure nouveau is not interfering even if you don't intend to make active use of them yet


I removed the xf86-video-vesa package (only one xf86-video* package I had)

Then I reinstalled the linux-firmware package and rebooted

Here is the result:

glxinfo | grep "OpenGL"                                                                                                                                                          6.699s
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) Graphics (ADL GT2)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 22.2.3
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.6 (Compatibility Profile) Mesa 22.2.3
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 22.2.3
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:

glxinfo -B | grep "Vendor"                                                                                                                                                         
    Vendor: Intel (0x8086)

Also here is the printenv output

printenv                                                                                                                                                                           
SSH_AUTH_SOCK=/tmp/ssh-XXXXXXPWL4HI/agent.865
SESSION_MANAGER=local/archlinux:@/tmp/.ICE-unix/812,unix/archlinux:/tmp/.ICE-unix/812
LANG=C.UTF-8
SSH_AGENT_PID=866
XDG_CURRENT_DESKTOP=XFCE
COLORTERM=truecolor
XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/emil
DESKTOP_SESSION=xfce
USER=emil
XDG_MENU_PREFIX=xfce-
XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0
HOME=/home/emil
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
XDG_VTNR=7
XDG_SEAT=seat0
XDG_DATA_DIRS=/usr/local/share:/usr/share
GTK_MODULES=canberra-gtk-module:canberra-gtk-module
XDG_CONFIG_DIRS=/etc/xdg
XDG_SESSION_DESKTOP=xfce
VTE_VERSION=7002
MAIL=/var/spool/mail/emil
DEBUGINFOD_URLS=https://debuginfod.archlinux.org 
LOGNAME=emil
XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
XDG_RUNTIME_DIR=/run/user/1000
WINDOWID=41943043
SHELL=/usr/bin/zsh
XDG_SESSION_ID=2
XDG_SESSION_TYPE=x11
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin/core_perl:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/emil/.myScripts
MOTD_SHOWN=pam
PWD=/home/emil
XAUTHORITY=/home/emil/.Xauthority
SHLVL=1
XDG_SESSION_CLASS=user
GDMSESSION=xfce
TERM=xterm-256color
DISPLAY=:0.0
OLDPWD=/home/emil
ZSH=/home/emil/.oh-my-zsh
PAGER=less
LESS=-R
LSCOLORS=Gxfxcxdxbxegedabagacad
LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=00:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.avif=01;35:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:*~=00;90:*#=00;90:*.bak=00;90:*.old=00;90:*.orig=00;90:*.part=00;90:*.rej=00;90:*.swp=00;90:*.tmp=00;90:*.dpkg-dist=00;90:*.dpkg-old=00;90:*.ucf-dist=00;90:*.ucf-new=00;90:*.ucf-old=00;90:*.rpmnew=00;90:*.rpmorig=00;90:*.rpmsave=00;90:
NVM_DIR=/home/emil/.nvm
_=/usr/sbin/printenv

Now there are no errors and the correct driver is loaded. Did not have to do the KMS and add MODULE=(i915) to the /etc/mkinitcpio.conf. Will make a backup and then proceed with the nvidia driver installations and PRIME setup. Thank you all for the help. Will mark this as solved

Offline

Board footer

Powered by FluxBB