You are not logged in.

#1 2024-02-04 23:49:14

user11
Member
Registered: 2023-10-19
Posts: 56

[SOLVED] I can't enable vsync.

Hi, I was trying to fix the screen flickering of my environment, but couldn't do it.

- CPU: Intel i5-1135G7
- CPU's driver version: i915
- Window System: Xorg

I created the file "/etc/X11/xorg.conf.d/20-intel.conf" and put the following in there:

Section "Device"
    Identifier    "Intel Graphics"
    Driver        "intel"
    Option        "TearFree"  "true"
EndSection

After that I rebooted, inserted my user and password, I press Enter, then I instantaneously get sent back to the user login prompt.
I logged in as root and changed the "Driver" line up in the file from "intel" to "i915" and it still didn't work; I also set the Option "TearFree" to "false" just to check, and I got the same behavior of instantly getting sent back to the login prompt after logging-in.

I have both "xserver-xorg-video-intel" and "xf86-video-intel" uninstalled.

Thanks.

Last edited by user11 (2024-02-17 22:21:24)

Offline

#2 2024-02-05 07:40:30

jonno2002
Member
Registered: 2016-11-21
Posts: 689

Re: [SOLVED] I can't enable vsync.

do you mean tearing or flickering ? very different things.
for a start remove that xorg config, you dont want to use the intel xorg driver its only for older hardware, xorg will automatically use the modesetting driver which is what you want.
what environment are you using ? does it have its own compositor ? really need more info.

Offline

#3 2024-02-05 15:06:17

user11
Member
Registered: 2023-10-19
Posts: 56

Re: [SOLVED] I can't enable vsync.

do you mean tearing or flickering ? very different things.

It's tearing, when I scroll through a .pdf file, for example, it's noticeable the horizontal lines in my screen.

what environment are you using ? does it have its own compositor ?

I'm using dwm as my window manager, it does not have a compositor, I'm not sure if I necessarily should have a compositor to totally remove the tearing.

Thanks for the reply.

Offline

#4 2024-02-05 15:13:21

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

Re: [SOLVED] I can't enable vsync.

The modesetting driver has a TearFree option in development, but not released; running picom might help you out.
Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General

Offline

#5 2024-02-05 15:13:46

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 22,387

Re: [SOLVED] I can't enable vsync.

That config is a configuration for xf86-video-intel and will not work on modesetting. The TearFree option was added to modesetting in the -git version but there hasn't been a new xorg server release with that included yet.

I'd say using an explicit compositor like picom to be the most sustainable approach currently, otherwise you could check and install xorg-server-git.

F(uck)5...

Last edited by V1del (2024-02-05 15:14:21)

Offline

#6 2024-02-07 16:37:58

user11
Member
Registered: 2023-10-19
Posts: 56

Re: [SOLVED] I can't enable vsync.

seth wrote:

The modesetting driver has a TearFree option in development, but not released; running picom might help you out.
Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General

Hi, thanks for the reply, here is my Xorgs log:

[    17.845] 
X.Org X Server 1.21.1.11
X Protocol Version 11, Revision 0
[    17.845] Current Operating System: Linux host 6.7.3-zen1-2-zen #1 ZEN SMP PREEMPT_DYNAMIC Fri, 02 Feb 2024 17:03:56 +0000 x86_64
[    17.845] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux-zen.img root=PARTUUID=981ca356-701d-4ea0-b83e-0a13578a597e zswap.enabled=0 rootflags=subvol=@ rw rootfstype=btrfs intel_iommu=on iommu=pt
[    17.845]  
[    17.845] Current version of pixman: 0.43.2
[    17.845] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    17.845] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    17.845] (==) Log file: "/home/user/.local/share/xorg/Xorg.0.log", Time: Mon Feb  5 03:52:11 2024
[    17.845] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    17.845] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    17.845] (==) No Layout section.  Using the first Screen section.
[    17.845] (==) No screen section available. Using defaults.
[    17.845] (**) |-->Screen "Default Screen Section" (0)
[    17.845] (**) |   |-->Monitor "<default monitor>"
[    17.845] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    17.845] (==) Automatically adding devices
[    17.845] (==) Automatically enabling devices
[    17.845] (==) Automatically adding GPU devices
[    17.845] (==) Automatically binding GPU devices
[    17.845] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    17.847] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    17.847] 	Entry deleted from font path.
[    17.847] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    17.847] 	Entry deleted from font path.
[    17.847] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    17.847] 	Entry deleted from font path.
[    17.847] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    17.847] 	Entry deleted from font path.
[    17.847] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF
[    17.847] (==) ModulePath set to "/usr/lib/xorg/modules"
[    17.847] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    17.847] (II) Module ABI versions:
[    17.847] 	X.Org ANSI C Emulation: 0.4
[    17.847] 	X.Org Video Driver: 25.2
[    17.847] 	X.Org XInput driver : 24.4
[    17.847] 	X.Org Server Extension : 10.0
[    17.847] (++) using VT number 1

[    17.847] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_32
[    17.848] (II) xfree86: Adding drm device (/dev/dri/card1)
[    17.848] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[    17.848] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[    17.849] (--) PCI:*(0@0:2:0) 8086:9a49:144d:c195 rev 1, Mem @ 0x6000000000/16777216, 0x4000000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[    17.849] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    17.849] (II) LoadModule: "glx"
[    17.849] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    17.853] (II) Module glx: vendor="X.Org Foundation"
[    17.853] 	compiled for 1.21.1.11, module version = 1.0.0
[    17.853] 	ABI class: X.Org Server Extension, version 10.0
[    17.853] (==) Matched intel as autoconfigured driver 0
[    17.853] (==) Matched modesetting as autoconfigured driver 1
[    17.853] (==) Matched fbdev as autoconfigured driver 2
[    17.853] (==) Matched vesa as autoconfigured driver 3
[    17.853] (==) Assigned the driver to the xf86ConfigLayout
[    17.853] (II) LoadModule: "intel"
[    17.853] (WW) Warning, couldn't open module intel
[    17.853] (EE) Failed to load module "intel" (module does not exist, 0)
[    17.853] (II) LoadModule: "modesetting"
[    17.853] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    17.856] (II) Module modesetting: vendor="X.Org Foundation"
[    17.856] 	compiled for 1.21.1.11, module version = 1.21.1
[    17.856] 	Module class: X.Org Video Driver
[    17.856] 	ABI class: X.Org Video Driver, version 25.2
[    17.856] (II) LoadModule: "fbdev"
[    17.856] (WW) Warning, couldn't open module fbdev
[    17.856] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    17.856] (II) LoadModule: "vesa"
[    17.856] (WW) Warning, couldn't open module vesa
[    17.856] (EE) Failed to load module "vesa" (module does not exist, 0)
[    17.856] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    17.856] (II) modeset(0): using drv /dev/dri/card1
[    17.856] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    17.856] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    17.856] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    17.856] (==) modeset(0): RGB weight 888
[    17.856] (==) modeset(0): Default visual is TrueColor
[    17.856] (II) Loading sub module "glamoregl"
[    17.856] (II) LoadModule: "glamoregl"
[    17.856] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    17.860] (II) Module glamoregl: vendor="X.Org Foundation"
[    17.860] 	compiled for 1.21.1.11, module version = 1.0.1
[    17.860] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    18.272] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Xe Graphics (TGL GT2)
[    18.272] (II) modeset(0): glamor initialized
[    18.272] (==) modeset(0): VariableRefresh: disabled
[    18.272] (==) modeset(0): AsyncFlipSecondaries: disabled
[    18.274] (II) modeset(0): Output eDP-1 has no monitor section
[    18.274] (II) modeset(0): Output DP-1 has no monitor section
[    18.274] (II) modeset(0): Output HDMI-1 has no monitor section
[    18.277] (II) modeset(0): Output HDMI-2 has no monitor section
[    18.278] (II) modeset(0): EDID for output eDP-1
[    18.278] (II) modeset(0): Manufacturer: BOE  Model: 812  Serial#: 0
[    18.278] (II) modeset(0): Year: 2018  Week: 31
[    18.278] (II) modeset(0): EDID Version: 1.4
[    18.278] (II) modeset(0): Digital Display Input
[    18.278] (II) modeset(0): 8 bits per channel
[    18.278] (II) modeset(0): Digital interface is DisplayPort
[    18.278] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    18.278] (II) modeset(0): Gamma: 2.20
[    18.278] (II) modeset(0): No DPMS capabilities specified
[    18.278] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    18.278] (II) modeset(0): First detailed timing is preferred mode
[    18.278] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    18.278] (II) modeset(0): Display is continuous-frequency
[    18.278] (II) modeset(0): redX: 0.582 redY: 0.359   greenX: 0.354 greenY: 0.567
[    18.278] (II) modeset(0): blueX: 0.162 blueY: 0.129   whiteX: 0.312 whiteY: 0.328
[    18.278] (II) modeset(0): Manufacturer's mask: 0
[    18.278] (II) modeset(0): Supported detailed timing:
[    18.278] (II) modeset(0): clock: 148.5 MHz   Image Size:  344 x 194 mm
[    18.278] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2230 h_border: 0
[    18.278] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1089 v_blanking: 1110 v_border: 0
[    18.278] (II) modeset(0):  BOE CQ
[    18.278] (II) modeset(0):  NT156FHM-N61
[    18.278] (II) modeset(0): EDID (in hex):
[    18.278] (II) modeset(0): 	00ffffffffffff0009e5120800000000
[    18.278] (II) modeset(0): 	1f1c0104a5221378030980955c5a9129
[    18.278] (II) modeset(0): 	21505400000001010101010101010101
[    18.278] (II) modeset(0): 	010101010101033a803671381e403020
[    18.278] (II) modeset(0): 	360058c21000001a0000000000000000
[    18.278] (II) modeset(0): 	00000000000000000000000000fe0042
[    18.278] (II) modeset(0): 	4f452043510a202020202020000000fe
[    18.278] (II) modeset(0): 	004e5431353646484d2d4e36310a00ed
[    18.278] (II) modeset(0): Printing probed modes for output eDP-1
[    18.278] (II) modeset(0): Modeline "1920x1080"x60.0  148.51  1920 1968 2000 2230  1080 1083 1089 1110 +hsync -vsync (66.6 kHz eP)
[    18.278] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    18.278] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    18.278] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    18.278] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    18.278] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    18.278] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    18.278] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    18.278] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    18.278] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    18.278] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    18.278] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    18.278] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    18.278] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    18.278] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    18.278] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    18.278] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    18.278] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    18.279] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    18.279] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    18.279] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    18.279] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    18.279] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    18.279] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    18.279] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    18.279] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    18.279] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    18.279] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    18.279] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    18.279] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    18.279] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    18.279] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    18.279] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    18.279] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    18.279] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    18.279] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    18.279] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    18.279] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    18.279] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    18.279] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    18.279] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    18.279] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    18.279] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    18.279] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    18.279] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    18.279] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    18.279] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    18.279] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    18.279] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    18.279] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    18.279] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    18.279] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    18.279] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    18.279] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    18.279] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    18.279] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    18.279] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    18.279] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    18.279] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    18.279] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    18.279] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    18.279] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    18.279] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    18.279] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    18.279] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    18.279] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    18.279] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    18.279] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    18.279] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    18.279] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    18.279] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    18.279] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    18.279] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    18.279] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    18.279] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    18.279] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    18.279] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    18.279] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    18.279] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    18.279] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    18.279] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    18.279] (II) modeset(0): EDID for output DP-1
[    18.279] (II) modeset(0): EDID for output HDMI-1
[    18.279] (II) modeset(0): EDID for output HDMI-2
[    18.279] (II) modeset(0): Output eDP-1 connected
[    18.279] (II) modeset(0): Output DP-1 disconnected
[    18.279] (II) modeset(0): Output HDMI-1 disconnected
[    18.279] (II) modeset(0): Output HDMI-2 disconnected
[    18.279] (II) modeset(0): Using exact sizes for initial modes
[    18.279] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[    18.279] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    18.279] (==) modeset(0): DPI set to (96, 96)
[    18.279] (II) Loading sub module "fb"
[    18.279] (II) LoadModule: "fb"
[    18.279] (II) Module "fb" already built-in
[    18.348] (==) modeset(0): Backing store enabled
[    18.348] (==) modeset(0): Silken mouse enabled
[    18.419] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    18.419] (==) modeset(0): DPMS enabled
[    18.419] (II) modeset(0): [DRI2] Setup complete
[    18.419] (II) modeset(0): [DRI2]   DRI driver: iris
[    18.419] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[    18.419] (II) Initializing extension Generic Event Extension
[    18.419] (II) Initializing extension SHAPE
[    18.419] (II) Initializing extension MIT-SHM
[    18.419] (II) Initializing extension XInputExtension
[    18.419] (II) Initializing extension XTEST
[    18.419] (II) Initializing extension BIG-REQUESTS
[    18.419] (II) Initializing extension SYNC
[    18.419] (II) Initializing extension XKEYBOARD
[    18.419] (II) Initializing extension XC-MISC
[    18.419] (II) Initializing extension SECURITY
[    18.419] (II) Initializing extension XFIXES
[    18.419] (II) Initializing extension RENDER
[    18.419] (II) Initializing extension RANDR
[    18.420] (II) Initializing extension COMPOSITE
[    18.420] (II) Initializing extension DAMAGE
[    18.420] (II) Initializing extension MIT-SCREEN-SAVER
[    18.420] (II) Initializing extension DOUBLE-BUFFER
[    18.420] (II) Initializing extension RECORD
[    18.420] (II) Initializing extension DPMS
[    18.420] (II) Initializing extension Present
[    18.420] (II) Initializing extension DRI3
[    18.420] (II) Initializing extension X-Resource
[    18.420] (II) Initializing extension XVideo
[    18.420] (II) Initializing extension XVideo-MotionCompensation
[    18.420] (II) Initializing extension GLX
[    18.423] (II) AIGLX: Loaded and initialized iris
[    18.423] (II) GLX: Initialized DRI2 GL provider for screen 0
[    18.423] (II) Initializing extension XFree86-VidModeExtension
[    18.423] (II) Initializing extension XFree86-DGA
[    18.423] (II) Initializing extension XFree86-DRI
[    18.423] (II) Initializing extension DRI2
[    18.424] (II) modeset(0): Damage tracking initialized
[    18.424] (II) modeset(0): Setting screen physical size to 508 x 285
[    18.455] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    18.455] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    18.455] (**) Power Button: Applying InputClass "system-keyboard"
[    18.455] (II) LoadModule: "libinput"
[    18.455] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    18.458] (II) Module libinput: vendor="X.Org Foundation"
[    18.458] 	compiled for 1.21.1.8, module version = 1.4.0
[    18.458] 	Module class: X.Org XInput Driver
[    18.458] 	ABI class: X.Org XInput driver, version 24.4
[    18.458] (II) Using input driver 'libinput' for 'Power Button'
[    18.459] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 27 paused 0
[    18.459] (**) Power Button: always reports core events
[    18.459] (**) Option "Device" "/dev/input/event2"
[    18.463] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    18.463] (II) event2  - Power Button: device is a keyboard
[    18.463] (II) event2  - Power Button: device removed
[    18.463] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    18.463] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    18.463] (**) Option "xkb_model" "abnt2"
[    18.463] (**) Option "xkb_layout" "br"
[    18.463] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    18.473] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    18.473] (II) event2  - Power Button: device is a keyboard
[    18.474] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[    18.474] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    18.474] (**) Video Bus: Applying InputClass "system-keyboard"
[    18.474] (II) Using input driver 'libinput' for 'Video Bus'
[    18.474] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 30 paused 0
[    18.474] (**) Video Bus: always reports core events
[    18.474] (**) Option "Device" "/dev/input/event3"
[    18.475] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[    18.475] (II) event3  - Video Bus: device is a keyboard
[    18.475] (II) event3  - Video Bus: device removed
[    18.475] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[    18.475] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    18.475] (**) Option "xkb_model" "abnt2"
[    18.475] (**) Option "xkb_layout" "br"
[    18.475] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    18.475] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[    18.475] (II) event3  - Video Bus: device is a keyboard
[    18.476] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    18.476] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    18.476] (**) Power Button: Applying InputClass "system-keyboard"
[    18.476] (II) Using input driver 'libinput' for 'Power Button'
[    18.476] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 31 paused 0
[    18.476] (**) Power Button: always reports core events
[    18.476] (**) Option "Device" "/dev/input/event1"
[    18.476] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    18.476] (II) event1  - Power Button: device is a keyboard
[    18.476] (II) event1  - Power Button: device removed
[    18.476] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    18.476] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    18.476] (**) Option "xkb_model" "abnt2"
[    18.476] (**) Option "xkb_layout" "br"
[    18.476] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    18.477] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    18.477] (II) event1  - Power Button: device is a keyboard
[    18.477] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    18.477] (II) No input driver specified, ignoring this device.
[    18.477] (II) This device may have been added with another device file.
[    18.478] (II) config/udev: Adding input device Logitech M720 Triathlon (/dev/input/event11)
[    18.478] (**) Logitech M720 Triathlon: Applying InputClass "libinput pointer catchall"
[    18.478] (**) Logitech M720 Triathlon: Applying InputClass "libinput keyboard catchall"
[    18.478] (**) Logitech M720 Triathlon: Applying InputClass "system-keyboard"
[    18.478] (II) Using input driver 'libinput' for 'Logitech M720 Triathlon'
[    18.478] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 32 paused 0
[    18.478] (**) Logitech M720 Triathlon: always reports core events
[    18.478] (**) Option "Device" "/dev/input/event11"
[    18.479] (II) event11 - Logitech M720 Triathlon: is tagged by udev as: Keyboard Mouse
[    18.479] (II) event11 - Logitech M720 Triathlon: device is a pointer
[    18.479] (II) event11 - Logitech M720 Triathlon: device is a keyboard
[    18.479] (II) event11 - Logitech M720 Triathlon: device removed
[    18.479] (II) libinput: Logitech M720 Triathlon: Step value 0 was provided, libinput Fallback acceleration function is used.
[    18.479] (II) libinput: Logitech M720 Triathlon: Step value 0 was provided, libinput Fallback acceleration function is used.
[    18.479] (II) libinput: Logitech M720 Triathlon: Step value 0 was provided, libinput Fallback acceleration function is used.
[    18.479] (II) libinput: Logitech M720 Triathlon: needs a virtual subdevice
[    18.479] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.2/0003:046D:C52B.0004/0003:046D:405E.0005/input/input27/event11"
[    18.479] (II) XINPUT: Adding extended input device "Logitech M720 Triathlon" (type: MOUSE, id 9)
[    18.479] (**) Option "AccelerationScheme" "none"
[    18.479] (**) Logitech M720 Triathlon: (accel) selected scheme none/0
[    18.479] (**) Logitech M720 Triathlon: (accel) acceleration factor: 2.000
[    18.479] (**) Logitech M720 Triathlon: (accel) acceleration threshold: 4
[    18.480] (II) event11 - Logitech M720 Triathlon: is tagged by udev as: Keyboard Mouse
[    18.480] (II) event11 - Logitech M720 Triathlon: device is a pointer
[    18.480] (II) event11 - Logitech M720 Triathlon: device is a keyboard
[    18.480] (II) config/udev: Adding input device Logitech M720 Triathlon (/dev/input/mouse2)
[    18.480] (**) Logitech M720 Triathlon: Applying InputClass "system-keyboard"
[    18.480] (II) No input driver specified, ignoring this device.
[    18.480] (II) This device may have been added with another device file.
[    18.480] (II) config/udev: Adding input device ELAN0B00:00 04F3:3192 Touchpad (/dev/input/event7)
[    18.480] (**) ELAN0B00:00 04F3:3192 Touchpad: Applying InputClass "libinput touchpad catchall"
[    18.480] (II) Using input driver 'libinput' for 'ELAN0B00:00 04F3:3192 Touchpad'
[    18.481] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 33 paused 0
[    18.481] (**) ELAN0B00:00 04F3:3192 Touchpad: always reports core events
[    18.481] (**) Option "Device" "/dev/input/event7"
[    18.481] (II) event7  - ELAN0B00:00 04F3:3192 Touchpad: is tagged by udev as: Touchpad
[    18.482] (II) event7  - ELAN0B00:00 04F3:3192 Touchpad: device is a touchpad
[    18.482] (II) event7  - ELAN0B00:00 04F3:3192 Touchpad: device removed
[    18.482] (II) libinput: ELAN0B00:00 04F3:3192 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    18.482] (II) libinput: ELAN0B00:00 04F3:3192 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    18.482] (II) libinput: ELAN0B00:00 04F3:3192 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    18.482] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-12/i2c-ELAN0B00:00/0018:04F3:3192.0001/input/input11/event7"
[    18.482] (II) XINPUT: Adding extended input device "ELAN0B00:00 04F3:3192 Touchpad" (type: TOUCHPAD, id 10)
[    18.483] (**) Option "AccelerationScheme" "none"
[    18.483] (**) ELAN0B00:00 04F3:3192 Touchpad: (accel) selected scheme none/0
[    18.483] (**) ELAN0B00:00 04F3:3192 Touchpad: (accel) acceleration factor: 2.000
[    18.483] (**) ELAN0B00:00 04F3:3192 Touchpad: (accel) acceleration threshold: 4
[    18.484] (II) event7  - ELAN0B00:00 04F3:3192 Touchpad: is tagged by udev as: Touchpad
[    18.485] (II) event7  - ELAN0B00:00 04F3:3192 Touchpad: device is a touchpad
[    18.485] (II) config/udev: Adding input device ELAN0B00:00 04F3:3192 Touchpad (/dev/input/mouse1)
[    18.485] (II) No input driver specified, ignoring this device.
[    18.485] (II) This device may have been added with another device file.
[    18.486] (II) config/udev: Adding input device ELAN0B00:00 04F3:3192 Mouse (/dev/input/event6)
[    18.486] (**) ELAN0B00:00 04F3:3192 Mouse: Applying InputClass "libinput pointer catchall"
[    18.486] (II) Using input driver 'libinput' for 'ELAN0B00:00 04F3:3192 Mouse'
[    18.486] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 34 paused 0
[    18.486] (**) ELAN0B00:00 04F3:3192 Mouse: always reports core events
[    18.486] (**) Option "Device" "/dev/input/event6"
[    18.487] (II) event6  - ELAN0B00:00 04F3:3192 Mouse: is tagged by udev as: Mouse Pointingstick
[    18.487] (II) event6  - ELAN0B00:00 04F3:3192 Mouse: device is a pointer
[    18.487] (II) event6  - ELAN0B00:00 04F3:3192 Mouse: device removed
[    18.487] (II) libinput: ELAN0B00:00 04F3:3192 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    18.487] (II) libinput: ELAN0B00:00 04F3:3192 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    18.487] (II) libinput: ELAN0B00:00 04F3:3192 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    18.487] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-12/i2c-ELAN0B00:00/0018:04F3:3192.0001/input/input9/event6"
[    18.487] (II) XINPUT: Adding extended input device "ELAN0B00:00 04F3:3192 Mouse" (type: MOUSE, id 11)
[    18.487] (**) Option "AccelerationScheme" "none"
[    18.487] (**) ELAN0B00:00 04F3:3192 Mouse: (accel) selected scheme none/0
[    18.487] (**) ELAN0B00:00 04F3:3192 Mouse: (accel) acceleration factor: 2.000
[    18.487] (**) ELAN0B00:00 04F3:3192 Mouse: (accel) acceleration threshold: 4
[    18.488] (II) event6  - ELAN0B00:00 04F3:3192 Mouse: is tagged by udev as: Mouse Pointingstick
[    18.488] (II) event6  - ELAN0B00:00 04F3:3192 Mouse: device is a pointer
[    18.488] (II) config/udev: Adding input device ELAN0B00:00 04F3:3192 Mouse (/dev/input/mouse0)
[    18.488] (II) No input driver specified, ignoring this device.
[    18.488] (II) This device may have been added with another device file.
[    18.489] (II) config/udev: Adding input device HDA Intel PCH Headphone Mic (/dev/input/event8)
[    18.489] (II) No input driver specified, ignoring this device.
[    18.489] (II) This device may have been added with another device file.
[    18.489] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event12)
[    18.489] (II) No input driver specified, ignoring this device.
[    18.489] (II) This device may have been added with another device file.
[    18.489] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event13)
[    18.489] (II) No input driver specified, ignoring this device.
[    18.489] (II) This device may have been added with another device file.
[    18.489] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event9)
[    18.489] (II) No input driver specified, ignoring this device.
[    18.489] (II) This device may have been added with another device file.
[    18.489] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event10)
[    18.489] (II) No input driver specified, ignoring this device.
[    18.489] (II) This device may have been added with another device file.
[    18.489] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    18.489] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    18.489] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    18.489] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    18.490] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 35 paused 0
[    18.490] (**) AT Translated Set 2 keyboard: always reports core events
[    18.490] (**) Option "Device" "/dev/input/event4"
[    18.490] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    18.490] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    18.491] (II) event4  - AT Translated Set 2 keyboard: device removed
[    18.491] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    18.491] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[    18.491] (**) Option "xkb_model" "abnt2"
[    18.491] (**) Option "xkb_layout" "br"
[    18.491] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    18.491] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    18.491] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    18.492] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    18.492] (II) No input driver specified, ignoring this device.
[    18.492] (II) This device may have been added with another device file.
[    18.502] (**) Logitech M720 Triathlon: Applying InputClass "libinput pointer catchall"
[    18.502] (**) Logitech M720 Triathlon: Applying InputClass "libinput keyboard catchall"
[    18.502] (**) Logitech M720 Triathlon: Applying InputClass "system-keyboard"
[    18.502] (II) Using input driver 'libinput' for 'Logitech M720 Triathlon'
[    18.502] (II) systemd-logind: returning pre-existing fd for /dev/input/event11 13:75
[    18.502] (**) Logitech M720 Triathlon: always reports core events
[    18.502] (**) Option "Device" "/dev/input/event11"
[    18.502] (II) libinput: Logitech M720 Triathlon: is a virtual subdevice
[    18.502] (II) libinput: Logitech M720 Triathlon: Step value 0 was provided, libinput Fallback acceleration function is used.
[    18.502] (II) libinput: Logitech M720 Triathlon: Step value 0 was provided, libinput Fallback acceleration function is used.
[    18.502] (II) libinput: Logitech M720 Triathlon: Step value 0 was provided, libinput Fallback acceleration function is used.
[    18.502] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.2/0003:046D:C52B.0004/0003:046D:405E.0005/input/input27/event11"
[    18.502] (II) XINPUT: Adding extended input device "Logitech M720 Triathlon" (type: KEYBOARD, id 13)
[    18.502] (**) Option "xkb_model" "abnt2"
[    18.502] (**) Option "xkb_layout" "br"
[    18.502] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    18.696] (II) modeset(0): EDID vendor "BOE", prod id 2066
[    18.696] (II) modeset(0): Printing DDC gathered Modelines:
[    18.696] (II) modeset(0): Modeline "1920x1080"x0.0  148.51  1920 1968 2000 2230  1080 1083 1089 1110 +hsync -vsync (66.6 kHz eP)
[   977.649] (EE) event7  - ELAN0B00:00 04F3:3192 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.25.0/touchpad-jumping-cursors.html for details
[  2088.551] (EE) event7  - ELAN0B00:00 04F3:3192 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.25.0/touchpad-jumping-cursors.html for details
[  3318.955] (EE) event7  - ELAN0B00:00 04F3:3192 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.25.0/touchpad-jumping-cursors.html for details
[  3397.054] (EE) event7  - ELAN0B00:00 04F3:3192 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.25.0/touchpad-jumping-cursors.html for details
[  8174.724] (EE) event7  - ELAN0B00:00 04F3:3192 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.25.0/touchpad-jumping-cursors.html for details
[  8174.724] (EE) event7  - ELAN0B00:00 04F3:3192 Touchpad: WARNING: log rate limit exceeded (5 msgs per 24h). Discarding future messages.
[ 12868.103] (EE) client bug: timer event7 hold: scheduled expiry is in the past (-370ms), your system is too slow
[ 12868.103] (EE) client bug: timer event7 hold: scheduled expiry is in the past (-332ms), your system is too slow
[ 12868.103] (EE) client bug: timer event7 hold: scheduled expiry is in the past (-303ms), your system is too slow
[ 12868.103] (EE) client bug: timer event7 gestures: scheduled expiry is in the past (-66ms), your system is too slow
[ 12868.103] (EE) client bug: timer event7 hold: scheduled expiry is in the past (-21ms), your system is too slow
[ 12868.103] (EE) WARNING: log rate limit exceeded (5 msgs per 3600000ms). Discarding future messages.
[ 49205.500] (**) Option "fd" "27"
[ 49205.516] (II) event2  - Power Button: device removed
[ 49205.516] (**) Option "fd" "30"
[ 49205.516] (II) event3  - Video Bus: device removed
[ 49205.516] (**) Option "fd" "31"
[ 49205.516] (II) event1  - Power Button: device removed
[ 49205.518] (**) Option "fd" "32"
[ 49205.518] (**) Option "fd" "33"
[ 49205.518] (II) event7  - ELAN0B00:00 04F3:3192 Touchpad: device removed
[ 49205.518] (**) Option "fd" "34"
[ 49205.518] (II) event6  - ELAN0B00:00 04F3:3192 Mouse: device removed
[ 49205.518] (**) Option "fd" "35"
[ 49205.518] (II) event4  - AT Translated Set 2 keyboard: device removed
[ 49205.522] (**) Option "fd" "32"
[ 49205.522] (II) event11 - Logitech M720 Triathlon: device removed
[ 49205.544] (II) UnloadModule: "libinput"
[ 49205.544] (II) systemd-logind: not releasing fd for 13:75, still in use
[ 49205.544] (II) UnloadModule: "libinput"
[ 49205.544] (II) systemd-logind: releasing fd for 13:68
[ 49205.544] (II) UnloadModule: "libinput"
[ 49205.544] (II) systemd-logind: releasing fd for 13:70
[ 49205.545] (II) UnloadModule: "libinput"
[ 49205.545] (II) systemd-logind: releasing fd for 13:71
[ 49205.546] (II) UnloadModule: "libinput"
[ 49205.546] (II) systemd-logind: releasing fd for 13:75
[ 49205.546] (II) UnloadModule: "libinput"
[ 49205.546] (II) systemd-logind: releasing fd for 13:65
[ 49205.547] (II) UnloadModule: "libinput"
[ 49205.547] (II) systemd-logind: releasing fd for 13:67
[ 49205.549] (II) UnloadModule: "libinput"
[ 49205.549] (II) systemd-logind: releasing fd for 13:66
[ 49205.666] (II) Server terminated successfully (0). Closing log file.

Offline

#7 2024-02-07 16:40:14

user11
Member
Registered: 2023-10-19
Posts: 56

Re: [SOLVED] I can't enable vsync.

V1del wrote:

That config is a configuration for xf86-video-intel and will not work on modesetting. The TearFree option was added to modesetting in the -git version but there hasn't been a new xorg server release with that included yet.

I'd say using an explicit compositor like picom to be the most sustainable approach currently, otherwise you could check and install xorg-server-git.

F(uck)5...

Thanks for the clarifications.
I think I'm going to wait for the next xorg server release, you think that's going to come out soon?

Offline

#8 2024-02-07 17:06:41

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 22,387

Re: [SOLVED] I can't enable vsync.

I'd not hold my breath, there's hasn't been an actual new version release that would bring in such new features in two years... on the flip side, since it took about as long for the last stable upgrade chances are that might be the case soon.

Last edited by V1del (2024-02-07 17:08:49)

Offline

#9 2024-02-07 17:17:52

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

Re: [SOLVED] I can't enable vsync.

Single GPU, single output but you've

Display is continuous frequency

so you can give https://wiki.archlinux.org/title/Variable_refresh_rate a shot
(nb. this is disabled for many clients in /usr/share/drirc.d/00-mesa-defaults.conf (check for adaptive_sync)

There's also

[   977.649] (EE) event7  - ELAN0B00:00 04F3:3192 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.25.0/touchpad-jumping-cursors.html for details
[  2088.551] (EE) event7  - ELAN0B00:00 04F3:3192 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.25.0/touchpad-jumping-cursors.html for details
[  3318.955] (EE) event7  - ELAN0B00:00 04F3:3192 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.25.0/touchpad-jumping-cursors.html for details
[  3397.054] (EE) event7  - ELAN0B00:00 04F3:3192 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.25.0/touchpad-jumping-cursors.html for details
[  8174.724] (EE) event7  - ELAN0B00:00 04F3:3192 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.25.0/touchpad-jumping-cursors.html for details
[  8174.724] (EE) event7  - ELAN0B00:00 04F3:3192 Touchpad: WARNING: log rate limit exceeded (5 msgs per 24h). Discarding future messages.
[ 12868.103] (EE) client bug: timer event7 hold: scheduled expiry is in the past (-370ms), your system is too slow
[ 12868.103] (EE) client bug: timer event7 hold: scheduled expiry is in the past (-332ms), your system is too slow
[ 12868.103] (EE) client bug: timer event7 hold: scheduled expiry is in the past (-303ms), your system is too slow
[ 12868.103] (EE) client bug: timer event7 gestures: scheduled expiry is in the past (-66ms), your system is too slow
[ 12868.103] (EE) client bug: timer event7 hold: scheduled expiry is in the past (-21ms), your system is too slow
[ 12868.103] (EE) WARNING: log rate limit exceeded (5 msgs per 3600000ms). Discarding future messages.

Does it scroll better w/ a mouse?

Offline

#10 2024-02-10 14:05:08

user11
Member
Registered: 2023-10-19
Posts: 56

Re: [SOLVED] I can't enable vsync.

seth wrote:

so you can give https://wiki.archlinux.org/title/Variable_refresh_rate a shot
(nb. this is disabled for many clients in /usr/share/drirc.d/00-mesa-defaults.conf (check for adaptive_sync)

Unfortunately, I can't find any instructions on how to use VRR with Intel, the arch wiki is not updated yet for Intel CPUs and I didn't find anything either by searching elsewhere in the internet.

The only thing I know is that it's supported in my CPU (the support started from the 11th generation forth, and my CPUs generation is the 11th one).

Offline

#11 2024-02-10 15:02:12

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

Re: [SOLVED] I can't enable vsync.

/etc/X11/xorg.conf.d/20-vrr.conf

Section "Device"                                                                                                                
    Identifier "flickerscreen"
    Driver "modesetting"
    Option "VariableRefresh" "true"
EndSection

should™ get you there.
Post an updated xorg log in doubt.

Offline

#12 2024-02-10 17:47:58

user11
Member
Registered: 2023-10-19
Posts: 56

Re: [SOLVED] I can't enable vsync.

seth wrote:

Post an updated xorg log in doubt.

When installing xorg-server-git to use the modesetting driver, I got 3 errors in the checking:

11/13 xserver:xephyr-glamor-gles2 / bug1354-gles2         FAIL              4.08s   exit status 1
>>> MALLOC_PERTURB_=170 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /home/user/.cache/yay/xorg-server-git/src/build/test/simple-xinit /home/user/.cache/yay/xorg-server-git/src/build/test/simple-xinit /home/user/.cache/yay/xorg-server-git/src/build/test/bugs/bug1354 -t :199 -r :198 ---- /home/user/.cache/yay/xorg-server-git/src/build/hw/kdrive/ephyr/Xephyr -glamor -schedMax 2000 :199 -- /home/user/.cache/yay/xorg-server-git/src/build/hw/vfb/Xvfb -screen scrn 1280x1024x24 :198

12/13 xserver:xephyr-glamor-gl / bug1354-gl               FAIL              4.09s   exit status 1
>>> ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=24 /home/user/.cache/yay/xorg-server-git/src/build/test/simple-xinit /home/user/.cache/yay/xorg-server-git/src/build/test/simple-xinit /home/user/.cache/yay/xorg-server-git/src/build/test/bugs/bug1354 -t :201 -r :200 ---- /home/user/.cache/yay/xorg-server-git/src/build/hw/kdrive/ephyr/Xephyr -glamor -schedMax 2000 :201 -- /home/user/.cache/yay/xorg-server-git/src/build/hw/vfb/Xvfb -screen scrn 1280x1024x24 :200

13/13 xserver:xephyr-glamor-gles3 / bug1354-gles3         FAIL              3.36s   exit status 1
>>> MALLOC_PERTURB_=136 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /home/user/.cache/yay/xorg-server-git/src/build/test/simple-xinit /home/user/.cache/yay/xorg-server-git/src/build/test/simple-xinit /home/user/.cache/yay/xorg-server-git/src/build/test/bugs/bug1354 -t :203 -r :202 ---- /home/user/.cache/yay/xorg-server-git/src/build/hw/kdrive/ephyr/Xephyr -glamor -schedMax 2000 :203 -- /home/user/.cache/yay/xorg-server-git/src/build/hw/vfb/Xvfb -screen scrn 1280x1024x24 :202

Here's the log file:

Build started at 2024-02-10T14:44:37.718459
Main binary: /usr/bin/python
Build Options: -Db_lto=true -Db_pie=true -Dpython.bytecompile=1 -Dipv6=true -Dxvfb=true -Dxnest=true -Dxcsecurity=true -Dxorg=true -Dxephyr=true -Dglamor=true -Dudev=true -Ddtrace=false -Dsystemd_logind=true -Dsuid_wrapper=true -Dxkb_dir=/usr/share/X11/xkb -Dxkb_output_dir=/var/lib/xkb -Dlibunwind=true -Dprefix=/usr -Dlibexecdir=lib -Dsbindir=bin -Dauto_features=enabled -Dbuildtype=plain -Dwrap_mode=nodownload
Python system: Linux
The Meson build system
Version: 1.3.1
Source dir: /home/user/.cache/yay/xorg-server-git/src/xserver
Build dir: /home/user/.cache/yay/xorg-server-git/src/build
Build type: native build
Project name: xserver
Project version: 21.1.99.1
-----------
Detecting compiler via: `cc --version` -> 0
stdout:
cc (GCC) 13.2.1 20230801
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-----------
Running command: cc -E -dM -
-----
-----------
Detecting linker via: `cc -Wl,--version -Wl,-O1,--sort-common,--as-needed,-z,relro -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto` -> 0
stdout:
GNU ld (GNU Binutils) 2.42.0
Copyright (C) 2024 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) a later version.
This program has absolutely no warranty.
-----------
stderr:
collect2 version 13.2.1 20230801
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccxg8XO0.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../.. --version -O1 --sort-common --as-needed -z relro -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o
-----------
Sanity testing C compiler: cc
Is cross compiler: False.
Sanity check compiler command line: cc sanitycheckc.c -o sanitycheckc.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -Wl,-O1,--sort-common,--as-needed,-z,relro
Sanity check compile stdout:

-----
Sanity check compile stderr:

-----
Running test binary command:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/sanitycheckc.exe
C compiler for the host machine: cc (gcc 13.2.1 "cc (GCC) 13.2.1 20230801")
C linker for the host machine: cc ld.bfd 2.42.0
-----------
Detecting linker via: `gcc-ar --version` -> 0
stdout:
GNU ar (GNU Binutils) 2.42.0
Copyright (C) 2024 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) any later version.
This program has absolutely no warranty.
-----------
-----------
Detecting compiler via: `cc --version` -> 0
stdout:
cc (GCC) 13.2.1 20230801
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-----------
Running command: cc -E -dM -
-----
-----------
Detecting linker via: `cc -Wl,--version -Wl,-O1,--sort-common,--as-needed,-z,relro -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto` -> 0
stdout:
GNU ld (GNU Binutils) 2.42.0
Copyright (C) 2024 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) a later version.
This program has absolutely no warranty.
-----------
stderr:
collect2 version 13.2.1 20230801
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccmYkDR4.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../.. --version -O1 --sort-common --as-needed -z relro -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o
-----------
Sanity testing C compiler: cc
Is cross compiler: False.
Sanity check compiler command line: cc sanitycheckc.c -o sanitycheckc.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -Wl,-O1,--sort-common,--as-needed,-z,relro
Sanity check compile stdout:

-----
Sanity check compile stderr:

-----
Running test binary command:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/sanitycheckc.exe
C compiler for the build machine: cc (gcc 13.2.1 "cc (GCC) 13.2.1 20230801")
C linker for the build machine: cc ld.bfd 2.42.0
-----------
Detecting linker via: `gcc-ar --version` -> 0
stdout:
GNU ar (GNU Binutils) 2.42.0
Copyright (C) 2024 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) any later version.
This program has absolutely no warranty.
-----------
Build machine cpu family: x86_64
Build machine cpu: x86_64
Host machine cpu family: x86_64
Host machine cpu: x86_64
Target machine cpu family: x86_64
Target machine cpu: x86_64
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpp7txuwhq
Code:
 extern int i;
int i;

-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpp7txuwhq/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpp7txuwhq/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -Wall` -> 0
Compiler for C supports arguments -Wall: YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpa5f4u192
Code:
 extern int i;
int i;

-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpa5f4u192/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpa5f4u192/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -Wpointer-arith` -> 0
Compiler for C supports arguments -Wpointer-arith: YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpyn706v1z
Code:
 extern int i;
int i;

-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpyn706v1z/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpyn706v1z/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-declarations` -> 0
Compiler for C supports arguments -Wmissing-declarations: YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpmj682oh5
Code:
 extern int i;
int i;

-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpmj682oh5/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpmj682oh5/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -Wformat=2` -> 0
Compiler for C supports arguments -Wformat=2: YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpqw2z4azp
Code:
 extern int i;
int i;

-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpqw2z4azp/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpqw2z4azp/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -Wstrict-prototypes` -> 0
Compiler for C supports arguments -Wstrict-prototypes: YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpct9hx29o
Code:
 extern int i;
int i;

-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpct9hx29o/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpct9hx29o/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-prototypes` -> 0
Compiler for C supports arguments -Wmissing-prototypes: YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmphre5_e29
Code:
 extern int i;
int i;

-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmphre5_e29/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmphre5_e29/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -Wnested-externs` -> 0
Compiler for C supports arguments -Wnested-externs: YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpfdxno85d
Code:
 extern int i;
int i;

-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpfdxno85d/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpfdxno85d/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -Wbad-function-cast` -> 0
Compiler for C supports arguments -Wbad-function-cast: YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpq3t8rvbu
Code:
 extern int i;
int i;

-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpq3t8rvbu/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpq3t8rvbu/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -Wold-style-definition` -> 0
Compiler for C supports arguments -Wold-style-definition: YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpj_fzwnwf
Code:
 extern int i;
int i;

-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpj_fzwnwf/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpj_fzwnwf/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -Wunused` -> 0
Compiler for C supports arguments -Wunused: YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp4mz__l_1
Code:
 extern int i;
int i;

-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp4mz__l_1/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp4mz__l_1/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -Wuninitialized` -> 0
Compiler for C supports arguments -Wuninitialized: YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpd6h56xv5
Code:
 extern int i;
int i;

-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpd6h56xv5/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpd6h56xv5/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -Wshadow` -> 0
Compiler for C supports arguments -Wshadow: YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmphm7s4hep
Code:
 extern int i;
int i;

-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmphm7s4hep/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmphm7s4hep/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-noreturn` -> 0
Compiler for C supports arguments -Wmissing-noreturn: YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpecbkwn9_
Code:
 extern int i;
int i;

-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpecbkwn9_/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpecbkwn9_/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-format-attribute` -> 0
Compiler for C supports arguments -Wmissing-format-attribute: YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpquwawjb_
Code:
 extern int i;
int i;

-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpquwawjb_/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpquwawjb_/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -Wredundant-decls` -> 0
Compiler for C supports arguments -Wredundant-decls: YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpr5amct1y
Code:
 extern int i;
int i;

-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpr5amct1y/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpr5amct1y/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit` -> 0
Compiler for C supports arguments -Werror=implicit: YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpfgas0k2v
Code:
 extern int i;
int i;

-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpfgas0k2v/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpfgas0k2v/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -Werror=nonnull` -> 0
Compiler for C supports arguments -Werror=nonnull: YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpa6et_ox1
Code:
 extern int i;
int i;

-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpa6et_ox1/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpa6et_ox1/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -Werror=init-self` -> 0
Compiler for C supports arguments -Werror=init-self: YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpnwrzrtj8
Code:
 extern int i;
int i;

-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpnwrzrtj8/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpnwrzrtj8/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -Werror=main` -> 0
Compiler for C supports arguments -Werror=main: YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp35sn4g8g
Code:
 extern int i;
int i;

-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp35sn4g8g/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp35sn4g8g/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -Werror=missing-braces` -> 0
Compiler for C supports arguments -Werror=missing-braces: YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpr1gpn_hr
Code:
 extern int i;
int i;

-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpr1gpn_hr/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpr1gpn_hr/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -Werror=sequence-point` -> 0
Compiler for C supports arguments -Werror=sequence-point: YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpf4bnog96
Code:
 extern int i;
int i;

-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpf4bnog96/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpf4bnog96/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -Werror=return-type` -> 0
Compiler for C supports arguments -Werror=return-type: YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpy33h3evf
Code:
 extern int i;
int i;

-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpy33h3evf/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpy33h3evf/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -Werror=trigraphs` -> 0
Compiler for C supports arguments -Werror=trigraphs: YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpjhlwgr6y
Code:
 extern int i;
int i;

-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpjhlwgr6y/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpjhlwgr6y/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -Werror=array-bounds` -> 0
Compiler for C supports arguments -Werror=array-bounds: YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpswmauej4
Code:
 extern int i;
int i;

-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpswmauej4/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpswmauej4/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -Werror=write-strings` -> 0
Compiler for C supports arguments -Werror=write-strings: YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp038zs5zm
Code:
 extern int i;
int i;

-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp038zs5zm/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp038zs5zm/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -Werror=address` -> 0
Compiler for C supports arguments -Werror=address: YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpt_jmjm6z
Code:
 extern int i;
int i;

-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpt_jmjm6z/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpt_jmjm6z/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -Werror=int-to-pointer-cast` -> 0
Compiler for C supports arguments -Werror=int-to-pointer-cast: YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp8dgfg1p6
Code:
 extern int i;
int i;

-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp8dgfg1p6/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp8dgfg1p6/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -Werror=pointer-to-int-cast` -> 0
Compiler for C supports arguments -Werror=pointer-to-int-cast: YES 
xserver/meson.build:61: WARNING: Consider using the built-in warning_level option instead of using "-Wall".
Pkg-config binary missing from cross or native file, or env var undefined.
Trying a default Pkg-config fallback at pkg-config
Found pkg-config: YES (/usr/bin/pkg-config) 2.1.0
Determining dependency 'xproto' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion xproto` -> 0
stdout:
7.0.33
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags xproto` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xproto` -> 0
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xproto` -> 0
Run-time dependency xproto found: YES 7.0.33
Determining dependency 'randrproto' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion randrproto` -> 0
stdout:
1.6.0
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags randrproto` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs randrproto` -> 0
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs randrproto` -> 0
Run-time dependency randrproto found: YES 1.6.0
Determining dependency 'renderproto' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion renderproto` -> 0
stdout:
0.11.1
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags renderproto` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs renderproto` -> 0
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs renderproto` -> 0
Run-time dependency renderproto found: YES 0.11.1
Determining dependency 'xextproto' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion xextproto` -> 0
stdout:
7.3.0
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags xextproto` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xextproto` -> 0
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xextproto` -> 0
Run-time dependency xextproto found: YES 7.3.0
Determining dependency 'inputproto' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion inputproto` -> 0
stdout:
2.3.99.2
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags inputproto` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs inputproto` -> 0
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs inputproto` -> 0
Run-time dependency inputproto found: YES 2.3.99.2
Determining dependency 'kbproto' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion kbproto` -> 0
stdout:
1.0.7
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags kbproto` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs kbproto` -> 0
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs kbproto` -> 0
Run-time dependency kbproto found: YES 1.0.7
Determining dependency 'fontsproto' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion fontsproto` -> 0
stdout:
2.1.3
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags fontsproto` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs fontsproto` -> 0
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs fontsproto` -> 0
Run-time dependency fontsproto found: YES 2.1.3
Determining dependency 'fixesproto' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion fixesproto` -> 0
stdout:
6.1
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags fixesproto` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs fixesproto` -> 0
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs fixesproto` -> 0
Run-time dependency fixesproto found: YES 6.1
Determining dependency 'damageproto' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion damageproto` -> 0
stdout:
1.2.1
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags damageproto` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs damageproto` -> 0
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs damageproto` -> 0
Run-time dependency damageproto found: YES 1.2.1
Determining dependency 'xcmiscproto' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion xcmiscproto` -> 0
stdout:
1.2.2
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags xcmiscproto` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xcmiscproto` -> 0
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xcmiscproto` -> 0
Run-time dependency xcmiscproto found: YES 1.2.2
Determining dependency 'bigreqsproto' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion bigreqsproto` -> 0
stdout:
1.1.2
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags bigreqsproto` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs bigreqsproto` -> 0
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs bigreqsproto` -> 0
Run-time dependency bigreqsproto found: YES 1.1.2
Determining dependency 'presentproto' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion presentproto` -> 0
stdout:
1.3
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags presentproto` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs presentproto` -> 0
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs presentproto` -> 0
Run-time dependency presentproto found: YES 1.3
Determining dependency 'xtrans' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion xtrans` -> 0
stdout:
1.5.0
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags xtrans` -> 0
stdout:
-D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT
-----------
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xtrans` -> 0
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xtrans` -> 0
Run-time dependency xtrans found: YES 1.5.0
Determining dependency 'videoproto' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion videoproto` -> 0
stdout:
2.3.3
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags videoproto` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs videoproto` -> 0
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs videoproto` -> 0
Run-time dependency videoproto found: YES 2.3.3
Determining dependency 'compositeproto' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion compositeproto` -> 0
stdout:
0.4.2
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags compositeproto` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs compositeproto` -> 0
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs compositeproto` -> 0
Run-time dependency compositeproto found: YES 0.4.2
Determining dependency 'recordproto' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion recordproto` -> 0
stdout:
1.14.2
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags recordproto` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs recordproto` -> 0
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs recordproto` -> 0
Run-time dependency recordproto found: YES 1.14.2
Determining dependency 'scrnsaverproto' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion scrnsaverproto` -> 0
stdout:
1.2.3
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags scrnsaverproto` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs scrnsaverproto` -> 0
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs scrnsaverproto` -> 0
Run-time dependency scrnsaverproto found: YES 1.2.3
Determining dependency 'resourceproto' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion resourceproto` -> 0
stdout:
1.2.0
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags resourceproto` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs resourceproto` -> 0
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs resourceproto` -> 0
Run-time dependency resourceproto found: YES 1.2.0
Determining dependency 'xf86driproto' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion xf86driproto` -> 0
stdout:
2.1.1
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags xf86driproto` -> 0
stdout:
-I/usr/include/X11/dri
-----------
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xf86driproto` -> 0
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xf86driproto` -> 0
Run-time dependency xf86driproto found: YES 2.1.1
Determining dependency 'dri2proto' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion dri2proto` -> 0
stdout:
2.8
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags dri2proto` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs dri2proto` -> 0
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs dri2proto` -> 0
Run-time dependency dri2proto found: YES 2.8
Determining dependency 'dri3proto' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion dri3proto` -> 0
stdout:
1.3
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags dri3proto` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs dri3proto` -> 0
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs dri3proto` -> 0
Run-time dependency dri3proto found: YES 1.3
Determining dependency 'xineramaproto' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion xineramaproto` -> 0
stdout:
1.2.1
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags xineramaproto` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xineramaproto` -> 0
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xineramaproto` -> 0
Run-time dependency xineramaproto found: YES 1.2.1
Determining dependency 'xf86bigfontproto' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion xf86bigfontproto` -> 0
stdout:
1.2.0
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags xf86bigfontproto` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xf86bigfontproto` -> 0
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xf86bigfontproto` -> 0
Run-time dependency xf86bigfontproto found: YES 1.2.0
Determining dependency 'xf86vidmodeproto' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion xf86vidmodeproto` -> 0
stdout:
2.3.1
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags xf86vidmodeproto` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xf86vidmodeproto` -> 0
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xf86vidmodeproto` -> 0
Run-time dependency xf86vidmodeproto found: YES 2.3.1
Determining dependency 'applewmproto' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion applewmproto` -> 1
stderr:
Package applewmproto was not found in the pkg-config search path.
Perhaps you should add the directory containing `applewmproto.pc'
to the PKG_CONFIG_PATH environment variable
Package 'applewmproto', required by 'virtual:world', not found
-----------
CMake binary for host machine is not cached
CMake binary missing from cross or native file, or env var undefined.
Trying a default CMake fallback at cmake
Found CMake: /usr/bin/cmake (3.28.3)
Extracting basic cmake information
CMake Toolchain: Calling CMake once to generate the compiler state
Calling CMake (['/usr/bin/cmake']) in /home/user/.cache/yay/xorg-server-git/src/build/meson-private/__CMake_compiler_info__ with:
  - "--trace-expand"
  - "--trace-format=json-v1"
  - "--no-warn-unused-cli"
  - "--trace-redirect=cmake_trace.txt"
  - "-G"
  - "Ninja"
  - "-DCMAKE_TOOLCHAIN_FILE=/home/user/.cache/yay/xorg-server-git/src/build/meson-private/__CMake_compiler_info__/CMakeMesonTempToolchainFile.cmake"
  - "."
CMake trace warning: add_executable() non imported executables are not supported
CMake TRACE: /home/user/.cache/yay/xorg-server-git/src/build/meson-private/__CMake_compiler_info__/CMakeFiles/CMakeScratch/TryCompile-HOfDiY/CMakeLists.txt:21 add_executable(['cmTC_82ba2'])
CMake trace warning: target_link_options() TARGET cmTC_82ba2 not found
CMake TRACE: /home/user/.cache/yay/xorg-server-git/src/build/meson-private/__CMake_compiler_info__/CMakeFiles/CMakeScratch/TryCompile-HOfDiY/CMakeLists.txt:27 target_link_libraries(['cmTC_82ba2', ''])
Try CMake generator: auto
Calling CMake (['/usr/bin/cmake']) in /home/user/.cache/yay/xorg-server-git/src/build/meson-private/cmake_applewmproto with:
  - "--trace-expand"
  - "--trace-format=json-v1"
  - "--no-warn-unused-cli"
  - "--trace-redirect=cmake_trace.txt"
  - "-DCMAKE_TOOLCHAIN_FILE=/home/user/.cache/yay/xorg-server-git/src/build/meson-private/cmake_applewmproto/CMakeMesonToolchainFile.cmake"
  - "."
  -- Module search paths:    ['/', '/opt', '/usr', '/usr/local']
  -- CMake root:             /usr/share/cmake
  -- CMake architectures:    ['libpyldb-util.cpython-311-x86-64-linux-gnu.so', 'libpyldb-util.cpython-311-x86-64-linux-gnu.so.2', 'libpyldb-util.cpython-311-x86-64-linux-gnu.so.2.8.0', 'libpytalloc-util.cpython-311-x86-64-linux-gnu.so', 'libpytalloc-util.cpython-311-x86-64-linux-gnu.so.2', 'libpytalloc-util.cpython-311-x86-64-linux-gnu.so.2.4.1', 'libsamba-policy.cpython-311-x86-64-linux-gnu.so', 'libsamba-policy.cpython-311-x86-64-linux-gnu.so.0', 'libsamba-policy.cpython-311-x86-64-linux-gnu.so.0.0.1']
  -- CMake lib search paths: ['lib', 'lib32', 'lib64', 'libx32', 'share', '', 'lib/libpyldb-util.cpython-311-x86-64-linux-gnu.so', 'lib/libpyldb-util.cpython-311-x86-64-linux-gnu.so.2', 'lib/libpyldb-util.cpython-311-x86-64-linux-gnu.so.2.8.0', 'lib/libpytalloc-util.cpython-311-x86-64-linux-gnu.so', 'lib/libpytalloc-util.cpython-311-x86-64-linux-gnu.so.2', 'lib/libpytalloc-util.cpython-311-x86-64-linux-gnu.so.2.4.1', 'lib/libsamba-policy.cpython-311-x86-64-linux-gnu.so', 'lib/libsamba-policy.cpython-311-x86-64-linux-gnu.so.0', 'lib/libsamba-policy.cpython-311-x86-64-linux-gnu.so.0.0.1']
Preliminary CMake check failed. Aborting.
Run-time dependency applewmproto found: NO (tried pkgconfig and cmake)
Looking for a fallback subproject for the dependency applewmproto
Neither a subproject directory nor a xorgproto.wrap file was found.
Subproject  xorgproto is buildable: NO (disabling)
Dependency applewmproto from subproject xorgproto found: NO (subproject failed to configure)
Determining dependency 'xshmfence' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion xshmfence` -> 0
stdout:
1.3.2
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags xshmfence` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xshmfence` -> 0
stdout:
-L/usr/lib -lxshmfence
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xshmfence` -> 0
stdout:
-lxshmfence
-----------
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp442x2z0u
Code:
 
        #include<stddef.h>
        #include<stdio.h>
        int main(void) {
            printf("%ld\n", (long)(sizeof(void *)));
            return 0;
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp442x2z0u/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp442x2z0u/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 0
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:28,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp442x2z0u/testfile.c:3:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
-----------
Program stdout:

8

Program stderr:


Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpkm2suda6
Code:
 
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpkm2suda6/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpkm2suda6/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 --print-search-dirs` -> 0
stdout:
install: /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/
programs: =/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/bin/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/bin/
libraries: =/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/lib/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/:/lib/x86_64-pc-linux-gnu/13.2.1/:/lib/../lib/:/usr/lib/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../:/lib/:/usr/lib/
-----------
Run-time dependency xshmfence found: YES 1.3.2
Determining dependency 'xwaylandproto' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion xwaylandproto` -> 0
stdout:
1.0
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags xwaylandproto` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xwaylandproto` -> 0
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xwaylandproto` -> 0
Run-time dependency xwaylandproto found: YES 1.0
Determining dependency 'dpmsproto' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion dpmsproto` -> 0
stdout:
1.2
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags dpmsproto` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs dpmsproto` -> 0
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs dpmsproto` -> 0
Run-time dependency dpmsproto found: YES 1.2
Determining dependency 'pixman-1' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion pixman-1` -> 0
stdout:
0.43.2
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags pixman-1` -> 0
stdout:
-I/usr/include/pixman-1
-----------
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs pixman-1` -> 0
stdout:
-L/usr/lib -lpixman-1
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs pixman-1` -> 0
stdout:
-lpixman-1
-----------
Run-time dependency pixman-1 found: YES 0.43.2
Determining dependency 'libbsd-overlay' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion libbsd-overlay` -> 0
stdout:
0.11.8
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags libbsd-overlay` -> 0
stdout:
-isystem /usr/include/bsd -DLIBBSD_OVERLAY
-----------
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs libbsd-overlay` -> 0
stdout:
-L/usr/lib -lbsd
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs libbsd-overlay` -> 0
stdout:
-lbsd
-----------
Run-time dependency libbsd-overlay found: YES 0.11.8
Determining dependency 'xkbcomp' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion xkbcomp` -> 0
stdout:
1.4.7
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags xkbcomp` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xkbcomp` -> 0
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xkbcomp` -> 0
Run-time dependency xkbcomp found: YES 1.4.7
Determining dependency 'xkbfile' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion xkbfile` -> 0
stdout:
1.1.3
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags xkbfile` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xkbfile` -> 0
stdout:
-L/usr/lib -lxkbfile
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xkbfile` -> 0
stdout:
-lxkbfile
-----------
Run-time dependency xkbfile found: YES 1.1.3
Determining dependency 'xfont2' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion xfont2` -> 0
stdout:
2.0.6
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags xfont2` -> 0
stdout:
-I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-6 -pthread
-----------
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xfont2` -> 0
stdout:
-L/usr/lib -lXfont2
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xfont2` -> 0
stdout:
-lXfont2
-----------
Run-time dependency xfont2 found: YES 2.0.6
Determining dependency 'dbus-1' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion dbus-1` -> 0
stdout:
1.14.10
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags dbus-1` -> 0
stdout:
-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
-----------
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs dbus-1` -> 0
stdout:
-L/usr/lib -ldbus-1
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs dbus-1` -> 0
stdout:
-ldbus-1
-----------
Run-time dependency dbus-1 found: YES 1.14.10
Determining dependency 'libsystemd' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion libsystemd` -> 0
stdout:
255
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags libsystemd` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs libsystemd` -> 0
stdout:
-L/usr/lib -lsystemd
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs libsystemd` -> 0
stdout:
-lsystemd
-----------
Run-time dependency libsystemd found: YES 255
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --variable=bindir xkbcomp` -> 0
stdout:
/usr/bin
-----------
Got pkg-config variable bindir : /usr/bin
Determining dependency 'fontutil' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion fontutil` -> 0
stdout:
1.4.1
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags fontutil` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs fontutil` -> 0
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs fontutil` -> 0
Run-time dependency fontutil found: YES 1.4.1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --variable=fontrootdir fontutil` -> 0
stdout:
/usr/share/fonts
-----------
Got pkg-config variable fontrootdir : /usr/share/fonts
Determining dependency 'libxcvt' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion libxcvt` -> 0
stdout:
0.1.2
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags libxcvt` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs libxcvt` -> 0
stdout:
-L/usr/lib -lxcvt
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs libxcvt` -> 0
stdout:
-lxcvt
-----------
Run-time dependency libxcvt found: YES 0.1.2
Determining dependency 'wayland-client' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion wayland-client` -> 0
stdout:
1.22.0
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags wayland-client` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs wayland-client` -> 0
stdout:
-L/usr/lib -lwayland-client
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs wayland-client` -> 0
stdout:
-lwayland-client
-----------
Run-time dependency wayland-client found: YES 1.22.0
Determining dependency 'wayland-protocols' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion wayland-protocols` -> 0
stdout:
1.33
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags wayland-protocols` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs wayland-protocols` -> 0
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs wayland-protocols` -> 0
Run-time dependency wayland-protocols found: YES 1.33
Dependency libxcvt found: YES 0.1.2 (cached)
Determining dependency 'libdrm' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion libdrm` -> 0
stdout:
2.4.120
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags libdrm` -> 0
stdout:
-I/usr/include/libdrm
-----------
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs libdrm` -> 0
stdout:
-L/usr/lib -ldrm
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs libdrm` -> 0
stdout:
-ldrm
-----------
Run-time dependency libdrm found: YES 2.4.120
Determining dependency 'epoxy' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion epoxy` -> 0
stdout:
1.5.10
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags epoxy` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs epoxy` -> 0
stdout:
-L/usr/lib -lepoxy
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs epoxy` -> 0
stdout:
-lepoxy
-----------
Run-time dependency epoxy found: YES 1.5.10
Determining dependency 'xext' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion xext` -> 0
stdout:
1.3.6
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags xext` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xext` -> 0
stdout:
-L/usr/lib -lXext
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xext` -> 0
stdout:
-lXext
-----------
Run-time dependency xext found: YES 1.3.6
Determining dependency 'x11' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion x11` -> 0
stdout:
1.8.7
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags x11` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs x11` -> 0
stdout:
-L/usr/lib -lX11
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs x11` -> 0
stdout:
-lX11
-----------
Run-time dependency x11 found: YES 1.8.7
Determining dependency 'xau' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion xau` -> 0
stdout:
1.0.11
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags xau` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xau` -> 0
stdout:
-L/usr/lib -lXau
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xau` -> 0
stdout:
-lXau
-----------
Run-time dependency xau found: YES 1.0.11
Determining dependency 'libudev' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion libudev` -> 0
stdout:
255
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags libudev` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs libudev` -> 0
stdout:
-L/usr/lib -ludev
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs libudev` -> 0
stdout:
-ludev
-----------
Run-time dependency libudev found: YES 255
Determining dependency 'gbm' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion gbm` -> 0
stdout:
23.3.5-arch1.1
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags gbm` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs gbm` -> 0
stdout:
-L/usr/lib -lgbm
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs gbm` -> 0
stdout:
-lgbm
-----------
Run-time dependency gbm found: YES 23.3.5-arch1.1
Dependency epoxy found: YES 1.5.10 (cached)
Determining dependency 'libdecor-0' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion libdecor-0` -> 1
stderr:
Package libdecor-0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libdecor-0.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libdecor-0', required by 'virtual:world', not found
-----------
CMake binary for host machine is cached.
Preliminary CMake check failed. Aborting.
Run-time dependency libdecor-0 found: NO (tried pkgconfig and cmake)
Determining dependency 'wayland-eglstream-protocols' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion wayland-eglstream-protocols` -> 1
stderr:
Package wayland-eglstream-protocols was not found in the pkg-config search path.
Perhaps you should add the directory containing `wayland-eglstream-protocols.pc'
to the PKG_CONFIG_PATH environment variable
Package 'wayland-eglstream-protocols', required by 'virtual:world', not found
-----------
CMake binary for host machine is cached.
Preliminary CMake check failed. Aborting.
Run-time dependency wayland-eglstream-protocols found: NO (tried pkgconfig and cmake)
Determining dependency 'libei-1.0' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion libei-1.0` -> 1
stderr:
Package libei-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libei-1.0.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libei-1.0', required by 'virtual:world', not found
-----------
CMake binary for host machine is cached.
Preliminary CMake check failed. Aborting.
Run-time dependency libei-1.0 found: NO (tried pkgconfig and cmake)
Determining dependency 'liboeffis-1.0' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion liboeffis-1.0` -> 1
stderr:
Package liboeffis-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `liboeffis-1.0.pc'
to the PKG_CONFIG_PATH environment variable
Package 'liboeffis-1.0', required by 'virtual:world', not found
-----------
CMake binary for host machine is cached.
Preliminary CMake check failed. Aborting.
Run-time dependency liboeffis-1.0 found: NO (tried pkgconfig and cmake)
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpvgenhlek
Code:
 
        #define SHA1Init meson_disable_define_of_SHA1Init
        
        #include <limits.h>
        #undef SHA1Init
        
        #ifdef __cplusplus
        extern "C"
        #endif
        char SHA1Init (void);
        
        #if defined __stub_SHA1Init || defined __stub___SHA1Init
        fail fail fail this function is not going to work
        #endif
        
        int main(void) {
          return SHA1Init ();
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpvgenhlek/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpvgenhlek/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 1
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:205,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:34,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpvgenhlek/testfile.c:4:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
/usr/bin/ld: /tmp/ccHlF0It.ltrans0.ltrans.o: in function `main':
/usr/src/debug/xorg-server-git/build/meson-private/tmpvgenhlek/<artificial>:17:(.text+0x9): undefined reference to `SHA1Init'
collect2: error: ld returned 1 exit status
-----------
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpy773a3zx
Code:
 
        int main(void) {

        /* With some toolchains (MSYS2/mingw for example) the compiler
         * provides various builtins which are not really implemented and
         * fall back to the stdlib where they aren't provided and fail at
         * build/link time. In case the user provides a header, including
         * the header didn't lead to the function being defined, and the
         * function we are checking isn't a builtin itself we assume the
         * builtin is not functional and we just error out. */
        #if !1 && !defined(SHA1Init) && !0
            #error "No definition for __builtin_SHA1Init found in the prefix"
        #endif

        #ifdef __has_builtin
            #if !__has_builtin(__builtin_SHA1Init)
                #error "__builtin_SHA1Init not found"
            #endif
        #elif ! defined(SHA1Init)
            __builtin_SHA1Init;
        #endif
        return 0;
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpy773a3zx/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpy773a3zx/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 1
stderr:
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpy773a3zx/testfile.c: In function 'main':
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpy773a3zx/testfile.c:17:18: error: #error "__builtin_SHA1Init not found"
   17 |                 #error "__builtin_SHA1Init not found"
      |                  ^~~~~
-----------
Checking for function "SHA1Init" : NO 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpaym8jhju
Code:
 
        #define CC_SHA1_Init meson_disable_define_of_CC_SHA1_Init
        
        #include <limits.h>
        #undef CC_SHA1_Init
        
        #ifdef __cplusplus
        extern "C"
        #endif
        char CC_SHA1_Init (void);
        
        #if defined __stub_CC_SHA1_Init || defined __stub___CC_SHA1_Init
        fail fail fail this function is not going to work
        #endif
        
        int main(void) {
          return CC_SHA1_Init ();
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpaym8jhju/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpaym8jhju/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 1
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:205,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:34,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpaym8jhju/testfile.c:4:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
/usr/bin/ld: /tmp/ccG1tDxf.ltrans0.ltrans.o: in function `main':
/usr/src/debug/xorg-server-git/build/meson-private/tmpaym8jhju/<artificial>:17:(.text+0x9): undefined reference to `CC_SHA1_Init'
collect2: error: ld returned 1 exit status
-----------
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp943m9hzn
Code:
 
        int main(void) {

        /* With some toolchains (MSYS2/mingw for example) the compiler
         * provides various builtins which are not really implemented and
         * fall back to the stdlib where they aren't provided and fail at
         * build/link time. In case the user provides a header, including
         * the header didn't lead to the function being defined, and the
         * function we are checking isn't a builtin itself we assume the
         * builtin is not functional and we just error out. */
        #if !1 && !defined(CC_SHA1_Init) && !0
            #error "No definition for __builtin_CC_SHA1_Init found in the prefix"
        #endif

        #ifdef __has_builtin
            #if !__has_builtin(__builtin_CC_SHA1_Init)
                #error "__builtin_CC_SHA1_Init not found"
            #endif
        #elif ! defined(CC_SHA1_Init)
            __builtin_CC_SHA1_Init;
        #endif
        return 0;
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp943m9hzn/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp943m9hzn/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 1
stderr:
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp943m9hzn/testfile.c: In function 'main':
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp943m9hzn/testfile.c:17:18: error: #error "__builtin_CC_SHA1_Init not found"
   17 |                 #error "__builtin_CC_SHA1_Init not found"
      |                  ^~~~~
-----------
Checking for function "CC_SHA1_Init" : NO 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp2zp_s0t7
Code:
 
        #ifdef __has_include
         #if !__has_include("wincrypt.h")
          #error "Header 'wincrypt.h' could not be found"
         #endif
        #else
         #include <wincrypt.h>
        #endif
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp2zp_s0t7/testfile.c -E -P -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -P -O0 -std=gnu99` -> 1
stderr:
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp2zp_s0t7/testfile.c:4:12: error: #error "Header 'wincrypt.h' could not be found"
    4 |           #error "Header 'wincrypt.h' could not be found"
      |            ^~~~~
-----------
Has header "wincrypt.h" : NO 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp1vwnfiuj
Code:
 int main(void) { return 0; }

-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp1vwnfiuj/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp1vwnfiuj/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lmd -Wl,--end-group -Wl,--allow-shlib-undefined -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 0
Library md found: YES
Message: Using libmd SHA1 functions
Determining dependency 'xdmcp' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion xdmcp` -> 0
stdout:
1.1.4
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags xdmcp` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xdmcp` -> 0
stdout:
-L/usr/lib -lXdmcp
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xdmcp` -> 0
stdout:
-lXdmcp
-----------
Run-time dependency xdmcp found: YES 1.1.4
Dependency libdrm found: YES 2.4.120 (cached)
Determining dependency 'xf86dgaproto' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion xf86dgaproto` -> 0
stdout:
2.1
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags xf86dgaproto` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xf86dgaproto` -> 0
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xf86dgaproto` -> 0
Run-time dependency xf86dgaproto found: YES 2.1
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpvtcqgec_
Code:
 
        #ifdef __has_include
         #if !__has_include("linux/apm_bios.h")
          #error "Header 'linux/apm_bios.h' could not be found"
         #endif
        #else
         #include <linux/apm_bios.h>
        #endif
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpvtcqgec_/testfile.c -E -P -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -P -O0 -std=gnu99` -> 0
Has header "linux/apm_bios.h" : YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpu634ckmc
Code:
 
        #ifdef __has_include
         #if !__has_include("sys/shm.h")
          #error "Header 'sys/shm.h' could not be found"
         #endif
        #else
         #include <sys/shm.h>
        #endif
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpu634ckmc/testfile.c -E -P -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -P -O0 -std=gnu99` -> 0
Has header "sys/shm.h" : YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpkc2ufll0
Code:
 int main(void) { return 0; }

-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpkc2ufll0/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpkc2ufll0/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lm -Wl,--end-group -Wl,--allow-shlib-undefined -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 0
Library m found: YES
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpulc507wd
Code:
 int main(void) { return 0; }

-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpulc507wd/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpulc507wd/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -ldl -Wl,--end-group -Wl,--allow-shlib-undefined -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 0
Library dl found: YES
Determining dependency 'libselinux' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion libselinux` -> 1
stderr:
Package libselinux was not found in the pkg-config search path.
Perhaps you should add the directory containing `libselinux.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libselinux', required by 'virtual:world', not found
-----------
CMake binary for host machine is cached.
Preliminary CMake check failed. Aborting.
Run-time dependency libselinux found: NO (tried pkgconfig and cmake)
Determining dependency 'audit' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion audit` -> 0
stdout:
4.0
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags audit` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs audit` -> 0
stdout:
-L/usr/lib -laudit
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs audit` -> 0
stdout:
-laudit
-----------
Run-time dependency audit found: YES 4.0
Determining dependency 'libunwind' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion libunwind` -> 0
stdout:
1.7.2
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags libunwind` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs libunwind` -> 0
stdout:
-L/usr/lib -lunwind
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs libunwind` -> 0
stdout:
-lunwind
-----------
Run-time dependency libunwind found: YES 1.7.2
Determining dependency 'xorg-sgml-doctools' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion xorg-sgml-doctools` -> 1
stderr:
Package xorg-sgml-doctools was not found in the pkg-config search path.
Perhaps you should add the directory containing `xorg-sgml-doctools.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xorg-sgml-doctools', required by 'virtual:world', not found
-----------
CMake binary for host machine is cached.
Preliminary CMake check failed. Aborting.
Run-time dependency xorg-sgml-doctools found: NO (tried pkgconfig and cmake)
Program xmlto found: YES (/usr/bin/xmlto)
Program xsltproc found: YES (/usr/bin/xsltproc)
Program fop found: NO
Determining dependency 'dri' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion dri` -> 0
stdout:
23.3.5-arch1.1
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags dri` -> 0
stdout:
-I/usr/include/libdrm
-----------
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs dri` -> 0
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs dri` -> 0
Run-time dependency dri found: YES 23.3.5-arch1.1
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpbydst0as
Code:
 
    int foo(int bar) { typeof(bar) baz = 1; return baz; }

-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpbydst0as/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpbydst0as/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99` -> 0
Checking if "typeof()" compiles: YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpko9e8khq
Code:
 
        #define clock_gettime meson_disable_define_of_clock_gettime
        
        #include <limits.h>
        #undef clock_gettime
        
        #ifdef __cplusplus
        extern "C"
        #endif
        char clock_gettime (void);
        
        #if defined __stub_clock_gettime || defined __stub___clock_gettime
        fail fail fail this function is not going to work
        #endif
        
        int main(void) {
          return clock_gettime ();
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpko9e8khq/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpko9e8khq/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 0
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:205,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:34,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpko9e8khq/testfile.c:4:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
-----------
Checking for function "clock_gettime" : YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp05wm9g63
Code:
 
    #define _POSIX_C_SOURCE 200112L
    #include <time.h>
    #include <unistd.h>
    #ifndef CLOCK_MONOTONIC
    #error CLOCK_MONOTONIC not defined
    #endif

-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp05wm9g63/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp05wm9g63/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99` -> 0
stderr:
In file included from /usr/include/time.h:25,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp05wm9g63/testfile.c:3:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
-----------
Checking if "CLOCK_MONOTONIC" compiles: YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp04n5cuvv
Code:
 
        #include<stddef.h>
        #include<stdio.h>
        int main(void) {
            printf("%ld\n", (long)(sizeof(unsigned long)));
            return 0;
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp04n5cuvv/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp04n5cuvv/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 0
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:28,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp04n5cuvv/testfile.c:3:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
-----------
Program stdout:

8

Program stderr:


Checking for size of "unsigned long" : 8 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmps00yrz8y
Code:
 
        #include <pthread.h>
        int main(void) {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef PTHREAD_MUTEX_RECURSIVE
                PTHREAD_MUTEX_RECURSIVE;
            #endif
            return 0;
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmps00yrz8y/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmps00yrz8y/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99` -> 0
stderr:
In file included from /usr/include/pthread.h:21,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmps00yrz8y/testfile.c:2:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
-----------
Header "pthread.h" has symbol "PTHREAD_MUTEX_RECURSIVE" : YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpaunqcd22
Code:
 
    #define _GNU_SOURCE 1
    #include <pthread.h>
    void foo(int bar) { pthread_setname_np(pthread_self(), "example"); }

-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpaunqcd22/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpaunqcd22/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Werror-implicit-function-declaration` -> 0
stderr:
In file included from /usr/include/pthread.h:21,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpaunqcd22/testfile.c:3:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
-----------
Checking if "pthread_setname_np(tid, name)" compiles: YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpw6p1w1el
Code:
 
        #ifdef __has_include
         #if !__has_include("dlfcn.h")
          #error "Header 'dlfcn.h' could not be found"
         #endif
        #else
         #include <dlfcn.h>
        #endif
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpw6p1w1el/testfile.c -E -P -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -P -O0 -std=gnu99` -> 0
Has header "dlfcn.h" : YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpae1qzggc
Code:
 
        #ifdef __has_include
         #if !__has_include("execinfo.h")
          #error "Header 'execinfo.h' could not be found"
         #endif
        #else
         #include <execinfo.h>
        #endif
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpae1qzggc/testfile.c -E -P -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -P -O0 -std=gnu99` -> 0
Has header "execinfo.h" : YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpfq4jx5jv
Code:
 
        #ifdef __has_include
         #if !__has_include("fnmatch.h")
          #error "Header 'fnmatch.h' could not be found"
         #endif
        #else
         #include <fnmatch.h>
        #endif
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpfq4jx5jv/testfile.c -E -P -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -P -O0 -std=gnu99` -> 0
Has header "fnmatch.h" : YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpxqlhj7tx
Code:
 
        #ifdef __has_include
         #if !__has_include("linux/agpgart.h")
          #error "Header 'linux/agpgart.h' could not be found"
         #endif
        #else
         #include <linux/agpgart.h>
        #endif
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpxqlhj7tx/testfile.c -E -P -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -P -O0 -std=gnu99` -> 0
Has header "linux/agpgart.h" : YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp21h4t5ok
Code:
 
        #ifdef __has_include
         #if !__has_include("strings.h")
          #error "Header 'strings.h' could not be found"
         #endif
        #else
         #include <strings.h>
        #endif
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp21h4t5ok/testfile.c -E -P -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -P -O0 -std=gnu99` -> 0
Has header "strings.h" : YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpbolqlwod
Code:
 
        #ifdef __has_include
         #if !__has_include("sys/agpgart.h")
          #error "Header 'sys/agpgart.h' could not be found"
         #endif
        #else
         #include <sys/agpgart.h>
        #endif
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpbolqlwod/testfile.c -E -P -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -P -O0 -std=gnu99` -> 1
stderr:
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpbolqlwod/testfile.c:4:12: error: #error "Header 'sys/agpgart.h' could not be found"
    4 |           #error "Header 'sys/agpgart.h' could not be found"
      |            ^~~~~
-----------
Has header "sys/agpgart.h" : NO 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp_a7hh4a2
Code:
 
        #ifdef __has_include
         #if !__has_include("sys/ucred.h")
          #error "Header 'sys/ucred.h' could not be found"
         #endif
        #else
         #include <sys/ucred.h>
        #endif
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp_a7hh4a2/testfile.c -E -P -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -P -O0 -std=gnu99` -> 1
stderr:
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp_a7hh4a2/testfile.c:4:12: error: #error "Header 'sys/ucred.h' could not be found"
    4 |           #error "Header 'sys/ucred.h' could not be found"
      |            ^~~~~
-----------
Has header "sys/ucred.h" : NO 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpq9yzn0k6
Code:
 
        #ifdef __has_include
         #if !__has_include("sys/un.h")
          #error "Header 'sys/un.h' could not be found"
         #endif
        #else
         #include <sys/un.h>
        #endif
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpq9yzn0k6/testfile.c -E -P -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -P -O0 -std=gnu99` -> 0
Has header "sys/un.h" : YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp5dxwumle
Code:
 
        #ifdef __has_include
         #if !__has_include("sys/utsname.h")
          #error "Header 'sys/utsname.h' could not be found"
         #endif
        #else
         #include <sys/utsname.h>
        #endif
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp5dxwumle/testfile.c -E -P -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -P -O0 -std=gnu99` -> 0
Has header "sys/utsname.h" : YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp60r2cfat
Code:
 
        #ifdef __has_include
         #if !__has_include("sys/sysmacros.h")
          #error "Header 'sys/sysmacros.h' could not be found"
         #endif
        #else
         #include <sys/sysmacros.h>
        #endif
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp60r2cfat/testfile.c -E -P -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -P -O0 -std=gnu99` -> 0
Has header "sys/sysmacros.h" : YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpnwvt18o8
Code:
 
        #define arc4random_buf meson_disable_define_of_arc4random_buf
        
        #include <limits.h>
        #undef arc4random_buf
        
        #ifdef __cplusplus
        extern "C"
        #endif
        char arc4random_buf (void);
        
        #if defined __stub_arc4random_buf || defined __stub___arc4random_buf
        fail fail fail this function is not going to work
        #endif
        
        int main(void) {
          return arc4random_buf ();
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpnwvt18o8/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpnwvt18o8/output.exe -isystem /usr/include/bsd -DLIBBSD_OVERLAY -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,--start-group /usr/lib/libbsd.so -Wl,--end-group -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 0
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:205,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:34,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpnwvt18o8/testfile.c:4:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
-----------
Checking for function "arc4random_buf" with dependency libbsd-overlay: YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpexi72vwl
Code:
 
        #define backtrace meson_disable_define_of_backtrace
        
        #include <limits.h>
        #undef backtrace
        
        #ifdef __cplusplus
        extern "C"
        #endif
        char backtrace (void);
        
        #if defined __stub_backtrace || defined __stub___backtrace
        fail fail fail this function is not going to work
        #endif
        
        int main(void) {
          return backtrace ();
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpexi72vwl/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpexi72vwl/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 0
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:205,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:34,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpexi72vwl/testfile.c:4:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
-----------
Checking for function "backtrace" : YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpq0r6j6m3
Code:
 
        #define cbrt meson_disable_define_of_cbrt
        
        #include <limits.h>
        #undef cbrt
        
        #ifdef __cplusplus
        extern "C"
        #endif
        char cbrt (void);
        
        #if defined __stub_cbrt || defined __stub___cbrt
        fail fail fail this function is not going to work
        #endif
        
        int main(void) {
          return cbrt ();
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpq0r6j6m3/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpq0r6j6m3/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 1
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:205,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:34,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpq0r6j6m3/testfile.c:4:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpq0r6j6m3/testfile.c:10:14: warning: conflicting types for built-in function 'cbrt'; expected 'double(double)' [-Wbuiltin-declaration-mismatch]
   10 |         char cbrt (void);
      |              ^~~~
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpq0r6j6m3/testfile.c:5:1: note: 'cbrt' is declared in header '<math.h>'
    4 |         #include <limits.h>
  +++ |+#include <math.h>
    5 |         #undef cbrt
/usr/bin/ld: /tmp/cc63qy8T.ltrans0.ltrans.o: in function `main':
/usr/src/debug/xorg-server-git/build/meson-private/tmpq0r6j6m3/<artificial>:17:(.text+0x9): undefined reference to `cbrt'
collect2: error: ld returned 1 exit status
-----------
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmppydane8v
Code:
 
        int main(void) {

        /* With some toolchains (MSYS2/mingw for example) the compiler
         * provides various builtins which are not really implemented and
         * fall back to the stdlib where they aren't provided and fail at
         * build/link time. In case the user provides a header, including
         * the header didn't lead to the function being defined, and the
         * function we are checking isn't a builtin itself we assume the
         * builtin is not functional and we just error out. */
        #if !1 && !defined(cbrt) && !0
            #error "No definition for __builtin_cbrt found in the prefix"
        #endif

        #ifdef __has_builtin
            #if !__has_builtin(__builtin_cbrt)
                #error "__builtin_cbrt not found"
            #endif
        #elif ! defined(cbrt)
            __builtin_cbrt;
        #endif
        return 0;
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmppydane8v/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmppydane8v/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 0
Checking for function "cbrt" : YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmprh0_s08p
Code:
 
        #define epoll_create1 meson_disable_define_of_epoll_create1
        
        #include <limits.h>
        #undef epoll_create1
        
        #ifdef __cplusplus
        extern "C"
        #endif
        char epoll_create1 (void);
        
        #if defined __stub_epoll_create1 || defined __stub___epoll_create1
        fail fail fail this function is not going to work
        #endif
        
        int main(void) {
          return epoll_create1 ();
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmprh0_s08p/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmprh0_s08p/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 0
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:205,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:34,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmprh0_s08p/testfile.c:4:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
-----------
Checking for function "epoll_create1" : YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpjlvq6fi6
Code:
 
        #define getuid meson_disable_define_of_getuid
        
        #include <limits.h>
        #undef getuid
        
        #ifdef __cplusplus
        extern "C"
        #endif
        char getuid (void);
        
        #if defined __stub_getuid || defined __stub___getuid
        fail fail fail this function is not going to work
        #endif
        
        int main(void) {
          return getuid ();
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpjlvq6fi6/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpjlvq6fi6/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 0
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:205,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:34,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpjlvq6fi6/testfile.c:4:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
-----------
Checking for function "getuid" : YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpljf_ki2h
Code:
 
        #define geteuid meson_disable_define_of_geteuid
        
        #include <limits.h>
        #undef geteuid
        
        #ifdef __cplusplus
        extern "C"
        #endif
        char geteuid (void);
        
        #if defined __stub_geteuid || defined __stub___geteuid
        fail fail fail this function is not going to work
        #endif
        
        int main(void) {
          return geteuid ();
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpljf_ki2h/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpljf_ki2h/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 0
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:205,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:34,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpljf_ki2h/testfile.c:4:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
-----------
Checking for function "geteuid" : YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpew9cs7r2
Code:
 
        #define isastream meson_disable_define_of_isastream
        
        #include <limits.h>
        #undef isastream
        
        #ifdef __cplusplus
        extern "C"
        #endif
        char isastream (void);
        
        #if defined __stub_isastream || defined __stub___isastream
        fail fail fail this function is not going to work
        #endif
        
        int main(void) {
          return isastream ();
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpew9cs7r2/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpew9cs7r2/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 1
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:205,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:34,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpew9cs7r2/testfile.c:4:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
/usr/bin/ld: /tmp/ccd3hRKd.ltrans0.ltrans.o: in function `main':
/usr/src/debug/xorg-server-git/build/meson-private/tmpew9cs7r2/<artificial>:17:(.text+0x9): undefined reference to `isastream'
collect2: error: ld returned 1 exit status
-----------
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpi8b5xyt9
Code:
 
        int main(void) {

        /* With some toolchains (MSYS2/mingw for example) the compiler
         * provides various builtins which are not really implemented and
         * fall back to the stdlib where they aren't provided and fail at
         * build/link time. In case the user provides a header, including
         * the header didn't lead to the function being defined, and the
         * function we are checking isn't a builtin itself we assume the
         * builtin is not functional and we just error out. */
        #if !1 && !defined(isastream) && !0
            #error "No definition for __builtin_isastream found in the prefix"
        #endif

        #ifdef __has_builtin
            #if !__has_builtin(__builtin_isastream)
                #error "__builtin_isastream not found"
            #endif
        #elif ! defined(isastream)
            __builtin_isastream;
        #endif
        return 0;
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpi8b5xyt9/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpi8b5xyt9/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 1
stderr:
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpi8b5xyt9/testfile.c: In function 'main':
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpi8b5xyt9/testfile.c:17:18: error: #error "__builtin_isastream not found"
   17 |                 #error "__builtin_isastream not found"
      |                  ^~~~~
-----------
Checking for function "isastream" : NO 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpq19ewp50
Code:
 
        #define issetugid meson_disable_define_of_issetugid
        
        #include <limits.h>
        #undef issetugid
        
        #ifdef __cplusplus
        extern "C"
        #endif
        char issetugid (void);
        
        #if defined __stub_issetugid || defined __stub___issetugid
        fail fail fail this function is not going to work
        #endif
        
        int main(void) {
          return issetugid ();
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpq19ewp50/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpq19ewp50/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 1
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:205,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:34,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpq19ewp50/testfile.c:4:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
/usr/bin/ld: /tmp/ccDxxK1x.ltrans0.ltrans.o: in function `main':
/usr/src/debug/xorg-server-git/build/meson-private/tmpq19ewp50/<artificial>:17:(.text+0x9): undefined reference to `issetugid'
collect2: error: ld returned 1 exit status
-----------
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp6ok05ef_
Code:
 
        int main(void) {

        /* With some toolchains (MSYS2/mingw for example) the compiler
         * provides various builtins which are not really implemented and
         * fall back to the stdlib where they aren't provided and fail at
         * build/link time. In case the user provides a header, including
         * the header didn't lead to the function being defined, and the
         * function we are checking isn't a builtin itself we assume the
         * builtin is not functional and we just error out. */
        #if !1 && !defined(issetugid) && !0
            #error "No definition for __builtin_issetugid found in the prefix"
        #endif

        #ifdef __has_builtin
            #if !__has_builtin(__builtin_issetugid)
                #error "__builtin_issetugid not found"
            #endif
        #elif ! defined(issetugid)
            __builtin_issetugid;
        #endif
        return 0;
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp6ok05ef_/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp6ok05ef_/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 1
stderr:
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp6ok05ef_/testfile.c: In function 'main':
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp6ok05ef_/testfile.c:17:18: error: #error "__builtin_issetugid not found"
   17 |                 #error "__builtin_issetugid not found"
      |                  ^~~~~
-----------
Checking for function "issetugid" : NO 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpasdnr27a
Code:
 
        #define getifaddrs meson_disable_define_of_getifaddrs
        
        #include <limits.h>
        #undef getifaddrs
        
        #ifdef __cplusplus
        extern "C"
        #endif
        char getifaddrs (void);
        
        #if defined __stub_getifaddrs || defined __stub___getifaddrs
        fail fail fail this function is not going to work
        #endif
        
        int main(void) {
          return getifaddrs ();
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpasdnr27a/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpasdnr27a/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 0
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:205,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:34,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpasdnr27a/testfile.c:4:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
-----------
Checking for function "getifaddrs" : YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp8emyz0vm
Code:
 
        #define getpeereid meson_disable_define_of_getpeereid
        
        #include <limits.h>
        #undef getpeereid
        
        #ifdef __cplusplus
        extern "C"
        #endif
        char getpeereid (void);
        
        #if defined __stub_getpeereid || defined __stub___getpeereid
        fail fail fail this function is not going to work
        #endif
        
        int main(void) {
          return getpeereid ();
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp8emyz0vm/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp8emyz0vm/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 1
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:205,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:34,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp8emyz0vm/testfile.c:4:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
/usr/bin/ld: /tmp/cctbc901.ltrans0.ltrans.o: in function `main':
/usr/src/debug/xorg-server-git/build/meson-private/tmp8emyz0vm/<artificial>:17:(.text+0x9): undefined reference to `getpeereid'
collect2: error: ld returned 1 exit status
-----------
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmppc3jrzg0
Code:
 
        int main(void) {

        /* With some toolchains (MSYS2/mingw for example) the compiler
         * provides various builtins which are not really implemented and
         * fall back to the stdlib where they aren't provided and fail at
         * build/link time. In case the user provides a header, including
         * the header didn't lead to the function being defined, and the
         * function we are checking isn't a builtin itself we assume the
         * builtin is not functional and we just error out. */
        #if !1 && !defined(getpeereid) && !0
            #error "No definition for __builtin_getpeereid found in the prefix"
        #endif

        #ifdef __has_builtin
            #if !__has_builtin(__builtin_getpeereid)
                #error "__builtin_getpeereid not found"
            #endif
        #elif ! defined(getpeereid)
            __builtin_getpeereid;
        #endif
        return 0;
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmppc3jrzg0/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmppc3jrzg0/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 1
stderr:
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmppc3jrzg0/testfile.c: In function 'main':
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmppc3jrzg0/testfile.c:17:18: error: #error "__builtin_getpeereid not found"
   17 |                 #error "__builtin_getpeereid not found"
      |                  ^~~~~
-----------
Checking for function "getpeereid" : NO 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpf95gbu2s
Code:
 
        #define getpeerucred meson_disable_define_of_getpeerucred
        
        #include <limits.h>
        #undef getpeerucred
        
        #ifdef __cplusplus
        extern "C"
        #endif
        char getpeerucred (void);
        
        #if defined __stub_getpeerucred || defined __stub___getpeerucred
        fail fail fail this function is not going to work
        #endif
        
        int main(void) {
          return getpeerucred ();
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpf95gbu2s/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpf95gbu2s/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 1
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:205,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:34,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpf95gbu2s/testfile.c:4:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
/usr/bin/ld: /tmp/ccJyQDb2.ltrans0.ltrans.o: in function `main':
/usr/src/debug/xorg-server-git/build/meson-private/tmpf95gbu2s/<artificial>:17:(.text+0x9): undefined reference to `getpeerucred'
collect2: error: ld returned 1 exit status
-----------
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpd6rkvla5
Code:
 
        int main(void) {

        /* With some toolchains (MSYS2/mingw for example) the compiler
         * provides various builtins which are not really implemented and
         * fall back to the stdlib where they aren't provided and fail at
         * build/link time. In case the user provides a header, including
         * the header didn't lead to the function being defined, and the
         * function we are checking isn't a builtin itself we assume the
         * builtin is not functional and we just error out. */
        #if !1 && !defined(getpeerucred) && !0
            #error "No definition for __builtin_getpeerucred found in the prefix"
        #endif

        #ifdef __has_builtin
            #if !__has_builtin(__builtin_getpeerucred)
                #error "__builtin_getpeerucred not found"
            #endif
        #elif ! defined(getpeerucred)
            __builtin_getpeerucred;
        #endif
        return 0;
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpd6rkvla5/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpd6rkvla5/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 1
stderr:
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpd6rkvla5/testfile.c: In function 'main':
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpd6rkvla5/testfile.c:17:18: error: #error "__builtin_getpeerucred not found"
   17 |                 #error "__builtin_getpeerucred not found"
      |                  ^~~~~
-----------
Checking for function "getpeerucred" : NO 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpuex_deze
Code:
 
        #define getprogname meson_disable_define_of_getprogname
        
        #include <limits.h>
        #undef getprogname
        
        #ifdef __cplusplus
        extern "C"
        #endif
        char getprogname (void);
        
        #if defined __stub_getprogname || defined __stub___getprogname
        fail fail fail this function is not going to work
        #endif
        
        int main(void) {
          return getprogname ();
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpuex_deze/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpuex_deze/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 1
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:205,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:34,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpuex_deze/testfile.c:4:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
/usr/bin/ld: /tmp/cc9EjicH.ltrans0.ltrans.o: in function `main':
/usr/src/debug/xorg-server-git/build/meson-private/tmpuex_deze/<artificial>:17:(.text+0x9): undefined reference to `getprogname'
collect2: error: ld returned 1 exit status
-----------
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpcy8rkll0
Code:
 
        int main(void) {

        /* With some toolchains (MSYS2/mingw for example) the compiler
         * provides various builtins which are not really implemented and
         * fall back to the stdlib where they aren't provided and fail at
         * build/link time. In case the user provides a header, including
         * the header didn't lead to the function being defined, and the
         * function we are checking isn't a builtin itself we assume the
         * builtin is not functional and we just error out. */
        #if !1 && !defined(getprogname) && !0
            #error "No definition for __builtin_getprogname found in the prefix"
        #endif

        #ifdef __has_builtin
            #if !__has_builtin(__builtin_getprogname)
                #error "__builtin_getprogname not found"
            #endif
        #elif ! defined(getprogname)
            __builtin_getprogname;
        #endif
        return 0;
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpcy8rkll0/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpcy8rkll0/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 1
stderr:
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpcy8rkll0/testfile.c: In function 'main':
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpcy8rkll0/testfile.c:17:18: error: #error "__builtin_getprogname not found"
   17 |                 #error "__builtin_getprogname not found"
      |                  ^~~~~
-----------
Checking for function "getprogname" : NO 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpu4f8j33u
Code:
 
        #define getzoneid meson_disable_define_of_getzoneid
        
        #include <limits.h>
        #undef getzoneid
        
        #ifdef __cplusplus
        extern "C"
        #endif
        char getzoneid (void);
        
        #if defined __stub_getzoneid || defined __stub___getzoneid
        fail fail fail this function is not going to work
        #endif
        
        int main(void) {
          return getzoneid ();
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpu4f8j33u/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpu4f8j33u/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 1
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:205,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:34,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpu4f8j33u/testfile.c:4:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
/usr/bin/ld: /tmp/ccwAyo4I.ltrans0.ltrans.o: in function `main':
/usr/src/debug/xorg-server-git/build/meson-private/tmpu4f8j33u/<artificial>:17:(.text+0x9): undefined reference to `getzoneid'
collect2: error: ld returned 1 exit status
-----------
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp0n19hgf3
Code:
 
        int main(void) {

        /* With some toolchains (MSYS2/mingw for example) the compiler
         * provides various builtins which are not really implemented and
         * fall back to the stdlib where they aren't provided and fail at
         * build/link time. In case the user provides a header, including
         * the header didn't lead to the function being defined, and the
         * function we are checking isn't a builtin itself we assume the
         * builtin is not functional and we just error out. */
        #if !1 && !defined(getzoneid) && !0
            #error "No definition for __builtin_getzoneid found in the prefix"
        #endif

        #ifdef __has_builtin
            #if !__has_builtin(__builtin_getzoneid)
                #error "__builtin_getzoneid not found"
            #endif
        #elif ! defined(getzoneid)
            __builtin_getzoneid;
        #endif
        return 0;
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp0n19hgf3/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp0n19hgf3/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 1
stderr:
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp0n19hgf3/testfile.c: In function 'main':
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp0n19hgf3/testfile.c:17:18: error: #error "__builtin_getzoneid not found"
   17 |                 #error "__builtin_getzoneid not found"
      |                  ^~~~~
-----------
Checking for function "getzoneid" : NO 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpy38hwuk5
Code:
 
        #define memfd_create meson_disable_define_of_memfd_create
        
        #include <limits.h>
        #undef memfd_create
        
        #ifdef __cplusplus
        extern "C"
        #endif
        char memfd_create (void);
        
        #if defined __stub_memfd_create || defined __stub___memfd_create
        fail fail fail this function is not going to work
        #endif
        
        int main(void) {
          return memfd_create ();
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpy38hwuk5/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpy38hwuk5/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 0
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:205,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:34,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpy38hwuk5/testfile.c:4:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
-----------
Checking for function "memfd_create" : YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp_4k8gy72
Code:
 
        #define mkostemp meson_disable_define_of_mkostemp
        
        #include <limits.h>
        #undef mkostemp
        
        #ifdef __cplusplus
        extern "C"
        #endif
        char mkostemp (void);
        
        #if defined __stub_mkostemp || defined __stub___mkostemp
        fail fail fail this function is not going to work
        #endif
        
        int main(void) {
          return mkostemp ();
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp_4k8gy72/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp_4k8gy72/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 0
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:205,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:34,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp_4k8gy72/testfile.c:4:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
-----------
Checking for function "mkostemp" : YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp7ajg3xww
Code:
 
        #define mmap meson_disable_define_of_mmap
        
        #include <limits.h>
        #undef mmap
        
        #ifdef __cplusplus
        extern "C"
        #endif
        char mmap (void);
        
        #if defined __stub_mmap || defined __stub___mmap
        fail fail fail this function is not going to work
        #endif
        
        int main(void) {
          return mmap ();
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp7ajg3xww/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp7ajg3xww/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 0
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:205,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:34,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp7ajg3xww/testfile.c:4:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
-----------
Checking for function "mmap" : YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpuuncrcv4
Code:
 
        #define open_device meson_disable_define_of_open_device
        
        #include <limits.h>
        #undef open_device
        
        #ifdef __cplusplus
        extern "C"
        #endif
        char open_device (void);
        
        #if defined __stub_open_device || defined __stub___open_device
        fail fail fail this function is not going to work
        #endif
        
        int main(void) {
          return open_device ();
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpuuncrcv4/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpuuncrcv4/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 1
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:205,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:34,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpuuncrcv4/testfile.c:4:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
/usr/bin/ld: /tmp/ccaN8qbE.ltrans0.ltrans.o: in function `main':
/usr/src/debug/xorg-server-git/build/meson-private/tmpuuncrcv4/<artificial>:17:(.text+0x9): undefined reference to `open_device'
collect2: error: ld returned 1 exit status
-----------
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpj1m276ui
Code:
 
        int main(void) {

        /* With some toolchains (MSYS2/mingw for example) the compiler
         * provides various builtins which are not really implemented and
         * fall back to the stdlib where they aren't provided and fail at
         * build/link time. In case the user provides a header, including
         * the header didn't lead to the function being defined, and the
         * function we are checking isn't a builtin itself we assume the
         * builtin is not functional and we just error out. */
        #if !1 && !defined(open_device) && !0
            #error "No definition for __builtin_open_device found in the prefix"
        #endif

        #ifdef __has_builtin
            #if !__has_builtin(__builtin_open_device)
                #error "__builtin_open_device not found"
            #endif
        #elif ! defined(open_device)
            __builtin_open_device;
        #endif
        return 0;
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpj1m276ui/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpj1m276ui/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 1
stderr:
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpj1m276ui/testfile.c: In function 'main':
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpj1m276ui/testfile.c:17:18: error: #error "__builtin_open_device not found"
   17 |                 #error "__builtin_open_device not found"
      |                  ^~~~~
-----------
Checking for function "open_device" : NO 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp1ohfvq_0
Code:
 
        #define poll meson_disable_define_of_poll
        
        #include <limits.h>
        #undef poll
        
        #ifdef __cplusplus
        extern "C"
        #endif
        char poll (void);
        
        #if defined __stub_poll || defined __stub___poll
        fail fail fail this function is not going to work
        #endif
        
        int main(void) {
          return poll ();
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp1ohfvq_0/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp1ohfvq_0/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 0
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:205,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:34,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp1ohfvq_0/testfile.c:4:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
-----------
Checking for function "poll" : YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmprk8bviib
Code:
 
        #define pollset_create meson_disable_define_of_pollset_create
        
        #include <limits.h>
        #undef pollset_create
        
        #ifdef __cplusplus
        extern "C"
        #endif
        char pollset_create (void);
        
        #if defined __stub_pollset_create || defined __stub___pollset_create
        fail fail fail this function is not going to work
        #endif
        
        int main(void) {
          return pollset_create ();
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmprk8bviib/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmprk8bviib/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 1
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:205,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:34,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmprk8bviib/testfile.c:4:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
/usr/bin/ld: /tmp/ccxGCEoK.ltrans0.ltrans.o: in function `main':
/usr/src/debug/xorg-server-git/build/meson-private/tmprk8bviib/<artificial>:17:(.text+0x9): undefined reference to `pollset_create'
collect2: error: ld returned 1 exit status
-----------
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmplsa1wtxo
Code:
 
        int main(void) {

        /* With some toolchains (MSYS2/mingw for example) the compiler
         * provides various builtins which are not really implemented and
         * fall back to the stdlib where they aren't provided and fail at
         * build/link time. In case the user provides a header, including
         * the header didn't lead to the function being defined, and the
         * function we are checking isn't a builtin itself we assume the
         * builtin is not functional and we just error out. */
        #if !1 && !defined(pollset_create) && !0
            #error "No definition for __builtin_pollset_create found in the prefix"
        #endif

        #ifdef __has_builtin
            #if !__has_builtin(__builtin_pollset_create)
                #error "__builtin_pollset_create not found"
            #endif
        #elif ! defined(pollset_create)
            __builtin_pollset_create;
        #endif
        return 0;
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmplsa1wtxo/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmplsa1wtxo/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 1
stderr:
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmplsa1wtxo/testfile.c: In function 'main':
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmplsa1wtxo/testfile.c:17:18: error: #error "__builtin_pollset_create not found"
   17 |                 #error "__builtin_pollset_create not found"
      |                  ^~~~~
-----------
Checking for function "pollset_create" : NO 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp_lvza2b8
Code:
 
        #define posix_fallocate meson_disable_define_of_posix_fallocate
        
        #include <limits.h>
        #undef posix_fallocate
        
        #ifdef __cplusplus
        extern "C"
        #endif
        char posix_fallocate (void);
        
        #if defined __stub_posix_fallocate || defined __stub___posix_fallocate
        fail fail fail this function is not going to work
        #endif
        
        int main(void) {
          return posix_fallocate ();
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp_lvza2b8/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp_lvza2b8/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 0
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:205,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:34,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp_lvza2b8/testfile.c:4:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
-----------
Checking for function "posix_fallocate" : YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpdeyxxavu
Code:
 
        #define port_create meson_disable_define_of_port_create
        
        #include <limits.h>
        #undef port_create
        
        #ifdef __cplusplus
        extern "C"
        #endif
        char port_create (void);
        
        #if defined __stub_port_create || defined __stub___port_create
        fail fail fail this function is not going to work
        #endif
        
        int main(void) {
          return port_create ();
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpdeyxxavu/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpdeyxxavu/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 1
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:205,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:34,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpdeyxxavu/testfile.c:4:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
/usr/bin/ld: /tmp/cc6rMOhb.ltrans0.ltrans.o: in function `main':
/usr/src/debug/xorg-server-git/build/meson-private/tmpdeyxxavu/<artificial>:17:(.text+0x9): undefined reference to `port_create'
collect2: error: ld returned 1 exit status
-----------
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpc_fcjijk
Code:
 
        int main(void) {

        /* With some toolchains (MSYS2/mingw for example) the compiler
         * provides various builtins which are not really implemented and
         * fall back to the stdlib where they aren't provided and fail at
         * build/link time. In case the user provides a header, including
         * the header didn't lead to the function being defined, and the
         * function we are checking isn't a builtin itself we assume the
         * builtin is not functional and we just error out. */
        #if !1 && !defined(port_create) && !0
            #error "No definition for __builtin_port_create found in the prefix"
        #endif

        #ifdef __has_builtin
            #if !__has_builtin(__builtin_port_create)
                #error "__builtin_port_create not found"
            #endif
        #elif ! defined(port_create)
            __builtin_port_create;
        #endif
        return 0;
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpc_fcjijk/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpc_fcjijk/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 1
stderr:
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpc_fcjijk/testfile.c: In function 'main':
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpc_fcjijk/testfile.c:17:18: error: #error "__builtin_port_create not found"
   17 |                 #error "__builtin_port_create not found"
      |                  ^~~~~
-----------
Checking for function "port_create" : NO 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpo119kxt7
Code:
 
        #define reallocarray meson_disable_define_of_reallocarray
        
        #include <limits.h>
        #undef reallocarray
        
        #ifdef __cplusplus
        extern "C"
        #endif
        char reallocarray (void);
        
        #if defined __stub_reallocarray || defined __stub___reallocarray
        fail fail fail this function is not going to work
        #endif
        
        int main(void) {
          return reallocarray ();
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpo119kxt7/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpo119kxt7/output.exe -isystem /usr/include/bsd -DLIBBSD_OVERLAY -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,--start-group /usr/lib/libbsd.so -Wl,--end-group -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 0
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:205,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:34,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpo119kxt7/testfile.c:4:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
-----------
Checking for function "reallocarray" with dependency libbsd-overlay: YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpynjbkbr2
Code:
 
        #define seteuid meson_disable_define_of_seteuid
        
        #include <limits.h>
        #undef seteuid
        
        #ifdef __cplusplus
        extern "C"
        #endif
        char seteuid (void);
        
        #if defined __stub_seteuid || defined __stub___seteuid
        fail fail fail this function is not going to work
        #endif
        
        int main(void) {
          return seteuid ();
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpynjbkbr2/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpynjbkbr2/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 0
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:205,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:34,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpynjbkbr2/testfile.c:4:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
-----------
Checking for function "seteuid" : YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpov6mx235
Code:
 
        #define setitimer meson_disable_define_of_setitimer
        
        #include <limits.h>
        #undef setitimer
        
        #ifdef __cplusplus
        extern "C"
        #endif
        char setitimer (void);
        
        #if defined __stub_setitimer || defined __stub___setitimer
        fail fail fail this function is not going to work
        #endif
        
        int main(void) {
          return setitimer ();
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpov6mx235/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpov6mx235/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 0
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:205,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:34,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpov6mx235/testfile.c:4:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
-----------
Checking for function "setitimer" : YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp2i3impba
Code:
 
        #define shmctl64 meson_disable_define_of_shmctl64
        
        #include <limits.h>
        #undef shmctl64
        
        #ifdef __cplusplus
        extern "C"
        #endif
        char shmctl64 (void);
        
        #if defined __stub_shmctl64 || defined __stub___shmctl64
        fail fail fail this function is not going to work
        #endif
        
        int main(void) {
          return shmctl64 ();
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp2i3impba/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp2i3impba/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 1
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:205,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:34,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp2i3impba/testfile.c:4:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
/usr/bin/ld: /tmp/cc8MFuFj.ltrans0.ltrans.o: in function `main':
/usr/src/debug/xorg-server-git/build/meson-private/tmp2i3impba/<artificial>:17:(.text+0x9): undefined reference to `shmctl64'
collect2: error: ld returned 1 exit status
-----------
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpaksy1ybk
Code:
 
        int main(void) {

        /* With some toolchains (MSYS2/mingw for example) the compiler
         * provides various builtins which are not really implemented and
         * fall back to the stdlib where they aren't provided and fail at
         * build/link time. In case the user provides a header, including
         * the header didn't lead to the function being defined, and the
         * function we are checking isn't a builtin itself we assume the
         * builtin is not functional and we just error out. */
        #if !1 && !defined(shmctl64) && !0
            #error "No definition for __builtin_shmctl64 found in the prefix"
        #endif

        #ifdef __has_builtin
            #if !__has_builtin(__builtin_shmctl64)
                #error "__builtin_shmctl64 not found"
            #endif
        #elif ! defined(shmctl64)
            __builtin_shmctl64;
        #endif
        return 0;
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpaksy1ybk/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpaksy1ybk/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 1
stderr:
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpaksy1ybk/testfile.c: In function 'main':
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpaksy1ybk/testfile.c:17:18: error: #error "__builtin_shmctl64 not found"
   17 |                 #error "__builtin_shmctl64 not found"
      |                  ^~~~~
-----------
Checking for function "shmctl64" : NO 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp59jolssy
Code:
 
        #define sigaction meson_disable_define_of_sigaction
        
        #include <limits.h>
        #undef sigaction
        
        #ifdef __cplusplus
        extern "C"
        #endif
        char sigaction (void);
        
        #if defined __stub_sigaction || defined __stub___sigaction
        fail fail fail this function is not going to work
        #endif
        
        int main(void) {
          return sigaction ();
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp59jolssy/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp59jolssy/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 0
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:205,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:34,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp59jolssy/testfile.c:4:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
-----------
Checking for function "sigaction" : YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpeg0wy6cl
Code:
 
        #define sigprocmask meson_disable_define_of_sigprocmask
        
        #include <limits.h>
        #undef sigprocmask
        
        #ifdef __cplusplus
        extern "C"
        #endif
        char sigprocmask (void);
        
        #if defined __stub_sigprocmask || defined __stub___sigprocmask
        fail fail fail this function is not going to work
        #endif
        
        int main(void) {
          return sigprocmask ();
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpeg0wy6cl/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpeg0wy6cl/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 0
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:205,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:34,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpeg0wy6cl/testfile.c:4:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
-----------
Checking for function "sigprocmask" : YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpxko2_cew
Code:
 
        #define strcasecmp meson_disable_define_of_strcasecmp
        
        #include <limits.h>
        #undef strcasecmp
        
        #ifdef __cplusplus
        extern "C"
        #endif
        char strcasecmp (void);
        
        #if defined __stub_strcasecmp || defined __stub___strcasecmp
        fail fail fail this function is not going to work
        #endif
        
        int main(void) {
          return strcasecmp ();
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpxko2_cew/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpxko2_cew/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 0
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:205,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:34,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpxko2_cew/testfile.c:4:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpxko2_cew/testfile.c:10:14: warning: conflicting types for built-in function 'strcasecmp'; expected 'int(const char *, const char *)' [-Wbuiltin-declaration-mismatch]
   10 |         char strcasecmp (void);
      |              ^~~~~~~~~~
-----------
Checking for function "strcasecmp" : YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpb0ni2sr2
Code:
 
        #define strcasestr meson_disable_define_of_strcasestr
        
        #include <limits.h>
        #undef strcasestr
        
        #ifdef __cplusplus
        extern "C"
        #endif
        char strcasestr (void);
        
        #if defined __stub_strcasestr || defined __stub___strcasestr
        fail fail fail this function is not going to work
        #endif
        
        int main(void) {
          return strcasestr ();
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpb0ni2sr2/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpb0ni2sr2/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 0
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:205,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:34,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpb0ni2sr2/testfile.c:4:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
-----------
Checking for function "strcasestr" : YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpu3t1javg
Code:
 
        #define strlcat meson_disable_define_of_strlcat
        
        #include <limits.h>
        #undef strlcat
        
        #ifdef __cplusplus
        extern "C"
        #endif
        char strlcat (void);
        
        #if defined __stub_strlcat || defined __stub___strlcat
        fail fail fail this function is not going to work
        #endif
        
        int main(void) {
          return strlcat ();
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpu3t1javg/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpu3t1javg/output.exe -isystem /usr/include/bsd -DLIBBSD_OVERLAY -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,--start-group /usr/lib/libbsd.so -Wl,--end-group -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 0
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:205,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:34,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpu3t1javg/testfile.c:4:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
-----------
Checking for function "strlcat" with dependency libbsd-overlay: YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp2pomlr6h
Code:
 
        #define strlcpy meson_disable_define_of_strlcpy
        
        #include <limits.h>
        #undef strlcpy
        
        #ifdef __cplusplus
        extern "C"
        #endif
        char strlcpy (void);
        
        #if defined __stub_strlcpy || defined __stub___strlcpy
        fail fail fail this function is not going to work
        #endif
        
        int main(void) {
          return strlcpy ();
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp2pomlr6h/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp2pomlr6h/output.exe -isystem /usr/include/bsd -DLIBBSD_OVERLAY -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,--start-group /usr/lib/libbsd.so -Wl,--end-group -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 0
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:205,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:34,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp2pomlr6h/testfile.c:4:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
-----------
Checking for function "strlcpy" with dependency libbsd-overlay: YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmppv3_hyry
Code:
 
        #define strncasecmp meson_disable_define_of_strncasecmp
        
        #include <limits.h>
        #undef strncasecmp
        
        #ifdef __cplusplus
        extern "C"
        #endif
        char strncasecmp (void);
        
        #if defined __stub_strncasecmp || defined __stub___strncasecmp
        fail fail fail this function is not going to work
        #endif
        
        int main(void) {
          return strncasecmp ();
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmppv3_hyry/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmppv3_hyry/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 0
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:205,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:34,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmppv3_hyry/testfile.c:4:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmppv3_hyry/testfile.c:10:14: warning: conflicting types for built-in function 'strncasecmp'; expected 'int(const char *, const char *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
   10 |         char strncasecmp (void);
      |              ^~~~~~~~~~~
-----------
Checking for function "strncasecmp" : YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpwi14_6x9
Code:
 
        #define strndup meson_disable_define_of_strndup
        
        #include <limits.h>
        #undef strndup
        
        #ifdef __cplusplus
        extern "C"
        #endif
        char strndup (void);
        
        #if defined __stub_strndup || defined __stub___strndup
        fail fail fail this function is not going to work
        #endif
        
        int main(void) {
          return strndup ();
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpwi14_6x9/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpwi14_6x9/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 0
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:205,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:34,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpwi14_6x9/testfile.c:4:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpwi14_6x9/testfile.c:10:14: warning: conflicting types for built-in function 'strndup'; expected 'char *(const char *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
   10 |         char strndup (void);
      |              ^~~~~~~
-----------
Checking for function "strndup" : YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpilq6iekh
Code:
 
        #include <string.h>
        int main(void) {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef strndup
                strndup;
            #endif
            return 0;
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpilq6iekh/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpilq6iekh/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99` -> 0
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/string.h:26,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpilq6iekh/testfile.c:2:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
-----------
Header "string.h" has symbol "strndup" : YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp4x9ke2cs
Code:
 
        #define timingsafe_memcmp meson_disable_define_of_timingsafe_memcmp
        
        #include <limits.h>
        #undef timingsafe_memcmp
        
        #ifdef __cplusplus
        extern "C"
        #endif
        char timingsafe_memcmp (void);
        
        #if defined __stub_timingsafe_memcmp || defined __stub___timingsafe_memcmp
        fail fail fail this function is not going to work
        #endif
        
        int main(void) {
          return timingsafe_memcmp ();
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp4x9ke2cs/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp4x9ke2cs/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 1
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:205,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:34,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp4x9ke2cs/testfile.c:4:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
/usr/bin/ld: /tmp/ccNKMXOn.ltrans0.ltrans.o: in function `main':
/usr/src/debug/xorg-server-git/build/meson-private/tmp4x9ke2cs/<artificial>:17:(.text+0x9): undefined reference to `timingsafe_memcmp'
collect2: error: ld returned 1 exit status
-----------
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp_gbf8jr0
Code:
 
        int main(void) {

        /* With some toolchains (MSYS2/mingw for example) the compiler
         * provides various builtins which are not really implemented and
         * fall back to the stdlib where they aren't provided and fail at
         * build/link time. In case the user provides a header, including
         * the header didn't lead to the function being defined, and the
         * function we are checking isn't a builtin itself we assume the
         * builtin is not functional and we just error out. */
        #if !1 && !defined(timingsafe_memcmp) && !0
            #error "No definition for __builtin_timingsafe_memcmp found in the prefix"
        #endif

        #ifdef __has_builtin
            #if !__has_builtin(__builtin_timingsafe_memcmp)
                #error "__builtin_timingsafe_memcmp not found"
            #endif
        #elif ! defined(timingsafe_memcmp)
            __builtin_timingsafe_memcmp;
        #endif
        return 0;
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp_gbf8jr0/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp_gbf8jr0/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 1
stderr:
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp_gbf8jr0/testfile.c: In function 'main':
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp_gbf8jr0/testfile.c:17:18: error: #error "__builtin_timingsafe_memcmp not found"
   17 |                 #error "__builtin_timingsafe_memcmp not found"
      |                  ^~~~~
-----------
Checking for function "timingsafe_memcmp" : NO 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp71nxwa9y
Code:
 
        #define vasprintf meson_disable_define_of_vasprintf
        
        #include <limits.h>
        #undef vasprintf
        
        #ifdef __cplusplus
        extern "C"
        #endif
        char vasprintf (void);
        
        #if defined __stub_vasprintf || defined __stub___vasprintf
        fail fail fail this function is not going to work
        #endif
        
        int main(void) {
          return vasprintf ();
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp71nxwa9y/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp71nxwa9y/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 0
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:205,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:34,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp71nxwa9y/testfile.c:4:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
-----------
Checking for function "vasprintf" : YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp9kferrwf
Code:
 
        #define vsnprintf meson_disable_define_of_vsnprintf
        
        #include <limits.h>
        #undef vsnprintf
        
        #ifdef __cplusplus
        extern "C"
        #endif
        char vsnprintf (void);
        
        #if defined __stub_vsnprintf || defined __stub___vsnprintf
        fail fail fail this function is not going to work
        #endif
        
        int main(void) {
          return vsnprintf ();
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp9kferrwf/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp9kferrwf/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 0
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:205,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:34,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp9kferrwf/testfile.c:4:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp9kferrwf/testfile.c:10:14: warning: conflicting types for built-in function 'vsnprintf'; expected 'int(char *, long unsigned int,  const char *, __va_list_tag *)' [-Wbuiltin-declaration-mismatch]
   10 |         char vsnprintf (void);
      |              ^~~~~~~~~
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp9kferrwf/testfile.c:5:1: note: 'vsnprintf' is declared in header '<stdio.h>'
    4 |         #include <limits.h>
  +++ |+#include <stdio.h>
    5 |         #undef vsnprintf
-----------
Checking for function "vsnprintf" : YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpcx80cr_z
Code:
 
        #define walkcontext meson_disable_define_of_walkcontext
        
        #include <limits.h>
        #undef walkcontext
        
        #ifdef __cplusplus
        extern "C"
        #endif
        char walkcontext (void);
        
        #if defined __stub_walkcontext || defined __stub___walkcontext
        fail fail fail this function is not going to work
        #endif
        
        int main(void) {
          return walkcontext ();
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpcx80cr_z/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpcx80cr_z/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 1
stderr:
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:205,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h:34,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpcx80cr_z/testfile.c:4:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
/usr/bin/ld: /tmp/cc7TNgaa.ltrans0.ltrans.o: in function `main':
/usr/src/debug/xorg-server-git/build/meson-private/tmpcx80cr_z/<artificial>:17:(.text+0x9): undefined reference to `walkcontext'
collect2: error: ld returned 1 exit status
-----------
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp5qlk_mh2
Code:
 
        int main(void) {

        /* With some toolchains (MSYS2/mingw for example) the compiler
         * provides various builtins which are not really implemented and
         * fall back to the stdlib where they aren't provided and fail at
         * build/link time. In case the user provides a header, including
         * the header didn't lead to the function being defined, and the
         * function we are checking isn't a builtin itself we assume the
         * builtin is not functional and we just error out. */
        #if !1 && !defined(walkcontext) && !0
            #error "No definition for __builtin_walkcontext found in the prefix"
        #endif

        #ifdef __has_builtin
            #if !__has_builtin(__builtin_walkcontext)
                #error "__builtin_walkcontext not found"
            #endif
        #elif ! defined(walkcontext)
            __builtin_walkcontext;
        #endif
        return 0;
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp5qlk_mh2/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp5qlk_mh2/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 1
stderr:
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp5qlk_mh2/testfile.c: In function 'main':
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp5qlk_mh2/testfile.c:17:18: error: #error "__builtin_walkcontext not found"
   17 |                 #error "__builtin_walkcontext not found"
      |                  ^~~~~
-----------
Checking for function "walkcontext" : NO 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp_ur2zb44
Code:
 #include <sys/ucred.h>
        void bar(void) {
            struct xucred foo;
            foo.cr_pid;

        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp_ur2zb44/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp_ur2zb44/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99` -> 1
stderr:
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp_ur2zb44/testfile.c:1:10: fatal error: sys/ucred.h: No such file or directory
    1 | #include <sys/ucred.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
-----------
Checking whether type "struct xucred" has member "cr_pid" : NO 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp6j_gn66i
Code:
 
        #include <sys/socket.h>
        int main(void) {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef SCM_RIGHTS
                SCM_RIGHTS;
            #endif
            return 0;
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp6j_gn66i/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp6j_gn66i/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99` -> 0
stderr:
In file included from /usr/include/sys/socket.h:22,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp6j_gn66i/testfile.c:2:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
-----------
Header "sys/socket.h" has symbol "SCM_RIGHTS" : YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmppkyi6m9m
Code:
 
        #include <sys/socket.h>
        int main(void) {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef SO_PEERCRED
                SO_PEERCRED;
            #endif
            return 0;
        }
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmppkyi6m9m/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmppkyi6m9m/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99 -D_GNU_SOURCE` -> 0
stderr:
In file included from /usr/include/sys/socket.h:22,
                 from /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmppkyi6m9m/testfile.c:2:
/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
-----------
Header "sys/socket.h" has symbol "SO_PEERCRED" : YES 
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --variable=dridriverdir dri` -> 0
stdout:
/usr/lib/dri
-----------
Got pkg-config variable dridriverdir : /usr/lib/dri
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmprkckqkln
Code:
 #if !defined(SVR4) && !defined(__svr4__) && !defined(__SVR4)
#error "I am not SVR4"
#endif

-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmprkckqkln/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmprkckqkln/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -std=gnu99` -> 1
stderr:
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmprkckqkln/testfile.c:2:2: error: #error "I am not SVR4"
    2 | #error "I am not SVR4"
      |  ^~~~~
-----------
Configuring dix-config.h using configuration
Configuring xorg-server.h using configuration
Configuring version-config.h using configuration
Configuring xkb-config.h using configuration
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpl6n2qou9
Code:
 
        #ifdef __has_include
         #if !__has_include("stropts.h")
          #error "Header 'stropts.h' could not be found"
         #endif
        #else
         #include <stropts.h>
        #endif
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpl6n2qou9/testfile.c -E -P -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -P -O0 -std=gnu99` -> 1
stderr:
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpl6n2qou9/testfile.c:4:12: error: #error "Header 'stropts.h' could not be found"
    4 |           #error "Header 'stropts.h' could not be found"
      |            ^~~~~
-----------
Has header "stropts.h" : NO 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp8s1cbp9w
Code:
 
        #ifdef __has_include
         #if !__has_include("sys/kd.h")
          #error "Header 'sys/kd.h' could not be found"
         #endif
        #else
         #include <sys/kd.h>
        #endif
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp8s1cbp9w/testfile.c -E -P -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -P -O0 -std=gnu99` -> 0
Has header "sys/kd.h" : YES 
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp2tz8giv7
Code:
 
        #ifdef __has_include
         #if !__has_include("sys/vt.h")
          #error "Header 'sys/vt.h' could not be found"
         #endif
        #else
         #include <sys/vt.h>
        #endif
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmp2tz8giv7/testfile.c -E -P -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -P -O0 -std=gnu99` -> 0
Has header "sys/vt.h" : YES 
Configuring xorg-config.h using configuration
Configuring xwin-config.h using configuration
Configuring xwayland-config.h using configuration
Determining dependency 'glproto' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion glproto` -> 0
stdout:
1.4.17
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags glproto` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs glproto` -> 0
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs glproto` -> 0
Run-time dependency glproto found: YES 1.4.17
Determining dependency 'gl' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion gl` -> 0
stdout:
1.2
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags gl` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs gl` -> 0
stdout:
-L/usr/lib -lGL
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs gl` -> 0
stdout:
-lGL
-----------
Run-time dependency gl found: YES 1.2
Dependency glproto found: YES 1.4.17 (cached)
Dependency gl found: YES 1.2 (cached)
Determining dependency 'libtirpc' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion libtirpc` -> 0
stdout:
1.3.4
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags libtirpc` -> 0
stdout:
-I/usr/include/tirpc
-----------
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs libtirpc` -> 0
stdout:
-L/usr/lib -ltirpc
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs libtirpc` -> 0
stdout:
-ltirpc
-----------
Run-time dependency libtirpc found: YES 1.3.4
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpn6nkxk4y
Code:
 int main(void) { return 0; }

-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpn6nkxk4y/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpn6nkxk4y/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lpthread -Wl,--end-group -Wl,--allow-shlib-undefined -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 0
Library pthread found: YES
Dependency xau found: YES 1.0.11 (cached)
Dependency presentproto found: YES 1.3 (cached)
Dependency epoxy found: YES 1.5.10 (cached)
Determining dependency 'xcb' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion xcb` -> 0
stdout:
1.16
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags xcb` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xcb` -> 0
stdout:
-L/usr/lib -lxcb
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xcb` -> 0
stdout:
-lxcb
-----------
Run-time dependency xcb found: YES 1.16
Determining dependency 'xcb-shape' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion xcb-shape` -> 0
stdout:
1.16
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags xcb-shape` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xcb-shape` -> 0
stdout:
-L/usr/lib -lxcb-shape
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xcb-shape` -> 0
stdout:
-lxcb-shape
-----------
Run-time dependency xcb-shape found: YES 1.16
Determining dependency 'xcb-render' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion xcb-render` -> 0
stdout:
1.16
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags xcb-render` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xcb-render` -> 0
stdout:
-L/usr/lib -lxcb-render
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xcb-render` -> 0
stdout:
-lxcb-render
-----------
Run-time dependency xcb-render found: YES 1.16
Determining dependency 'xcb-renderutil' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion xcb-renderutil` -> 0
stdout:
0.3.10
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags xcb-renderutil` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xcb-renderutil` -> 0
stdout:
-L/usr/lib -lxcb-render-util -lxcb -lxcb-render
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xcb-renderutil` -> 0
stdout:
-lxcb-render-util -lxcb -lxcb-render
-----------
Run-time dependency xcb-renderutil found: YES 0.3.10
Determining dependency 'xcb-aux' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion xcb-aux` -> 0
stdout:
0.4.1
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags xcb-aux` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xcb-aux` -> 0
stdout:
-L/usr/lib -lxcb-util -lxcb
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xcb-aux` -> 0
stdout:
-lxcb-util -lxcb
-----------
Run-time dependency xcb-aux found: YES 0.4.1
Determining dependency 'xcb-image' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion xcb-image` -> 0
stdout:
0.4.1
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags xcb-image` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xcb-image` -> 0
stdout:
-L/usr/lib -lxcb-image -lxcb -lxcb-shm
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xcb-image` -> 0
stdout:
-lxcb-image -lxcb -lxcb-shm
-----------
Run-time dependency xcb-image found: YES 0.4.1
Determining dependency 'xcb-icccm' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion xcb-icccm` -> 0
stdout:
0.4.2
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags xcb-icccm` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xcb-icccm` -> 0
stdout:
-L/usr/lib -lxcb-icccm -lxcb
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xcb-icccm` -> 0
stdout:
-lxcb-icccm -lxcb
-----------
Run-time dependency xcb-icccm found: YES 0.4.2
Determining dependency 'xcb-shm' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion xcb-shm` -> 0
stdout:
1.16
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags xcb-shm` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xcb-shm` -> 0
stdout:
-L/usr/lib -lxcb-shm
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xcb-shm` -> 0
stdout:
-lxcb-shm
-----------
Run-time dependency xcb-shm found: YES 1.16
Determining dependency 'xcb-keysyms' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion xcb-keysyms` -> 0
stdout:
0.4.1
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags xcb-keysyms` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xcb-keysyms` -> 0
stdout:
-L/usr/lib -lxcb-keysyms -lxcb
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xcb-keysyms` -> 0
stdout:
-lxcb-keysyms -lxcb
-----------
Run-time dependency xcb-keysyms found: YES 0.4.1
Determining dependency 'xcb-randr' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion xcb-randr` -> 0
stdout:
1.16
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags xcb-randr` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xcb-randr` -> 0
stdout:
-L/usr/lib -lxcb-randr
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xcb-randr` -> 0
stdout:
-lxcb-randr
-----------
Run-time dependency xcb-randr found: YES 1.16
Determining dependency 'xcb-xkb' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion xcb-xkb` -> 0
stdout:
1.16
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags xcb-xkb` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xcb-xkb` -> 0
stdout:
-L/usr/lib -lxcb-xkb
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xcb-xkb` -> 0
stdout:
-lxcb-xkb
-----------
Run-time dependency xcb-xkb found: YES 1.16
Determining dependency 'xcb-glx' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion xcb-glx` -> 0
stdout:
1.16
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags xcb-glx` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xcb-glx` -> 0
stdout:
-L/usr/lib -lxcb-glx
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xcb-glx` -> 0
stdout:
-lxcb-glx
-----------
Run-time dependency xcb-glx found: YES 1.16
Determining dependency 'xcb-xv' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion xcb-xv` -> 0
stdout:
1.16
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags xcb-xv` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xcb-xv` -> 0
stdout:
-L/usr/lib -lxcb-xv
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xcb-xv` -> 0
stdout:
-lxcb-xv
-----------
Run-time dependency xcb-xv found: YES 1.16
Configuring Xephyr.1 using configuration
Configuring Xvfb.1 using configuration
Configuring Xnest.1 using configuration
Determining dependency 'pciaccess' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion pciaccess` -> 0
stdout:
0.18
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags pciaccess` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs pciaccess` -> 0
stdout:
-L/usr/lib -lpciaccess
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs pciaccess` -> 0
stdout:
-lpciaccess
-----------
Run-time dependency pciaccess found: YES 0.18
Program awk found: YES (/usr/bin/awk)
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpgoh3tw54
Code:
 
        #ifdef __has_include
         #if !__has_include("sys/agpio.h")
          #error "Header 'sys/agpio.h' could not be found"
         #endif
        #else
         #include <sys/agpio.h>
        #endif
-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpgoh3tw54/testfile.c -E -P -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -P -O0 -std=gnu99` -> 1
stderr:
/home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpgoh3tw54/testfile.c:4:12: error: #error "Header 'sys/agpio.h' could not be found"
    4 |           #error "Header 'sys/agpio.h' could not be found"
      |            ^~~~~
-----------
Has header "sys/agpio.h" : NO 
Using cached compile:
Cached command line:  cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpbolqlwod/testfile.c -E -P -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -P -O0 -std=gnu99 

Code:
 
        #ifdef __has_include
         #if !__has_include("sys/agpgart.h")
          #error "Header 'sys/agpgart.h' could not be found"
         #endif
        #else
         #include <sys/agpgart.h>
        #endif
Cached compiler stdout:
 
Cached compiler stderr:
 /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpbolqlwod/testfile.c:4:12: error: #error "Header 'sys/agpgart.h' could not be found"
    4 |           #error "Header 'sys/agpgart.h' could not be found"
      |            ^~~~~

Has header "sys/agpgart.h" : NO (cached)
Using cached compile:
Cached command line:  cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpxqlhj7tx/testfile.c -E -P -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -P -O0 -std=gnu99 

Code:
 
        #ifdef __has_include
         #if !__has_include("linux/agpgart.h")
          #error "Header 'linux/agpgart.h' could not be found"
         #endif
        #else
         #include <linux/agpgart.h>
        #endif
Cached compiler stdout:
 
Cached compiler stderr:
 
Has header "linux/agpgart.h" : YES (cached)
Dependency xau found: YES 1.0.11 (cached)
Configuring exa.4 using configuration
Configuring fbdevhw.4 using configuration
Dependency libdrm found: YES 2.4.120 (cached)
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpnws53bke
Code:
 extern int i;
int i;

-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpnws53bke/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpnws53bke/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -Wformat-nonliteral -Wno-format-nonliteral` -> 0
Compiler for C supports arguments -Wno-format-nonliteral: YES 
Configuring modesetting.4 using configuration
Adding test "modesetting symbol test"
Configuring inputtestdrv.4 using configuration
Configuring Xorg.sh using configuration
Configuring Xorg.1 using configuration
Configuring Xorg.wrap.1 using configuration
Configuring Xwrapper.config.5 using configuration
Configuring xorg.conf.5 using configuration
Configuring xorg.conf.d.5 using configuration
Configuring gtf.1 using configuration
Determining dependency 'wayland-scanner' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion wayland-scanner` -> 0
stdout:
1.22.0
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags wayland-scanner` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs wayland-scanner` -> 0
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs wayland-scanner` -> 0
Build-time dependency wayland-scanner found: YES 1.22.0
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --variable=wayland_scanner wayland-scanner` -> 0
stdout:
/usr/bin/wayland-scanner
-----------
Got pkg-config variable wayland_scanner : /usr/bin/wayland-scanner
Program /usr/bin/wayland-scanner found: YES (/usr/bin/wayland-scanner)
Dependency wayland-protocols found: YES 1.33 (cached)
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --variable=pkgdatadir wayland-protocols` -> 0
stdout:
//usr/share/wayland-protocols
-----------
Got pkg-config variable pkgdatadir : //usr/share/wayland-protocols
Configuring Xwayland.1 using configuration
Program rendercheck found: NO
Program scripts/xvfb-piglit.sh found: YES (/home/user/.cache/yay/xorg-server-git/src/xserver/test/scripts/xvfb-piglit.sh)
Adding test "XTS"
Program scripts/xephyr-glamor-piglit.sh found: YES (/home/user/.cache/yay/xorg-server-git/src/xserver/test/scripts/xephyr-glamor-piglit.sh)
Adding test "XTS"
Program scripts/xephyr-glamor-gles2-piglit.sh found: YES (/home/user/.cache/yay/xorg-server-git/src/xserver/test/scripts/xephyr-glamor-gles2-piglit.sh)
Adding test "XTS"
Program scripts/xephyr-glamor-gles3-piglit.sh found: YES (/home/user/.cache/yay/xorg-server-git/src/xserver/test/scripts/xephyr-glamor-gles3-piglit.sh)
Adding test "XTS"
Program scripts/xwayland-piglit.sh found: YES (/home/user/.cache/yay/xorg-server-git/src/xserver/test/scripts/xwayland-piglit.sh)
Adding test "XTS"
Dependency xcb found: YES 1.16 (cached)
Determining dependency 'xcb-xinput' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion xcb-xinput` -> 0
stdout:
1.16
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags xcb-xinput` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xcb-xinput` -> 0
stdout:
-L/usr/lib -lxcb-xinput
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xcb-xinput` -> 0
stdout:
-lxcb-xinput
-----------
Run-time dependency xcb-xinput found: YES 1.16
Adding test "request-length"
Dependency xcb found: YES 1.16 (cached)
Determining dependency 'xcb-damage' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion xcb-damage` -> 0
stdout:
1.16
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags xcb-damage` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xcb-damage` -> 0
stdout:
-L/usr/lib -lxcb-damage
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xcb-damage` -> 0
stdout:
-lxcb-damage
-----------
Run-time dependency xcb-damage found: YES 1.16
Adding test "damage-primitives"
Dependency xcb found: YES 1.16 (cached)
Determining dependency 'xcb-sync' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion xcb-sync` -> 0
stdout:
1.16
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags xcb-sync` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xcb-sync` -> 0
stdout:
-L/usr/lib -lxcb-sync
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xcb-sync` -> 0
stdout:
-lxcb-sync
-----------
Run-time dependency xcb-sync found: YES 1.16
Adding test "sync"
Dependency xcb found: YES 1.16 (cached)
Dependency xcb-image found: YES 0.4.1 (cached)
Determining dependency 'xcb-util' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion xcb-util` -> 0
stdout:
0.4.1
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --cflags xcb-util` -> 0
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xcb-util` -> 0
stdout:
-L/usr/lib -lxcb-util -lxcb
-----------
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --libs xcb-util` -> 0
stdout:
-lxcb-util -lxcb
-----------
Run-time dependency xcb-util found: YES 0.4.1
Adding test "bug1354-gl"
Adding test "bug1354-gles2"
Adding test "bug1354-gles3"
Running compile:
Working directory:  /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpb4rt9it0
Code:
 int main(void) { return 0; }

-----------
Command line: `cc /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpb4rt9it0/testfile.c -o /home/user/.cache/yay/xorg-server-git/src/build/meson-private/tmpb4rt9it0/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/home/user/.cache/yay/xorg-server-git/src=/usr/src/debug/xorg-server-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,-wrap -Wl,-O1,--sort-common,--as-needed,-z,relro` -> 0
Compiler for C supports link arguments -Wl,-wrap: YES 
Adding test "unit"
Configuring Xserver.1 using configuration
Program awk found: YES (/usr/bin/awk)
Running command: /usr/bin/awk -F '[(,)]' '/^#define ABI_ANSIC.*SET/ { printf "%d.%d", $2, $3 }' /home/user/.cache/yay/xorg-server-git/src/xserver/hw/xfree86/common/xf86Module.h
--- stdout ---
0.4
--- stderr ---


Running command: /usr/bin/awk -F '[(,)]' '/^#define ABI_VIDEODRV.*SET/ { printf "%d.%d", $2, $3 }' /home/user/.cache/yay/xorg-server-git/src/xserver/hw/xfree86/common/xf86Module.h
--- stdout ---
26.1
--- stderr ---


Running command: /usr/bin/awk -F '[(,)]' '/^#define ABI_XINPUT.*SET/ { printf "%d.%d", $2, $3 }' /home/user/.cache/yay/xorg-server-git/src/xserver/hw/xfree86/common/xf86Module.h
--- stdout ---
24.4
--- stderr ---


Running command: /usr/bin/awk -F '[(,)]' '/^#define ABI_EXTENSION.*SET/ { printf "%d.%d", $2, $3 }' /home/user/.cache/yay/xorg-server-git/src/xserver/hw/xfree86/common/xf86Module.h
--- stdout ---
10.0
--- stderr ---


Configuring xorg-server.pc using configuration
Build targets in project: 70

xserver 21.1.99.1

  Subprojects
    xorgproto         : NO
                        Neither a subproject directory nor a xorgproto.wrap file was found.

  User defined options
    auto_features     : enabled
    buildtype         : plain
    libexecdir        : lib
    prefix            : /usr
    sbindir           : bin
    wrap_mode         : nodownload
    python.bytecompile: 1
    b_lto             : true
    b_pie             : true
    dtrace            : false
    glamor            : true
    ipv6              : true
    libunwind         : true
    suid_wrapper      : true
    systemd_logind    : true
    udev              : true
    xcsecurity        : true
    xephyr            : true
    xkb_dir           : /usr/share/X11/xkb
    xkb_output_dir    : /var/lib/xkb
    xnest             : true
    xorg              : true
    xvfb              : true

Found ninja-1.11.1 at /usr/bin/ninja
Failed to guess install tag for /usr/share/X11/xorg.conf.d/10-quirks.conf
Failed to guess install tag for /usr/lib/xorg/protocol.txt
Failed to guess install tag for /usr/share/applications/org.freedesktop.Xwayland.desktop
Failed to guess install tag for /usr/share/aclocal/xorg-server.m4
Failed to guess install tag for install script: /usr/bin/sh -c ln -fs Xorg ${DESTDIR}/usr/bin/X
Failed to guess install tag for /usr/share/X11/xorg.conf.d/10-quirks.conf
Failed to guess install tag for /usr/lib/xorg/protocol.txt
Failed to guess install tag for /usr/share/applications/org.freedesktop.Xwayland.desktop
Failed to guess install tag for /usr/share/aclocal/xorg-server.m4
Failed to guess install tag for install script: /usr/bin/sh -c ln -fs Xorg ${DESTDIR}/usr/bin/X

I appreciate your help.

Offline

#13 2024-02-10 17:59:09

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

Re: [SOLVED] I can't enable vsync.

You don't need to comoile anything here - you're already using the modesetting driver and it logs that vrr is currently disabled.
Just add the config file.

Offline

#14 2024-02-10 22:19:15

user11
Member
Registered: 2023-10-19
Posts: 56

Re: [SOLVED] I can't enable vsync.

seth wrote:

Just add the config file.

Hi, I have done it now.
I rebooted and tested it, but still felt the same, checked the xorg log and it says VRR is enabled.
After that, I installed picom and made sure its configuration file has "vsync = true;", rebooted, still nothing seems to have changed.

The log file:

[    18.994] 
X.Org X Server 1.21.1.11
X Protocol Version 11, Revision 0
[    18.994] Current Operating System: Linux host 6.7.4-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Mon, 05 Feb 2024 22:07:37 +0000 x86_64
[    18.994] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux-zen.img root=PARTUUID=981ca356-701d-4ea0-b83e-0a13578a597e zswap.enabled=0 rootflags=subvol=@ rw rootfstype=btrfs intel_iommu=on iommu=pt
[    18.994]  
[    18.994] Current version of pixman: 0.43.2
[    18.994] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    18.994] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    18.994] (==) Log file: "/home/user/.local/share/xorg/Xorg.0.log", Time: Sat Feb 10 16:20:32 2024
[    18.994] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    18.994] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    18.994] (==) No Layout section.  Using the first Screen section.
[    18.994] (==) No screen section available. Using defaults.
[    18.994] (**) |-->Screen "Default Screen Section" (0)
[    18.994] (**) |   |-->Monitor "<default monitor>"
[    18.994] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    18.994] (**) |   |-->Device "flickerscreen"
[    18.994] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    18.994] (==) Automatically adding devices
[    18.994] (==) Automatically enabling devices
[    18.994] (==) Automatically adding GPU devices
[    18.994] (==) Automatically binding GPU devices
[    18.994] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    18.995] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    18.995] 	Entry deleted from font path.
[    18.995] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    18.995] 	Entry deleted from font path.
[    18.995] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    18.995] 	Entry deleted from font path.
[    18.995] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    18.995] 	Entry deleted from font path.
[    18.995] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF
[    18.995] (==) ModulePath set to "/usr/lib/xorg/modules"
[    18.995] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    18.995] (II) Module ABI versions:
[    18.995] 	X.Org ANSI C Emulation: 0.4
[    18.995] 	X.Org Video Driver: 25.2
[    18.995] 	X.Org XInput driver : 24.4
[    18.995] 	X.Org Server Extension : 10.0
[    18.996] (++) using VT number 1

[    18.996] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    18.996] (II) xfree86: Adding drm device (/dev/dri/card1)
[    18.996] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[    18.997] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[    18.998] (--) PCI:*(0@0:2:0) 8086:9a49:144d:c195 rev 1, Mem @ 0x6000000000/16777216, 0x4000000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[    18.998] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    18.998] (II) LoadModule: "glx"
[    18.998] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    19.002] (II) Module glx: vendor="X.Org Foundation"
[    19.002] 	compiled for 1.21.1.11, module version = 1.0.0
[    19.002] 	ABI class: X.Org Server Extension, version 10.0
[    19.002] (II) LoadModule: "modesetting"
[    19.002] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    19.006] (II) Module modesetting: vendor="X.Org Foundation"
[    19.006] 	compiled for 1.21.1.11, module version = 1.21.1
[    19.006] 	Module class: X.Org Video Driver
[    19.006] 	ABI class: X.Org Video Driver, version 25.2
[    19.006] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    19.006] (II) modeset(0): using drv /dev/dri/card1
[    19.006] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    19.006] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    19.006] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    19.006] (**) modeset(0): Option "VariableRefresh" "true"
[    19.006] (==) modeset(0): RGB weight 888
[    19.006] (==) modeset(0): Default visual is TrueColor
[    19.006] (II) Loading sub module "glamoregl"
[    19.006] (II) LoadModule: "glamoregl"
[    19.006] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    19.010] (II) Module glamoregl: vendor="X.Org Foundation"
[    19.010] 	compiled for 1.21.1.11, module version = 1.0.1
[    19.010] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    19.625] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Xe Graphics (TGL GT2)
[    19.625] (II) modeset(0): glamor initialized
[    19.625] (**) modeset(0): VariableRefresh: enabled
[    19.625] (==) modeset(0): AsyncFlipSecondaries: disabled
[    19.627] (II) modeset(0): Output eDP-1 has no monitor section
[    19.627] (II) modeset(0): Output DP-1 has no monitor section
[    19.627] (II) modeset(0): Output HDMI-1 has no monitor section
[    19.630] (II) modeset(0): Output HDMI-2 has no monitor section
[    19.631] (II) modeset(0): EDID for output eDP-1
[    19.631] (II) modeset(0): Manufacturer: BOE  Model: 812  Serial#: 0
[    19.631] (II) modeset(0): Year: 2018  Week: 31
[    19.631] (II) modeset(0): EDID Version: 1.4
[    19.631] (II) modeset(0): Digital Display Input
[    19.631] (II) modeset(0): 8 bits per channel
[    19.631] (II) modeset(0): Digital interface is DisplayPort
[    19.631] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    19.631] (II) modeset(0): Gamma: 2.20
[    19.631] (II) modeset(0): No DPMS capabilities specified
[    19.631] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    19.631] (II) modeset(0): First detailed timing is preferred mode
[    19.631] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    19.631] (II) modeset(0): Display is continuous-frequency
[    19.631] (II) modeset(0): redX: 0.582 redY: 0.359   greenX: 0.354 greenY: 0.567
[    19.631] (II) modeset(0): blueX: 0.162 blueY: 0.129   whiteX: 0.312 whiteY: 0.328
[    19.631] (II) modeset(0): Manufacturer's mask: 0
[    19.631] (II) modeset(0): Supported detailed timing:
[    19.631] (II) modeset(0): clock: 148.5 MHz   Image Size:  344 x 194 mm
[    19.631] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2230 h_border: 0
[    19.631] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1089 v_blanking: 1110 v_border: 0
[    19.631] (II) modeset(0):  BOE CQ
[    19.631] (II) modeset(0):  NT156FHM-N61
[    19.631] (II) modeset(0): EDID (in hex):
[    19.631] (II) modeset(0): 	00ffffffffffff0009e5120800000000
[    19.631] (II) modeset(0): 	1f1c0104a5221378030980955c5a9129
[    19.631] (II) modeset(0): 	21505400000001010101010101010101
[    19.631] (II) modeset(0): 	010101010101033a803671381e403020
[    19.631] (II) modeset(0): 	360058c21000001a0000000000000000
[    19.631] (II) modeset(0): 	00000000000000000000000000fe0042
[    19.631] (II) modeset(0): 	4f452043510a202020202020000000fe
[    19.631] (II) modeset(0): 	004e5431353646484d2d4e36310a00ed
[    19.631] (II) modeset(0): Printing probed modes for output eDP-1
[    19.631] (II) modeset(0): Modeline "1920x1080"x60.0  148.51  1920 1968 2000 2230  1080 1083 1089 1110 +hsync -vsync (66.6 kHz eP)
[    19.631] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    19.631] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    19.631] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    19.631] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    19.631] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    19.631] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    19.631] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    19.631] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    19.631] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    19.632] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    19.632] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    19.632] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    19.632] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    19.632] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    19.632] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    19.632] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    19.632] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    19.632] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    19.632] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    19.632] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    19.632] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    19.632] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    19.632] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    19.632] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    19.632] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    19.632] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    19.632] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    19.632] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    19.632] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    19.632] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    19.632] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    19.632] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    19.632] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    19.632] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    19.632] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    19.632] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    19.632] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    19.632] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    19.632] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    19.632] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    19.632] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    19.632] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    19.632] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    19.632] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    19.632] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    19.632] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    19.632] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    19.632] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    19.632] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    19.632] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    19.632] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    19.632] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    19.632] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    19.632] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    19.632] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    19.632] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    19.632] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    19.632] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    19.632] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    19.632] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    19.632] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    19.632] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    19.632] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    19.632] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    19.632] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    19.632] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    19.632] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    19.632] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    19.632] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    19.632] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    19.632] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    19.632] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    19.632] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    19.632] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    19.632] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    19.632] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    19.632] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    19.632] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    19.632] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    19.632] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    19.632] (II) modeset(0): EDID for output DP-1
[    19.632] (II) modeset(0): EDID for output HDMI-1
[    19.632] (II) modeset(0): EDID for output HDMI-2
[    19.632] (II) modeset(0): Output eDP-1 connected
[    19.632] (II) modeset(0): Output DP-1 disconnected
[    19.632] (II) modeset(0): Output HDMI-1 disconnected
[    19.632] (II) modeset(0): Output HDMI-2 disconnected
[    19.632] (II) modeset(0): Using exact sizes for initial modes
[    19.632] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[    19.632] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    19.632] (==) modeset(0): DPI set to (96, 96)
[    19.632] (II) Loading sub module "fb"
[    19.632] (II) LoadModule: "fb"
[    19.632] (II) Module "fb" already built-in
[    19.730] (==) modeset(0): Backing store enabled
[    19.731] (==) modeset(0): Silken mouse enabled
[    19.800] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    19.800] (==) modeset(0): DPMS enabled
[    19.800] (II) modeset(0): [DRI2] Setup complete
[    19.800] (II) modeset(0): [DRI2]   DRI driver: iris
[    19.800] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[    19.800] (II) Initializing extension Generic Event Extension
[    19.800] (II) Initializing extension SHAPE
[    19.800] (II) Initializing extension MIT-SHM
[    19.800] (II) Initializing extension XInputExtension
[    19.800] (II) Initializing extension XTEST
[    19.800] (II) Initializing extension BIG-REQUESTS
[    19.800] (II) Initializing extension SYNC
[    19.800] (II) Initializing extension XKEYBOARD
[    19.801] (II) Initializing extension XC-MISC
[    19.801] (II) Initializing extension SECURITY
[    19.801] (II) Initializing extension XFIXES
[    19.801] (II) Initializing extension RENDER
[    19.801] (II) Initializing extension RANDR
[    19.801] (II) Initializing extension COMPOSITE
[    19.801] (II) Initializing extension DAMAGE
[    19.801] (II) Initializing extension MIT-SCREEN-SAVER
[    19.801] (II) Initializing extension DOUBLE-BUFFER
[    19.801] (II) Initializing extension RECORD
[    19.801] (II) Initializing extension DPMS
[    19.801] (II) Initializing extension Present
[    19.801] (II) Initializing extension DRI3
[    19.801] (II) Initializing extension X-Resource
[    19.801] (II) Initializing extension XVideo
[    19.801] (II) Initializing extension XVideo-MotionCompensation
[    19.801] (II) Initializing extension GLX
[    19.805] (II) AIGLX: Loaded and initialized iris
[    19.805] (II) GLX: Initialized DRI2 GL provider for screen 0
[    19.805] (II) Initializing extension XFree86-VidModeExtension
[    19.805] (II) Initializing extension XFree86-DGA
[    19.805] (II) Initializing extension XFree86-DRI
[    19.805] (II) Initializing extension DRI2
[    19.805] (II) modeset(0): Damage tracking initialized
[    19.805] (II) modeset(0): Setting screen physical size to 508 x 285
[    19.835] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    19.835] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    19.835] (**) Power Button: Applying InputClass "system-keyboard"
[    19.835] (II) LoadModule: "libinput"
[    19.835] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    19.837] (II) Module libinput: vendor="X.Org Foundation"
[    19.837] 	compiled for 1.21.1.8, module version = 1.4.0
[    19.837] 	Module class: X.Org XInput Driver
[    19.837] 	ABI class: X.Org XInput driver, version 24.4
[    19.837] (II) Using input driver 'libinput' for 'Power Button'
[    19.838] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 27 paused 0
[    19.838] (**) Power Button: always reports core events
[    19.838] (**) Option "Device" "/dev/input/event2"
[    19.841] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    19.841] (II) event2  - Power Button: device is a keyboard
[    19.841] (II) event2  - Power Button: device removed
[    19.841] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    19.841] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    19.841] (**) Option "xkb_model" "abnt2"
[    19.841] (**) Option "xkb_layout" "br"
[    19.841] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    19.852] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    19.852] (II) event2  - Power Button: device is a keyboard
[    19.852] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[    19.852] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    19.852] (**) Video Bus: Applying InputClass "system-keyboard"
[    19.852] (II) Using input driver 'libinput' for 'Video Bus'
[    19.853] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 30 paused 0
[    19.853] (**) Video Bus: always reports core events
[    19.853] (**) Option "Device" "/dev/input/event3"
[    19.853] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[    19.853] (II) event3  - Video Bus: device is a keyboard
[    19.853] (II) event3  - Video Bus: device removed
[    19.853] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[    19.853] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    19.853] (**) Option "xkb_model" "abnt2"
[    19.853] (**) Option "xkb_layout" "br"
[    19.853] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    19.854] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[    19.854] (II) event3  - Video Bus: device is a keyboard
[    19.854] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    19.854] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    19.854] (**) Power Button: Applying InputClass "system-keyboard"
[    19.854] (II) Using input driver 'libinput' for 'Power Button'
[    19.854] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 31 paused 0
[    19.854] (**) Power Button: always reports core events
[    19.854] (**) Option "Device" "/dev/input/event1"
[    19.855] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    19.855] (II) event1  - Power Button: device is a keyboard
[    19.855] (II) event1  - Power Button: device removed
[    19.855] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    19.855] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    19.855] (**) Option "xkb_model" "abnt2"
[    19.855] (**) Option "xkb_layout" "br"
[    19.855] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    19.855] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    19.855] (II) event1  - Power Button: device is a keyboard
[    19.856] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    19.856] (II) No input driver specified, ignoring this device.
[    19.856] (II) This device may have been added with another device file.
[    19.856] (II) config/udev: Adding input device Logitech M720 Triathlon (/dev/input/event6)
[    19.856] (**) Logitech M720 Triathlon: Applying InputClass "libinput pointer catchall"
[    19.856] (**) Logitech M720 Triathlon: Applying InputClass "libinput keyboard catchall"
[    19.856] (**) Logitech M720 Triathlon: Applying InputClass "system-keyboard"
[    19.856] (II) Using input driver 'libinput' for 'Logitech M720 Triathlon'
[    19.857] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 32 paused 0
[    19.857] (**) Logitech M720 Triathlon: always reports core events
[    19.857] (**) Option "Device" "/dev/input/event6"
[    19.857] (II) event6  - Logitech M720 Triathlon: is tagged by udev as: Keyboard Mouse
[    19.858] (II) event6  - Logitech M720 Triathlon: device is a pointer
[    19.858] (II) event6  - Logitech M720 Triathlon: device is a keyboard
[    19.858] (II) event6  - Logitech M720 Triathlon: device removed
[    19.858] (II) libinput: Logitech M720 Triathlon: Step value 0 was provided, libinput Fallback acceleration function is used.
[    19.858] (II) libinput: Logitech M720 Triathlon: Step value 0 was provided, libinput Fallback acceleration function is used.
[    19.858] (II) libinput: Logitech M720 Triathlon: Step value 0 was provided, libinput Fallback acceleration function is used.
[    19.858] (II) libinput: Logitech M720 Triathlon: needs a virtual subdevice
[    19.858] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.2/0003:046D:C52B.0003/0003:046D:405E.0005/input/input27/event6"
[    19.858] (II) XINPUT: Adding extended input device "Logitech M720 Triathlon" (type: MOUSE, id 9)
[    19.858] (**) Option "AccelerationScheme" "none"
[    19.858] (**) Logitech M720 Triathlon: (accel) selected scheme none/0
[    19.858] (**) Logitech M720 Triathlon: (accel) acceleration factor: 2.000
[    19.858] (**) Logitech M720 Triathlon: (accel) acceleration threshold: 4
[    19.859] (II) event6  - Logitech M720 Triathlon: is tagged by udev as: Keyboard Mouse
[    19.859] (II) event6  - Logitech M720 Triathlon: device is a pointer
[    19.859] (II) event6  - Logitech M720 Triathlon: device is a keyboard
[    19.860] (II) config/udev: Adding input device Logitech M720 Triathlon (/dev/input/mouse0)
[    19.860] (**) Logitech M720 Triathlon: Applying InputClass "system-keyboard"
[    19.860] (II) No input driver specified, ignoring this device.
[    19.860] (II) This device may have been added with another device file.
[    19.860] (II) config/udev: Adding input device ELAN0B00:00 04F3:3192 Mouse (/dev/input/event8)
[    19.860] (**) ELAN0B00:00 04F3:3192 Mouse: Applying InputClass "libinput pointer catchall"
[    19.860] (II) Using input driver 'libinput' for 'ELAN0B00:00 04F3:3192 Mouse'
[    19.860] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 33 paused 0
[    19.860] (**) ELAN0B00:00 04F3:3192 Mouse: always reports core events
[    19.860] (**) Option "Device" "/dev/input/event8"
[    19.861] (II) event8  - ELAN0B00:00 04F3:3192 Mouse: is tagged by udev as: Mouse Pointingstick
[    19.861] (II) event8  - ELAN0B00:00 04F3:3192 Mouse: device is a pointer
[    19.861] (II) event8  - ELAN0B00:00 04F3:3192 Mouse: device removed
[    19.862] (II) libinput: ELAN0B00:00 04F3:3192 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    19.862] (II) libinput: ELAN0B00:00 04F3:3192 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    19.862] (II) libinput: ELAN0B00:00 04F3:3192 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    19.862] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-12/i2c-ELAN0B00:00/0018:04F3:3192.0004/input/input20/event8"
[    19.862] (II) XINPUT: Adding extended input device "ELAN0B00:00 04F3:3192 Mouse" (type: MOUSE, id 10)
[    19.862] (**) Option "AccelerationScheme" "none"
[    19.862] (**) ELAN0B00:00 04F3:3192 Mouse: (accel) selected scheme none/0
[    19.862] (**) ELAN0B00:00 04F3:3192 Mouse: (accel) acceleration factor: 2.000
[    19.862] (**) ELAN0B00:00 04F3:3192 Mouse: (accel) acceleration threshold: 4
[    19.862] (II) event8  - ELAN0B00:00 04F3:3192 Mouse: is tagged by udev as: Mouse Pointingstick
[    19.863] (II) event8  - ELAN0B00:00 04F3:3192 Mouse: device is a pointer
[    19.863] (II) config/udev: Adding input device ELAN0B00:00 04F3:3192 Mouse (/dev/input/mouse1)
[    19.863] (II) No input driver specified, ignoring this device.
[    19.863] (II) This device may have been added with another device file.
[    19.864] (II) config/udev: Adding input device ELAN0B00:00 04F3:3192 Touchpad (/dev/input/event9)
[    19.864] (**) ELAN0B00:00 04F3:3192 Touchpad: Applying InputClass "libinput touchpad catchall"
[    19.864] (II) Using input driver 'libinput' for 'ELAN0B00:00 04F3:3192 Touchpad'
[    19.864] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 34 paused 0
[    19.864] (**) ELAN0B00:00 04F3:3192 Touchpad: always reports core events
[    19.864] (**) Option "Device" "/dev/input/event9"
[    19.864] (II) event9  - ELAN0B00:00 04F3:3192 Touchpad: is tagged by udev as: Touchpad
[    19.866] (II) event9  - ELAN0B00:00 04F3:3192 Touchpad: device is a touchpad
[    19.866] (II) event9  - ELAN0B00:00 04F3:3192 Touchpad: device removed
[    19.866] (II) libinput: ELAN0B00:00 04F3:3192 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    19.866] (II) libinput: ELAN0B00:00 04F3:3192 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    19.866] (II) libinput: ELAN0B00:00 04F3:3192 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    19.866] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-12/i2c-ELAN0B00:00/0018:04F3:3192.0004/input/input22/event9"
[    19.866] (II) XINPUT: Adding extended input device "ELAN0B00:00 04F3:3192 Touchpad" (type: TOUCHPAD, id 11)
[    19.867] (**) Option "AccelerationScheme" "none"
[    19.867] (**) ELAN0B00:00 04F3:3192 Touchpad: (accel) selected scheme none/0
[    19.867] (**) ELAN0B00:00 04F3:3192 Touchpad: (accel) acceleration factor: 2.000
[    19.867] (**) ELAN0B00:00 04F3:3192 Touchpad: (accel) acceleration threshold: 4
[    19.868] (II) event9  - ELAN0B00:00 04F3:3192 Touchpad: is tagged by udev as: Touchpad
[    19.869] (II) event9  - ELAN0B00:00 04F3:3192 Touchpad: device is a touchpad
[    19.869] (II) config/udev: Adding input device ELAN0B00:00 04F3:3192 Touchpad (/dev/input/mouse2)
[    19.869] (II) No input driver specified, ignoring this device.
[    19.869] (II) This device may have been added with another device file.
[    19.870] (II) config/udev: Adding input device HDA Intel PCH Headphone Mic (/dev/input/event10)
[    19.870] (II) No input driver specified, ignoring this device.
[    19.870] (II) This device may have been added with another device file.
[    19.870] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event11)
[    19.870] (II) No input driver specified, ignoring this device.
[    19.870] (II) This device may have been added with another device file.
[    19.870] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event12)
[    19.870] (II) No input driver specified, ignoring this device.
[    19.870] (II) This device may have been added with another device file.
[    19.870] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event13)
[    19.870] (II) No input driver specified, ignoring this device.
[    19.870] (II) This device may have been added with another device file.
[    19.870] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event14)
[    19.870] (II) No input driver specified, ignoring this device.
[    19.870] (II) This device may have been added with another device file.
[    19.870] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    19.870] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    19.870] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    19.870] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    19.871] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 35 paused 0
[    19.871] (**) AT Translated Set 2 keyboard: always reports core events
[    19.871] (**) Option "Device" "/dev/input/event4"
[    19.871] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    19.871] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    19.872] (II) event4  - AT Translated Set 2 keyboard: device removed
[    19.872] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    19.872] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[    19.872] (**) Option "xkb_model" "abnt2"
[    19.872] (**) Option "xkb_layout" "br"
[    19.872] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    19.872] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    19.872] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    19.873] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    19.873] (II) No input driver specified, ignoring this device.
[    19.873] (II) This device may have been added with another device file.
[    19.883] (**) Logitech M720 Triathlon: Applying InputClass "libinput pointer catchall"
[    19.884] (**) Logitech M720 Triathlon: Applying InputClass "libinput keyboard catchall"
[    19.884] (**) Logitech M720 Triathlon: Applying InputClass "system-keyboard"
[    19.884] (II) Using input driver 'libinput' for 'Logitech M720 Triathlon'
[    19.884] (II) systemd-logind: returning pre-existing fd for /dev/input/event6 13:70
[    19.884] (**) Logitech M720 Triathlon: always reports core events
[    19.884] (**) Option "Device" "/dev/input/event6"
[    19.884] (II) libinput: Logitech M720 Triathlon: is a virtual subdevice
[    19.884] (II) libinput: Logitech M720 Triathlon: Step value 0 was provided, libinput Fallback acceleration function is used.
[    19.884] (II) libinput: Logitech M720 Triathlon: Step value 0 was provided, libinput Fallback acceleration function is used.
[    19.884] (II) libinput: Logitech M720 Triathlon: Step value 0 was provided, libinput Fallback acceleration function is used.
[    19.884] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.2/0003:046D:C52B.0003/0003:046D:405E.0005/input/input27/event6"
[    19.884] (II) XINPUT: Adding extended input device "Logitech M720 Triathlon" (type: KEYBOARD, id 13)
[    19.884] (**) Option "xkb_model" "abnt2"
[    19.884] (**) Option "xkb_layout" "br"
[    19.884] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    20.086] (II) modeset(0): EDID vendor "BOE", prod id 2066
[    20.086] (II) modeset(0): Printing DDC gathered Modelines:
[    20.086] (II) modeset(0): Modeline "1920x1080"x0.0  148.51  1920 1968 2000 2230  1080 1083 1089 1110 +hsync -vsync (66.6 kHz eP)

I use dwm as window manager, I wonder if there's something I need to "fix" in dwm for this to work.

Offline

#15 2024-02-10 23:03:13

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 22,387

Re: [SOLVED] I can't enable vsync.

vsync on picom only works with the glx render backend, did you switch that away from xrender as well?

Offline

#16 2024-02-11 01:15:42

user11
Member
Registered: 2023-10-19
Posts: 56

Re: [SOLVED] I can't enable vsync.

V1del wrote:

vsync on picom only works with the glx render backend, did you switch that away from xrender as well?

I tried it just now both in the configuration file in .config/picom/picom.conf and through the command line, but didn't change anything for me.

Offline

#17 2024-02-11 08:23:28

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

Re: [SOLVED] I can't enable vsync.

Please post your picom.conf, updated xorg log and output of "glxinfo -B; xrandr -q"

Offline

#18 2024-02-11 17:02:02

user11
Member
Registered: 2023-10-19
Posts: 56

Re: [SOLVED] I can't enable vsync.

seth wrote:

Please post your picom.conf, updated xorg log and output of "glxinfo -B; xrandr -q"

1 - picom.conf

#################################
#             Shadows           #
#################################


# Enabled client-side shadows on windows. Note desktop windows
# (windows with '_NET_WM_WINDOW_TYPE_DESKTOP') never get shadow,
# unless explicitly requested using the wintypes option.
#
# shadow = false
shadow = true;

# The blur radius for shadows, in pixels. (defaults to 12)
# shadow-radius = 12
shadow-radius = 7;

# The opacity of shadows. (0.0 - 1.0, defaults to 0.75)
# shadow-opacity = .75

# The left offset for shadows, in pixels. (defaults to -15)
# shadow-offset-x = -15
shadow-offset-x = -7;

# The top offset for shadows, in pixels. (defaults to -15)
# shadow-offset-y = -15
shadow-offset-y = -7;

# Red color value of shadow (0.0 - 1.0, defaults to 0).
# shadow-red = 0

# Green color value of shadow (0.0 - 1.0, defaults to 0).
# shadow-green = 0

# Blue color value of shadow (0.0 - 1.0, defaults to 0).
# shadow-blue = 0

# Hex string color value of shadow (#000000 - #FFFFFF, defaults to #000000). This option will override options set shadow-(red/green/blue)
# shadow-color = "#000000"

# Specify a list of conditions of windows that should have no shadow.
#
# examples:
#   shadow-exclude = "n:e:Notification";
#
# shadow-exclude = []
shadow-exclude = [
  "name = 'Notification'",
  "class_g = 'Conky'",
  "class_g ?= 'Notify-osd'",
  "class_g = 'Cairo-clock'",
  "_GTK_FRAME_EXTENTS@:c"
];

# Specify a list of conditions of windows that should have no shadow painted over, such as a dock window.
# clip-shadow-above = []

# Specify a X geometry that describes the region in which shadow should not
# be painted in, such as a dock window region. Use
#    shadow-exclude-reg = "x10+0+0"
# for example, if the 10 pixels on the bottom of the screen should not have shadows painted on.
#
# shadow-exclude-reg = ""

# Crop shadow of a window fully on a particular monitor to that monitor. This is
# currently implemented using the X RandR extension.
# crop-shadow-to-monitor = false


#################################
#           Fading              #
#################################


# Fade windows in/out when opening/closing and when opacity changes,
#  unless no-fading-openclose is used.
# fading = false
fading = true;

# Opacity change between steps while fading in. (0.01 - 1.0, defaults to 0.028)
# fade-in-step = 0.028
fade-in-step = 0.03;

# Opacity change between steps while fading out. (0.01 - 1.0, defaults to 0.03)
# fade-out-step = 0.03
fade-out-step = 0.03;

# The time between steps in fade step, in milliseconds. (> 0, defaults to 10)
# fade-delta = 10

# Specify a list of conditions of windows that should not be faded.
# fade-exclude = []

# Do not fade on window open/close.
# no-fading-openclose = false

# Do not fade destroyed ARGB windows with WM frame. Workaround of bugs in Openbox, Fluxbox, etc.
# no-fading-destroyed-argb = false


#################################
#   Transparency / Opacity      #
#################################


# Opacity of inactive windows. (0.1 - 1.0, defaults to 1.0)
# inactive-opacity = 1
inactive-opacity = 0.95;

# Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default)
# frame-opacity = 1.0
frame-opacity = 0.9;

# Let inactive opacity set by -i override the '_NET_WM_WINDOW_OPACITY' values of windows.
# inactive-opacity-override = true
inactive-opacity-override = false;

# Default opacity for active windows. (0.0 - 1.0, defaults to 1.0)
# active-opacity = 1.0

# Dim inactive windows. (0.0 - 1.0, defaults to 0.0)
# inactive-dim = 0.0

# Specify a list of conditions of windows that should never be considered focused.
# focus-exclude = []
focus-exclude = [ "class_g = 'Cairo-clock'" ];

# Use fixed inactive dim value, instead of adjusting according to window opacity.
# inactive-dim-fixed = 1.0

# Specify a list of opacity rules, in the format `PERCENT:PATTERN`,
# like `50:name *= "Firefox"`. picom-trans is recommended over this.
# Note we don't make any guarantee about possible conflicts with other
# programs that set '_NET_WM_WINDOW_OPACITY' on frame or client windows.
# example:
#    opacity-rule = [ "80:class_g = 'URxvt'" ];
#
# opacity-rule = []


#################################
#           Corners             #
#################################

# Sets the radius of rounded window corners. When > 0, the compositor will
# round the corners of windows. Does not interact well with
# `transparent-clipping`.
corner-radius = 0

# Exclude conditions for rounded corners.
rounded-corners-exclude = [
  "window_type = 'dock'",
  "window_type = 'desktop'"
];


#################################
#     Background-Blurring       #
#################################


# Parameters for background blurring, see the *BLUR* section for more information.
# blur-method =
# blur-size = 12
#
# blur-deviation = false
#
# blur-strength = 5

# Blur background of semi-transparent / ARGB windows.
# Bad in performance, with driver-dependent behavior.
# The name of the switch may change without prior notifications.
#
# blur-background = false

# Blur background of windows when the window frame is not opaque.
# Implies:
#    blur-background
# Bad in performance, with driver-dependent behavior. The name may change.
#
# blur-background-frame = false


# Use fixed blur strength rather than adjusting according to window opacity.
# blur-background-fixed = false


# Specify the blur convolution kernel, with the following format:
# example:
#   blur-kern = "5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1";
#
# blur-kern = ""
blur-kern = "3x3box";


# Exclude conditions for background blur.
# blur-background-exclude = []
blur-background-exclude = [
  "window_type = 'dock'",
  "window_type = 'desktop'",
  "_GTK_FRAME_EXTENTS@:c"
];

#################################
#       General Settings        #
#################################

# Enable remote control via D-Bus. See the man page for more details.
# dbus = true

# Daemonize process. Fork to background after initialization. Causes issues with certain (badly-written) drivers.
# daemon = false

# Specify the backend to use: `xrender`, `glx`, `egl` or `xr_glx_hybrid`.
# `xrender` is the default one.
#
backend = "glx";
# backend = "xrender";

# Use higher precision during rendering, and apply dither when presenting the
# rendered screen. Reduces banding artifacts, but might cause performance
# degradation. Only works with OpenGL.
dithered-present = false;

# Enable/disable VSync.
# vsync = false
vsync = true;

# Try to detect WM windows (a non-override-redirect window with no
# child that has 'WM_STATE') and mark them as active.
#
# mark-wmwin-focused = false
mark-wmwin-focused = true;

# Mark override-redirect windows that doesn't have a child window with 'WM_STATE' focused.
# mark-ovredir-focused = false
mark-ovredir-focused = true;

# Try to detect windows with rounded corners and don't consider them
# shaped windows. The accuracy is not very high, unfortunately.
#
# detect-rounded-corners = false
detect-rounded-corners = true;

# Detect '_NET_WM_WINDOW_OPACITY' on client windows, useful for window managers
# not passing '_NET_WM_WINDOW_OPACITY' of client windows to frame windows.
#
# detect-client-opacity = false
detect-client-opacity = true;

# Use EWMH '_NET_ACTIVE_WINDOW' to determine currently focused window,
# rather than listening to 'FocusIn'/'FocusOut' event. Might have more accuracy,
# provided that the WM supports it.
#
# use-ewmh-active-win = false

# Unredirect all windows if a full-screen opaque window is detected,
# to maximize performance for full-screen windows. Known to cause flickering
# when redirecting/unredirecting windows.
#
# unredir-if-possible = false

# Delay before unredirecting the window, in milliseconds. Defaults to 0.
# unredir-if-possible-delay = 0

# Conditions of windows that shouldn't be considered full-screen for unredirecting screen.
# unredir-if-possible-exclude = []

# Use 'WM_TRANSIENT_FOR' to group windows, and consider windows
# in the same group focused at the same time.
#
# detect-transient = false
detect-transient = true;

# Use 'WM_CLIENT_LEADER' to group windows, and consider windows in the same
# group focused at the same time. This usually means windows from the same application
# will be considered focused or unfocused at the same time.
# 'WM_TRANSIENT_FOR' has higher priority if detect-transient is enabled, too.
#
# detect-client-leader = false

# Resize damaged region by a specific number of pixels.
# A positive value enlarges it while a negative one shrinks it.
# If the value is positive, those additional pixels will not be actually painted
# to screen, only used in blur calculation, and such. (Due to technical limitations,
# with use-damage, those pixels will still be incorrectly painted to screen.)
# Primarily used to fix the line corruption issues of blur,
# in which case you should use the blur radius value here
# (e.g. with a 3x3 kernel, you should use `--resize-damage 1`,
# with a 5x5 one you use `--resize-damage 2`, and so on).
# May or may not work with *--glx-no-stencil*. Shrinking doesn't function correctly.
#
# resize-damage = 1

# Specify a list of conditions of windows that should be painted with inverted color.
# Resource-hogging, and is not well tested.
#
# invert-color-include = []

# GLX backend: Avoid using stencil buffer, useful if you don't have a stencil buffer.
# Might cause incorrect opacity when rendering transparent content (but never
# practically happened) and may not work with blur-background.
# My tests show a 15% performance boost. Recommended.
#
glx-no-stencil = true;

# GLX backend: Avoid rebinding pixmap on window damage.
# Probably could improve performance on rapid window content changes,
# but is known to break things on some drivers (LLVMpipe, xf86-video-intel, etc.).
# Recommended if it works.
#
# glx-no-rebind-pixmap = false

# Disable the use of damage information.
# This cause the whole screen to be redrawn every time, instead of the part of the screen
# has actually changed. Potentially degrades the performance, but might fix some artifacts.
# The opposing option is use-damage
#
# no-use-damage = false
use-damage = true;

# Use X Sync fence to sync clients' draw calls, to make sure all draw
# calls are finished before picom starts drawing. Needed on nvidia-drivers
# with GLX backend for some users.
#
# xrender-sync-fence = false

# GLX backend: Use specified GLSL fragment shader for rendering window
# contents. Read the man page for a detailed explanation of the interface.
#
# window-shader-fg = "default"

# Use rules to set per-window shaders. Syntax is SHADER_PATH:PATTERN, similar
# to opacity-rule. SHADER_PATH can be "default". This overrides window-shader-fg.
#
# window-shader-fg-rule = [
#   "my_shader.frag:window_type != 'dock'"
# ]

# Force all windows to be painted with blending. Useful if you
# have a glx-fshader-win that could turn opaque pixels transparent.
#
# force-win-blend = false

# Do not use EWMH to detect fullscreen windows.
# Reverts to checking if a window is fullscreen based only on its size and coordinates.
#
# no-ewmh-fullscreen = false

# Dimming bright windows so their brightness doesn't exceed this set value.
# Brightness of a window is estimated by averaging all pixels in the window,
# so this could comes with a performance hit.
# Setting this to 1.0 disables this behaviour. Requires --use-damage to be disabled. (default: 1.0)
#
# max-brightness = 1.0

# Make transparent windows clip other windows like non-transparent windows do,
# instead of blending on top of them.
#
# transparent-clipping = false

# Specify a list of conditions of windows that should never have transparent
# clipping applied. Useful for screenshot tools, where you need to be able to
# see through transparent parts of the window.
#
# transparent-clipping-exclude = []

# Set the log level. Possible values are:
#  "trace", "debug", "info", "warn", "error"
# in increasing level of importance. Case doesn't matter.
# If using the "TRACE" log level, it's better to log into a file
# using *--log-file*, since it can generate a huge stream of logs.
#
# log-level = "debug"
log-level = "warn";

# Set the log file.
# If *--log-file* is never specified, logs will be written to stderr.
# Otherwise, logs will to written to the given file, though some of the early
# logs might still be written to the stderr.
# When setting this option from the config file, it is recommended to use an absolute path.
#
# log-file = "/path/to/your/log/file"

# Show all X errors (for debugging)
# show-all-xerrors = false

# Write process ID to a file.
# write-pid-path = "/path/to/your/log/file"

# Window type settings
#
# 'WINDOW_TYPE' is one of the 15 window types defined in EWMH standard:
#     "unknown", "desktop", "dock", "toolbar", "menu", "utility",
#     "splash", "dialog", "normal", "dropdown_menu", "popup_menu",
#     "tooltip", "notification", "combo", and "dnd".
#
# Following per window-type options are available: ::
#
#   fade, shadow:::
#     Controls window-type-specific shadow and fade settings.
#
#   opacity:::
#     Controls default opacity of the window type.
#
#   focus:::
#     Controls whether the window of this type is to be always considered focused.
#     (By default, all window types except "normal" and "dialog" has this on.)
#
#   full-shadow:::
#     Controls whether shadow is drawn under the parts of the window that you
#     normally won't be able to see. Useful when the window has parts of it
#     transparent, and you want shadows in those areas.
#
#   clip-shadow-above:::
#     Controls whether shadows that would have been drawn above the window should
#     be clipped. Useful for dock windows that should have no shadow painted on top.
#
#   redir-ignore:::
#     Controls whether this type of windows should cause screen to become
#     redirected again after been unredirected. If you have unredir-if-possible
#     set, and doesn't want certain window to cause unnecessary screen redirection,
#     you can set this to `true`.
#
wintypes:
{
  tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; };
  dock = { shadow = false; clip-shadow-above = true; }
  dnd = { shadow = false; }
  popup_menu = { opacity = 0.8; }
  dropdown_menu = { opacity = 0.8; }
};

2 - xorg log

[    21.898] 
X.Org X Server 1.21.1.11
X Protocol Version 11, Revision 0
[    21.898] Current Operating System: Linux host 6.7.4-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Mon, 05 Feb 2024 22:07:37 +0000 x86_64
[    21.898] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux-zen.img root=PARTUUID=981ca356-701d-4ea0-b83e-0a13578a597e zswap.enabled=0 rootflags=subvol=@ rw rootfstype=btrfs intel_iommu=on iommu=pt
[    21.898]  
[    21.898] Current version of pixman: 0.43.2
[    21.898] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    21.898] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    21.898] (==) Log file: "/home/user/.local/share/xorg/Xorg.0.log", Time: Sat Feb 10 22:11:28 2024
[    21.899] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    21.899] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    21.899] (==) No Layout section.  Using the first Screen section.
[    21.899] (==) No screen section available. Using defaults.
[    21.899] (**) |-->Screen "Default Screen Section" (0)
[    21.899] (**) |   |-->Monitor "<default monitor>"
[    21.899] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    21.899] (**) |   |-->Device "flickerscreen"
[    21.899] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    21.899] (==) Automatically adding devices
[    21.899] (==) Automatically enabling devices
[    21.899] (==) Automatically adding GPU devices
[    21.899] (==) Automatically binding GPU devices
[    21.899] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    21.900] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    21.900] 	Entry deleted from font path.
[    21.900] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    21.900] 	Entry deleted from font path.
[    21.900] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    21.900] 	Entry deleted from font path.
[    21.900] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    21.900] 	Entry deleted from font path.
[    21.900] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF
[    21.900] (==) ModulePath set to "/usr/lib/xorg/modules"
[    21.900] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    21.900] (II) Module ABI versions:
[    21.900] 	X.Org ANSI C Emulation: 0.4
[    21.900] 	X.Org Video Driver: 25.2
[    21.900] 	X.Org XInput driver : 24.4
[    21.900] 	X.Org Server Extension : 10.0
[    21.900] (++) using VT number 1

[    21.900] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    21.901] (II) xfree86: Adding drm device (/dev/dri/card1)
[    21.901] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[    21.901] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[    21.902] (--) PCI:*(0@0:2:0) 8086:9a49:144d:c195 rev 1, Mem @ 0x6000000000/16777216, 0x4000000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[    21.902] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    21.902] (II) LoadModule: "glx"
[    21.902] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    21.906] (II) Module glx: vendor="X.Org Foundation"
[    21.906] 	compiled for 1.21.1.11, module version = 1.0.0
[    21.906] 	ABI class: X.Org Server Extension, version 10.0
[    21.906] (II) LoadModule: "modesetting"
[    21.906] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    21.911] (II) Module modesetting: vendor="X.Org Foundation"
[    21.911] 	compiled for 1.21.1.11, module version = 1.21.1
[    21.911] 	Module class: X.Org Video Driver
[    21.911] 	ABI class: X.Org Video Driver, version 25.2
[    21.911] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    21.911] (II) modeset(0): using drv /dev/dri/card1
[    21.911] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    21.911] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    21.911] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    21.911] (**) modeset(0): Option "VariableRefresh" "true"
[    21.911] (==) modeset(0): RGB weight 888
[    21.911] (==) modeset(0): Default visual is TrueColor
[    21.911] (II) Loading sub module "glamoregl"
[    21.911] (II) LoadModule: "glamoregl"
[    21.911] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    21.915] (II) Module glamoregl: vendor="X.Org Foundation"
[    21.915] 	compiled for 1.21.1.11, module version = 1.0.1
[    21.915] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    22.535] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Xe Graphics (TGL GT2)
[    22.535] (II) modeset(0): glamor initialized
[    22.535] (**) modeset(0): VariableRefresh: enabled
[    22.535] (==) modeset(0): AsyncFlipSecondaries: disabled
[    22.537] (II) modeset(0): Output eDP-1 has no monitor section
[    22.537] (II) modeset(0): Output DP-1 has no monitor section
[    22.537] (II) modeset(0): Output HDMI-1 has no monitor section
[    22.540] (II) modeset(0): Output HDMI-2 has no monitor section
[    22.541] (II) modeset(0): EDID for output eDP-1
[    22.541] (II) modeset(0): Manufacturer: BOE  Model: 812  Serial#: 0
[    22.541] (II) modeset(0): Year: 2018  Week: 31
[    22.541] (II) modeset(0): EDID Version: 1.4
[    22.541] (II) modeset(0): Digital Display Input
[    22.541] (II) modeset(0): 8 bits per channel
[    22.541] (II) modeset(0): Digital interface is DisplayPort
[    22.541] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    22.541] (II) modeset(0): Gamma: 2.20
[    22.541] (II) modeset(0): No DPMS capabilities specified
[    22.541] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    22.541] (II) modeset(0): First detailed timing is preferred mode
[    22.541] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    22.541] (II) modeset(0): Display is continuous-frequency
[    22.541] (II) modeset(0): redX: 0.582 redY: 0.359   greenX: 0.354 greenY: 0.567
[    22.541] (II) modeset(0): blueX: 0.162 blueY: 0.129   whiteX: 0.312 whiteY: 0.328
[    22.541] (II) modeset(0): Manufacturer's mask: 0
[    22.541] (II) modeset(0): Supported detailed timing:
[    22.541] (II) modeset(0): clock: 148.5 MHz   Image Size:  344 x 194 mm
[    22.541] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2230 h_border: 0
[    22.541] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1089 v_blanking: 1110 v_border: 0
[    22.541] (II) modeset(0):  BOE CQ
[    22.541] (II) modeset(0):  NT156FHM-N61
[    22.541] (II) modeset(0): EDID (in hex):
[    22.541] (II) modeset(0): 	00ffffffffffff0009e5120800000000
[    22.541] (II) modeset(0): 	1f1c0104a5221378030980955c5a9129
[    22.541] (II) modeset(0): 	21505400000001010101010101010101
[    22.541] (II) modeset(0): 	010101010101033a803671381e403020
[    22.541] (II) modeset(0): 	360058c21000001a0000000000000000
[    22.541] (II) modeset(0): 	00000000000000000000000000fe0042
[    22.541] (II) modeset(0): 	4f452043510a202020202020000000fe
[    22.541] (II) modeset(0): 	004e5431353646484d2d4e36310a00ed
[    22.542] (II) modeset(0): Printing probed modes for output eDP-1
[    22.542] (II) modeset(0): Modeline "1920x1080"x60.0  148.51  1920 1968 2000 2230  1080 1083 1089 1110 +hsync -vsync (66.6 kHz eP)
[    22.542] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    22.542] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    22.542] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    22.542] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    22.542] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    22.542] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    22.542] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    22.542] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    22.542] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    22.542] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    22.542] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    22.542] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    22.542] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    22.542] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    22.542] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    22.542] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    22.542] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    22.542] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    22.542] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    22.542] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    22.542] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    22.542] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    22.542] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    22.542] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    22.542] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    22.542] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    22.542] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    22.542] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    22.542] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    22.542] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    22.542] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    22.542] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    22.542] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    22.542] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    22.542] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    22.542] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    22.542] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    22.542] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    22.542] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    22.542] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    22.542] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    22.542] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    22.542] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    22.542] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    22.542] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    22.542] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    22.542] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    22.542] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    22.542] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    22.542] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    22.542] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    22.542] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    22.542] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    22.542] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    22.542] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    22.542] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    22.542] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    22.542] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    22.542] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    22.542] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    22.542] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    22.542] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    22.542] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    22.542] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    22.542] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    22.542] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    22.542] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    22.542] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    22.542] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    22.542] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    22.542] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    22.542] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    22.542] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    22.542] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    22.542] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    22.542] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    22.542] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    22.542] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    22.542] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    22.542] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    22.542] (II) modeset(0): EDID for output DP-1
[    22.542] (II) modeset(0): EDID for output HDMI-1
[    22.542] (II) modeset(0): EDID for output HDMI-2
[    22.542] (II) modeset(0): Output eDP-1 connected
[    22.542] (II) modeset(0): Output DP-1 disconnected
[    22.542] (II) modeset(0): Output HDMI-1 disconnected
[    22.542] (II) modeset(0): Output HDMI-2 disconnected
[    22.542] (II) modeset(0): Using exact sizes for initial modes
[    22.542] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[    22.542] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    22.542] (==) modeset(0): DPI set to (96, 96)
[    22.542] (II) Loading sub module "fb"
[    22.542] (II) LoadModule: "fb"
[    22.542] (II) Module "fb" already built-in
[    22.645] (==) modeset(0): Backing store enabled
[    22.645] (==) modeset(0): Silken mouse enabled
[    22.721] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    22.721] (==) modeset(0): DPMS enabled
[    22.721] (II) modeset(0): [DRI2] Setup complete
[    22.721] (II) modeset(0): [DRI2]   DRI driver: iris
[    22.721] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[    22.721] (II) Initializing extension Generic Event Extension
[    22.721] (II) Initializing extension SHAPE
[    22.721] (II) Initializing extension MIT-SHM
[    22.721] (II) Initializing extension XInputExtension
[    22.721] (II) Initializing extension XTEST
[    22.721] (II) Initializing extension BIG-REQUESTS
[    22.721] (II) Initializing extension SYNC
[    22.722] (II) Initializing extension XKEYBOARD
[    22.722] (II) Initializing extension XC-MISC
[    22.722] (II) Initializing extension SECURITY
[    22.722] (II) Initializing extension XFIXES
[    22.722] (II) Initializing extension RENDER
[    22.722] (II) Initializing extension RANDR
[    22.722] (II) Initializing extension COMPOSITE
[    22.722] (II) Initializing extension DAMAGE
[    22.722] (II) Initializing extension MIT-SCREEN-SAVER
[    22.722] (II) Initializing extension DOUBLE-BUFFER
[    22.722] (II) Initializing extension RECORD
[    22.722] (II) Initializing extension DPMS
[    22.722] (II) Initializing extension Present
[    22.722] (II) Initializing extension DRI3
[    22.722] (II) Initializing extension X-Resource
[    22.722] (II) Initializing extension XVideo
[    22.722] (II) Initializing extension XVideo-MotionCompensation
[    22.722] (II) Initializing extension GLX
[    22.726] (II) AIGLX: Loaded and initialized iris
[    22.726] (II) GLX: Initialized DRI2 GL provider for screen 0
[    22.726] (II) Initializing extension XFree86-VidModeExtension
[    22.726] (II) Initializing extension XFree86-DGA
[    22.726] (II) Initializing extension XFree86-DRI
[    22.726] (II) Initializing extension DRI2
[    22.726] (II) modeset(0): Damage tracking initialized
[    22.726] (II) modeset(0): Setting screen physical size to 508 x 285
[    22.758] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    22.758] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    22.758] (**) Power Button: Applying InputClass "system-keyboard"
[    22.758] (II) LoadModule: "libinput"
[    22.758] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    22.761] (II) Module libinput: vendor="X.Org Foundation"
[    22.761] 	compiled for 1.21.1.8, module version = 1.4.0
[    22.761] 	Module class: X.Org XInput Driver
[    22.761] 	ABI class: X.Org XInput driver, version 24.4
[    22.761] (II) Using input driver 'libinput' for 'Power Button'
[    22.761] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 27 paused 0
[    22.761] (**) Power Button: always reports core events
[    22.761] (**) Option "Device" "/dev/input/event2"
[    22.765] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    22.765] (II) event2  - Power Button: device is a keyboard
[    22.765] (II) event2  - Power Button: device removed
[    22.765] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    22.765] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    22.765] (**) Option "xkb_model" "abnt2"
[    22.765] (**) Option "xkb_layout" "br"
[    22.765] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    22.776] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    22.776] (II) event2  - Power Button: device is a keyboard
[    22.777] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[    22.777] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    22.777] (**) Video Bus: Applying InputClass "system-keyboard"
[    22.777] (II) Using input driver 'libinput' for 'Video Bus'
[    22.777] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 30 paused 0
[    22.777] (**) Video Bus: always reports core events
[    22.777] (**) Option "Device" "/dev/input/event3"
[    22.778] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[    22.778] (II) event3  - Video Bus: device is a keyboard
[    22.778] (II) event3  - Video Bus: device removed
[    22.778] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[    22.778] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    22.778] (**) Option "xkb_model" "abnt2"
[    22.778] (**) Option "xkb_layout" "br"
[    22.778] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    22.779] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[    22.779] (II) event3  - Video Bus: device is a keyboard
[    22.780] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    22.780] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    22.780] (**) Power Button: Applying InputClass "system-keyboard"
[    22.780] (II) Using input driver 'libinput' for 'Power Button'
[    22.780] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 31 paused 0
[    22.780] (**) Power Button: always reports core events
[    22.780] (**) Option "Device" "/dev/input/event1"
[    22.781] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    22.781] (II) event1  - Power Button: device is a keyboard
[    22.781] (II) event1  - Power Button: device removed
[    22.781] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    22.781] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    22.781] (**) Option "xkb_model" "abnt2"
[    22.781] (**) Option "xkb_layout" "br"
[    22.781] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    22.781] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    22.781] (II) event1  - Power Button: device is a keyboard
[    22.782] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    22.782] (II) No input driver specified, ignoring this device.
[    22.782] (II) This device may have been added with another device file.
[    22.782] (II) config/udev: Adding input device Logitech M720 Triathlon (/dev/input/event13)
[    22.782] (**) Logitech M720 Triathlon: Applying InputClass "libinput pointer catchall"
[    22.782] (**) Logitech M720 Triathlon: Applying InputClass "libinput keyboard catchall"
[    22.782] (**) Logitech M720 Triathlon: Applying InputClass "system-keyboard"
[    22.782] (II) Using input driver 'libinput' for 'Logitech M720 Triathlon'
[    22.782] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 32 paused 0
[    22.782] (**) Logitech M720 Triathlon: always reports core events
[    22.782] (**) Option "Device" "/dev/input/event13"
[    22.783] (II) event13 - Logitech M720 Triathlon: is tagged by udev as: Keyboard Mouse
[    22.783] (II) event13 - Logitech M720 Triathlon: device is a pointer
[    22.783] (II) event13 - Logitech M720 Triathlon: device is a keyboard
[    22.784] (II) event13 - Logitech M720 Triathlon: device removed
[    22.784] (II) libinput: Logitech M720 Triathlon: Step value 0 was provided, libinput Fallback acceleration function is used.
[    22.784] (II) libinput: Logitech M720 Triathlon: Step value 0 was provided, libinput Fallback acceleration function is used.
[    22.784] (II) libinput: Logitech M720 Triathlon: Step value 0 was provided, libinput Fallback acceleration function is used.
[    22.784] (II) libinput: Logitech M720 Triathlon: needs a virtual subdevice
[    22.784] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.2/0003:046D:C52B.0004/0003:046D:405E.0005/input/input27/event13"
[    22.784] (II) XINPUT: Adding extended input device "Logitech M720 Triathlon" (type: MOUSE, id 9)
[    22.784] (**) Option "AccelerationScheme" "none"
[    22.784] (**) Logitech M720 Triathlon: (accel) selected scheme none/0
[    22.784] (**) Logitech M720 Triathlon: (accel) acceleration factor: 2.000
[    22.784] (**) Logitech M720 Triathlon: (accel) acceleration threshold: 4
[    22.785] (II) event13 - Logitech M720 Triathlon: is tagged by udev as: Keyboard Mouse
[    22.785] (II) event13 - Logitech M720 Triathlon: device is a pointer
[    22.785] (II) event13 - Logitech M720 Triathlon: device is a keyboard
[    22.785] (II) config/udev: Adding input device Logitech M720 Triathlon (/dev/input/mouse2)
[    22.785] (**) Logitech M720 Triathlon: Applying InputClass "system-keyboard"
[    22.785] (II) No input driver specified, ignoring this device.
[    22.785] (II) This device may have been added with another device file.
[    22.785] (II) config/udev: Adding input device ELAN0B00:00 04F3:3192 Touchpad (/dev/input/event7)
[    22.785] (**) ELAN0B00:00 04F3:3192 Touchpad: Applying InputClass "libinput touchpad catchall"
[    22.785] (II) Using input driver 'libinput' for 'ELAN0B00:00 04F3:3192 Touchpad'
[    22.786] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 33 paused 0
[    22.786] (**) ELAN0B00:00 04F3:3192 Touchpad: always reports core events
[    22.786] (**) Option "Device" "/dev/input/event7"
[    22.786] (II) event7  - ELAN0B00:00 04F3:3192 Touchpad: is tagged by udev as: Touchpad
[    22.787] (II) event7  - ELAN0B00:00 04F3:3192 Touchpad: device is a touchpad
[    22.787] (II) event7  - ELAN0B00:00 04F3:3192 Touchpad: device removed
[    22.787] (II) libinput: ELAN0B00:00 04F3:3192 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    22.787] (II) libinput: ELAN0B00:00 04F3:3192 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    22.787] (II) libinput: ELAN0B00:00 04F3:3192 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    22.788] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-ELAN0B00:00/0018:04F3:3192.0001/input/input11/event7"
[    22.788] (II) XINPUT: Adding extended input device "ELAN0B00:00 04F3:3192 Touchpad" (type: TOUCHPAD, id 10)
[    22.789] (**) Option "AccelerationScheme" "none"
[    22.789] (**) ELAN0B00:00 04F3:3192 Touchpad: (accel) selected scheme none/0
[    22.789] (**) ELAN0B00:00 04F3:3192 Touchpad: (accel) acceleration factor: 2.000
[    22.789] (**) ELAN0B00:00 04F3:3192 Touchpad: (accel) acceleration threshold: 4
[    22.789] (II) event7  - ELAN0B00:00 04F3:3192 Touchpad: is tagged by udev as: Touchpad
[    22.790] (II) event7  - ELAN0B00:00 04F3:3192 Touchpad: device is a touchpad
[    22.791] (II) config/udev: Adding input device ELAN0B00:00 04F3:3192 Touchpad (/dev/input/mouse1)
[    22.791] (II) No input driver specified, ignoring this device.
[    22.791] (II) This device may have been added with another device file.
[    22.791] (II) config/udev: Adding input device ELAN0B00:00 04F3:3192 Mouse (/dev/input/event6)
[    22.791] (**) ELAN0B00:00 04F3:3192 Mouse: Applying InputClass "libinput pointer catchall"
[    22.791] (II) Using input driver 'libinput' for 'ELAN0B00:00 04F3:3192 Mouse'
[    22.791] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 34 paused 0
[    22.791] (**) ELAN0B00:00 04F3:3192 Mouse: always reports core events
[    22.791] (**) Option "Device" "/dev/input/event6"
[    22.792] (II) event6  - ELAN0B00:00 04F3:3192 Mouse: is tagged by udev as: Mouse Pointingstick
[    22.792] (II) event6  - ELAN0B00:00 04F3:3192 Mouse: device is a pointer
[    22.792] (II) event6  - ELAN0B00:00 04F3:3192 Mouse: device removed
[    22.792] (II) libinput: ELAN0B00:00 04F3:3192 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    22.792] (II) libinput: ELAN0B00:00 04F3:3192 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    22.792] (II) libinput: ELAN0B00:00 04F3:3192 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    22.792] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-ELAN0B00:00/0018:04F3:3192.0001/input/input9/event6"
[    22.792] (II) XINPUT: Adding extended input device "ELAN0B00:00 04F3:3192 Mouse" (type: MOUSE, id 11)
[    22.793] (**) Option "AccelerationScheme" "none"
[    22.793] (**) ELAN0B00:00 04F3:3192 Mouse: (accel) selected scheme none/0
[    22.793] (**) ELAN0B00:00 04F3:3192 Mouse: (accel) acceleration factor: 2.000
[    22.793] (**) ELAN0B00:00 04F3:3192 Mouse: (accel) acceleration threshold: 4
[    22.793] (II) event6  - ELAN0B00:00 04F3:3192 Mouse: is tagged by udev as: Mouse Pointingstick
[    22.793] (II) event6  - ELAN0B00:00 04F3:3192 Mouse: device is a pointer
[    22.794] (II) config/udev: Adding input device ELAN0B00:00 04F3:3192 Mouse (/dev/input/mouse0)
[    22.794] (II) No input driver specified, ignoring this device.
[    22.794] (II) This device may have been added with another device file.
[    22.794] (II) config/udev: Adding input device HDA Intel PCH Headphone Mic (/dev/input/event8)
[    22.794] (II) No input driver specified, ignoring this device.
[    22.794] (II) This device may have been added with another device file.
[    22.794] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event9)
[    22.794] (II) No input driver specified, ignoring this device.
[    22.794] (II) This device may have been added with another device file.
[    22.794] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event10)
[    22.794] (II) No input driver specified, ignoring this device.
[    22.794] (II) This device may have been added with another device file.
[    22.794] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event11)
[    22.794] (II) No input driver specified, ignoring this device.
[    22.794] (II) This device may have been added with another device file.
[    22.795] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event12)
[    22.795] (II) No input driver specified, ignoring this device.
[    22.795] (II) This device may have been added with another device file.
[    22.795] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    22.795] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    22.795] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    22.795] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    22.795] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 35 paused 0
[    22.795] (**) AT Translated Set 2 keyboard: always reports core events
[    22.795] (**) Option "Device" "/dev/input/event4"
[    22.796] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    22.796] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    22.796] (II) event4  - AT Translated Set 2 keyboard: device removed
[    22.796] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    22.796] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[    22.796] (**) Option "xkb_model" "abnt2"
[    22.796] (**) Option "xkb_layout" "br"
[    22.796] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    22.797] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    22.797] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    22.797] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    22.797] (II) No input driver specified, ignoring this device.
[    22.797] (II) This device may have been added with another device file.
[    22.804] (**) Logitech M720 Triathlon: Applying InputClass "libinput pointer catchall"
[    22.804] (**) Logitech M720 Triathlon: Applying InputClass "libinput keyboard catchall"
[    22.804] (**) Logitech M720 Triathlon: Applying InputClass "system-keyboard"
[    22.804] (II) Using input driver 'libinput' for 'Logitech M720 Triathlon'
[    22.804] (II) systemd-logind: returning pre-existing fd for /dev/input/event13 13:77
[    22.804] (**) Logitech M720 Triathlon: always reports core events
[    22.804] (**) Option "Device" "/dev/input/event13"
[    22.804] (II) libinput: Logitech M720 Triathlon: is a virtual subdevice
[    22.804] (II) libinput: Logitech M720 Triathlon: Step value 0 was provided, libinput Fallback acceleration function is used.
[    22.804] (II) libinput: Logitech M720 Triathlon: Step value 0 was provided, libinput Fallback acceleration function is used.
[    22.804] (II) libinput: Logitech M720 Triathlon: Step value 0 was provided, libinput Fallback acceleration function is used.
[    22.804] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.2/0003:046D:C52B.0004/0003:046D:405E.0005/input/input27/event13"
[    22.804] (II) XINPUT: Adding extended input device "Logitech M720 Triathlon" (type: KEYBOARD, id 13)
[    22.804] (**) Option "xkb_model" "abnt2"
[    22.804] (**) Option "xkb_layout" "br"
[    22.804] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    22.995] (II) modeset(0): EDID vendor "BOE", prod id 2066
[    22.995] (II) modeset(0): Printing DDC gathered Modelines:
[    22.995] (II) modeset(0): Modeline "1920x1080"x0.0  148.51  1920 1968 2000 2230  1080 1083 1089 1110 +hsync -vsync (66.6 kHz eP)
[  6611.932] (II) config/udev: Adding input device USB OPTICAL MOUSE  (/dev/input/mouse3)
[  6611.932] (II) No input driver specified, ignoring this device.
[  6611.932] (II) This device may have been added with another device file.
[  6611.991] (II) config/udev: Adding input device USB OPTICAL MOUSE  (/dev/input/event14)
[  6611.991] (**) USB OPTICAL MOUSE : Applying InputClass "libinput pointer catchall"
[  6611.991] (II) Using input driver 'libinput' for 'USB OPTICAL MOUSE '
[  6612.043] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 58 paused 0
[  6612.043] (**) USB OPTICAL MOUSE : always reports core events
[  6612.043] (**) Option "Device" "/dev/input/event14"
[  6612.043] (II) event14 - USB OPTICAL MOUSE : is tagged by udev as: Mouse
[  6612.044] (II) event14 - USB OPTICAL MOUSE : device is a pointer
[  6612.044] (II) event14 - USB OPTICAL MOUSE : device removed
[  6612.044] (II) libinput: USB OPTICAL MOUSE : Step value 0 was provided, libinput Fallback acceleration function is used.
[  6612.044] (II) libinput: USB OPTICAL MOUSE : Step value 0 was provided, libinput Fallback acceleration function is used.
[  6612.044] (II) libinput: USB OPTICAL MOUSE : Step value 0 was provided, libinput Fallback acceleration function is used.
[  6612.044] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/0003:275D:0A29.0006/input/input28/event14"
[  6612.044] (II) XINPUT: Adding extended input device "USB OPTICAL MOUSE " (type: MOUSE, id 14)
[  6612.044] (**) Option "AccelerationScheme" "none"
[  6612.044] (**) USB OPTICAL MOUSE : (accel) selected scheme none/0
[  6612.044] (**) USB OPTICAL MOUSE : (accel) acceleration factor: 2.000
[  6612.044] (**) USB OPTICAL MOUSE : (accel) acceleration threshold: 4
[  6612.044] (II) event14 - USB OPTICAL MOUSE : is tagged by udev as: Mouse
[  6612.045] (II) event14 - USB OPTICAL MOUSE : device is a pointer

3 - glxinfo -B

name of display: :0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Intel (0x8086)
    Device: Mesa Intel(R) Xe Graphics (TGL GT2) (0x9a49)
    Version: 23.3.5
    Accelerated: yes
    Video memory: 7664MB
    Unified memory: yes
    Preferred profile: core (0x1)
    Max core profile version: 4.6
    Max compat profile version: 4.6
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) Xe Graphics (TGL GT2)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 23.3.5-arch1.1
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6 (Compatibility Profile) Mesa 23.3.5-arch1.1
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 23.3.5-arch1.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

4 - xrandr -q

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  
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
HDMI-2 disconnected (normal left inverted right x axis y axis)

Offline

#19 2024-02-11 21:16:28

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

Re: [SOLVED] I can't enable vsync.

You're using glx, vsync and are not unredirecting fullscreen windows.

Sanity check about the "tearing" (flickering): does it happen when you run "glxgears" (in the gears)?

Edit: if so, does it happen w/ "vblank_mode=1 glxgears" and do you get way more fps w/ "vblank_mode=0 glxgears"?

Last edited by seth (2024-02-11 21:18:09)

Offline

#20 2024-02-12 00:10:15

user11
Member
Registered: 2023-10-19
Posts: 56

Re: [SOLVED] I can't enable vsync.

seth wrote:

does it happen when you run "glxgears" (in the gears)?

It does not happen, so I suppose it is working. I was testing with this video: https://www.youtube.com/watch?v=gmHaa5pvpVc, the tearing is evident in this one.

Maybe I need the modesetting driver "TearFree" option to finish the fix, but I couldn't install "xorg-server-git", as I commented previously, or something with the internet browser application, or something else from these.

Offline

#21 2024-02-12 09:06:11

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

Re: [SOLVED] I can't enable vsync.

mpv -vo=gpu --video-sync=display-resample 'https://www.youtube.com/watch?v=gmHaa5pvpVc'

Offline

#22 2024-02-12 17:35:35

user11
Member
Registered: 2023-10-19
Posts: 56

Re: [SOLVED] I can't enable vsync.

seth wrote:
mpv -vo=gpu --video-sync=display-resample 'https://www.youtube.com/watch?v=gmHaa5pvpVc'

Looks like it's not the browser, I'll wait till the next xorg-server version.

Offline

#23 2024-02-12 20:36:52

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

Re: [SOLVED] I can't enable vsync.

I'd not be too optimistic about that.
For a minimum sanity check: there's no tearing w/ a wayland compositor like eg. weston?
Fyi, https://wiki.archlinux.org/title/Firefox#Wayland (though it's now default, so should not be an issue)

Offline

#24 2024-02-13 01:02:08

user11
Member
Registered: 2023-10-19
Posts: 56

Re: [SOLVED] I can't enable vsync.

I'd not be too optimistic about that

I was thinking of the "TearFree" option as a possible solution, since it's something apart from the VRR.

there's no tearing w/ a wayland compositor like eg. weston?

I tested in weston and it still tears, I swung the terminal around and could easily see the tearing.

Offline

#25 2024-02-13 09:24:10

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

Re: [SOLVED] I can't enable vsync.

I was thinking of the "TearFree" option

Me too and I'd not bet on it because

in weston and it still tears

what you're perceiving is probably not "tearing" (in the inner sense) at all…
What kind of "terminal"? foot resp. the weston terminal? (ie. a native wayland client)

Try to  add "i915.enable_psr=0" to the https://wiki.archlinux.org/title/Kernel_parameters and for a sanity check post the output of "printenv".

Offline

Board footer

Powered by FluxBB