You are not logged in.

#1 2020-12-22 18:48:50

Komisch
Member
Registered: 2018-05-30
Posts: 45

PRIME render offload (both closed source drivers) intel/nvidia

Greetings Community,

following this guide https://wiki.archlinux.org/index.php/PR … er_offload I didn't manage to successfully apply the desired setup.

I am using the following hardware in my Lenovo P15:

00:02.0 VGA compatible controller: Intel Corporation UHD Graphics (rev 05)
	Subsystem: Lenovo Device 22b8
	Kernel driver in use: i915
--
01:00.0 VGA compatible controller: NVIDIA Corporation TU117GLM [Quadro T2000 Mobile / Max-Q] (rev a1)
	Subsystem: Lenovo Device 22b8
	Kernel driver in use: nvidia

I installed the following drivers:

xf86-video-intel
nvidia 455.45... (nvidia package)

The intel driver has been installed long before and is running the nvidia driver I installed when following the prime guide. Therefore I switched to the NVIDIA guide which furthermore told me generate the /etc/X11/xorg.conf with nvidia-xconfig, which I did.
Since the first execution gave me some error saying that egpu and igpu haven't been set I first did as the PRIME guide said and added:

Section "Device"
  Identifier "iGPU"
  Driver "modesetting"
EndSection

Section "Screen"
  Identifier "iGPU"
  Device "iGPU"
EndSection

Section "Device"
  Identifier "dGPU"
  Driver "nvidia"
EndSection

Afterwards it seems that it worked.
Since the information to restart (NVIDIA guide) and not to restart (PRIME guide) contradict eachother I did not restart and installed the nvidia-prime package.
When I execute now prime-run vulkan-info I receive:

ERROR at /build/vulkan-tools/src/Vulkan-Tools-1.2.162/vulkaninfo/vulkaninfo.h:248:vkGetPhysicalDeviceSurfaceFormats2KHR failed with ERROR_INITIALIZATION_FAILED

prime-run glxinfo | grep "OpenGL renderer" gives me OpenGL renderer string: Mesa Intel(R) UHD Graphics (CML GT2).

Therefore I assume that something went wrong. Could you help me fix it?

Offline

#2 2020-12-22 18:51:13

Komisch
Member
Registered: 2018-05-30
Posts: 45

Re: PRIME render offload (both closed source drivers) intel/nvidia

PS.: just rebooted and you are right or wrong depending on the guide you read. My window manager (i3) isn't starting anymore.

Last edited by Komisch (2020-12-22 18:51:28)

Offline

#3 2020-12-22 19:00:09

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,738

Re: PRIME render offload (both closed source drivers) intel/nvidia

Remove nvidia-xconfig generated xorg config file, that's never a good idea. You need to reboot anyway if you just installed the nvidia driver in that session so that it gets loaded and associated with the xorg session you are about to run.

You also don't necessarily need that xorg.conf from the PRIME page but it shouldn't hurt either.

In general the Nvidia page concerns normal discrete nvidia gpu setups, laptops and the relevant options are more thoroughly explained on the https://wiki.archlinux.org/index.php/NVIDIA_Optimus page. Which is also the first thing linked on the Nvidia page

Last edited by V1del (2020-12-22 19:01:38)

Offline

#4 2020-12-22 19:43:36

Komisch
Member
Registered: 2018-05-30
Posts: 45

Re: PRIME render offload (both closed source drivers) intel/nvidia

#BEGIN OFFTOPIC

V1del wrote:

Remove nvidia-xconfig generated xorg config file, that's never a good idea. You need to reboot anyway if you just installed the nvidia driver in that session so that it gets loaded and associated with the xorg session you are about to run.

You also don't necessarily need that xorg.conf from the PRIME page but it shouldn't hurt either.

In general the Nvidia page concerns normal discrete nvidia gpu setups, laptops and the relevant options are more thoroughly explained on the https://wiki.archlinux.org/index.php/NVIDIA_Optimus page. Which is also the first thing linked on the Nvidia page

This there is early linked content response is always kinda funny here, at least since corona exponential growth should be something everybody understands - when I have to follow all the links in all the linked content (by beeing sensitive towards loops - or not depending on how to deal with content that is linked by other content but to later chapters but where I have been send by some links from earlier chapters) I will most likely end up reading everything of the archlinux wikipedia but even as computer scientist I am sure I will not be able to understand everything on the fly and remember it. When I also have to follow read and access links on externally linked sources I will spend the rest of my life reading the internet - that is one of the reasons why your installation guide is so hard to understand and follow by beginners and they instead end up creating threads or following third-party guides on the internet.
#END OFFTOPIC

I came from the https://wiki.archlinux.org/index.php/NVIDIA_Optimus page at the beginning. I read it in the following way:

NVIDIA Optimus is a technology that allows an Intel integrated GPU and discrete NVIDIA GPU to be built into and accessed by a laptop.
Available methods
There are several methods available: (Thinking, hmm which one is the one I would like to execute/choose?)
(Oh this one:) Using both (use NVIDIA GPU when needed and keep it powered off to save power): #Using PRIME render offload - official method supported by NVIDIA.
(Jump to link:) Use switchable graphics
Using PRIME render offload
This is the official NVIDIA method to support switchable graphics.

See PRIME#PRIME render offload for details.

So I ended up trying my best with the PRIME article. So what exactly did I miss at which point?

Offline

#5 2020-12-22 19:47:00

loqs
Member
Registered: 2014-03-06
Posts: 17,372

Re: PRIME render offload (both closed source drivers) intel/nvidia

https://wiki.archlinux.org/index.php/NV … le_methods

Note: All of these options are mutually exclusive, if you test one approach and decide for another, you must ensure to revert any configuration changes done by following one approach before attempting another method, otherwise file conflicts and undefined behaviours may arise.

Offline

#6 2020-12-22 20:01:56

Komisch
Member
Registered: 2018-05-30
Posts: 45

Re: PRIME render offload (both closed source drivers) intel/nvidia

I did at no point decide for another approach. I have gone straight to the mentioned approach.
And did what I told you in the opening thread. Therefore the question what did I miss, misinterpret or what did I do wrong and how to correct it to get to a working setup for "PRIME render offload"?

Offline

#7 2020-12-22 20:04:15

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,738

Re: PRIME render offload (both closed source drivers) intel/nvidia

You missed that you went from the working PRIME render link to the nvidia page and generated a config with nvidia-xconfig for some reason. Despite this not being necessary and not mentioned in the PRIME section you ended up on. (... and running nvidia-xconfig without any other options is guaranteed to create a broken xorg config on a laptop which is why it's not generally recommended)

And if you followed the rest of my post that was intended to help with your problem and not point out why nvidia-xconfig should not be a page you inherently end up on, do you still have an issue? If you still have an issue post your xorg.log and any configuration files you've created.

Last edited by V1del (2020-12-22 20:08:33)

Offline

#8 2020-12-22 20:55:52

Komisch
Member
Registered: 2018-05-30
Posts: 45

Re: PRIME render offload (both closed source drivers) intel/nvidia

Changing back my xorg.conf allowed me to successfully execute my window manager (i3wm) again. But when I execute prime-run vulkaninfo I still receive the error:

ERROR at /build/vulkan-tools/src/Vulkan-Tools-1.2.162/vulkaninfo/vulkaninfo.h:248:vkGetPhysicalDeviceSurfaceFormats2KHR failed with ERROR_INITIALIZATION_FAILED

But I just noticed executing vulkaninfo without primerun leads to the same error.

Therefore I just tested glxgears without prime-run which works fine. Then executed "prime-run glxgears" and received:

X Error of failed request: BadValue (integer parameter out of range for operation)
  Major opcode of failed request: 152 (GLX)
  Minor opcode of failed request: 3 (X_GLXCreateContext)
  Value in failed request: 0x0
  Serial number of failed request: 25
  Current serial number in output stream: 26

I got to the NVIDIA page because the page said:

To get PRIME functioning on the proprietary drivers, it is pretty much the same process. Follow the following articles to install the drivers:
NVIDIA (link) to install drivers for NVIDIA GPUs.

The NVIDIA page then starts with:
This article covers the proprietary NVIDIA graphics card driver. For the open-source driver, see Nouveau. If you have a laptop with hybrid Intel/NVIDIA graphics, see NVIDIA Optimus instead.

But that would make me run in circles since the Optimus page forwarded me to the PRIME page.

PS.: do I need bbswitch (pure guess)?

Offline

#9 2020-12-22 20:59:49

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,738

Re: PRIME render offload (both closed source drivers) intel/nvidia

You do not need bbswitch, the only things you need are the nvidia-prime package and nvidia-utils for that matter. You might also want to remove xf86-video-intel it's generally buggy and not well tested with PRIME render offload anyway.

And again post a xorg.log if prime-run doesn't work with no xorg config (... it generally should)

Last edited by V1del (2020-12-22 21:02:46)

Offline

#10 2020-12-22 21:59:13

Komisch
Member
Registered: 2018-05-30
Posts: 45

Re: PRIME render offload (both closed source drivers) intel/nvidia

V1del wrote:

You do not need bbswitch, the only things you need are the nvidia-prime package and nvidia-utils for that matter. You might also want to remove xf86-video-intel it's generally buggy and not well tested with PRIME render offload anyway.

And again post a xorg.log if prime-run doesn't work with no xorg config (... it generally should)

I removed the intel driver "xf86-video-intel" but to make sure whether I need a replacement I looked into the archlinux wiki https://wiki.archlinux.org/index.php/intel_graphics and installed

mesa
lib32-mesa
vulkan-intel

I rebooted and tried to execute "startx" but seems something went wrong. Therefore I assumed maybe I don't need them and tried to remove them but could only remove lib32-mesa and vulkan-intel. Since mesa seems to pull 4 GiB of dependencies with it. The log now says (after several restarts):

(EE) Failed to load module "intel" (module does not exist, 0)
...
(EE) No devices detected
...
(EE) no screen found(EE)
(EE) Please consult the The X.Org Foundation support at http://wiki.x.org for help.
(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information. (Which is the one I am currently copy manually charakter by charakter with another notebook.)
(EE) 
(EE) Server terminated with error (1). Closing log file.

I also will provide the complete log file with the information resulting from my prime-run calls as soon as my i3wm is up again.

Offline

#11 2020-12-22 22:12:25

loqs
Member
Registered: 2014-03-06
Posts: 17,372

Re: PRIME render offload (both closed source drivers) intel/nvidia

Check either /etc/X11/xorg.conf or /etc/X11/xorg.conf.d/*.conf for references to the intel module.

Last edited by loqs (2020-12-22 22:12:47)

Offline

#12 2020-12-22 22:12:30

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

Re: PRIME render offload (both closed source drivers) intel/nvidia

Because you removed the intel driver but left a config file that references it in /etc/X11/xorg.conf* or  /usr/share/X11/xorg.conf.d
See the first link in my signature on how to upload files/otput w/o a GUI context.

Offline

#13 2020-12-22 22:38:12

Komisch
Member
Registered: 2018-05-30
Posts: 45

Re: PRIME render offload (both closed source drivers) intel/nvidia

I checked the /etc/X11/xorg.conf* files (xorg.conf as well as files in xorg.conf.d/*) there is no intel reference left except the Backlight entry which I assumed can't be problematic since I had this entry even before I installed the XF86... intel driver. But as it seems I had to comment this one as well as the remaining

Section "Device"
  Identifier "Card0"
  Driver "intel"
  Option "Backlight" "intel_backlight"
EndSection

Furthermore glxinfo|egrep "OpenGL vendor|OpenGL renderer" returns

OpenGL vendor string: Intel

and prime-run glxinfo|egrep "OpenGL vendor | OpenGL renderer" returns

OpenGL vendor string: NVIDIA Corporation

I don't know whether or not there should have been also a renderer but glxgears also works now with and without prime-run.
In case the missing renderer is an open problem, how to fix it?
The other open problem is that after removing the Backlight entry I am not able to adjust the brightness anymore hmm - how could I fix it?

PS.: haven't posted my Xorg.0.log since there are no errors atm.

Last edited by Komisch (2020-12-22 22:40:20)

Offline

#14 2020-12-22 22:49:29

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

Re: PRIME render offload (both closed source drivers) intel/nvidia

Komisch wrote:

I checked the /etc/X11/xorg.conf* files

seth wrote:

or  /usr/share/X11/xorg.conf.d

There was such reference -for sure- when you posted the error in comment #10

Komisch wrote:

The other open problem is that after removing the Backlight entry I am not able to adjust the brightness anymore hmm - how could I fix it?

Komisch wrote:

PS.: haven't posted my Xorg.0.log since there are no errors atm.

Start by posting that (cause there apparently is a pending issue) and elaborate on how you adjusted the backlight itfp (apparently relying on intel_backlight and the intel driver?)

Offline

#15 2020-12-22 22:56:13

Komisch
Member
Registered: 2018-05-30
Posts: 45

Re: PRIME render offload (both closed source drivers) intel/nvidia

As I wrote of course there was an intel reference just thought that my reference does not directly interfere with the intel graphics driver but found that only by commenting it I was able to start i3wm again. Always used this entry to manipulate the monitor brightness together with

bindsym XF86MonBrightnessDown exec xbacklight -dec 10.0
bindsym XF86MonBrightnessUp exec xbacklight -inc 10.0

My Xorg.0.log:

[   269.155] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[   269.156] 
X.Org X Server 1.20.10
X Protocol Version 11, Revision 0
[   269.158] Build Operating System: Linux Arch Linux
[   269.159] Current Operating System: Linux flagship 5.9.14-arch1-1 #1 SMP PREEMPT Sat, 12 Dec 2020 14:37:12 +0000 x86_64
[   269.159] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=fe379aaf-08e9-4996-863c-4df74098fee5 rw loglevel=3 quiet
[   269.161] Build Date: 14 December 2020  12:10:29PM
[   269.162]  
[   269.162] Current version of pixman: 0.40.0
[   269.164] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   269.164] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   269.168] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Dec 22 23:28:40 2020
[   269.168] (==) Using config file: "/etc/X11/xorg.conf"
[   269.169] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   269.170] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   269.170] (==) No Layout section.  Using the first Screen section.
[   269.170] (==) No screen section available. Using defaults.
[   269.170] (**) |-->Screen "Default Screen Section" (0)
[   269.170] (**) |   |-->Monitor "<default monitor>"
[   269.170] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   269.170] (==) Automatically adding devices
[   269.170] (==) Automatically enabling devices
[   269.170] (==) Automatically adding GPU devices
[   269.170] (==) Automatically binding GPU devices
[   269.170] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   269.170] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   269.170] 	Entry deleted from font path.
[   269.170] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   269.170] 	Entry deleted from font path.
[   269.170] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   269.170] 	Entry deleted from font path.
[   269.170] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[   269.170] (==) ModulePath set to "/usr/lib/xorg/modules"
[   269.170] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   269.170] (II) Module ABI versions:
[   269.170] 	X.Org ANSI C Emulation: 0.4
[   269.170] 	X.Org Video Driver: 24.1
[   269.170] 	X.Org XInput driver : 24.1
[   269.170] 	X.Org Server Extension : 10.0
[   269.171] (++) using VT number 1

[   269.172] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   269.172] (II) xfree86: Adding drm device (/dev/dri/card1)
[   269.173] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 10 paused 0
[   269.173] (II) xfree86: Adding drm device (/dev/dri/card0)
[   269.173] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[   269.174] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[   269.175] (--) PCI:*(0@0:2:0) 8086:9bc4:17aa:22b8 rev 5, Mem @ 0x6040000000/16777216, 0x4000000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[   269.175] (--) PCI: (1@0:0:0) 10de:1fb8:17aa:22b8 rev 161, Mem @ 0xad000000/16777216, 0x80000000/268435456, 0x90000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[   269.175] (II) Open ACPI successful (/var/run/acpid.socket)
[   269.175] (II) LoadModule: "glx"
[   269.175] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   269.176] (II) Module glx: vendor="X.Org Foundation"
[   269.176] 	compiled for 1.20.10, module version = 1.0.0
[   269.176] 	ABI class: X.Org Server Extension, version 10.0
[   269.176] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[   269.176] 	loading driver: nvidia
[   269.176] (==) Matched intel as autoconfigured driver 0
[   269.176] (==) Matched nvidia as autoconfigured driver 1
[   269.176] (==) Matched nouveau as autoconfigured driver 2
[   269.176] (==) Matched nv as autoconfigured driver 3
[   269.176] (==) Matched modesetting as autoconfigured driver 4
[   269.176] (==) Matched fbdev as autoconfigured driver 5
[   269.176] (==) Matched vesa as autoconfigured driver 6
[   269.176] (==) Assigned the driver to the xf86ConfigLayout
[   269.176] (II) LoadModule: "intel"
[   269.176] (WW) Warning, couldn't open module intel
[   269.176] (EE) Failed to load module "intel" (module does not exist, 0)
[   269.176] (II) LoadModule: "nvidia"
[   269.176] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   269.176] (II) Module nvidia: vendor="NVIDIA Corporation"
[   269.176] 	compiled for 1.6.99.901, module version = 1.0.0
[   269.176] 	Module class: X.Org Video Driver
[   269.176] (II) LoadModule: "nouveau"
[   269.176] (WW) Warning, couldn't open module nouveau
[   269.176] (EE) Failed to load module "nouveau" (module does not exist, 0)
[   269.176] (II) LoadModule: "nv"
[   269.176] (WW) Warning, couldn't open module nv
[   269.176] (EE) Failed to load module "nv" (module does not exist, 0)
[   269.176] (II) LoadModule: "modesetting"
[   269.176] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   269.176] (II) Module modesetting: vendor="X.Org Foundation"
[   269.176] 	compiled for 1.20.10, module version = 1.20.10
[   269.176] 	Module class: X.Org Video Driver
[   269.176] 	ABI class: X.Org Video Driver, version 24.1
[   269.176] (II) LoadModule: "fbdev"
[   269.176] (WW) Warning, couldn't open module fbdev
[   269.176] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   269.176] (II) LoadModule: "vesa"
[   269.176] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   269.176] (II) Module vesa: vendor="X.Org Foundation"
[   269.176] 	compiled for 1.20.9, module version = 2.5.0
[   269.176] 	Module class: X.Org Video Driver
[   269.176] 	ABI class: X.Org Video Driver, version 24.1
[   269.176] (II) NVIDIA dlloader X Driver  455.45.01  Thu Nov  5 23:01:05 UTC 2020
[   269.176] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   269.176] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   269.176] (II) VESA: driver for VESA chipsets: vesa
[   269.176] (II) modeset(0): using drv /dev/dri/card0
[   269.176] (II) systemd-logind: releasing fd for 226:1
[   269.177] (II) Loading sub module "fb"
[   269.177] (II) LoadModule: "fb"
[   269.177] (II) Loading /usr/lib/xorg/modules/libfb.so
[   269.177] (II) Module fb: vendor="X.Org Foundation"
[   269.177] 	compiled for 1.20.10, module version = 1.0.0
[   269.177] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   269.177] (II) Loading sub module "wfb"
[   269.177] (II) LoadModule: "wfb"
[   269.177] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   269.177] (II) Module wfb: vendor="X.Org Foundation"
[   269.177] 	compiled for 1.20.10, module version = 1.0.0
[   269.177] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   269.177] (II) Loading sub module "ramdac"
[   269.177] (II) LoadModule: "ramdac"
[   269.177] (II) Module "ramdac" already built-in
[   269.177] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   269.177] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[   269.177] (==) modeset(0): RGB weight 888
[   269.177] (==) modeset(0): Default visual is TrueColor
[   269.177] (II) Loading sub module "glamoregl"
[   269.177] (II) LoadModule: "glamoregl"
[   269.177] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   269.179] (II) Module glamoregl: vendor="X.Org Foundation"
[   269.179] 	compiled for 1.20.10, module version = 1.0.1
[   269.179] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   269.213] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics (CML GT2)
[   269.213] (II) modeset(0): glamor initialized
[   269.214] (II) modeset(0): Output eDP-1 has no monitor section
[   269.215] (II) modeset(0): EDID for output eDP-1
[   269.215] (II) modeset(0): Manufacturer: CSO  Model: 1500  Serial#: 0
[   269.215] (II) modeset(0): Year: 2019  Week: 0
[   269.215] (II) modeset(0): EDID Version: 1.4
[   269.215] (II) modeset(0): Digital Display Input
[   269.215] (II) modeset(0): 10 bits per channel
[   269.215] (II) modeset(0): Digital interface is DisplayPort
[   269.215] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[   269.215] (II) modeset(0): Gamma: 2.20
[   269.215] (II) modeset(0): No DPMS capabilities specified
[   269.215] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[   269.215] (II) modeset(0): First detailed timing is preferred mode
[   269.215] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[   269.215] (II) modeset(0): Display is continuous-frequency
[   269.215] (II) modeset(0): redX: 0.659 redY: 0.324   greenX: 0.207 greenY: 0.716
[   269.215] (II) modeset(0): blueX: 0.148 blueY: 0.069   whiteX: 0.312 whiteY: 0.341
[   269.215] (II) modeset(0): Manufacturer's mask: 0
[   269.215] (II) modeset(0): Supported detailed timing:
[   269.215] (II) modeset(0): clock: 528.0 MHz   Image Size:  344 x 194 mm
[   269.215] (II) modeset(0): h_active: 3840  h_sync: 3888  h_sync_end 3920 h_blank_end 4000 h_border: 0
[   269.215] (II) modeset(0): v_active: 2160  v_sync: 2163  v_sync_end 2168 v_blanking: 2200 v_border: 0
[   269.215] (II) modeset(0): Unknown vendor-specific block 0
[   269.215] (II) modeset(0):  CSOT T3
[   269.215] (II) modeset(0):  MNF601EA1-1
[   269.215] (II) modeset(0): Number of EDID sections to follow: 1
[   269.215] (II) modeset(0): EDID (in hex):
[   269.215] (II) modeset(0): 	00ffffffffffff000e6f001500000000
[   269.215] (II) modeset(0): 	001d0104b522137803c13da85335b726
[   269.215] (II) modeset(0): 	114f5700000001010101010101010101
[   269.215] (II) modeset(0): 	01010101010140ce00a0f07028803020
[   269.215] (II) modeset(0): 	350058c2100000180000000000000000
[   269.215] (II) modeset(0): 	00000000000000000018000000fe0043
[   269.215] (II) modeset(0): 	534f542054330a2020202020000000fe
[   269.215] (II) modeset(0): 	004d4e463630314541312d310a200148
[   269.215] (II) modeset(0): 	02030f00e3058000e606050173732100
[   269.215] (II) modeset(0): 	00000000000000000000000000000000
[   269.215] (II) modeset(0): 	00000000000000000000000000000000
[   269.215] (II) modeset(0): 	00000000000000000000000000000000
[   269.215] (II) modeset(0): 	00000000000000000000000000000000
[   269.215] (II) modeset(0): 	00000000000000000000000000000000
[   269.215] (II) modeset(0): 	00000000000000000000000000000000
[   269.215] (II) modeset(0): 	0000000000000000000000000000008b
[   269.215] (II) modeset(0): Printing probed modes for output eDP-1
[   269.215] (II) modeset(0): Modeline "3840x2160"x60.0  528.00  3840 3888 3920 4000  2160 2163 2168 2200 -hsync -vsync (132.0 kHz eP)
[   269.215] (II) modeset(0): Modeline "3840x2160"x60.0  712.75  3840 4160 4576 5312  2160 2163 2168 2237 -hsync +vsync (134.2 kHz d)
[   269.215] (II) modeset(0): Modeline "3840x2160"x60.0  533.00  3840 3888 3920 4000  2160 2163 2168 2222 +hsync -vsync (133.2 kHz d)
[   269.215] (II) modeset(0): Modeline "3200x1800"x60.0  492.00  3200 3456 3800 4400  1800 1803 1808 1865 -hsync +vsync (111.8 kHz d)
[   269.215] (II) modeset(0): Modeline "3200x1800"x59.9  373.00  3200 3248 3280 3360  1800 1803 1808 1852 +hsync -vsync (111.0 kHz d)
[   269.215] (II) modeset(0): Modeline "2880x1620"x60.0  396.25  2880 3096 3408 3936  1620 1623 1628 1679 -hsync +vsync (100.7 kHz d)
[   269.215] (II) modeset(0): Modeline "2880x1620"x60.0  303.75  2880 2928 2960 3040  1620 1623 1628 1666 +hsync -vsync (99.9 kHz d)
[   269.215] (II) modeset(0): Modeline "2560x1600"x60.0  348.50  2560 2760 3032 3504  1600 1603 1609 1658 -hsync +vsync (99.5 kHz d)
[   269.215] (II) modeset(0): Modeline "2560x1600"x60.0  268.50  2560 2608 2640 2720  1600 1603 1609 1646 +hsync -vsync (98.7 kHz d)
[   269.215] (II) modeset(0): Modeline "2560x1440"x120.0  638.25  2560 2780 3064 3568  1440 1441 1444 1491 doublescan -hsync +vsync (178.9 kHz d)
[   269.215] (II) modeset(0): Modeline "2560x1440"x120.0  469.12  2560 2584 2600 2640  1440 1441 1444 1481 doublescan +hsync -vsync (177.7 kHz d)
[   269.215] (II) modeset(0): Modeline "2560x1440"x60.0  312.25  2560 2752 3024 3488  1440 1443 1448 1493 -hsync +vsync (89.5 kHz d)
[   269.215] (II) modeset(0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz d)
[   269.215] (II) modeset(0): Modeline "2048x1536"x60.0  266.95  2048 2200 2424 2800  1536 1537 1540 1589 -hsync +vsync (95.3 kHz d)
[   269.215] (II) modeset(0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[   269.215] (II) modeset(0): Modeline "1856x1392"x60.0  218.30  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[   269.215] (II) modeset(0): Modeline "1792x1344"x60.0  204.80  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[   269.215] (II) modeset(0): Modeline "2048x1152"x120.0  406.50  2048 2220 2444 2840  1152 1153 1156 1193 doublescan -hsync +vsync (143.1 kHz d)
[   269.215] (II) modeset(0): Modeline "2048x1152"x120.0  302.50  2048 2072 2088 2128  1152 1153 1156 1185 doublescan +hsync -vsync (142.2 kHz d)
[   269.215] (II) modeset(0): Modeline "2048x1152"x59.9  197.00  2048 2184 2400 2752  1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[   269.215] (II) modeset(0): Modeline "2048x1152"x59.9  156.75  2048 2096 2128 2208  1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
[   269.215] (II) modeset(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[   269.215] (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[   269.215] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[   269.215] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[   269.215] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[   269.215] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[   269.215] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[   269.215] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[   269.215] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[   269.215] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[   269.215] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[   269.215] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[   269.215] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[   269.215] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[   269.215] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[   269.215] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[   269.215] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[   269.215] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[   269.215] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[   269.215] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[   269.215] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[   269.215] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[   269.215] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[   269.215] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[   269.215] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[   269.215] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[   269.215] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[   269.215] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[   269.215] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[   269.215] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[   269.215] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[   269.215] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   269.215] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[   269.215] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[   269.215] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[   269.215] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[   269.215] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[   269.215] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[   269.215] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[   269.215] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[   269.215] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[   269.215] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[   269.215] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[   269.215] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[   269.215] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[   269.215] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[   269.215] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   269.215] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   269.215] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[   269.215] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[   269.215] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[   269.215] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[   269.215] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[   269.215] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[   269.215] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[   269.215] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[   269.215] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[   269.215] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[   269.215] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[   269.215] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   269.215] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[   269.215] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[   269.215] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[   269.215] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[   269.215] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[   269.215] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[   269.215] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[   269.215] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[   269.215] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[   269.215] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[   269.215] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[   269.215] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[   269.215] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[   269.215] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[   269.215] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[   269.215] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[   269.215] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[   269.215] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[   269.215] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[   269.215] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[   269.215] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[   269.215] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[   269.215] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[   269.215] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[   269.215] (II) modeset(0): Output eDP-1 connected
[   269.215] (II) modeset(0): Using exact sizes for initial modes
[   269.215] (II) modeset(0): Output eDP-1 using initial mode 3840x2160 +0+0
[   269.215] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[   269.215] (==) modeset(0): DPI set to (96, 96)
[   269.215] (II) Loading sub module "fb"
[   269.215] (II) LoadModule: "fb"
[   269.215] (II) Loading /usr/lib/xorg/modules/libfb.so
[   269.215] (II) Module fb: vendor="X.Org Foundation"
[   269.215] 	compiled for 1.20.10, module version = 1.0.0
[   269.216] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   269.216] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[   269.216] (==) NVIDIA(G0): RGB weight 888
[   269.216] (==) NVIDIA(G0): Default visual is TrueColor
[   269.216] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[   269.216] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[   269.216] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[   269.216] (**) NVIDIA(G0): Enabling 2D acceleration
[   269.216] (II) Loading sub module "glxserver_nvidia"
[   269.216] (II) LoadModule: "glxserver_nvidia"
[   269.216] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[   269.220] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[   269.220] 	compiled for 1.6.99.901, module version = 1.0.0
[   269.220] 	Module class: X.Org Server Extension
[   269.220] (II) NVIDIA GLX Module  455.45.01  Thu Nov  5 22:58:18 UTC 2020
[   269.220] (II) NVIDIA: The X server supports PRIME Render Offload.
[   269.659] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[   269.659] (--) NVIDIA(0):     DFP-0
[   269.659] (--) NVIDIA(0):     DFP-1
[   269.659] (--) NVIDIA(0):     DFP-2
[   269.659] (--) NVIDIA(0):     DFP-3
[   269.659] (--) NVIDIA(0):     DFP-4
[   269.659] (II) NVIDIA(G0): NVIDIA GPU Quadro T2000 (TU117GL-A) at PCI:1:0:0 (GPU-0)
[   269.659] (--) NVIDIA(G0): Memory: 4194304 kBytes
[   269.659] (--) NVIDIA(G0): VideoBIOS: 90.17.41.00.40
[   269.659] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[   269.659] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   269.659] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[   269.659] (--) NVIDIA(GPU-0): DFP-0: 2660.0 MHz maximum pixel clock
[   269.659] (--) NVIDIA(GPU-0): 
[   269.659] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   269.659] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[   269.659] (--) NVIDIA(GPU-0): DFP-1: 2660.0 MHz maximum pixel clock
[   269.659] (--) NVIDIA(GPU-0): 
[   269.659] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   269.659] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[   269.659] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[   269.659] (--) NVIDIA(GPU-0): 
[   269.659] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   269.659] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   269.659] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   269.659] (--) NVIDIA(GPU-0): 
[   269.659] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   269.660] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[   269.660] (--) NVIDIA(GPU-0): DFP-4: 2660.0 MHz maximum pixel clock
[   269.660] (--) NVIDIA(GPU-0): 
[   269.660] (II) NVIDIA(G0): Validated MetaModes:
[   269.660] (II) NVIDIA(G0):     "NULL"
[   269.660] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[   269.660] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[   269.660] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[   269.660] (II) UnloadModule: "vesa"
[   269.660] (II) Unloading vesa
[   269.677] (==) modeset(0): Backing store enabled
[   269.677] (==) modeset(0): Silken mouse disabled
[   269.753] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[   269.753] (==) modeset(0): DPMS enabled
[   269.753] (II) modeset(0): [DRI2] Setup complete
[   269.753] (II) modeset(0): [DRI2]   DRI driver: iris
[   269.753] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[   269.753] (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
[   269.753] (II) NVIDIA:     access.
[   269.772] (II) NVIDIA(G0): Setting mode "NULL"
[   269.779] (==) NVIDIA(G0): Disabling shared memory pixmaps
[   269.779] (==) NVIDIA(G0): Backing store enabled
[   269.779] (==) NVIDIA(G0): Silken mouse disabled
[   269.779] (==) NVIDIA(G0): DPMS enabled
[   269.779] (II) Loading sub module "dri2"
[   269.779] (II) LoadModule: "dri2"
[   269.779] (II) Module "dri2" already built-in
[   269.779] (II) NVIDIA(G0): [DRI2] Setup complete
[   269.779] (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
[   269.779] (II) Initializing extension Generic Event Extension
[   269.779] (II) Initializing extension SHAPE
[   269.779] (II) Initializing extension MIT-SHM
[   269.779] (II) Initializing extension XInputExtension
[   269.779] (II) Initializing extension XTEST
[   269.779] (II) Initializing extension BIG-REQUESTS
[   269.779] (II) Initializing extension SYNC
[   269.779] (II) Initializing extension XKEYBOARD
[   269.779] (II) Initializing extension XC-MISC
[   269.779] (II) Initializing extension SECURITY
[   269.779] (II) Initializing extension XFIXES
[   269.779] (II) Initializing extension RENDER
[   269.779] (II) Initializing extension RANDR
[   269.779] (II) Initializing extension COMPOSITE
[   269.779] (II) Initializing extension DAMAGE
[   269.779] (II) Initializing extension MIT-SCREEN-SAVER
[   269.779] (II) Initializing extension DOUBLE-BUFFER
[   269.779] (II) Initializing extension RECORD
[   269.779] (II) Initializing extension DPMS
[   269.779] (II) Initializing extension Present
[   269.779] (II) Initializing extension DRI3
[   269.779] (II) Initializing extension X-Resource
[   269.779] (II) Initializing extension XVideo
[   269.779] (II) Initializing extension XVideo-MotionCompensation
[   269.779] (II) Initializing extension GLX
[   269.779] (II) Initializing extension GLX
[   269.779] (II) Indirect GLX disabled.
[   269.783] (II) AIGLX: Loaded and initialized iris
[   269.783] (II) GLX: Initialized DRI2 GL provider for screen 0
[   269.783] (II) Initializing extension XFree86-VidModeExtension
[   269.783] (II) Initializing extension XFree86-DGA
[   269.783] (II) Initializing extension XFree86-DRI
[   269.783] (II) Initializing extension DRI2
[   269.783] (II) Initializing extension NV-GLX
[   269.783] (II) Initializing extension NV-CONTROL
[   269.784] (II) modeset(0): Damage tracking initialized
[   269.784] (II) modeset(0): Setting screen physical size to 1016 x 571
[   269.817] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   269.817] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   269.818] (**) Power Button: Applying InputClass "system-keyboard"
[   269.818] (II) LoadModule: "libinput"
[   269.818] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   269.818] (II) Module libinput: vendor="X.Org Foundation"
[   269.818] 	compiled for 1.20.8, module version = 0.30.0
[   269.818] 	Module class: X.Org XInput Driver
[   269.818] 	ABI class: X.Org XInput driver, version 24.1
[   269.818] (II) Using input driver 'libinput' for 'Power Button'
[   269.819] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 38 paused 0
[   269.819] (**) Power Button: always reports core events
[   269.819] (**) Option "Device" "/dev/input/event2"
[   269.819] (**) Option "_source" "server/udev"
[   269.820] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   269.820] (II) event2  - Power Button: device is a keyboard
[   269.820] (II) event2  - Power Button: device removed
[   269.820] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[   269.820] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   269.820] (**) Option "xkb_model" "pc105"
[   269.820] (**) Option "xkb_layout" "de"
[   269.820] (**) Option "xkb_variant" "deadgraveacute"
[   269.820] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   269.828] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   269.828] (II) event2  - Power Button: device is a keyboard
[   269.829] (II) config/udev: Adding input device Video Bus (/dev/input/event14)
[   269.829] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   269.829] (**) Video Bus: Applying InputClass "system-keyboard"
[   269.829] (II) Using input driver 'libinput' for 'Video Bus'
[   269.829] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 41 paused 0
[   269.829] (**) Video Bus: always reports core events
[   269.829] (**) Option "Device" "/dev/input/event14"
[   269.829] (**) Option "_source" "server/udev"
[   269.830] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[   269.830] (II) event14 - Video Bus: device is a keyboard
[   269.830] (II) event14 - Video Bus: device removed
[   269.830] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input76/event14"
[   269.830] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   269.830] (**) Option "xkb_model" "pc105"
[   269.830] (**) Option "xkb_layout" "de"
[   269.830] (**) Option "xkb_variant" "deadgraveacute"
[   269.830] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   269.830] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[   269.830] (II) event14 - Video Bus: device is a keyboard
[   269.830] (II) config/udev: Adding input device Video Bus (/dev/input/event13)
[   269.830] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   269.830] (**) Video Bus: Applying InputClass "system-keyboard"
[   269.831] (II) Using input driver 'libinput' for 'Video Bus'
[   269.831] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 42 paused 0
[   269.831] (**) Video Bus: always reports core events
[   269.831] (**) Option "Device" "/dev/input/event13"
[   269.831] (**) Option "_source" "server/udev"
[   269.832] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[   269.832] (II) event13 - Video Bus: device is a keyboard
[   269.832] (II) event13 - Video Bus: device removed
[   269.832] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input75/event13"
[   269.832] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[   269.832] (**) Option "xkb_model" "pc105"
[   269.832] (**) Option "xkb_layout" "de"
[   269.832] (**) Option "xkb_variant" "deadgraveacute"
[   269.832] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   269.832] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[   269.832] (II) event13 - Video Bus: device is a keyboard
[   269.832] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[   269.832] (II) No input driver specified, ignoring this device.
[   269.832] (II) This device may have been added with another device file.
[   269.833] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[   269.833] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   269.833] (**) Sleep Button: Applying InputClass "system-keyboard"
[   269.833] (II) Using input driver 'libinput' for 'Sleep Button'
[   269.833] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 43 paused 0
[   269.833] (**) Sleep Button: always reports core events
[   269.833] (**) Option "Device" "/dev/input/event0"
[   269.833] (**) Option "_source" "server/udev"
[   269.833] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[   269.834] (II) event0  - Sleep Button: device is a keyboard
[   269.834] (II) event0  - Sleep Button: device removed
[   269.834] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[   269.834] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[   269.834] (**) Option "xkb_model" "pc105"
[   269.834] (**) Option "xkb_layout" "de"
[   269.834] (**) Option "xkb_variant" "deadgraveacute"
[   269.834] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   269.834] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[   269.834] (II) event0  - Sleep Button: device is a keyboard
[   269.834] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event6)
[   269.834] (II) No input driver specified, ignoring this device.
[   269.834] (II) This device may have been added with another device file.
[   269.834] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event7)
[   269.834] (II) No input driver specified, ignoring this device.
[   269.834] (II) This device may have been added with another device file.
[   269.835] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event8)
[   269.835] (II) No input driver specified, ignoring this device.
[   269.835] (II) This device may have been added with another device file.
[   269.835] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event9)
[   269.835] (II) No input driver specified, ignoring this device.
[   269.835] (II) This device may have been added with another device file.
[   269.835] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event10)
[   269.835] (II) No input driver specified, ignoring this device.
[   269.835] (II) This device may have been added with another device file.
[   269.835] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event11)
[   269.835] (II) No input driver specified, ignoring this device.
[   269.835] (II) This device may have been added with another device file.
[   269.835] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=12 (/dev/input/event12)
[   269.835] (II) No input driver specified, ignoring this device.
[   269.835] (II) This device may have been added with another device file.
[   269.836] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event15)
[   269.836] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[   269.836] (**) Integrated Camera: Integrated C: Applying InputClass "system-keyboard"
[   269.836] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[   269.836] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 44 paused 0
[   269.836] (**) Integrated Camera: Integrated C: always reports core events
[   269.836] (**) Option "Device" "/dev/input/event15"
[   269.836] (**) Option "_source" "server/udev"
[   269.837] (II) event15 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[   269.837] (II) event15 - Integrated Camera: Integrated C: device is a keyboard
[   269.837] (II) event15 - Integrated Camera: Integrated C: device removed
[   269.837] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input77/event15"
[   269.837] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 10)
[   269.837] (**) Option "xkb_model" "pc105"
[   269.837] (**) Option "xkb_layout" "de"
[   269.837] (**) Option "xkb_variant" "deadgraveacute"
[   269.837] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   269.837] (II) event15 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[   269.837] (II) event15 - Integrated Camera: Integrated C: device is a keyboard
[   269.838] (II) config/udev: Adding input device Integrated Camera: Integrated I (/dev/input/event16)
[   269.838] (**) Integrated Camera: Integrated I: Applying InputClass "libinput keyboard catchall"
[   269.838] (**) Integrated Camera: Integrated I: Applying InputClass "system-keyboard"
[   269.838] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated I'
[   269.838] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 45 paused 0
[   269.838] (**) Integrated Camera: Integrated I: always reports core events
[   269.838] (**) Option "Device" "/dev/input/event16"
[   269.838] (**) Option "_source" "server/udev"
[   269.839] (II) event16 - Integrated Camera: Integrated I: is tagged by udev as: Keyboard
[   269.839] (II) event16 - Integrated Camera: Integrated I: device is a keyboard
[   269.839] (II) event16 - Integrated Camera: Integrated I: device removed
[   269.839] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.2/input/input78/event16"
[   269.839] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated I" (type: KEYBOARD, id 11)
[   269.839] (**) Option "xkb_model" "pc105"
[   269.839] (**) Option "xkb_layout" "de"
[   269.839] (**) Option "xkb_variant" "deadgraveacute"
[   269.839] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   269.839] (II) event16 - Integrated Camera: Integrated I: is tagged by udev as: Keyboard
[   269.839] (II) event16 - Integrated Camera: Integrated I: device is a keyboard
[   269.840] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event19)
[   269.840] (II) No input driver specified, ignoring this device.
[   269.840] (II) This device may have been added with another device file.
[   269.840] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event20)
[   269.840] (II) No input driver specified, ignoring this device.
[   269.840] (II) This device may have been added with another device file.
[   269.840] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event21)
[   269.840] (II) No input driver specified, ignoring this device.
[   269.840] (II) This device may have been added with another device file.
[   269.840] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event22)
[   269.840] (II) No input driver specified, ignoring this device.
[   269.840] (II) This device may have been added with another device file.
[   269.840] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event23)
[   269.840] (II) No input driver specified, ignoring this device.
[   269.840] (II) This device may have been added with another device file.
[   269.840] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event24)
[   269.840] (II) No input driver specified, ignoring this device.
[   269.840] (II) This device may have been added with another device file.
[   269.840] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event25)
[   269.840] (II) No input driver specified, ignoring this device.
[   269.840] (II) This device may have been added with another device file.
[   269.841] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event26)
[   269.841] (II) No input driver specified, ignoring this device.
[   269.841] (II) This device may have been added with another device file.
[   269.841] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[   269.841] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   269.841] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[   269.841] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   269.841] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 46 paused 0
[   269.841] (**) AT Translated Set 2 keyboard: always reports core events
[   269.841] (**) Option "Device" "/dev/input/event3"
[   269.841] (**) Option "_source" "server/udev"
[   269.842] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   269.842] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   269.842] (II) event3  - AT Translated Set 2 keyboard: device removed
[   269.842] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[   269.842] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[   269.842] (**) Option "xkb_model" "pc105"
[   269.842] (**) Option "xkb_layout" "de"
[   269.842] (**) Option "xkb_variant" "deadgraveacute"
[   269.842] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   269.843] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   269.843] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   269.843] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event17)
[   269.843] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[   269.843] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[   269.843] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 47 paused 0
[   269.843] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   269.843] (**) Option "Device" "/dev/input/event17"
[   269.843] (**) Option "_source" "server/udev"
[   269.844] (II) event17 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[   269.844] (II) event17 - SynPS/2 Synaptics TouchPad: no resolution or size hints, assuming a size of 69x50mm
[   269.845] (II) event17 - SynPS/2 Synaptics TouchPad: device is a touchpad
[   269.845] (II) event17 - SynPS/2 Synaptics TouchPad: device removed
[   269.845] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input67/event17"
[   269.845] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
[   269.845] (**) Option "AccelerationScheme" "none"
[   269.845] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[   269.845] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[   269.845] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[   269.846] (II) event17 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[   269.846] (II) event17 - SynPS/2 Synaptics TouchPad: no resolution or size hints, assuming a size of 69x50mm
[   269.846] (II) event17 - SynPS/2 Synaptics TouchPad: device is a touchpad
[   269.847] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[   269.847] (II) No input driver specified, ignoring this device.
[   269.847] (II) This device may have been added with another device file.
[   269.847] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/event18)
[   269.847] (**) TPPS/2 Elan TrackPoint: Applying InputClass "libinput pointer catchall"
[   269.847] (II) Using input driver 'libinput' for 'TPPS/2 Elan TrackPoint'
[   269.847] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 48 paused 0
[   269.847] (**) TPPS/2 Elan TrackPoint: always reports core events
[   269.847] (**) Option "Device" "/dev/input/event18"
[   269.847] (**) Option "_source" "server/udev"
[   269.848] (II) event18 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[   269.848] (II) event18 - TPPS/2 Elan TrackPoint: device is a pointer
[   269.848] (II) event18 - TPPS/2 Elan TrackPoint: device removed
[   269.848] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input79/event18"
[   269.848] (II) XINPUT: Adding extended input device "TPPS/2 Elan TrackPoint" (type: MOUSE, id 14)
[   269.848] (**) Option "AccelerationScheme" "none"
[   269.848] (**) TPPS/2 Elan TrackPoint: (accel) selected scheme none/0
[   269.848] (**) TPPS/2 Elan TrackPoint: (accel) acceleration factor: 2.000
[   269.848] (**) TPPS/2 Elan TrackPoint: (accel) acceleration threshold: 4
[   269.849] (II) event18 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[   269.849] (II) event18 - TPPS/2 Elan TrackPoint: device is a pointer
[   269.850] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/mouse1)
[   269.850] (II) No input driver specified, ignoring this device.
[   269.850] (II) This device may have been added with another device file.
[   269.850] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[   269.850] (II) No input driver specified, ignoring this device.
[   269.850] (II) This device may have been added with another device file.
[   269.850] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event4)
[   269.850] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[   269.850] (**) ThinkPad Extra Buttons: Applying InputClass "system-keyboard"
[   269.850] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[   269.850] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 49 paused 0
[   269.851] (**) ThinkPad Extra Buttons: always reports core events
[   269.851] (**) Option "Device" "/dev/input/event4"
[   269.851] (**) Option "_source" "server/udev"
[   269.851] (II) event4  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[   269.851] (II) event4  - ThinkPad Extra Buttons: device is a keyboard
[   269.851] (II) event4  - ThinkPad Extra Buttons: device removed
[   269.851] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input43/event4"
[   269.851] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 15)
[   269.851] (**) Option "xkb_model" "pc105"
[   269.851] (**) Option "xkb_layout" "de"
[   269.851] (**) Option "xkb_variant" "deadgraveacute"
[   269.851] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   269.851] (II) event4  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[   269.851] (II) event4  - ThinkPad Extra Buttons: device is a keyboard

The remaining errors at the beginning of the file should be old (referring to older posts - with differently setup xorg.conf where the intel_backlight reference was still present)

Last edited by Komisch (2020-12-22 22:57:49)

Offline

#16 2020-12-22 23:01:06

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

Re: PRIME render offload (both closed source drivers) intel/nvidia

Offline

#17 2020-12-22 23:48:55

Komisch
Member
Registered: 2018-05-30
Posts: 45

Re: PRIME render offload (both closed source drivers) intel/nvidia

Thank you very much that at least somehow fixed it probably have to change something about the steps.

I am not sure how bright my notebook (Lenovo P15 gen 1) display can get (haven't tested the outer boundaries yet). Is there a risk to damage my screen when I go to max brightness using acpilight and the bindsym XF86MonBrightnessUp exec xbacklight -inc 10.0? I am asking since I just pushed it to the max and it was so bright that I started searching for my suncream. So basically is it possible that I go beyond the brightness that the manufactuarer has provided?

Offline

#18 2020-12-23 09:53:41

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

Re: PRIME render offload (both closed source drivers) intel/nvidia

Afaics that's an IPS w/ LED backlight.
The LEDs will wear down faster (and so will your battery) but you're rather abotu to damage your eyes or get a headache than "damaging" the display.
(The backlight ages, that just happens. The LCDs are exposed to sunlight which is much brighter than the backlight (well, depends. At least in summer and depending on where you live ;-)

Just don't run the display too bright, does the notebook have a sesor to control the backlight?

Offline

#19 2020-12-23 10:58:42

Komisch
Member
Registered: 2018-05-30
Posts: 45

Re: PRIME render offload (both closed source drivers) intel/nvidia

I assume that I probably can setup the camera as some kind of sensor - when I remember correctly there exists a tool to do it. (clight or something)

Offline

Board footer

Powered by FluxBB