You are not logged in.

#1 2024-02-20 22:04:05

~tfa
Member
From: Germany
Registered: 2021-11-03
Posts: 14
Website

[SOLVED]Wayland and external monitor on USB-C/Thunderbolt

Hello community,

I am pretty new to XWayland and haven't gotten the hang around it completely. It's all working well out of the box tho, except for a tiny glitch:

Native laptop screen resolution is 3072x1920 and it gets scaled through the system.

xrandr

Screen 0: minimum 16 x 16, current 1755 x 1097, maximum 32767 x 32767
eDP-1 connected primary 1755x1097+0+0 (normal left inverted right x axis y axis) 310mm x 200mm
   1755x1097     59.89*+
   1440x1080     59.99  
   1400x1050     59.98  
   1280x1024     59.89  
   1280x960      59.94  
   1152x864      59.96  
   1024x768      59.92  
   800x600       59.86  
   640x480       59.38  
   320x240       59.52  
   1680x1050     59.95  
   1440x900      59.89  
   1280x800      59.81  
   1152x720      59.97  
   960x600       59.63  
   928x580       59.88  
   800x500       59.50  
   768x480       59.90  
   720x480       59.71  
   640x400       59.95  
   320x200       58.96  
   1600x900      59.95  
   1368x768      59.88  
   1280x720      59.86  
   1024x576      59.90  
   864x486       59.92  
   720x400       59.55  
   640x350       59.77

Now if I connect an external monitor of 1920x1080 to the USB-C it runs on its respective resolution and gets scaled correctly.
If I though connect on the other USB-C port (which has thunderbolt), it gets scaled to 1680 x 1050, so a narrow format and I have black areas at the left and right on the same monitor. 1080p resolution is then not available for selection.

What am I missing here?

The GPU used is an Iris Xe with the i915 module. The laptop is a hybrid GPU model, but the dGPU is only hardwired to the HDMI output.

xorg.conf

Section "Files"
	ModulePath "/usr/lib/nvidia"
	ModulePath "/usr/lib32/nvidia"
	ModulePath "/usr/lib32/nvidia/xorg/modules"
	ModulePath "/usr/lib32/xorg/modules"
	ModulePath "/usr/lib64/nvidia/xorg/modules"
	ModulePath "/usr/lib64/nvidia/xorg"
	ModulePath "/usr/lib64/xorg/modules"
EndSection

Section "ServerLayout"
	Identifier "layout"
	Screen 0 "integrated"
	Inactive "nvidia"
	Option "AllowNVIDIAGPUScreens"
EndSection

Section "Device"
	Identifier "integrated"
	Driver "modesetting"
	BusID "PCI:0:2:0"
	Option "DRI" "3"
EndSection

Section "Screen"
	Identifier "integrated"
	Device "integrated"
EndSection

Section "Device"
	Identifier "nvidia"
	Driver "nvidia"
	BusID "PCI:1:0:0"
	Option "Coolbits" "28"
EndSection

Section "Screen"
	Identifier "nvidia"
	Device "nvidia"
EndSection

I have deleted everything from .local/share/kscreen but the problem persits.

Thank you for any ideas in advance !

Last edited by ~tfa (2024-02-22 08:38:31)

Offline

#2 2024-02-20 22:29:34

seth
Member
Registered: 2012-09-03
Posts: 51,678

Re: [SOLVED]Wayland and external monitor on USB-C/Thunderbolt

What do you mean by "xwayland"?
If you're running some wayland compositor, xrandr is unreliable and your xorg.conf mostly irrelevant here.

loginctl session-status

it gets scaled through the system

Through what "system"?

scaled to 1680 x 1050, so a narrow format

That's 16:10 - like your eDP.
Is the output cloned (same content)

If this is indeed wayland and/or you can reproduce the problem on X11, please post the output of "xrandr -v" there when the external monitor is connected to either output as well as your  Xorg log, https://wiki.archlinux.org/title/Xorg#General

Online

#3 2024-02-20 23:00:59

~tfa
Member
From: Germany
Registered: 2021-11-03
Posts: 14
Website

Re: [SOLVED]Wayland and external monitor on USB-C/Thunderbolt

loginctl session-status

  Since: Tue 2024-02-20 21:23:34 CET; 2h 33min ago
  State: active
 Leader: 1214 (sddm-helper)
   Seat: seat0; vc1
    TTY: tty1
 Remote: no
Service: sddm
   Type: wayland
  Class: user
Desktop: KDE
   Idle: no
   Unit: session-3.scope

It is indeed the case that upon connecting either of the USB-C ports, the external monitor starts as a clone. But then after I extend the display to the side or close the laptop lid, only on the USB-C without thunderbolt, the 16:9 or 1080p resolution will become available. On the USB-C with thunderbolt it only has the 1680x1050.

Will post the Xorg log in two days, when I am at work again.

Offline

#4 2024-02-20 23:14:11

seth
Member
Registered: 2012-09-03
Posts: 51,678

Re: [SOLVED]Wayland and external monitor on USB-C/Thunderbolt

For KDE/wayland, the kscreen kcm in systemsettings is relevant, do not try to configure this w/ xrandr.

You can also compare the EDIDs you get between the different outputs.

for OUT in /sys/class/drm/card0*; do echo $OUT; edid-decode $OUT/edid; echo "================="; done

You'll need https://aur.archlinux.org/packages/edid-decode-git

Online

#5 2024-02-20 23:27:41

~tfa
Member
From: Germany
Registered: 2021-11-03
Posts: 14
Website

Re: [SOLVED]Wayland and external monitor on USB-C/Thunderbolt

Ok, will check that and come back to you in 2 days, thanks

Just remembered I had autorandr installed from the former X11 setup. That could be the root cause too hmm

Offline

#6 2024-02-22 07:54:47

~tfa
Member
From: Germany
Registered: 2021-11-03
Posts: 14
Website

Re: [SOLVED]Wayland and external monitor on USB-C/Thunderbolt

It is working now, I bet it was autorandr causing a conflict. Before I uninstalled it, both displays, upon connection, always started as a clone, never remembering my screen setup before. That changed now and both have the correct resolution on both ports, as well as the awesome and correct DPI scaling in the Wayland session.

Sorry for bothering you, but thanks for your help !

For completion the Xorg log:

	Informationen	[    11.606] (--) Log file renamed from "/var/log/Xorg.pid-1181.log" to "/var/log/Xorg.0.log"
	Informationen	[    11.607] 
	Informationen	X.Org X Server 1.21.1.11
	Informationen	X Protocol Version 11, Revision 0
	Informationen	[    11.607] Current Operating System: Linux discordiae 6.7.5-arch1-1 #1 SMP PREEMPT_DYNAMIC Sat, 17 Feb 2024 14:02:33 +0000 x86_64
	Informationen	[    11.607] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=ae33f92a-55e6-4202-81f4-067d08ebde40 rw loglevel=3 quiet splash resume=UUID=ae33f92a-55e6-4202-81f4-067d08ebde40 resume_offset=5873664
	Informationen	[    11.607]  
	Informationen	[    11.607] Current version of pixman: 0.43.2
	Informationen	[    11.607] 	Before reporting problems, check http://wiki.x.org
	Informationen		to make sure that you have the latest version.
	Informationen	[    11.607] Markers: (--) probed, (**) from config file, (==) default setting,
	Informationen		(++) from command line, (!!) notice, (II) informational,
	Informationen		(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
	Informationen	[    11.607] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Feb 22 08:43:41 2024
	Informationen	[    11.608] (==) Using config directory: "/etc/X11/xorg.conf.d"
	Informationen	[    11.608] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
	Informationen	[    11.608] (==) ServerLayout "layout"
	Informationen	[    11.608] (**) |-->Screen "integrated" (0)
	Informationen	[    11.608] (**) |   |-->Monitor "<default monitor>"
	Informationen	[    11.608] (**) |   |-->Device "integrated"
	Informationen	[    11.608] (**) |   |-->GPUDevice "nvidia"
	Informationen	[    11.608] (==) No monitor specified for screen "integrated".
	Informationen		Using a default monitor configuration.
	Informationen	[    11.608] (**) |-->Inactive Device "nvidia"
	Informationen	[    11.608] (==) Automatically adding devices
	Informationen	[    11.608] (==) Automatically enabling devices
	Informationen	[    11.608] (==) Automatically adding GPU devices
	Informationen	[    11.608] (==) Automatically binding GPU devices
	Informationen	[    11.608] (==) Max clients allowed: 256, resource mask: 0x1fffff
	Informationen	[    11.608] (WW) The directory "/usr/share/fonts/misc" does not exist.
	Informationen	[    11.608] 	Entry deleted from font path.
	Informationen	[    11.609] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
	Informationen	[    11.609] 	Entry deleted from font path.
	Informationen	[    11.609] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF").
	Informationen	[    11.609] (WW) The directory "/usr/share/fonts/OTF" does not exist.
	Informationen	[    11.609] 	Entry deleted from font path.
	Informationen	[    11.609] (WW) The directory "/usr/share/fonts/Type1" does not exist.
	Informationen	[    11.609] 	Entry deleted from font path.
	Informationen	[    11.609] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
	Informationen	[    11.609] 	Entry deleted from font path.
	Informationen	[    11.609] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
	Informationen	[    11.609] 	Entry deleted from font path.
	Informationen	[    11.609] (==) FontPath set to:
	Informationen		
	Informationen	[    11.609] (**) ModulePath set to "/usr/lib/nvidia,/usr/lib32/nvidia,/usr/lib32/nvidia/xorg/modules,/usr/lib32/xorg/modules,/usr/lib64/nvidia/xorg/modules,/usr/lib64/nvidia/xorg,/usr/lib64/xorg/modules"
	Informationen	[    11.609] (II) The server relies on udev to provide the list of input devices.
	Informationen		If no devices become available, reconfigure udev or disable AutoAddDevices.
	Informationen	[    11.609] (II) Module ABI versions:
	Informationen	[    11.609] 	X.Org ANSI C Emulation: 0.4
	Informationen	[    11.609] 	X.Org Video Driver: 25.2
	Informationen	[    11.609] 	X.Org XInput driver : 24.4
	Informationen	[    11.609] 	X.Org Server Extension : 10.0
	Informationen	[    11.609] (++) using VT number 2
	Informationen	
	Informationen	[    11.609] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
	Informationen	[    11.610] (II) xfree86: Adding drm device (/dev/dri/card0)
	Informationen	[    11.610] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
	Informationen	[    11.639] (II) xfree86: Adding drm device (/dev/dri/card1)
	Informationen	[    11.640] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
	Informationen	[    11.658] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia,/usr/lib32/nvidia,/usr/lib32/nvidia/xorg/modules,/usr/lib32/xorg/modules,/usr/lib64/nvidia/xorg/modules,/usr/lib64/nvidia/xorg,/usr/lib64/xorg/modules"
	Informationen	[    11.659] (--) PCI:*(0@0:2:0) 8086:a7a0:17aa:3e51 rev 4, Mem @ 0x6202000000/16777216, 0x4000000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
	Informationen	[    11.659] (--) PCI: (1@0:0:0) 10de:28e0:17aa:3e51 rev 161, Mem @ 0x5f000000/16777216, 0x6000000000/8589934592, 0x6200000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
	Informationen	[    11.659] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
	Informationen	[    11.659] (II) LoadModule: "glx"
	Informationen	[    11.660] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
	Informationen	[    11.663] (II) Module glx: vendor="X.Org Foundation"
	Informationen	[    11.663] 	compiled for 1.21.1.11, module version = 1.0.0
	Informationen	[    11.663] 	ABI class: X.Org Server Extension, version 10.0
	Informationen	[    11.663] (II) LoadModule: "modesetting"
	Informationen	[    11.663] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
	Informationen	[    11.664] (II) Module modesetting: vendor="X.Org Foundation"
	Informationen	[    11.664] 	compiled for 1.21.1.11, module version = 1.21.1
	Informationen	[    11.664] 	Module class: X.Org Video Driver
	Informationen	[    11.664] 	ABI class: X.Org Video Driver, version 25.2
	Informationen	[    11.664] (II) LoadModule: "nvidia"
	Informationen	[    11.664] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
	Informationen	[    11.666] (II) Module nvidia: vendor="NVIDIA Corporation"
	Informationen	[    11.666] 	compiled for 1.6.99.901, module version = 1.0.0
	Informationen	[    11.666] 	Module class: X.Org Video Driver
	Informationen	[    11.666] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
	Informationen	[    11.666] (II) NVIDIA dlloader X Driver  550.40.07  Thu Jan 18 07:11:44 UTC 2024
	Informationen	[    11.666] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
	Informationen	[    11.706] (II) modeset(0): using drv /dev/dri/card1
	Informationen	[    11.706] (II) Loading sub module "fb"
	Informationen	[    11.706] (II) LoadModule: "fb"
	Informationen	[    11.706] (II) Module "fb" already built-in
	Informationen	[    11.706] (II) Loading sub module "wfb"
	Informationen	[    11.706] (II) LoadModule: "wfb"
	Informationen	[    11.706] (II) Loading /usr/lib/xorg/modules/libwfb.so
	Informationen	[    11.707] (II) Module wfb: vendor="X.Org Foundation"
	Informationen	[    11.707] 	compiled for 1.21.1.11, module version = 1.0.0
	Informationen	[    11.707] 	ABI class: X.Org ANSI C Emulation, version 0.4
	Informationen	[    11.707] (II) modeset(0): Creating default Display subsection in Screen section
	Informationen		"integrated" for depth/fbbpp 24/32
	Informationen	[    11.707] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
	Informationen	[    11.707] (==) modeset(0): RGB weight 888
	Informationen	[    11.707] (==) modeset(0): Default visual is TrueColor
	Informationen	[    11.707] (II) Loading sub module "glamoregl"
	Informationen	[    11.707] (II) LoadModule: "glamoregl"
	Informationen	[    11.707] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
	Informationen	[    11.710] (II) Module glamoregl: vendor="X.Org Foundation"
	Informationen	[    11.710] 	compiled for 1.21.1.11, module version = 1.0.1
	Informationen	[    11.710] 	ABI class: X.Org ANSI C Emulation, version 0.4
	Informationen	[    11.799] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Graphics (RPL-P)
	Informationen	[    11.799] (II) modeset(0): glamor initialized
	Informationen	[    11.799] (==) modeset(0): VariableRefresh: disabled
	Informationen	[    11.799] (==) modeset(0): AsyncFlipSecondaries: disabled
	Informationen	[    11.802] (II) modeset(0): Output eDP-1 has no monitor section
	Informationen	[    11.802] (II) modeset(0): Output DP-1 has no monitor section
	Informationen	[    11.802] (II) modeset(0): Output DP-2 has no monitor section
	Informationen	[    11.845] (II) modeset(0): Output DP-3 has no monitor section
	Informationen	[    11.845] (II) modeset(0): Output DP-4 has no monitor section
	Informationen	[    11.849] (II) modeset(0): EDID for output eDP-1
	Informationen	[    11.849] (II) modeset(0): Manufacturer: CSO  Model: 1418  Serial#: 0
	Informationen	[    11.849] (II) modeset(0): Year: 2022  Week: 0
	Informationen	[    11.849] (II) modeset(0): EDID Version: 1.4
	Informationen	[    11.849] (II) modeset(0): Digital Display Input
	Informationen	[    11.849] (II) modeset(0): 10 bits per channel
	Informationen	[    11.849] (II) modeset(0): Digital interface is DisplayPort
	Informationen	[    11.849] (II) modeset(0): Max Image Size [cm]: horiz.: 31  vert.: 20
	Informationen	[    11.849] (II) modeset(0): Gamma: 2.20
	Informationen	[    11.849] (II) modeset(0): No DPMS capabilities specified
	Informationen	[    11.849] (II) modeset(0): Supported color encodings: RGB 4:4:4 
	Informationen	[    11.849] (II) modeset(0): First detailed timing is preferred mode
	Informationen	[    11.849] (II) modeset(0): Preferred mode is native pixel format and refresh rate
	Informationen	[    11.849] (II) modeset(0): Display is continuous-frequency
	Informationen	[    11.849] (II) modeset(0): redX: 0.668 redY: 0.315   greenX: 0.267 greenY: 0.688
	Informationen	[    11.849] (II) modeset(0): blueX: 0.149 blueY: 0.060   whiteX: 0.314 whiteY: 0.330
	Informationen	[    11.849] (II) modeset(0): Manufacturer's mask: 0
	Informationen	[    11.849] (II) modeset(0): Supported detailed timing:
	Informationen	[    11.849] (II) modeset(0): clock: 403.0 MHz   Image Size:  312 x 195 mm
	Informationen	[    11.849] (II) modeset(0): h_active: 3072  h_sync: 3120  h_sync_end 3152 h_blank_end 3232 h_border: 0
	Informationen	[    11.849] (II) modeset(0): v_active: 1920  v_sync: 1923  v_sync_end 1929 v_blanking: 2078 v_border: 0
	Informationen	[    11.849] (II) modeset(0): Ranges: V min: 48 V max: 165 Hz, H min: 343 H max: 343 kHz, PixClock max 1115 MHz
	Informationen	[    11.849] (II) modeset(0):  CSOT T3
	Informationen	[    11.849] (II) modeset(0):  MNE507HZ2-1
	Informationen	[    11.849] (II) modeset(0): Number of EDID sections to follow: 2
	Informationen	[    11.849] (II) modeset(0): EDID (in hex):
	Informationen	[    11.849] (II) modeset(0): 	00ffffffffffff000e6f181400000000
	Informationen	[    11.849] (II) modeset(0): 	00200104b51f147803355aab5044b026
	Informationen	[    11.849] (II) modeset(0): 	0f505400000001010101010101010101
	Informationen	[    11.849] (II) modeset(0): 	010101010101699d00a0c0809e703020
	Informationen	[    11.849] (II) modeset(0): 	360038c310000018000000fd0c30a558
	Informationen	[    11.849] (II) modeset(0): 	586f010a202020202020000000fe0043
	Informationen	[    11.849] (II) modeset(0): 	534f542054330a2020202020000000fe
	Informationen	[    11.849] (II) modeset(0): 	004d4e45353037485a322d310a2002a9
	Informationen	[    11.849] (II) modeset(0): 	02031d00e3058000e60605019393116d
	Informationen	[    11.849] (II) modeset(0): 	1a0000020b30a5000493119311000000
	Informationen	[    11.849] (II) modeset(0): 	00000000000000000000000000000000
	Informationen	[    11.849] (II) modeset(0): 	00000000000000000000000000000000
	Informationen	[    11.849] (II) modeset(0): 	00000000000000000000000000000000
	Informationen	[    11.849] (II) modeset(0): 	00000000000000000000000000000000
	Informationen	[    11.849] (II) modeset(0): 	00000000000000000000000000000000
	Informationen	[    11.849] (II) modeset(0): 	00000000000000000000000000009afe
	Informationen	[    11.849] (II) modeset(0): 	7012790000030114e0b00105ff0b9f00
	Informationen	[    11.849] (II) modeset(0): 	2f001f007f079d000200050000000000
	Informationen	[    11.849] (II) modeset(0): 	00000000000000000000000000000000
	Informationen	[    11.849] (II) modeset(0): 	00000000000000000000000000000000
	Informationen	[    11.849] (II) modeset(0): 	00000000000000000000000000000000
	Informationen	[    11.849] (II) modeset(0): 	00000000000000000000000000000000
	Informationen	[    11.849] (II) modeset(0): 	00000000000000000000000000000000
	Informationen	[    11.849] (II) modeset(0): 	0000000000000000000000000000a690
	Informationen	[    11.850] (II) modeset(0): Printing probed modes for output eDP-1
	Informationen	[    11.850] (II) modeset(0): Modeline "3072x1920"x60.0  402.97  3072 3120 3152 3232  1920 1923 1929 2078 -hsync -vsync (124.7 kHz eP)
	Informationen	[    11.850] (II) modeset(0): Modeline "3072x1920"x165.0  1108.17  3072 3120 3152 3232  1920 1923 1929 2078 -hsync -vsync (342.9 kHz e)
	Informationen	[    11.850] (II) modeset(0): Modeline "2880x1620"x60.0  396.25  2880 3096 3408 3936  1620 1623 1628 1679 -hsync +vsync (100.7 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "2880x1620"x60.0  303.75  2880 2928 2960 3040  1620 1623 1628 1666 +hsync -vsync (99.9 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "2560x1600"x60.0  348.50  2560 2760 3032 3504  1600 1603 1609 1658 -hsync +vsync (99.5 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "2560x1600"x60.0  268.50  2560 2608 2640 2720  1600 1603 1609 1646 +hsync -vsync (98.7 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "2560x1440"x60.0  638.25  2560 2780 3064 3568  1440 1441 1444 1491 doublescan -hsync +vsync (178.9 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "2560x1440"x60.0  469.12  2560 2584 2600 2640  1440 1441 1444 1481 doublescan +hsync -vsync (177.7 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "2560x1440"x60.0  312.25  2560 2752 3024 3488  1440 1443 1448 1493 -hsync +vsync (89.5 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "2048x1536"x85.0  388.04  2048 2216 2440 2832  1536 1537 1540 1612 -hsync +vsync (137.0 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "2048x1536"x75.0  340.48  2048 2216 2440 2832  1536 1537 1540 1603 -hsync +vsync (120.2 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "2048x1536"x60.0  266.95  2048 2200 2424 2800  1536 1537 1540 1589 -hsync +vsync (95.3 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1920x1440"x85.0  341.35  1920 2072 2288 2656  1440 1441 1444 1512 -hsync +vsync (128.5 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1920x1440"x75.0  297.00  1920 2064 2288 2640  1440 1441 1444 1500 -hsync +vsync (112.5 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1856x1392"x75.0  288.00  1856 1984 2208 2560  1392 1393 1396 1500 -hsync +vsync (112.5 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1856x1392"x60.0  218.30  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1792x1344"x75.0  261.00  1792 1888 2104 2456  1344 1345 1348 1417 -hsync +vsync (106.3 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1792x1344"x60.0  204.80  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "2048x1152"x60.0  406.50  2048 2220 2444 2840  1152 1153 1156 1193 doublescan -hsync +vsync (143.1 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "2048x1152"x60.0  302.50  2048 2072 2088 2128  1152 1153 1156 1185 doublescan +hsync -vsync (142.2 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "2048x1152"x59.9  197.00  2048 2184 2400 2752  1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "2048x1152"x59.9  156.75  2048 2096 2128 2208  1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1920x1080"x60.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1920x1080"x60.0  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1600x1200"x85.0  229.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (106.2 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1600x1200"x75.0  202.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (93.8 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1600x1200"x70.0  189.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (87.5 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1600x1200"x65.0  175.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (81.2 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1600x900"x60.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1280x1024"x85.0  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1280x960"x85.0  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync (85.9 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1440x810"x60.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1024x768"x85.0  194.02  1024 1108 1220 1416  768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1024x768"x75.0  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1024x768i"x87.0   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "960x720"x85.0  170.68  960 1036 1144 1328  720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "960x720"x75.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "928x696"x75.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "896x672"x75.0  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "800x600"x85.0  114.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "800x600"x75.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "800x600"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "800x600"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "700x525"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
	Informationen	[    11.850] (II) modeset(0): Modeline "640x512"x85.0   78.75  640 672 752 864  512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "640x480"x85.1   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "512x384"x85.0   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "512x384i"x87.1   22.45  512 516 604 632  384 384 388 408 interlace doublescan +hsync +vsync (35.5 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "400x300"x85.3   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "320x240"x85.2   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "360x200"x85.0   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "320x200"x85.3   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
	Informationen	[    11.851] (II) modeset(0): Modeline "320x175"x85.3   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
	Informationen	[    11.851] (II) modeset(0): EDID for output DP-1
	Informationen	[    11.851] (II) modeset(0): EDID for output DP-2
	Informationen	[    11.900] (II) modeset(0): EDID for output DP-3
	Informationen	[    11.900] (II) modeset(0): Manufacturer: ENC  Model: 3264  Serial#: 27268082
	Informationen	[    11.900] (II) modeset(0): Year: 2022  Week: 35
	Informationen	[    11.900] (II) modeset(0): EDID Version: 1.3
	Informationen	[    11.900] (II) modeset(0): Digital Display Input
	Informationen	[    11.900] (II) modeset(0): Max Image Size [cm]: horiz.: 53  vert.: 30
	Informationen	[    11.900] (II) modeset(0): Gamma: 2.20
	Informationen	[    11.900] (II) modeset(0): DPMS capabilities: StandBy Suspend Off
	Informationen	[    11.900] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
	Informationen	[    11.900] (II) modeset(0): First detailed timing is preferred mode
	Informationen	[    11.900] (II) modeset(0): redX: 0.655 redY: 0.335   greenX: 0.330 greenY: 0.610
	Informationen	[    11.900] (II) modeset(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
	Informationen	[    11.900] (II) modeset(0): Supported established timings:
	Informationen	[    11.900] (II) modeset(0): 720x400@70Hz
	Informationen	[    11.900] (II) modeset(0): 640x480@60Hz
	Informationen	[    11.900] (II) modeset(0): 800x600@60Hz
	Informationen	[    11.900] (II) modeset(0): 1024x768@60Hz
	Informationen	[    11.900] (II) modeset(0): Manufacturer's mask: 0
	Informationen	[    11.900] (II) modeset(0): Supported standard timings:
	Informationen	[    11.900] (II) modeset(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
	Informationen	[    11.900] (II) modeset(0): #1: hsize: 1680  vsize 1050  refresh: 60  vid: 179
	Informationen	[    11.900] (II) modeset(0): #2: hsize: 1600  vsize 900  refresh: 60  vid: 49321
	Informationen	[    11.900] (II) modeset(0): #3: hsize: 1280  vsize 720  refresh: 60  vid: 49281
	Informationen	[    11.900] (II) modeset(0): #4: hsize: 1280  vsize 800  refresh: 60  vid: 129
	Informationen	[    11.900] (II) modeset(0): Supported detailed timing:
	Informationen	[    11.900] (II) modeset(0): clock: 148.5 MHz   Image Size:  528 x 297 mm
	Informationen	[    11.900] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
	Informationen	[    11.900] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
	Informationen	[    11.900] (II) modeset(0): Serial No: 27268082
	Informationen	[    11.900] (II) modeset(0): Ranges: V min: 49 V max: 61 Hz, H min: 31 H max: 68 kHz, PixClock max 155 MHz
	Informationen	[    11.900] (II) modeset(0): Monitor name: EV2490
	Informationen	[    11.900] (II) modeset(0): Supported detailed timing:
	Informationen	[    11.900] (II) modeset(0): clock: 27.0 MHz   Image Size:  446 x 297 mm
	Informationen	[    11.900] (II) modeset(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
	Informationen	[    11.900] (II) modeset(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
	Informationen	[    11.900] (II) modeset(0): Supported detailed timing:
	Informationen	[    11.900] (II) modeset(0): clock: 27.0 MHz   Image Size:  372 x 297 mm
	Informationen	[    11.900] (II) modeset(0): h_active: 720  h_sync: 732  h_sync_end 796 h_blank_end 864 h_border: 0
	Informationen	[    11.900] (II) modeset(0): v_active: 576  v_sync: 581  v_sync_end 586 v_blanking: 625 v_border: 0
	Informationen	[    11.900] (II) modeset(0): Number of EDID sections to follow: 1
	Informationen	[    11.900] (II) modeset(0): EDID (in hex):
	Informationen	[    11.900] (II) modeset(0): 	00ffffffffffff0015c36432f213a001
	Informationen	[    11.900] (II) modeset(0): 	2320010380351e78eaf995a755549c26
	Informationen	[    11.900] (II) modeset(0): 	0f5054a108008180b300a9c081c08100
	Informationen	[    11.900] (II) modeset(0): 	010101010101023a801871382d40582c
	Informationen	[    11.900] (II) modeset(0): 	450010292100001e000000ff00323732
	Informationen	[    11.900] (II) modeset(0): 	36383038320a20202020000000fd0031
	Informationen	[    11.900] (II) modeset(0): 	3d1f440f000a202020202020000000fc
	Informationen	[    11.900] (II) modeset(0): 	004556323439300a2020202020200166
	Informationen	[    11.900] (II) modeset(0): 	02031ff148901f04130312021123097f
	Informationen	[    11.900] (II) modeset(0): 	078301000066030c00100080e2006a8c
	Informationen	[    11.900] (II) modeset(0): 	0ad08a20e02d10103e9600be29110000
	Informationen	[    11.900] (II) modeset(0): 	188c0ad090204031200c405500742911
	Informationen	[    11.900] (II) modeset(0): 	00001800000000000000000000000000
	Informationen	[    11.900] (II) modeset(0): 	00000000000000000000000000000000
	Informationen	[    11.900] (II) modeset(0): 	00000000000000000000000000000000
	Informationen	[    11.900] (II) modeset(0): 	000000000000000000000000000000ff
	Informationen	[    11.900] (II) modeset(0): Printing probed modes for output DP-3
	Informationen	[    11.900] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
	Informationen	[    11.900] (II) modeset(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
	Informationen	[    11.900] (II) modeset(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
	Informationen	[    11.900] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
	Informationen	[    11.900] (II) modeset(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
	Informationen	[    11.900] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
	Informationen	[    11.900] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
	Informationen	[    11.900] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
	Informationen	[    11.900] (II) modeset(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
	Informationen	[    11.900] (II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
	Informationen	[    11.900] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
	Informationen	[    11.900] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
	Informationen	[    11.900] (II) modeset(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
	Informationen	[    11.900] (II) modeset(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
	Informationen	[    11.900] (II) modeset(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
	Informationen	[    11.900] (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
	Informationen	[    11.900] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
	Informationen	[    11.901] (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
	Informationen	[    11.901] (II) modeset(0): EDID for output DP-4
	Informationen	[    11.901] (II) modeset(0): Output eDP-1 connected
	Informationen	[    11.901] (II) modeset(0): Output DP-1 disconnected
	Informationen	[    11.901] (II) modeset(0): Output DP-2 disconnected
	Informationen	[    11.901] (II) modeset(0): Output DP-3 connected
	Informationen	[    11.901] (II) modeset(0): Output DP-4 disconnected
	Informationen	[    11.901] (II) modeset(0): Using spanning desktop for initial modes
	Informationen	[    11.901] (II) modeset(0): Output eDP-1 using initial mode 3072x1920 +0+0
	Informationen	[    11.901] (II) modeset(0): Output DP-3 using initial mode 1920x1080 +3072+0
	Informationen	[    11.901] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
	Informationen	[    11.901] (++) modeset(0): DPI set to (168, 168)
	Informationen	[    11.901] (II) Loading sub module "fb"
	Informationen	[    11.901] (II) LoadModule: "fb"
	Informationen	[    11.901] (II) Module "fb" already built-in
	Informationen	[    11.901] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
	Informationen	[    11.901] (==) NVIDIA(G0): RGB weight 888
	Informationen	[    11.901] (==) NVIDIA(G0): Default visual is TrueColor
	Informationen	[    11.901] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
	Informationen	[    11.903] (**) Option "AllowNVIDIAGpuScreens"
	Informationen	[    11.903] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
	Informationen	[    11.903] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
	Informationen	[    11.903] (**) NVIDIA(G0): Option "Coolbits" "28"
	Informationen	[    11.903] (**) NVIDIA(G0): Enabling 2D acceleration
	Informationen	[    11.903] (II) Loading sub module "glxserver_nvidia"
	Informationen	[    11.903] (II) LoadModule: "glxserver_nvidia"
	Informationen	[    11.903] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
	Informationen	[    11.917] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
	Informationen	[    11.917] 	compiled for 1.6.99.901, module version = 1.0.0
	Informationen	[    11.917] 	Module class: X.Org Server Extension
	Informationen	[    11.917] (II) NVIDIA GLX Module  550.40.07  Thu Jan 18 07:10:56 UTC 2024
	Informationen	[    11.917] (II) NVIDIA: The X server supports PRIME Render Offload.
	Informationen	[    11.917] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
	Informationen	[    11.917] (--) NVIDIA(0):     DFP-0
	Informationen	[    11.917] (--) NVIDIA(0):     DFP-1
	Informationen	[    11.918] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce RTX 4060 Laptop GPU (AD107-B) at
	Informationen	[    11.918] (II) NVIDIA(G0):     PCI:1:0:0 (GPU-0)
	Informationen	[    11.918] (--) NVIDIA(G0): Memory: 8384512 kBytes
	Informationen	[    11.918] (--) NVIDIA(G0): VideoBIOS: 95.07.1b.00.34
	Informationen	[    11.918] (II) NVIDIA(G0): Detected PCI Express Link width: 8X
	Informationen	[    11.918] (--) NVIDIA(GPU-0): DFP-0: disconnected
	Informationen	[    11.918] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
	Informationen	[    11.918] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
	Informationen	[    11.918] (--) NVIDIA(GPU-0): 
	Informationen	[    11.918] (--) NVIDIA(GPU-0): DFP-1: disconnected
	Informationen	[    11.918] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
	Informationen	[    11.918] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
	Informationen	[    11.918] (--) NVIDIA(GPU-0): 
	Informationen	[    11.924] (II) NVIDIA(G0): Validated MetaModes:
	Informationen	[    11.924] (II) NVIDIA(G0):     "NULL"
	Informationen	[    11.924] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
	Informationen	[    11.924] (++) NVIDIA(G0): DPI set to (168, 168); computed from -dpi X commandline option
	Informationen	[    11.946] (==) modeset(0): Backing store enabled
	Informationen	[    11.946] (==) modeset(0): Silken mouse enabled
	Informationen	[    12.134] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
	Informationen	[    12.134] (==) modeset(0): DPMS enabled
	Informationen	[    12.134] (WW) modeset(0): Option "DRI" is not used
	Informationen	[    12.135] (II) modeset(0): [DRI2] Setup complete
	Informationen	[    12.135] (II) modeset(0): [DRI2]   DRI driver: iris
	Informationen	[    12.135] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
	Informationen	[    12.135] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
	Informationen	[    12.135] (II) NVIDIA:     access.
	Informationen	[    12.149] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
	Informationen	[    12.149] (II) NVIDIA(G0):     may not be running or the "AcpidSocketPath" X
	Informationen	[    12.149] (II) NVIDIA(G0):     configuration option may not be set correctly.  When the
	Informationen	[    12.149] (II) NVIDIA(G0):     ACPI event daemon is available, the NVIDIA X driver will
	Informationen	[    12.149] (II) NVIDIA(G0):     try to use it to receive ACPI event notifications.  For
	Informationen	[    12.149] (II) NVIDIA(G0):     details, please see the "ConnectToAcpid" and
	Informationen	[    12.149] (II) NVIDIA(G0):     "AcpidSocketPath" X configuration options in Appendix B: X
	Informationen	[    12.149] (II) NVIDIA(G0):     Config Options in the README.
	Informationen	[    12.182] (II) NVIDIA(G0): Setting mode "NULL"
	Informationen	[    12.205] (==) NVIDIA(G0): Disabling shared memory pixmaps
	Informationen	[    12.205] (==) NVIDIA(G0): Backing store enabled
	Informationen	[    12.205] (==) NVIDIA(G0): Silken mouse enabled
	Informationen	[    12.205] (==) NVIDIA(G0): DPMS enabled
	Informationen	[    12.205] (II) Loading sub module "dri2"
	Informationen	[    12.205] (II) LoadModule: "dri2"
	Informationen	[    12.205] (II) Module "dri2" already built-in
	Informationen	[    12.205] (II) NVIDIA(G0): [DRI2] Setup complete
	Informationen	[    12.205] (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
	Informationen	[    12.205] (II) Initializing extension Generic Event Extension
	Informationen	[    12.205] (II) Initializing extension SHAPE
	Informationen	[    12.205] (II) Initializing extension MIT-SHM
	Informationen	[    12.205] (II) Initializing extension XInputExtension
	Informationen	[    12.205] (II) Initializing extension XTEST
	Informationen	[    12.206] (II) Initializing extension BIG-REQUESTS
	Informationen	[    12.206] (II) Initializing extension SYNC
	Informationen	[    12.206] (II) Initializing extension XKEYBOARD
	Informationen	[    12.206] (II) Initializing extension XC-MISC
	Informationen	[    12.206] (II) Initializing extension SECURITY
	Informationen	[    12.206] (II) Initializing extension XFIXES
	Informationen	[    12.206] (II) Initializing extension RENDER
	Informationen	[    12.206] (II) Initializing extension RANDR
	Informationen	[    12.207] (II) Initializing extension COMPOSITE
	Informationen	[    12.207] (II) Initializing extension DAMAGE
	Informationen	[    12.207] (II) Initializing extension MIT-SCREEN-SAVER
	Informationen	[    12.207] (II) Initializing extension DOUBLE-BUFFER
	Informationen	[    12.207] (II) Initializing extension RECORD
	Informationen	[    12.207] (II) Initializing extension DPMS
	Informationen	[    12.207] (II) Initializing extension Present
	Informationen	[    12.207] (II) Initializing extension DRI3
	Informationen	[    12.207] (II) Initializing extension X-Resource
	Informationen	[    12.208] (II) Initializing extension XVideo
	Informationen	[    12.208] (II) Initializing extension XVideo-MotionCompensation
	Informationen	[    12.208] (II) Initializing extension GLX
	Informationen	[    12.208] (II) Initializing extension GLX
	Informationen	[    12.208] (II) Indirect GLX disabled.
	Informationen	[    12.214] (II) AIGLX: Loaded and initialized iris
	Informationen	[    12.214] (II) GLX: Initialized DRI2 GL provider for screen 0
	Informationen	[    12.214] (II) Initializing extension XFree86-VidModeExtension
	Informationen	[    12.214] (II) Initializing extension XFree86-DGA
	Informationen	[    12.214] (II) Initializing extension XFree86-DRI
	Informationen	[    12.214] (II) Initializing extension DRI2
	Informationen	[    12.215] (II) Initializing extension NV-GLX
	Informationen	[    12.215] (II) Initializing extension NV-CONTROL
	Informationen	[    12.215] (II) modeset(0): Damage tracking initialized
	Informationen	[    12.215] (II) modeset(0): Setting screen physical size to 754 x 290

... after that its only xinput events

Offline

#7 2024-02-22 08:33:19

seth
Member
Registered: 2012-09-03
Posts: 51,678

Re: [SOLVED]Wayland and external monitor on USB-C/Thunderbolt

\o/
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Online

Board footer

Powered by FluxBB