You are not logged in.

#1 2020-08-28 23:20:08

immaculate_lover
Member
Registered: 2020-08-28
Posts: 10

Monitor Display Resolution

Hi. Arch n00b here.

I have a laptop that has Arch linux installed on it which I connect via a KVM switch my dual monitor display for my desktop (I can only use one of them since my laptop only has one HDMI output). The display shows up, but I am only seeing 1920x1080 on the screen and in the Display settings as the maximum resolution. The maximum resolution on the monitor is 2560x1440 at 75 Hz (It is an HP Omen 32) which I would like to set the display to because it is the recommended setting. I have run through the Arch linux procedure using xrandr as described in the Wiki to add the new  resolution and everything works fine up until the point I try to set the output to the newly added resolution but I get the following error:

This works: xrandr --newmode "2560x1440_75.00"  397.25  2560 2760 3040 3520  1440 1443 1448 1506 -hsync +vsync

This works: xrandr --addmode HDMI1 2560x1440_75.00

This fails: xrandr --output HDMI1 --mode 2560x1440_75.00 --verbose

xrandr: Configure crtc 0 failed

Xlog

[ 15785.751] (II) intel(0): resizing framebuffer to 4480x1440
[ 15785.818] (II) intel(0): switch to mode 2560x1440@60.0 on HDMI1 using pipe 0, position (1920, 0), rotation normal, reflection none
[ 15785.836] (EE) intel(0): failed to set mode: Invalid argument [22]

And then it reverts.

So, I don't know what the problem is and I've looked in various places and can't seem to find anything that will help.

Thanks for any help.

Last edited by immaculate_lover (2020-08-29 01:05:41)

Offline

#2 2020-08-29 05:24:35

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,733

Re: Monitor Display Resolution

The weak link is probably the KVM switch, check it's specs.

% cvt12 2560 1440 75 -b
# 2560x1440 @ 75.000 Hz Reduced Blank (CVT) field rate 75.000 Hz; hsync: 111.900 kHz; pclk: 295.42 MHz
Modeline "2560x1440_75.00_rb2"  295.42  2560 2568 2600 2640  1440 1478 1486 1492 +hsync -vsync

get's you a lower pixel clock which might or not help you to get into the spec range, but even a reduced blanking 60Hz stays ~70MHz above 1920x1080/60

Offline

#3 2020-08-29 12:24:58

immaculate_lover
Member
Registered: 2020-08-28
Posts: 10

Re: Monitor Display Resolution

No go. Same issue.

Specs on the monitor are:
Maximum graphic resolution 2560 × 1440 (75 Hz)
Optimum graphic resolution 2560 × 1440 (60 Hz)
Horizontal frequency 24 kHz ~ 115 kHz
Vertical refresh rate 48 Hz ~ 75 Hz

User guide for monitor: http://h10032.www1.hp.com/ctg/Manual/c05219582

Laptop can easily display 4K max resolution according to specs: https://ark.intel.com/content/www/us/en … 0-ghz.html.

I also tried directly plugging the HDMI cable from the laptop directly into the monitor (bypassing the KVM switch from the equation as you suggested it might be an issue) and the same failure occurred.

I tried various lower vertical refresh rates (60 and below) to also lower the pclk, but those failed as well.

I don't know what cvt12 but briefly looking it up I guess it's a modeline calculator you have to compile yourself (which I haven't done).

Is this a bug somewhere? I'm not sure how to assess these type of things on Arch. I sure hope this can be resolved because it's really annoying on my eyes to suffer a 1920x1200 resolution on this monitor.

Regards.

Last edited by immaculate_lover (2020-08-29 12:27:30)

Offline

#4 2020-08-29 13:16:35

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,733

Re: Monitor Display Resolution

When you remove the kvm, is the 2560 × 1440 resolution picked up automatically?
(post the complete Xorg log)

Have you ever used the cable for that resolution?
(Is it a "Premium High Speed" cable - yes, that's the official version tag…)

Are there any adapters involved?

Lastly, try to drop xf86-video-intel and check the behavior w/ the modesetting driver.

Offline

#5 2020-08-29 13:59:39

immaculate_lover
Member
Registered: 2020-08-28
Posts: 10

Re: Monitor Display Resolution

seth wrote:

When you remove the kvm, is the 2560 × 1440 resolution picked up automatically?

No. I connected the HDMI cable directly from the laptop to the monitor and rebooted. It did not pick up the resolution automatically.

(post the complete Xorg log)

[    36.888] 
X.Org X Server 1.20.9
X Protocol Version 11, Revision 0
[    36.888] Build Operating System: Linux Arch Linux
[    36.888] Current Operating System: Linux archanon 5.8.5-arch1-1 #1 SMP PREEMPT Thu, 27 Aug 2020 18:53:02 +0000 x86_64
[    36.888] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/mapper/MyVolGroup-root rw cryptdevice=UUID=52051bce-a54d-4210-b9dc-3ab8c26b1d3f:cryptlvm root=/dev/MyVolGroup/root loglevel=3
[    36.888] Build Date: 25 August 2020  05:22:36PM
[    36.888]  
[    36.888] Current version of pixman: 0.40.0
[    36.888] 	Before reporting problems, check [url]http://wiki.x.org[/url]
	to make sure that you have the latest version.
[    36.888] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    36.888] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Aug 29 09:46:08 2020
[    36.889] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    36.890] (==) No Layout section.  Using the first Screen section.
[    36.890] (==) No screen section available. Using defaults.
[    36.890] (**) |-->Screen "Default Screen Section" (0)
[    36.890] (**) |   |-->Monitor "<default monitor>"
[    36.890] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    36.890] (==) Automatically adding devices
[    36.890] (==) Automatically enabling devices
[    36.890] (==) Automatically adding GPU devices
[    36.890] (==) Automatically binding GPU devices
[    36.890] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    36.891] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    36.891] 	Entry deleted from font path.
[    36.891] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[    36.891] 	Entry deleted from font path.
[    36.891] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF").
[    36.891] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    36.891] 	Entry deleted from font path.
[    36.891] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    36.891] 	Entry deleted from font path.
[    36.891] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    36.891] 	Entry deleted from font path.
[    36.891] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    36.891] 	Entry deleted from font path.
[    36.891] (==) FontPath set to:
	
[    36.891] (==) ModulePath set to "/usr/lib/xorg/modules"
[    36.891] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    36.891] (II) Module ABI versions:
[    36.891] 	X.Org ANSI C Emulation: 0.4
[    36.891] 	X.Org Video Driver: 24.1
[    36.891] 	X.Org XInput driver : 24.1
[    36.891] 	X.Org Server Extension : 10.0
[    36.892] (++) using VT number 7

[    36.892] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    36.892] (II) xfree86: Adding drm device (/dev/dri/card0)
[    36.892] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[    36.901] (--) PCI:*(0@0:2:0) 8086:8a56:1028:0979 rev 7, Mem @ 0x90000000/16777216, 0x80000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[    36.901] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    36.901] (II) LoadModule: "glx"
[    36.902] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    36.911] (II) Module glx: vendor="X.Org Foundation"
[    36.911] 	compiled for 1.20.9, module version = 1.0.0
[    36.911] 	ABI class: X.Org Server Extension, version 10.0
[    36.911] (==) Matched intel as autoconfigured driver 0
[    36.911] (==) Matched modesetting as autoconfigured driver 1
[    36.911] (==) Matched fbdev as autoconfigured driver 2
[    36.911] (==) Matched vesa as autoconfigured driver 3
[    36.911] (==) Assigned the driver to the xf86ConfigLayout
[    36.911] (II) LoadModule: "intel"
[    36.911] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    36.913] (II) Module intel: vendor="X.Org Foundation"
[    36.913] 	compiled for 1.20.8, module version = 2.99.917
[    36.913] 	Module class: X.Org Video Driver
[    36.913] 	ABI class: X.Org Video Driver, version 24.1
[    36.913] (II) LoadModule: "modesetting"
[    36.913] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    36.914] (II) Module modesetting: vendor="X.Org Foundation"
[    36.914] 	compiled for 1.20.9, module version = 1.20.9
[    36.914] 	Module class: X.Org Video Driver
[    36.914] 	ABI class: X.Org Video Driver, version 24.1
[    36.914] (II) LoadModule: "fbdev"
[    36.915] (WW) Warning, couldn't open module fbdev
[    36.915] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    36.915] (II) LoadModule: "vesa"
[    36.915] (WW) Warning, couldn't open module vesa
[    36.915] (EE) Failed to load module "vesa" (module does not exist, 0)
[    36.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
[    36.915] (II) intel: Driver for Intel(R) HD Graphics
[    36.915] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[    36.915] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[    36.915] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    36.929] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20200515
[    36.930] (II) intel(0): SNA compiled from 2.99.917-908-g7181c5a4
[    36.947] (WW) Falling back to old probe method for modesetting
[    36.948] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics
[    36.948] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[    36.948] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    36.948] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    36.948] (==) intel(0): RGB weight 888
[    36.948] (==) intel(0): Default visual is TrueColor
[    36.949] (II) intel(0): Output eDP1 has no monitor section
[    36.949] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[    36.949] (II) intel(0): Enabled output eDP1
[    36.949] (II) intel(0): Output HDMI1 has no monitor section
[    36.949] (II) intel(0): Enabled output HDMI1
[    36.949] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    36.949] (II) intel(0): Output VIRTUAL1 has no monitor section
[    36.949] (II) intel(0): Enabled output VIRTUAL1
[    36.949] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
[    36.949] (--) intel(0): Output HDMI1 using initial mode 1920x1080 on pipe 1
[    36.949] (==) intel(0): TearFree enabled
[    36.949] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[    36.949] (==) intel(0): DPI set to (96, 96)
[    36.949] (II) Loading sub module "dri3"
[    36.949] (II) LoadModule: "dri3"
[    36.949] (II) Module "dri3" already built-in
[    36.949] (II) Loading sub module "dri2"
[    36.949] (II) LoadModule: "dri2"
[    36.949] (II) Module "dri2" already built-in
[    36.949] (II) Loading sub module "present"
[    36.949] (II) LoadModule: "present"
[    36.949] (II) Module "present" already built-in
[    36.949] (II) UnloadModule: "modesetting"
[    36.949] (II) Unloading modesetting
[    36.950] (II) intel(0): SNA initialized with generic backend
[    36.950] (==) intel(0): Backing store enabled
[    36.950] (==) intel(0): Silken mouse disabled
[    36.950] (II) intel(0): HW Cursor enabled
[    36.950] (==) intel(0): DPMS enabled
[    36.951] (==) intel(0): Display hotplug detection enabled
[    36.951] (II) intel(0): Textured video not supported on this hardware or backend
[    36.951] (II) intel(0): [DRI2] Setup complete
[    36.951] (II) intel(0): [DRI2]   DRI driver: i965
[    36.951] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    36.951] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[    36.951] (II) intel(0): hardware support for Present enabled
[    36.951] (II) Initializing extension Generic Event Extension
[    36.951] (II) Initializing extension SHAPE
[    36.951] (II) Initializing extension MIT-SHM
[    36.951] (II) Initializing extension XInputExtension
[    36.952] (II) Initializing extension XTEST
[    36.952] (II) Initializing extension BIG-REQUESTS
[    36.952] (II) Initializing extension SYNC
[    36.952] (II) Initializing extension XKEYBOARD
[    36.952] (II) Initializing extension XC-MISC
[    36.952] (II) Initializing extension SECURITY
[    36.952] (II) Initializing extension XFIXES
[    36.952] (II) Initializing extension RENDER
[    36.952] (II) Initializing extension RANDR
[    36.953] (II) Initializing extension COMPOSITE
[    36.953] (II) Initializing extension DAMAGE
[    36.953] (II) Initializing extension MIT-SCREEN-SAVER
[    36.953] (II) Initializing extension DOUBLE-BUFFER
[    36.953] (II) Initializing extension RECORD
[    36.953] (II) Initializing extension DPMS
[    36.953] (II) Initializing extension Present
[    36.953] (II) Initializing extension DRI3
[    36.953] (II) Initializing extension X-Resource
[    36.953] (II) Initializing extension XVideo
[    36.953] (II) Initializing extension XVideo-MotionCompensation
[    36.953] (II) Initializing extension GLX
[    36.972] (II) AIGLX: Loaded and initialized i965
[    36.972] (II) GLX: Initialized DRI2 GL provider for screen 0
[    36.972] (II) Initializing extension XFree86-VidModeExtension
[    36.973] (II) Initializing extension XFree86-DGA
[    36.973] (II) Initializing extension XFree86-DRI
[    36.973] (II) Initializing extension DRI2
[    36.976] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[    36.976] (II) intel(0): switch to mode 1920x1080@60.0 on HDMI1 using pipe 1, position (0, 0), rotation normal, reflection none
[    36.984] (II) intel(0): Setting screen physical size to 508 x 285
[    37.038] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    37.038] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    37.038] (II) LoadModule: "libinput"
[    37.038] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    37.040] (II) Module libinput: vendor="X.Org Foundation"
[    37.040] 	compiled for 1.20.8, module version = 0.30.0
[    37.040] 	Module class: X.Org XInput Driver
[    37.040] 	ABI class: X.Org XInput driver, version 24.1
[    37.040] (II) Using input driver 'libinput' for 'Power Button'
[    37.040] (**) Power Button: always reports core events
[    37.040] (**) Option "Device" "/dev/input/event3"
[    37.040] (**) Option "_source" "server/udev"
[    37.046] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    37.046] (II) event3  - Power Button: device is a keyboard
[    37.046] (II) event3  - Power Button: device removed
[    37.093] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    37.093] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    37.095] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    37.095] (II) event3  - Power Button: device is a keyboard
[    37.095] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[    37.095] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    37.095] (II) Using input driver 'libinput' for 'Video Bus'
[    37.095] (**) Video Bus: always reports core events
[    37.095] (**) Option "Device" "/dev/input/event4"
[    37.095] (**) Option "_source" "server/udev"
[    37.096] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    37.097] (II) event4  - Video Bus: device is a keyboard
[    37.097] (II) event4  - Video Bus: device removed
[    37.173] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4/event4"
[    37.173] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    37.175] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    37.175] (II) event4  - Video Bus: device is a keyboard
[    37.175] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    37.175] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    37.175] (II) Using input driver 'libinput' for 'Power Button'
[    37.175] (**) Power Button: always reports core events
[    37.175] (**) Option "Device" "/dev/input/event1"
[    37.175] (**) Option "_source" "server/udev"
[    37.176] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    37.177] (II) event1  - Power Button: device is a keyboard
[    37.177] (II) event1  - Power Button: device removed
[    37.213] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    37.213] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    37.215] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    37.215] (II) event1  - Power Button: device is a keyboard
[    37.215] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    37.215] (II) No input driver specified, ignoring this device.
[    37.215] (II) This device may have been added with another device file.
[    37.216] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[    37.216] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    37.216] (II) Using input driver 'libinput' for 'Sleep Button'
[    37.216] (**) Sleep Button: always reports core events
[    37.216] (**) Option "Device" "/dev/input/event2"
[    37.216] (**) Option "_source" "server/udev"
[    37.217] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[    37.217] (II) event2  - Sleep Button: device is a keyboard
[    37.217] (II) event2  - Sleep Button: device removed
[    37.253] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[    37.253] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    37.255] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[    37.255] (II) event2  - Sleep Button: device is a keyboard
[    37.256] (II) config/udev: Adding input device USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 (/dev/input/event11)
[    37.256] (**) USB Keyboard-Mouse USB Keyboard-Mouse_V1.7: Applying InputClass "libinput keyboard catchall"
[    37.256] (II) Using input driver 'libinput' for 'USB Keyboard-Mouse USB Keyboard-Mouse_V1.7'
[    37.256] (**) USB Keyboard-Mouse USB Keyboard-Mouse_V1.7: always reports core events
[    37.256] (**) Option "Device" "/dev/input/event11"
[    37.256] (**) Option "_source" "server/udev"
[    37.258] (II) event11 - USB Keyboard-Mouse USB Keyboard-Mouse_V1.7: is tagged by udev as: Keyboard
[    37.258] (II) event11 - USB Keyboard-Mouse USB Keyboard-Mouse_V1.7: device is a keyboard
[    37.258] (II) event11 - USB Keyboard-Mouse USB Keyboard-Mouse_V1.7: device removed
[    37.293] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:1A86:E050.0003/input/input12/event11"
[    37.293] (II) XINPUT: Adding extended input device "USB Keyboard-Mouse USB Keyboard-Mouse_V1.7" (type: KEYBOARD, id 10)
[    37.296] (II) event11 - USB Keyboard-Mouse USB Keyboard-Mouse_V1.7: is tagged by udev as: Keyboard
[    37.296] (II) event11 - USB Keyboard-Mouse USB Keyboard-Mouse_V1.7: device is a keyboard
[    37.297] (II) config/udev: Adding input device USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 System Control (/dev/input/event12)
[    37.297] (**) USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 System Control: Applying InputClass "libinput keyboard catchall"
[    37.297] (II) Using input driver 'libinput' for 'USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 System Control'
[    37.297] (**) USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 System Control: always reports core events
[    37.297] (**) Option "Device" "/dev/input/event12"
[    37.297] (**) Option "_source" "server/udev"
[    37.299] (II) event12 - USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 System Control: is tagged by udev as: Keyboard
[    37.299] (II) event12 - USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 System Control: device is a keyboard
[    37.299] (II) event12 - USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 System Control: device removed
[    37.331] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:1A86:E050.0004/input/input13/event12"
[    37.331] (II) XINPUT: Adding extended input device "USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 System Control" (type: KEYBOARD, id 11)
[    37.334] (II) event12 - USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 System Control: is tagged by udev as: Keyboard
[    37.334] (II) event12 - USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 System Control: device is a keyboard
[    37.335] (II) config/udev: Adding input device USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 Consumer Control (/dev/input/event13)
[    37.335] (**) USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 Consumer Control: Applying InputClass "libinput keyboard catchall"
[    37.335] (II) Using input driver 'libinput' for 'USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 Consumer Control'
[    37.335] (**) USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 Consumer Control: always reports core events
[    37.335] (**) Option "Device" "/dev/input/event13"
[    37.335] (**) Option "_source" "server/udev"
[    37.337] (II) event13 - USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 Consumer Control: is tagged by udev as: Keyboard
[    37.337] (II) event13 - USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 Consumer Control: device is a keyboard
[    37.337] (II) event13 - USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 Consumer Control: device removed
[    37.413] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:1A86:E050.0004/input/input14/event13"
[    37.413] (II) XINPUT: Adding extended input device "USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 Consumer Control" (type: KEYBOARD, id 12)
[    37.416] (II) event13 - USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 Consumer Control: is tagged by udev as: Keyboard
[    37.416] (II) event13 - USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 Consumer Control: device is a keyboard
[    37.417] (II) config/udev: Adding input device USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 Mouse (/dev/input/event14)
[    37.417] (**) USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 Mouse: Applying InputClass "libinput pointer catchall"
[    37.417] (II) Using input driver 'libinput' for 'USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 Mouse'
[    37.417] (**) USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 Mouse: always reports core events
[    37.417] (**) Option "Device" "/dev/input/event14"
[    37.417] (**) Option "_source" "server/udev"
[    37.475] (II) event14 - USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 Mouse: is tagged by udev as: Mouse
[    37.475] (II) event14 - USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 Mouse: device is a pointer
[    37.476] (II) event14 - USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 Mouse: device removed
[    37.547] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.2/0003:1A86:E050.0005/input/input15/event14"
[    37.547] (II) XINPUT: Adding extended input device "USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 Mouse" (type: MOUSE, id 13)
[    37.547] (**) Option "AccelerationScheme" "none"
[    37.547] (**) USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 Mouse: (accel) selected scheme none/0
[    37.547] (**) USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 Mouse: (accel) acceleration factor: 2.000
[    37.547] (**) USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 Mouse: (accel) acceleration threshold: 4
[    37.605] (II) event14 - USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 Mouse: is tagged by udev as: Mouse
[    37.605] (II) event14 - USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 Mouse: device is a pointer
[    37.606] (II) config/udev: Adding input device USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 Mouse (/dev/input/js0)
[    37.606] (II) No input driver specified, ignoring this device.
[    37.606] (II) This device may have been added with another device file.
[    37.607] (II) config/udev: Adding input device USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 Mouse (/dev/input/mouse1)
[    37.607] (II) No input driver specified, ignoring this device.
[    37.607] (II) This device may have been added with another device file.
[    37.608] (II) config/udev: Adding input device USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 System Control (/dev/input/event15)
[    37.608] (**) USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 System Control: Applying InputClass "libinput keyboard catchall"
[    37.608] (II) Using input driver 'libinput' for 'USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 System Control'
[    37.608] (**) USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 System Control: always reports core events
[    37.608] (**) Option "Device" "/dev/input/event15"
[    37.608] (**) Option "_source" "server/udev"
[    37.609] (II) event15 - USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 System Control: is tagged by udev as: Keyboard
[    37.609] (II) event15 - USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 System Control: device is a keyboard
[    37.610] (II) event15 - USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 System Control: device removed
[    37.640] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.3/0003:1A86:E050.0006/input/input16/event15"
[    37.640] (II) XINPUT: Adding extended input device "USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 System Control" (type: KEYBOARD, id 14)
[    37.642] (II) event15 - USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 System Control: is tagged by udev as: Keyboard
[    37.642] (II) event15 - USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 System Control: device is a keyboard
[    37.643] (II) config/udev: Adding input device USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 Consumer Control (/dev/input/event16)
[    37.644] (**) USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 Consumer Control: Applying InputClass "libinput keyboard catchall"
[    37.644] (II) Using input driver 'libinput' for 'USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 Consumer Control'
[    37.644] (**) USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 Consumer Control: always reports core events
[    37.644] (**) Option "Device" "/dev/input/event16"
[    37.644] (**) Option "_source" "server/udev"
[    37.645] (II) event16 - USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 Consumer Control: is tagged by udev as: Keyboard
[    37.646] (II) event16 - USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 Consumer Control: device is a keyboard
[    37.646] (II) event16 - USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 Consumer Control: device removed
[    37.707] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.3/0003:1A86:E050.0006/input/input17/event16"
[    37.707] (II) XINPUT: Adding extended input device "USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 Consumer Control" (type: KEYBOARD, id 15)
[    37.709] (II) event16 - USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 Consumer Control: is tagged by udev as: Keyboard
[    37.709] (II) event16 - USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 Consumer Control: device is a keyboard
[    37.710] (II) config/udev: Adding input device Logitech M510 (/dev/input/event18)
[    37.710] (**) Logitech M510: Applying InputClass "libinput pointer catchall"
[    37.710] (II) Using input driver 'libinput' for 'Logitech M510'
[    37.710] (**) Logitech M510: always reports core events
[    37.710] (**) Option "Device" "/dev/input/event18"
[    37.710] (**) Option "_source" "server/udev"
[    37.712] (II) event18 - Logitech M510: is tagged by udev as: Mouse
[    37.713] (II) event18 - Logitech M510: device set to 1000 DPI
[    37.713] (II) event18 - Logitech M510: device is a pointer
[    37.713] (II) event18 - Logitech M510: device removed
[    37.773] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.2/0003:046D:C52B.000A/0003:046D:1025.000B/input/input31/event18"
[    37.773] (II) XINPUT: Adding extended input device "Logitech M510" (type: MOUSE, id 16)
[    37.774] (**) Option "AccelerationScheme" "none"
[    37.774] (**) Logitech M510: (accel) selected scheme none/0
[    37.774] (**) Logitech M510: (accel) acceleration factor: 2.000
[    37.774] (**) Logitech M510: (accel) acceleration threshold: 4
[    37.776] (II) event18 - Logitech M510: is tagged by udev as: Mouse
[    37.776] (II) event18 - Logitech M510: device set to 1000 DPI
[    37.776] (II) event18 - Logitech M510: device is a pointer
[    37.777] (II) config/udev: Adding input device Logitech M510 (/dev/input/mouse3)
[    37.777] (II) No input driver specified, ignoring this device.
[    37.777] (II) This device may have been added with another device file.
[    37.778] (II) config/udev: Adding input device SONiX USB DEVICE (/dev/input/event19)
[    37.778] (**) SONiX USB DEVICE: Applying InputClass "libinput keyboard catchall"
[    37.778] (II) Using input driver 'libinput' for 'SONiX USB DEVICE'
[    37.778] (**) SONiX USB DEVICE: always reports core events
[    37.778] (**) Option "Device" "/dev/input/event19"
[    37.778] (**) Option "_source" "server/udev"
[    37.780] (II) event19 - SONiX USB DEVICE: is tagged by udev as: Keyboard
[    37.780] (II) event19 - SONiX USB DEVICE: device is a keyboard
[    37.781] (II) event19 - SONiX USB DEVICE: device removed
[    37.813] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.0/0003:0C45:766B.000C/input/input32/event19"
[    37.813] (II) XINPUT: Adding extended input device "SONiX USB DEVICE" (type: KEYBOARD, id 17)
[    37.816] (II) event19 - SONiX USB DEVICE: is tagged by udev as: Keyboard
[    37.816] (II) event19 - SONiX USB DEVICE: device is a keyboard
[    37.817] (II) config/udev: Adding input device SONiX USB DEVICE Keyboard (/dev/input/event20)
[    37.817] (**) SONiX USB DEVICE Keyboard: Applying InputClass "libinput keyboard catchall"
[    37.817] (II) Using input driver 'libinput' for 'SONiX USB DEVICE Keyboard'
[    37.817] (**) SONiX USB DEVICE Keyboard: always reports core events
[    37.817] (**) Option "Device" "/dev/input/event20"
[    37.817] (**) Option "_source" "server/udev"
[    37.819] (II) event20 - SONiX USB DEVICE Keyboard: is tagged by udev as: Keyboard
[    37.819] (II) event20 - SONiX USB DEVICE Keyboard: device is a keyboard
[    37.819] (II) event20 - SONiX USB DEVICE Keyboard: device removed
[    37.853] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.1/0003:0C45:766B.000D/input/input33/event20"
[    37.853] (II) XINPUT: Adding extended input device "SONiX USB DEVICE Keyboard" (type: KEYBOARD, id 18)
[    37.856] (II) event20 - SONiX USB DEVICE Keyboard: is tagged by udev as: Keyboard
[    37.856] (II) event20 - SONiX USB DEVICE Keyboard: device is a keyboard
[    37.857] (II) config/udev: Adding input device SONiX USB DEVICE System Control (/dev/input/event21)
[    37.857] (**) SONiX USB DEVICE System Control: Applying InputClass "libinput keyboard catchall"
[    37.857] (II) Using input driver 'libinput' for 'SONiX USB DEVICE System Control'
[    37.857] (**) SONiX USB DEVICE System Control: always reports core events
[    37.857] (**) Option "Device" "/dev/input/event21"
[    37.857] (**) Option "_source" "server/udev"
[    37.859] (II) event21 - SONiX USB DEVICE System Control: is tagged by udev as: Keyboard
[    37.859] (II) event21 - SONiX USB DEVICE System Control: device is a keyboard
[    37.859] (II) event21 - SONiX USB DEVICE System Control: device removed
[    37.893] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.1/0003:0C45:766B.000D/input/input34/event21"
[    37.893] (II) XINPUT: Adding extended input device "SONiX USB DEVICE System Control" (type: KEYBOARD, id 19)
[    37.896] (II) event21 - SONiX USB DEVICE System Control: is tagged by udev as: Keyboard
[    37.896] (II) event21 - SONiX USB DEVICE System Control: device is a keyboard
[    37.897] (II) config/udev: Adding input device SONiX USB DEVICE Consumer Control (/dev/input/event22)
[    37.897] (**) SONiX USB DEVICE Consumer Control: Applying InputClass "libinput keyboard catchall"
[    37.897] (II) Using input driver 'libinput' for 'SONiX USB DEVICE Consumer Control'
[    37.897] (**) SONiX USB DEVICE Consumer Control: always reports core events
[    37.897] (**) Option "Device" "/dev/input/event22"
[    37.897] (**) Option "_source" "server/udev"
[    37.899] (II) event22 - SONiX USB DEVICE Consumer Control: is tagged by udev as: Keyboard
[    37.899] (II) event22 - SONiX USB DEVICE Consumer Control: device is a keyboard
[    37.899] (II) event22 - SONiX USB DEVICE Consumer Control: device removed
[    37.933] (II) libinput: SONiX USB DEVICE Consumer Control: needs a virtual subdevice
[    37.933] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.1/0003:0C45:766B.000D/input/input35/event22"
[    37.933] (II) XINPUT: Adding extended input device "SONiX USB DEVICE Consumer Control" (type: MOUSE, id 20)
[    37.934] (**) Option "AccelerationScheme" "none"
[    37.934] (**) SONiX USB DEVICE Consumer Control: (accel) selected scheme none/0
[    37.934] (**) SONiX USB DEVICE Consumer Control: (accel) acceleration factor: 2.000
[    37.934] (**) SONiX USB DEVICE Consumer Control: (accel) acceleration threshold: 4
[    37.936] (II) event22 - SONiX USB DEVICE Consumer Control: is tagged by udev as: Keyboard
[    37.936] (II) event22 - SONiX USB DEVICE Consumer Control: device is a keyboard
[    37.937] (II) config/udev: Adding input device SONiX USB DEVICE (/dev/input/event23)
[    37.937] (II) No input driver specified, ignoring this device.
[    37.937] (II) This device may have been added with another device file.
[    37.938] (II) config/udev: Adding input device SONiX USB DEVICE Mouse (/dev/input/event24)
[    37.938] (**) SONiX USB DEVICE Mouse: Applying InputClass "libinput pointer catchall"
[    37.938] (II) Using input driver 'libinput' for 'SONiX USB DEVICE Mouse'
[    37.938] (**) SONiX USB DEVICE Mouse: always reports core events
[    37.938] (**) Option "Device" "/dev/input/event24"
[    37.938] (**) Option "_source" "server/udev"
[    37.940] (II) event24 - SONiX USB DEVICE Mouse: is tagged by udev as: Mouse
[    37.940] (II) event24 - SONiX USB DEVICE Mouse: device is a pointer
[    37.940] (II) event24 - SONiX USB DEVICE Mouse: device removed
[    38.000] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.1/0003:0C45:766B.000D/input/input37/event24"
[    38.000] (II) XINPUT: Adding extended input device "SONiX USB DEVICE Mouse" (type: MOUSE, id 21)
[    38.000] (**) Option "AccelerationScheme" "none"
[    38.000] (**) SONiX USB DEVICE Mouse: (accel) selected scheme none/0
[    38.000] (**) SONiX USB DEVICE Mouse: (accel) acceleration factor: 2.000
[    38.000] (**) SONiX USB DEVICE Mouse: (accel) acceleration threshold: 4
[    38.002] (II) event24 - SONiX USB DEVICE Mouse: is tagged by udev as: Mouse
[    38.003] (II) event24 - SONiX USB DEVICE Mouse: device is a pointer
[    38.004] (II) config/udev: Adding input device SONiX USB DEVICE Mouse (/dev/input/mouse4)
[    38.004] (II) No input driver specified, ignoring this device.
[    38.004] (II) This device may have been added with another device file.
[    38.004] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse (/dev/input/event6)
[    38.004] (**) MOSART Semi. 2.4G Keyboard Mouse: Applying InputClass "libinput keyboard catchall"
[    38.004] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Keyboard Mouse'
[    38.004] (**) MOSART Semi. 2.4G Keyboard Mouse: always reports core events
[    38.005] (**) Option "Device" "/dev/input/event6"
[    38.005] (**) Option "_source" "server/udev"
[    38.006] (II) event6  - MOSART Semi. 2.4G Keyboard Mouse: is tagged by udev as: Keyboard
[    38.006] (II) event6  - MOSART Semi. 2.4G Keyboard Mouse: device is a keyboard
[    38.007] (II) event6  - MOSART Semi. 2.4G Keyboard Mouse: device removed
[    38.040] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:062A:5918.0001/input/input7/event6"
[    38.040] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Keyboard Mouse" (type: KEYBOARD, id 22)
[    38.042] (II) event6  - MOSART Semi. 2.4G Keyboard Mouse: is tagged by udev as: Keyboard
[    38.042] (II) event6  - MOSART Semi. 2.4G Keyboard Mouse: device is a keyboard
[    38.043] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse System Control (/dev/input/event9)
[    38.043] (**) MOSART Semi. 2.4G Keyboard Mouse System Control: Applying InputClass "libinput keyboard catchall"
[    38.043] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Keyboard Mouse System Control'
[    38.043] (**) MOSART Semi. 2.4G Keyboard Mouse System Control: always reports core events
[    38.043] (**) Option "Device" "/dev/input/event9"
[    38.043] (**) Option "_source" "server/udev"
[    38.045] (II) event9  - MOSART Semi. 2.4G Keyboard Mouse System Control: is tagged by udev as: Keyboard
[    38.045] (II) event9  - MOSART Semi. 2.4G Keyboard Mouse System Control: device is a keyboard
[    38.045] (II) event9  - MOSART Semi. 2.4G Keyboard Mouse System Control: device removed
[    38.080] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:062A:5918.0002/input/input10/event9"
[    38.080] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Keyboard Mouse System Control" (type: KEYBOARD, id 23)
[    38.082] (II) event9  - MOSART Semi. 2.4G Keyboard Mouse System Control: is tagged by udev as: Keyboard
[    38.082] (II) event9  - MOSART Semi. 2.4G Keyboard Mouse System Control: device is a keyboard
[    38.083] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse (/dev/input/event10)
[    38.083] (II) No input driver specified, ignoring this device.
[    38.083] (II) This device may have been added with another device file.
[    38.084] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse (/dev/input/event7)
[    38.084] (**) MOSART Semi. 2.4G Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[    38.084] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Keyboard Mouse'
[    38.084] (**) MOSART Semi. 2.4G Keyboard Mouse: always reports core events
[    38.084] (**) Option "Device" "/dev/input/event7"
[    38.084] (**) Option "_source" "server/udev"
[    38.086] (II) event7  - MOSART Semi. 2.4G Keyboard Mouse: is tagged by udev as: Mouse
[    38.086] (II) event7  - MOSART Semi. 2.4G Keyboard Mouse: device is a pointer
[    38.086] (II) event7  - MOSART Semi. 2.4G Keyboard Mouse: device removed
[    38.147] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:062A:5918.0002/input/input8/event7"
[    38.147] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Keyboard Mouse" (type: MOUSE, id 24)
[    38.147] (**) Option "AccelerationScheme" "none"
[    38.147] (**) MOSART Semi. 2.4G Keyboard Mouse: (accel) selected scheme none/0
[    38.147] (**) MOSART Semi. 2.4G Keyboard Mouse: (accel) acceleration factor: 2.000
[    38.147] (**) MOSART Semi. 2.4G Keyboard Mouse: (accel) acceleration threshold: 4
[    38.149] (II) event7  - MOSART Semi. 2.4G Keyboard Mouse: is tagged by udev as: Mouse
[    38.149] (II) event7  - MOSART Semi. 2.4G Keyboard Mouse: device is a pointer
[    38.150] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse (/dev/input/mouse0)
[    38.150] (II) No input driver specified, ignoring this device.
[    38.150] (II) This device may have been added with another device file.
[    38.151] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse Consumer Control (/dev/input/event8)
[    38.151] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: Applying InputClass "libinput keyboard catchall"
[    38.151] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Keyboard Mouse Consumer Control'
[    38.151] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: always reports core events
[    38.151] (**) Option "Device" "/dev/input/event8"
[    38.151] (**) Option "_source" "server/udev"
[    38.153] (II) event8  - MOSART Semi. 2.4G Keyboard Mouse Consumer Control: is tagged by udev as: Keyboard
[    38.153] (II) event8  - MOSART Semi. 2.4G Keyboard Mouse Consumer Control: device is a keyboard
[    38.153] (II) event8  - MOSART Semi. 2.4G Keyboard Mouse Consumer Control: device removed
[    38.187] (II) libinput: MOSART Semi. 2.4G Keyboard Mouse Consumer Control: needs a virtual subdevice
[    38.187] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:062A:5918.0002/input/input9/event8"
[    38.187] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Keyboard Mouse Consumer Control" (type: MOUSE, id 25)
[    38.187] (**) Option "AccelerationScheme" "none"
[    38.187] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: (accel) selected scheme none/0
[    38.187] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: (accel) acceleration factor: 2.000
[    38.187] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: (accel) acceleration threshold: 4
[    38.189] (II) event8  - MOSART Semi. 2.4G Keyboard Mouse Consumer Control: is tagged by udev as: Keyboard
[    38.189] (II) event8  - MOSART Semi. 2.4G Keyboard Mouse Consumer Control: device is a keyboard
[    38.190] (II) config/udev: Adding input device Raydium Corporation Raydium Touch System (/dev/input/event17)
[    38.190] (**) Raydium Corporation Raydium Touch System: Applying InputClass "libinput touchscreen catchall"
[    38.190] (II) Using input driver 'libinput' for 'Raydium Corporation Raydium Touch System'
[    38.190] (**) Raydium Corporation Raydium Touch System: always reports core events
[    38.190] (**) Option "Device" "/dev/input/event17"
[    38.190] (**) Option "_source" "server/udev"
[    38.248] (II) event17 - Raydium Corporation Raydium Touch System: is tagged by udev as: Touchscreen
[    38.248] (II) event17 - Raydium Corporation Raydium Touch System: device is a touch device
[    38.249] (II) event17 - Raydium Corporation Raydium Touch System: device removed
[    38.307] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:2386:3119.0007/input/input21/event17"
[    38.307] (II) XINPUT: Adding extended input device "Raydium Corporation Raydium Touch System" (type: TOUCHSCREEN, id 26)
[    38.307] (**) Option "AccelerationScheme" "none"
[    38.307] (**) Raydium Corporation Raydium Touch System: (accel) selected scheme none/0
[    38.307] (**) Raydium Corporation Raydium Touch System: (accel) acceleration factor: 2.000
[    38.307] (**) Raydium Corporation Raydium Touch System: (accel) acceleration threshold: 4
[    38.365] (II) event17 - Raydium Corporation Raydium Touch System: is tagged by udev as: Touchscreen
[    38.365] (II) event17 - Raydium Corporation Raydium Touch System: device is a touch device
[    38.366] (II) config/udev: Adding input device Raydium Corporation Raydium Touch System (/dev/input/mouse2)
[    38.366] (II) No input driver specified, ignoring this device.
[    38.366] (II) This device may have been added with another device file.
[    38.367] (II) config/udev: Adding input device Integrated_Webcam_HD: Integrate (/dev/input/event29)
[    38.367] (**) Integrated_Webcam_HD: Integrate: Applying InputClass "libinput keyboard catchall"
[    38.367] (II) Using input driver 'libinput' for 'Integrated_Webcam_HD: Integrate'
[    38.367] (**) Integrated_Webcam_HD: Integrate: always reports core events
[    38.367] (**) Option "Device" "/dev/input/event29"
[    38.367] (**) Option "_source" "server/udev"
[    38.368] (II) event29 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[    38.368] (II) event29 - Integrated_Webcam_HD: Integrate: device is a keyboard
[    38.368] (II) event29 - Integrated_Webcam_HD: Integrate: device removed
[    38.427] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input44/event29"
[    38.427] (II) XINPUT: Adding extended input device "Integrated_Webcam_HD: Integrate" (type: KEYBOARD, id 27)
[    38.428] (II) event29 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[    38.428] (II) event29 - Integrated_Webcam_HD: Integrate: device is a keyboard
[    38.429] (II) config/udev: Adding input device DELL0979:00 04F3:30C4 Mouse (/dev/input/event26)
[    38.429] (**) DELL0979:00 04F3:30C4 Mouse: Applying InputClass "libinput pointer catchall"
[    38.429] (II) Using input driver 'libinput' for 'DELL0979:00 04F3:30C4 Mouse'
[    38.429] (**) DELL0979:00 04F3:30C4 Mouse: always reports core events
[    38.429] (**) Option "Device" "/dev/input/event26"
[    38.429] (**) Option "_source" "server/udev"
[    38.431] (II) event26 - DELL0979:00 04F3:30C4 Mouse: is tagged by udev as: Mouse Pointingstick
[    38.431] (II) event26 - DELL0979:00 04F3:30C4 Mouse: device is a pointer
[    38.433] (II) event26 - DELL0979:00 04F3:30C4 Mouse: device removed
[    38.480] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-10/i2c-DELL0979:00/0018:04F3:30C4.000F/input/input39/event26"
[    38.480] (II) XINPUT: Adding extended input device "DELL0979:00 04F3:30C4 Mouse" (type: MOUSE, id 28)
[    38.480] (**) Option "AccelerationScheme" "none"
[    38.480] (**) DELL0979:00 04F3:30C4 Mouse: (accel) selected scheme none/0
[    38.480] (**) DELL0979:00 04F3:30C4 Mouse: (accel) acceleration factor: 2.000
[    38.480] (**) DELL0979:00 04F3:30C4 Mouse: (accel) acceleration threshold: 4
[    38.482] (II) event26 - DELL0979:00 04F3:30C4 Mouse: is tagged by udev as: Mouse Pointingstick
[    38.482] (II) event26 - DELL0979:00 04F3:30C4 Mouse: device is a pointer
[    38.485] (II) config/udev: Adding input device DELL0979:00 04F3:30C4 Mouse (/dev/input/mouse5)
[    38.485] (II) No input driver specified, ignoring this device.
[    38.485] (II) This device may have been added with another device file.
[    38.486] (II) config/udev: Adding input device DELL0979:00 04F3:30C4 Touchpad (/dev/input/event27)
[    38.486] (**) DELL0979:00 04F3:30C4 Touchpad: Applying InputClass "libinput touchpad catchall"
[    38.486] (II) Using input driver 'libinput' for 'DELL0979:00 04F3:30C4 Touchpad'
[    38.486] (**) DELL0979:00 04F3:30C4 Touchpad: always reports core events
[    38.486] (**) Option "Device" "/dev/input/event27"
[    38.486] (**) Option "_source" "server/udev"
[    38.488] (II) event27 - DELL0979:00 04F3:30C4 Touchpad: is tagged by udev as: Touchpad
[    38.489] (II) event27 - DELL0979:00 04F3:30C4 Touchpad: device is a touchpad
[    38.490] (II) event27 - DELL0979:00 04F3:30C4 Touchpad: device removed
[    38.560] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-10/i2c-DELL0979:00/0018:04F3:30C4.000F/input/input40/event27"
[    38.560] (II) XINPUT: Adding extended input device "DELL0979:00 04F3:30C4 Touchpad" (type: TOUCHPAD, id 29)
[    38.562] (**) Option "AccelerationScheme" "none"
[    38.562] (**) DELL0979:00 04F3:30C4 Touchpad: (accel) selected scheme none/0
[    38.562] (**) DELL0979:00 04F3:30C4 Touchpad: (accel) acceleration factor: 2.000
[    38.562] (**) DELL0979:00 04F3:30C4 Touchpad: (accel) acceleration threshold: 4
[    38.564] (II) event27 - DELL0979:00 04F3:30C4 Touchpad: is tagged by udev as: Touchpad
[    38.565] (II) event27 - DELL0979:00 04F3:30C4 Touchpad: device is a touchpad
[    38.567] (II) config/udev: Adding input device DELL0979:00 04F3:30C4 Touchpad (/dev/input/mouse6)
[    38.567] (II) No input driver specified, ignoring this device.
[    38.567] (II) This device may have been added with another device file.
[    38.567] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event31)
[    38.567] (II) No input driver specified, ignoring this device.
[    38.567] (II) This device may have been added with another device file.
[    38.567] (II) config/udev: Adding input device HDA Intel PCH Headphone Mic (/dev/input/event256)
[    38.567] (II) No input driver specified, ignoring this device.
[    38.567] (II) This device may have been added with another device file.
[    38.568] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event257)
[    38.568] (II) No input driver specified, ignoring this device.
[    38.568] (II) This device may have been added with another device file.
[    38.568] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event258)
[    38.568] (II) No input driver specified, ignoring this device.
[    38.568] (II) This device may have been added with another device file.
[    38.569] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event259)
[    38.569] (II) No input driver specified, ignoring this device.
[    38.569] (II) This device may have been added with another device file.
[    38.569] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event260)
[    38.569] (II) No input driver specified, ignoring this device.
[    38.569] (II) This device may have been added with another device file.
[    38.570] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event261)
[    38.570] (II) No input driver specified, ignoring this device.
[    38.570] (II) This device may have been added with another device file.
[    38.570] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=11 (/dev/input/event262)
[    38.570] (II) No input driver specified, ignoring this device.
[    38.570] (II) This device may have been added with another device file.
[    38.570] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=12 (/dev/input/event263)
[    38.570] (II) No input driver specified, ignoring this device.
[    38.570] (II) This device may have been added with another device file.
[    38.571] (II) config/udev: Adding input device Intel HID events (/dev/input/event25)
[    38.571] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[    38.571] (II) Using input driver 'libinput' for 'Intel HID events'
[    38.571] (**) Intel HID events: always reports core events
[    38.571] (**) Option "Device" "/dev/input/event25"
[    38.571] (**) Option "_source" "server/udev"
[    38.572] (II) event25 - Intel HID events: is tagged by udev as: Keyboard
[    38.572] (II) event25 - Intel HID events: device is a keyboard
[    38.572] (II) event25 - Intel HID events: device removed
[    38.608] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input38/event25"
[    38.608] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 30)
[    38.609] (II) event25 - Intel HID events: is tagged by udev as: Keyboard
[    38.609] (II) event25 - Intel HID events: device is a keyboard
[    38.610] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event30)
[    38.610] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    38.610] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[    38.610] (**) Dell WMI hotkeys: always reports core events
[    38.610] (**) Option "Device" "/dev/input/event30"
[    38.610] (**) Option "_source" "server/udev"
[    38.612] (II) event30 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[    38.612] (II) event30 - Dell WMI hotkeys: device is a keyboard
[    38.612] (II) event30 - Dell WMI hotkeys: device removed
[    38.680] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input45/event30"
[    38.680] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 31)
[    38.682] (II) event30 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[    38.682] (II) event30 - Dell WMI hotkeys: device is a keyboard
[    38.683] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[    38.683] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    38.683] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    38.683] (**) AT Translated Set 2 keyboard: always reports core events
[    38.683] (**) Option "Device" "/dev/input/event5"
[    38.683] (**) Option "_source" "server/udev"
[    38.684] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    38.684] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[    38.687] (II) event5  - AT Translated Set 2 keyboard: device removed
[    38.733] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[    38.733] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 32)
[    38.735] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    38.735] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[    38.738] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/event264)
[    38.738] (**) ImPS/2 Logitech Wheel Mouse: Applying InputClass "libinput pointer catchall"
[    38.738] (II) Using input driver 'libinput' for 'ImPS/2 Logitech Wheel Mouse'
[    38.738] (**) ImPS/2 Logitech Wheel Mouse: always reports core events
[    38.738] (**) Option "Device" "/dev/input/event264"
[    38.738] (**) Option "_source" "server/udev"
[    38.739] (II) event264 - ImPS/2 Logitech Wheel Mouse: is tagged by udev as: Mouse
[    38.739] (II) event264 - ImPS/2 Logitech Wheel Mouse: device set to 400 DPI
[    38.739] (II) event264 - ImPS/2 Logitech Wheel Mouse: device is a pointer
[    38.740] (II) event264 - ImPS/2 Logitech Wheel Mouse: device removed
[    38.800] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input42/event264"
[    38.800] (II) XINPUT: Adding extended input device "ImPS/2 Logitech Wheel Mouse" (type: MOUSE, id 33)
[    38.800] (**) Option "AccelerationScheme" "none"
[    38.800] (**) ImPS/2 Logitech Wheel Mouse: (accel) selected scheme none/0
[    38.800] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration factor: 2.000
[    38.800] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration threshold: 4
[    38.801] (II) event264 - ImPS/2 Logitech Wheel Mouse: is tagged by udev as: Mouse
[    38.802] (II) event264 - ImPS/2 Logitech Wheel Mouse: device set to 400 DPI
[    38.802] (II) event264 - ImPS/2 Logitech Wheel Mouse: device is a pointer
[    38.802] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/mouse7)
[    38.803] (II) No input driver specified, ignoring this device.
[    38.803] (II) This device may have been added with another device file.
[    38.803] (II) config/udev: Adding input device PC Speaker (/dev/input/event28)
[    38.803] (II) No input driver specified, ignoring this device.
[    38.803] (II) This device may have been added with another device file.
[    38.851] (**) SONiX USB DEVICE Consumer Control: Applying InputClass "libinput keyboard catchall"
[    38.851] (II) Using input driver 'libinput' for 'SONiX USB DEVICE Consumer Control'
[    38.851] (**) SONiX USB DEVICE Consumer Control: always reports core events
[    38.851] (**) Option "Device" "/dev/input/event22"
[    38.851] (**) Option "_source" "_driver/libinput"
[    38.851] (II) libinput: SONiX USB DEVICE Consumer Control: is a virtual subdevice
[    38.851] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.1/0003:0C45:766B.000D/input/input35/event22"
[    38.851] (II) XINPUT: Adding extended input device "SONiX USB DEVICE Consumer Control" (type: KEYBOARD, id 34)
[    38.851] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: Applying InputClass "libinput keyboard catchall"
[    38.851] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Keyboard Mouse Consumer Control'
[    38.851] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: always reports core events
[    38.851] (**) Option "Device" "/dev/input/event8"
[    38.851] (**) Option "_source" "_driver/libinput"
[    38.851] (II) libinput: MOSART Semi. 2.4G Keyboard Mouse Consumer Control: is a virtual subdevice
[    38.851] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:062A:5918.0002/input/input9/event8"
[    38.851] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Keyboard Mouse Consumer Control" (type: KEYBOARD, id 35)
[    38.951] (II) intel(0): EDID vendor "AUO", prod id 4333
[    38.951] (II) intel(0): Printing DDC gathered Modelines:
[    38.951] (II) intel(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2038 2100  1080 1090 1100 1126 +hsync -vsync (67.6 kHz eP)
[    38.951] (II) intel(0): Modeline "1920x1080"x0.0  113.60  1920 2028 2038 2100  1080 1090 1100 1126 +hsync -vsync (54.1 kHz e)
[    44.634] (II) intel(0): resizing framebuffer to 3840x1200
[    44.685] (II) intel(0): switch to mode 1920x1080@60.1 on eDP1 using pipe 0, position (0, 120), rotation normal, reflection none
[    44.703] (II) intel(0): switch to mode 1920x1200@60.0 on HDMI1 using pipe 1, position (1920, 0), rotation normal, reflection none
[    76.396] (EE) event18 - Logitech M510: client bug: event processing lagging behind by 26ms, your system is too slow
[    92.286] (II) intel(0): resizing framebuffer to 1920x1080
[    92.287] (II) intel(0): switch to mode 1920x1080@60.1 on eDP1 using pipe 1, position (0, 0), rotation normal, reflection none
[   102.202] (II) intel(0): resizing framebuffer to 3840x1200
[   102.236] (II) intel(0): switch to mode 1920x1200@60.0 on HDMI1 using pipe 0, position (1920, 0), rotation normal, reflection none
[   102.287] (II) intel(0): switch to mode 1920x1080@60.1 on eDP1 using pipe 1, position (0, 120), rotation normal, reflection none

Have you ever used the cable for that resolution?
(Is it a "Premium High Speed" cable - yes, that's the official version tag…)

Yes. Previously I used a work laptop via a docking station using the same cable through the KVM and received full resolution (at least in Windows 10).

Are there any adapters involved?

No. It's a either direct connection to the monitor (or through the KVM) via cables only.

Lastly, try to drop xf86-video-intel and check the behavior w/ the modesetting driver.

This I am unaware of how to do.

Apparently, I have no conf files in /etc/X11/xorg.conf.d/.

Regards.

Last edited by immaculate_lover (2020-08-29 14:21:40)

Offline

#6 2020-08-29 14:16:42

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,733

Re: Monitor Display Resolution

Please edit the post and wrap the xorg log in "code" tags, https://bbs.archlinux.org/help.php#bbcode

The only EDID found is

[    38.951] (II) intel(0): EDID vendor "AUO", prod id 4333

which is the internal display (the HDMI output is still there, but you don't get an EDID)
The xorg log is not supposed to cover a failed attempt to set the higher resolution, is it?

This I am unaware of how to do.

Just remove the package and ensure there's nothing referencing the intel driver left in /usr/share/X11/xorg.conf.d

Offline

#7 2020-08-29 14:47:34

immaculate_lover
Member
Registered: 2020-08-28
Posts: 10

Re: Monitor Display Resolution

Ok. I removed the package and rebooted but the resolution of the monitor wasn't picked up. Now I have "HDMI-1" instead of "HDMI1". Strange. Went through setting the modeline with the value you provided again. Same issue though.

Regardless, here is my xrandr --props --verbose output:

Screen 0: minimum 320 x 200, current 3840 x 1080, maximum 16384 x 16384
eDP-1 connected 1920x1080+0+0 (0x45) normal (normal left inverted right x axis y axis) 344mm x 193mm
	Identifier: 0x42
	Timestamp:  295904
	Subpixel:   unknown
	Gamma:      1.0:1.0:1.0
	Brightness: 1.0
	Clones:    
	CRTC:       1
	CRTCs:      0 1 2
	Transform:  1.000000 0.000000 0.000000
	            0.000000 1.000000 0.000000
	            0.000000 0.000000 1.000000
	           filter: 
	EDID: 
		00ffffffffffff0006afed1000000000
		1f1a01049522137802cc459358588e29
		20505400000001010101010101010101
		010101010101783780b470382e406c0a
		aa0058c11000001a602c80b470382e40
		6c0aaa0058c11000001a000000fe0046
		4e444336804231353648544b00000000
		0000410296011000000a010a2020008b
	scaling mode: Full aspect 
		supported: Full, Center, Full aspect
	Colorspace: Default 
		supported: Default, RGB_Wide_Gamut_Fixed_Point, RGB_Wide_Gamut_Floating_Point, opRGB, DCI-P3_RGB_D65, BT2020_RGB, BT601_YCC, BT709_YCC, XVYCC_601, XVYCC_709, SYCC_601, opYCC_601, BT2020_CYCC, BT2020_YCC
	max bpc: 12 
		range: (6, 12)
	Broadcast RGB: Automatic 
		supported: Automatic, Full, Limited 16:235
	panel orientation: Normal 
		supported: Normal, Upside Down, Left Side Up, Right Side Up
	link-status: Good 
		supported: Good, Bad
	CONNECTOR_ID: 215 
		supported: 215
	non-desktop: 0 
		range: (0, 1)
  1920x1080 (0x45) 142.000MHz +HSync -VSync *current +preferred
        h: width  1920 start 2028 end 2038 total 2100 skew    0 clock  67.62KHz
        v: height 1080 start 1090 end 1100 total 1126           clock  60.05Hz
  1920x1080 (0x46) 356.375MHz -HSync +VSync DoubleScan
        h: width  1920 start 2080 end 2288 total 2656 skew    0 clock 134.18KHz
        v: height 1080 start 1081 end 1084 total 1118           clock  60.01Hz
  1920x1080 (0x47) 266.500MHz +HSync -VSync DoubleScan
        h: width  1920 start 1944 end 1960 total 2000 skew    0 clock 133.25KHz
        v: height 1080 start 1081 end 1084 total 1111           clock  59.97Hz
  1920x1080 (0x48) 173.000MHz -HSync +VSync
        h: width  1920 start 2048 end 2248 total 2576 skew    0 clock  67.16KHz
        v: height 1080 start 1083 end 1088 total 1120           clock  59.96Hz
  1920x1080 (0x49) 138.500MHz +HSync -VSync
        h: width  1920 start 1968 end 2000 total 2080 skew    0 clock  66.59KHz
        v: height 1080 start 1083 end 1088 total 1111           clock  59.93Hz
  1920x1080 (0x4a) 113.600MHz +HSync -VSync
        h: width  1920 start 2028 end 2038 total 2100 skew    0 clock  54.10KHz
        v: height 1080 start 1090 end 1100 total 1126           clock  48.04Hz
  1680x1050 (0x4b) 146.250MHz -HSync +VSync
        h: width  1680 start 1784 end 1960 total 2240 skew    0 clock  65.29KHz
        v: height 1050 start 1053 end 1059 total 1089           clock  59.95Hz
  1680x1050 (0x4c) 119.000MHz +HSync -VSync
        h: width  1680 start 1728 end 1760 total 1840 skew    0 clock  64.67KHz
        v: height 1050 start 1053 end 1059 total 1080           clock  59.88Hz
  1400x1050 (0x4d) 122.000MHz +HSync +VSync
        h: width  1400 start 1488 end 1640 total 1880 skew    0 clock  64.89KHz
        v: height 1050 start 1052 end 1064 total 1082           clock  59.98Hz
  1600x900 (0x4e) 246.000MHz -HSync +VSync DoubleScan
        h: width  1600 start 1728 end 1900 total 2200 skew    0 clock 111.82KHz
        v: height  900 start  901 end  904 total  932           clock  59.99Hz
  1600x900 (0x4f) 186.500MHz +HSync -VSync DoubleScan
        h: width  1600 start 1624 end 1640 total 1680 skew    0 clock 111.01KHz
        v: height  900 start  901 end  904 total  926           clock  59.94Hz
  1600x900 (0x50) 118.250MHz -HSync +VSync
        h: width  1600 start 1696 end 1856 total 2112 skew    0 clock  55.99KHz
        v: height  900 start  903 end  908 total  934           clock  59.95Hz
  1600x900 (0x51) 97.500MHz +HSync -VSync
        h: width  1600 start 1648 end 1680 total 1760 skew    0 clock  55.40KHz
        v: height  900 start  903 end  908 total  926           clock  59.82Hz
  1280x1024 (0x52) 108.000MHz +HSync +VSync
        h: width  1280 start 1328 end 1440 total 1688 skew    0 clock  63.98KHz
        v: height 1024 start 1025 end 1028 total 1066           clock  60.02Hz
  1400x900 (0x53) 103.500MHz -HSync +VSync
        h: width  1400 start 1480 end 1624 total 1848 skew    0 clock  56.01KHz
        v: height  900 start  903 end  913 total  934           clock  59.96Hz
  1400x900 (0x54) 86.500MHz +HSync -VSync
        h: width  1400 start 1448 end 1480 total 1560 skew    0 clock  55.45KHz
        v: height  900 start  903 end  913 total  926           clock  59.88Hz
  1280x960 (0x55) 108.000MHz +HSync +VSync
        h: width  1280 start 1376 end 1488 total 1800 skew    0 clock  60.00KHz
        v: height  960 start  961 end  964 total 1000           clock  60.00Hz
  1440x810 (0x56) 198.125MHz -HSync +VSync DoubleScan
        h: width  1440 start 1548 end 1704 total 1968 skew    0 clock 100.67KHz
        v: height  810 start  811 end  814 total  839           clock  60.00Hz
  1440x810 (0x57) 151.875MHz +HSync -VSync DoubleScan
        h: width  1440 start 1464 end 1480 total 1520 skew    0 clock  99.92KHz
        v: height  810 start  811 end  814 total  833           clock  59.97Hz
  1368x768 (0x58) 85.250MHz -HSync +VSync
        h: width  1368 start 1440 end 1576 total 1784 skew    0 clock  47.79KHz
        v: height  768 start  771 end  781 total  798           clock  59.88Hz
  1368x768 (0x59) 72.250MHz +HSync -VSync
        h: width  1368 start 1416 end 1448 total 1528 skew    0 clock  47.28KHz
        v: height  768 start  771 end  781 total  790           clock  59.85Hz
  1280x800 (0x5a) 174.250MHz -HSync +VSync DoubleScan
        h: width  1280 start 1380 end 1516 total 1752 skew    0 clock  99.46KHz
        v: height  800 start  801 end  804 total  829           clock  59.99Hz
  1280x800 (0x5b) 134.250MHz +HSync -VSync DoubleScan
        h: width  1280 start 1304 end 1320 total 1360 skew    0 clock  98.71KHz
        v: height  800 start  801 end  804 total  823           clock  59.97Hz
  1280x800 (0x5c) 83.500MHz -HSync +VSync
        h: width  1280 start 1352 end 1480 total 1680 skew    0 clock  49.70KHz
        v: height  800 start  803 end  809 total  831           clock  59.81Hz
  1280x800 (0x5d) 71.000MHz +HSync -VSync
        h: width  1280 start 1328 end 1360 total 1440 skew    0 clock  49.31KHz
        v: height  800 start  803 end  809 total  823           clock  59.91Hz
  1280x720 (0x5e) 156.125MHz -HSync +VSync DoubleScan
        h: width  1280 start 1376 end 1512 total 1744 skew    0 clock  89.52KHz
        v: height  720 start  721 end  724 total  746           clock  60.00Hz
  1280x720 (0x5f) 120.750MHz +HSync -VSync DoubleScan
        h: width  1280 start 1304 end 1320 total 1360 skew    0 clock  88.79KHz
        v: height  720 start  721 end  724 total  740           clock  59.99Hz
  1280x720 (0x60) 74.500MHz -HSync +VSync
        h: width  1280 start 1344 end 1472 total 1664 skew    0 clock  44.77KHz
        v: height  720 start  723 end  728 total  748           clock  59.86Hz
  1280x720 (0x61) 63.750MHz +HSync -VSync
        h: width  1280 start 1328 end 1360 total 1440 skew    0 clock  44.27KHz
        v: height  720 start  723 end  728 total  741           clock  59.74Hz
  1024x768 (0x62) 133.475MHz -HSync +VSync DoubleScan
        h: width  1024 start 1100 end 1212 total 1400 skew    0 clock  95.34KHz
        v: height  768 start  768 end  770 total  794           clock  60.04Hz
  1024x768 (0x63) 65.000MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1344 skew    0 clock  48.36KHz
        v: height  768 start  771 end  777 total  806           clock  60.00Hz
  960x720 (0x64) 117.000MHz -HSync +VSync DoubleScan
        h: width   960 start 1024 end 1128 total 1300 skew    0 clock  90.00KHz
        v: height  720 start  720 end  722 total  750           clock  60.00Hz
  928x696 (0x65) 109.150MHz -HSync +VSync DoubleScan
        h: width   928 start  976 end 1088 total 1264 skew    0 clock  86.35KHz
        v: height  696 start  696 end  698 total  719           clock  60.05Hz
  896x672 (0x66) 102.400MHz -HSync +VSync DoubleScan
        h: width   896 start  960 end 1060 total 1224 skew    0 clock  83.66KHz
        v: height  672 start  672 end  674 total  697           clock  60.01Hz
  1024x576 (0x67) 98.500MHz -HSync +VSync DoubleScan
        h: width  1024 start 1092 end 1200 total 1376 skew    0 clock  71.58KHz
        v: height  576 start  577 end  580 total  597           clock  59.95Hz
  1024x576 (0x68) 78.375MHz +HSync -VSync DoubleScan
        h: width  1024 start 1048 end 1064 total 1104 skew    0 clock  70.99KHz
        v: height  576 start  577 end  580 total  592           clock  59.96Hz
  1024x576 (0x69) 46.500MHz -HSync +VSync
        h: width  1024 start 1064 end 1160 total 1296 skew    0 clock  35.88KHz
        v: height  576 start  579 end  584 total  599           clock  59.90Hz
  1024x576 (0x6a) 42.000MHz +HSync -VSync
        h: width  1024 start 1072 end 1104 total 1184 skew    0 clock  35.47KHz
        v: height  576 start  579 end  584 total  593           clock  59.82Hz
  960x600 (0x6b) 96.625MHz -HSync +VSync DoubleScan
        h: width   960 start 1028 end 1128 total 1296 skew    0 clock  74.56KHz
        v: height  600 start  601 end  604 total  622           clock  59.93Hz
  960x600 (0x6c) 77.000MHz +HSync -VSync DoubleScan
        h: width   960 start  984 end 1000 total 1040 skew    0 clock  74.04KHz
        v: height  600 start  601 end  604 total  617           clock  60.00Hz
  960x540 (0x6d) 86.500MHz -HSync +VSync DoubleScan
        h: width   960 start 1024 end 1124 total 1288 skew    0 clock  67.16KHz
        v: height  540 start  541 end  544 total  560           clock  59.96Hz
  960x540 (0x6e) 69.250MHz +HSync -VSync DoubleScan
        h: width   960 start  984 end 1000 total 1040 skew    0 clock  66.59KHz
        v: height  540 start  541 end  544 total  555           clock  59.99Hz
  960x540 (0x6f) 40.750MHz -HSync +VSync
        h: width   960 start  992 end 1088 total 1216 skew    0 clock  33.51KHz
        v: height  540 start  543 end  548 total  562           clock  59.63Hz
  960x540 (0x70) 37.250MHz +HSync -VSync
        h: width   960 start 1008 end 1040 total 1120 skew    0 clock  33.26KHz
        v: height  540 start  543 end  548 total  556           clock  59.82Hz
  800x600 (0x71) 81.000MHz +HSync +VSync DoubleScan
        h: width   800 start  832 end  928 total 1080 skew    0 clock  75.00KHz
        v: height  600 start  600 end  602 total  625           clock  60.00Hz
  800x600 (0x72) 40.000MHz +HSync +VSync
        h: width   800 start  840 end  968 total 1056 skew    0 clock  37.88KHz
        v: height  600 start  601 end  605 total  628           clock  60.32Hz
  800x600 (0x73) 36.000MHz +HSync +VSync
        h: width   800 start  824 end  896 total 1024 skew    0 clock  35.16KHz
        v: height  600 start  601 end  603 total  625           clock  56.25Hz
  840x525 (0x74) 73.125MHz -HSync +VSync DoubleScan
        h: width   840 start  892 end  980 total 1120 skew    0 clock  65.29KHz
        v: height  525 start  526 end  529 total  544           clock  60.01Hz
  840x525 (0x75) 59.500MHz +HSync -VSync DoubleScan
        h: width   840 start  864 end  880 total  920 skew    0 clock  64.67KHz
        v: height  525 start  526 end  529 total  540           clock  59.88Hz
  864x486 (0x76) 32.500MHz -HSync +VSync
        h: width   864 start  888 end  968 total 1072 skew    0 clock  30.32KHz
        v: height  486 start  489 end  494 total  506           clock  59.92Hz
  864x486 (0x77) 30.500MHz +HSync -VSync
        h: width   864 start  912 end  944 total 1024 skew    0 clock  29.79KHz
        v: height  486 start  489 end  494 total  500           clock  59.57Hz
  700x525 (0x78) 61.000MHz +HSync +VSync DoubleScan
        h: width   700 start  744 end  820 total  940 skew    0 clock  64.89KHz
        v: height  525 start  526 end  532 total  541           clock  59.98Hz
  800x450 (0x79) 59.125MHz -HSync +VSync DoubleScan
        h: width   800 start  848 end  928 total 1056 skew    0 clock  55.99KHz
        v: height  450 start  451 end  454 total  467           clock  59.95Hz
  800x450 (0x7a) 48.750MHz +HSync -VSync DoubleScan
        h: width   800 start  824 end  840 total  880 skew    0 clock  55.40KHz
        v: height  450 start  451 end  454 total  463           clock  59.82Hz
  640x512 (0x7b) 54.000MHz +HSync +VSync DoubleScan
        h: width   640 start  664 end  720 total  844 skew    0 clock  63.98KHz
        v: height  512 start  512 end  514 total  533           clock  60.02Hz
  700x450 (0x7c) 51.750MHz -HSync +VSync DoubleScan
        h: width   700 start  740 end  812 total  924 skew    0 clock  56.01KHz
        v: height  450 start  451 end  456 total  467           clock  59.96Hz
  700x450 (0x7d) 43.250MHz +HSync -VSync DoubleScan
        h: width   700 start  724 end  740 total  780 skew    0 clock  55.45KHz
        v: height  450 start  451 end  456 total  463           clock  59.88Hz
  640x480 (0x7e) 54.000MHz +HSync +VSync DoubleScan
        h: width   640 start  688 end  744 total  900 skew    0 clock  60.00KHz
        v: height  480 start  480 end  482 total  500           clock  60.00Hz
  640x480 (0x7f) 25.175MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock  31.47KHz
        v: height  480 start  490 end  492 total  525           clock  59.94Hz
  720x405 (0x80) 22.500MHz -HSync +VSync
        h: width   720 start  744 end  808 total  896 skew    0 clock  25.11KHz
        v: height  405 start  408 end  413 total  422           clock  59.51Hz
  720x405 (0x81) 21.750MHz +HSync -VSync
        h: width   720 start  768 end  800 total  880 skew    0 clock  24.72KHz
        v: height  405 start  408 end  413 total  419           clock  58.99Hz
  684x384 (0x82) 42.625MHz -HSync +VSync DoubleScan
        h: width   684 start  720 end  788 total  892 skew    0 clock  47.79KHz
        v: height  384 start  385 end  390 total  399           clock  59.88Hz
  684x384 (0x83) 36.125MHz +HSync -VSync DoubleScan
        h: width   684 start  708 end  724 total  764 skew    0 clock  47.28KHz
        v: height  384 start  385 end  390 total  395           clock  59.85Hz
  640x400 (0x84) 41.750MHz -HSync +VSync DoubleScan
        h: width   640 start  676 end  740 total  840 skew    0 clock  49.70KHz
        v: height  400 start  401 end  404 total  415           clock  59.88Hz
  640x400 (0x85) 35.500MHz +HSync -VSync DoubleScan
        h: width   640 start  664 end  680 total  720 skew    0 clock  49.31KHz
        v: height  400 start  401 end  404 total  411           clock  59.98Hz
  640x360 (0x86) 37.250MHz -HSync +VSync DoubleScan
        h: width   640 start  672 end  736 total  832 skew    0 clock  44.77KHz
        v: height  360 start  361 end  364 total  374           clock  59.86Hz
  640x360 (0x87) 31.875MHz +HSync -VSync DoubleScan
        h: width   640 start  664 end  680 total  720 skew    0 clock  44.27KHz
        v: height  360 start  361 end  364 total  370           clock  59.83Hz
  640x360 (0x88) 18.000MHz -HSync +VSync
        h: width   640 start  664 end  720 total  800 skew    0 clock  22.50KHz
        v: height  360 start  363 end  368 total  376           clock  59.84Hz
  640x360 (0x89) 17.750MHz +HSync -VSync
        h: width   640 start  688 end  720 total  800 skew    0 clock  22.19KHz
        v: height  360 start  363 end  368 total  374           clock  59.32Hz
  512x384 (0x8a) 32.500MHz -HSync -VSync DoubleScan
        h: width   512 start  524 end  592 total  672 skew    0 clock  48.36KHz
        v: height  384 start  385 end  388 total  403           clock  60.00Hz
  512x288 (0x8b) 23.250MHz -HSync +VSync DoubleScan
        h: width   512 start  532 end  580 total  648 skew    0 clock  35.88KHz
        v: height  288 start  289 end  292 total  299           clock  60.00Hz
  512x288 (0x8c) 21.000MHz +HSync -VSync DoubleScan
        h: width   512 start  536 end  552 total  592 skew    0 clock  35.47KHz
        v: height  288 start  289 end  292 total  296           clock  59.92Hz
  480x270 (0x8d) 20.375MHz -HSync +VSync DoubleScan
        h: width   480 start  496 end  544 total  608 skew    0 clock  33.51KHz
        v: height  270 start  271 end  274 total  281           clock  59.63Hz
  480x270 (0x8e) 18.625MHz +HSync -VSync DoubleScan
        h: width   480 start  504 end  520 total  560 skew    0 clock  33.26KHz
        v: height  270 start  271 end  274 total  278           clock  59.82Hz
  400x300 (0x8f) 20.000MHz +HSync +VSync DoubleScan
        h: width   400 start  420 end  484 total  528 skew    0 clock  37.88KHz
        v: height  300 start  300 end  302 total  314           clock  60.32Hz
  400x300 (0x90) 18.000MHz +HSync +VSync DoubleScan
        h: width   400 start  412 end  448 total  512 skew    0 clock  35.16KHz
        v: height  300 start  300 end  301 total  312           clock  56.34Hz
  432x243 (0x91) 16.250MHz -HSync +VSync DoubleScan
        h: width   432 start  444 end  484 total  536 skew    0 clock  30.32KHz
        v: height  243 start  244 end  247 total  253           clock  59.92Hz
  432x243 (0x92) 15.250MHz +HSync -VSync DoubleScan
        h: width   432 start  456 end  472 total  512 skew    0 clock  29.79KHz
        v: height  243 start  244 end  247 total  250           clock  59.57Hz
  320x240 (0x93) 12.587MHz -HSync -VSync DoubleScan
        h: width   320 start  328 end  376 total  400 skew    0 clock  31.47KHz
        v: height  240 start  245 end  246 total  262           clock  60.05Hz
  360x202 (0x94) 11.250MHz -HSync +VSync DoubleScan
        h: width   360 start  372 end  404 total  448 skew    0 clock  25.11KHz
        v: height  202 start  204 end  206 total  211           clock  59.51Hz
  360x202 (0x95) 10.875MHz +HSync -VSync DoubleScan
        h: width   360 start  384 end  400 total  440 skew    0 clock  24.72KHz
        v: height  202 start  204 end  206 total  209           clock  59.13Hz
  320x180 (0x96)  9.000MHz -HSync +VSync DoubleScan
        h: width   320 start  332 end  360 total  400 skew    0 clock  22.50KHz
        v: height  180 start  181 end  184 total  188           clock  59.84Hz
  320x180 (0x97)  8.875MHz +HSync -VSync DoubleScan
        h: width   320 start  344 end  360 total  400 skew    0 clock  22.19KHz
        v: height  180 start  181 end  184 total  187           clock  59.32Hz
HDMI-1 connected primary 1920x1080+1920+0 (0x99) normal (normal left inverted right x axis y axis) 708mm x 399mm
	Identifier: 0x43
	Timestamp:  295904
	Subpixel:   unknown
	Gamma:      1.0:1.0:1.0
	Brightness: 1.0
	Clones:    
	CRTC:       0
	CRTCs:      0 1 2
	Transform:  1.000000 0.000000 0.000000
	            0.000000 1.000000 0.000000
	            0.000000 0.000000 1.000000
	           filter: 
	EDID: 
		00ffffffffffff00220e7a3301010101
		251b0103804728782e9145a7554ea025
		0c5054a10800d1c081c081809500a9c0
		a940b300d100565e00a0a0a029503020
		3500c48f2100001a000000fd00304b73
		731e000a202020202020000000fc004f
		4d454e206279204850203332000000ff
		00434e43373337303143430a20200161
		020320b149101f041303021211016503
		0c002000681a00000101304bede2002b
		023a801871382d40582c4500c48f2100
		001e023a80d072382d40102c4580c48f
		2100001e48730050a0a0345008206808
		c48f2100001a00000000000000000000
		00000000000000000000000000000000
		00000000000000000000000000000075
	HDCP Content Type: HDCP Type0 
		supported: HDCP Type0, HDCP Type1
	Content Protection: Undesired 
		supported: Undesired, Desired, Enabled
	max bpc: 12 
		range: (8, 12)
	content type: No Data 
		supported: No Data, Graphics, Photo, Cinema, Game
	Colorspace: Default 
		supported: Default, SMPTE_170M_YCC, BT709_YCC, XVYCC_601, XVYCC_709, SYCC_601, opYCC_601, opRGB, BT2020_CYCC, BT2020_RGB, BT2020_YCC, DCI-P3_RGB_D65, DCI-P3_RGB_Theater
	aspect ratio: Automatic 
		supported: Automatic, 4:3, 16:9
	Broadcast RGB: Automatic 
		supported: Automatic, Full, Limited 16:235
	audio: auto 
		supported: force-dvi, off, auto, on
	link-status: Good 
		supported: Good, Bad
	CONNECTOR_ID: 223 
		supported: 223
	non-desktop: 0 
		range: (0, 1)
  1920x1200 (0x98) 154.000MHz +HSync -VSync
        h: width  1920 start 1968 end 2000 total 2080 skew    0 clock  74.04KHz
        v: height 1200 start 1203 end 1209 total 1235           clock  59.95Hz
  1920x1080 (0x99) 148.500MHz +HSync +VSync *current
        h: width  1920 start 2008 end 2052 total 2200 skew    0 clock  67.50KHz
        v: height 1080 start 1084 end 1089 total 1125           clock  60.00Hz
  1920x1080 (0x9a) 148.500MHz +HSync +VSync
        h: width  1920 start 2448 end 2492 total 2640 skew    0 clock  56.25KHz
        v: height 1080 start 1084 end 1089 total 1125           clock  50.00Hz
  1920x1080 (0x9b) 148.352MHz +HSync +VSync
        h: width  1920 start 2008 end 2052 total 2200 skew    0 clock  67.43KHz
        v: height 1080 start 1084 end 1089 total 1125           clock  59.94Hz
  1600x1200 (0x9c) 162.000MHz +HSync +VSync
        h: width  1600 start 1664 end 1856 total 2160 skew    0 clock  75.00KHz
        v: height 1200 start 1201 end 1204 total 1250           clock  60.00Hz
  1680x1050 (0x4c) 119.000MHz +HSync -VSync
        h: width  1680 start 1728 end 1760 total 1840 skew    0 clock  64.67KHz
        v: height 1050 start 1053 end 1059 total 1080           clock  59.88Hz
  1600x900 (0x9d) 108.000MHz +HSync +VSync
        h: width  1600 start 1624 end 1704 total 1800 skew    0 clock  60.00KHz
        v: height  900 start  901 end  904 total 1000           clock  60.00Hz
  1280x1024 (0x52) 108.000MHz +HSync +VSync
        h: width  1280 start 1328 end 1440 total 1688 skew    0 clock  63.98KHz
        v: height 1024 start 1025 end 1028 total 1066           clock  60.02Hz
  1440x900 (0x9e) 88.750MHz +HSync -VSync
        h: width  1440 start 1488 end 1520 total 1600 skew    0 clock  55.47KHz
        v: height  900 start  903 end  909 total  926           clock  59.90Hz
  1280x720 (0x9f) 74.250MHz +HSync +VSync
        h: width  1280 start 1390 end 1430 total 1650 skew    0 clock  45.00KHz
        v: height  720 start  725 end  730 total  750           clock  60.00Hz
  1280x720 (0xa0) 74.250MHz +HSync +VSync
        h: width  1280 start 1720 end 1760 total 1980 skew    0 clock  37.50KHz
        v: height  720 start  725 end  730 total  750           clock  50.00Hz
  1280x720 (0xa1) 74.176MHz +HSync +VSync
        h: width  1280 start 1390 end 1430 total 1650 skew    0 clock  44.96KHz
        v: height  720 start  725 end  730 total  750           clock  59.94Hz
  1024x768 (0x63) 65.000MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1344 skew    0 clock  48.36KHz
        v: height  768 start  771 end  777 total  806           clock  60.00Hz
  800x600 (0x72) 40.000MHz +HSync +VSync
        h: width   800 start  840 end  968 total 1056 skew    0 clock  37.88KHz
        v: height  600 start  601 end  605 total  628           clock  60.32Hz
  720x576 (0xa2) 27.000MHz -HSync -VSync
        h: width   720 start  732 end  796 total  864 skew    0 clock  31.25KHz
        v: height  576 start  581 end  586 total  625           clock  50.00Hz
  720x480 (0xa3) 27.027MHz -HSync -VSync
        h: width   720 start  736 end  798 total  858 skew    0 clock  31.50KHz
        v: height  480 start  489 end  495 total  525           clock  60.00Hz
  720x480 (0xa4) 27.000MHz -HSync -VSync
        h: width   720 start  736 end  798 total  858 skew    0 clock  31.47KHz
        v: height  480 start  489 end  495 total  525           clock  59.94Hz
  640x480 (0xa5) 25.200MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock  31.50KHz
        v: height  480 start  490 end  492 total  525           clock  60.00Hz
  640x480 (0x7f) 25.175MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock  31.47KHz
        v: height  480 start  490 end  492 total  525           clock  59.94Hz
  720x400 (0xa6) 28.320MHz -HSync +VSync
        h: width   720 start  738 end  846 total  900 skew    0 clock  31.47KHz
        v: height  400 start  412 end  414 total  449           clock  70.08Hz
  2560x1440_75.00_rb2 (0x7de) 295.420MHz +HSync -VSync
        h: width  2560 start 2568 end 2600 total 2640 skew    0 clock 111.90KHz
        v: height 1440 start 1478 end 1486 total 1492           clock  75.00Hz

Last edited by immaculate_lover (2020-08-29 14:47:54)

Offline

#8 2020-08-29 15:24:06

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,733

Re: Monitor Display Resolution

So the EDID says:

Checksum Correct

Section "Monitor"
	Identifier "OMEN by HP 32"
	ModelName "OMEN by HP 32"
	VendorName "HPN"
	# Monitor Manufactured week 37 of 2017
	# EDID version 1.3
	# Digital Display
	DisplaySize 710 400
	Gamma 2.20
	Option "DPMS" "true"
	Horizsync 115-115
	VertRefresh 48-75
	# Maximum pixel clock is 300MHz
	#Not giving standard mode: 1920x1080, 60Hz
	#Not giving standard mode: 1280x720, 60Hz
	#Not giving standard mode: 1280x1024, 60Hz
	#Not giving standard mode: 1440x900, 60Hz
	#Not giving standard mode: 1600x900, 60Hz
	#Not giving standard mode: 1600x1200, 60Hz
	#Not giving standard mode: 1680x1050, 60Hz
	#Not giving standard mode: 1920x1200, 60Hz

	#Extension block found. Parsing...
	Modeline 	"Mode 10" +hsync +vsync 
	Modeline 	"Mode 0" +hsync -vsync 
	Modeline 	"Mode 1" 148.500 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
	Modeline 	"Mode 2" 148.500 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync
	Modeline 	"Mode 3" 74.250 1280 1390 1420 1650 720 725 730 750 +hsync +vsync
	Modeline 	"Mode 4" 74.250 1280 1720 1760 1980 720 725 730 750 +hsync +vsync
	Modeline 	"Mode 5" 27.027 720 736 798 858 480 489 495 525 -hsync -vsync
	Modeline 	"Mode 6" 27.027 720 736 798 858 480 489 495 525 -hsync -vsync
	Modeline 	"Mode 7" 27.000 720 732 796 864 576 581 586 625 -hsync -vsync
	Modeline 	"Mode 8" 27.000 720 732 796 864 576 581 586 625 -hsync -vsync
	Modeline 	"Mode 9" 25.200 640 656 752 800 480 490 492 525 -hsync -vsync
	Modeline 	"Mode 11" +hsync +vsync 
	Modeline 	"Mode 12" +hsync -vsync 
	Option "PreferredMode" "Mode 10"
EndSection

The EDID doesn't announce it, but the spec you linked (and amazon) says 2560 × 1440 @ 60Hz, not 75, but

% cvt12 2560 1440 60
# 2560x1440 @ 60.000 Hz (CVT) field rate 59.961 Hz; hsync: 89.521 kHz; pclk: 312.25 MHz
Modeline "2560x1440_60.00"  312.25  2560 2752 3024 3488  1440 1443 1448 1493 -hsync +vsync

which exceeds the 300MHz max pclk, so try

% cvt12 2560 1440 60 -b
# 2560x1440 @ 60.000 Hz Reduced Blank (CVT) field rate 60.000 Hz; hsync: 88.860 kHz; pclk: 234.59 MHz
Modeline "2560x1440_60.00_rb2"  234.59  2560 2568 2600 2640  1440 1467 1475 1481 +hsync -vsync

or

% cvt12 2560 1440 60 -r
# 2560x1440 @ 60.000 Hz Reduced Blank (CVT) field rate 59.951 Hz; hsync: 88.787 kHz; pclk: 241.50 MHz
Modeline "2560x1440_60.00_rb1"  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync

Offline

#9 2020-08-29 15:50:49

immaculate_lover
Member
Registered: 2020-08-28
Posts: 10

Re: Monitor Display Resolution

Ugh. No go. Same error.

Tried with both the modesetting and intel, the only difference being the names changed from "HDMI-1" to "HDMI1".

This sucks.

Offline

#10 2020-08-30 12:15:49

immaculate_lover
Member
Registered: 2020-08-28
Posts: 10

Re: Monitor Display Resolution

Is this a bug? Do I report it somewhere?

It occurs with either modesetting or the intel driver. Using intel driver I get the following relevant error in the Xorg log:

[   648.019] (II) intel(0): switch to mode 1920x1080@60.1 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[   649.161] (II) intel(0): switch to mode 2560x1440@60.0 on HDMI1 using pipe 1, position (1920, 0), rotation normal, reflection none
[   649.168] (EE) intel(0): failed to set mode: Invalid argument [22]
[   649.253] (II) intel(0): resizing framebuffer to 1920x1080
[   674.835] (II) intel(0): resizing framebuffer to 3840x1200
[   674.902] (II) intel(0): switch to mode 1920x1200@60.0 on HDMI1 using pipe 1, position (1920, 0), rotation normal, reflection none

xrandr --props output:

Screen 0: minimum 8 x 8, current 3840 x 1200, maximum 32767 x 32767
eDP1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 340mm x 190mm
	EDID: 
		00ffffffffffff0006afed1000000000
		1f1a01049522137802cc459358588e29
		20505400000001010101010101010101
		010101010101783780b470382e406c0a
		aa0058c11000001a602c80b470382e40
		6c0aaa0058c11000001a000000fe0046
		4e444336804231353648544b00000000
		0000410296011000000a010a2020008b
	BACKLIGHT: 96000 
		range: (0, 96000)
	Backlight: 96000 
		range: (0, 96000)
	scaling mode: Full aspect 
		supported: Full, Center, Full aspect
	Colorspace: Default 
		supported: Default, RGB_Wide_Gamut_Fixed_Point, RGB_Wide_Gamut_Floating_Point, opRGB, DCI-P3_RGB_D65, BT2020_RGB, BT601_YCC, BT709_YCC, XVYCC_601, XVYCC_709, SYCC_601, opYCC_601, BT2020_CYCC, BT2020_YCC
	max bpc: 12 
		range: (6, 12)
	Broadcast RGB: Automatic 
		supported: Automatic, Full, Limited 16:235
	panel orientation: Normal 
		supported: Normal, Upside Down, Left Side Up, Right Side Up
	link-status: Good 
		supported: Good, Bad
	non-desktop: 0 
		range: (0, 1)
   1920x1080     60.05*+  59.93    48.04  
   1680x1050     59.88  
   1400x1050     59.98  
   1600x900      60.00    59.95    59.82  
   1280x1024     60.02  
   1400x900      59.96    59.88  
   1280x960      60.00  
   1368x768      60.00    59.88    59.85  
   1280x800      59.81    59.91  
   1280x720      59.86    60.00    59.74  
   1024x768      60.00  
   1024x576      60.00    59.90    59.82  
   960x540       60.00    59.63    59.82  
   800x600       60.32    56.25  
   864x486       60.00    59.92    59.57  
   640x480       59.94  
   720x405       59.51    60.00    58.99  
   640x360       59.84    59.32    60.00  
HDMI1 connected primary 1920x1200+1920+0 (normal left inverted right x axis y axis) 710mm x 400mm
	EDID: 
		00ffffffffffff00220e7a3301010101
		251b0103804728782e9145a7554ea025
		0c5054a10800d1c081c081809500a9c0
		a940b300d100565e00a0a0a029503020
		3500c48f2100001a000000fd00304b73
		731e000a202020202020000000fc004f
		4d454e206279204850203332000000ff
		00434e43373337303143430a20200161
		020320b149101f041303021211016503
		0c002000681a00000101304bede2002b
		023a801871382d40582c4500c48f2100
		001e023a80d072382d40102c4580c48f
		2100001e48730050a0a0345008206808
		c48f2100001a00000000000000000000
		00000000000000000000000000000000
		00000000000000000000000000000075
	HDCP Content Type: HDCP Type0 
		supported: HDCP Type0, HDCP Type1
	Content Protection: Undesired 
		supported: Undesired, Desired, Enabled
	max bpc: 12 
		range: (8, 12)
	content type: No Data 
		supported: No Data, Graphics, Photo, Cinema, Game
	Colorspace: Default 
		supported: Default, SMPTE_170M_YCC, BT709_YCC, XVYCC_601, XVYCC_709, SYCC_601, opYCC_601, opRGB, BT2020_CYCC, BT2020_RGB, BT2020_YCC, DCI-P3_RGB_D65, DCI-P3_RGB_Theater
	aspect ratio: Automatic 
		supported: Automatic, 4:3, 16:9
	Broadcast RGB: Automatic 
		supported: Automatic, Full, Limited 16:235
	audio: auto 
		supported: force-dvi, off, auto, on
	link-status: Good 
		supported: Good, Bad
	non-desktop: 0 
		range: (0, 1)
   2560x1440R    59.95 +
   1920x1200     59.95* 
   1920x1080     60.00    50.00    59.94  
   1600x1200     60.00  
   1680x1050     59.88  
   1600x900      60.00  
   1280x1024     60.02  
   1440x900      59.90  
   1280x720      60.00    50.00    59.94  
   1024x768      60.00  
   800x600       60.32  
   720x576       50.00  
   720x480       60.00    59.94  
   640x480       60.00    59.94  
   720x400       70.08  
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
	non-desktop: 0 
		supported: 0, 1

Relevant modeline in 10-monitor.conf:

Section "Monitor"
    Identifier "HDMI1"
    Modeline "2560x1440R"  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync
    Option "PreferredMode" "2560x1440R"
EndSection

Last edited by immaculate_lover (2020-08-30 12:17:03)

Offline

#11 2020-08-30 12:35:37

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,733

Re: Monitor Display Resolution

It's more likely that one link doesn't support HDMI 1.3 or up (just because the IGP can generate a certain signal, does not mean the HDMI output can)
The monitor should™ do on QHD/60 w/ reduced blanking and you asserted the cable is good as well.
=> Output of "lspci", what exact notebook model do you use and does it have a displayport output?

Check

% cvt12 2560 1440 30
# 2560x1440 @ 30.000 Hz (CVT) field rate 29.935 Hz; hsync: 43.945 kHz; pclk: 146.25 MHz
Modeline "2560x1440_30.00"  146.25  2560 2680 2944 3328  1440 1443 1448 1468 -hsync +vsync

which is below 1920x1080@60Hz …

Offline

#12 2020-08-30 13:56:38

immaculate_lover
Member
Registered: 2020-08-28
Posts: 10

Re: Monitor Display Resolution

seth wrote:

It's more likely that one link doesn't support HDMI 1.3 or up (just because the IGP can generate a certain signal, does not mean the HDMI output can)
The monitor should™ do on QHD/60 w/ reduced blanking and you asserted the cable is good as well.
=> Output of "lspci", what exact notebook model do you use and does it have a displayport output?

Check

% cvt12 2560 1440 30
# 2560x1440 @ 30.000 Hz (CVT) field rate 29.935 Hz; hsync: 43.945 kHz; pclk: 146.25 MHz
Modeline "2560x1440_30.00"  146.25  2560 2680 2944 3328  1440 1443 1448 1468 -hsync +vsync

which is below 1920x1080@60Hz …

No go at that rate. Shuts off the monitor which I guess gets no signal.

Unfortunately, I do not have a DP output. My monitor has a DP input and I tried connecting directly from the laptop HDMI through a DP adapter to the monitor and got no picture. Arch didn't even see that the monitor was plugged in in the Cinnamon display settings..

The HDMI cable definitely worked through the KVM via another laptop docking station so I don't think it's a cable issue. Is it the HDMI port issue on the laptop?

lspci output:

00:00.0 Host bridge: Intel Corporation Device 8a12 (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Iris Plus Graphics G1 (Ice Lake) (rev 07)
00:04.0 Signal processing controller: Intel Corporation Device 8a03 (rev 03)
00:14.0 USB controller: Intel Corporation Ice Lake-LP USB 3.1 xHCI Host Controller (rev 30)
00:14.2 RAM memory: Intel Corporation Device 34ef (rev 30)
00:15.0 Serial bus controller [0c80]: Intel Corporation Ice Lake-LP Serial IO I2C Controller #0 (rev 30)
00:15.1 Serial bus controller [0c80]: Intel Corporation Ice Lake-LP Serial IO I2C Controller #1 (rev 30)
00:16.0 Communication controller: Intel Corporation Management Engine Interface (rev 30)
00:17.0 SATA controller: Intel Corporation Ice Lake-LP SATA Controller [AHCI mode] (rev 30)
00:19.0 Serial bus controller [0c80]: Intel Corporation Ice Lake-LP Serial IO I2c Controller #4 (rev 30)
00:1d.0 PCI bridge: Intel Corporation Ice Lake-LP PCI Express Root Port #9 (rev 30)
00:1d.1 PCI bridge: Intel Corporation Device 34b1 (rev 30)
00:1d.4 PCI bridge: Intel Corporation Device 34b4 (rev 30)
00:1f.0 ISA bridge: Intel Corporation Ice Lake-LP LPC Controller (rev 30)
00:1f.3 Audio device: Intel Corporation Smart Sound Technology Audio Controller (rev 30)
00:1f.4 SMBus: Intel Corporation Ice Lake-LP SMBus Controller (rev 30)
00:1f.5 Serial bus controller [0c80]: Intel Corporation Ice Lake-LP SPI Controller (rev 30)
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL810xE PCI Express Fast Ethernet controller (rev 07)
02:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter (rev 31)
03:00.0 Non-Volatile memory controller: KIOXIA Corporation Device 0001

Last edited by immaculate_lover (2020-08-30 14:00:04)

Offline

#13 2020-08-30 13:59:18

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,733

Re: Monitor Display Resolution

Shuts off the monitor which I guess gets no signal.

But you don't get an error…

% cvt12 2560 1440 24
# 2560x1440 @ 24.000 Hz (CVT) field rate 23.938 Hz; hsync: 35.022 kHz; pclk: 113.75 MHz
Modeline "2560x1440_24.00"  113.75  2560 2648 2904 3248  1440 1443 1448 1463 -hsync +vsync

might work but it increasingly looks like a bandwidth limitation.

seth wrote:

what exact notebook model do you use

Offline

#14 2020-08-30 14:13:52

immaculate_lover
Member
Registered: 2020-08-28
Posts: 10

Re: Monitor Display Resolution

Yes, I get no error. The monitor just shuts off because of the signal.

I tried the other modeline you provided and again the monitor shuts off due to a lack of signal.

The notebook model is: Dell Inspiron 15 3000 Series Touchscreen Laptop - 10th Gen Intel Core i5-1035G1 - 1080p - Blue.

Bought it at Costco over a year ago except it was blue with less HD space at the time, but I believe this is the one: https://www.costco.com/dell-inspiron-15 … 46486.html

HDMI is 1.4b is according to the page.

Last edited by immaculate_lover (2020-08-30 14:34:17)

Offline

#15 2020-08-31 13:01:06

immaculate_lover
Member
Registered: 2020-08-28
Posts: 10

Re: Monitor Display Resolution

So, is this a bug or not?

The specs of the laptop seem to allow for such a resolution both the GPU and the port as I had assumed it would since it's a relatively new laptop.

I have not tried connecting my laptop in Windows 10 mode to see if I can get the 2560x1440 resolution because installing Grub when installing Arch caused some issue with the Windows 10 boot which no longer works that I have ignored for now.

Offline

#16 2020-08-31 14:39:24

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,733

Re: Monitor Display Resolution

As mentioned before, " it increasingly looks like a bandwidth limitation" what means "it's more likely that one link doesn't support HDMI 1.3 or up"
It's possible that there's a bug somewhere, but w/ the given symptoms that's unlikely.

The monitor seems to hat two HDMI inputs, try the other one.
Also seek to replace the cable (because of #1 reason on why HDMI sucks - it's always the cable…)

Offline

#17 2020-08-31 15:02:36

immaculate_lover
Member
Registered: 2020-08-28
Posts: 10

Re: Monitor Display Resolution

seth wrote:

As mentioned before, " it increasingly looks like a bandwidth limitation" what means "it's more likely that one link doesn't support HDMI 1.3 or up"
It's possible that there's a bug somewhere, but w/ the given symptoms that's unlikely.

The monitor seems to hat two HDMI inputs, try the other one.
Also seek to replace the cable (because of #1 reason on why HDMI sucks - it's always the cable…)

I did try the other HDMI input and same issue resulted.

The only thing left is to try a new HDMI cable, but the cable I am using is one of those that came with the monitor (I have two of the same monitors and I have tried both monitors and both ports on them), and as I said before, those cables at least worked with my work laptop directly or via a docking station for Windows 10.

So, from a causal perspective, it seems like it can only be an issue with the laptop (but the specs say the GPU supports up to 4K and the port supports HDMI 1.4b) which is sufficient, the cable, or the Arch Linux driver.

Offline

Board footer

Powered by FluxBB