You are not logged in.
First some context:
I have a dual monitor setup which I was setting with xrandr when I had the nvidia card, now I am finding it more challenging. I was able to see outputs connected to my iGPU and my dGPU all at once when using Arandr. Now I am only ever able to show outputs from one of the two. The only way in which I have been able to have both monitors the way they were (one connected to the hdmi port on my motherboard and the other to the dGPU port) is through Xinerama, which then conflicts with xrandr, and from what I understand that can be a probelm fomr some applications (Steam, for example does not start with Xinerama).
As the title states I have switched my discrete GPU from a Nvidia to a rx 7700 AMD card, and have moved from the nvidia proprietary drivers. I have removed all the nvidia modules from the kernel and reinstated the kms hook. Followed by
sudo mkinitcpio -PMy /etc/mkinitcpio.conf
# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run. Advanced users may wish to specify all system modules
# in this array. For instance:
# MODULES=(usbhid xhci_hcd)
MODULES=()
# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image. This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=()
# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way. This is useful for config files.
FILES=()
# HOOKS
# This is the most important setting in this file. The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
HOOKS=(base udev modconf autodetect kms keyboard keymap consolefont block filesystems fsck)
# COMPRESSION
# Use this to compress the initramfs image. By default, zstd compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="zstd"
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"
# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=()
# MODULES_DECOMPRESS
# Decompress kernel modules during initramfs creation.
# Enable to speedup boot process, disable to save RAM
# during early userspace. Switch (yes/no).
#MODULES_DECOMPRESS="yes"The problem I am solving now is separate, and I think has priority: there seems to be a problem with the amdgpu driver. When I try to start OBS studio it cannot start and says the card may be unsupported:
$ obs
...
info: Initializing OpenGL...
error: Failed to get EGL display using eglGetDisplay
error: Failed to create context!
error: device_create (GL) failed
error: Failed to initialize video. Your GPU may not be supported, or your graphics drivers may need to be updated.
...Xorg.0.log
[ 17.765]
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[ 17.765] Current Operating System: Linux Z690-P 6.10.6-arch1-1 #1 SMP PREEMPT_DYNAMIC Mon, 19 Aug 2024 17:02:39 +0000 x86_64
[ 17.765] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=UUID=fab68432-0966-4e91-872b-12792e2eb1a4 rw
[ 17.765]
[ 17.766] Current version of pixman: 0.43.4
[ 17.766] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 17.766] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 17.766] (==) Log file: "/home/vlaufoo/.local/share/xorg/Xorg.0.log", Time: Sun Aug 25 15:49:19 2024
[ 17.769] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 17.770] (==) No Layout section. Using the first Screen section.
[ 17.770] (==) No screen section available. Using defaults.
[ 17.770] (**) |-->Screen "Default Screen Section" (0)
[ 17.770] (**) | |-->Monitor "<default monitor>"
[ 17.770] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 17.770] (**) Allowing byte-swapped clients
[ 17.770] (==) Automatically adding devices
[ 17.770] (==) Automatically enabling devices
[ 17.770] (==) Automatically adding GPU devices
[ 17.770] (==) Automatically binding GPU devices
[ 17.770] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 17.773] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 17.773] Entry deleted from font path.
[ 17.775] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 17.775] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 17.775] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 17.775] (II) Module ABI versions:
[ 17.775] X.Org ANSI C Emulation: 0.4
[ 17.775] X.Org Video Driver: 25.2
[ 17.775] X.Org XInput driver : 24.4
[ 17.775] X.Org Server Extension : 10.0
[ 17.776] (++) using VT number 1
[ 17.777] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 17.781] (II) xfree86: Adding drm device (/dev/dri/card2)
[ 17.781] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:00.0/0000:03:00.0/drm/card2
[ 17.783] (II) systemd-logind: got fd for /dev/dri/card2 226:2 fd 13 paused 0
[ 17.784] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 17.784] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[ 17.785] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 14 paused 0
[ 17.791] (--) PCI: (0@0:2:0) 8086:4680:1462:7d36 rev 12, Mem @ 0x6412000000/16777216, 0x4000000000/268435456, I/O @ 0x00007000/64
[ 17.791] (--) PCI:*(3@0:0:0) 1002:747e:1da2:475f rev 255, Mem @ 0x6000000000/17179869184, 0x6400000000/268435456, 0x81c00000/1048576, I/O @ 0x00006000/256, BIOS @ 0x????????/131072
[ 17.791] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 17.791] (II) LoadModule: "glx"
[ 17.793] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 17.799] (II) Module glx: vendor="X.Org Foundation"
[ 17.799] compiled for 1.21.1.13, module version = 1.0.0
[ 17.799] ABI class: X.Org Server Extension, version 10.0
[ 17.799] (II) Applying OutputClass "AMDgpu" to /dev/dri/card2
[ 17.799] loading driver: amdgpu
[ 17.799] (==) Matched amdgpu as autoconfigured driver 0
[ 17.799] (==) Matched ati as autoconfigured driver 1
[ 17.799] (==) Matched intel as autoconfigured driver 2
[ 17.799] (==) Matched modesetting as autoconfigured driver 3
[ 17.799] (==) Matched fbdev as autoconfigured driver 4
[ 17.799] (==) Matched vesa as autoconfigured driver 5
[ 17.799] (==) Assigned the driver to the xf86ConfigLayout
[ 17.799] (II) LoadModule: "amdgpu"
[ 17.799] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[ 17.910] (II) Module amdgpu: vendor="X.Org Foundation"
[ 17.910] compiled for 1.21.1.11, module version = 23.0.0
[ 17.910] Module class: X.Org Video Driver
[ 17.910] ABI class: X.Org Video Driver, version 25.2
[ 17.910] (II) LoadModule: "ati"
[ 17.911] (WW) Warning, couldn't open module ati
[ 17.911] (EE) Failed to load module "ati" (module does not exist, 0)
[ 17.911] (II) LoadModule: "intel"
[ 17.911] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 17.912] (II) Module intel: vendor="X.Org Foundation"
[ 17.912] compiled for 1.21.1.11, module version = 2.99.917
[ 17.912] Module class: X.Org Video Driver
[ 17.912] ABI class: X.Org Video Driver, version 25.2
[ 17.912] (II) LoadModule: "modesetting"
[ 17.912] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 17.914] (II) Module modesetting: vendor="X.Org Foundation"
[ 17.914] compiled for 1.21.1.13, module version = 1.21.1
[ 17.914] Module class: X.Org Video Driver
[ 17.914] ABI class: X.Org Video Driver, version 25.2
[ 17.914] (II) LoadModule: "fbdev"
[ 17.914] (WW) Warning, couldn't open module fbdev
[ 17.914] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 17.914] (II) LoadModule: "vesa"
[ 17.914] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 17.915] (II) Module vesa: vendor="X.Org Foundation"
[ 17.915] compiled for 1.21.1.11, module version = 2.6.0
[ 17.915] Module class: X.Org Video Driver
[ 17.915] ABI class: X.Org Video Driver, version 25.2
[ 17.915] (II) AMDGPU: Driver for AMD Radeon:
All GPUs supported by the amdgpu kernel driver
[ 17.915] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[ 17.915] (II) intel: Driver for Intel(R) HD Graphics
[ 17.915] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[ 17.915] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[ 17.915] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 17.915] (II) VESA: driver for VESA chipsets: vesa
[ 17.915] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[ 17.918] (WW) Falling back to old probe method for modesetting
[ 17.918] (EE) open /dev/dri/card0: No such file or directory
[ 17.919] (II) intel(G0): Using Kernel Mode Setting driver: i915, version 1.6.0 20230929
[ 17.919] (II) intel(G0): SNA compiled from 2.99.917-923-gb74b67f0
[ 17.921] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 17.921] (II) AMDGPU(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 17.921] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[ 17.921] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 17.921] (==) AMDGPU(0): Default visual is TrueColor
[ 17.921] (II) Applying OutputClass "AMDgpu" options to /dev/dri/card2
[ 17.921] (==) AMDGPU(0): RGB weight 888
[ 17.921] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[ 17.921] (--) AMDGPU(0): Chipset: "AMD Radeon RX 7700 XT" (ChipID = 0x747e)
[ 17.921] (II) Loading sub module "fb"
[ 17.921] (II) LoadModule: "fb"
[ 17.921] (II) Module "fb" already built-in
[ 17.921] (II) Loading sub module "dri2"
[ 17.921] (II) LoadModule: "dri2"
[ 17.921] (II) Module "dri2" already built-in
[ 18.112] (II) Loading sub module "glamoregl"
[ 18.112] (II) LoadModule: "glamoregl"
[ 18.112] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 18.119] (II) Module glamoregl: vendor="X.Org Foundation"
[ 18.119] compiled for 1.21.1.13, module version = 1.0.1
[ 18.119] ABI class: X.Org ANSI C Emulation, version 0.4
[ 18.124] (EE) AMDGPU(0): eglGetDisplay() failed
[ 18.124] (EE) AMDGPU(0): glamor detected, failed to initialize EGL.
[ 18.124] (WW) AMDGPU(0): amdgpu_glamor_pre_init returned FALSE, using ShadowFB
[ 18.124] (II) Loading sub module "shadow"
[ 18.124] (II) LoadModule: "shadow"
[ 18.124] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 18.124] (II) Module shadow: vendor="X.Org Foundation"
[ 18.124] compiled for 1.21.1.13, module version = 1.1.0
[ 18.124] ABI class: X.Org ANSI C Emulation, version 0.4
[ 18.124] (II) AMDGPU(0): KMS Pageflipping: enabled
[ 18.124] (II) AMDGPU(0): Output DisplayPort-2 has no monitor section
[ 18.124] (II) AMDGPU(0): Output DisplayPort-3 has no monitor section
[ 18.129] (II) AMDGPU(0): Output HDMI-A-4 has no monitor section
[ 18.129] (II) AMDGPU(0): Output HDMI-A-5 has no monitor section
[ 18.140] (II) AMDGPU(0): EDID for output DisplayPort-2
[ 18.140] (II) AMDGPU(0): EDID for output DisplayPort-3
[ 18.145] (II) AMDGPU(0): EDID for output HDMI-A-4
[ 18.145] (II) AMDGPU(0): Manufacturer: ACR Model: 604 Serial#: 2435874935
[ 18.145] (II) AMDGPU(0): Year: 2019 Week: 13
[ 18.145] (II) AMDGPU(0): EDID Version: 1.3
[ 18.145] (II) AMDGPU(0): Digital Display Input
[ 18.145] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 52 vert.: 29
[ 18.145] (II) AMDGPU(0): Gamma: 2.20
[ 18.145] (II) AMDGPU(0): DPMS capabilities: Off
[ 18.145] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 18.145] (II) AMDGPU(0): First detailed timing is preferred mode
[ 18.145] (II) AMDGPU(0): redX: 0.640 redY: 0.339 greenX: 0.312 greenY: 0.633
[ 18.145] (II) AMDGPU(0): blueX: 0.156 blueY: 0.050 whiteX: 0.313 whiteY: 0.329
[ 18.145] (II) AMDGPU(0): Supported established timings:
[ 18.145] (II) AMDGPU(0): 720x400@70Hz
[ 18.145] (II) AMDGPU(0): 640x480@60Hz
[ 18.145] (II) AMDGPU(0): 640x480@67Hz
[ 18.145] (II) AMDGPU(0): 800x600@56Hz
[ 18.145] (II) AMDGPU(0): 800x600@60Hz
[ 18.145] (II) AMDGPU(0): 1024x768@60Hz
[ 18.145] (II) AMDGPU(0): 1024x768@70Hz
[ 18.145] (II) AMDGPU(0): Manufacturer's mask: 0
[ 18.145] (II) AMDGPU(0): Supported standard timings:
[ 18.145] (II) AMDGPU(0): #0: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 18.145] (II) AMDGPU(0): #1: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 18.145] (II) AMDGPU(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 18.145] (II) AMDGPU(0): #3: hsize: 1280 vsize 800 refresh: 60 vid: 129
[ 18.145] (II) AMDGPU(0): #4: hsize: 1280 vsize 720 refresh: 60 vid: 49281
[ 18.145] (II) AMDGPU(0): #5: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 18.145] (II) AMDGPU(0): Supported detailed timing:
[ 18.145] (II) AMDGPU(0): clock: 148.5 MHz Image Size: 521 x 293 mm
[ 18.145] (II) AMDGPU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 18.145] (II) AMDGPU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 18.145] (II) AMDGPU(0): Supported detailed timing:
[ 18.145] (II) AMDGPU(0): clock: 170.0 MHz Image Size: 521 x 293 mm
[ 18.145] (II) AMDGPU(0): h_active: 1920 h_sync: 1928 h_sync_end 1960 h_blank_end 2026 h_border: 0
[ 18.145] (II) AMDGPU(0): v_active: 1080 v_sync: 1105 v_sync_end 1113 v_blanking: 1119 v_border: 0
[ 18.145] (II) AMDGPU(0): Ranges: V min: 48 V max: 75 Hz, H min: 30 H max: 85 kHz, PixClock max 185 MHz
[ 18.145] (II) AMDGPU(0): Monitor name: Acer KG241Q
[ 18.145] (II) AMDGPU(0): Supported detailed timing:
[ 18.145] (II) AMDGPU(0): clock: 148.5 MHz Image Size: 521 x 293 mm
[ 18.145] (II) AMDGPU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 18.145] (II) AMDGPU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 18.145] (II) AMDGPU(0): Supported detailed timing:
[ 18.145] (II) AMDGPU(0): clock: 27.0 MHz Image Size: 521 x 293 mm
[ 18.145] (II) AMDGPU(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
[ 18.145] (II) AMDGPU(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
[ 18.145] (II) AMDGPU(0): Supported detailed timing:
[ 18.145] (II) AMDGPU(0): clock: 74.2 MHz Image Size: 521 x 293 mm
[ 18.145] (II) AMDGPU(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
[ 18.145] (II) AMDGPU(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 18.145] (II) AMDGPU(0): Supported detailed timing:
[ 18.145] (II) AMDGPU(0): clock: 27.0 MHz Image Size: 521 x 293 mm
[ 18.145] (II) AMDGPU(0): h_active: 720 h_sync: 732 h_sync_end 796 h_blank_end 864 h_border: 0
[ 18.145] (II) AMDGPU(0): v_active: 576 v_sync: 581 v_sync_end 586 v_blanking: 625 v_border: 0
[ 18.145] (II) AMDGPU(0): Number of EDID sections to follow: 1
[ 18.145] (II) AMDGPU(0): EDID (in hex):
[ 18.145] (II) AMDGPU(0): 00ffffffffffff000472040677803091
[ 18.145] (II) AMDGPU(0): 0d1d010380341d782afc35a3564fa228
[ 18.145] (II) AMDGPU(0): 0c5054b30c00b30095008180810081c0
[ 18.145] (II) AMDGPU(0): 714f01010101023a801871382d40582c
[ 18.145] (II) AMDGPU(0): 450009252100001e6842806a70382740
[ 18.145] (II) AMDGPU(0): 0820980409252100001a000000fd0030
[ 18.145] (II) AMDGPU(0): 4b1e5512000a202020202020000000fc
[ 18.145] (II) AMDGPU(0): 0041636572204b47323431510a2001b9
[ 18.145] (II) AMDGPU(0): 020327f14b010203049005111213141f
[ 18.145] (II) AMDGPU(0): 230907018301000065030c001000681a
[ 18.145] (II) AMDGPU(0): 00000101304be6023a801871382d4058
[ 18.145] (II) AMDGPU(0): 2c450009252100001e8c0ad08a20e02d
[ 18.145] (II) AMDGPU(0): 10103e9600092521000018011d007251
[ 18.145] (II) AMDGPU(0): d01e206e28550009252100001e8c0ad0
[ 18.145] (II) AMDGPU(0): 90204031200c40550009252100001800
[ 18.145] (II) AMDGPU(0): 000000000000000000000000000000e1
[ 18.145] (II) AMDGPU(0): Printing probed modes for output HDMI-A-4
[ 18.145] (II) AMDGPU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 18.145] (II) AMDGPU(0): Modeline "1920x1080"x75.0 170.00 1920 1928 1960 2026 1080 1105 1113 1119 +hsync -vsync (83.9 kHz e)
[ 18.145] (II) AMDGPU(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 18.145] (II) AMDGPU(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[ 18.145] (II) AMDGPU(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 18.145] (II) AMDGPU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 18.145] (II) AMDGPU(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 18.145] (II) AMDGPU(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
[ 18.145] (II) AMDGPU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 18.145] (II) AMDGPU(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 18.145] (II) AMDGPU(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 18.145] (II) AMDGPU(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 18.145] (II) AMDGPU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 18.145] (II) AMDGPU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 18.145] (II) AMDGPU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 18.145] (II) AMDGPU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 18.145] (II) AMDGPU(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 18.145] (II) AMDGPU(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 18.145] (II) AMDGPU(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 18.145] (II) AMDGPU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 18.145] (II) AMDGPU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 18.145] (II) AMDGPU(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 18.145] (II) AMDGPU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 18.145] (II) AMDGPU(0): EDID for output HDMI-A-5
[ 18.145] (II) AMDGPU(0): Output DisplayPort-2 disconnected
[ 18.145] (II) AMDGPU(0): Output DisplayPort-3 disconnected
[ 18.145] (II) AMDGPU(0): Output HDMI-A-4 connected
[ 18.145] (II) AMDGPU(0): Output HDMI-A-5 disconnected
[ 18.145] (II) AMDGPU(0): Using exact sizes for initial modes
[ 18.145] (II) AMDGPU(0): Output HDMI-A-4 using initial mode 1920x1080 +0+0
[ 18.145] (II) AMDGPU(0): mem size init: gart size :1ec099000 vram size: s:2f3186000 visible:2f3186000
[ 18.145] (==) AMDGPU(0): DPI set to (96, 96)
[ 18.145] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[ 18.145] (II) Loading sub module "ramdac"
[ 18.145] (II) LoadModule: "ramdac"
[ 18.145] (II) Module "ramdac" already built-in
[ 18.145] (WW) intel(G0): Unknown chipset
[ 18.145] (--) intel(G0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 10 threads
[ 18.145] (==) intel(G0): Depth 24, (--) framebuffer bpp 32
[ 18.145] (==) intel(G0): RGB weight 888
[ 18.145] (==) intel(G0): Default visual is TrueColor
[ 18.146] (II) intel(G0): Output HDMI1 has no monitor section
[ 18.146] (II) intel(G0): Enabled output HDMI1
[ 18.146] (II) intel(G0): Output HDMI2 has no monitor section
[ 18.146] (II) intel(G0): Enabled output HDMI2
[ 18.146] (II) intel(G0): Output DP1 has no monitor section
[ 18.146] (II) intel(G0): Enabled output DP1
[ 18.146] (II) intel(G0): Output HDMI3 has no monitor section
[ 18.146] (II) intel(G0): Enabled output HDMI3
[ 18.146] (II) intel(G0): Output DP2 has no monitor section
[ 18.146] (II) intel(G0): Enabled output DP2
[ 18.146] (II) intel(G0): Output HDMI4 has no monitor section
[ 18.146] (II) intel(G0): Enabled output HDMI4
[ 18.146] (--) intel(G0): Using a maximum size of 256x256 for hardware cursors
[ 18.146] (II) intel(G0): Output VIRTUAL1 has no monitor section
[ 18.146] (II) intel(G0): Enabled output VIRTUAL1
[ 18.153] (II) intel(G0): EDID for output DP1
[ 18.163] (II) intel(G0): EDID for output DP2
[ 18.190] (II) intel(G0): EDID for output HDMI1
[ 18.190] (II) intel(G0): Manufacturer: SAM Model: ab3 Serial#: 0
[ 18.190] (II) intel(G0): Year: 2012 Week: 52
[ 18.190] (II) intel(G0): EDID Version: 1.3
[ 18.190] (II) intel(G0): Digital Display Input
[ 18.190] (II) intel(G0): Max Image Size [cm]: horiz.: 48 vert.: 27
[ 18.190] (II) intel(G0): Gamma: 2.20
[ 18.190] (II) intel(G0): No DPMS capabilities specified
[ 18.190] (II) intel(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 18.190] (II) intel(G0): First detailed timing is preferred mode
[ 18.190] (II) intel(G0): redX: 0.648 redY: 0.334 greenX: 0.333 greenY: 0.627
[ 18.190] (II) intel(G0): blueX: 0.156 blueY: 0.053 whiteX: 0.312 whiteY: 0.329
[ 18.190] (II) intel(G0): Supported established timings:
[ 18.190] (II) intel(G0): 720x400@70Hz
[ 18.190] (II) intel(G0): 640x480@60Hz
[ 18.190] (II) intel(G0): 640x480@67Hz
[ 18.190] (II) intel(G0): 640x480@72Hz
[ 18.190] (II) intel(G0): 640x480@75Hz
[ 18.190] (II) intel(G0): 800x600@60Hz
[ 18.190] (II) intel(G0): 800x600@72Hz
[ 18.190] (II) intel(G0): 800x600@75Hz
[ 18.190] (II) intel(G0): 832x624@75Hz
[ 18.190] (II) intel(G0): 1024x768@60Hz
[ 18.190] (II) intel(G0): 1024x768@70Hz
[ 18.190] (II) intel(G0): 1024x768@75Hz
[ 18.190] (II) intel(G0): 1280x1024@75Hz
[ 18.190] (II) intel(G0): 1152x864@75Hz
[ 18.190] (II) intel(G0): Manufacturer's mask: 0
[ 18.190] (II) intel(G0): Supported standard timings:
[ 18.190] (II) intel(G0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 18.190] (II) intel(G0): #1: hsize: 1280 vsize 720 refresh: 60 vid: 49281
[ 18.190] (II) intel(G0): #2: hsize: 1280 vsize 800 refresh: 60 vid: 129
[ 18.190] (II) intel(G0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 18.190] (II) intel(G0): #4: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 18.190] (II) intel(G0): #5: hsize: 1600 vsize 900 refresh: 60 vid: 49321
[ 18.190] (II) intel(G0): #6: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 18.190] (II) intel(G0): Supported detailed timing:
[ 18.190] (II) intel(G0): clock: 148.5 MHz Image Size: 477 x 268 mm
[ 18.190] (II) intel(G0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 18.190] (II) intel(G0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 18.190] (II) intel(G0): Supported detailed timing:
[ 18.190] (II) intel(G0): clock: 85.5 MHz Image Size: 477 x 268 mm
[ 18.190] (II) intel(G0): h_active: 1366 h_sync: 1436 h_sync_end 1579 h_blank_end 1792 h_border: 0
[ 18.190] (II) intel(G0): v_active: 768 v_sync: 771 v_sync_end 774 v_blanking: 798 v_border: 0
[ 18.190] (II) intel(G0): Ranges: V min: 24 V max: 75 Hz, H min: 15 H max: 81 kHz, PixClock max 235 MHz
[ 18.190] (II) intel(G0): Monitor name: T22C300
[ 18.190] (II) intel(G0): Supported detailed timing:
[ 18.190] (II) intel(G0): clock: 74.2 MHz Image Size: 477 x 268 mm
[ 18.190] (II) intel(G0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
[ 18.190] (II) intel(G0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 18.190] (II) intel(G0): Supported detailed timing:
[ 18.190] (II) intel(G0): clock: 74.2 MHz Image Size: 477 x 268 mm
[ 18.190] (II) intel(G0): h_active: 1280 h_sync: 1720 h_sync_end 1760 h_blank_end 1980 h_border: 0
[ 18.190] (II) intel(G0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 18.190] (II) intel(G0): Supported detailed timing:
[ 18.190] (II) intel(G0): clock: 74.2 MHz Image Size: 477 x 268 mm
[ 18.190] (II) intel(G0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 18.190] (II) intel(G0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
[ 18.190] (II) intel(G0): Supported detailed timing:
[ 18.190] (II) intel(G0): clock: 74.2 MHz Image Size: 477 x 268 mm
[ 18.190] (II) intel(G0): h_active: 1920 h_sync: 2448 h_sync_end 2492 h_blank_end 2640 h_border: 0
[ 18.190] (II) intel(G0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
[ 18.190] (II) intel(G0): Number of EDID sections to follow: 1
[ 18.190] (II) intel(G0): EDID (in hex):
[ 18.190] (II) intel(G0): 00ffffffffffff004c2db30a00000000
[ 18.190] (II) intel(G0): 3416010380301b780a2621a65555a028
[ 18.190] (II) intel(G0): 0d5054bdef80714f81c0810081809500
[ 18.190] (II) intel(G0): a9c0b3000101023a801871382d40582c
[ 18.190] (II) intel(G0): 4500dd0c1100001e662156aa51001e30
[ 18.190] (II) intel(G0): 468f3300dd0c1100001e000000fd0018
[ 18.190] (II) intel(G0): 4b0f5117000a202020202020000000fc
[ 18.190] (II) intel(G0): 00543232433330300a202020202001dc
[ 18.190] (II) intel(G0): 020325f14d901f041305140312202122
[ 18.190] (II) intel(G0): 07162309070783010000e2000f67030c
[ 18.190] (II) intel(G0): 001000b82d011d007251d01e206e2855
[ 18.190] (II) intel(G0): 00dd0c1100001e011d00bc52d01e20b8
[ 18.190] (II) intel(G0): 285540dd0c1100001e011d8018711c16
[ 18.190] (II) intel(G0): 20582c2500dd0c1100009e011d80d072
[ 18.190] (II) intel(G0): 1c1620102c2580dd0c1100009e000000
[ 18.190] (II) intel(G0): 000000000000000000000000000000ec
[ 18.190] (--) intel(G0): HDMI max TMDS frequency 225000KHz
[ 18.190] (II) intel(G0): Printing probed modes for output HDMI1
[ 18.190] (II) intel(G0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 18.190] (II) intel(G0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 18.190] (II) intel(G0): Modeline "1920x1080"x60.0 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[ 18.190] (II) intel(G0): Modeline "1920x1080"x30.0 74.25 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[ 18.190] (II) intel(G0): Modeline "1920x1080"x25.0 74.25 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[ 18.190] (II) intel(G0): Modeline "1920x1080"x24.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[ 18.190] (II) intel(G0): Modeline "1920x1080"x30.0 74.18 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (33.7 kHz e)
[ 18.190] (II) intel(G0): Modeline "1920x1080"x24.0 74.18 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[ 18.190] (II) intel(G0): Modeline "1680x1050"x60.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 18.190] (II) intel(G0): Modeline "1600x900"x60.0 108.00 1600 1624 1704 1800 900 901 904 1000 +hsync +vsync (60.0 kHz e)
[ 18.190] (II) intel(G0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 18.190] (II) intel(G0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 18.190] (II) intel(G0): Modeline "1440x900"x60.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 18.190] (II) intel(G0): Modeline "1366x768"x60.0 85.50 1366 1436 1579 1792 768 771 774 798 +hsync +vsync (47.7 kHz e)
[ 18.190] (II) intel(G0): Modeline "1280x800"x60.0 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
[ 18.190] (II) intel(G0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 18.190] (II) intel(G0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 18.190] (II) intel(G0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 18.190] (II) intel(G0): Modeline "1280x720"x60.0 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 18.190] (II) intel(G0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 18.190] (II) intel(G0): Modeline "1024x768"x70.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 18.190] (II) intel(G0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 18.190] (II) intel(G0): Modeline "832x624"x75.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 18.190] (II) intel(G0): Modeline "800x600"x72.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 18.190] (II) intel(G0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 18.190] (II) intel(G0): Modeline "800x600"x60.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 18.190] (II) intel(G0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 18.190] (II) intel(G0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 18.190] (II) intel(G0): Modeline "720x480"x60.0 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 18.190] (II) intel(G0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 18.190] (II) intel(G0): Modeline "640x480"x73.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 18.190] (II) intel(G0): Modeline "640x480"x67.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 18.190] (II) intel(G0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 18.190] (II) intel(G0): Modeline "640x480"x60.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 18.190] (II) intel(G0): Modeline "720x400"x70.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 18.200] (II) intel(G0): EDID for output HDMI2
[ 18.210] (II) intel(G0): EDID for output HDMI3
[ 18.220] (II) intel(G0): EDID for output HDMI4
[ 18.220] (II) intel(G0): EDID for output VIRTUAL1
[ 18.220] (==) intel(G0): TearFree enabled
[ 18.220] (==) intel(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 18.220] (==) intel(G0): DPI set to (96, 96)
[ 18.220] (II) Loading sub module "dri3"
[ 18.220] (II) LoadModule: "dri3"
[ 18.220] (II) Module "dri3" already built-in
[ 18.220] (II) Loading sub module "dri2"
[ 18.220] (II) LoadModule: "dri2"
[ 18.220] (II) Module "dri2" already built-in
[ 18.220] (II) Loading sub module "present"
[ 18.220] (II) LoadModule: "present"
[ 18.220] (II) Module "present" already built-in
[ 18.220] (II) UnloadModule: "modesetting"
[ 18.220] (II) Unloading modesetting
[ 18.220] (II) UnloadModule: "vesa"
[ 18.220] (II) Unloading vesa
[ 18.221] (II) AMDGPU(0): Front buffer pitch: 7680 bytes
[ 18.223] (==) AMDGPU(0): DRI3 disabled
[ 18.223] (==) AMDGPU(0): Backing store enabled
[ 18.223] (WW) AMDGPU(0): Direct rendering disabled
[ 18.223] (II) AMDGPU(0): 2D and 3D acceleration disabled
[ 18.223] (==) AMDGPU(0): DPMS enabled
[ 18.223] (==) AMDGPU(0): Silken mouse enabled
[ 18.241] (WW) AMDGPU(0): Option "HotplugDriver" is not used
[ 18.241] (II) intel(G0): SNA initialized with generic backend
[ 18.241] (==) intel(G0): Backing store enabled
[ 18.241] (==) intel(G0): Silken mouse enabled
[ 18.241] (II) intel(G0): HW Cursor enabled
[ 18.242] (==) intel(G0): DPMS enabled
[ 18.242] (==) intel(G0): Display hotplug detection enabled
[ 18.242] (II) intel(G0): Textured video not supported on this hardware or backend
[ 18.243] (II) intel(G0): [DRI2] Setup complete
[ 18.243] (II) intel(G0): [DRI2] DRI driver: i965
[ 18.243] (II) intel(G0): [DRI2] VDPAU driver: va_gl
[ 18.243] (II) intel(G0): direct rendering: DRI2 DRI3 enabled
[ 18.243] (II) intel(G0): hardware support for Present enabled
[ 18.243] (II) Initializing extension Generic Event Extension
[ 18.243] (II) Initializing extension SHAPE
[ 18.243] (II) Initializing extension MIT-SHM
[ 18.244] (II) Initializing extension XInputExtension
[ 18.245] (II) Initializing extension XTEST
[ 18.245] (II) Initializing extension BIG-REQUESTS
[ 18.245] (II) Initializing extension SYNC
[ 18.245] (II) Initializing extension XKEYBOARD
[ 18.246] (II) Initializing extension XC-MISC
[ 18.246] (II) Initializing extension SECURITY
[ 18.246] (II) Initializing extension XFIXES
[ 18.246] (II) Initializing extension RENDER
[ 18.247] (II) Initializing extension RANDR
[ 18.247] (II) Initializing extension COMPOSITE
[ 18.247] (II) Initializing extension DAMAGE
[ 18.247] (II) Initializing extension MIT-SCREEN-SAVER
[ 18.248] (II) Initializing extension DOUBLE-BUFFER
[ 18.248] (II) Initializing extension RECORD
[ 18.248] (II) Initializing extension DPMS
[ 18.248] (II) Initializing extension Present
[ 18.248] (II) Initializing extension DRI3
[ 18.249] (II) Initializing extension X-Resource
[ 18.249] (II) Initializing extension XVideo
[ 18.249] (II) Initializing extension XVideo-MotionCompensation
[ 18.249] (II) Initializing extension GLX
[ 18.249] (II) AIGLX: Screen 0 is not DRI2 capable
[ 18.250] (EE) IGLX error: Calling driver entry point failed
[ 18.251] (EE) GLX: could not load software renderer
[ 18.251] (II) GLX: no usable GL providers found for screen 0
[ 18.251] (II) Initializing extension XFree86-VidModeExtension
[ 18.251] (II) Initializing extension XFree86-DGA
[ 18.251] (II) Initializing extension XFree86-DRI
[ 18.251] (II) Initializing extension DRI2
[ 18.253] (EE) intel(G0): sna_mode_shutdown_crtc: invalid state found on pipe 0, disabling CRTC:82
[ 18.293] (II) AMDGPU(0): Setting screen physical size to 508 x 285
[ 18.368] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 18.368] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 18.368] (II) LoadModule: "libinput"
.......Which includes the suspicious lines:
[ 18.124] (EE) AMDGPU(0): eglGetDisplay() failed
[ 18.124] (EE) AMDGPU(0): glamor detected, failed to initialize EGL.
[ 18.124] (WW) AMDGPU(0): amdgpu_glamor_pre_init returned FALSE, using ShadowFBThe X server I am running now is completely configured automatically, I have written no conf files of my own, there is no /etc/X11/xorg.conf nor are there files in /etc/X11/xorg.conf.d
$ xrandr --listproviders
Providers: number : 2
Provider 0: id: 0x46 cap: 0x0 crtcs: 4 outputs: 4 associated providers: 0 name:AMD Radeon RX 7700 XT @ pci:0000:03:00.0
Provider 1: id: 0x88 cap: 0xb, Source Output, Sink Output, Sink Offload crtcs: 5 outputs: 7 associated providers: 0 name:Intel
$
$
$ glxinfo -B
name of display: :0
Error: couldn't find RGB GLX visual or fbconfigThat is all the information I can think of, but I am sure there are some tools and logs I have not posted that you might find helpful. I'll try to do my best to provide what's needed.
Thank you.
vlaufoo
Last edited by vlaufoo (2024-08-25 16:32:41)
Koyaanisqatsi
Offline
Have you fully updated your system? Using partial upgrades can cause that error: https://bbs.archlinux.org/viewtopic.php?id=276657
Jin, Jîyan, Azadî
Offline
You've xf86-vide-intel, no explicit DRI config for iris and don't run into the swrast driver, so I suspect you're running mesa-amber?
With an alder lake and a rx7800xt … switch to mesa and remove xf86-video-intel or (if you absolutely feel you must) Option "DRI" "iris", https://wiki.archlinux.org/title/Intel_ … ecent_GPUs
Online
No I am not on mesa-amber, I first installed the mesa package (on a fully updated system), and the xf86-video-amdgpu and xf86-video-intel drivers as I thought that was the thing to do to use both GPUs. Later out of frustration I bit more tahn I could chew installing mesa-git with yay, without knowing too much of what I was doing. So now I have mesa-git I suppose.
I gather the intel xf86 driver is not correct? I must have misread the wiki. I'll look again and update you on the situation.
$ pacman -Qs mesa
local/glu 9.0.3-2
Mesa OpenGL utility library
local/lib32-libva-mesa-driver 1:24.1.6-1
Open-source VA-API drivers - 32-bit
local/lib32-mesa 1:24.1.6-1
Open-source OpenGL drivers - 32-bit
local/mesa-git 24.3.0_devel.193957.81e3930ec0a.d41d8cd-1
an open-source implementation of the OpenGL specification, git version
local/mesa-utils 9.0.0-4
Essential Mesa utilitiesKoyaanisqatsi
Offline
Remove the xf86-video-* packages, switch back to the repo mesa and post an updated xorg log.
Online
No I am not on mesa-amber, I first installed the mesa package (on a fully updated system), and the xf86-video-amdgpu and xf86-video-intel drivers as I thought that was the thing to do to use both GPUs. Later out of frustration I bit more tahn I could chew installing mesa-git with yay, without knowing too much of what I was doing. So now I have mesa-git I suppose.
I gather the intel xf86 driver is not correct? I must have misread the wiki. I'll look again and update you on the situation.
The wiki says "The xf86-video-intel package provides the legacy intel DDX driver from Gen 2 to Gen 9 hardware. This package is generally not recommended, see note below." You're on Gen 12.2 assuming seth's correct that it's Alder Lake.
As for xf86-video-amdgpu, that's fine, although seth seems to have some personal grudge against it.
Last edited by Scimmia (2024-08-25 15:36:30)
Offline
Ok I have removed the xf86-video packages and the mesa-git package, switching back to mesa.
$ pacman -Qs mesa
local/glu 9.0.3-2
Mesa OpenGL utility library
local/lib32-libva-mesa-driver 1:24.1.6-1
Open-source VA-API drivers - 32-bit
local/lib32-mesa 1:24.1.6-1
Open-source OpenGL drivers - 32-bit
local/lib32-mesa-utils 9.0.0-1
Essential Mesa utilities (32-bit)
local/libva-mesa-driver 1:24.1.6-1
Open-source VA-API drivers
local/mesa 1:24.1.6-1
Open-source OpenGL drivers
local/mesa-utils 9.0.0-4
Essential Mesa utilitiesThe log is:
[ 14.114]
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[ 14.114] Current Operating System: Linux Z690-P 6.10.6-arch1-1 #1 SMP PREEMPT_DYNAMIC Mon, 19 Aug 2024 17:02:39 +0000 x86_64
[ 14.114] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=UUID=fab68432-0966-4e91-872b-12792e2eb1a4 rw
[ 14.114]
[ 14.114] Current version of pixman: 0.43.4
[ 14.114] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 14.114] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 14.114] (==) Log file: "/home/vlaufoo/.local/share/xorg/Xorg.0.log", Time: Sun Aug 25 17:42:04 2024
[ 14.116] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 14.117] (==) No Layout section. Using the first Screen section.
[ 14.117] (==) No screen section available. Using defaults.
[ 14.117] (**) |-->Screen "Default Screen Section" (0)
[ 14.117] (**) | |-->Monitor "<default monitor>"
[ 14.117] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 14.117] (**) Allowing byte-swapped clients
[ 14.117] (==) Automatically adding devices
[ 14.117] (==) Automatically enabling devices
[ 14.117] (==) Automatically adding GPU devices
[ 14.117] (==) Automatically binding GPU devices
[ 14.117] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 14.120] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 14.120] Entry deleted from font path.
[ 14.122] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 14.122] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 14.122] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 14.122] (II) Module ABI versions:
[ 14.122] X.Org ANSI C Emulation: 0.4
[ 14.122] X.Org Video Driver: 25.2
[ 14.122] X.Org XInput driver : 24.4
[ 14.122] X.Org Server Extension : 10.0
[ 14.123] (++) using VT number 1
[ 14.126] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 14.132] (II) xfree86: Adding drm device (/dev/dri/card2)
[ 14.132] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:00.0/0000:03:00.0/drm/card2
[ 14.134] (II) systemd-logind: got fd for /dev/dri/card2 226:2 fd 13 paused 0
[ 14.136] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 14.136] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[ 14.137] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 14 paused 0
[ 14.146] (--) PCI: (0@0:2:0) 8086:4680:1462:7d36 rev 12, Mem @ 0x6412000000/16777216, 0x4000000000/268435456, I/O @ 0x00007000/64
[ 14.146] (--) PCI:*(3@0:0:0) 1002:747e:1da2:475f rev 255, Mem @ 0x6000000000/17179869184, 0x6400000000/268435456, 0x81c00000/1048576, I/O @ 0x00006000/256, BIOS @ 0x????????/131072
[ 14.146] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 14.146] (II) LoadModule: "glx"
[ 14.148] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 14.154] (II) Module glx: vendor="X.Org Foundation"
[ 14.154] compiled for 1.21.1.13, module version = 1.0.0
[ 14.154] ABI class: X.Org Server Extension, version 10.0
[ 14.154] (==) Matched ati as autoconfigured driver 0
[ 14.154] (==) Matched intel as autoconfigured driver 1
[ 14.154] (==) Matched modesetting as autoconfigured driver 2
[ 14.154] (==) Matched fbdev as autoconfigured driver 3
[ 14.154] (==) Matched vesa as autoconfigured driver 4
[ 14.154] (==) Assigned the driver to the xf86ConfigLayout
[ 14.154] (II) LoadModule: "ati"
[ 14.154] (WW) Warning, couldn't open module ati
[ 14.154] (EE) Failed to load module "ati" (module does not exist, 0)
[ 14.154] (II) LoadModule: "intel"
[ 14.154] (WW) Warning, couldn't open module intel
[ 14.154] (EE) Failed to load module "intel" (module does not exist, 0)
[ 14.154] (II) LoadModule: "modesetting"
[ 14.154] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 14.156] (II) Module modesetting: vendor="X.Org Foundation"
[ 14.156] compiled for 1.21.1.13, module version = 1.21.1
[ 14.156] Module class: X.Org Video Driver
[ 14.156] ABI class: X.Org Video Driver, version 25.2
[ 14.156] (II) LoadModule: "fbdev"
[ 14.156] (WW) Warning, couldn't open module fbdev
[ 14.156] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 14.156] (II) LoadModule: "vesa"
[ 14.156] (WW) Warning, couldn't open module vesa
[ 14.157] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 14.157] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 14.157] (II) modeset(0): using drv /dev/dri/card2
[ 14.157] (II) modeset(G0): using drv /dev/dri/card1
[ 14.157] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 14.157] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 14.157] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 14.157] (==) modeset(0): RGB weight 888
[ 14.157] (==) modeset(0): Default visual is TrueColor
[ 14.157] (II) Loading sub module "glamoregl"
[ 14.157] (II) LoadModule: "glamoregl"
[ 14.157] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 14.165] (II) Module glamoregl: vendor="X.Org Foundation"
[ 14.165] compiled for 1.21.1.13, module version = 1.0.1
[ 14.165] ABI class: X.Org ANSI C Emulation, version 0.4
[ 14.375] (EE) modeset(0): eglGetDisplay() failed
[ 14.380] (II) modeset(0): glamor initialization failed
[ 14.380] (II) modeset(0): ShadowFB: preferred YES, enabled YES
[ 14.380] (II) modeset(0): Double-buffered shadow updates: off
[ 14.380] (II) modeset(0): Output DP-3 has no monitor section
[ 14.380] (II) modeset(0): Output DP-4 has no monitor section
[ 14.385] (II) modeset(0): Output HDMI-5 has no monitor section
[ 14.385] (II) modeset(0): Output HDMI-6 has no monitor section
[ 14.386] (II) modeset(0): EDID for output DP-3
[ 14.386] (II) modeset(0): EDID for output DP-4
[ 14.390] (II) modeset(0): EDID for output HDMI-5
[ 14.390] (II) modeset(0): Manufacturer: ACR Model: 604 Serial#: 2435874935
[ 14.390] (II) modeset(0): Year: 2019 Week: 13
[ 14.390] (II) modeset(0): EDID Version: 1.3
[ 14.390] (II) modeset(0): Digital Display Input
[ 14.390] (II) modeset(0): Max Image Size [cm]: horiz.: 52 vert.: 29
[ 14.390] (II) modeset(0): Gamma: 2.20
[ 14.390] (II) modeset(0): DPMS capabilities: Off
[ 14.390] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 14.390] (II) modeset(0): First detailed timing is preferred mode
[ 14.390] (II) modeset(0): redX: 0.640 redY: 0.339 greenX: 0.312 greenY: 0.633
[ 14.390] (II) modeset(0): blueX: 0.156 blueY: 0.050 whiteX: 0.313 whiteY: 0.329
[ 14.390] (II) modeset(0): Supported established timings:
[ 14.390] (II) modeset(0): 720x400@70Hz
[ 14.390] (II) modeset(0): 640x480@60Hz
[ 14.390] (II) modeset(0): 640x480@67Hz
[ 14.390] (II) modeset(0): 800x600@56Hz
[ 14.390] (II) modeset(0): 800x600@60Hz
[ 14.390] (II) modeset(0): 1024x768@60Hz
[ 14.390] (II) modeset(0): 1024x768@70Hz
[ 14.390] (II) modeset(0): Manufacturer's mask: 0
[ 14.390] (II) modeset(0): Supported standard timings:
[ 14.390] (II) modeset(0): #0: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 14.390] (II) modeset(0): #1: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 14.390] (II) modeset(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 14.390] (II) modeset(0): #3: hsize: 1280 vsize 800 refresh: 60 vid: 129
[ 14.390] (II) modeset(0): #4: hsize: 1280 vsize 720 refresh: 60 vid: 49281
[ 14.390] (II) modeset(0): #5: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 14.390] (II) modeset(0): Supported detailed timing:
[ 14.390] (II) modeset(0): clock: 148.5 MHz Image Size: 521 x 293 mm
[ 14.390] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 14.390] (II) modeset(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 14.390] (II) modeset(0): Supported detailed timing:
[ 14.390] (II) modeset(0): clock: 170.0 MHz Image Size: 521 x 293 mm
[ 14.390] (II) modeset(0): h_active: 1920 h_sync: 1928 h_sync_end 1960 h_blank_end 2026 h_border: 0
[ 14.390] (II) modeset(0): v_active: 1080 v_sync: 1105 v_sync_end 1113 v_blanking: 1119 v_border: 0
[ 14.390] (II) modeset(0): Ranges: V min: 48 V max: 75 Hz, H min: 30 H max: 85 kHz, PixClock max 185 MHz
[ 14.390] (II) modeset(0): Monitor name: Acer KG241Q
[ 14.390] (II) modeset(0): Supported detailed timing:
[ 14.390] (II) modeset(0): clock: 148.5 MHz Image Size: 521 x 293 mm
[ 14.390] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 14.390] (II) modeset(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 14.390] (II) modeset(0): Supported detailed timing:
[ 14.390] (II) modeset(0): clock: 27.0 MHz Image Size: 521 x 293 mm
[ 14.390] (II) modeset(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
[ 14.390] (II) modeset(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
[ 14.390] (II) modeset(0): Supported detailed timing:
[ 14.390] (II) modeset(0): clock: 74.2 MHz Image Size: 521 x 293 mm
[ 14.390] (II) modeset(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
[ 14.390] (II) modeset(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 14.390] (II) modeset(0): Supported detailed timing:
[ 14.390] (II) modeset(0): clock: 27.0 MHz Image Size: 521 x 293 mm
[ 14.390] (II) modeset(0): h_active: 720 h_sync: 732 h_sync_end 796 h_blank_end 864 h_border: 0
[ 14.390] (II) modeset(0): v_active: 576 v_sync: 581 v_sync_end 586 v_blanking: 625 v_border: 0
[ 14.390] (II) modeset(0): Number of EDID sections to follow: 1
[ 14.390] (II) modeset(0): EDID (in hex):
[ 14.390] (II) modeset(0): 00ffffffffffff000472040677803091
[ 14.390] (II) modeset(0): 0d1d010380341d782afc35a3564fa228
[ 14.390] (II) modeset(0): 0c5054b30c00b30095008180810081c0
[ 14.390] (II) modeset(0): 714f01010101023a801871382d40582c
[ 14.390] (II) modeset(0): 450009252100001e6842806a70382740
[ 14.390] (II) modeset(0): 0820980409252100001a000000fd0030
[ 14.390] (II) modeset(0): 4b1e5512000a202020202020000000fc
[ 14.390] (II) modeset(0): 0041636572204b47323431510a2001b9
[ 14.390] (II) modeset(0): 020327f14b010203049005111213141f
[ 14.390] (II) modeset(0): 230907018301000065030c001000681a
[ 14.390] (II) modeset(0): 00000101304be6023a801871382d4058
[ 14.390] (II) modeset(0): 2c450009252100001e8c0ad08a20e02d
[ 14.390] (II) modeset(0): 10103e9600092521000018011d007251
[ 14.390] (II) modeset(0): d01e206e28550009252100001e8c0ad0
[ 14.390] (II) modeset(0): 90204031200c40550009252100001800
[ 14.390] (II) modeset(0): 000000000000000000000000000000e1
[ 14.390] (II) modeset(0): Not using default mode "1440x810" (bad mode clock/interlace/doublescan)
[ 14.390] (II) modeset(0): Not using default mode "1600x900" (bad mode clock/interlace/doublescan)
[ 14.390] (II) modeset(0): Not using default mode "1920x1080" (bad mode clock/interlace/doublescan)
[ 14.390] (II) modeset(0): Printing probed modes for output HDMI-5
[ 14.390] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 14.390] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 14.390] (II) modeset(0): Modeline "1920x1080"x75.0 170.00 1920 1928 1960 2026 1080 1105 1113 1119 +hsync -vsync (83.9 kHz e)
[ 14.390] (II) modeset(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 14.390] (II) modeset(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[ 14.390] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 14.390] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 14.390] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 14.390] (II) modeset(0): Modeline "1400x1050"x74.8 155.80 1400 1464 1784 1912 1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[ 14.390] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 14.390] (II) modeset(0): Modeline "1600x900"x59.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 14.390] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 14.390] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 14.390] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[ 14.390] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 14.390] (II) modeset(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 14.390] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 14.390] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 14.390] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 14.390] (II) modeset(0): Modeline "1440x810"x60.0 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 14.390] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 14.390] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 14.390] (II) modeset(0): Modeline "1280x800"x60.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 14.390] (II) modeset(0): Modeline "1280x800"x60.0 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 14.390] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 14.390] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
[ 14.390] (II) modeset(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 14.390] (II) modeset(0): Modeline "1280x720"x60.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 14.390] (II) modeset(0): Modeline "1280x720"x60.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 14.390] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 14.390] (II) modeset(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 14.390] (II) modeset(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 14.390] (II) modeset(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 14.390] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 14.390] (II) modeset(0): Modeline "1024x768"x75.0 170.24 1024 1108 1220 1416 768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[ 14.390] (II) modeset(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 14.390] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz d)
[ 14.390] (II) modeset(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 14.390] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 14.390] (II) modeset(0): Modeline "960x720"x75.0 148.50 960 1032 1144 1320 720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[ 14.390] (II) modeset(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 14.390] (II) modeset(0): Modeline "928x696"x75.0 144.00 928 992 1104 1280 696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[ 14.390] (II) modeset(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 14.390] (II) modeset(0): Modeline "896x672"x75.0 130.50 896 944 1052 1228 672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[ 14.390] (II) modeset(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 14.390] (II) modeset(0): Modeline "1024x576"x60.0 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 14.390] (II) modeset(0): Modeline "1024x576"x60.0 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 14.390] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 14.390] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 14.390] (II) modeset(0): Modeline "960x600"x59.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 14.390] (II) modeset(0): Modeline "960x600"x60.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 14.390] (II) modeset(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz d)
[ 14.390] (II) modeset(0): Modeline "960x540"x60.0 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 14.390] (II) modeset(0): Modeline "960x540"x60.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 14.390] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 14.390] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 14.390] (II) modeset(0): Modeline "800x600"x75.0 101.25 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[ 14.390] (II) modeset(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[ 14.390] (II) modeset(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[ 14.390] (II) modeset(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 14.390] (II) modeset(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz d)
[ 14.390] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz d)
[ 14.390] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 14.390] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 14.390] (II) modeset(0): Modeline "840x525"x60.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 14.390] (II) modeset(0): Modeline "840x525"x59.9 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 14.390] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 14.390] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 14.390] (II) modeset(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 14.390] (II) modeset(0): Modeline "700x525"x74.8 77.90 700 732 892 956 525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[ 14.390] (II) modeset(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 14.390] (II) modeset(0): Modeline "800x450"x59.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 14.390] (II) modeset(0): Modeline "800x450"x59.8 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 14.390] (II) modeset(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 14.390] (II) modeset(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 14.390] (II) modeset(0): Modeline "640x512"x75.0 67.50 640 648 720 844 512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[ 14.390] (II) modeset(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 14.390] (II) modeset(0): Modeline "700x450"x60.0 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 14.390] (II) modeset(0): Modeline "700x450"x59.9 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 14.390] (II) modeset(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 14.390] (II) modeset(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz d)
[ 14.390] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz d)
[ 14.390] (II) modeset(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 14.390] (II) modeset(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 14.390] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 14.390] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 14.390] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 14.390] (II) modeset(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 14.390] (II) modeset(0): Modeline "684x384"x59.9 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 14.390] (II) modeset(0): Modeline "684x384"x59.9 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 14.390] (II) modeset(0): Modeline "640x400"x59.9 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 14.390] (II) modeset(0): Modeline "640x400"x60.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 14.390] (II) modeset(0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[ 14.390] (II) modeset(0): Modeline "640x360"x59.9 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 14.390] (II) modeset(0): Modeline "640x360"x59.8 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 14.390] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 14.390] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 14.390] (II) modeset(0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[ 14.390] (II) modeset(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[ 14.390] (II) modeset(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 14.390] (II) modeset(0): Modeline "512x288"x60.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 14.390] (II) modeset(0): Modeline "512x288"x59.9 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 14.390] (II) modeset(0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[ 14.390] (II) modeset(0): Modeline "480x270"x59.6 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 14.390] (II) modeset(0): Modeline "480x270"x59.8 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 14.390] (II) modeset(0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[ 14.390] (II) modeset(0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[ 14.390] (II) modeset(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 14.390] (II) modeset(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 14.390] (II) modeset(0): Modeline "432x243"x59.9 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 14.390] (II) modeset(0): Modeline "432x243"x59.6 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 14.390] (II) modeset(0): Modeline "320x240"x72.8 15.75 320 332 352 416 240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[ 14.390] (II) modeset(0): Modeline "320x240"x75.0 15.75 320 328 360 420 240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[ 14.390] (II) modeset(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 14.390] (II) modeset(0): Modeline "360x202"x59.5 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 14.390] (II) modeset(0): Modeline "360x202"x59.1 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 14.390] (II) modeset(0): Modeline "320x180"x59.8 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 14.390] (II) modeset(0): Modeline "320x180"x59.3 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 14.390] (II) modeset(0): EDID for output HDMI-6
[ 14.390] (II) modeset(0): Output DP-3 disconnected
[ 14.390] (II) modeset(0): Output DP-4 disconnected
[ 14.390] (II) modeset(0): Output HDMI-5 connected
[ 14.390] (II) modeset(0): Output HDMI-6 disconnected
[ 14.390] (II) modeset(0): Using exact sizes for initial modes
[ 14.390] (II) modeset(0): Output HDMI-5 using initial mode 1920x1080 +0+0
[ 14.390] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 14.390] (==) modeset(0): DPI set to (96, 96)
[ 14.390] (II) Loading sub module "fb"
[ 14.390] (II) LoadModule: "fb"
[ 14.390] (II) Module "fb" already built-in
[ 14.390] (II) Loading sub module "shadow"
[ 14.390] (II) LoadModule: "shadow"
[ 14.390] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 14.391] (II) Module shadow: vendor="X.Org Foundation"
[ 14.391] compiled for 1.21.1.13, module version = 1.1.0
[ 14.391] ABI class: X.Org ANSI C Emulation, version 0.4
[ 14.391] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[ 14.391] (==) modeset(G0): RGB weight 888
[ 14.391] (==) modeset(G0): Default visual is TrueColor
[ 14.391] (II) Loading sub module "glamoregl"
[ 14.391] (II) LoadModule: "glamoregl"
[ 14.391] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 14.391] (II) Module glamoregl: vendor="X.Org Foundation"
[ 14.391] compiled for 1.21.1.13, module version = 1.0.1
[ 14.391] ABI class: X.Org ANSI C Emulation, version 0.4
[ 14.397] (EE) modeset(G0): eglGetDisplay() failed
[ 14.398] (II) modeset(G0): glamor initialization failed
[ 14.398] (II) modeset(G0): ShadowFB: preferred YES, enabled YES
[ 14.398] (II) modeset(G0): Double-buffered shadow updates: off
[ 14.425] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[ 14.433] (II) modeset(G0): Output HDMI-1-2 has no monitor section
[ 14.443] (II) modeset(G0): Output DP-1-1 has no monitor section
[ 14.453] (II) modeset(G0): Output HDMI-1-3 has no monitor section
[ 14.463] (II) modeset(G0): Output DP-1-2 has no monitor section
[ 14.473] (II) modeset(G0): Output HDMI-1-4 has no monitor section
[ 14.501] (II) modeset(G0): EDID for output HDMI-1-1
[ 14.501] (II) modeset(G0): Manufacturer: SAM Model: ab3 Serial#: 0
[ 14.501] (II) modeset(G0): Year: 2012 Week: 52
[ 14.501] (II) modeset(G0): EDID Version: 1.3
[ 14.501] (II) modeset(G0): Digital Display Input
[ 14.501] (II) modeset(G0): Max Image Size [cm]: horiz.: 48 vert.: 27
[ 14.501] (II) modeset(G0): Gamma: 2.20
[ 14.501] (II) modeset(G0): No DPMS capabilities specified
[ 14.501] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 14.501] (II) modeset(G0): First detailed timing is preferred mode
[ 14.501] (II) modeset(G0): redX: 0.648 redY: 0.334 greenX: 0.333 greenY: 0.627
[ 14.501] (II) modeset(G0): blueX: 0.156 blueY: 0.053 whiteX: 0.312 whiteY: 0.329
[ 14.501] (II) modeset(G0): Supported established timings:
[ 14.501] (II) modeset(G0): 720x400@70Hz
[ 14.501] (II) modeset(G0): 640x480@60Hz
[ 14.501] (II) modeset(G0): 640x480@67Hz
[ 14.501] (II) modeset(G0): 640x480@72Hz
[ 14.501] (II) modeset(G0): 640x480@75Hz
[ 14.501] (II) modeset(G0): 800x600@60Hz
[ 14.501] (II) modeset(G0): 800x600@72Hz
[ 14.501] (II) modeset(G0): 800x600@75Hz
[ 14.501] (II) modeset(G0): 832x624@75Hz
[ 14.501] (II) modeset(G0): 1024x768@60Hz
[ 14.501] (II) modeset(G0): 1024x768@70Hz
[ 14.501] (II) modeset(G0): 1024x768@75Hz
[ 14.501] (II) modeset(G0): 1280x1024@75Hz
[ 14.501] (II) modeset(G0): 1152x864@75Hz
[ 14.501] (II) modeset(G0): Manufacturer's mask: 0
[ 14.501] (II) modeset(G0): Supported standard timings:
[ 14.501] (II) modeset(G0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 14.501] (II) modeset(G0): #1: hsize: 1280 vsize 720 refresh: 60 vid: 49281
[ 14.501] (II) modeset(G0): #2: hsize: 1280 vsize 800 refresh: 60 vid: 129
[ 14.501] (II) modeset(G0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 14.501] (II) modeset(G0): #4: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 14.501] (II) modeset(G0): #5: hsize: 1600 vsize 900 refresh: 60 vid: 49321
[ 14.501] (II) modeset(G0): #6: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 14.501] (II) modeset(G0): Supported detailed timing:
[ 14.501] (II) modeset(G0): clock: 148.5 MHz Image Size: 477 x 268 mm
[ 14.501] (II) modeset(G0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 14.501] (II) modeset(G0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 14.501] (II) modeset(G0): Supported detailed timing:
[ 14.501] (II) modeset(G0): clock: 85.5 MHz Image Size: 477 x 268 mm
[ 14.501] (II) modeset(G0): h_active: 1366 h_sync: 1436 h_sync_end 1579 h_blank_end 1792 h_border: 0
[ 14.501] (II) modeset(G0): v_active: 768 v_sync: 771 v_sync_end 774 v_blanking: 798 v_border: 0
[ 14.501] (II) modeset(G0): Ranges: V min: 24 V max: 75 Hz, H min: 15 H max: 81 kHz, PixClock max 235 MHz
[ 14.501] (II) modeset(G0): Monitor name: T22C300
[ 14.501] (II) modeset(G0): Supported detailed timing:
[ 14.501] (II) modeset(G0): clock: 74.2 MHz Image Size: 477 x 268 mm
[ 14.501] (II) modeset(G0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
[ 14.501] (II) modeset(G0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 14.501] (II) modeset(G0): Supported detailed timing:
[ 14.501] (II) modeset(G0): clock: 74.2 MHz Image Size: 477 x 268 mm
[ 14.501] (II) modeset(G0): h_active: 1280 h_sync: 1720 h_sync_end 1760 h_blank_end 1980 h_border: 0
[ 14.501] (II) modeset(G0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 14.501] (II) modeset(G0): Supported detailed timing:
[ 14.501] (II) modeset(G0): clock: 74.2 MHz Image Size: 477 x 268 mm
[ 14.501] (II) modeset(G0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 14.501] (II) modeset(G0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
[ 14.501] (II) modeset(G0): Supported detailed timing:
[ 14.501] (II) modeset(G0): clock: 74.2 MHz Image Size: 477 x 268 mm
[ 14.501] (II) modeset(G0): h_active: 1920 h_sync: 2448 h_sync_end 2492 h_blank_end 2640 h_border: 0
[ 14.501] (II) modeset(G0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
[ 14.501] (II) modeset(G0): Number of EDID sections to follow: 1
[ 14.501] (II) modeset(G0): EDID (in hex):
[ 14.501] (II) modeset(G0): 00ffffffffffff004c2db30a00000000
[ 14.501] (II) modeset(G0): 3416010380301b780a2621a65555a028
[ 14.501] (II) modeset(G0): 0d5054bdef80714f81c0810081809500
[ 14.501] (II) modeset(G0): a9c0b3000101023a801871382d40582c
[ 14.501] (II) modeset(G0): 4500dd0c1100001e662156aa51001e30
[ 14.501] (II) modeset(G0): 468f3300dd0c1100001e000000fd0018
[ 14.502] (II) modeset(G0): 4b0f5117000a202020202020000000fc
[ 14.502] (II) modeset(G0): 00543232433330300a202020202001dc
[ 14.502] (II) modeset(G0): 020325f14d901f041305140312202122
[ 14.502] (II) modeset(G0): 07162309070783010000e2000f67030c
[ 14.502] (II) modeset(G0): 001000b82d011d007251d01e206e2855
[ 14.502] (II) modeset(G0): 00dd0c1100001e011d00bc52d01e20b8
[ 14.502] (II) modeset(G0): 285540dd0c1100001e011d8018711c16
[ 14.502] (II) modeset(G0): 20582c2500dd0c1100009e011d80d072
[ 14.502] (II) modeset(G0): 1c1620102c2580dd0c1100009e000000
[ 14.502] (II) modeset(G0): 000000000000000000000000000000ec
[ 14.502] (--) modeset(G0): HDMI max TMDS frequency 225000KHz
[ 14.502] (II) modeset(G0): Printing probed modes for output HDMI-1-1
[ 14.502] (II) modeset(G0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 14.502] (II) modeset(G0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 14.502] (II) modeset(G0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[ 14.502] (II) modeset(G0): Modeline "1920x1080"x30.0 74.25 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[ 14.502] (II) modeset(G0): Modeline "1920x1080"x25.0 74.25 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[ 14.502] (II) modeset(G0): Modeline "1920x1080"x24.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[ 14.502] (II) modeset(G0): Modeline "1920x1080"x30.0 74.18 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (33.7 kHz e)
[ 14.502] (II) modeset(G0): Modeline "1920x1080"x24.0 74.18 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[ 14.502] (II) modeset(G0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 14.502] (II) modeset(G0): Modeline "1600x900"x60.0 108.00 1600 1624 1704 1800 900 901 904 1000 +hsync +vsync (60.0 kHz e)
[ 14.502] (II) modeset(G0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 14.502] (II) modeset(G0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 14.502] (II) modeset(G0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 14.502] (II) modeset(G0): Modeline "1366x768"x59.8 85.50 1366 1436 1579 1792 768 771 774 798 +hsync +vsync (47.7 kHz e)
[ 14.502] (II) modeset(G0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
[ 14.502] (II) modeset(G0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 14.502] (II) modeset(G0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 14.502] (II) modeset(G0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 14.502] (II) modeset(G0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 14.502] (II) modeset(G0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 14.502] (II) modeset(G0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 14.502] (II) modeset(G0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 14.502] (II) modeset(G0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 14.502] (II) modeset(G0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 14.502] (II) modeset(G0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 14.502] (II) modeset(G0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 14.502] (II) modeset(G0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 14.502] (II) modeset(G0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 14.502] (II) modeset(G0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 14.502] (II) modeset(G0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 14.502] (II) modeset(G0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 14.502] (II) modeset(G0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 14.502] (II) modeset(G0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 14.502] (II) modeset(G0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 14.502] (II) modeset(G0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 14.510] (II) modeset(G0): EDID for output HDMI-1-2
[ 14.520] (II) modeset(G0): EDID for output DP-1-1
[ 14.530] (II) modeset(G0): EDID for output HDMI-1-3
[ 14.540] (II) modeset(G0): EDID for output DP-1-2
[ 14.550] (II) modeset(G0): EDID for output HDMI-1-4
[ 14.550] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 14.550] (==) modeset(G0): DPI set to (96, 96)
[ 14.550] (II) Loading sub module "fb"
[ 14.550] (II) LoadModule: "fb"
[ 14.550] (II) Module "fb" already built-in
[ 14.550] (II) Loading sub module "shadow"
[ 14.550] (II) LoadModule: "shadow"
[ 14.550] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 14.550] (II) Module shadow: vendor="X.Org Foundation"
[ 14.550] compiled for 1.21.1.13, module version = 1.1.0
[ 14.550] ABI class: X.Org ANSI C Emulation, version 0.4
[ 14.552] (==) modeset(0): Backing store enabled
[ 14.552] (==) modeset(0): Silken mouse enabled
[ 14.552] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 14.553] (==) modeset(0): DPMS enabled
[ 14.553] (==) modeset(G0): Backing store enabled
[ 14.553] (==) modeset(G0): Silken mouse enabled
[ 14.695] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[ 14.695] (==) modeset(G0): DPMS enabled
[ 14.695] (II) Initializing extension Generic Event Extension
[ 14.695] (II) Initializing extension SHAPE
[ 14.696] (II) Initializing extension MIT-SHM
[ 14.696] (II) Initializing extension XInputExtension
[ 14.697] (II) Initializing extension XTEST
[ 14.697] (II) Initializing extension BIG-REQUESTS
[ 14.698] (II) Initializing extension SYNC
[ 14.698] (II) Initializing extension XKEYBOARD
[ 14.698] (II) Initializing extension XC-MISC
[ 14.698] (II) Initializing extension SECURITY
[ 14.699] (II) Initializing extension XFIXES
[ 14.699] (II) Initializing extension RENDER
[ 14.699] (II) Initializing extension RANDR
[ 14.700] (II) Initializing extension COMPOSITE
[ 14.700] (II) Initializing extension DAMAGE
[ 14.700] (II) Initializing extension MIT-SCREEN-SAVER
[ 14.701] (II) Initializing extension DOUBLE-BUFFER
[ 14.701] (II) Initializing extension RECORD
[ 14.701] (II) Initializing extension DPMS
[ 14.701] (II) Initializing extension Present
[ 14.702] (II) Initializing extension DRI3
[ 14.702] (II) Initializing extension X-Resource
[ 14.702] (II) Initializing extension XVideo
[ 14.702] (II) Initializing extension XVideo-MotionCompensation
[ 14.702] (II) Initializing extension GLX
[ 14.703] (II) AIGLX: Screen 0 is not DRI2 capable
[ 14.715] (II) IGLX: Loaded and initialized swrast
[ 14.715] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 14.715] (II) Initializing extension XFree86-VidModeExtension
[ 14.715] (II) Initializing extension XFree86-DGA
[ 14.715] (II) Initializing extension XFree86-DRI
[ 14.715] (II) Initializing extension DRI2
[ 14.762] (II) modeset(G0): Damage tracking initialized
[ 14.762] (II) modeset(0): Damage tracking initialized
[ 14.762] (II) modeset(0): Setting screen physical size to 508 x 285
[ 14.816] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 14.816] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 14.816] (II) LoadModule: "libinput"
[ 14.816] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 14.817] (II) Module libinput: vendor="X.Org Foundation"
[ 14.817] compiled for 1.21.1.13, module version = 1.4.0
[ 14.817] Module class: X.Org XInput Driver
[ 14.817] ABI class: X.Org XInput driver, version 24.4
[ 14.817] (II) Using input driver 'libinput' for 'Power Button'
[ 14.818] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 23 paused 0
[ 14.818] (**) Power Button: always reports core events
[ 14.818] (**) Option "Device" "/dev/input/event2"
[ 14.822] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 14.822] (II) event2 - Power Button: device is a keyboard
[ 14.822] (II) event2 - Power Button: device removed
[ 14.822] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 14.822] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 14.823] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 14.823] (II) event2 - Power Button: device is a keyboard
[ 14.823] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[ 14.823] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 14.823] (II) Using input driver 'libinput' for 'Video Bus'
[ 14.824] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 26 paused 0
[ 14.824] (**) Video Bus: always reports core events
[ 14.824] (**) Option "Device" "/dev/input/event3"
[ 14.824] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 14.824] (II) event3 - Video Bus: device is a keyboard
[ 14.824] (II) event3 - Video Bus: device removed
[ 14.824] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[ 14.824] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 14.825] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 14.825] (II) event3 - Video Bus: device is a keyboard
[ 14.825] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 14.825] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 14.825] (II) Using input driver 'libinput' for 'Power Button'
[ 14.826] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 27 paused 0
[ 14.826] (**) Power Button: always reports core events
[ 14.826] (**) Option "Device" "/dev/input/event1"
[ 14.826] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 14.826] (II) event1 - Power Button: device is a keyboard
[ 14.826] (II) event1 - Power Button: device removed
[ 14.826] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 14.826] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 14.827] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 14.827] (II) event1 - Power Button: device is a keyboard
[ 14.827] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 14.827] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 14.827] (II) Using input driver 'libinput' for 'Sleep Button'
[ 14.828] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 28 paused 0
[ 14.828] (**) Sleep Button: always reports core events
[ 14.828] (**) Option "Device" "/dev/input/event0"
[ 14.829] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 14.829] (II) event0 - Sleep Button: device is a keyboard
[ 14.830] (II) event0 - Sleep Button: device removed
[ 14.830] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 14.830] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 14.831] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 14.831] (II) event0 - Sleep Button: device is a keyboard
[ 14.833] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event15)
[ 14.833] (II) No input driver specified, ignoring this device.
[ 14.833] (II) This device may have been added with another device file.
[ 14.834] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event16)
[ 14.834] (II) No input driver specified, ignoring this device.
[ 14.834] (II) This device may have been added with another device file.
[ 14.834] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event17)
[ 14.834] (II) No input driver specified, ignoring this device.
[ 14.834] (II) This device may have been added with another device file.
[ 14.835] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event18)
[ 14.835] (II) No input driver specified, ignoring this device.
[ 14.835] (II) This device may have been added with another device file.
[ 14.835] (II) config/udev: Adding input device MSI MYSTIC LIGHT (/dev/input/event9)
[ 14.835] (II) No input driver specified, ignoring this device.
[ 14.835] (II) This device may have been added with another device file.
[ 14.836] (II) config/udev: Adding input device ASUSTeK TUF GAMING M4 AIR (/dev/input/event4)
[ 14.836] (**) ASUSTeK TUF GAMING M4 AIR: Applying InputClass "libinput pointer catchall"
[ 14.836] (II) Using input driver 'libinput' for 'ASUSTeK TUF GAMING M4 AIR'
[ 14.893] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 29 paused 0
[ 14.893] (**) ASUSTeK TUF GAMING M4 AIR: always reports core events
[ 14.893] (**) Option "Device" "/dev/input/event4"
[ 14.896] (II) event4 - ASUSTeK TUF GAMING M4 AIR: is tagged by udev as: Mouse
[ 14.897] (II) event4 - ASUSTeK TUF GAMING M4 AIR: device is a pointer
[ 14.897] (II) event4 - ASUSTeK TUF GAMING M4 AIR: device removed
[ 14.897] (II) libinput: ASUSTeK TUF GAMING M4 AIR: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 14.897] (II) libinput: ASUSTeK TUF GAMING M4 AIR: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 14.897] (II) libinput: ASUSTeK TUF GAMING M4 AIR: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 14.897] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:0B05:1A03.0002/input/input4/event4"
[ 14.897] (II) XINPUT: Adding extended input device "ASUSTeK TUF GAMING M4 AIR" (type: MOUSE, id 10)
[ 14.897] (**) Option "AccelerationScheme" "none"
[ 14.897] (**) ASUSTeK TUF GAMING M4 AIR: (accel) selected scheme none/0
[ 14.897] (**) ASUSTeK TUF GAMING M4 AIR: (accel) acceleration factor: 2.000
[ 14.897] (**) ASUSTeK TUF GAMING M4 AIR: (accel) acceleration threshold: 4
[ 14.899] (II) event4 - ASUSTeK TUF GAMING M4 AIR: is tagged by udev as: Mouse
[ 14.899] (II) event4 - ASUSTeK TUF GAMING M4 AIR: device is a pointer
[ 14.899] (II) config/udev: Adding input device ASUSTeK TUF GAMING M4 AIR (/dev/input/mouse0)
[ 14.899] (II) No input driver specified, ignoring this device.
[ 14.899] (II) This device may have been added with another device file.
[ 14.899] (II) config/udev: Adding input device ASUSTeK TUF GAMING M4 AIR Consumer Control (/dev/input/event5)
[ 14.899] (**) ASUSTeK TUF GAMING M4 AIR Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 14.899] (II) Using input driver 'libinput' for 'ASUSTeK TUF GAMING M4 AIR Consumer Control'
[ 14.900] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 30 paused 0
[ 14.900] (**) ASUSTeK TUF GAMING M4 AIR Consumer Control: always reports core events
[ 14.900] (**) Option "Device" "/dev/input/event5"
[ 14.900] (II) event5 - ASUSTeK TUF GAMING M4 AIR Consumer Control: is tagged by udev as: Keyboard
[ 14.900] (II) event5 - ASUSTeK TUF GAMING M4 AIR Consumer Control: device is a keyboard
[ 14.900] (II) event5 - ASUSTeK TUF GAMING M4 AIR Consumer Control: device removed
[ 14.900] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:0B05:1A03.0003/input/input5/event5"
[ 14.900] (II) XINPUT: Adding extended input device "ASUSTeK TUF GAMING M4 AIR Consumer Control" (type: KEYBOARD, id 11)
[ 14.903] (II) event5 - ASUSTeK TUF GAMING M4 AIR Consumer Control: is tagged by udev as: Keyboard
[ 14.903] (II) event5 - ASUSTeK TUF GAMING M4 AIR Consumer Control: device is a keyboard
[ 14.905] (II) config/udev: Adding input device ASUSTeK TUF GAMING M4 AIR System Control (/dev/input/event6)
[ 14.905] (**) ASUSTeK TUF GAMING M4 AIR System Control: Applying InputClass "libinput keyboard catchall"
[ 14.905] (II) Using input driver 'libinput' for 'ASUSTeK TUF GAMING M4 AIR System Control'
[ 14.905] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 31 paused 0
[ 14.905] (**) ASUSTeK TUF GAMING M4 AIR System Control: always reports core events
[ 14.905] (**) Option "Device" "/dev/input/event6"
[ 14.906] (II) event6 - ASUSTeK TUF GAMING M4 AIR System Control: is tagged by udev as: Keyboard
[ 14.906] (II) event6 - ASUSTeK TUF GAMING M4 AIR System Control: device is a keyboard
[ 14.907] (II) event6 - ASUSTeK TUF GAMING M4 AIR System Control: device removed
[ 14.907] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:0B05:1A03.0003/input/input6/event6"
[ 14.907] (II) XINPUT: Adding extended input device "ASUSTeK TUF GAMING M4 AIR System Control" (type: KEYBOARD, id 12)
[ 14.909] (II) event6 - ASUSTeK TUF GAMING M4 AIR System Control: is tagged by udev as: Keyboard
[ 14.909] (II) event6 - ASUSTeK TUF GAMING M4 AIR System Control: device is a keyboard
[ 14.911] (II) config/udev: Adding input device ASUSTeK TUF GAMING M4 AIR (/dev/input/event7)
[ 14.911] (II) No input driver specified, ignoring this device.
[ 14.911] (II) This device may have been added with another device file.
[ 14.912] (II) config/udev: Adding input device ASUSTeK TUF GAMING M4 AIR Keyboard (/dev/input/event8)
[ 14.912] (**) ASUSTeK TUF GAMING M4 AIR Keyboard: Applying InputClass "libinput keyboard catchall"
[ 14.912] (II) Using input driver 'libinput' for 'ASUSTeK TUF GAMING M4 AIR Keyboard'
[ 14.914] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 32 paused 0
[ 14.914] (**) ASUSTeK TUF GAMING M4 AIR Keyboard: always reports core events
[ 14.914] (**) Option "Device" "/dev/input/event8"
[ 14.916] (II) event8 - ASUSTeK TUF GAMING M4 AIR Keyboard: is tagged by udev as: Keyboard
[ 14.916] (II) event8 - ASUSTeK TUF GAMING M4 AIR Keyboard: device is a keyboard
[ 14.917] (II) event8 - ASUSTeK TUF GAMING M4 AIR Keyboard: device removed
[ 14.917] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:0B05:1A03.0003/input/input8/event8"
[ 14.917] (II) XINPUT: Adding extended input device "ASUSTeK TUF GAMING M4 AIR Keyboard" (type: KEYBOARD, id 13)
[ 14.919] (II) event8 - ASUSTeK TUF GAMING M4 AIR Keyboard: is tagged by udev as: Keyboard
[ 14.919] (II) event8 - ASUSTeK TUF GAMING M4 AIR Keyboard: device is a keyboard
[ 14.920] (II) config/udev: Adding input device HTLTEK Gaming keyboard (/dev/input/event10)
[ 14.920] (**) HTLTEK Gaming keyboard: Applying InputClass "libinput keyboard catchall"
[ 14.920] (II) Using input driver 'libinput' for 'HTLTEK Gaming keyboard'
[ 14.920] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 33 paused 0
[ 14.920] (**) HTLTEK Gaming keyboard: always reports core events
[ 14.920] (**) Option "Device" "/dev/input/event10"
[ 14.922] (II) event10 - HTLTEK Gaming keyboard: is tagged by udev as: Keyboard
[ 14.922] (II) event10 - HTLTEK Gaming keyboard: device is a keyboard
[ 14.923] (II) event10 - HTLTEK Gaming keyboard: device removed
[ 14.923] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2:1.0/0003:04D9:A1CD.0005/input/input10/event10"
[ 14.923] (II) XINPUT: Adding extended input device "HTLTEK Gaming keyboard" (type: KEYBOARD, id 14)
[ 14.926] (II) event10 - HTLTEK Gaming keyboard: is tagged by udev as: Keyboard
[ 14.926] (II) event10 - HTLTEK Gaming keyboard: device is a keyboard
[ 14.928] (II) config/udev: Adding input device HTLTEK Gaming keyboard (/dev/input/event11)
[ 14.928] (II) No input driver specified, ignoring this device.
[ 14.928] (II) This device may have been added with another device file.
[ 14.929] (II) config/udev: Adding input device HTLTEK Gaming keyboard Consumer Control (/dev/input/event12)
[ 14.929] (**) HTLTEK Gaming keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 14.929] (II) Using input driver 'libinput' for 'HTLTEK Gaming keyboard Consumer Control'
[ 14.930] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 34 paused 0
[ 14.930] (**) HTLTEK Gaming keyboard Consumer Control: always reports core events
[ 14.930] (**) Option "Device" "/dev/input/event12"
[ 14.932] (II) event12 - HTLTEK Gaming keyboard Consumer Control: is tagged by udev as: Keyboard
[ 14.932] (II) event12 - HTLTEK Gaming keyboard Consumer Control: device is a keyboard
[ 14.932] (II) event12 - HTLTEK Gaming keyboard Consumer Control: device removed
[ 14.932] (II) libinput: HTLTEK Gaming keyboard Consumer Control: needs a virtual subdevice
[ 14.932] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2:1.1/0003:04D9:A1CD.0006/input/input12/event12"
[ 14.932] (II) XINPUT: Adding extended input device "HTLTEK Gaming keyboard Consumer Control" (type: MOUSE, id 15)
[ 14.933] (**) Option "AccelerationScheme" "none"
[ 14.933] (**) HTLTEK Gaming keyboard Consumer Control: (accel) selected scheme none/0
[ 14.933] (**) HTLTEK Gaming keyboard Consumer Control: (accel) acceleration factor: 2.000
[ 14.933] (**) HTLTEK Gaming keyboard Consumer Control: (accel) acceleration threshold: 4
[ 14.934] (II) event12 - HTLTEK Gaming keyboard Consumer Control: is tagged by udev as: Keyboard
[ 14.934] (II) event12 - HTLTEK Gaming keyboard Consumer Control: device is a keyboard
[ 14.935] (II) config/udev: Adding input device HTLTEK Gaming keyboard (/dev/input/event13)
[ 14.935] (**) HTLTEK Gaming keyboard: Applying InputClass "libinput pointer catchall"
[ 14.935] (II) Using input driver 'libinput' for 'HTLTEK Gaming keyboard'
[ 14.990] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 35 paused 0
[ 14.990] (**) HTLTEK Gaming keyboard: always reports core events
[ 14.990] (**) Option "Device" "/dev/input/event13"
[ 14.993] (II) event13 - HTLTEK Gaming keyboard: is tagged by udev as: Mouse
[ 14.993] (II) event13 - HTLTEK Gaming keyboard: device is a pointer
[ 14.994] (II) event13 - HTLTEK Gaming keyboard: device removed
[ 14.994] (II) libinput: HTLTEK Gaming keyboard: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 14.994] (II) libinput: HTLTEK Gaming keyboard: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 14.994] (II) libinput: HTLTEK Gaming keyboard: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 14.994] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2:1.3/0003:04D9:A1CD.0008/input/input13/event13"
[ 14.994] (II) XINPUT: Adding extended input device "HTLTEK Gaming keyboard" (type: MOUSE, id 16)
[ 14.994] (**) Option "AccelerationScheme" "none"
[ 14.994] (**) HTLTEK Gaming keyboard: (accel) selected scheme none/0
[ 14.994] (**) HTLTEK Gaming keyboard: (accel) acceleration factor: 2.000
[ 14.994] (**) HTLTEK Gaming keyboard: (accel) acceleration threshold: 4
[ 14.997] (II) event13 - HTLTEK Gaming keyboard: is tagged by udev as: Mouse
[ 14.997] (II) event13 - HTLTEK Gaming keyboard: device is a pointer
[ 14.999] (II) config/udev: Adding input device HTLTEK Gaming keyboard (/dev/input/mouse1)
[ 14.999] (II) No input driver specified, ignoring this device.
[ 14.999] (II) This device may have been added with another device file.
[ 14.999] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event19)
[ 15.000] (II) No input driver specified, ignoring this device.
[ 15.000] (II) This device may have been added with another device file.
[ 15.000] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event20)
[ 15.000] (II) No input driver specified, ignoring this device.
[ 15.000] (II) This device may have been added with another device file.
[ 15.001] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event21)
[ 15.001] (II) No input driver specified, ignoring this device.
[ 15.001] (II) This device may have been added with another device file.
[ 15.001] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event22)
[ 15.001] (II) No input driver specified, ignoring this device.
[ 15.001] (II) This device may have been added with another device file.
[ 15.002] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event23)
[ 15.002] (II) No input driver specified, ignoring this device.
[ 15.002] (II) This device may have been added with another device file.
[ 15.002] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event24)
[ 15.002] (II) No input driver specified, ignoring this device.
[ 15.002] (II) This device may have been added with another device file.
[ 15.003] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event25)
[ 15.003] (II) No input driver specified, ignoring this device.
[ 15.003] (II) This device may have been added with another device file.
[ 15.003] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event26)
[ 15.003] (II) No input driver specified, ignoring this device.
[ 15.003] (II) This device may have been added with another device file.
[ 15.004] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event27)
[ 15.004] (II) No input driver specified, ignoring this device.
[ 15.004] (II) This device may have been added with another device file.
[ 15.004] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event28)
[ 15.004] (II) No input driver specified, ignoring this device.
[ 15.004] (II) This device may have been added with another device file.
[ 15.004] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event29)
[ 15.004] (II) No input driver specified, ignoring this device.
[ 15.004] (II) This device may have been added with another device file.
[ 15.005] (II) config/udev: Adding input device PC Speaker (/dev/input/event14)
[ 15.005] (II) No input driver specified, ignoring this device.
[ 15.005] (II) This device may have been added with another device file.
[ 15.010] (**) HTLTEK Gaming keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 15.010] (II) Using input driver 'libinput' for 'HTLTEK Gaming keyboard Consumer Control'
[ 15.010] (II) systemd-logind: returning pre-existing fd for /dev/input/event12 13:76
[ 15.010] (**) HTLTEK Gaming keyboard Consumer Control: always reports core events
[ 15.010] (**) Option "Device" "/dev/input/event12"
[ 15.010] (II) libinput: HTLTEK Gaming keyboard Consumer Control: is a virtual subdevice
[ 15.010] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2:1.1/0003:04D9:A1CD.0006/input/input12/event12"
[ 15.010] (II) XINPUT: Adding extended input device "HTLTEK Gaming keyboard Consumer Control" (type: KEYBOARD, id 17)
[ 15.555] (II) modeset(0): Disabling kernel dirty updates, not required.Koyaanisqatsi
Offline
No, don't - it's generally fine, but 1. the OP also has at least xf86-video-vesa and 2. the MO is to remove all variables, establish a functional baseline, then optionall add back complexity.
[ 14.375] (EE) modeset(0): eglGetDisplay() failed
[ 14.380] (II) modeset(0): glamor initialization failedpacman -Qikk mesa mesa-utils xorg-server libglvnd
ldd /usr/lib/xorg/modules/drivers/modesetting_drv.soOnline
$ pacman -Qikk mesa mesa-utils xorg-server libglvnd
Name : mesa
Version : 1:24.1.6-1
Description : Open-source OpenGL drivers
Architecture : x86_64
URL : https://www.mesa3d.org/
Licenses : MIT AND BSD-3-Clause AND SGI-B-2.0
Groups : None
Provides : mesa-libgl opengl-driver
Depends On : expat gcc-libs glibc libdrm libelf libglvnd libx11 libxcb libxext libxfixes libxshmfence
libxxf86vm llvm-libs lm_sensors wayland zlib zstd libomxil-bellagio
Optional Deps : opengl-man-pages: for the OpenGL API man pages
Required By : gst-plugins-bad-libs gst-plugins-base-libs kpipewire lib32-mesa libglvnd mpv qt5-base
qt6-base qt6-webengine webkit2gtk-4.1 xorg-server-devel
Optional For : fastfetch
Conflicts With : mesa-libgl
Replaces : mesa-libgl
Installed Size : 98.00 MiB
Packager : Jan Alexander Steffens (heftig) <heftig@archlinux.org>
Build Date : Thu 15 Aug 2024 02:31:13 AM CEST
Install Date : Sun 25 Aug 2024 05:32:50 PM CEST
Install Reason : Explicitly installed
Install Script : No
Validated By : Signature
mesa: 72 total files, 0 altered files
Name : mesa-utils
Version : 9.0.0-4
Description : Essential Mesa utilities
Architecture : x86_64
URL : https://www.mesa3d.org/
Licenses : MIT
Groups : None
Provides : glxinfo glxgears eglinfo eglgears es2info es2gears
Depends On : libgl libdecor libxkbcommon-x11 vulkan-icd-loader libxcb wayland libdrm libx11 libxkbcommon
glibc
Optional Deps : None
Required By : lutris
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 781.07 KiB
Packager : Andreas Radke <andyrtr@archlinux.org>
Build Date : Fri 05 Apr 2024 02:31:46 PM CEST
Install Date : Sun 25 Aug 2024 05:32:50 PM CEST
Install Reason : Installed as a dependency for another package
Install Script : No
Validated By : Signature
mesa-utils: 22 total files, 0 altered files
Name : xorg-server
Version : 21.1.13-1
Description : Xorg X server
Architecture : x86_64
URL : https://xorg.freedesktop.org
Licenses : LicenseRef-Adobe-Display-PostScript BSD-3-Clause LicenseRef-DEC-3-Clause HPND
LicenseRef-HPND-sell-MIT-disclaimer-xserver HPND-sell-variant ICU ISC MIT MIT-open-group NTP
SGI-B-2.0 SMLNJ X11 X11-distribute-modifications-variant
Groups : xorg
Provides : X-ABI-VIDEODRV_VERSION=25.2 X-ABI-XINPUT_VERSION=24.4 X-ABI-EXTENSION_VERSION=10.0 x-server
Depends On : libepoxy libxfont2 pixman xorg-server-common libunwind dbus libgl xf86-input-libinput
nettle libxdmcp sh glibc libxau systemd-libs libtirpc libpciaccess libdrm libxshmfence
libxcvt
Optional Deps : None
Required By : None
Optional For : None
Conflicts With : nvidia-utils<=331.20 glamor-egl xf86-video-modesetting
Replaces : glamor-egl xf86-video-modesetting
Installed Size : 3.62 MiB
Packager : Andreas Radke <andyrtr@archlinux.org>
Build Date : Fri 12 Apr 2024 08:22:35 PM CEST
Install Date : Sat 13 Apr 2024 01:26:27 PM CEST
Install Reason : Explicitly installed
Install Script : Yes
Validated By : Signature
xorg-server: 49 total files, 0 altered files
Name : libglvnd
Version : 1.7.0-1
Description : The GL Vendor-Neutral Dispatch library
Architecture : x86_64
URL : https://gitlab.freedesktop.org/glvnd/libglvnd
Licenses : custom:BSD-like
Groups : None
Provides : libgl libegl libgles libEGL.so=1-64 libGL.so=1-64 libGLESv2.so=2-64 libGLX.so=0-64
libGLdispatch.so=0-64 libOpenGL.so=0-64
Depends On : libxext mesa opengl-driver
Optional Deps : None
Required By : coin dwayland ffmpeg freeglut gl2ps glew glfw glu gst-plugins-bad-libs
gst-plugins-base-libs gtk3 gtk4 kitty kitty-shell-integration lib32-libglvnd libepoxy libva
libva-nvidia-driver libwpe materialx mesa mesa-utils mpv opencv openxr qt5-base qt6-base
qt6-multimedia-ffmpeg qt6-wayland sdl2 usd vlc webkit2gtk-4.1 wpebackend-fdo wxwidgets-gtk3
xorg-server xorg-server-xephyr xorg-server-xvfb xorg-xdriinfo
Optional For : mlt
Conflicts With : None
Replaces : None
Installed Size : 3.70 MiB
Packager : Felix Yan <felixonmars@archlinux.org>
Build Date : Sat 07 Oct 2023 09:27:41 PM CEST
Install Date : Fri 02 Feb 2024 12:40:52 PM CET
Install Reason : Installed as a dependency for another package
Install Script : No
Validated By : Signature
libglvnd: 58 total files, 0 altered filesand
$ ldd /usr/lib/xorg/modules/drivers/modesetting_drv.so
linux-vdso.so.1 (0x00007e543d472000)
libpixman-1.so.0 => /usr/lib/libpixman-1.so.0 (0x00007e543d363000)
libudev.so.1 => /usr/lib/libudev.so.1 (0x00007e543d31d000)
libdrm.so.2 => /usr/lib/libdrm.so.2 (0x00007e543d306000)
libgbm.so.1 => /usr/lib/libgbm.so.1 (0x00007e543d2f5000)
libc.so.6 => /usr/lib/libc.so.6 (0x00007e543d104000)
libm.so.6 => /usr/lib/libm.so.6 (0x00007e543d015000)
/usr/lib64/ld-linux-x86-64.so.2 (0x00007e543d474000)
libcap.so.2 => /usr/lib/libcap.so.2 (0x00007e543d007000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007e543cfd9000)
libwayland-server.so.0 => /usr/lib/libwayland-server.so.0 (0x00007e543cfc5000)
libexpat.so.1 => /usr/lib/libexpat.so.1 (0x00007e543cf9c000)
libxcb-randr.so.0 => /usr/lib/libxcb-randr.so.0 (0x00007e543cf8a000)
libffi.so.8 => /usr/lib/libffi.so.8 (0x00007e543cf7d000)
libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007e543cf52000)
libXau.so.6 => /usr/lib/libXau.so.6 (0x00007e543cf4d000)
libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007e543cf45000)Koyaanisqatsi
Offline
Looks fine…
printenv(We're mostly looking for stuff like https://wiki.archlinux.org/title/NVIDIA … oftware_GL )
Online
I don't recall setting any env variables when I set nvidia GPU up.
SHELL=/usr/bin/bash
WINDOWID=10485780
COLORTERM=truecolor
CSF_MDTVTexturesDirectory=/usr/share/opencascade/resources/Textures
CSF_DrawPluginDefaults=/usr/share/opencascade/resources/DrawResources
__EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/10_nvidia.json
LANGUAGE=
CSF_LANGUAGE=us
CSF_MIGRATION_TYPES=/usr/share/opencascade/resources/StdResource/MigrationSheet.txt
CREDENTIALS_DIRECTORY=/run/credentials/getty@tty1.service
SHELL_SESSION_ID=86083fd1c23b4b37b45240ebe6c38cfc
MEMORY_PRESSURE_WRITE=c29tZSAyMDAwMDAgMjAwMDAwMAA=
LIBVA_DRIVER_NAME=nvidia
CSF_OCCTResourcePath=/usr/share/opencascade/resources
CSF_STEPDefaults=/usr/share/opencascade/resources/XSTEPResource
EDITOR=nvim
GTK_MODULES=canberra-gtk-module
XDG_SEAT=seat0
PWD=/home/vlaufoo
KLESS_RISCV=/home/vlaufoo/riscv-kless-toolchain
LOGNAME=vlaufoo
QT_QPA_PLATFORMTHEME=qt5ct
XDG_SESSION_TYPE=tty
MGLS_HOME=/home/vlaufoo/mnt/Data/Documenti/UNI/Esercizi_Dispense/DISAII/modeltech/modeltech/2020.4/modeltech/linux_x86_64/mgls
DRAWHOME=/usr/share/opencascade/resources/DrawResources
RISCV_TOOLCHAIN=/home/vlaufoo/riscv-kless-toolchain
GIT_SSL_NO_VERIFY=1
SYSTEMD_EXEC_PID=791
XAUTHORITY=/home/vlaufoo/.Xauthority
CSF_StandardLiteDefaults=/usr/share/opencascade/resources/StdResource
WINDOWPATH=1
MOTD_SHOWN=pam
HOME=/home/vlaufoo
LANG=en_US.UTF-8
LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=00:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.7z=01;31:*.ace=01;31:*.alz=01;31:*.apk=01;31:*.arc=01;31:*.arj=01;31:*.bz=01;31:*.bz2=01;31:*.cab=01;31:*.cpio=01;31:*.crate=01;31:*.deb=01;31:*.drpm=01;31:*.dwm=01;31:*.dz=01;31:*.ear=01;31:*.egg=01;31:*.esd=01;31:*.gz=01;31:*.jar=01;31:*.lha=01;31:*.lrz=01;31:*.lz=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.lzo=01;31:*.pyz=01;31:*.rar=01;31:*.rpm=01;31:*.rz=01;31:*.sar=01;31:*.swm=01;31:*.t7z=01;31:*.tar=01;31:*.taz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tgz=01;31:*.tlz=01;31:*.txz=01;31:*.tz=01;31:*.tzo=01;31:*.tzst=01;31:*.udeb=01;31:*.war=01;31:*.whl=01;31:*.wim=01;31:*.xz=01;31:*.z=01;31:*.zip=01;31:*.zoo=01;31:*.zst=01;31:*.avif=01;35:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:*~=00;90:*#=00;90:*.bak=00;90:*.crdownload=00;90:*.dpkg-dist=00;90:*.dpkg-new=00;90:*.dpkg-old=00;90:*.dpkg-tmp=00;90:*.old=00;90:*.orig=00;90:*.part=00;90:*.rej=00;90:*.rpmnew=00;90:*.rpmorig=00;90:*.rpmsave=00;90:*.swp=00;90:*.tmp=00;90:*.ucf-dist=00;90:*.ucf-new=00;90:*.ucf-old=00;90:
KONSOLE_DBUS_SERVICE=:1.40
MEMORY_PRESSURE_WATCH=/sys/fs/cgroup/system.slice/system-getty.slice/getty@tty1.service/memory.pressure
KONSOLE_DBUS_SESSION=/Sessions/1
PROFILEHOME=
INVOCATION_ID=a3b92dba8ec548b98598ccead43759e6
SPIKE_PATH=/home/vlaufoo/riscv-toolchain/bin
KONSOLE_VERSION=240502
CSF_ShadersDirectory=/usr/share/opencascade/resources/Shaders
CSF_EXCEPTION_PROMPT=1
CSF_XmlOcafResource=/usr/share/opencascade/resources/XmlOcafResource
MOZ_DISABLE_RDD_SANDBOX=1
CSF_SHMessage=/usr/share/opencascade/resources/SHMessage
NVD_BACKEND=direct
XDG_SESSION_CLASS=user
TERM=xterm-256color
USER=vlaufoo
RISCV_OBJCOPY=/home/vlaufoo/riscv-kless-toolchain/bin/riscv32-unknown-elf-objcopy
COLORFGBG=15;0
CUSTOM_RISCV=/home/vlaufoo/mnt/LinuxData/uvm-spike/
CSF_StandardDefaults=/usr/share/opencascade/resources/StdResource
CSF_IGESDefaults=/usr/share/opencascade/resources/XSTEPResource
DISPLAY=:0
CSF_XCAFDefaults=/usr/share/opencascade/resources/StdResource
SHLVL=3
RISCV_GCC=/home/vlaufoo/riscv-kless-toolchain/bin/riscv32-unknown-elf-gcc
XDG_VTNR=1
CSF_PluginDefaults=/usr/share/opencascade/resources/StdResource
CSF_TObjMessage=/usr/share/opencascade/resources/TObj
XDG_SESSION_ID=1
CASROOT=/usr
XDG_RUNTIME_DIR=/run/user/1000
PS1= \[\e[1;96;3m\]\u\[\e[0m\]@\h\[\e[0;93m\]\w\[\e[0m\]:
DEBUGINFOD_URLS=https://debuginfod.archlinux.org
CSF_XSMessage=/usr/share/opencascade/resources/XSMessage
MMGT_CLEAR=1
GTK3_MODULES=xapp-gtk3-module
PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/usr/local/texlive/2023/bin/x86_64-linux:/home/vlaufoo/riscv-kless-toolchain/bin:/home/vlaufoo/riscv-toolchain/bin:/home/vlaufoo/Programs/Scripts/linked:/usr/local/texlive/2023/bin/x86_64-linux:/home/vlaufoo/riscv-kless-toolchain/bin:/home/vlaufoo/riscv-toolchain/bin:/home/vlaufoo/Programs/Scripts/linked
CSF_TObjDefaults=/usr/share/opencascade/resources/StdResource
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
MAIL=/var/spool/mail/vlaufoo
DRAWDEFAULT=/usr/share/opencascade/resources/DrawResources/DrawDefault
RISCV=/home/vlaufoo/riscv-toolchain
KONSOLE_DBUS_WINDOW=/Windows/1
_=/usr/bin/printenvKoyaanisqatsi
Offline
I don't either, mostly because I wasn't there, but we've a clear winner:
__EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/10_nvidia.json
LIBVA_DRIVER_NAME=nvidiaOnline
Maybe I had my head turned while doing it? It's the same technique I sometimes use while reading the wiki... ![]()
Thank you seth, OBS and Steam games start with no problems. I'll also try going back to xf86-video-amdgpu and post a log after, but the issue is solved. Have a good day/evening.
vlaufoo
P.S. I'm sure the problem with multihead is going to be easier to fix now, but if it isn't I guess I'll see you again The problem became trivial, I now see all outputs in xrandr.![]()
Here is the X log:
[ 1183.482]
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[ 1183.485] Current Operating System: Linux Z690-P 6.10.6-arch1-1 #1 SMP PREEMPT_DYNAMIC Mon, 19 Aug 2024 17:02:39 +0000 x86_64
[ 1183.485] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=UUID=fab68432-0966-4e91-872b-12792e2eb1a4 rw
[ 1183.487]
[ 1183.487] Current version of pixman: 0.43.4
[ 1183.488] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 1183.488] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 1183.491] (==) Log file: "/home/vlaufoo/.local/share/xorg/Xorg.0.log", Time: Sun Aug 25 18:44:35 2024
[ 1183.492] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 1183.492] (==) No Layout section. Using the first Screen section.
[ 1183.492] (==) No screen section available. Using defaults.
[ 1183.492] (**) |-->Screen "Default Screen Section" (0)
[ 1183.492] (**) | |-->Monitor "<default monitor>"
[ 1183.492] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 1183.492] (**) Allowing byte-swapped clients
[ 1183.492] (==) Automatically adding devices
[ 1183.492] (==) Automatically enabling devices
[ 1183.492] (==) Automatically adding GPU devices
[ 1183.492] (==) Automatically binding GPU devices
[ 1183.492] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 1183.492] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 1183.492] Entry deleted from font path.
[ 1183.492] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 1183.492] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 1183.492] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 1183.492] (II) Module ABI versions:
[ 1183.492] X.Org ANSI C Emulation: 0.4
[ 1183.492] X.Org Video Driver: 25.2
[ 1183.492] X.Org XInput driver : 24.4
[ 1183.492] X.Org Server Extension : 10.0
[ 1183.492] (++) using VT number 1
[ 1183.492] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 1183.493] (II) xfree86: Adding drm device (/dev/dri/card2)
[ 1183.493] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:00.0/0000:03:00.0/drm/card2
[ 1183.495] (II) systemd-logind: got fd for /dev/dri/card2 226:2 fd 13 paused 0
[ 1183.495] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 1183.495] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[ 1183.495] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 14 paused 0
[ 1183.497] (--) PCI: (0@0:2:0) 8086:4680:1462:7d36 rev 12, Mem @ 0x6412000000/16777216, 0x4000000000/268435456, I/O @ 0x00007000/64
[ 1183.497] (--) PCI:*(3@0:0:0) 1002:747e:1da2:475f rev 255, Mem @ 0x6000000000/17179869184, 0x6400000000/268435456, 0x81c00000/1048576, I/O @ 0x00006000/256, BIOS @ 0x????????/131072
[ 1183.497] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 1183.497] (II) LoadModule: "glx"
[ 1183.497] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 1183.499] (II) Module glx: vendor="X.Org Foundation"
[ 1183.499] compiled for 1.21.1.13, module version = 1.0.0
[ 1183.499] ABI class: X.Org Server Extension, version 10.0
[ 1183.499] (II) Applying OutputClass "AMDgpu" to /dev/dri/card2
[ 1183.499] loading driver: amdgpu
[ 1183.499] (==) Matched amdgpu as autoconfigured driver 0
[ 1183.499] (==) Matched ati as autoconfigured driver 1
[ 1183.499] (==) Matched intel as autoconfigured driver 2
[ 1183.499] (==) Matched modesetting as autoconfigured driver 3
[ 1183.499] (==) Matched fbdev as autoconfigured driver 4
[ 1183.499] (==) Matched vesa as autoconfigured driver 5
[ 1183.499] (==) Assigned the driver to the xf86ConfigLayout
[ 1183.499] (II) LoadModule: "amdgpu"
[ 1183.499] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[ 1183.499] (II) Module amdgpu: vendor="X.Org Foundation"
[ 1183.499] compiled for 1.21.1.11, module version = 23.0.0
[ 1183.499] Module class: X.Org Video Driver
[ 1183.499] ABI class: X.Org Video Driver, version 25.2
[ 1183.499] (II) LoadModule: "ati"
[ 1183.499] (WW) Warning, couldn't open module ati
[ 1183.499] (EE) Failed to load module "ati" (module does not exist, 0)
[ 1183.499] (II) LoadModule: "intel"
[ 1183.499] (WW) Warning, couldn't open module intel
[ 1183.499] (EE) Failed to load module "intel" (module does not exist, 0)
[ 1183.499] (II) LoadModule: "modesetting"
[ 1183.499] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 1183.500] (II) Module modesetting: vendor="X.Org Foundation"
[ 1183.500] compiled for 1.21.1.13, module version = 1.21.1
[ 1183.500] Module class: X.Org Video Driver
[ 1183.500] ABI class: X.Org Video Driver, version 25.2
[ 1183.500] (II) LoadModule: "fbdev"
[ 1183.500] (WW) Warning, couldn't open module fbdev
[ 1183.500] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 1183.500] (II) LoadModule: "vesa"
[ 1183.500] (WW) Warning, couldn't open module vesa
[ 1183.500] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 1183.500] (II) AMDGPU: Driver for AMD Radeon:
All GPUs supported by the amdgpu kernel driver
[ 1183.500] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 1183.500] (WW) Falling back to old probe method for modesetting
[ 1183.500] (EE) open /dev/dri/card0: No such file or directory
[ 1183.500] (II) modeset(G0): using drv /dev/dri/card1
[ 1183.500] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 1183.500] (II) AMDGPU(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 1183.500] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[ 1183.500] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 1183.500] (==) AMDGPU(0): Default visual is TrueColor
[ 1183.500] (II) Applying OutputClass "AMDgpu" options to /dev/dri/card2
[ 1183.500] (==) AMDGPU(0): RGB weight 888
[ 1183.500] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[ 1183.500] (--) AMDGPU(0): Chipset: "AMD Radeon RX 7700 XT" (ChipID = 0x747e)
[ 1183.500] (II) Loading sub module "fb"
[ 1183.500] (II) LoadModule: "fb"
[ 1183.500] (II) Module "fb" already built-in
[ 1183.500] (II) Loading sub module "dri2"
[ 1183.500] (II) LoadModule: "dri2"
[ 1183.500] (II) Module "dri2" already built-in
[ 1183.515] (II) Loading sub module "glamoregl"
[ 1183.515] (II) LoadModule: "glamoregl"
[ 1183.515] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 1183.516] (II) Module glamoregl: vendor="X.Org Foundation"
[ 1183.516] compiled for 1.21.1.13, module version = 1.0.1
[ 1183.516] ABI class: X.Org ANSI C Emulation, version 0.4
[ 1183.520] (II) AMDGPU(0): glamor X acceleration enabled on AMD Radeon RX 7700 XT (radeonsi, navi32, LLVM 18.1.8, DRM 3.57, 6.10.6-arch1-1)
[ 1183.520] (II) AMDGPU(0): glamor detected, initialising EGL layer.
[ 1183.520] (==) AMDGPU(0): TearFree property default: auto
[ 1183.520] (==) AMDGPU(0): VariableRefresh: disabled
[ 1183.520] (==) AMDGPU(0): AsyncFlipSecondaries: disabled
[ 1183.520] (II) AMDGPU(0): KMS Pageflipping: enabled
[ 1183.520] (II) AMDGPU(0): Output DisplayPort-2 has no monitor section
[ 1183.520] (II) AMDGPU(0): Output DisplayPort-3 has no monitor section
[ 1183.524] (II) AMDGPU(0): Output HDMI-A-4 has no monitor section
[ 1183.524] (II) AMDGPU(0): Output HDMI-A-5 has no monitor section
[ 1183.539] (II) AMDGPU(0): EDID for output DisplayPort-2
[ 1183.539] (II) AMDGPU(0): EDID for output DisplayPort-3
[ 1183.545] (II) AMDGPU(0): EDID for output HDMI-A-4
[ 1183.545] (II) AMDGPU(0): Manufacturer: ACR Model: 604 Serial#: 2435874935
[ 1183.545] (II) AMDGPU(0): Year: 2019 Week: 13
[ 1183.545] (II) AMDGPU(0): EDID Version: 1.3
[ 1183.545] (II) AMDGPU(0): Digital Display Input
[ 1183.545] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 52 vert.: 29
[ 1183.545] (II) AMDGPU(0): Gamma: 2.20
[ 1183.545] (II) AMDGPU(0): DPMS capabilities: Off
[ 1183.545] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 1183.545] (II) AMDGPU(0): First detailed timing is preferred mode
[ 1183.545] (II) AMDGPU(0): redX: 0.640 redY: 0.339 greenX: 0.312 greenY: 0.633
[ 1183.545] (II) AMDGPU(0): blueX: 0.156 blueY: 0.050 whiteX: 0.313 whiteY: 0.329
[ 1183.545] (II) AMDGPU(0): Supported established timings:
[ 1183.545] (II) AMDGPU(0): 720x400@70Hz
[ 1183.545] (II) AMDGPU(0): 640x480@60Hz
[ 1183.545] (II) AMDGPU(0): 640x480@67Hz
[ 1183.545] (II) AMDGPU(0): 800x600@56Hz
[ 1183.545] (II) AMDGPU(0): 800x600@60Hz
[ 1183.545] (II) AMDGPU(0): 1024x768@60Hz
[ 1183.545] (II) AMDGPU(0): 1024x768@70Hz
[ 1183.545] (II) AMDGPU(0): Manufacturer's mask: 0
[ 1183.545] (II) AMDGPU(0): Supported standard timings:
[ 1183.545] (II) AMDGPU(0): #0: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 1183.545] (II) AMDGPU(0): #1: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 1183.545] (II) AMDGPU(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 1183.545] (II) AMDGPU(0): #3: hsize: 1280 vsize 800 refresh: 60 vid: 129
[ 1183.545] (II) AMDGPU(0): #4: hsize: 1280 vsize 720 refresh: 60 vid: 49281
[ 1183.545] (II) AMDGPU(0): #5: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 1183.545] (II) AMDGPU(0): Supported detailed timing:
[ 1183.545] (II) AMDGPU(0): clock: 148.5 MHz Image Size: 521 x 293 mm
[ 1183.545] (II) AMDGPU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 1183.545] (II) AMDGPU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 1183.545] (II) AMDGPU(0): Supported detailed timing:
[ 1183.545] (II) AMDGPU(0): clock: 170.0 MHz Image Size: 521 x 293 mm
[ 1183.545] (II) AMDGPU(0): h_active: 1920 h_sync: 1928 h_sync_end 1960 h_blank_end 2026 h_border: 0
[ 1183.545] (II) AMDGPU(0): v_active: 1080 v_sync: 1105 v_sync_end 1113 v_blanking: 1119 v_border: 0
[ 1183.545] (II) AMDGPU(0): Ranges: V min: 48 V max: 75 Hz, H min: 30 H max: 85 kHz, PixClock max 185 MHz
[ 1183.545] (II) AMDGPU(0): Monitor name: Acer KG241Q
[ 1183.545] (II) AMDGPU(0): Supported detailed timing:
[ 1183.545] (II) AMDGPU(0): clock: 148.5 MHz Image Size: 521 x 293 mm
[ 1183.545] (II) AMDGPU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 1183.545] (II) AMDGPU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 1183.545] (II) AMDGPU(0): Supported detailed timing:
[ 1183.545] (II) AMDGPU(0): clock: 27.0 MHz Image Size: 521 x 293 mm
[ 1183.545] (II) AMDGPU(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
[ 1183.545] (II) AMDGPU(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
[ 1183.545] (II) AMDGPU(0): Supported detailed timing:
[ 1183.545] (II) AMDGPU(0): clock: 74.2 MHz Image Size: 521 x 293 mm
[ 1183.545] (II) AMDGPU(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
[ 1183.545] (II) AMDGPU(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 1183.545] (II) AMDGPU(0): Supported detailed timing:
[ 1183.545] (II) AMDGPU(0): clock: 27.0 MHz Image Size: 521 x 293 mm
[ 1183.545] (II) AMDGPU(0): h_active: 720 h_sync: 732 h_sync_end 796 h_blank_end 864 h_border: 0
[ 1183.545] (II) AMDGPU(0): v_active: 576 v_sync: 581 v_sync_end 586 v_blanking: 625 v_border: 0
[ 1183.545] (II) AMDGPU(0): Number of EDID sections to follow: 1
[ 1183.545] (II) AMDGPU(0): EDID (in hex):
[ 1183.545] (II) AMDGPU(0): 00ffffffffffff000472040677803091
[ 1183.545] (II) AMDGPU(0): 0d1d010380341d782afc35a3564fa228
[ 1183.545] (II) AMDGPU(0): 0c5054b30c00b30095008180810081c0
[ 1183.545] (II) AMDGPU(0): 714f01010101023a801871382d40582c
[ 1183.545] (II) AMDGPU(0): 450009252100001e6842806a70382740
[ 1183.545] (II) AMDGPU(0): 0820980409252100001a000000fd0030
[ 1183.545] (II) AMDGPU(0): 4b1e5512000a202020202020000000fc
[ 1183.545] (II) AMDGPU(0): 0041636572204b47323431510a2001b9
[ 1183.545] (II) AMDGPU(0): 020327f14b010203049005111213141f
[ 1183.545] (II) AMDGPU(0): 230907018301000065030c001000681a
[ 1183.545] (II) AMDGPU(0): 00000101304be6023a801871382d4058
[ 1183.545] (II) AMDGPU(0): 2c450009252100001e8c0ad08a20e02d
[ 1183.545] (II) AMDGPU(0): 10103e9600092521000018011d007251
[ 1183.545] (II) AMDGPU(0): d01e206e28550009252100001e8c0ad0
[ 1183.545] (II) AMDGPU(0): 90204031200c40550009252100001800
[ 1183.545] (II) AMDGPU(0): 000000000000000000000000000000e1
[ 1183.545] (II) AMDGPU(0): Printing probed modes for output HDMI-A-4
[ 1183.545] (II) AMDGPU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 1183.545] (II) AMDGPU(0): Modeline "1920x1080"x75.0 170.00 1920 1928 1960 2026 1080 1105 1113 1119 +hsync -vsync (83.9 kHz e)
[ 1183.545] (II) AMDGPU(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 1183.545] (II) AMDGPU(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[ 1183.545] (II) AMDGPU(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 1183.545] (II) AMDGPU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 1183.545] (II) AMDGPU(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 1183.545] (II) AMDGPU(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
[ 1183.545] (II) AMDGPU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 1183.545] (II) AMDGPU(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 1183.545] (II) AMDGPU(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 1183.545] (II) AMDGPU(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 1183.545] (II) AMDGPU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 1183.545] (II) AMDGPU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 1183.545] (II) AMDGPU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 1183.545] (II) AMDGPU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 1183.545] (II) AMDGPU(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 1183.545] (II) AMDGPU(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 1183.545] (II) AMDGPU(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 1183.545] (II) AMDGPU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 1183.545] (II) AMDGPU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 1183.545] (II) AMDGPU(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 1183.545] (II) AMDGPU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 1183.546] (II) AMDGPU(0): EDID for output HDMI-A-5
[ 1183.546] (II) AMDGPU(0): Output DisplayPort-2 disconnected
[ 1183.546] (II) AMDGPU(0): Output DisplayPort-3 disconnected
[ 1183.546] (II) AMDGPU(0): Output HDMI-A-4 connected
[ 1183.546] (II) AMDGPU(0): Output HDMI-A-5 disconnected
[ 1183.546] (II) AMDGPU(0): Using exact sizes for initial modes
[ 1183.546] (II) AMDGPU(0): Output HDMI-A-4 using initial mode 1920x1080 +0+0
[ 1183.546] (II) AMDGPU(0): mem size init: gart size :1ec099000 vram size: s:2f3186000 visible:2f3186000
[ 1183.546] (==) AMDGPU(0): DPI set to (96, 96)
[ 1183.546] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[ 1183.546] (II) Loading sub module "ramdac"
[ 1183.546] (II) LoadModule: "ramdac"
[ 1183.546] (II) Module "ramdac" already built-in
[ 1183.546] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[ 1183.546] (==) modeset(G0): RGB weight 888
[ 1183.546] (==) modeset(G0): Default visual is TrueColor
[ 1183.546] (II) Loading sub module "glamoregl"
[ 1183.546] (II) LoadModule: "glamoregl"
[ 1183.546] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 1183.546] (II) Module glamoregl: vendor="X.Org Foundation"
[ 1183.546] compiled for 1.21.1.13, module version = 1.0.1
[ 1183.546] ABI class: X.Org ANSI C Emulation, version 0.4
[ 1183.553] (II) modeset(G0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics 770 (ADL-S GT1)
[ 1183.553] (II) modeset(G0): glamor initialized
[ 1183.580] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[ 1183.589] (II) modeset(G0): Output HDMI-1-2 has no monitor section
[ 1183.599] (II) modeset(G0): Output DP-1-1 has no monitor section
[ 1183.609] (II) modeset(G0): Output HDMI-1-3 has no monitor section
[ 1183.619] (II) modeset(G0): Output DP-1-2 has no monitor section
[ 1183.629] (II) modeset(G0): Output HDMI-1-4 has no monitor section
[ 1183.658] (II) modeset(G0): EDID for output HDMI-1-1
[ 1183.658] (II) modeset(G0): Manufacturer: SAM Model: ab3 Serial#: 0
[ 1183.658] (II) modeset(G0): Year: 2012 Week: 52
[ 1183.658] (II) modeset(G0): EDID Version: 1.3
[ 1183.658] (II) modeset(G0): Digital Display Input
[ 1183.658] (II) modeset(G0): Max Image Size [cm]: horiz.: 48 vert.: 27
[ 1183.658] (II) modeset(G0): Gamma: 2.20
[ 1183.658] (II) modeset(G0): No DPMS capabilities specified
[ 1183.658] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 1183.658] (II) modeset(G0): First detailed timing is preferred mode
[ 1183.658] (II) modeset(G0): redX: 0.648 redY: 0.334 greenX: 0.333 greenY: 0.627
[ 1183.658] (II) modeset(G0): blueX: 0.156 blueY: 0.053 whiteX: 0.312 whiteY: 0.329
[ 1183.658] (II) modeset(G0): Supported established timings:
[ 1183.658] (II) modeset(G0): 720x400@70Hz
[ 1183.658] (II) modeset(G0): 640x480@60Hz
[ 1183.658] (II) modeset(G0): 640x480@67Hz
[ 1183.658] (II) modeset(G0): 640x480@72Hz
[ 1183.658] (II) modeset(G0): 640x480@75Hz
[ 1183.658] (II) modeset(G0): 800x600@60Hz
[ 1183.658] (II) modeset(G0): 800x600@72Hz
[ 1183.658] (II) modeset(G0): 800x600@75Hz
[ 1183.658] (II) modeset(G0): 832x624@75Hz
[ 1183.658] (II) modeset(G0): 1024x768@60Hz
[ 1183.658] (II) modeset(G0): 1024x768@70Hz
[ 1183.658] (II) modeset(G0): 1024x768@75Hz
[ 1183.658] (II) modeset(G0): 1280x1024@75Hz
[ 1183.658] (II) modeset(G0): 1152x864@75Hz
[ 1183.658] (II) modeset(G0): Manufacturer's mask: 0
[ 1183.658] (II) modeset(G0): Supported standard timings:
[ 1183.658] (II) modeset(G0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 1183.658] (II) modeset(G0): #1: hsize: 1280 vsize 720 refresh: 60 vid: 49281
[ 1183.658] (II) modeset(G0): #2: hsize: 1280 vsize 800 refresh: 60 vid: 129
[ 1183.658] (II) modeset(G0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 1183.658] (II) modeset(G0): #4: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 1183.658] (II) modeset(G0): #5: hsize: 1600 vsize 900 refresh: 60 vid: 49321
[ 1183.658] (II) modeset(G0): #6: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 1183.658] (II) modeset(G0): Supported detailed timing:
[ 1183.658] (II) modeset(G0): clock: 148.5 MHz Image Size: 477 x 268 mm
[ 1183.658] (II) modeset(G0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 1183.658] (II) modeset(G0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 1183.658] (II) modeset(G0): Supported detailed timing:
[ 1183.658] (II) modeset(G0): clock: 85.5 MHz Image Size: 477 x 268 mm
[ 1183.658] (II) modeset(G0): h_active: 1366 h_sync: 1436 h_sync_end 1579 h_blank_end 1792 h_border: 0
[ 1183.658] (II) modeset(G0): v_active: 768 v_sync: 771 v_sync_end 774 v_blanking: 798 v_border: 0
[ 1183.658] (II) modeset(G0): Ranges: V min: 24 V max: 75 Hz, H min: 15 H max: 81 kHz, PixClock max 235 MHz
[ 1183.658] (II) modeset(G0): Monitor name: T22C300
[ 1183.658] (II) modeset(G0): Supported detailed timing:
[ 1183.658] (II) modeset(G0): clock: 74.2 MHz Image Size: 477 x 268 mm
[ 1183.658] (II) modeset(G0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
[ 1183.658] (II) modeset(G0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 1183.658] (II) modeset(G0): Supported detailed timing:
[ 1183.658] (II) modeset(G0): clock: 74.2 MHz Image Size: 477 x 268 mm
[ 1183.658] (II) modeset(G0): h_active: 1280 h_sync: 1720 h_sync_end 1760 h_blank_end 1980 h_border: 0
[ 1183.658] (II) modeset(G0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 1183.658] (II) modeset(G0): Supported detailed timing:
[ 1183.658] (II) modeset(G0): clock: 74.2 MHz Image Size: 477 x 268 mm
[ 1183.658] (II) modeset(G0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 1183.658] (II) modeset(G0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
[ 1183.658] (II) modeset(G0): Supported detailed timing:
[ 1183.658] (II) modeset(G0): clock: 74.2 MHz Image Size: 477 x 268 mm
[ 1183.658] (II) modeset(G0): h_active: 1920 h_sync: 2448 h_sync_end 2492 h_blank_end 2640 h_border: 0
[ 1183.658] (II) modeset(G0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
[ 1183.658] (II) modeset(G0): Number of EDID sections to follow: 1
[ 1183.658] (II) modeset(G0): EDID (in hex):
[ 1183.658] (II) modeset(G0): 00ffffffffffff004c2db30a00000000
[ 1183.658] (II) modeset(G0): 3416010380301b780a2621a65555a028
[ 1183.658] (II) modeset(G0): 0d5054bdef80714f81c0810081809500
[ 1183.658] (II) modeset(G0): a9c0b3000101023a801871382d40582c
[ 1183.658] (II) modeset(G0): 4500dd0c1100001e662156aa51001e30
[ 1183.658] (II) modeset(G0): 468f3300dd0c1100001e000000fd0018
[ 1183.658] (II) modeset(G0): 4b0f5117000a202020202020000000fc
[ 1183.658] (II) modeset(G0): 00543232433330300a202020202001dc
[ 1183.658] (II) modeset(G0): 020325f14d901f041305140312202122
[ 1183.658] (II) modeset(G0): 07162309070783010000e2000f67030c
[ 1183.658] (II) modeset(G0): 001000b82d011d007251d01e206e2855
[ 1183.658] (II) modeset(G0): 00dd0c1100001e011d00bc52d01e20b8
[ 1183.658] (II) modeset(G0): 285540dd0c1100001e011d8018711c16
[ 1183.658] (II) modeset(G0): 20582c2500dd0c1100009e011d80d072
[ 1183.658] (II) modeset(G0): 1c1620102c2580dd0c1100009e000000
[ 1183.658] (II) modeset(G0): 000000000000000000000000000000ec
[ 1183.658] (--) modeset(G0): HDMI max TMDS frequency 225000KHz
[ 1183.658] (II) modeset(G0): Printing probed modes for output HDMI-1-1
[ 1183.658] (II) modeset(G0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 1183.658] (II) modeset(G0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 1183.659] (II) modeset(G0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[ 1183.659] (II) modeset(G0): Modeline "1920x1080"x30.0 74.25 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[ 1183.659] (II) modeset(G0): Modeline "1920x1080"x25.0 74.25 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[ 1183.659] (II) modeset(G0): Modeline "1920x1080"x24.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[ 1183.659] (II) modeset(G0): Modeline "1920x1080"x30.0 74.18 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (33.7 kHz e)
[ 1183.659] (II) modeset(G0): Modeline "1920x1080"x24.0 74.18 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[ 1183.659] (II) modeset(G0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 1183.659] (II) modeset(G0): Modeline "1600x900"x60.0 108.00 1600 1624 1704 1800 900 901 904 1000 +hsync +vsync (60.0 kHz e)
[ 1183.659] (II) modeset(G0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 1183.659] (II) modeset(G0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 1183.659] (II) modeset(G0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 1183.659] (II) modeset(G0): Modeline "1366x768"x59.8 85.50 1366 1436 1579 1792 768 771 774 798 +hsync +vsync (47.7 kHz e)
[ 1183.659] (II) modeset(G0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
[ 1183.659] (II) modeset(G0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 1183.659] (II) modeset(G0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 1183.659] (II) modeset(G0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 1183.659] (II) modeset(G0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 1183.659] (II) modeset(G0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 1183.659] (II) modeset(G0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 1183.659] (II) modeset(G0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 1183.659] (II) modeset(G0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 1183.659] (II) modeset(G0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 1183.659] (II) modeset(G0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 1183.659] (II) modeset(G0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 1183.659] (II) modeset(G0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 1183.659] (II) modeset(G0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 1183.659] (II) modeset(G0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 1183.659] (II) modeset(G0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 1183.659] (II) modeset(G0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 1183.659] (II) modeset(G0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 1183.659] (II) modeset(G0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 1183.659] (II) modeset(G0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 1183.659] (II) modeset(G0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 1183.666] (II) modeset(G0): EDID for output HDMI-1-2
[ 1183.676] (II) modeset(G0): EDID for output DP-1-1
[ 1183.686] (II) modeset(G0): EDID for output HDMI-1-3
[ 1183.696] (II) modeset(G0): EDID for output DP-1-2
[ 1183.706] (II) modeset(G0): EDID for output HDMI-1-4
[ 1183.706] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 1183.706] (==) modeset(G0): DPI set to (96, 96)
[ 1183.706] (II) Loading sub module "fb"
[ 1183.706] (II) LoadModule: "fb"
[ 1183.706] (II) Module "fb" already built-in
[ 1183.706] (II) AMDGPU(0): [DRI2] Setup complete
[ 1183.706] (II) AMDGPU(0): [DRI2] DRI driver: radeonsi
[ 1183.706] (II) AMDGPU(0): [DRI2] VDPAU driver: radeonsi
[ 1183.724] (II) AMDGPU(0): Front buffer pitch: 8192 bytes
[ 1183.724] (II) AMDGPU(0): SYNC extension fences enabled
[ 1183.724] (II) AMDGPU(0): Present extension enabled
[ 1183.724] (==) AMDGPU(0): DRI3 enabled
[ 1183.724] (==) AMDGPU(0): Backing store enabled
[ 1183.724] (II) AMDGPU(0): Direct rendering enabled
[ 1183.731] (II) AMDGPU(0): Use GLAMOR acceleration.
[ 1183.731] (II) AMDGPU(0): Acceleration enabled
[ 1183.731] (==) AMDGPU(0): DPMS enabled
[ 1183.731] (==) AMDGPU(0): Silken mouse enabled
[ 1183.731] (II) AMDGPU(0): Set up textured video (glamor)
[ 1183.740] (WW) AMDGPU(0): Option "HotplugDriver" is not used
[ 1183.744] (==) modeset(G0): Backing store enabled
[ 1183.744] (==) modeset(G0): Silken mouse enabled
[ 1183.879] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[ 1183.879] (==) modeset(G0): DPMS enabled
[ 1183.879] (II) modeset(G0): [DRI2] Setup complete
[ 1183.879] (II) modeset(G0): [DRI2] DRI driver: iris
[ 1183.879] (II) modeset(G0): [DRI2] VDPAU driver: va_gl
[ 1183.879] (II) modeset(G0): Disable reverse prime offload mode for i915.
[ 1183.879] (II) Initializing extension Generic Event Extension
[ 1183.880] (II) Initializing extension SHAPE
[ 1183.880] (II) Initializing extension MIT-SHM
[ 1183.880] (II) Initializing extension XInputExtension
[ 1183.881] (II) Initializing extension XTEST
[ 1183.881] (II) Initializing extension BIG-REQUESTS
[ 1183.881] (II) Initializing extension SYNC
[ 1183.881] (II) Initializing extension XKEYBOARD
[ 1183.882] (II) Initializing extension XC-MISC
[ 1183.882] (II) Initializing extension SECURITY
[ 1183.882] (II) Initializing extension XFIXES
[ 1183.882] (II) Initializing extension RENDER
[ 1183.883] (II) Initializing extension RANDR
[ 1183.883] (II) Initializing extension COMPOSITE
[ 1183.883] (II) Initializing extension DAMAGE
[ 1183.884] (II) Initializing extension MIT-SCREEN-SAVER
[ 1183.884] (II) Initializing extension DOUBLE-BUFFER
[ 1183.884] (II) Initializing extension RECORD
[ 1183.884] (II) Initializing extension DPMS
[ 1183.884] (II) Initializing extension Present
[ 1183.884] (II) Initializing extension DRI3
[ 1183.884] (II) Initializing extension X-Resource
[ 1183.884] (II) Initializing extension XVideo
[ 1183.884] (II) Initializing extension XVideo-MotionCompensation
[ 1183.884] (II) Initializing extension GLX
[ 1183.886] (II) AIGLX: Loaded and initialized radeonsi
[ 1183.886] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 1183.886] (II) Initializing extension XFree86-VidModeExtension
[ 1183.886] (II) Initializing extension XFree86-DGA
[ 1183.886] (II) Initializing extension XFree86-DRI
[ 1183.886] (II) Initializing extension DRI2
[ 1183.929] (II) modeset(G0): Damage tracking initialized
[ 1183.929] (II) AMDGPU(0): Setting screen physical size to 508 x 285
[ 1184.004] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 1184.004] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 1184.004] (II) LoadModule: "libinput"
[ 1184.004] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 1184.004] (II) Module libinput: vendor="X.Org Foundation"
[ 1184.004] compiled for 1.21.1.13, module version = 1.4.0
[ 1184.004] Module class: X.Org XInput Driver
[ 1184.004] ABI class: X.Org XInput driver, version 24.4
[ 1184.004] (II) Using input driver 'libinput' for 'Power Button'
[ 1184.005] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 33 paused 0
[ 1184.005] (**) Power Button: always reports core events
[ 1184.005] (**) Option "Device" "/dev/input/event2"
[ 1184.006] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 1184.006] (II) event2 - Power Button: device is a keyboard
[ 1184.006] (II) event2 - Power Button: device removed
[ 1184.006] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 1184.006] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 1184.006] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 1184.006] (II) event2 - Power Button: device is a keyboard
[ 1184.006] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[ 1184.006] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 1184.006] (II) Using input driver 'libinput' for 'Video Bus'
[ 1184.006] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 36 paused 0
[ 1184.006] (**) Video Bus: always reports core events
[ 1184.006] (**) Option "Device" "/dev/input/event3"
[ 1184.007] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 1184.007] (II) event3 - Video Bus: device is a keyboard
[ 1184.007] (II) event3 - Video Bus: device removed
[ 1184.007] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[ 1184.007] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 1184.007] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 1184.007] (II) event3 - Video Bus: device is a keyboard
[ 1184.007] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 1184.007] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 1184.007] (II) Using input driver 'libinput' for 'Power Button'
[ 1184.008] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 37 paused 0
[ 1184.008] (**) Power Button: always reports core events
[ 1184.008] (**) Option "Device" "/dev/input/event1"
[ 1184.008] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 1184.008] (II) event1 - Power Button: device is a keyboard
[ 1184.008] (II) event1 - Power Button: device removed
[ 1184.008] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 1184.008] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 1184.008] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 1184.008] (II) event1 - Power Button: device is a keyboard
[ 1184.008] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 1184.008] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 1184.008] (II) Using input driver 'libinput' for 'Sleep Button'
[ 1184.009] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 38 paused 0
[ 1184.009] (**) Sleep Button: always reports core events
[ 1184.009] (**) Option "Device" "/dev/input/event0"
[ 1184.009] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 1184.009] (II) event0 - Sleep Button: device is a keyboard
[ 1184.009] (II) event0 - Sleep Button: device removed
[ 1184.009] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 1184.009] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 1184.009] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 1184.009] (II) event0 - Sleep Button: device is a keyboard
[ 1184.010] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event15)
[ 1184.010] (II) No input driver specified, ignoring this device.
[ 1184.010] (II) This device may have been added with another device file.
[ 1184.010] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event16)
[ 1184.010] (II) No input driver specified, ignoring this device.
[ 1184.010] (II) This device may have been added with another device file.
[ 1184.010] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event17)
[ 1184.010] (II) No input driver specified, ignoring this device.
[ 1184.010] (II) This device may have been added with another device file.
[ 1184.010] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event18)
[ 1184.010] (II) No input driver specified, ignoring this device.
[ 1184.010] (II) This device may have been added with another device file.
[ 1184.010] (II) config/udev: Adding input device MSI MYSTIC LIGHT (/dev/input/event9)
[ 1184.010] (II) No input driver specified, ignoring this device.
[ 1184.010] (II) This device may have been added with another device file.
[ 1184.010] (II) config/udev: Adding input device ASUSTeK TUF GAMING M4 AIR (/dev/input/event4)
[ 1184.010] (**) ASUSTeK TUF GAMING M4 AIR: Applying InputClass "libinput pointer catchall"
[ 1184.010] (II) Using input driver 'libinput' for 'ASUSTeK TUF GAMING M4 AIR'
[ 1184.067] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 39 paused 0
[ 1184.067] (**) ASUSTeK TUF GAMING M4 AIR: always reports core events
[ 1184.067] (**) Option "Device" "/dev/input/event4"
[ 1184.069] (II) event4 - ASUSTeK TUF GAMING M4 AIR: is tagged by udev as: Mouse
[ 1184.070] (II) event4 - ASUSTeK TUF GAMING M4 AIR: device is a pointer
[ 1184.070] (II) event4 - ASUSTeK TUF GAMING M4 AIR: device removed
[ 1184.070] (II) libinput: ASUSTeK TUF GAMING M4 AIR: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1184.070] (II) libinput: ASUSTeK TUF GAMING M4 AIR: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1184.070] (II) libinput: ASUSTeK TUF GAMING M4 AIR: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1184.070] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:0B05:1A03.0002/input/input4/event4"
[ 1184.070] (II) XINPUT: Adding extended input device "ASUSTeK TUF GAMING M4 AIR" (type: MOUSE, id 10)
[ 1184.071] (**) Option "AccelerationScheme" "none"
[ 1184.071] (**) ASUSTeK TUF GAMING M4 AIR: (accel) selected scheme none/0
[ 1184.071] (**) ASUSTeK TUF GAMING M4 AIR: (accel) acceleration factor: 2.000
[ 1184.071] (**) ASUSTeK TUF GAMING M4 AIR: (accel) acceleration threshold: 4
[ 1184.073] (II) event4 - ASUSTeK TUF GAMING M4 AIR: is tagged by udev as: Mouse
[ 1184.073] (II) event4 - ASUSTeK TUF GAMING M4 AIR: device is a pointer
[ 1184.075] (II) config/udev: Adding input device ASUSTeK TUF GAMING M4 AIR (/dev/input/mouse0)
[ 1184.075] (II) No input driver specified, ignoring this device.
[ 1184.075] (II) This device may have been added with another device file.
[ 1184.076] (II) config/udev: Adding input device ASUSTeK TUF GAMING M4 AIR Consumer Control (/dev/input/event5)
[ 1184.076] (**) ASUSTeK TUF GAMING M4 AIR Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 1184.076] (II) Using input driver 'libinput' for 'ASUSTeK TUF GAMING M4 AIR Consumer Control'
[ 1184.078] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 40 paused 0
[ 1184.078] (**) ASUSTeK TUF GAMING M4 AIR Consumer Control: always reports core events
[ 1184.078] (**) Option "Device" "/dev/input/event5"
[ 1184.080] (II) event5 - ASUSTeK TUF GAMING M4 AIR Consumer Control: is tagged by udev as: Keyboard
[ 1184.081] (II) event5 - ASUSTeK TUF GAMING M4 AIR Consumer Control: device is a keyboard
[ 1184.081] (II) event5 - ASUSTeK TUF GAMING M4 AIR Consumer Control: device removed
[ 1184.081] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:0B05:1A03.0003/input/input5/event5"
[ 1184.081] (II) XINPUT: Adding extended input device "ASUSTeK TUF GAMING M4 AIR Consumer Control" (type: KEYBOARD, id 11)
[ 1184.083] (II) event5 - ASUSTeK TUF GAMING M4 AIR Consumer Control: is tagged by udev as: Keyboard
[ 1184.083] (II) event5 - ASUSTeK TUF GAMING M4 AIR Consumer Control: device is a keyboard
[ 1184.084] (II) config/udev: Adding input device ASUSTeK TUF GAMING M4 AIR System Control (/dev/input/event6)
[ 1184.084] (**) ASUSTeK TUF GAMING M4 AIR System Control: Applying InputClass "libinput keyboard catchall"
[ 1184.084] (II) Using input driver 'libinput' for 'ASUSTeK TUF GAMING M4 AIR System Control'
[ 1184.085] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 41 paused 0
[ 1184.085] (**) ASUSTeK TUF GAMING M4 AIR System Control: always reports core events
[ 1184.085] (**) Option "Device" "/dev/input/event6"
[ 1184.087] (II) event6 - ASUSTeK TUF GAMING M4 AIR System Control: is tagged by udev as: Keyboard
[ 1184.087] (II) event6 - ASUSTeK TUF GAMING M4 AIR System Control: device is a keyboard
[ 1184.087] (II) event6 - ASUSTeK TUF GAMING M4 AIR System Control: device removed
[ 1184.087] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:0B05:1A03.0003/input/input6/event6"
[ 1184.087] (II) XINPUT: Adding extended input device "ASUSTeK TUF GAMING M4 AIR System Control" (type: KEYBOARD, id 12)
[ 1184.088] (II) event6 - ASUSTeK TUF GAMING M4 AIR System Control: is tagged by udev as: Keyboard
[ 1184.088] (II) event6 - ASUSTeK TUF GAMING M4 AIR System Control: device is a keyboard
[ 1184.089] (II) config/udev: Adding input device ASUSTeK TUF GAMING M4 AIR (/dev/input/event7)
[ 1184.089] (II) No input driver specified, ignoring this device.
[ 1184.089] (II) This device may have been added with another device file.
[ 1184.089] (II) config/udev: Adding input device ASUSTeK TUF GAMING M4 AIR Keyboard (/dev/input/event8)
[ 1184.089] (**) ASUSTeK TUF GAMING M4 AIR Keyboard: Applying InputClass "libinput keyboard catchall"
[ 1184.089] (II) Using input driver 'libinput' for 'ASUSTeK TUF GAMING M4 AIR Keyboard'
[ 1184.090] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 42 paused 0
[ 1184.090] (**) ASUSTeK TUF GAMING M4 AIR Keyboard: always reports core events
[ 1184.090] (**) Option "Device" "/dev/input/event8"
[ 1184.091] (II) event8 - ASUSTeK TUF GAMING M4 AIR Keyboard: is tagged by udev as: Keyboard
[ 1184.091] (II) event8 - ASUSTeK TUF GAMING M4 AIR Keyboard: device is a keyboard
[ 1184.091] (II) event8 - ASUSTeK TUF GAMING M4 AIR Keyboard: device removed
[ 1184.091] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:0B05:1A03.0003/input/input8/event8"
[ 1184.091] (II) XINPUT: Adding extended input device "ASUSTeK TUF GAMING M4 AIR Keyboard" (type: KEYBOARD, id 13)
[ 1184.092] (II) event8 - ASUSTeK TUF GAMING M4 AIR Keyboard: is tagged by udev as: Keyboard
[ 1184.092] (II) event8 - ASUSTeK TUF GAMING M4 AIR Keyboard: device is a keyboard
[ 1184.092] (II) config/udev: Adding input device HTLTEK Gaming keyboard (/dev/input/event10)
[ 1184.092] (**) HTLTEK Gaming keyboard: Applying InputClass "libinput keyboard catchall"
[ 1184.092] (II) Using input driver 'libinput' for 'HTLTEK Gaming keyboard'
[ 1184.093] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 43 paused 0
[ 1184.093] (**) HTLTEK Gaming keyboard: always reports core events
[ 1184.093] (**) Option "Device" "/dev/input/event10"
[ 1184.094] (II) event10 - HTLTEK Gaming keyboard: is tagged by udev as: Keyboard
[ 1184.094] (II) event10 - HTLTEK Gaming keyboard: device is a keyboard
[ 1184.094] (II) event10 - HTLTEK Gaming keyboard: device removed
[ 1184.094] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2:1.0/0003:04D9:A1CD.0005/input/input10/event10"
[ 1184.094] (II) XINPUT: Adding extended input device "HTLTEK Gaming keyboard" (type: KEYBOARD, id 14)
[ 1184.094] (II) event10 - HTLTEK Gaming keyboard: is tagged by udev as: Keyboard
[ 1184.094] (II) event10 - HTLTEK Gaming keyboard: device is a keyboard
[ 1184.095] (II) config/udev: Adding input device HTLTEK Gaming keyboard (/dev/input/event11)
[ 1184.095] (II) No input driver specified, ignoring this device.
[ 1184.095] (II) This device may have been added with another device file.
[ 1184.095] (II) config/udev: Adding input device HTLTEK Gaming keyboard Consumer Control (/dev/input/event12)
[ 1184.095] (**) HTLTEK Gaming keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 1184.095] (II) Using input driver 'libinput' for 'HTLTEK Gaming keyboard Consumer Control'
[ 1184.095] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 44 paused 0
[ 1184.095] (**) HTLTEK Gaming keyboard Consumer Control: always reports core events
[ 1184.095] (**) Option "Device" "/dev/input/event12"
[ 1184.096] (II) event12 - HTLTEK Gaming keyboard Consumer Control: is tagged by udev as: Keyboard
[ 1184.096] (II) event12 - HTLTEK Gaming keyboard Consumer Control: device is a keyboard
[ 1184.096] (II) event12 - HTLTEK Gaming keyboard Consumer Control: device removed
[ 1184.096] (II) libinput: HTLTEK Gaming keyboard Consumer Control: needs a virtual subdevice
[ 1184.096] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2:1.1/0003:04D9:A1CD.0006/input/input12/event12"
[ 1184.096] (II) XINPUT: Adding extended input device "HTLTEK Gaming keyboard Consumer Control" (type: MOUSE, id 15)
[ 1184.096] (**) Option "AccelerationScheme" "none"
[ 1184.096] (**) HTLTEK Gaming keyboard Consumer Control: (accel) selected scheme none/0
[ 1184.096] (**) HTLTEK Gaming keyboard Consumer Control: (accel) acceleration factor: 2.000
[ 1184.096] (**) HTLTEK Gaming keyboard Consumer Control: (accel) acceleration threshold: 4
[ 1184.096] (II) event12 - HTLTEK Gaming keyboard Consumer Control: is tagged by udev as: Keyboard
[ 1184.096] (II) event12 - HTLTEK Gaming keyboard Consumer Control: device is a keyboard
[ 1184.097] (II) config/udev: Adding input device HTLTEK Gaming keyboard (/dev/input/event13)
[ 1184.097] (**) HTLTEK Gaming keyboard: Applying InputClass "libinput pointer catchall"
[ 1184.097] (II) Using input driver 'libinput' for 'HTLTEK Gaming keyboard'
[ 1184.153] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 45 paused 0
[ 1184.153] (**) HTLTEK Gaming keyboard: always reports core events
[ 1184.153] (**) Option "Device" "/dev/input/event13"
[ 1184.156] (II) event13 - HTLTEK Gaming keyboard: is tagged by udev as: Mouse
[ 1184.157] (II) event13 - HTLTEK Gaming keyboard: device is a pointer
[ 1184.157] (II) event13 - HTLTEK Gaming keyboard: device removed
[ 1184.157] (II) libinput: HTLTEK Gaming keyboard: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1184.157] (II) libinput: HTLTEK Gaming keyboard: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1184.157] (II) libinput: HTLTEK Gaming keyboard: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1184.157] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2:1.3/0003:04D9:A1CD.0008/input/input13/event13"
[ 1184.157] (II) XINPUT: Adding extended input device "HTLTEK Gaming keyboard" (type: MOUSE, id 16)
[ 1184.158] (**) Option "AccelerationScheme" "none"
[ 1184.158] (**) HTLTEK Gaming keyboard: (accel) selected scheme none/0
[ 1184.158] (**) HTLTEK Gaming keyboard: (accel) acceleration factor: 2.000
[ 1184.158] (**) HTLTEK Gaming keyboard: (accel) acceleration threshold: 4
[ 1184.160] (II) event13 - HTLTEK Gaming keyboard: is tagged by udev as: Mouse
[ 1184.161] (II) event13 - HTLTEK Gaming keyboard: device is a pointer
[ 1184.162] (II) config/udev: Adding input device HTLTEK Gaming keyboard (/dev/input/mouse1)
[ 1184.162] (II) No input driver specified, ignoring this device.
[ 1184.162] (II) This device may have been added with another device file.
[ 1184.163] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event19)
[ 1184.163] (II) No input driver specified, ignoring this device.
[ 1184.163] (II) This device may have been added with another device file.
[ 1184.164] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event20)
[ 1184.164] (II) No input driver specified, ignoring this device.
[ 1184.164] (II) This device may have been added with another device file.
[ 1184.164] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event21)
[ 1184.164] (II) No input driver specified, ignoring this device.
[ 1184.164] (II) This device may have been added with another device file.
[ 1184.165] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event22)
[ 1184.165] (II) No input driver specified, ignoring this device.
[ 1184.165] (II) This device may have been added with another device file.
[ 1184.165] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event23)
[ 1184.165] (II) No input driver specified, ignoring this device.
[ 1184.165] (II) This device may have been added with another device file.
[ 1184.166] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event24)
[ 1184.166] (II) No input driver specified, ignoring this device.
[ 1184.166] (II) This device may have been added with another device file.
[ 1184.166] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event25)
[ 1184.166] (II) No input driver specified, ignoring this device.
[ 1184.166] (II) This device may have been added with another device file.
[ 1184.167] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event26)
[ 1184.167] (II) No input driver specified, ignoring this device.
[ 1184.167] (II) This device may have been added with another device file.
[ 1184.167] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event27)
[ 1184.167] (II) No input driver specified, ignoring this device.
[ 1184.167] (II) This device may have been added with another device file.
[ 1184.168] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event28)
[ 1184.168] (II) No input driver specified, ignoring this device.
[ 1184.168] (II) This device may have been added with another device file.
[ 1184.168] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event29)
[ 1184.168] (II) No input driver specified, ignoring this device.
[ 1184.168] (II) This device may have been added with another device file.
[ 1184.169] (II) config/udev: Adding input device PC Speaker (/dev/input/event14)
[ 1184.169] (II) No input driver specified, ignoring this device.
[ 1184.169] (II) This device may have been added with another device file.
[ 1184.174] (**) HTLTEK Gaming keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 1184.174] (II) Using input driver 'libinput' for 'HTLTEK Gaming keyboard Consumer Control'
[ 1184.174] (II) systemd-logind: returning pre-existing fd for /dev/input/event12 13:76
[ 1184.174] (**) HTLTEK Gaming keyboard Consumer Control: always reports core events
[ 1184.174] (**) Option "Device" "/dev/input/event12"
[ 1184.174] (II) libinput: HTLTEK Gaming keyboard Consumer Control: is a virtual subdevice
[ 1184.174] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2:1.1/0003:04D9:A1CD.0006/input/input12/event12"
[ 1184.174] (II) XINPUT: Adding extended input device "HTLTEK Gaming keyboard Consumer Control" (type: KEYBOARD, id 17)
[ 1184.247] (II) AMDGPU(0): Allocate new frame buffer 1920x2160
[ 1184.249] (II) AMDGPU(0): => pitch 8192 bytes
[ 1184.388] randr: falling back to unsynchronized pixmap sharingLast edited by vlaufoo (2024-08-25 16:46:14)
Koyaanisqatsi
Offline