You are not logged in.

#1 2020-08-17 22:57:59

Mainframed1
Member
Registered: 2020-08-17
Posts: 6

[SOLVED] PRIME Synchronization configuration not present

I have a hybrid graphic laptop.

[jon@pc ~]$ lspci | grep -e "VGA\|3D"
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 620 (rev 07)
01:00.0 3D controller: NVIDIA Corporation GP108M [GeForce MX150] (rev a1)

I wanted to use PRIME Synchronization.
My System is up-to date, so I have my packages xorg-server (1.20.8-3), nvidia (450.57-9) and linux (5.8.1.arch1-1) version newer than the minimal required.

I have set the the kernel parameter: nvidia-drm.modeset=1.
I tried both setting it directly using efibootmgr and creating /etc/modprobe.d/nvidia-drm-modeset.conf to contain:

options nvidia-drm modeset=1

Though I honestly don't understand if there is a difference or not.
But appearently it is enabled, since:

[jon@pc ~]$ sudo cat /sys/module/nvidia_drm/parameters/modeset
Y

But when I try to probe xrandr for Prime Synchronization via "xrandr --prop | grep PRIME", I get no result.
And when I try to enable it manually, I get an error:

[jon@pc ~]$ xrandr --output eDP-1 --set 'PRIME Synchronization' '1'
X Error of failed request:  BadName (named color or font does not exist)
  Major opcode of failed request:  140 (RANDR)
  Minor opcode of failed request:  11 (RRQueryOutputProperty)
  Serial number of failed request:  36
  Current serial number in output stream:  36

I did not find a lot of other people with the same error in this situation. One [1] suggested to use an up-to-date xorg-server, which I do.
I have to admit, I have some knowledge gap in how all of this should work, but I have a hard time filling it up.

So my primary question would obviously be: Does anyone know the cause of this problem?

To fill my knowledge gap an possible solve the problem itself:
Am I supposed to install the xf86-video-intel or some other intel graphics driver? I currently only have mesa installed.
I ask that because my understanding was that with Prime Synchronization, Intel is the main driver and the NVIDIA card only "helps".
But my X11 seems to use the only the NVIDIA card if I interpret the output of the /var/log/Xorg.0.log:

[    18.271] (II) LoadModule: "intel"
[    18.271] (WW) Warning, couldn't open module intel
[    18.271] (EE) Failed to load module "intel" (module does not exist, 0)
[    18.271] (II) LoadModule: "nvidia"
[    18.271] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    18.276] (II) Module nvidia: vendor="NVIDIA Corporation"
[    18.276]    compiled for 1.6.99.901, module version = 1.0.0
[    18.276]    Module class: X.Org Video Driver

and this command correctly:

[jon@pc ~]$ xrandr --listproviders
Providers: number : 2
Provider 0: id: 0x47 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 3 outputs: 5 associated providers: 0 name:modesetting
Provider 1: id: 0x267 cap: 0x0 crtcs: 0 outputs: 0 associated providers: 0 name:NVIDIA-G0

Thank you for your support.

[1] https://techknowfile.dev/how-to-fix-scr … ntu-18-04/

Last edited by Mainframed1 (2020-08-17 23:54:49)

Offline

#2 2020-08-17 23:22:05

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,081

Re: [SOLVED] PRIME Synchronization configuration not present

Welcome to the boards

You seem to mix a few things up here. PRIME Synchronisation is relevant for the case in which you want to have nvidia be the primary renderer and the intel card just be a dumb relay, as there are no displays connected to the nvidia card. So the "relation" would be nvidia does everything the intel card just relays the output, for that to work you need to set up https://wiki.archlinux.org/index.php/NV … phics_only for that particular case (pay special attention to the .xinitrc/display manager section where applicable).

The xorg log excerpt is insufficient to tell what it's actually using, you might want to post the full log, going by the --listproviders, the nvidia card is currently not doing anything everything's on intel.

For the other question no, all of these methods build on modesetting <-> nvidia synchronisation you explicitly do not install xf86-video-intel.

However going by your initial understanding, it sounds more like what you actually might want to do is PRIME offloading which is more of the "intel by default" -> "nvidia when needed" case.

However I feel you are focusing too hard on the PRIME synchronization, what's your actual problem you want to fix? I assume tearing, somewhere, maybe but right now you aren't using the nvidia card and any notion of PRIME synchronization is irrelevant for whatever you might want to fix.

Offline

#3 2020-08-17 23:53:25

Mainframed1
Member
Registered: 2020-08-17
Posts: 6

Re: [SOLVED] PRIME Synchronization configuration not present

Thank you for your fast response.

Yes. It seems that I got that mixed up and your assumption that I wanted to fix screen tearing is also correct smile.
I thought, PRIME Synchronization somehow magically fixes screen tearing, since it was listed as one of the possibilities in some article.

I was already using PRIME offloading successfully (but not to fix tearing).
I'll check if it helps, when I run firefox with prime-run.
Otherwise I'll continue with my intel-first setup, since I want to save my battery and search for other possibilities to fix my screen tearing.


I'd have one more plea. Could you check in the now full log, If NVIDIA is really not used? Since it nvidia-smi says /usr/lib/Xorg uses 4MB GRAM.
That's not a lot. But I'm just wondering. Is this some bootstrap/overhead memory it requires for prime-run?

[    18.245] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[    18.245] 
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[    18.246] Build Operating System: Linux Arch Linux
[    18.246] Current Operating System: Linux redacted 5.7.12-arch1-1 #1 SMP PREEMPT Fri, 31 Jul 2020 17:38:22 +0000 x86_64
[    18.246] Kernel command line: cryptdevice=UUID=a07d3286-29a0-4136-bbc5-7f07f3835aea:cryptlvm root=/dev/MyVolGroup/root rw initrd=\initramfs-linux.img resume=/dev/MyVolGroup/swap (yes I know, I could have given the volume group a shorter name)
[    18.246] Build Date: 31 July 2020  04:00:57PM
[    18.246]  
[    18.246] Current version of pixman: 0.40.0
[    18.247] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    18.247] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    18.247] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Aug 14 22:22:35 2020
[    18.248] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    18.248] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    18.249] (==) No Layout section.  Using the first Screen section.
[    18.249] (==) No screen section available. Using defaults.
[    18.249] (**) |-->Screen "Default Screen Section" (0)
[    18.249] (**) |   |-->Monitor "<default monitor>"
[    18.249] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    18.249] (==) Automatically adding devices
[    18.249] (==) Automatically enabling devices
[    18.249] (==) Automatically adding GPU devices
[    18.249] (==) Automatically binding GPU devices
[    18.249] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    18.250] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    18.250] 	Entry deleted from font path.
[    18.250] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[    18.250] 	Entry deleted from font path.
[    18.251] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF").
[    18.251] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF".
[    18.251] 	Entry deleted from font path.
[    18.251] 	(Run 'mkfontdir' on "/usr/share/fonts/OTF").
[    18.251] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    18.251] 	Entry deleted from font path.
[    18.251] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    18.251] 	Entry deleted from font path.
[    18.251] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    18.251] 	Entry deleted from font path.
[    18.251] (==) FontPath set to:
	
[    18.251] (==) ModulePath set to "/usr/lib/xorg/modules"
[    18.251] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    18.251] (II) Module ABI versions:
[    18.251] 	X.Org ANSI C Emulation: 0.4
[    18.251] 	X.Org Video Driver: 24.1
[    18.251] 	X.Org XInput driver : 24.1
[    18.251] 	X.Org Server Extension : 10.0
[    18.252] (++) using VT number 1

[    18.254] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    18.255] (II) xfree86: Adding drm device (/dev/dri/card0)
[    18.255] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[    18.256] (II) xfree86: Adding drm device (/dev/dri/card1)
[    18.256] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 11 paused 0
[    18.258] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    18.260] (--) PCI:*(0@0:2:0) 8086:5917:17aa:2257 rev 7, Mem @ 0xeb000000/16777216, 0x80000000/268435456, I/O @ 0x0000e000/64, BIOS @ 0x????????/131072
[    18.260] (--) PCI: (1@0:0:0) 10de:1d12:17aa:2257 rev 161, Mem @ 0xec000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x0000d000/128
[    18.260] (II) Open ACPI successful (/var/run/acpid.socket)
[    18.260] (II) LoadModule: "glx"
[    18.262] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    18.270] (II) Module glx: vendor="X.Org Foundation"
[    18.270] 	compiled for 1.20.8, module version = 1.0.0
[    18.270] 	ABI class: X.Org Server Extension, version 10.0
[    18.270] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[    18.270] 	loading driver: nvidia
[    18.270] (==) Matched intel as autoconfigured driver 0
[    18.270] (==) Matched nvidia as autoconfigured driver 1
[    18.270] (==) Matched nouveau as autoconfigured driver 2
[    18.270] (==) Matched nv as autoconfigured driver 3
[    18.270] (==) Matched modesetting as autoconfigured driver 4
[    18.270] (==) Matched fbdev as autoconfigured driver 5
[    18.270] (==) Matched vesa as autoconfigured driver 6
[    18.270] (==) Assigned the driver to the xf86ConfigLayout
[    18.271] (II) LoadModule: "intel"
[    18.271] (WW) Warning, couldn't open module intel
[    18.271] (EE) Failed to load module "intel" (module does not exist, 0)
[    18.271] (II) LoadModule: "nvidia"
[    18.271] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    18.276] (II) Module nvidia: vendor="NVIDIA Corporation"
[    18.276] 	compiled for 1.6.99.901, module version = 1.0.0
[    18.276] 	Module class: X.Org Video Driver
[    18.277] (II) LoadModule: "nouveau"
[    18.277] (WW) Warning, couldn't open module nouveau
[    18.277] (EE) Failed to load module "nouveau" (module does not exist, 0)
[    18.277] (II) LoadModule: "nv"
[    18.277] (WW) Warning, couldn't open module nv
[    18.277] (EE) Failed to load module "nv" (module does not exist, 0)
[    18.277] (II) LoadModule: "modesetting"
[    18.277] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    18.280] (II) Module modesetting: vendor="X.Org Foundation"
[    18.281] 	compiled for 1.20.8, module version = 1.20.8
[    18.281] 	Module class: X.Org Video Driver
[    18.281] 	ABI class: X.Org Video Driver, version 24.1
[    18.281] (II) LoadModule: "fbdev"
[    18.281] (WW) Warning, couldn't open module fbdev
[    18.281] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    18.281] (II) LoadModule: "vesa"
[    18.281] (WW) Warning, couldn't open module vesa
[    18.281] (EE) Failed to load module "vesa" (module does not exist, 0)
[    18.282] (II) NVIDIA dlloader X Driver  450.57  Sun Jul  5 14:40:23 UTC 2020
[    18.282] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    18.282] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    18.282] (II) modeset(0): using drv /dev/dri/card0
[    18.283] (II) systemd-logind: releasing fd for 226:1
[    18.284] (II) Loading sub module "fb"
[    18.284] (II) LoadModule: "fb"
[    18.284] (II) Loading /usr/lib/xorg/modules/libfb.so
[    18.285] (II) Module fb: vendor="X.Org Foundation"
[    18.285] 	compiled for 1.20.8, module version = 1.0.0
[    18.285] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    18.285] (II) Loading sub module "wfb"
[    18.285] (II) LoadModule: "wfb"
[    18.285] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    18.286] (II) Module wfb: vendor="X.Org Foundation"
[    18.286] 	compiled for 1.20.8, module version = 1.0.0
[    18.286] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    18.286] (II) Loading sub module "ramdac"
[    18.286] (II) LoadModule: "ramdac"
[    18.286] (II) Module "ramdac" already built-in
[    18.288] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    18.288] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    18.288] (==) modeset(0): RGB weight 888
[    18.288] (==) modeset(0): Default visual is TrueColor
[    18.288] (II) Loading sub module "glamoregl"
[    18.288] (II) LoadModule: "glamoregl"
[    18.288] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    18.296] (II) Module glamoregl: vendor="X.Org Foundation"
[    18.296] 	compiled for 1.20.8, module version = 1.0.1
[    18.296] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    18.644] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics 620 (KBL GT2)
[    18.644] (II) modeset(0): glamor initialized
[    18.646] (II) modeset(0): Output eDP-1 has no monitor section
[    18.646] (II) modeset(0): Output DP-1 has no monitor section
[    18.759] (II) modeset(0): Output HDMI-1 has no monitor section
[    19.026] (II) modeset(0): Output DP-2 has no monitor section
[    19.056] (II) modeset(0): Output HDMI-2 has no monitor section
[    19.061] (II) modeset(0): EDID for output eDP-1
[    19.061] (II) modeset(0): Manufacturer: LGD  Model: 58b  Serial#: 0
[    19.061] (II) modeset(0): Year: 2016  Week: 0
[    19.061] (II) modeset(0): EDID Version: 1.4
[    19.061] (II) modeset(0): Digital Display Input
[    19.061] (II) modeset(0): 8 bits per channel
[    19.061] (II) modeset(0): Digital interface is DisplayPort
[    19.061] (II) modeset(0): Max Image Size [cm]: horiz.: 31  vert.: 17
[    19.061] (II) modeset(0): Gamma: 2.20
[    19.061] (II) modeset(0): DPMS capabilities: StandBy Suspend Off
[    19.061] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    19.061] (II) modeset(0): First detailed timing is preferred mode
[    19.061] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    19.061] (II) modeset(0): redX: 0.630 redY: 0.313   greenX: 0.274 greenY: 0.616
[    19.061] (II) modeset(0): blueX: 0.160 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
[    19.061] (II) modeset(0): Manufacturer's mask: 0
[    19.061] (II) modeset(0): Supported detailed timing:
[    19.061] (II) modeset(0): clock: 241.7 MHz   Image Size:  309 x 174 mm
[    19.061] (II) modeset(0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
[    19.061] (II) modeset(0): v_active: 1440  v_sync: 1450  v_sync_end 1455 v_blanking: 1481 v_border: 0
[    19.061] (II) modeset(0):  LG Display
[    19.061] (II) modeset(0):  LP140QH2-SPB1
[    19.061] (II) modeset(0): EDID (in hex):
[    19.061] (II) modeset(0): 	00ffffffffffff0030e48b0500000000
[    19.061] (II) modeset(0): 	001a0104a51f1178e25715a150469d29
[    19.061] (II) modeset(0): 	0f505400000001010101010101010101
[    19.061] (II) modeset(0): 	010101010101695e00a0a0a029503020
[    19.061] (II) modeset(0): 	a50035ae1000001a0000000000000000
[    19.061] (II) modeset(0): 	00000000000000000000000000fe004c
[    19.061] (II) modeset(0): 	4720446973706c61790a2020000000fe
[    19.061] (II) modeset(0): 	004c503134305148322d5350423100b8
[    19.061] (II) modeset(0): Printing probed modes for output eDP-1
[    19.061] (II) modeset(0): Modeline "2560x1440"x60.0  241.69  2560 2608 2640 2720  1440 1450 1455 1481 +hsync -vsync (88.9 kHz eP)
[    19.061] (II) modeset(0): Modeline "2560x1440"x120.0  638.25  2560 2780 3064 3568  1440 1441 1444 1491 doublescan -hsync +vsync (178.9 kHz d)
[    19.061] (II) modeset(0): Modeline "2560x1440"x120.0  469.12  2560 2584 2600 2640  1440 1441 1444 1481 doublescan +hsync -vsync (177.7 kHz d)
[    19.061] (II) modeset(0): Modeline "2560x1440"x60.0  312.25  2560 2752 3024 3488  1440 1443 1448 1493 -hsync +vsync (89.5 kHz d)
[    19.061] (II) modeset(0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz d)
[    19.061] (II) modeset(0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[    19.061] (II) modeset(0): Modeline "1856x1392"x60.0  218.30  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[    19.061] (II) modeset(0): Modeline "1792x1344"x60.0  204.80  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[    19.061] (II) modeset(0): Modeline "2048x1152"x120.0  406.50  2048 2220 2444 2840  1152 1153 1156 1193 doublescan -hsync +vsync (143.1 kHz d)
[    19.061] (II) modeset(0): Modeline "2048x1152"x120.0  302.50  2048 2072 2088 2128  1152 1153 1156 1185 doublescan +hsync -vsync (142.2 kHz d)
[    19.061] (II) modeset(0): Modeline "2048x1152"x59.9  197.00  2048 2184 2400 2752  1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[    19.061] (II) modeset(0): Modeline "2048x1152"x59.9  156.75  2048 2096 2128 2208  1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
[    19.061] (II) modeset(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[    19.061] (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[    19.061] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[    19.061] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    19.061] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    19.061] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    19.061] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[    19.061] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    19.061] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    19.061] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    19.061] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    19.061] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    19.061] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    19.061] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    19.061] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    19.061] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    19.061] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    19.061] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    19.061] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    19.061] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    19.061] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    19.061] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    19.061] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    19.061] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    19.061] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    19.061] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    19.061] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    19.061] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    19.061] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    19.061] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    19.061] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    19.061] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    19.061] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    19.061] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    19.061] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    19.061] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    19.061] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    19.061] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    19.061] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    19.061] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    19.061] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    19.061] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    19.061] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    19.061] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    19.061] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    19.061] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    19.061] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    19.061] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    19.061] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    19.061] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    19.061] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    19.061] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    19.061] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    19.061] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    19.061] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    19.061] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    19.061] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    19.061] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    19.061] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    19.061] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    19.061] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    19.061] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    19.061] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    19.061] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    19.061] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    19.061] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    19.061] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    19.061] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    19.061] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    19.061] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    19.061] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    19.061] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    19.061] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    19.061] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    19.061] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    19.061] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    19.061] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    19.061] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    19.061] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    19.061] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    19.061] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    19.061] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    19.061] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    19.061] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    19.061] (II) modeset(0): EDID for output DP-1
[    19.172] (II) modeset(0): EDID for output HDMI-1
[    19.440] (II) modeset(0): EDID for output DP-2
[    19.470] (II) modeset(0): EDID for output HDMI-2
[    19.470] (II) modeset(0): Manufacturer: DEL  Model: a0b2  Serial#: 843796044
[    19.470] (II) modeset(0): Year: 2016  Week: 30
[    19.470] (II) modeset(0): EDID Version: 1.3
[    19.470] (II) modeset(0): Digital Display Input
[    19.470] (II) modeset(0): Max Image Size [cm]: horiz.: 53  vert.: 30
[    19.470] (II) modeset(0): Gamma: 2.20
[    19.470] (II) modeset(0): DPMS capabilities: StandBy Suspend Off
[    19.470] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    19.470] (II) modeset(0): Default color space is primary color space
[    19.470] (II) modeset(0): First detailed timing is preferred mode
[    19.470] (II) modeset(0): redX: 0.653 redY: 0.335   greenX: 0.323 greenY: 0.611
[    19.470] (II) modeset(0): blueX: 0.153 blueY: 0.062   whiteX: 0.313 whiteY: 0.329
[    19.470] (II) modeset(0): Supported established timings:
[    19.470] (II) modeset(0): 720x400@70Hz
[    19.470] (II) modeset(0): 640x480@60Hz
[    19.470] (II) modeset(0): 640x480@75Hz
[    19.470] (II) modeset(0): 800x600@60Hz
[    19.470] (II) modeset(0): 800x600@75Hz
[    19.470] (II) modeset(0): 1024x768@60Hz
[    19.470] (II) modeset(0): 1024x768@75Hz
[    19.470] (II) modeset(0): 1280x1024@75Hz
[    19.470] (II) modeset(0): Manufacturer's mask: 0
[    19.470] (II) modeset(0): Supported standard timings:
[    19.470] (II) modeset(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    19.470] (II) modeset(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    19.470] (II) modeset(0): #2: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[    19.470] (II) modeset(0): #3: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[    19.470] (II) modeset(0): #4: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[    19.470] (II) modeset(0): Supported detailed timing:
[    19.470] (II) modeset(0): clock: 148.5 MHz   Image Size:  527 x 296 mm
[    19.470] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    19.470] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    19.470] (II) modeset(0): Serial No: 292K467L2KNL
[    19.470] (II) modeset(0): Monitor name: DELL U2414H
[    19.470] (II) modeset(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[    19.470] (II) modeset(0): Supported detailed timing:
[    19.470] (II) modeset(0): clock: 148.5 MHz   Image Size:  527 x 296 mm
[    19.470] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    19.470] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    19.470] (II) modeset(0): Supported detailed timing:
[    19.470] (II) modeset(0): clock: 74.2 MHz   Image Size:  527 x 296 mm
[    19.470] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    19.470] (II) modeset(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[    19.470] (II) modeset(0): Supported detailed timing:
[    19.470] (II) modeset(0): clock: 74.2 MHz   Image Size:  527 x 296 mm
[    19.470] (II) modeset(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[    19.470] (II) modeset(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[    19.470] (II) modeset(0): Supported detailed timing:
[    19.470] (II) modeset(0): clock: 27.0 MHz   Image Size:  527 x 296 mm
[    19.470] (II) modeset(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[    19.470] (II) modeset(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[    19.470] (II) modeset(0): Number of EDID sections to follow: 1
[    19.470] (II) modeset(0): EDID (in hex):
[    19.470] (II) modeset(0): 	00ffffffffffff0010acb2a04c4e4b32
[    19.470] (II) modeset(0): 	1e1a010380351e78ee7e75a755529c27
[    19.470] (II) modeset(0): 	0f5054a54b00714f8180a9c0a940d1c0
[    19.470] (II) modeset(0): 	010101010101023a801871382d40582c
[    19.470] (II) modeset(0): 	45000f282100001e000000ff00323932
[    19.470] (II) modeset(0): 	4b3436374c324b4e4c0a000000fc0044
[    19.470] (II) modeset(0): 	454c4c205532343134480a20000000fd
[    19.470] (II) modeset(0): 	00384c1e5311000a2020202020200160
[    19.470] (II) modeset(0): 	02031ff14c9005040302071601141f12
[    19.470] (II) modeset(0): 	132309070765030c0020008301000002
[    19.470] (II) modeset(0): 	3a801871382d40582c45000f28210000
[    19.470] (II) modeset(0): 	1e011d8018711c1620582c25000f2821
[    19.470] (II) modeset(0): 	00009e011d007251d01e206e2855000f
[    19.470] (II) modeset(0): 	282100001e8c0ad08a20e02d10103e96
[    19.470] (II) modeset(0): 	000f2821000018000000000000000000
[    19.470] (II) modeset(0): 	00000000000000000000000000000027
[    19.470] (II) modeset(0): Printing probed modes for output HDMI-2
[    19.470] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    19.470] (II) modeset(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    19.470] (II) modeset(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[    19.470] (II) modeset(0): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[    19.470] (II) modeset(0): Modeline "1920x1080i"x50.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[    19.470] (II) modeset(0): Modeline "1920x1080i"x59.9   74.18  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
[    19.470] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    19.470] (II) modeset(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[    19.470] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    19.470] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    19.470] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    19.470] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    19.470] (II) modeset(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    19.470] (II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    19.470] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    19.470] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    19.470] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    19.470] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    19.470] (II) modeset(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    19.470] (II) modeset(0): Modeline "720x576i"x50.0   13.50  720 732 795 864  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[    19.470] (II) modeset(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    19.470] (II) modeset(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    19.471] (II) modeset(0): Modeline "720x480i"x60.0   13.51  720 739 801 858  480 488 494 525 interlace -hsync -vsync (15.8 kHz e)
[    19.471] (II) modeset(0): Modeline "720x480i"x59.9   13.50  720 739 801 858  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[    19.471] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    19.471] (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    19.471] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    19.471] (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    19.471] (II) modeset(0): Output eDP-1 connected
[    19.471] (II) modeset(0): Output DP-1 disconnected
[    19.471] (II) modeset(0): Output HDMI-1 disconnected
[    19.471] (II) modeset(0): Output DP-2 disconnected
[    19.471] (II) modeset(0): Output HDMI-2 connected
[    19.471] (II) modeset(0): Using spanning desktop for initial modes
[    19.471] (II) modeset(0): Output eDP-1 using initial mode 2560x1440 +0+0
[    19.471] (II) modeset(0): Output HDMI-2 using initial mode 1920x1080 +2560+0
[    19.471] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    19.471] (==) modeset(0): DPI set to (96, 96)
[    19.471] (II) Loading sub module "fb"
[    19.471] (II) LoadModule: "fb"
[    19.471] (II) Loading /usr/lib/xorg/modules/libfb.so
[    19.471] (II) Module fb: vendor="X.Org Foundation"
[    19.471] 	compiled for 1.20.8, module version = 1.0.0
[    19.471] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    19.471] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[    19.471] (==) NVIDIA(G0): RGB weight 888
[    19.471] (==) NVIDIA(G0): Default visual is TrueColor
[    19.471] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[    19.475] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[    19.475] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[    19.475] (**) NVIDIA(G0): Enabling 2D acceleration
[    19.475] (II) Loading sub module "glxserver_nvidia"
[    19.475] (II) LoadModule: "glxserver_nvidia"
[    19.475] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    19.512] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    19.512] 	compiled for 1.6.99.901, module version = 1.0.0
[    19.512] 	Module class: X.Org Server Extension
[    19.513] (II) NVIDIA GLX Module  450.57  Sun Jul  5 14:43:44 UTC 2020
[    19.515] (II) NVIDIA: The X server supports PRIME Render Offload.
[    20.551] (II) NVIDIA(G0): NVIDIA GPU GeForce MX150 (GP108-A) at PCI:1:0:0 (GPU-0)
[    20.551] (--) NVIDIA(G0): Memory: 2097152 kBytes
[    20.551] (--) NVIDIA(G0): VideoBIOS: 86.08.11.00.2b
[    20.551] (II) NVIDIA(G0): Detected PCI Express Link width: 4X
[    20.551] (II) NVIDIA(G0): Validated MetaModes:
[    20.551] (II) NVIDIA(G0):     "NULL"
[    20.551] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[    20.551] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[    20.551] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[    20.575] (==) modeset(0): Backing store enabled
[    20.575] (==) modeset(0): Silken mouse disabled
[    20.801] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    20.801] (==) modeset(0): DPMS enabled
[    20.801] (II) modeset(0): [DRI2] Setup complete
[    20.801] (II) modeset(0): [DRI2]   DRI driver: iris
[    20.801] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[    20.802] (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
[    20.802] (II) NVIDIA:     access.
[    20.852] (II) NVIDIA(G0): Setting mode "NULL"
[    20.856] (==) NVIDIA(G0): Disabling shared memory pixmaps
[    20.856] (==) NVIDIA(G0): Backing store enabled
[    20.856] (==) NVIDIA(G0): Silken mouse disabled
[    20.856] (==) NVIDIA(G0): DPMS enabled
[    20.857] (II) Loading sub module "dri2"
[    20.857] (II) LoadModule: "dri2"
[    20.857] (II) Module "dri2" already built-in
[    20.857] (II) NVIDIA(G0): [DRI2] Setup complete
[    20.857] (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
[    20.857] (II) Initializing extension Generic Event Extension
[    20.857] (II) Initializing extension SHAPE
[    20.857] (II) Initializing extension MIT-SHM
[    20.857] (II) Initializing extension XInputExtension
[    20.857] (II) Initializing extension XTEST
[    20.857] (II) Initializing extension BIG-REQUESTS
[    20.857] (II) Initializing extension SYNC
[    20.857] (II) Initializing extension XKEYBOARD
[    20.857] (II) Initializing extension XC-MISC
[    20.857] (II) Initializing extension SECURITY
[    20.857] (II) Initializing extension XFIXES
[    20.857] (II) Initializing extension RENDER
[    20.857] (II) Initializing extension RANDR
[    20.857] (II) Initializing extension COMPOSITE
[    20.857] (II) Initializing extension DAMAGE
[    20.857] (II) Initializing extension MIT-SCREEN-SAVER
[    20.857] (II) Initializing extension DOUBLE-BUFFER
[    20.857] (II) Initializing extension RECORD
[    20.857] (II) Initializing extension DPMS
[    20.857] (II) Initializing extension Present
[    20.857] (II) Initializing extension DRI3
[    20.857] (II) Initializing extension X-Resource
[    20.857] (II) Initializing extension XVideo
[    20.857] (II) Initializing extension XVideo-MotionCompensation
[    20.857] (II) Initializing extension GLX
[    20.858] (II) Initializing extension GLX
[    20.858] (II) Indirect GLX disabled.
[    20.864] (II) AIGLX: Loaded and initialized iris
[    20.864] (II) GLX: Initialized DRI2 GL provider for screen 0
[    20.864] (II) Initializing extension XFree86-VidModeExtension
[    20.864] (II) Initializing extension XFree86-DGA
[    20.864] (II) Initializing extension XFree86-DRI
[    20.864] (II) Initializing extension DRI2
[    20.864] (II) Initializing extension NV-GLX
[    20.864] (II) Initializing extension NV-CONTROL
[    20.866] (II) modeset(0): Damage tracking initialized
[    20.866] (II) modeset(0): Setting screen physical size to 1185 x 381
[    20.901] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    20.901] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    20.901] (**) Power Button: Applying InputClass "system-keyboard"
[    20.901] (II) LoadModule: "libinput"
[    20.901] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    20.904] (II) Module libinput: vendor="X.Org Foundation"
[    20.904] 	compiled for 1.20.8, module version = 0.30.0
[    20.904] 	Module class: X.Org XInput Driver
[    20.904] 	ABI class: X.Org XInput driver, version 24.1
[    20.904] (II) Using input driver 'libinput' for 'Power Button'
[    20.904] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 37 paused 0
[    20.904] (**) Power Button: always reports core events
[    20.904] (**) Option "Device" "/dev/input/event2"
[    20.904] (**) Option "_source" "server/udev"
[    20.908] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    20.908] (II) event2  - Power Button: device is a keyboard
[    20.909] (II) event2  - Power Button: device removed
[    20.909] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    20.909] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    20.909] (**) Option "xkb_model" "pc105"
[    20.909] (**) Option "xkb_layout" "de"
[    20.909] (**) Option "xkb_variant" "nodeadkeys"
[    20.922] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    20.922] (II) event2  - Power Button: device is a keyboard
[    20.922] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[    20.922] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    20.922] (**) Video Bus: Applying InputClass "system-keyboard"
[    20.922] (II) Using input driver 'libinput' for 'Video Bus'
[    20.923] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 40 paused 0
[    20.923] (**) Video Bus: always reports core events
[    20.923] (**) Option "Device" "/dev/input/event6"
[    20.923] (**) Option "_source" "server/udev"
[    20.923] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[    20.923] (II) event6  - Video Bus: device is a keyboard
[    20.923] (II) event6  - Video Bus: device removed
[    20.923] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8/event6"
[    20.923] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    20.923] (**) Option "xkb_model" "pc105"
[    20.923] (**) Option "xkb_layout" "de"
[    20.923] (**) Option "xkb_variant" "nodeadkeys"
[    20.924] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[    20.924] (II) event6  - Video Bus: device is a keyboard
[    20.924] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[    20.924] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    20.924] (**) Video Bus: Applying InputClass "system-keyboard"
[    20.924] (II) Using input driver 'libinput' for 'Video Bus'
[    20.925] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 41 paused 0
[    20.925] (**) Video Bus: always reports core events
[    20.925] (**) Option "Device" "/dev/input/event7"
[    20.925] (**) Option "_source" "server/udev"
[    20.926] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[    20.926] (II) event7  - Video Bus: device is a keyboard
[    20.926] (II) event7  - Video Bus: device removed
[    20.926] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:35/LNXVIDEO:01/input/input9/event7"
[    20.926] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    20.926] (**) Option "xkb_model" "pc105"
[    20.926] (**) Option "xkb_layout" "de"
[    20.926] (**) Option "xkb_variant" "nodeadkeys"
[    20.926] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[    20.926] (II) event7  - Video Bus: device is a keyboard
[    20.927] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[    20.927] (II) No input driver specified, ignoring this device.
[    20.927] (II) This device may have been added with another device file.
[    20.927] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[    20.927] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    20.927] (**) Sleep Button: Applying InputClass "system-keyboard"
[    20.927] (II) Using input driver 'libinput' for 'Sleep Button'
[    20.928] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 42 paused 0
[    20.928] (**) Sleep Button: always reports core events
[    20.928] (**) Option "Device" "/dev/input/event0"
[    20.928] (**) Option "_source" "server/udev"
[    20.928] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    20.928] (II) event0  - Sleep Button: device is a keyboard
[    20.928] (II) event0  - Sleep Button: device removed
[    20.928] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[    20.928] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    20.928] (**) Option "xkb_model" "pc105"
[    20.928] (**) Option "xkb_layout" "de"
[    20.928] (**) Option "xkb_variant" "nodeadkeys"
[    20.929] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    20.929] (II) event0  - Sleep Button: device is a keyboard
[    20.929] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event8)
[    20.929] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[    20.929] (**) Integrated Camera: Integrated C: Applying InputClass "system-keyboard"
[    20.929] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[    20.930] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 43 paused 0
[    20.930] (**) Integrated Camera: Integrated C: always reports core events
[    20.930] (**) Option "Device" "/dev/input/event8"
[    20.930] (**) Option "_source" "server/udev"
[    20.931] (II) event8  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[    20.931] (II) event8  - Integrated Camera: Integrated C: device is a keyboard
[    20.931] (II) event8  - Integrated Camera: Integrated C: device removed
[    20.931] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input10/event8"
[    20.931] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 10)
[    20.931] (**) Option "xkb_model" "pc105"
[    20.931] (**) Option "xkb_layout" "de"
[    20.931] (**) Option "xkb_variant" "nodeadkeys"
[    20.931] (II) event8  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[    20.931] (II) event8  - Integrated Camera: Integrated C: device is a keyboard
[    20.932] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event11)
[    20.932] (II) No input driver specified, ignoring this device.
[    20.932] (II) This device may have been added with another device file.
[    20.932] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event12)
[    20.932] (II) No input driver specified, ignoring this device.
[    20.932] (II) This device may have been added with another device file.
[    20.932] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event13)
[    20.932] (II) No input driver specified, ignoring this device.
[    20.932] (II) This device may have been added with another device file.
[    20.932] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event14)
[    20.932] (II) No input driver specified, ignoring this device.
[    20.932] (II) This device may have been added with another device file.
[    20.933] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event15)
[    20.933] (II) No input driver specified, ignoring this device.
[    20.933] (II) This device may have been added with another device file.
[    20.933] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event16)
[    20.933] (II) No input driver specified, ignoring this device.
[    20.933] (II) This device may have been added with another device file.
[    20.933] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event17)
[    20.933] (II) No input driver specified, ignoring this device.
[    20.933] (II) This device may have been added with another device file.
[    20.933] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event18)
[    20.933] (II) No input driver specified, ignoring this device.
[    20.933] (II) This device may have been added with another device file.
[    20.933] (II) config/udev: Adding input device Elan Touchpad (/dev/input/event9)
[    20.933] (**) Elan Touchpad: Applying InputClass "libinput touchpad catchall"
[    20.933] (II) Using input driver 'libinput' for 'Elan Touchpad'
[    20.934] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 44 paused 0
[    20.934] (**) Elan Touchpad: always reports core events
[    20.934] (**) Option "Device" "/dev/input/event9"
[    20.934] (**) Option "_source" "server/udev"
[    20.935] (II) event9  - Elan Touchpad: is tagged by udev as: Touchpad
[    20.935] (II) event9  - Elan Touchpad: device is a touchpad
[    20.935] (II) event9  - Elan Touchpad: device removed
[    20.936] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.4/i2c-1/1-0015/input/input11/event9"
[    20.936] (II) XINPUT: Adding extended input device "Elan Touchpad" (type: TOUCHPAD, id 11)
[    20.936] (**) Option "AccelerationScheme" "none"
[    20.936] (**) Elan Touchpad: (accel) selected scheme none/0
[    20.936] (**) Elan Touchpad: (accel) acceleration factor: 2.000
[    20.936] (**) Elan Touchpad: (accel) acceleration threshold: 4
[    20.937] (II) event9  - Elan Touchpad: is tagged by udev as: Touchpad
[    20.938] (II) event9  - Elan Touchpad: device is a touchpad
[    20.938] (II) config/udev: Adding input device Elan Touchpad (/dev/input/mouse0)
[    20.938] (II) No input driver specified, ignoring this device.
[    20.938] (II) This device may have been added with another device file.
[    20.938] (II) config/udev: Adding input device Elan TrackPoint (/dev/input/event10)
[    20.938] (**) Elan TrackPoint: Applying InputClass "libinput pointer catchall"
[    20.938] (II) Using input driver 'libinput' for 'Elan TrackPoint'
[    20.939] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 45 paused 0
[    20.939] (**) Elan TrackPoint: always reports core events
[    20.939] (**) Option "Device" "/dev/input/event10"
[    20.939] (**) Option "_source" "server/udev"
[    20.939] (II) event10 - Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[    20.940] (II) event10 - Elan TrackPoint: device is a pointer
[    20.940] (II) event10 - Elan TrackPoint: device removed
[    20.940] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.4/i2c-1/1-0015/input/input12/event10"
[    20.940] (II) XINPUT: Adding extended input device "Elan TrackPoint" (type: MOUSE, id 12)
[    20.940] (**) Option "AccelerationScheme" "none"
[    20.940] (**) Elan TrackPoint: (accel) selected scheme none/0
[    20.940] (**) Elan TrackPoint: (accel) acceleration factor: 2.000
[    20.940] (**) Elan TrackPoint: (accel) acceleration threshold: 4
[    20.941] (II) event10 - Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[    20.941] (II) event10 - Elan TrackPoint: device is a pointer
[    20.941] (II) config/udev: Adding input device Elan TrackPoint (/dev/input/mouse1)
[    20.941] (II) No input driver specified, ignoring this device.
[    20.941] (II) This device may have been added with another device file.
[    20.942] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    20.942] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    20.942] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    20.942] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    20.942] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 46 paused 0
[    20.942] (**) AT Translated Set 2 keyboard: always reports core events
[    20.942] (**) Option "Device" "/dev/input/event3"
[    20.942] (**) Option "_source" "server/udev"
[    20.943] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    20.943] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    20.943] (II) event3  - AT Translated Set 2 keyboard: device removed
[    20.943] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    20.943] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[    20.943] (**) Option "xkb_model" "pc105"
[    20.943] (**) Option "xkb_layout" "de"
[    20.943] (**) Option "xkb_variant" "nodeadkeys"
[    20.944] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    20.944] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    20.945] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    20.945] (II) No input driver specified, ignoring this device.
[    20.945] (II) This device may have been added with another device file.
[    20.945] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event4)
[    20.945] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[    20.945] (**) ThinkPad Extra Buttons: Applying InputClass "system-keyboard"
[    20.945] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[    20.945] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 47 paused 0
[    20.945] (**) ThinkPad Extra Buttons: always reports core events
[    20.945] (**) Option "Device" "/dev/input/event4"
[    20.945] (**) Option "_source" "server/udev"
[    20.946] (II) event4  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[    20.946] (II) event4  - ThinkPad Extra Buttons: device is a keyboard
[    20.946] (II) event4  - ThinkPad Extra Buttons: device removed
[    20.946] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input5/event4"
[    20.946] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 14)
[    20.946] (**) Option "xkb_model" "pc105"
[    20.946] (**) Option "xkb_layout" "de"
[    20.946] (**) Option "xkb_variant" "nodeadkeys"
[    20.947] (II) event4  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[    20.947] (II) event4  - ThinkPad Extra Buttons: device is a keyboard
[  1158.223] (EE) event9  - Elan Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.15.6/touchpad-jumping-cursors.html for details
[  1657.651] (EE) event9  - Elan Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.15.6/touchpad-jumping-cursors.html for details
[  8127.030] (**) Option "fd" "37"
[  8127.030] (II) event2  - Power Button: device removed
[  8127.031] (**) Option "fd" "40"
[  8127.031] (II) event6  - Video Bus: device removed
[  8127.031] (**) Option "fd" "41"
[  8127.031] (II) event7  - Video Bus: device removed
[  8127.031] (**) Option "fd" "42"
[  8127.031] (II) event0  - Sleep Button: device removed
[  8127.031] (**) Option "fd" "43"
[  8127.031] (II) event8  - Integrated Camera: Integrated C: device removed
[  8127.031] (**) Option "fd" "44"
[  8127.031] (II) event9  - Elan Touchpad: device removed
[  8127.031] (**) Option "fd" "45"
[  8127.031] (II) event10 - Elan TrackPoint: device removed
[  8127.032] (**) Option "fd" "46"
[  8127.032] (II) event3  - AT Translated Set 2 keyboard: device removed
[  8127.032] (**) Option "fd" "47"
[  8127.032] (II) event4  - ThinkPad Extra Buttons: device removed
[  8127.032] (II) AIGLX: Suspending AIGLX clients for VT switch
[  8127.099] (II) systemd-logind: got pause for 13:74
[  8127.099] (II) systemd-logind: got pause for 13:67
[  8127.099] (II) systemd-logind: got pause for 13:71
[  8127.099] (II) systemd-logind: got pause for 13:66
[  8127.099] (II) systemd-logind: got pause for 13:73
[  8127.099] (II) systemd-logind: got pause for 13:64
[  8127.099] (II) systemd-logind: got pause for 13:68
[  8127.099] (II) systemd-logind: got pause for 226:0
[  8127.099] (II) systemd-logind: got pause for 13:70
[  8127.099] (II) systemd-logind: got pause for 13:72
[  8130.966] (II) systemd-logind: got resume for 13:74
[  8130.994] (II) systemd-logind: got resume for 13:67
[  8131.019] (II) systemd-logind: got resume for 13:71
[  8131.073] (II) systemd-logind: got resume for 13:66
[  8131.091] (II) systemd-logind: got resume for 13:73
[  8131.126] (II) systemd-logind: got resume for 13:64
[  8131.153] (II) systemd-logind: got resume for 13:68
[  8131.153] (II) systemd-logind: got resume for 226:0
[  8131.180] (II) Open ACPI successful (/var/run/acpid.socket)
[  8131.180] (II) AIGLX: Resuming AIGLX clients after VT switch
[  8135.975] (II) modeset(0): EDID vendor "DEL", prod id 41138
[  8135.977] (II) modeset(0): Using EDID range info for horizontal sync
[  8135.977] (II) modeset(0): Using EDID range info for vertical refresh
[  8135.977] (II) modeset(0): Printing DDC gathered Modelines:
[  8135.977] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  8135.977] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[  8135.977] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  8135.977] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  8135.977] (II) modeset(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[  8135.977] (II) modeset(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[  8135.977] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  8135.977] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[  8135.977] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[  8135.977] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[  8135.977] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[  8135.977] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  8135.977] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  8135.977] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  8135.977] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  8135.977] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  8135.977] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  8135.977] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  8135.977] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  8135.977] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  8135.977] (II) modeset(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[  8135.977] (II) modeset(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[  8136.027] (II) NVIDIA(G0): Setting mode "NULL"
[  8136.066] (II) event2  - failed to create input device '/dev/input/event2'.
[  8136.066] [dix] couldn't enable device 6
[  8136.066] (II) event7  - failed to create input device '/dev/input/event7'.
[  8136.066] [dix] couldn't enable device 8
[  8136.066] (II) event0  - failed to create input device '/dev/input/event0'.
[  8136.066] [dix] couldn't enable device 9
[  8136.066] (II) event9  - failed to create input device '/dev/input/event9'.
[  8136.066] [dix] couldn't enable device 11
[  8136.066] (II) event10 - failed to create input device '/dev/input/event10'.
[  8136.066] [dix] couldn't enable device 12
[  8136.067] (II) event3  - failed to create input device '/dev/input/event3'.
[  8136.067] [dix] couldn't enable device 13
[  8136.067] (II) event4  - failed to create input device '/dev/input/event4'.
[  8136.067] [dix] couldn't enable device 14
[  8136.067] (II) AIGLX: Suspending AIGLX clients for VT switch
[  8136.069] (II) AIGLX: Resuming AIGLX clients after VT switch
[  8136.591] (II) modeset(0): EDID vendor "DEL", prod id 41138
[  8136.591] (II) modeset(0): Using hsync ranges from config file
[  8136.591] (II) modeset(0): Using vrefresh ranges from config file
[  8136.591] (II) modeset(0): Printing DDC gathered Modelines:
[  8136.591] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  8136.591] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[  8136.591] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  8136.591] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  8136.591] (II) modeset(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[  8136.591] (II) modeset(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[  8136.591] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  8136.591] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[  8136.591] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[  8136.591] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[  8136.591] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[  8136.591] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  8136.591] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  8136.591] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  8136.591] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  8136.591] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  8136.591] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  8136.591] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  8136.591] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  8136.591] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  8136.591] (II) modeset(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[  8136.591] (II) modeset(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[  8136.624] (II) NVIDIA(G0): Setting mode "NULL"
[  8136.632] (II) systemd-logind: got resume for 13:70
[  8136.633] (II) event6  - failed to create input device '/dev/input/event6'.
[  8136.633] [dix] couldn't enable device 7
[  8136.633] (II) systemd-logind: got resume for 13:72
[  8136.633] (II) event8  - failed to create input device '/dev/input/event8'.
[  8136.633] [dix] couldn't enable device 10
[  8136.633] (II) systemd-logind: got pause for 13:74
[  8136.666] (II) systemd-logind: got pause for 13:67
[  8136.697] (II) systemd-logind: got pause for 13:71
[  8136.726] (II) systemd-logind: got pause for 13:66
[  8136.756] (II) systemd-logind: got pause for 13:73
[  8136.793] (II) systemd-logind: got pause for 13:64
[  8136.819] (II) systemd-logind: got pause for 13:68
[  8136.843] (II) systemd-logind: got pause for 226:0
[  8136.843] (II) systemd-logind: got pause for 13:70
[  8136.866] (II) systemd-logind: got pause for 13:72
[  8136.916] (II) systemd-logind: got resume for 13:74
[  8136.916] (II) systemd-logind: got resume for 13:67
[  8136.916] (II) systemd-logind: got resume for 13:71
[  8136.916] (II) systemd-logind: got resume for 13:66
[  8136.916] (II) systemd-logind: got resume for 13:73
[  8136.916] (II) systemd-logind: got resume for 13:64
[  8136.916] (II) systemd-logind: got resume for 13:68
[  8136.916] (II) systemd-logind: got resume for 226:0
[  8136.916] (II) AIGLX: Resuming AIGLX clients after VT switch
[  8137.442] (II) modeset(0): EDID vendor "DEL", prod id 41138
[  8137.442] (II) modeset(0): Using hsync ranges from config file
[  8137.442] (II) modeset(0): Using vrefresh ranges from config file
[  8137.442] (II) modeset(0): Printing DDC gathered Modelines:
[  8137.442] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  8137.442] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[  8137.442] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  8137.442] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  8137.442] (II) modeset(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[  8137.442] (II) modeset(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[  8137.442] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  8137.442] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[  8137.442] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[  8137.442] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[  8137.442] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[  8137.442] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  8137.442] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  8137.442] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  8137.442] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  8137.442] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  8137.442] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  8137.442] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  8137.442] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  8137.442] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  8137.442] (II) modeset(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[  8137.442] (II) modeset(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[  8137.496] (II) NVIDIA(G0): Setting mode "NULL"
[  8137.515] [dix] couldn't enable device 6
[  8137.515] [dix] couldn't enable device 8
[  8137.515] [dix] couldn't enable device 9
[  8137.516] [dix] couldn't enable device 11
[  8137.516] [dix] couldn't enable device 12
[  8137.516] [dix] couldn't enable device 13
[  8137.516] [dix] couldn't enable device 14
[  8137.516] (II) systemd-logind: got resume for 13:70
[  8137.516] [dix] couldn't enable device 7
[  8137.516] (II) systemd-logind: got resume for 13:72
[  8137.516] [dix] couldn't enable device 10
[  8740.625] (EE) 
[  8740.625] (EE) Backtrace:
[  8740.626] (EE) 0: /usr/lib/Xorg (xorg_backtrace+0x53) [0x556adb784a53]
[  8740.626] (EE) 1: /usr/lib/Xorg (0x556adb63e000+0x151895) [0x556adb78f895]
[  8740.626] (EE) 2: /usr/lib/libc.so.6 (0x7f0a64852000+0x3c3e0) [0x7f0a6488e3e0]
[  8740.626] (EE) 3: /usr/lib/libc.so.6 (gsignal+0x145) [0x7f0a6488e355]
[  8740.626] (EE) 4: /usr/lib/libc.so.6 (abort+0x127) [0x7f0a64877853]
[  8740.626] (EE) 5: /usr/lib/libc.so.6 (0x7f0a64852000+0x25727) [0x7f0a64877727]
[  8740.626] (EE) 6: /usr/lib/libc.so.6 (0x7f0a64852000+0x34936) [0x7f0a64886936]
[  8740.626] (EE) 7: /usr/lib/Xorg (0x556adb63e000+0x1718ee) [0x556adb7af8ee]
[  8740.626] (EE) 8: /usr/lib/xorg/modules/drivers/modesetting_drv.so (0x7f0a64a2c000+0x7b62) [0x7f0a64a33b62]
[  8740.626] (EE) 9: /usr/lib/Xorg (0x556adb63e000+0xd3202) [0x556adb711202]
[  8740.626] (EE) 10: /usr/lib/Xorg (0x556adb63e000+0xdb9e0) [0x556adb7199e0]
[  8740.626] (EE) 11: /usr/lib/Xorg (0x556adb63e000+0xaadc3) [0x556adb6e8dc3]
[  8740.626] (EE) 12: /usr/lib/Xorg (0x556adb63e000+0xa0e32) [0x556adb6dee32]
[  8740.626] (EE) 13: /usr/lib/Xorg (DeleteWindow+0x278) [0x556adb6e0878]
[  8740.626] (EE) 14: /usr/lib/Xorg (0x556adb63e000+0x99d7e) [0x556adb6d7d7e]
[  8740.626] (EE) 15: /usr/lib/Xorg (0x556adb63e000+0x9d76c) [0x556adb6db76c]
[  8740.626] (EE) 16: /usr/lib/Xorg (0x556adb63e000+0x39b82) [0x556adb677b82]
[  8740.626] (EE) 17: /usr/lib/libc.so.6 (__libc_start_main+0xf2) [0x7f0a64879002]
[  8740.626] (EE) 18: /usr/lib/Xorg (_start+0x2e) [0x556adb6785de]
[  8740.626] (EE) 
[  8740.626] (EE) 
Fatal server error:
[  8740.626] (EE) Caught signal 6 (Aborted). Server aborting
[  8740.626] (EE) 
[  8740.626] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[  8740.626] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[  8740.627] (EE) 
[  8740.627] (II) AIGLX: Suspending AIGLX clients for VT switch
[  8740.652] (EE) Server terminated with error (1). Closing log file.

Offline

#4 2020-08-18 10:16:58

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,081

Re: [SOLVED] PRIME Synchronization configuration not present

Yes the 4MB xorg process is the base requirement for offloading/prime-run to work, it should not have any impact on any tearing prevention you might want/have to try if you are just using the intel card.

Regarding tearing on the intel card, afaik the modesetting driver still doesn't have a built in tearing prevention (... and there are in any case some special cases, like browsers that might have to be looked at differently regardless...) in which case you will want to try and use some compositor if you are using a standalone WM that doens't have such built in capabilities, like e.g. picom, that actually creates a 3D context that can be vsynced to.

Offline

#5 2021-04-11 13:50:27

NGStaph
Member
Registered: 2021-04-11
Posts: 34

Re: [SOLVED] PRIME Synchronization configuration not present

correct me if I'm wrong, do you mean that
https://wiki.archlinux.org/index.php/NV … phics_only is the same as https://wiki.archlinux.org/index.php/PR … ronization ?

I was looking into the second lin because #Use_NVIDIA_graphics_only results in me breaking suspend which is something that i need on a laptop. I was therefore trying to enable PRIME sync for my built in display.

[EDIT]: switched to using NVIDIA graphics only and added the acpi_osi kernel parameter. Suspend doesn't work now losing the laptop lid and opening it again leads to me losing all open applications. Falling back to linux 5.10 does not help.

Last edited by NGStaph (2021-04-11 15:02:33)

Offline

#6 2021-04-12 07:33:05

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,081

Re: [SOLVED] PRIME Synchronization configuration not present

Please do not bump an existing solved thread, create a new one for your issue.

As for the question, that's not what I'm saying no and the two sections are not quite related to each other (... you want PRIME Sync regardless whether you opt for the nvidia graphics only case or use nvidia-prime/PRIME offload) technically you need the intel gpu in any case, the difference between the PRIME offloading and the nvidia only section is whether you run your entire session off of the nvidia card or only a select few applications. If this isn't sufficient to answer the question open a new thread.

Offline

Board footer

Powered by FluxBB