You are not logged in.

#1 2023-09-04 20:55:29

gdra
Member
Registered: 2023-08-23
Posts: 28

[SOLVED] Possible intel graphic problem

Hello everyone.
I have switched to arch for the first time and am using it with i3 and lightdm. Unfortunately I am experiencing some problems that I believe are gpu related: slow/lag to open alacritty terminals (perhaps it is interesting to know that even when I launch neofetch the moment it gets to the gpu entry it experiences a slowdown.), artifacts when opening and closing them, tearing for videos on web browser.

My laptop is a tuxedo InfinityBook S 15 Gen6 with Intel Iris Xe Graphics.

I tried to solve it by looking for other posts on the forum, but after a week of trying I decided to ask for help. Thanks in advance for the support.

here some info:

lspci -k | grep -A 2 -1 "VGA"
Kernel modules: igen6_edac
00:02.0 VGA compatible controller: Intel Corporation TigerLake-LP GT2 [Iris Xe Graphics] (rev 01)
	Subsystem: CLEVO/KAPOK Computer TigerLake-LP GT2 [Iris Xe Graphics]
	Kernel driver in use: i915

Xorg log:

cat /var/log/Xorg.0.log
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[     3.849] Current Operating System: Linux guts 6.4.12-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 24 Aug 2023 00:38:14 +0000 x86_64
[     3.849] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=PARTUUID=73e64b56-bf44-4a63-aa99-d94f8e95d673 zswap.enabled=0 rw rootfstype=ext4
[     3.849]
[     3.849] Current version of pixman: 0.42.2
[     3.849] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     3.849] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     3.849] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Sep  4 22:04:56 2023
[     3.850] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     3.851] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     3.851] (==) No Layout section.  Using the first Screen section.
[     3.851] (==) No screen section available. Using defaults.
[     3.851] (**) |-->Screen "Default Screen Section" (0)
[     3.851] (**) |   |-->Monitor "<default monitor>"
[     3.852] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     3.852] (==) Automatically adding devices
[     3.852] (==) Automatically enabling devices
[     3.852] (==) Automatically adding GPU devices
[     3.852] (==) Automatically binding GPU devices
[     3.852] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     3.852] (WW) The directory "/usr/share/fonts/misc" does not exist.
[     3.852] 	Entry deleted from font path.
[     3.852] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[     3.852] 	Entry deleted from font path.
[     3.852] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     3.852] 	Entry deleted from font path.
[     3.853] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     3.853] 	Entry deleted from font path.
[     3.853] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     3.853] 	Entry deleted from font path.
[     3.853] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     3.853] 	Entry deleted from font path.
[     3.853] (==) FontPath set to:
 
[     3.853] (==) ModulePath set to "/usr/lib/xorg/modules"
[     3.853] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     3.853] (II) Module ABI versions:
[     3.853] 	X.Org ANSI C Emulation: 0.4
[     3.853] 	X.Org Video Driver: 25.2
[     3.853] 	X.Org XInput driver : 24.4
[     3.853] 	X.Org Server Extension : 10.0
[     3.854] (++) using VT number 7
 
[     3.854] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     3.857] (II) xfree86: Adding drm device (/dev/dri/card1)
[     3.857] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[     3.877] (--) PCI:*(0@0:2:0) 8086:9a49:1558:51a1 rev 1, Mem @ 0x6020000000/16777216, 0x4000000000/134217728, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[     3.877] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     3.877] (II) LoadModule: "glx"
[     3.878] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     3.888] (II) Module glx: vendor="X.Org Foundation"
[     3.888] 	compiled for 1.21.1.8, module version = 1.0.0
[     3.888] 	ABI class: X.Org Server Extension, version 10.0
[     3.888] (==) Matched intel as autoconfigured driver 0
[     3.888] (==) Matched modesetting as autoconfigured driver 1
[     3.888] (==) Matched fbdev as autoconfigured driver 2
[     3.888] (==) Matched vesa as autoconfigured driver 3
[     3.888] (==) Assigned the driver to the xf86ConfigLayout
[     3.888] (II) LoadModule: "intel"
[     3.888] (WW) Warning, couldn't open module intel
[     3.888] (EE) Failed to load module "intel" (module does not exist, 0)
[     3.889] (II) LoadModule: "modesetting"
[     3.889] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     3.893] (II) Module modesetting: vendor="X.Org Foundation"
[     3.893] 	compiled for 1.21.1.8, module version = 1.21.1
[     3.893] 	Module class: X.Org Video Driver
[     3.893] 	ABI class: X.Org Video Driver, version 25.2
[     3.893] (II) LoadModule: "fbdev"
[     3.893] (WW) Warning, couldn't open module fbdev
[     3.893] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     3.893] (II) LoadModule: "vesa"
[     3.893] (WW) Warning, couldn't open module vesa
[     3.893] (EE) Failed to load module "vesa" (module does not exist, 0)
[     3.893] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     3.920] (II) modeset(0): using drv /dev/dri/card1
[     3.920] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     3.920] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[     3.921] (==) modeset(0): RGB weight 888
[     3.921] (==) modeset(0): Default visual is TrueColor
[     3.921] (II) Loading sub module "glamoregl"
[     3.921] (II) LoadModule: "glamoregl"
[     3.921] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     3.941] (II) Module glamoregl: vendor="X.Org Foundation"
[     3.941] 	compiled for 1.21.1.8, module version = 1.0.1
[     3.942] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     4.471] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Xe Graphics (TGL GT2)
[     4.471] (II) modeset(0): glamor initialized
[     4.471] (==) modeset(0): VariableRefresh: disabled
[     4.471] (==) modeset(0): AsyncFlipSecondaries: disabled
[     4.472] (II) modeset(0): Output eDP-1 has no monitor section
[     4.473] (II) modeset(0): Output HDMI-1 has no monitor section
[     4.473] (II) modeset(0): Output DP-1 has no monitor section
[     4.473] (II) modeset(0): Output DP-2 has no monitor section
[     4.473] (II) modeset(0): Output DP-3 has no monitor section
[     4.473] (II) modeset(0): Output DP-4 has no monitor section
[     4.477] (II) modeset(0): EDID for output eDP-1
[     4.477] (II) modeset(0): Manufacturer: BOE  Model: 7d8  Serial#: 0
[     4.477] (II) modeset(0): Year: 2018  Week: 1
[     4.477] (II) modeset(0): EDID Version: 1.4
[     4.477] (II) modeset(0): Digital Display Input
[     4.477] (II) modeset(0): 6 bits per channel
[     4.477] (II) modeset(0): Digital interface is DisplayPort
[     4.477] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[     4.477] (II) modeset(0): Gamma: 2.20
[     4.477] (II) modeset(0): No DPMS capabilities specified
[     4.477] (II) modeset(0): Supported color encodings: RGB 4:4:4
[     4.477] (II) modeset(0): First detailed timing is preferred mode
[     4.477] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[     4.477] (II) modeset(0): redX: 0.649 redY: 0.344   greenX: 0.335 greenY: 0.620
[     4.477] (II) modeset(0): blueX: 0.150 blueY: 0.061   whiteX: 0.312 whiteY: 0.328
[     4.477] (II) modeset(0): Manufacturer's mask: 0
[     4.477] (II) modeset(0): Supported detailed timing:
[     4.477] (II) modeset(0): clock: 152.5 MHz   Image Size:  344 x 194 mm
[     4.477] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2230 h_border: 0
[     4.477] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1089 v_blanking: 1140 v_border: 0
[     4.477] (II) modeset(0):  BOE CQ
[     4.477] (II) modeset(0):  NV156FHM-N63
[     4.477] (II) modeset(0): EDID (in hex):
[     4.477] (II) modeset(0): 	00ffffffffffff0009e5d80700000000
[     4.477] (II) modeset(0): 	011c010495221378024fa0a658559e26
[     4.477] (II) modeset(0): 	0f505400000001010101010101010101
[     4.477] (II) modeset(0): 	010101010101953b803671383c403020
[     4.477] (II) modeset(0): 	360058c21000001a0000000000000000
[     4.477] (II) modeset(0): 	00000000000000000000000000fe0042
[     4.477] (II) modeset(0): 	4f452043510a202020202020000000fe
[     4.477] (II) modeset(0): 	004e5631353646484d2d4e36330a003c
[     4.478] (II) modeset(0): Printing probed modes for output eDP-1
[     4.478] (II) modeset(0): Modeline "1920x1080"x60.0  152.53  1920 1968 2000 2230  1080 1083 1089 1140 +hsync -vsync (68.4 kHz eP)
[     4.478] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[     4.478] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[     4.478] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[     4.478] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[     4.478] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[     4.478] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[     4.478] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[     4.478] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[     4.478] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[     4.478] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[     4.478] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[     4.478] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[     4.478] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[     4.478] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[     4.478] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[     4.478] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[     4.478] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[     4.478] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[     4.478] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[     4.478] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[     4.478] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[     4.478] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[     4.478] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[     4.478] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[     4.478] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[     4.478] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[     4.478] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[     4.478] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[     4.478] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[     4.478] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[     4.478] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[     4.478] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[     4.478] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[     4.478] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[     4.478] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[     4.478] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[     4.478] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[     4.478] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[     4.478] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[     4.478] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[     4.478] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[     4.478] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[     4.478] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[     4.478] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[     4.478] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[     4.478] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[     4.478] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[     4.478] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[     4.478] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[     4.478] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[     4.478] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[     4.478] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[     4.478] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[     4.479] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[     4.479] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[     4.479] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[     4.479] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[     4.479] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[     4.479] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[     4.479] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[     4.479] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[     4.479] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[     4.479] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[     4.479] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[     4.479] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[     4.479] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[     4.479] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[     4.479] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[     4.479] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[     4.479] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[     4.479] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[     4.479] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[     4.479] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[     4.479] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[     4.479] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[     4.479] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[     4.479] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[     4.479] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[     4.479] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[     4.479] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[     4.479] (II) modeset(0): EDID for output HDMI-1
[     4.479] (II) modeset(0): EDID for output DP-1
[     4.479] (II) modeset(0): EDID for output DP-2
[     4.479] (II) modeset(0): EDID for output DP-3
[     4.479] (II) modeset(0): EDID for output DP-4
[     4.479] (II) modeset(0): Output eDP-1 connected
[     4.479] (II) modeset(0): Output HDMI-1 disconnected
[     4.479] (II) modeset(0): Output DP-1 disconnected
[     4.479] (II) modeset(0): Output DP-2 disconnected
[     4.479] (II) modeset(0): Output DP-3 disconnected
[     4.479] (II) modeset(0): Output DP-4 disconnected
[     4.479] (II) modeset(0): Using exact sizes for initial modes
[     4.479] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[     4.479] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[     4.479] (==) modeset(0): DPI set to (96, 96)
[     4.479] (II) Loading sub module "fb"
[     4.479] (II) LoadModule: "fb"
[     4.479] (II) Module "fb" already built-in
[     4.515] (==) modeset(0): Backing store enabled
[     4.515] (==) modeset(0): Silken mouse enabled
[     4.588] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[     4.588] (==) modeset(0): DPMS enabled
[     4.588] (II) modeset(0): [DRI2] Setup complete
[     4.588] (II) modeset(0): [DRI2]   DRI driver: iris
[     4.588] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[     4.588] (II) Initializing extension Generic Event Extension
[     4.589] (II) Initializing extension SHAPE
[     4.589] (II) Initializing extension MIT-SHM
[     4.589] (II) Initializing extension XInputExtension
[     4.589] (II) Initializing extension XTEST
[     4.590] (II) Initializing extension BIG-REQUESTS
[     4.590] (II) Initializing extension SYNC
[     4.590] (II) Initializing extension XKEYBOARD
[     4.591] (II) Initializing extension XC-MISC
[     4.591] (II) Initializing extension SECURITY
[     4.591] (II) Initializing extension XFIXES
[     4.591] (II) Initializing extension RENDER
[     4.592] (II) Initializing extension RANDR
[     4.592] (II) Initializing extension COMPOSITE
[     4.592] (II) Initializing extension DAMAGE
[     4.593] (II) Initializing extension MIT-SCREEN-SAVER
[     4.593] (II) Initializing extension DOUBLE-BUFFER
[     4.593] (II) Initializing extension RECORD
[     4.593] (II) Initializing extension DPMS
[     4.594] (II) Initializing extension Present
[     4.594] (II) Initializing extension DRI3
[     4.594] (II) Initializing extension X-Resource
[     4.594] (II) Initializing extension XVideo
[     4.594] (II) Initializing extension XVideo-MotionCompensation
[     4.594] (II) Initializing extension GLX
[     4.860] (II) AIGLX: Loaded and initialized iris
[     4.860] (II) GLX: Initialized DRI2 GL provider for screen 0
[     4.860] (II) Initializing extension XFree86-VidModeExtension
[     4.860] (II) Initializing extension XFree86-DGA
[     4.860] (II) Initializing extension XFree86-DRI
[     4.860] (II) Initializing extension DRI2
[     4.861] (II) modeset(0): Damage tracking initialized
[     4.861] (II) modeset(0): Setting screen physical size to 508 x 285
[     4.950] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[     4.950] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     4.950] (**) Video Bus: Applying InputClass "system-keyboard"
[     4.950] (II) LoadModule: "libinput"
[     4.950] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     4.954] (II) Module libinput: vendor="X.Org Foundation"
[     4.954] 	compiled for 1.21.1.8, module version = 1.4.0
[     4.954] 	Module class: X.Org XInput Driver
[     4.954] 	ABI class: X.Org XInput driver, version 24.4
[     4.954] (II) Using input driver 'libinput' for 'Video Bus'
[     4.954] (**) Video Bus: always reports core events
[     4.955] (**) Option "Device" "/dev/input/event8"
[     4.961] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[     4.961] (II) event8  - Video Bus: device is a keyboard
[     4.961] (II) event8  - Video Bus: device removed
[     5.010] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12/event8"
[     5.010] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[     5.010] (**) Option "xkb_model" "pc105+inet"
[     5.010] (**) Option "xkb_layout" "us"
[     5.010] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     5.043] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[     5.043] (II) event8  - Video Bus: device is a keyboard
[     5.044] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     5.044] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     5.044] (**) Power Button: Applying InputClass "system-keyboard"
[     5.044] (II) Using input driver 'libinput' for 'Power Button'
[     5.044] (**) Power Button: always reports core events
[     5.045] (**) Option "Device" "/dev/input/event0"
[     5.046] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     5.046] (II) event0  - Power Button: device is a keyboard
[     5.046] (II) event0  - Power Button: device removed
[     5.060] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[     5.060] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[     5.060] (**) Option "xkb_model" "pc105+inet"
[     5.060] (**) Option "xkb_layout" "us"
[     5.060] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     5.061] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     5.062] (II) event0  - Power Button: device is a keyboard
[     5.062] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[     5.063] (II) No input driver specified, ignoring this device.
[     5.063] (II) This device may have been added with another device file.
[     5.063] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[     5.063] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     5.063] (**) Sleep Button: Applying InputClass "system-keyboard"
[     5.063] (II) Using input driver 'libinput' for 'Sleep Button'
[     5.063] (**) Sleep Button: always reports core events
[     5.063] (**) Option "Device" "/dev/input/event1"
[     5.065] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     5.065] (II) event1  - Sleep Button: device is a keyboard
[     5.065] (II) event1  - Sleep Button: device removed
[     5.093] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[     5.093] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[     5.093] (**) Option "xkb_model" "pc105+inet"
[     5.093] (**) Option "xkb_layout" "us"
[     5.093] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     5.095] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     5.095] (II) event1  - Sleep Button: device is a keyboard
[     5.097] (II) config/udev: Adding input device ELAN0412:00 04F3:316F Touchpad (/dev/input/event7)
[     5.097] (**) ELAN0412:00 04F3:316F Touchpad: Applying InputClass "libinput touchpad catchall"
[     5.097] (II) Using input driver 'libinput' for 'ELAN0412:00 04F3:316F Touchpad'
[     5.097] (**) ELAN0412:00 04F3:316F Touchpad: always reports core events
[     5.097] (**) Option "Device" "/dev/input/event7"
[     5.098] (II) event7  - ELAN0412:00 04F3:316F Touchpad: is tagged by udev as: Touchpad
[     5.101] (II) event7  - ELAN0412:00 04F3:316F Touchpad: device is a touchpad
[     5.101] (II) event7  - ELAN0412:00 04F3:316F Touchpad: device removed
[     5.150] (II) libinput: ELAN0412:00 04F3:316F Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[     5.150] (II) libinput: ELAN0412:00 04F3:316F Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[     5.150] (II) libinput: ELAN0412:00 04F3:316F Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[     5.150] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN0412:00/0018:04F3:316F.0001/input/input11/event7"
[     5.150] (II) XINPUT: Adding extended input device "ELAN0412:00 04F3:316F Touchpad" (type: TOUCHPAD, id 9)
[     5.153] (**) Option "AccelerationScheme" "none"
[     5.153] (**) ELAN0412:00 04F3:316F Touchpad: (accel) selected scheme none/0
[     5.153] (**) ELAN0412:00 04F3:316F Touchpad: (accel) acceleration factor: 2.000
[     5.153] (**) ELAN0412:00 04F3:316F Touchpad: (accel) acceleration threshold: 4
[     5.155] (II) event7  - ELAN0412:00 04F3:316F Touchpad: is tagged by udev as: Touchpad
[     5.158] (II) event7  - ELAN0412:00 04F3:316F Touchpad: device is a touchpad
[     5.159] (II) config/udev: Adding input device ELAN0412:00 04F3:316F Touchpad (/dev/input/mouse1)
[     5.159] (II) No input driver specified, ignoring this device.
[     5.159] (II) This device may have been added with another device file.
[     5.160] (II) config/udev: Adding input device ELAN0412:00 04F3:316F Mouse (/dev/input/event6)
[     5.160] (**) ELAN0412:00 04F3:316F Mouse: Applying InputClass "libinput pointer catchall"
[     5.160] (II) Using input driver 'libinput' for 'ELAN0412:00 04F3:316F Mouse'
[     5.160] (**) ELAN0412:00 04F3:316F Mouse: always reports core events
[     5.160] (**) Option "Device" "/dev/input/event6"
[     5.162] (II) event6  - ELAN0412:00 04F3:316F Mouse: is tagged by udev as: Mouse Pointingstick
[     5.162] (II) event6  - ELAN0412:00 04F3:316F Mouse: device is a pointer
[     5.163] (II) event6  - ELAN0412:00 04F3:316F Mouse: device removed
[     5.206] (II) libinput: ELAN0412:00 04F3:316F Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     5.206] (II) libinput: ELAN0412:00 04F3:316F Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     5.206] (II) libinput: ELAN0412:00 04F3:316F Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     5.206] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN0412:00/0018:04F3:316F.0001/input/input9/event6"
[     5.206] (II) XINPUT: Adding extended input device "ELAN0412:00 04F3:316F Mouse" (type: MOUSE, id 10)
[     5.207] (**) Option "AccelerationScheme" "none"
[     5.207] (**) ELAN0412:00 04F3:316F Mouse: (accel) selected scheme none/0
[     5.207] (**) ELAN0412:00 04F3:316F Mouse: (accel) acceleration factor: 2.000
[     5.207] (**) ELAN0412:00 04F3:316F Mouse: (accel) acceleration threshold: 4
[     5.208] (II) event6  - ELAN0412:00 04F3:316F Mouse: is tagged by udev as: Mouse Pointingstick
[     5.209] (II) event6  - ELAN0412:00 04F3:316F Mouse: device is a pointer
[     5.210] (II) config/udev: Adding input device ELAN0412:00 04F3:316F Mouse (/dev/input/mouse0)
[     5.210] (II) No input driver specified, ignoring this device.
[     5.210] (II) This device may have been added with another device file.
[     5.211] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event9)
[     5.211] (II) No input driver specified, ignoring this device.
[     5.211] (II) This device may have been added with another device file.
[     5.211] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event10)
[     5.211] (II) No input driver specified, ignoring this device.
[     5.211] (II) This device may have been added with another device file.
[     5.212] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event11)
[     5.212] (II) No input driver specified, ignoring this device.
[     5.212] (II) This device may have been added with another device file.
[     5.212] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event12)
[     5.212] (II) No input driver specified, ignoring this device.
[     5.212] (II) This device may have been added with another device file.
[     5.213] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event13)
[     5.213] (II) No input driver specified, ignoring this device.
[     5.213] (II) This device may have been added with another device file.
[     5.213] (II) config/udev: Adding input device Intel HID events (/dev/input/event4)
[     5.213] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[     5.213] (**) Intel HID events: Applying InputClass "system-keyboard"
[     5.213] (II) Using input driver 'libinput' for 'Intel HID events'
[     5.213] (**) Intel HID events: always reports core events
[     5.213] (**) Option "Device" "/dev/input/event4"
[     5.214] (II) event4  - Intel HID events: is tagged by udev as: Keyboard
[     5.214] (II) event4  - Intel HID events: device is a keyboard
[     5.215] (II) event4  - Intel HID events: device removed
[     5.236] (**) Option "config_info" "udev:/sys/devices/platform/INTC1051:00/input/input4/event4"
[     5.236] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 11)
[     5.236] (**) Option "xkb_model" "pc105+inet"
[     5.236] (**) Option "xkb_layout" "us"
[     5.236] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     5.238] (II) event4  - Intel HID events: is tagged by udev as: Keyboard
[     5.238] (II) event4  - Intel HID events: device is a keyboard
[     5.239] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[     5.239] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     5.239] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[     5.239] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     5.239] (**) AT Translated Set 2 keyboard: always reports core events
[     5.239] (**) Option "Device" "/dev/input/event3"
[     5.240] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     5.240] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     5.241] (II) event3  - AT Translated Set 2 keyboard: device removed
[     5.263] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[     5.263] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[     5.263] (**) Option "xkb_model" "pc105+inet"
[     5.263] (**) Option "xkb_layout" "us"
[     5.263] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     5.264] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     5.264] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     5.266] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[     5.266] (II) No input driver specified, ignoring this device.
[     5.266] (II) This device may have been added with another device file.
[     5.371] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event11)
[     5.371] (II) No input driver specified, ignoring this device.
[     5.371] (II) This device may have been added with another device file.
[     5.371] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event12)
[     5.371] (II) No input driver specified, ignoring this device.
[     5.371] (II) This device may have been added with another device file.
[     5.372] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event10)
[     5.372] (II) No input driver specified, ignoring this device.
[     5.372] (II) This device may have been added with another device file.
[     5.372] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event13)
[     5.372] (II) No input driver specified, ignoring this device.
[     5.372] (II) This device may have been added with another device file.
[     5.372] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event9)
[     5.372] (II) No input driver specified, ignoring this device.
[     5.372] (II) This device may have been added with another device file.
[   652.025] (II) modeset(0): EDID vendor "BOE", prod id 2008
[   652.025] (II) modeset(0): Printing DDC gathered Modelines:
[   652.025] (II) modeset(0): Modeline "1920x1080"x0.0  152.53  1920 1968 2000 2230  1080 1083 1089 1140 +hsync -vsync (68.4 kHz eP)
[   652.036] (II) config/udev: Adding input device ELAN0412:00 04F3:316F Mouse (/dev/input/mouse0)
[   652.036] (II) No input driver specified, ignoring this device.
[   652.036] (II) This device may have been added with another device file.
[   652.054] (II) config/udev: Adding input device ELAN0412:00 04F3:316F Touchpad (/dev/input/mouse1)
[   652.054] (II) No input driver specified, ignoring this device.
[   652.054] (II) This device may have been added with another device file.
[   652.061] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[   652.061] (II) No input driver specified, ignoring this device.
[   652.062] (II) This device may have been added with another device file.
[   652.062] (II) config/udev: removing device Video Bus
[   652.062] (II) event8  - Video Bus: device removed
[   652.093] (II) UnloadModule: "libinput"
[   652.094] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[   652.094] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   652.094] (**) Video Bus: Applying InputClass "system-keyboard"
[   652.094] (II) Using input driver 'libinput' for 'Video Bus'
[   652.094] (**) Video Bus: always reports core events
[   652.094] (**) Option "Device" "/dev/input/event8"
[   652.096] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[   652.096] (II) event8  - Video Bus: device is a keyboard
[   652.097] (II) event8  - Video Bus: device removed
[   652.156] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12/event8"
[   652.156] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[   652.156] (**) Option "xkb_model" "pc105+inet"
[   652.156] (**) Option "xkb_layout" "us"
[   652.156] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   652.158] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[   652.158] (II) event8  - Video Bus: device is a keyboard
[   652.160] (II) config/udev: removing device Sleep Button
[   652.160] (II) event1  - Sleep Button: device removed
[   652.196] (II) UnloadModule: "libinput"
[   652.197] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[   652.197] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   652.197] (**) Sleep Button: Applying InputClass "system-keyboard"
[   652.197] (II) Using input driver 'libinput' for 'Sleep Button'
[   652.197] (**) Sleep Button: always reports core events
[   652.197] (**) Option "Device" "/dev/input/event1"
[   652.198] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[   652.198] (II) event1  - Sleep Button: device is a keyboard
[   652.198] (II) event1  - Sleep Button: device removed
[   652.233] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[   652.233] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[   652.233] (**) Option "xkb_model" "pc105+inet"
[   652.233] (**) Option "xkb_layout" "us"
[   652.233] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   652.234] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[   652.234] (II) event1  - Sleep Button: device is a keyboard
[   652.235] (II) config/udev: removing device Intel HID events
[   652.235] (II) event4  - Intel HID events: device removed
[   652.253] (II) UnloadModule: "libinput"
[   652.253] (II) config/udev: Adding input device Intel HID events (/dev/input/event4)
[   652.253] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[   652.253] (**) Intel HID events: Applying InputClass "system-keyboard"
[   652.253] (II) Using input driver 'libinput' for 'Intel HID events'
[   652.253] (**) Intel HID events: always reports core events
[   652.253] (**) Option "Device" "/dev/input/event4"
[   652.254] (II) event4  - Intel HID events: is tagged by udev as: Keyboard
[   652.254] (II) event4  - Intel HID events: device is a keyboard
[   652.255] (II) event4  - Intel HID events: device removed
[   652.273] (**) Option "config_info" "udev:/sys/devices/platform/INTC1051:00/input/input4/event4"
[   652.273] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 11)
[   652.273] (**) Option "xkb_model" "pc105+inet"
[   652.273] (**) Option "xkb_layout" "us"
[   652.273] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   652.274] (II) event4  - Intel HID events: is tagged by udev as: Keyboard
[   652.274] (II) event4  - Intel HID events: device is a keyboard
[   652.275] (II) config/udev: removing device Power Button
[   652.275] (II) event0  - Power Button: device removed
[   652.293] (II) UnloadModule: "libinput"
[   652.293] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   652.294] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   652.294] (**) Power Button: Applying InputClass "system-keyboard"
[   652.294] (II) Using input driver 'libinput' for 'Power Button'
[   652.294] (**) Power Button: always reports core events
[   652.294] (**) Option "Device" "/dev/input/event0"
[   652.295] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   652.295] (II) event0  - Power Button: device is a keyboard
[   652.295] (II) event0  - Power Button: device removed
[   652.313] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[   652.313] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[   652.313] (**) Option "xkb_model" "pc105+inet"
[   652.313] (**) Option "xkb_layout" "us"
[   652.313] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   652.314] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   652.314] (II) event0  - Power Button: device is a keyboard
[   652.315] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event12)
[   652.315] (II) No input driver specified, ignoring this device.
[   652.315] (II) This device may have been added with another device file.
[   652.316] (II) config/udev: removing device ELAN0412:00 04F3:316F Mouse
[   652.316] (II) event6  - ELAN0412:00 04F3:316F Mouse: device removed
[   652.346] (II) UnloadModule: "libinput"
[   652.347] (II) config/udev: Adding input device ELAN0412:00 04F3:316F Mouse (/dev/input/event6)
[   652.347] (**) ELAN0412:00 04F3:316F Mouse: Applying InputClass "libinput pointer catchall"
[   652.347] (II) Using input driver 'libinput' for 'ELAN0412:00 04F3:316F Mouse'
[   652.347] (**) ELAN0412:00 04F3:316F Mouse: always reports core events
[   652.347] (**) Option "Device" "/dev/input/event6"
[   652.349] (II) event6  - ELAN0412:00 04F3:316F Mouse: is tagged by udev as: Mouse Pointingstick
[   652.349] (II) event6  - ELAN0412:00 04F3:316F Mouse: device is a pointer
[   652.350] (II) event6  - ELAN0412:00 04F3:316F Mouse: device removed
[   652.396] (II) libinput: ELAN0412:00 04F3:316F Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   652.396] (II) libinput: ELAN0412:00 04F3:316F Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   652.396] (II) libinput: ELAN0412:00 04F3:316F Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   652.396] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN0412:00/0018:04F3:316F.0001/input/input9/event6"
[   652.396] (II) XINPUT: Adding extended input device "ELAN0412:00 04F3:316F Mouse" (type: MOUSE, id 10)
[   652.397] (**) Option "AccelerationScheme" "none"
[   652.397] (**) ELAN0412:00 04F3:316F Mouse: (accel) selected scheme none/0
[   652.397] (**) ELAN0412:00 04F3:316F Mouse: (accel) acceleration factor: 2.000
[   652.397] (**) ELAN0412:00 04F3:316F Mouse: (accel) acceleration threshold: 4
[   652.398] (II) event6  - ELAN0412:00 04F3:316F Mouse: is tagged by udev as: Mouse Pointingstick
[   652.399] (II) event6  - ELAN0412:00 04F3:316F Mouse: device is a pointer
[   652.401] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event9)
[   652.401] (II) No input driver specified, ignoring this device.
[   652.401] (II) This device may have been added with another device file.
[   652.403] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event10)
[   652.403] (II) No input driver specified, ignoring this device.
[   652.403] (II) This device may have been added with another device file.
[   652.403] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event11)
[   652.403] (II) No input driver specified, ignoring this device.
[   652.403] (II) This device may have been added with another device file.
[   652.404] (II) config/udev: removing device AT Translated Set 2 keyboard
[   652.404] (II) event3  - AT Translated Set 2 keyboard: device removed
[   652.436] (II) UnloadModule: "libinput"
[   652.437] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[   652.437] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   652.437] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[   652.437] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   652.437] (**) AT Translated Set 2 keyboard: always reports core events
[   652.437] (**) Option "Device" "/dev/input/event3"
[   652.438] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   652.439] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   652.440] (II) event3  - AT Translated Set 2 keyboard: device removed
[   652.466] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[   652.466] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[   652.466] (**) Option "xkb_model" "pc105+inet"
[   652.466] (**) Option "xkb_layout" "us"
[   652.466] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   652.468] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   652.468] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   652.470] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event13)
[   652.470] (II) No input driver specified, ignoring this device.
[   652.470] (II) This device may have been added with another device file.
[   652.470] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[   652.470] (II) No input driver specified, ignoring this device.
[   652.470] (II) This device may have been added with another device file.
[   652.470] (II) config/udev: removing device ELAN0412:00 04F3:316F Touchpad
[   652.470] (II) event7  - ELAN0412:00 04F3:316F Touchpad: device removed
[   652.516] (II) UnloadModule: "libinput"
[   652.517] (II) config/udev: Adding input device ELAN0412:00 04F3:316F Touchpad (/dev/input/event7)
[   652.517] (**) ELAN0412:00 04F3:316F Touchpad: Applying InputClass "libinput touchpad catchall"
[   652.517] (II) Using input driver 'libinput' for 'ELAN0412:00 04F3:316F Touchpad'
[   652.517] (**) ELAN0412:00 04F3:316F Touchpad: always reports core events
[   652.517] (**) Option "Device" "/dev/input/event7"
[   652.519] (II) event7  - ELAN0412:00 04F3:316F Touchpad: is tagged by udev as: Touchpad
[   652.522] (II) event7  - ELAN0412:00 04F3:316F Touchpad: device is a touchpad
[   652.522] (II) event7  - ELAN0412:00 04F3:316F Touchpad: device removed
[   652.566] (II) libinput: ELAN0412:00 04F3:316F Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[   652.566] (II) libinput: ELAN0412:00 04F3:316F Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[   652.566] (II) libinput: ELAN0412:00 04F3:316F Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[   652.567] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN0412:00/0018:04F3:316F.0001/input/input11/event7"
[   652.567] (II) XINPUT: Adding extended input device "ELAN0412:00 04F3:316F Touchpad" (type: TOUCHPAD, id 9)
[   652.570] (**) Option "AccelerationScheme" "none"
[   652.570] (**) ELAN0412:00 04F3:316F Touchpad: (accel) selected scheme none/0
[   652.570] (**) ELAN0412:00 04F3:316F Touchpad: (accel) acceleration factor: 2.000
[   652.570] (**) ELAN0412:00 04F3:316F Touchpad: (accel) acceleration threshold: 4
[   652.572] (II) event7  - ELAN0412:00 04F3:316F Touchpad: is tagged by udev as: Touchpad
[   652.575] (II) event7  - ELAN0412:00 04F3:316F Touchpad: device is a touchpad

Last edited by gdra (2023-10-16 19:54:43)

Offline

#2 2023-09-05 06:38:12

seth
Member
Registered: 2012-09-03
Posts: 54,566

Re: [SOLVED] Possible intel graphic problem

Do you run a copositor next to i3?
Superficially the symptoms migth relate to psr or fbc, try to DISable both.

https://wiki.archlinux.org/title/Intel_ … nable_fbc)
https://wiki.archlinux.org/title/Intel_ … flickering
(Do NOT install xf86-video-intel, it'd already be the rather typical cause for such symptoms)

However w/

when I launch neofetch the moment it gets to the gpu entry it experiences a slowdown

You should check the system journal/dmesg for i915/drm/pci related errors, but it might also just be neofetch doing some more elaborate stuff at this point.

There's nothing suspicious in the xorg log, but maybe post the output of "xrandr -q" (though I'd expect the doublescan mode to get filtered and not be used)

Offline

#3 2023-09-05 20:16:13

gdra
Member
Registered: 2023-08-23
Posts: 28

Re: [SOLVED] Possible intel graphic problem

I am currently using a clean arch installation and have chosen i3 from the "Desktop" profile of archinstall. I don't think it installs a compositor. However I checked to be sure in ~/.config/i3/config and used pgrep looking for the various compositors. No results.

I disabled psr and fbc, now this is my

/boot/loader/entries/2023-08-27_11-20-11_linux.conf

output

# Created by: archinstall
# Created on: 2023-08-27_11-20-11
title   Arch Linux (linux)
linux   /vmlinuz-linux
initrd  /intel-ucode.img
initrd  /initramfs-linux.img
options root=PARTUUID=73e64b56-bf44-4a63-aa99-d94f8e95d673 zswap.enabled=0 rw rootfstype=ext4 i915.enable_fbc=0 i915.enable_psr=0

and my

cat /proc/cmdline

output

initrd=\intel-ucode.img initrd=\initramfs-linux.img root=PARTUUID=73e64b56-bf44-4a63-aa99-d94f8e95d673 zswap.enabled=0 rw rootfstype=ext4 i915.enable_fbc=0 i915.enable_psr=0

But it did not lead to improvements after the reboot.

I confirm that I am not using xf86-video-intel

eglinfo -B
BM platform:
eglinfo: eglInitialize failed

Wayland platform:
eglinfo: eglInitialize failed

X11 platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES
OpenGL core profile vendor: Intel
OpenGL core profile renderer: Mesa Intel(R) Xe Graphics (TGL GT2)
OpenGL core profile version: 4.6 (Core Profile) Mesa 23.1.6
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: Intel
OpenGL compatibility profile renderer: Mesa Intel(R) Xe Graphics (TGL GT2)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 23.1.6
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: Intel
OpenGL ES profile renderer: Mesa Intel(R) Xe Graphics (TGL GT2)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 23.1.6
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Surfaceless platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES
OpenGL core profile vendor: Intel
OpenGL core profile renderer: Mesa Intel(R) Xe Graphics (TGL GT2)
OpenGL core profile version: 4.6 (Core Profile) Mesa 23.1.6
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: Intel
OpenGL compatibility profile renderer: Mesa Intel(R) Xe Graphics (TGL GT2)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 23.1.6
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: Intel
OpenGL ES profile renderer: Mesa Intel(R) Xe Graphics (TGL GT2)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 23.1.6
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Device platform:
Device #0:

Platform Device platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES
OpenGL core profile vendor: Intel
OpenGL core profile renderer: Mesa Intel(R) Xe Graphics (TGL GT2)
OpenGL core profile version: 4.6 (Core Profile) Mesa 23.1.6
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: Intel
OpenGL compatibility profile renderer: Mesa Intel(R) Xe Graphics (TGL GT2)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 23.1.6
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: Intel
OpenGL ES profile renderer: Mesa Intel(R) Xe Graphics (TGL GT2)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 23.1.6
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Device #1:

Platform Device platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES
OpenGL core profile vendor: Mesa
OpenGL core profile renderer: llvmpipe (LLVM 15.0.7, 256 bits)
OpenGL core profile version: 4.5 (Core Profile) Mesa 23.1.6
OpenGL core profile shading language version: 4.50
OpenGL compatibility profile vendor: Mesa
OpenGL compatibility profile renderer: llvmpipe (LLVM 15.0.7, 256 bits)
OpenGL compatibility profile version: 4.5 (Compatibility Profile) Mesa 23.1.6
OpenGL compatibility profile shading language version: 4.50
OpenGL ES profile vendor: Mesa
OpenGL ES profile renderer: llvmpipe (LLVM 15.0.7, 256 bits)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 23.1.6
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

And here the "xrandr -q" output

Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
eDP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 194mm
   1920x1080     60.00*+  59.97    59.96    59.93
   1680x1050     59.95    59.88
   1400x1050     59.98
   1600x900      59.99    59.94    59.95    59.82
   1280x1024     60.02
   1400x900      59.96    59.88
   1280x960      60.00
   1440x810      60.00    59.97
   1368x768      59.88    59.85
   1280x800      59.99    59.97    59.81    59.91
   1280x720      60.00    59.99    59.86    59.74
   1024x768      60.04    60.00
   960x720       60.00
   928x696       60.05
   896x672       60.01
   1024x576      59.95    59.96    59.90    59.82
   960x600       59.93    60.00
   960x540       59.96    59.99    59.63    59.82
   800x600       60.00    60.32    56.25
   840x525       60.01    59.88
   864x486       59.92    59.57
   700x525       59.98
   800x450       59.95    59.82
   640x512       60.02
   700x450       59.96    59.88
   640x480       60.00    59.94
   720x405       59.51    58.99
   684x384       59.88    59.85
   640x400       59.88    59.98
   640x360       59.86    59.83    59.84    59.32
   512x384       60.00
   512x288       60.00    59.92
   480x270       59.63    59.82
   400x300       60.32    56.34
   432x243       59.92    59.57
   320x240       60.05
   360x202       59.51    59.13
   320x180       59.84    59.32
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
DP-4 disconnected (normal left inverted right x axis y axis)

Offline

#4 2023-09-05 20:26:00

gdra
Member
Registered: 2023-08-23
Posts: 28

Re: [SOLVED] Possible intel graphic problem

Also,if can be useful, this is the output of

 dmesg | grep -iE 'i915|drm|pci'
[    0.000000] Command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=PARTUUID=73e64b56-bf44-4a63-aa99-d94f8e95d673 zswap.enabled=0 rw rootfstype=ext4 i915.enable_fbc=0 i915.enable_psr=0
[    0.054798] [mem 0x4d800000-0xfe00ffff] available for PCI devices
[    0.061241] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=PARTUUID=73e64b56-bf44-4a63-aa99-d94f8e95d673 zswap.enabled=0 rw rootfstype=ext4 i915.enable_fbc=0 i915.enable_psr=0
[    0.168428] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.168428] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
[    0.168428] PCI: not using MMCONFIG
[    0.168428] PCI: Using configuration type 1 for base access
[    0.264089] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
[    0.264730] PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved as ACPI motherboard resource
[    0.264742] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.264743] PCI: Using E820 reservations for host bridge windows
[    0.413512] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
[    0.418352] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
[    0.422049] PCI host bridge to bus 0000:00
[    0.422051] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.422053] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.422054] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.422055] pci_bus 0000:00: root bus resource [mem 0x4d800000-0xbfffffff window]
[    0.422056] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[    0.422058] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.422090] pci 0000:00:00.0: [8086:9a14] type 00 class 0x060000
[    0.422217] pci 0000:00:02.0: [8086:9a49] type 00 class 0x030000
[    0.422227] pci 0000:00:02.0: reg 0x10: [mem 0x6020000000-0x6020ffffff 64bit]
[    0.422234] pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x4007ffffff 64bit pref]
[    0.422238] pci 0000:00:02.0: reg 0x20: [io  0x4000-0x403f]
[    0.422256] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.422257] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[    0.422260] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.422291] pci 0000:00:02.0: reg 0x344: [mem 0x00000000-0x00ffffff 64bit]
[    0.422292] pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x06ffffff 64bit] (contains BAR0 for 7 VFs)
[    0.422298] pci 0000:00:02.0: reg 0x34c: [mem 0x00000000-0x1fffffff 64bit pref]
[    0.422299] pci 0000:00:02.0: VF(n) BAR2 space: [mem 0x00000000-0xdfffffff 64bit pref] (contains BAR2 for 7 VFs)
[    0.422472] pci 0000:00:04.0: [8086:9a03] type 00 class 0x118000
[    0.422490] pci 0000:00:04.0: reg 0x10: [mem 0x601f540000-0x601f55ffff 64bit]
[    0.422829] pci 0000:00:06.0: [8086:9a09] type 01 class 0x060400
[    0.422937] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[    0.422980] pci 0000:00:06.0: PTM enabled (root), 4ns granularity
[    0.423567] pci 0000:00:07.0: [8086:9a23] type 01 class 0x060400
[    0.423620] pci 0000:00:07.0: Overriding RP PIO Log Size to 4
[    0.423691] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.424602] pci 0000:00:0a.0: [8086:9a0d] type 00 class 0x118000
[    0.424612] pci 0000:00:0a.0: reg 0x10: [mem 0x601f570000-0x601f577fff 64bit]
[    0.424636] pci 0000:00:0a.0: enabling Extended Tags
[    0.424735] pci 0000:00:0d.0: [8086:9a13] type 00 class 0x0c0330
[    0.424750] pci 0000:00:0d.0: reg 0x10: [mem 0x601f560000-0x601f56ffff 64bit]
[    0.424814] pci 0000:00:0d.0: PME# supported from D3hot D3cold
[    0.425245] pci 0000:00:0d.2: [8086:9a1b] type 00 class 0x0c0340
[    0.425258] pci 0000:00:0d.2: reg 0x10: [mem 0x601f500000-0x601f53ffff 64bit]
[    0.425267] pci 0000:00:0d.2: reg 0x18: [mem 0x601f585000-0x601f585fff 64bit]
[    0.425309] pci 0000:00:0d.2: supports D1 D2
[    0.425310] pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.425495] pci 0000:00:14.0: [8086:a0ed] type 00 class 0x0c0330
[    0.425518] pci 0000:00:14.0: reg 0x10: [mem 0x5ac00000-0x5ac0ffff 64bit]
[    0.425613] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.426070] pci 0000:00:14.2: [8086:a0ef] type 00 class 0x050000
[    0.426095] pci 0000:00:14.2: reg 0x10: [mem 0x601f57c000-0x601f57ffff 64bit]
[    0.426112] pci 0000:00:14.2: reg 0x18: [mem 0x601f584000-0x601f584fff 64bit]
[    0.426333] pci 0000:00:15.0: [8086:a0e8] type 00 class 0x0c8000
[    0.426409] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.426924] pci 0000:00:15.1: [8086:a0e9] type 00 class 0x0c8000
[    0.427013] pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.427487] pci 0000:00:1c.0: [8086:a0bd] type 01 class 0x060400
[    0.427602] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.427643] pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
[    0.428349] pci 0000:00:1c.6: [8086:a0be] type 01 class 0x060400
[    0.428462] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[    0.428502] pci 0000:00:1c.6: PTM enabled (root), 4ns granularity
[    0.429183] pci 0000:00:1c.7: [8086:a0bf] type 01 class 0x060400
[    0.429296] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[    0.429336] pci 0000:00:1c.7: PTM enabled (root), 4ns granularity
[    0.430005] pci 0000:00:1f.0: [8086:a082] type 00 class 0x060100
[    0.430372] pci 0000:00:1f.3: [8086:a0c8] type 00 class 0x040300
[    0.430415] pci 0000:00:1f.3: reg 0x10: [mem 0x601f578000-0x601f57bfff 64bit]
[    0.430472] pci 0000:00:1f.3: reg 0x20: [mem 0x601f400000-0x601f4fffff 64bit]
[    0.430578] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.431048] pci 0000:00:1f.4: [8086:a0a3] type 00 class 0x0c0500
[    0.431075] pci 0000:00:1f.4: reg 0x10: [mem 0x601f580000-0x601f5800ff 64bit]
[    0.431107] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.431373] pci 0000:00:1f.5: [8086:a0a4] type 00 class 0x0c8000
[    0.431394] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.431857] pci 0000:01:00.0: [144d:a808] type 00 class 0x010802
[    0.431874] pci 0000:01:00.0: reg 0x10: [mem 0x5ab00000-0x5ab03fff 64bit]
[    0.432126] pci 0000:00:06.0: PCI bridge to [bus 01]
[    0.432130] pci 0000:00:06.0:   bridge window [mem 0x5ab00000-0x5abfffff]
[    0.432169] pci 0000:00:07.0: PCI bridge to [bus 02-33]
[    0.432174] pci 0000:00:07.0:   bridge window [mem 0x4e000000-0x5a7fffff]
[    0.432178] pci 0000:00:07.0:   bridge window [mem 0x6000000000-0x601f3fffff 64bit pref]
[    0.432308] pci 0000:34:00.0: [10ec:522a] type 00 class 0xff0000
[    0.432374] pci 0000:34:00.0: reg 0x10: [mem 0x5aa00000-0x5aa00fff]
[    0.432819] pci 0000:34:00.0: supports D1 D2
[    0.432820] pci 0000:34:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.433203] pci 0000:00:1c.0: PCI bridge to [bus 34]
[    0.433209] pci 0000:00:1c.0:   bridge window [mem 0x5aa00000-0x5aafffff]
[    0.433279] pci 0000:35:00.0: [10ec:8168] type 00 class 0x020000
[    0.433304] pci 0000:35:00.0: reg 0x10: [io  0x3000-0x30ff]
[    0.433337] pci 0000:35:00.0: reg 0x18: [mem 0x5a904000-0x5a904fff 64bit]
[    0.433357] pci 0000:35:00.0: reg 0x20: [mem 0x5a900000-0x5a903fff 64bit]
[    0.433490] pci 0000:35:00.0: supports D1 D2
[    0.433491] pci 0000:35:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.433725] pci 0000:00:1c.6: PCI bridge to [bus 35]
[    0.433729] pci 0000:00:1c.6:   bridge window [io  0x3000-0x3fff]
[    0.433732] pci 0000:00:1c.6:   bridge window [mem 0x5a900000-0x5a9fffff]
[    0.433811] pci 0000:36:00.0: [8086:2723] type 00 class 0x028000
[    0.433841] pci 0000:36:00.0: reg 0x10: [mem 0x5a800000-0x5a803fff 64bit]
[    0.433995] pci 0000:36:00.0: PME# supported from D0 D3hot D3cold
[    0.434211] pci 0000:00:1c.7: PCI bridge to [bus 36]
[    0.434217] pci 0000:00:1c.7:   bridge window [mem 0x5a800000-0x5a8fffff]
[    0.455318] PCI: Using ACPI for IRQ routing
[    0.473930] PCI: pci_cache_line_size set to 64 bytes
[    0.474172] pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
[    0.477439] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.477439] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.477439] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.496773] pci 0000:00:07.0: bridge window [io  0x1000-0x0fff] to [bus 02-33] add_size 1000
[    0.496784] pci 0000:00:02.0: BAR 9: assigned [mem 0x4020000000-0x40ffffffff 64bit pref]
[    0.496788] pci 0000:00:02.0: BAR 7: assigned [mem 0x4008000000-0x400effffff 64bit]
[    0.496791] pci 0000:00:07.0: BAR 13: assigned [io  0x5000-0x5fff]
[    0.496793] pci 0000:00:15.0: BAR 0: assigned [mem 0x400f000000-0x400f000fff 64bit]
[    0.496853] pci 0000:00:15.1: BAR 0: assigned [mem 0x400f001000-0x400f001fff 64bit]
[    0.496915] pci 0000:00:1f.5: BAR 0: assigned [mem 0x4d800000-0x4d800fff]
[    0.496927] pci 0000:00:06.0: PCI bridge to [bus 01]
[    0.496936] pci 0000:00:06.0:   bridge window [mem 0x5ab00000-0x5abfffff]
[    0.496946] pci 0000:00:07.0: PCI bridge to [bus 02-33]
[    0.496948] pci 0000:00:07.0:   bridge window [io  0x5000-0x5fff]
[    0.496951] pci 0000:00:07.0:   bridge window [mem 0x4e000000-0x5a7fffff]
[    0.496954] pci 0000:00:07.0:   bridge window [mem 0x6000000000-0x601f3fffff 64bit pref]
[    0.496959] pci 0000:00:1c.0: PCI bridge to [bus 34]
[    0.496965] pci 0000:00:1c.0:   bridge window [mem 0x5aa00000-0x5aafffff]
[    0.496973] pci 0000:00:1c.6: PCI bridge to [bus 35]
[    0.496975] pci 0000:00:1c.6:   bridge window [io  0x3000-0x3fff]
[    0.496979] pci 0000:00:1c.6:   bridge window [mem 0x5a900000-0x5a9fffff]
[    0.496987] pci 0000:00:1c.7: PCI bridge to [bus 36]
[    0.496991] pci 0000:00:1c.7:   bridge window [mem 0x5a800000-0x5a8fffff]
[    0.496999] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.497001] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.497002] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.497003] pci_bus 0000:00: resource 7 [mem 0x4d800000-0xbfffffff window]
[    0.497004] pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
[    0.497006] pci_bus 0000:01: resource 1 [mem 0x5ab00000-0x5abfffff]
[    0.497007] pci_bus 0000:02: resource 0 [io  0x5000-0x5fff]
[    0.497009] pci_bus 0000:02: resource 1 [mem 0x4e000000-0x5a7fffff]
[    0.497010] pci_bus 0000:02: resource 2 [mem 0x6000000000-0x601f3fffff 64bit pref]
[    0.497011] pci_bus 0000:34: resource 1 [mem 0x5aa00000-0x5aafffff]
[    0.497012] pci_bus 0000:35: resource 0 [io  0x3000-0x3fff]
[    0.497013] pci_bus 0000:35: resource 1 [mem 0x5a900000-0x5a9fffff]
[    0.497014] pci_bus 0000:36: resource 1 [mem 0x5a800000-0x5a8fffff]
[    0.499009] PCI: CLS 64 bytes, default 64
[    0.499231] pci 0000:00:07.0: Adding to iommu group 0
[    0.499273] pci 0000:00:02.0: Adding to iommu group 1
[    0.499313] pci 0000:00:00.0: Adding to iommu group 2
[    0.499324] pci 0000:00:04.0: Adding to iommu group 3
[    0.499344] pci 0000:00:06.0: Adding to iommu group 4
[    0.499355] pci 0000:00:0a.0: Adding to iommu group 5
[    0.499382] pci 0000:00:0d.0: Adding to iommu group 6
[    0.499401] pci 0000:00:0d.2: Adding to iommu group 6
[    0.499421] pci 0000:00:14.0: Adding to iommu group 7
[    0.499433] pci 0000:00:14.2: Adding to iommu group 7
[    0.499453] pci 0000:00:15.0: Adding to iommu group 8
[    0.499465] pci 0000:00:15.1: Adding to iommu group 8
[    0.499480] pci 0000:00:1c.0: Adding to iommu group 9
[    0.499496] pci 0000:00:1c.6: Adding to iommu group 10
[    0.499516] pci 0000:00:1c.7: Adding to iommu group 11
[    0.499545] pci 0000:00:1f.0: Adding to iommu group 12
[    0.499558] pci 0000:00:1f.3: Adding to iommu group 12
[    0.499570] pci 0000:00:1f.4: Adding to iommu group 12
[    0.499583] pci 0000:00:1f.5: Adding to iommu group 12
[    0.499603] pci 0000:01:00.0: Adding to iommu group 13
[    0.499619] pci 0000:34:00.0: Adding to iommu group 14
[    0.499635] pci 0000:35:00.0: Adding to iommu group 15
[    0.499651] pci 0000:36:00.0: Adding to iommu group 16
[    0.499760] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.517877] pcieport 0000:00:06.0: PME: Signaling with IRQ 123
[    0.518101] pcieport 0000:00:07.0: PME: Signaling with IRQ 124
[    0.518117] pcieport 0000:00:07.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.518420] pcieport 0000:00:1c.0: PME: Signaling with IRQ 125
[    0.518649] pcieport 0000:00:1c.6: PME: Signaling with IRQ 126
[    0.518872] pcieport 0000:00:1c.7: PME: Signaling with IRQ 127
[    0.518966] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.550131] ACPI: bus type drm_connector registered
[    0.552785] [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
[    0.553294] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[    0.892088] rtsx_pci 0000:34:00.0: enabling device (0000 -> 0002)
[    0.910057] nvme nvme0: pci function 0000:01:00.0
[    1.464425] systemd[1]: Starting Load Kernel Module drm...
[    2.211807] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    2.432424] input: ELAN0412:00 04F3:316F Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN0412:00/0018:04F3:316F.0001/input/input6
[    2.432523] input: ELAN0412:00 04F3:316F Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN0412:00/0018:04F3:316F.0001/input/input8
[    2.568971] input: ELAN0412:00 04F3:316F Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN0412:00/0018:04F3:316F.0001/input/input9
[    2.576477] input: ELAN0412:00 04F3:316F Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN0412:00/0018:04F3:316F.0001/input/input11
[    2.636622] iwlwifi 0000:36:00.0: PCI dev 2723/0084, rev=0x340, rfid=0x10a100
[    3.040660] i915 0000:00:02.0: [drm] VT-d active for gfx access
[    3.104619] i915 0000:00:02.0: vgaarb: deactivate vga console
[    3.104790] i915 0000:00:02.0: [drm] Using Transparent Hugepages
[    3.107458] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    3.111048] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/tgl_dmc_ver2_12.bin (v2.12)
[    3.141018] i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
[    3.152195] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 1
[    3.154192] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    3.156005] fbcon: i915drmfb (fb0) is primary device
[    3.186334] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    3.366798] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[    3.366833] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[    3.366867] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[    3.366895] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16

Offline

#5 2023-09-05 20:33:18

seth
Member
Registered: 2012-09-03
Posts: 54,566

Re: [SOLVED] Possible intel graphic problem

[    0.552785] [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
[    0.553294] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device

Add

initcall_blacklist=simpledrm_platform_driver_init

to the kernel parameters.

How does alacritty behave if you run

LIBGL_DRI3_DISABLE=1 LIBGL_ALWAYS_SOFTWARE=1 alacritty

Offline

#6 2023-09-05 20:42:08

gdra
Member
Registered: 2023-08-23
Posts: 28

Re: [SOLVED] Possible intel graphic problem

I added the parameter but I don't notice any improvement in terms of speed of terminal appearance, nor black artifacts on opening and closing.

Same in case i start alacritty with the suggested command sad

Offline

#7 2023-09-05 21:02:54

seth
Member
Registered: 2012-09-03
Posts: 54,566

Re: [SOLVED] Possible intel graphic problem

Test the LTS kernel to rule out a regression in the i915 module
Post the output of "loginctl sessions-status" to illustrate what's actually running.

The artifact/lagginess is limited to GL clients? alactritty? is glxgears affected? Otoh, eg. xterm  starts instantly and w/o artifacts?

Offline

#8 2023-09-05 21:23:27

gdra
Member
Registered: 2023-08-23
Posts: 28

Re: [SOLVED] Possible intel graphic problem

I had already tested the LTS kernel last week, and without making the same changes performed thanks to your help, I had not noticed any differences, unfortunately.

Would you prefer that I use the LTS and post the various outputs as a result of the changes made?

meanwhile, here is the output of

 loginctl session-status 
2 - gdra (1000)
	   Since: Tue 2023-09-05 22:39:09 CEST; 29min ago
	  Leader: 487 (lightdm)
	    Seat: seat0; vc7
	 Display: :0
	 Service: lightdm; type x11; class user
	 Desktop: i3
	   State: active
	    Idle: no
	    Unit: session-2.scope
		  ├─487 lightdm --session-child 15 22
		  ├─530 i3
		  ├─563 i3bar --bar_id=bar-0 --socket=/run/us
er/1000/i3/ipc-socket.530
		  ├─569 i3status
		  ├─573 xterm -class UXTerm -u8
		  ├─582 bash
		  ├─737 alacritty
		  ├─758 /bin/bash
		  ├─970 loginctl session-status
		  └─971 more

Sep 05 22:39:10 guts systemd[1]: Started Session 2 of User gdra

glxgears seems to work properly after the first 2 seconds (a line appears in the middle of the blue gear and then disappears), xterm opens instantaneously but when closing its terminals black artifacts occur (but doesn't slow down).
I am not an expert, so I don't know what other software I could try.

Offline

#9 2023-09-05 21:37:59

seth
Member
Registered: 2012-09-03
Posts: 54,566

Re: [SOLVED] Possible intel graphic problem

The "line" is probaly a tearline, the more important question (for the moment) is whether glxgears starts w/o any delay or behaves like alacritty

You can try adding /etc/X11/xorg.conf.d/20-tearfree.conf

Section "Device"
   Identifier "IGP"
   Driver "modesetting"
   Option "TearFree" "true"

or, ultimately and assuming that the alacritty delay is a red herring, try to run picom - https://wiki.archlinux.org/title/I3#Tearing (this doesn't really describe "tearing" in it's closer definition, but might be what you perceive when closing windows)

Offline

#10 2023-09-05 22:23:34

gdra
Member
Registered: 2023-08-23
Posts: 28

Re: [SOLVED] Possible intel graphic problem

glxgears opens faster than alacritty but less than xterm (which is almost immediate). Maybe i can link a video (I've to learn how).


After adding the /etc/X11/xorg.conf.d/20-tearfree.conf file, the reboot is stucked in

 
"[ OK ] Reached target Graphical Interface"
"[                   7.537779] ucsi_acpi USBC0000:00: error -ETIMEDOUT: PPM init failed"

Last edited by gdra (2023-09-05 22:24:13)

Offline

#11 2023-09-06 06:17:11

seth
Member
Registered: 2012-09-03
Posts: 54,566

Re: [SOLVED] Possible intel graphic problem

Fuck.

Section "Device"
   Identifier "IGP"
   Driver "modesetting"
   Option "TearFree" "true"
EndSection # otherwise it's ill-formed

It was a long day and got surprisingly hot after 2 months of essentially autumn summer… is what I'll use as excuse wink
Sorry.

Offline

#12 2023-09-06 17:01:17

gdra
Member
Registered: 2023-08-23
Posts: 28

Re: [SOLVED] Possible intel graphic problem

Don't worry, already for the support you are giving to me, I won't know how to thank you smile
I was able to edit the file from there.
But unfortunately even so the problems remained.

I installed picom, after configuring

 unredir-if-possible = false; 

and

fade = false;

I don't seem to see any speed improvements in opening alacritty terminals or glxgears.

if I launch picom from the command line it appears:

Xlib: ignoring invalid extension event 161

Offline

#13 2023-09-06 18:55:20

seth
Member
Registered: 2012-09-03
Posts: 54,566

Re: [SOLVED] Possible intel graphic problem

I don't seem to see any speed improvements in opening alacritty terminals or glxgears.

Are the artifacts gone w/ either the TearFree setting or picom?

The picom/xlib warning showed up before, it doesn't seem related to any particular GL issues.
Does

vblank_mode=0 glxgears

1. indicate that vsync is disabled (you get more than 60fps)
2. start faster?
https://wiki.archlinux.org/title/Intel_ … on_(VSYNC)

Otherwise we'll have to draw the broadsword:

strace -tt -o /tmp/glxgears.strace glxgears # don't run that for very long, basically close it once it shows up
cat /tmp/glxgears.strace glxgears | curl -F 'file=@-' 0x0.st

Offline

#14 2023-09-06 19:10:15

gdra
Member
Registered: 2023-08-23
Posts: 28

Re: [SOLVED] Possible intel graphic problem

yes, the artifacts seem to disappear when opening alacritty with picom running configured as described.

To set

vblank_mode=0 glxgears

Should I create a file in my ~/ with this content: (?)

<device screen="0" driver="dri2">
	<application name="Default">
		<option name="vblank_mode" value="0"/>
	</application>
</device>

If it helps you in /etc/xdg/picom.conf vsync is set to true.

Last edited by gdra (2023-09-06 19:12:34)

Offline

#15 2023-09-06 19:14:56

seth
Member
Registered: 2012-09-03
Posts: 54,566

Re: [SOLVED] Possible intel graphic problem

No, you can just set the environment variable for a transient test.
I want to see whether the GL code juts waits forever for a vblank signal.

Offline

#16 2023-09-06 20:42:41

gdra
Member
Registered: 2023-08-23
Posts: 28

Re: [SOLVED] Possible intel graphic problem

ok, I tried to figure out the tests.

everything with picom:

1. terminal with variable vblank_mode=0

$ time glxgears

2586 frames in 5.0 seconds = 517.475 FPS
0.31s user 0.14s system 14% cpu
$ time alacritty

0.41s user 0.18s system 22% cpu

2. terminal without variable

$ time glxgears

309 frames in 5.0 seconds = 61.738 FPS
0.33s user 0.15s system 14% cpu
$time alacritty

0.42s user 0.18s system 15% cpu

I do not notice any difference in performance.

Offline

#17 2023-09-06 20:53:47

gdra
Member
Registered: 2023-08-23
Posts: 28

Re: [SOLVED] Possible intel graphic problem

Also (launched with the environment variable set):

http://0x0.st/HfHS.txt

Last edited by gdra (2023-09-06 20:57:56)

Offline

#18 2023-09-06 21:27:17

seth
Member
Registered: 2012-09-03
Posts: 54,566

Re: [SOLVED] Possible intel graphic problem

It's spending ~½s on /home/gdra/.cache/mesa_shader_cache/index
Try to just remove /home/gdra/.cache/mesa_shader_cache
The first GL run will take longer, but subsequent ones might perform better.

Alternatively: Do you get similar behavior w/ a fresh user account?

Offline

#19 2023-09-08 06:16:18

gdra
Member
Registered: 2023-08-23
Posts: 28

Re: [SOLVED] Possible intel graphic problem

I'm just writing to anticipate that I won't be able to continue with testing until next week!
see you soon!

Offline

#20 2023-09-14 19:37:17

gdra
Member
Registered: 2023-08-23
Posts: 28

Re: [SOLVED] Possible intel graphic problem

Here I am back. I removed the cache files and added a new user but I don't see any performance gains.
Picom seems to me to "hide artifacts" in some circumstances, but alacritty remains slow to open. As for glxgears I don't know tbh.

Offline

#21 2023-09-14 20:12:27

seth
Member
Registered: 2012-09-03
Posts: 54,566

Re: [SOLVED] Possible intel graphic problem

Can we quantify "slow"? How many seconds (about) does it take?
Your "time alacritty" is at 0.4s user time - that's a recognizable delay, but not necessarity "slow".

Offline

#22 2023-09-14 20:20:23

gdra
Member
Registered: 2023-08-23
Posts: 28

Re: [SOLVED] Possible intel graphic problem

Yes, by slow I always meant "delay to open". I apologize if I have not expressed myself correctly so far. Once opened it works properly and is not "slow".

I believe it has a delay to open compared to the difference with the i3 terminal, in the first place.

I may post the link to a video on yt if it is allowed by the blog rules.

Last edited by gdra (2023-09-14 20:23:32)

Offline

#23 2023-09-14 20:21:54

seth
Member
Registered: 2012-09-03
Posts: 54,566

Re: [SOLVED] Possible intel graphic problem

What I was asking was *how* "slow". How long does it actually take?
0.5 seconds? 1 second? 10 seconds? 25 seconds? 1 minute…

Offline

#24 2023-09-14 20:22:50

gdra
Member
Registered: 2023-08-23
Posts: 28

Re: [SOLVED] Possible intel graphic problem

about 1 second, in my opinion

Offline

#25 2023-09-14 20:28:42

seth
Member
Registered: 2012-09-03
Posts: 54,566

Re: [SOLVED] Possible intel graphic problem

How fast does

alacritty --config-file /dev/null --hold -e true

start (it'll just open a window, you don't get a shell inside or anything)

Offline

Board footer

Powered by FluxBB