You are not logged in.

#1 2020-10-06 14:02:31

Mighty_Pig
Member
Registered: 2020-10-06
Posts: 10

[SOLVED] LibGl error: No matching fbConfigs or visuals found.

So I was using optirun for a few days now. The performance with it was not good imo. This could also be because I am using a MX330 GPU. But I read that nvidia-xrun could improve the performance, so I wanted to try that. But unfortantly I keep getting the error: LibGl error: No matching fbConfigs or visuals found.

I have googled for solutions but so far nothing helped.

Here is the log:

[daan@titanium ~]$ steam-runtime
Running Steam on arch rolling 64-bit
STEAM_RUNTIME is enabled automatically
Pins up-to-date!
Steam client's requirements are satisfied
/home/daan/.local/share/Steam/ubuntu12_32/steam
[2020-10-06 15:18:56] Startup - updater built Sep  3 2020 21:18:09
Installing breakpad exception handler for appid(steam)/version(1599174997)
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
SteamUpdateUI: An X Error occurred
X Error of failed request:  GLXBadContext
SteamUpdateUI: An X Error occurred
X Error of failed request:  BadValue (integer parameter out of range for operation)
Major opcode of failed request:  151 (GLX)
Minor opcode of failed request:  3 (X_GLXCreateContext)
Value in failed request:  0x0
Serial number of failed request:  45
xerror_handler: X failed, continuing
Major opcode of failed request:  151 (GLX)
Minor opcode of failed request:  6 (X_GLXIsDirect)
Serial number of failed request:  46
xerror_handler: X failed, continuing
Looks like steam didn't shutdown cleanly, scheduling immediate update check
Installing breakpad exception handler for appid(steam)/version(1599174997)
[2020-10-06 15:18:56] Checking for update on startup
[2020-10-06 15:18:56] Checking for available updates...
[2020-10-06 15:18:56] Downloading manifest: client-download.steampowered.com/client/steam_client_ubuntu12
Installing breakpad exception handler for appid(steam)/version(1599174997)
[2020-10-06 15:18:56] Download skipped: /client/steam_client_ubuntu12 version 1599174997, installed version 1599174997, downloaded version 0
[2020-10-06 15:18:56] Nothing to do
[2020-10-06 15:18:56] Verifying installation...
[2020-10-06 15:18:56] Performing checksum verification of executable files
[2020-10-06 15:18:57] Verification complete
Loaded SDL version 2.0.13-5919606
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
Steam: An X Error occurred
X Error of failed request:  GLXBadContext
Major opcode of failed request:  151
Serial number of failed request:  49
xerror_handler: X failed, continuing
Steam: An X Error occurred
X Error of failed request:  BadValue (integer parameter out of range for operation)
Major opcode of failed request:  151
Value in failed request:  0x0
Serial number of failed request:  48
xerror_handler: X failed, continuing
Steam: An X Error occurred
X Error of failed request:  BadMatch (invalid parameter attributes)
Major opcode of failed request:  151
Serial number of failed request:  50
xerror_handler: X failed, continuing
assert_20201006151856_1.dmp[815]: Uploading dump (out-of-process)
/tmp/dumps/assert_20201006151856_1.dmp
/home/daan/.local/share/Steam/steam.sh: line 750:   769 Segmentation fault      (core dumped) $STEAM_DEBUGGER "$STEAMROOT/$STEAMEXEPATH" "$@"
[daan@titanium ~]$ assert_20201006151856_1.dmp[815]: Finished uploading minidump (out-of-process): success = yes
assert_20201006151856_1.dmp[815]: response: CrashID=bp-6c9bcc66-4e0e-48d2-9f0d-8532c2201006
assert_20201006151856_1.dmp[815]: file ''/tmp/dumps/assert_20201006151856_1.dmp'', upload yes: ''CrashID=bp-6c9bcc66-4e0e-48d2-9f0d-8532c2201006''
nvidia-xrun steam-rsudo ldconfig -p | grep -i gl.so
 

And the nvidia-xorg.conf file:

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

Section "ServerLayout"
  Identifier "layout"
  Screen 1 "nvidia"
  Inactive "intel"
EndSection
Section "Device"
  Identifier "nvidia"
  Driver "nvidia"
  BusID "PCI:45:0:0"
EndSection

Section "Screen"
  Identifier "nvidia"
  Device "nvidia"
  Option "AllowEmptyInitialConfiguration" "Yes"
  Option "UseDisplayDevice" "none"
EndSection

Section "Device"
  Identifier "intel"
  Driver "modesetting"
  Option "AccelMethod" "none"
EndSection

Section "Screen"
  Identifier "intel"
  Device "intel"
EndSection
~                                                                                                                                                                                                                                           
~                                                                                                                                                                                                                                           
~                                                                                                                                                                                                                                           
~                                                                                                                                                                                                                                           
~                                                                                                                                                                                                                                           
~                                                                                                                                                                                                                                           
~                                                                                                                                                                                                                                           
~                                                                                                                                                                                                                                           
~                                                                                                                                                                                                                                           
~                                                                                                                                                                                                                                           
~                                                                                                                                                                                                                                           
~                                                                                                                                                                                                                                           
~                                                                                                                                                                                                                                           
~                                                                                                                                                                                                                                           
~
~                                                                                                                                                                                                                                           
~                                                                                                                                                                                                                                           
~                                                                                                                                                                                                                                           
"etc/X11/nvidia-xorg.conf" 38L, 771B                                                                                                                                                                                      19,15         All

And here is the output of sudo ldconfig -p | grep -i gl.so :

[daan@titanium ~]$ sudo ldconfig -p | grep -i gl.so
        libwayland-egl.so.1 (libc6,x86-64) => /usr/lib/libwayland-egl.so.1
        libwayland-egl.so.1 (libc6) => /usr/lib32/libwayland-egl.so.1
        libwayland-egl.so (libc6,x86-64) => /usr/lib/libwayland-egl.so
        libwayland-egl.so (libc6) => /usr/lib32/libwayland-egl.so
        libcogl.so.20 (libc6,x86-64) => /usr/lib/libcogl.so.20
        libcogl.so (libc6,x86-64) => /usr/lib/libcogl.so
        libQt5OpenGL.so.5 (libc6,x86-64) => /usr/lib/libQt5OpenGL.so.5
        libQt5OpenGL.so (libc6,x86-64) => /usr/lib/libQt5OpenGL.so
        libOpenGL.so.0 (libc6,x86-64) => /usr/lib/libOpenGL.so.0
        libOpenGL.so.0 (libc6) => /usr/lib32/libOpenGL.so.0
        libOpenGL.so (libc6,x86-64) => /usr/lib/libOpenGL.so
        libOpenGL.so (libc6) => /usr/lib32/libOpenGL.so
        libGL.so.1 (libc6,x86-64) => /usr/lib/libGL.so.1
        libGL.so.1 (libc6) => /usr/lib32/libGL.so.1
        libGL.so (libc6,x86-64) => /usr/lib/libGL.so
        libGL.so (libc6) => /usr/lib32/libGL.so
        libEGL.so.1 (libc6,x86-64) => /usr/lib/libEGL.so.1
        libEGL.so.1 (libc6) => /usr/lib32/libEGL.so.1
        libEGL.so (libc6,x86-64) => /usr/lib/libEGL.so
        libEGL.so (libc6) => /usr/lib32/libEGL.so
[daan@titanium ~]$ 

If anyone can help me with this problem, or if you need any other log please let me know.

Edit 1:
I forgot to add that I first go to a new screen with cntl + alt +f2 after that I run nvidia-xrun steam runtime. This only launches the openbox since I think that steam fails to run like when I just run steam-runtime as above. So I open a terminal and type the command that is seen above in.

Also I followed the following guide

Last edited by Mighty_Pig (2020-10-06 16:23:14)

Offline

#2 2020-10-06 14:46:37

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

Re: [SOLVED] LibGl error: No matching fbConfigs or visuals found.

Did you remove bumblebee before trying nvidia-xrun? All of these options are mutually exclusive and will set up conflicting configuration for each other. Maybe post the xorg log of an nvidia-xrun attempt.

FWIW those module paths are wrong you need

 ModulePath "/usr/lib/nvidia/xorg"
    ModulePath "/usr/lib/xorg/modules"

That's a bit of the problem with following 3 year old non applicable advice. A lot of outdated cruft.

Offline

#3 2020-10-06 15:04:06

Mighty_Pig
Member
Registered: 2020-10-06
Posts: 10

Re: [SOLVED] LibGl error: No matching fbConfigs or visuals found.

V1del wrote:

Did you remove bumblebee before trying nvidia-xrun? All of these options are mutually exclusive and will set up conflicting configuration for each other. Maybe post the xorg log of an nvidia-xrun attempt.

FWIW those module paths are wrong you need

 ModulePath "/usr/lib/nvidia/xorg"
    ModulePath "/usr/lib/xorg/modules"

That's a bit of the problem with following 3 year old non applicable advice. A lot of outdated cruft.

So, I removed bumblebee and changed the nvidia-xorg.conf file. So it looks as following now:

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

Section "ServerLayout"
  Identifier "layout"
  Screen 1 "nvidia"
  Inactive "intel"
EndSection

Section "Device"
  Identifier "nvidia"
  Driver "nvidia"
  BusID "PCI:45:0:0"
EndSection

Section "Screen"
  Identifier "nvidia"
  Device "nvidia"
  Option "AllowEmptyInitialConfiguration" "Yes"
  Option "UseDisplayDevice" "none"
EndSection

Section "Device"
  Identifier "intel"
  Driver "modesetting"
  Option "AccelMethod" "none"
EndSection

Section "Screen"
  Identifier "intel"
  Device "intel"
EndSection
~                                                                                                                                                                                                                                           
~                                                                                                                                                                                                                                           
~                                                                                                                                                                                                                                           
~                                                                                                                                                                                                                                           
~                                                                                                                                                                                                                                           
~                                                                                                                                                                                                                                           
~                                                                                                                                                                                                                                           
~                                                                                                                                                                                                                                           
~                                                                                                                                                                                                                                           
~                                                                                                                                                                                                                                           
~                                                                                                                                                                                                                                           
~                                                                                                                                                                                                                                           
~                                                                                                                                                                                                                                           
~                                                                                                                                                                                                                                           
~                                                                                                                                                                                                                                           
~                                                                                                                                                                                                                                           
~                                                                                                                                                                                                                                           
~                                                                                                                                                                                                                                           
~                                                                                                                                                                                                                                           
~                                                                                                                                                                                                                                           
~                                                                                                                                                                                                                                           
~                                                                                                                                                                                                                                           
"/etc/X11/nvidia-xorg.conf" 34L, 610B                                                                                                                                                                                     3,14          All

And here is the xorg log file:

[   150.046] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[   150.047] 
X.Org X Server 1.20.9
X Protocol Version 11, Revision 0
[   150.050] Build Operating System: Linux Arch Linux
[   150.051] Current Operating System: Linux titanium 5.8.13-arch1-1 #1 SMP PREEMPT Thu, 01 Oct 2020 20:40:35 +0000 x86_64
[   150.051] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root="LABEL=arch_os" rw
[   150.054] Build Date: 02 September 2020  06:17:44AM
[   150.055]  
[   150.056] Current version of pixman: 0.40.0
[   150.058] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   150.058] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   150.062] (==) Log file: "/var/log/Xorg.1.log", Time: Tue Oct  6 16:54:54 2020
[   150.062] (++) Using config file: "/etc/X11/nvidia-xorg.conf"
[   150.062] (EE) Unable to locate/open config directory: "nvidia-xorg.conf.d"
[   150.063] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   150.063] (==) ServerLayout "layout"
[   150.063] (**) |-->Screen "nvidia" (1)
[   150.063] (**) |   |-->Monitor "<default monitor>"
[   150.063] (**) |   |-->Device "nvidia"
[   150.063] (==) No monitor specified for screen "nvidia".
	Using a default monitor configuration.
[   150.063] (**) |-->Inactive Device "intel"
[   150.063] (==) Automatically adding devices
[   150.063] (==) Automatically enabling devices
[   150.063] (==) Automatically adding GPU devices
[   150.063] (==) Automatically binding GPU devices
[   150.063] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   150.063] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   150.063] 	Entry deleted from font path.
[   150.063] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[   150.063] 	Entry deleted from font path.
[   150.063] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF").
[   150.063] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   150.063] 	Entry deleted from font path.
[   150.063] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   150.063] 	Entry deleted from font path.
[   150.063] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[   150.063] 	Entry deleted from font path.
[   150.063] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[   150.063] 	Entry deleted from font path.
[   150.063] (==) FontPath set to:
	
[   150.063] (**) ModulePath set to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[   150.063] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   150.063] (II) Module ABI versions:
[   150.063] 	X.Org ANSI C Emulation: 0.4
[   150.063] 	X.Org Video Driver: 24.1
[   150.063] 	X.Org XInput driver : 24.1
[   150.063] 	X.Org Server Extension : 10.0
[   150.064] (++) using VT number 2

[   150.064] (--) controlling tty is VT number 2, auto-enabling KeepTty
[   150.065] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_34
[   150.066] (II) xfree86: Adding drm device (/dev/dri/card0)
[   150.066] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[   150.066] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[   150.067] (II) xfree86: Adding drm device (/dev/dri/card1)
[   150.067] (II) Platform probe for /sys/devices/pci0000:00/0000:00:1d.0/0000:2d:00.0/drm/card1
[   150.067] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 11 paused 0
[   150.068] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[   150.069] (--) PCI:*(0@0:2:0) 8086:9b41:17aa:22b3 rev 2, Mem @ 0xed000000/16777216, 0xd0000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[   150.069] (--) PCI: (45@0:0:0) 10de:1d16:17aa:22b3 rev 161, Mem @ 0xee000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x00003000/128
[   150.069] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   150.069] (II) LoadModule: "glx"
[   150.077] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   150.079] (II) Module glx: vendor="X.Org Foundation"
[   150.079] 	compiled for 1.20.9, module version = 1.0.0
[   150.079] 	ABI class: X.Org Server Extension, version 10.0
[   150.079] (II) LoadModule: "nvidia"
[   150.079] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   150.083] (II) Module nvidia: vendor="NVIDIA Corporation"
[   150.083] 	compiled for 1.6.99.901, module version = 1.0.0
[   150.083] 	Module class: X.Org Video Driver
[   150.083] (II) LoadModule: "modesetting"
[   150.083] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   150.083] (II) Module modesetting: vendor="X.Org Foundation"
[   150.083] 	compiled for 1.20.9, module version = 1.20.9
[   150.083] 	Module class: X.Org Video Driver
[   150.083] 	ABI class: X.Org Video Driver, version 24.1
[   150.084] (II) NVIDIA dlloader X Driver  455.23.04  Sun Sep 13 23:15:36 UTC 2020
[   150.084] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   150.084] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   150.084] (II) systemd-logind: releasing fd for 226:1
[   150.085] (II) Loading sub module "fb"
[   150.085] (II) LoadModule: "fb"
[   150.085] (II) Loading /usr/lib/xorg/modules/libfb.so
[   150.085] (II) Module fb: vendor="X.Org Foundation"
[   150.085] 	compiled for 1.20.9, module version = 1.0.0
[   150.085] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   150.085] (II) Loading sub module "wfb"
[   150.085] (II) LoadModule: "wfb"
[   150.086] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   150.086] (II) Module wfb: vendor="X.Org Foundation"
[   150.086] 	compiled for 1.20.9, module version = 1.0.0
[   150.086] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   150.086] (II) Loading sub module "ramdac"
[   150.086] (II) LoadModule: "ramdac"
[   150.086] (II) Module "ramdac" already built-in
[   150.087] (WW) Falling back to old probe method for modesetting
[   150.087] (II) modeset(G0): using drv /dev/dri/card0
[   150.087] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"nvidia" for depth/fbbpp 24/32
[   150.087] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[   150.087] (==) NVIDIA(0): RGB weight 888
[   150.087] (==) NVIDIA(0): Default visual is TrueColor
[   150.087] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   150.087] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[   150.087] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration" "Yes"
[   150.087] (**) NVIDIA(0): Option "UseDisplayDevice" "none"
[   150.087] (**) NVIDIA(0): Enabling 2D acceleration
[   150.087] (**) NVIDIA(0): Option "UseDisplayDevice" set to "none"; enabling NoScanout
[   150.087] (**) NVIDIA(0):     mode
[   150.087] (II) Loading sub module "glxserver_nvidia"
[   150.087] (II) LoadModule: "glxserver_nvidia"
[   150.087] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[   150.116] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[   150.116] 	compiled for 1.6.99.901, module version = 1.0.0
[   150.116] 	Module class: X.Org Server Extension
[   150.116] (II) NVIDIA GLX Module  455.23.04  Sun Sep 13 23:19:00 UTC 2020
[   150.117] (II) NVIDIA: The X server supports PRIME Render Offload.
[   151.037] (II) NVIDIA(0): NVIDIA GPU GeForce MX330 (GP108-A) at PCI:45:0:0 (GPU-0)
[   151.037] (--) NVIDIA(0): Memory: 2097152 kBytes
[   151.037] (--) NVIDIA(0): VideoBIOS: 86.08.3e.00.2e
[   151.037] (II) NVIDIA(0): Detected PCI Express Link width: 4X
[   151.037] (II) NVIDIA(0): Validated MetaModes:
[   151.037] (II) NVIDIA(0):     "NULL"
[   151.037] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[   151.037] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[   151.037] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[   151.037] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[   151.037] (**) modeset(G0): Option "AccelMethod" "none"
[   151.037] (==) modeset(G0): RGB weight 888
[   151.037] (==) modeset(G0): Default visual is TrueColor
[   151.037] (**) modeset(G0): glamor disabled
[   151.037] (II) modeset(G0): ShadowFB: preferred YES, enabled YES
[   151.037] (II) modeset(G0): Double-buffered shadow updates: off
[   151.039] (II) modeset(G0): Output eDP-1-1 has no monitor section
[   151.039] (II) modeset(G0): Output DP-1-1 has no monitor section
[   151.061] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[   151.061] (II) modeset(G0): Output DP-1-2 has no monitor section
[   151.069] (II) modeset(G0): Output HDMI-1-2 has no monitor section
[   151.070] (II) modeset(G0): EDID for output eDP-1-1
[   151.070] (II) modeset(G0): Manufacturer: CMN  Model: 15e7  Serial#: 0
[   151.070] (II) modeset(G0): Year: 2016  Week: 33
[   151.070] (II) modeset(G0): EDID Version: 1.4
[   151.070] (II) modeset(G0): Digital Display Input
[   151.070] (II) modeset(G0): 8 bits per channel
[   151.070] (II) modeset(G0): Digital interface is DisplayPort
[   151.070] (II) modeset(G0): Max Image Size [cm]: horiz.: 34  vert.: 19
[   151.070] (II) modeset(G0): Gamma: 2.20
[   151.070] (II) modeset(G0): No DPMS capabilities specified
[   151.070] (II) modeset(G0): Supported color encodings: RGB 4:4:4 
[   151.070] (II) modeset(G0): First detailed timing is preferred mode
[   151.070] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[   151.070] (II) modeset(G0): redX: 0.590 redY: 0.350   greenX: 0.330 greenY: 0.555
[   151.070] (II) modeset(G0): blueX: 0.153 blueY: 0.119   whiteX: 0.313 whiteY: 0.329
[   151.070] (II) modeset(G0): Manufacturer's mask: 0
[   151.070] (II) modeset(G0): Supported detailed timing:
[   151.070] (II) modeset(G0): clock: 152.8 MHz   Image Size:  344 x 193 mm
[   151.070] (II) modeset(G0): h_active: 1920  h_sync: 2000  h_sync_end 2054 h_blank_end 2250 h_border: 0
[   151.070] (II) modeset(G0): v_active: 1080  v_sync: 1086  v_sync_end 1094 v_blanking: 1132 v_border: 0
[   151.070] (II) modeset(G0):  N156HCA-EAB
[   151.070] (II) modeset(G0):  CMN
[   151.070] (II) modeset(G0):  N156HCA-EAB
[   151.070] (II) modeset(G0): EDID (in hex):
[   151.070] (II) modeset(G0): 	00ffffffffffff000daee71500000000
[   151.070] (II) modeset(G0): 	211a0104a52213780228659759548e27
[   151.070] (II) modeset(G0): 	1e505400000001010101010101010101
[   151.070] (II) modeset(G0): 	010101010101b43b804a713834405036
[   151.070] (II) modeset(G0): 	680058c110000018000000fe004e3135
[   151.070] (II) modeset(G0): 	364843412d4541420a20000000fe0043
[   151.070] (II) modeset(G0): 	4d4e0a202020202020202020000000fe
[   151.070] (II) modeset(G0): 	004e3135364843412d4541420a2000b2
[   151.070] (II) modeset(G0): Printing probed modes for output eDP-1-1
[   151.070] (II) modeset(G0): Modeline "1920x1080"x60.0  152.84  1920 2000 2054 2250  1080 1086 1094 1132 -hsync -vsync (67.9 kHz eP)
[   151.070] (II) modeset(G0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[   151.070] (II) modeset(G0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[   151.070] (II) modeset(G0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[   151.071] (II) modeset(G0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[   151.071] (II) modeset(G0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[   151.071] (II) modeset(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[   151.071] (II) modeset(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[   151.071] (II) modeset(G0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[   151.071] (II) modeset(G0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[   151.071] (II) modeset(G0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[   151.071] (II) modeset(G0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[   151.071] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[   151.071] (II) modeset(G0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[   151.071] (II) modeset(G0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[   151.071] (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[   151.071] (II) modeset(G0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[   151.071] (II) modeset(G0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[   151.071] (II) modeset(G0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[   151.071] (II) modeset(G0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[   151.071] (II) modeset(G0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[   151.071] (II) modeset(G0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[   151.071] (II) modeset(G0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[   151.071] (II) modeset(G0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[   151.071] (II) modeset(G0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[   151.071] (II) modeset(G0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[   151.071] (II) modeset(G0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[   151.071] (II) modeset(G0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[   151.071] (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[   151.071] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   151.071] (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[   151.071] (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[   151.071] (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[   151.071] (II) modeset(G0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[   151.071] (II) modeset(G0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[   151.071] (II) modeset(G0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[   151.071] (II) modeset(G0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[   151.071] (II) modeset(G0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[   151.071] (II) modeset(G0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[   151.071] (II) modeset(G0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[   151.071] (II) modeset(G0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[   151.071] (II) modeset(G0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[   151.071] (II) modeset(G0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[   151.071] (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[   151.071] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   151.071] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   151.071] (II) modeset(G0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[   151.071] (II) modeset(G0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[   151.071] (II) modeset(G0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[   151.071] (II) modeset(G0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[   151.071] (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[   151.071] (II) modeset(G0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[   151.071] (II) modeset(G0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[   151.071] (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[   151.071] (II) modeset(G0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[   151.071] (II) modeset(G0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[   151.071] (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[   151.071] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   151.071] (II) modeset(G0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[   151.071] (II) modeset(G0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[   151.071] (II) modeset(G0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[   151.071] (II) modeset(G0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[   151.071] (II) modeset(G0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[   151.071] (II) modeset(G0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[   151.071] (II) modeset(G0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[   151.071] (II) modeset(G0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[   151.071] (II) modeset(G0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[   151.071] (II) modeset(G0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[   151.071] (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[   151.071] (II) modeset(G0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[   151.071] (II) modeset(G0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[   151.071] (II) modeset(G0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[   151.071] (II) modeset(G0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[   151.071] (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[   151.071] (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[   151.071] (II) modeset(G0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[   151.071] (II) modeset(G0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[   151.071] (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[   151.071] (II) modeset(G0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[   151.071] (II) modeset(G0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[   151.071] (II) modeset(G0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[   151.071] (II) modeset(G0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[   151.071] (II) modeset(G0): EDID for output DP-1-1
[   151.090] (II) modeset(G0): EDID for output HDMI-1-1
[   151.090] (II) modeset(G0): EDID for output DP-1-2
[   151.099] (II) modeset(G0): EDID for output HDMI-1-2
[   151.099] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[   151.099] (==) modeset(G0): DPI set to (96, 96)
[   151.099] (II) Loading sub module "fb"
[   151.099] (II) LoadModule: "fb"
[   151.099] (II) Loading /usr/lib/xorg/modules/libfb.so
[   151.099] (II) Module fb: vendor="X.Org Foundation"
[   151.099] 	compiled for 1.20.9, module version = 1.0.0
[   151.099] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   151.099] (II) Loading sub module "shadow"
[   151.099] (II) LoadModule: "shadow"
[   151.099] (II) Loading /usr/lib/xorg/modules/libshadow.so
[   151.100] (II) Module shadow: vendor="X.Org Foundation"
[   151.100] 	compiled for 1.20.9, module version = 1.1.0
[   151.100] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   151.100] (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
[   151.100] (II) NVIDIA:     access.
[   151.103] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   151.103] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   151.103] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   151.103] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   151.103] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   151.103] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   151.103] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   151.103] (II) NVIDIA(0):     Config Options in the README.
[   151.115] (II) NVIDIA(0): Setting mode "NULL"
[   151.117] (==) NVIDIA(0): Disabling shared memory pixmaps
[   151.117] (==) NVIDIA(0): Backing store enabled
[   151.117] (==) NVIDIA(0): Silken mouse disabled
[   151.117] (==) NVIDIA(0): DPMS enabled
[   151.117] (II) Loading sub module "dri2"
[   151.117] (II) LoadModule: "dri2"
[   151.117] (II) Module "dri2" already built-in
[   151.117] (II) NVIDIA(0): [DRI2] Setup complete
[   151.117] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[   151.117] (==) modeset(G0): Backing store enabled
[   151.117] (==) modeset(G0): Silken mouse disabled
[   151.190] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[   151.190] (==) modeset(G0): DPMS enabled
[   151.190] (WW) modeset(G0): Option "AllowEmptyInitialConfiguration" is not used
[   151.190] (WW) modeset(G0): Option "UseDisplayDevice" is not used
[   151.190] (II) Initializing extension Generic Event Extension
[   151.190] (II) Initializing extension SHAPE
[   151.190] (II) Initializing extension MIT-SHM
[   151.190] (II) Initializing extension XInputExtension
[   151.190] (II) Initializing extension XTEST
[   151.190] (II) Initializing extension BIG-REQUESTS
[   151.190] (II) Initializing extension SYNC
[   151.190] (II) Initializing extension XKEYBOARD
[   151.190] (II) Initializing extension XC-MISC
[   151.190] (II) Initializing extension SECURITY
[   151.190] (II) Initializing extension XFIXES
[   151.190] (II) Initializing extension RENDER
[   151.190] (II) Initializing extension RANDR
[   151.190] (II) Initializing extension COMPOSITE
[   151.190] (II) Initializing extension DAMAGE
[   151.190] (II) Initializing extension MIT-SCREEN-SAVER
[   151.190] (II) Initializing extension DOUBLE-BUFFER
[   151.190] (II) Initializing extension RECORD
[   151.190] (II) Initializing extension DPMS
[   151.190] (II) Initializing extension Present
[   151.190] (II) Initializing extension DRI3
[   151.190] (II) Initializing extension X-Resource
[   151.190] (II) Initializing extension XVideo
[   151.190] (II) Initializing extension XVideo-MotionCompensation
[   151.190] (II) Initializing extension GLX
[   151.190] (II) Initializing extension GLX
[   151.190] (II) Indirect GLX disabled.
[   151.190] (II) GLX: Another vendor is already registered for screen 0
[   151.190] (II) Initializing extension XFree86-VidModeExtension
[   151.190] (II) Initializing extension XFree86-DGA
[   151.190] (II) Initializing extension XFree86-DRI
[   151.190] (II) Initializing extension DRI2
[   151.190] (II) Initializing extension NV-GLX
[   151.190] (II) Initializing extension NV-CONTROL
[   151.528] (II) modeset(G0): Damage tracking initialized
[   151.587] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   151.587] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   151.587] (II) LoadModule: "libinput"
[   151.587] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   151.588] (II) Module libinput: vendor="X.Org Foundation"
[   151.588] 	compiled for 1.20.8, module version = 0.30.0
[   151.588] 	Module class: X.Org XInput Driver
[   151.588] 	ABI class: X.Org XInput driver, version 24.1
[   151.588] (II) Using input driver 'libinput' for 'Power Button'
[   151.588] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 34 paused 0
[   151.588] (**) Power Button: always reports core events
[   151.588] (**) Option "Device" "/dev/input/event2"
[   151.588] (**) Option "_source" "server/udev"
[   151.589] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   151.589] (II) event2  - Power Button: device is a keyboard
[   151.590] (II) event2  - Power Button: device removed
[   151.590] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[   151.590] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   151.590] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   151.590] (II) event2  - Power Button: device is a keyboard
[   151.591] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[   151.591] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   151.591] (II) Using input driver 'libinput' for 'Video Bus'
[   151.591] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 37 paused 0
[   151.591] (**) Video Bus: always reports core events
[   151.591] (**) Option "Device" "/dev/input/event7"
[   151.591] (**) Option "_source" "server/udev"
[   151.592] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[   151.592] (II) event7  - Video Bus: device is a keyboard
[   151.592] (II) event7  - Video Bus: device removed
[   151.592] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9/event7"
[   151.592] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   151.593] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[   151.593] (II) event7  - Video Bus: device is a keyboard
[   151.593] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[   151.593] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   151.593] (II) Using input driver 'libinput' for 'Video Bus'
[   151.594] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 38 paused 0
[   151.594] (**) Video Bus: always reports core events
[   151.594] (**) Option "Device" "/dev/input/event8"
[   151.594] (**) Option "_source" "server/udev"
[   151.594] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[   151.594] (II) event8  - Video Bus: device is a keyboard
[   151.595] (II) event8  - Video Bus: device removed
[   151.595] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4c/LNXVIDEO:01/input/input10/event8"
[   151.595] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[   151.595] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[   151.595] (II) event8  - Video Bus: device is a keyboard
[   151.596] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[   151.596] (II) No input driver specified, ignoring this device.
[   151.596] (II) This device may have been added with another device file.
[   151.596] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[   151.596] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   151.596] (II) Using input driver 'libinput' for 'Sleep Button'
[   151.596] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 39 paused 0
[   151.596] (**) Sleep Button: always reports core events
[   151.596] (**) Option "Device" "/dev/input/event0"
[   151.596] (**) Option "_source" "server/udev"
[   151.597] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[   151.597] (II) event0  - Sleep Button: device is a keyboard
[   151.597] (II) event0  - Sleep Button: device removed
[   151.597] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[   151.597] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[   151.598] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[   151.598] (II) event0  - Sleep Button: device is a keyboard
[   151.598] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event9)
[   151.598] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[   151.598] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[   151.599] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 40 paused 0
[   151.599] (**) Integrated Camera: Integrated C: always reports core events
[   151.599] (**) Option "Device" "/dev/input/event9"
[   151.599] (**) Option "_source" "server/udev"
[   151.600] (II) event9  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[   151.600] (II) event9  - Integrated Camera: Integrated C: device is a keyboard
[   151.600] (II) event9  - Integrated Camera: Integrated C: device removed
[   151.600] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input11/event9"
[   151.600] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 10)
[   151.601] (II) event9  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[   151.601] (II) event9  - Integrated Camera: Integrated C: device is a keyboard
[   151.601] (II) config/udev: Adding input device Integrated Camera: Integrated I (/dev/input/event10)
[   151.601] (**) Integrated Camera: Integrated I: Applying InputClass "libinput keyboard catchall"
[   151.601] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated I'
[   151.602] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 41 paused 0
[   151.602] (**) Integrated Camera: Integrated I: always reports core events
[   151.602] (**) Option "Device" "/dev/input/event10"
[   151.602] (**) Option "_source" "server/udev"
[   151.603] (II) event10 - Integrated Camera: Integrated I: is tagged by udev as: Keyboard
[   151.603] (II) event10 - Integrated Camera: Integrated I: device is a keyboard
[   151.603] (II) event10 - Integrated Camera: Integrated I: device removed
[   151.603] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.2/input/input12/event10"
[   151.603] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated I" (type: KEYBOARD, id 11)
[   151.604] (II) event10 - Integrated Camera: Integrated I: is tagged by udev as: Keyboard
[   151.604] (II) event10 - Integrated Camera: Integrated I: device is a keyboard
[   151.604] (II) config/udev: Adding input device sof-hda-dsp Mic (/dev/input/event12)
[   151.604] (II) No input driver specified, ignoring this device.
[   151.604] (II) This device may have been added with another device file.
[   151.604] (II) config/udev: Adding input device sof-hda-dsp Headphone (/dev/input/event13)
[   151.604] (II) No input driver specified, ignoring this device.
[   151.604] (II) This device may have been added with another device file.
[   151.605] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=3 (/dev/input/event14)
[   151.605] (II) No input driver specified, ignoring this device.
[   151.605] (II) This device may have been added with another device file.
[   151.605] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=4 (/dev/input/event15)
[   151.605] (II) No input driver specified, ignoring this device.
[   151.605] (II) This device may have been added with another device file.
[   151.605] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=5 (/dev/input/event16)
[   151.605] (II) No input driver specified, ignoring this device.
[   151.605] (II) This device may have been added with another device file.
[   151.605] (II) config/udev: Adding input device Intel HID events (/dev/input/event4)
[   151.605] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[   151.605] (II) Using input driver 'libinput' for 'Intel HID events'
[   151.606] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 42 paused 0
[   151.606] (**) Intel HID events: always reports core events
[   151.606] (**) Option "Device" "/dev/input/event4"
[   151.606] (**) Option "_source" "server/udev"
[   151.606] (II) event4  - Intel HID events: is tagged by udev as: Keyboard
[   151.606] (II) event4  - Intel HID events: device is a keyboard
[   151.606] (II) event4  - Intel HID events: device removed
[   151.606] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input5/event4"
[   151.606] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 12)
[   151.607] (II) event4  - Intel HID events: is tagged by udev as: Keyboard
[   151.607] (II) event4  - Intel HID events: device is a keyboard
[   151.607] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[   151.607] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   151.607] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   151.608] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 43 paused 0
[   151.608] (**) AT Translated Set 2 keyboard: always reports core events
[   151.608] (**) Option "Device" "/dev/input/event3"
[   151.608] (**) Option "_source" "server/udev"
[   151.609] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   151.609] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   151.609] (II) event3  - AT Translated Set 2 keyboard: device removed
[   151.609] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[   151.609] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[   151.610] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   151.610] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   151.611] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event11)
[   151.611] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[   151.611] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[   151.611] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 44 paused 0
[   151.611] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   151.611] (**) Option "Device" "/dev/input/event11"
[   151.611] (**) Option "_source" "server/udev"
[   151.612] (II) event11 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[   151.612] (II) event11 - SynPS/2 Synaptics TouchPad: no resolution or size hints, assuming a size of 69x50mm
[   151.613] (II) event11 - SynPS/2 Synaptics TouchPad: device is a touchpad
[   151.613] (II) event11 - SynPS/2 Synaptics TouchPad: device removed
[   151.613] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event11"
[   151.613] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 14)
[   151.614] (**) Option "AccelerationScheme" "none"
[   151.614] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[   151.614] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[   151.614] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[   151.615] (II) event11 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[   151.615] (II) event11 - SynPS/2 Synaptics TouchPad: no resolution or size hints, assuming a size of 69x50mm
[   151.616] (II) event11 - SynPS/2 Synaptics TouchPad: device is a touchpad
[   151.616] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[   151.616] (II) No input driver specified, ignoring this device.
[   151.616] (II) This device may have been added with another device file.
[   151.617] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/event17)
[   151.617] (**) TPPS/2 Elan TrackPoint: Applying InputClass "libinput pointer catchall"
[   151.617] (II) Using input driver 'libinput' for 'TPPS/2 Elan TrackPoint'
[   151.617] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 45 paused 0
[   151.617] (**) TPPS/2 Elan TrackPoint: always reports core events
[   151.617] (**) Option "Device" "/dev/input/event17"
[   151.617] (**) Option "_source" "server/udev"
[   151.618] (II) event17 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[   151.618] (II) event17 - TPPS/2 Elan TrackPoint: device is a pointer
[   151.619] (II) event17 - TPPS/2 Elan TrackPoint: device removed
[   151.619] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input13/event17"
[   151.619] (II) XINPUT: Adding extended input device "TPPS/2 Elan TrackPoint" (type: MOUSE, id 15)
[   151.619] (**) Option "AccelerationScheme" "none"
[   151.619] (**) TPPS/2 Elan TrackPoint: (accel) selected scheme none/0
[   151.619] (**) TPPS/2 Elan TrackPoint: (accel) acceleration factor: 2.000
[   151.619] (**) TPPS/2 Elan TrackPoint: (accel) acceleration threshold: 4
[   151.620] (II) event17 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[   151.620] (II) event17 - TPPS/2 Elan TrackPoint: device is a pointer
[   151.621] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/mouse1)
[   151.621] (II) No input driver specified, ignoring this device.
[   151.621] (II) This device may have been added with another device file.
[   151.621] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[   151.621] (II) No input driver specified, ignoring this device.
[   151.621] (II) This device may have been added with another device file.
[   151.621] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event5)
[   151.621] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[   151.621] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[   151.622] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 46 paused 0
[   151.622] (**) ThinkPad Extra Buttons: always reports core events
[   151.622] (**) Option "Device" "/dev/input/event5"
[   151.622] (**) Option "_source" "server/udev"
[   151.622] (II) event5  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[   151.622] (II) event5  - ThinkPad Extra Buttons: device is a keyboard
[   151.623] (II) event5  - ThinkPad Extra Buttons: device removed
[   151.623] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input6/event5"
[   151.623] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 16)
[   151.623] (II) event5  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[   151.623] (II) event5  - ThinkPad Extra Buttons: device is a keyboard
[   151.635] randr: falling back to unsynchronized pixmap sharing
[   208.564] (**) Option "fd" "34"
[   208.564] (II) event2  - Power Button: device removed
[   208.564] (**) Option "fd" "37"
[   208.564] (II) event7  - Video Bus: device removed
[   208.565] (**) Option "fd" "38"
[   208.565] (II) event8  - Video Bus: device removed
[   208.565] (**) Option "fd" "39"
[   208.565] (II) event0  - Sleep Button: device removed
[   208.565] (**) Option "fd" "40"
[   208.565] (II) event9  - Integrated Camera: Integrated C: device removed
[   208.565] (**) Option "fd" "41"
[   208.565] (II) event10 - Integrated Camera: Integrated I: device removed
[   208.565] (**) Option "fd" "42"
[   208.566] (II) event4  - Intel HID events: device removed
[   208.566] (**) Option "fd" "43"
[   208.566] (II) event3  - AT Translated Set 2 keyboard: device removed
[   208.566] (**) Option "fd" "44"
[   208.566] (II) event11 - SynPS/2 Synaptics TouchPad: device removed
[   208.566] (**) Option "fd" "45"
[   208.566] (II) event17 - TPPS/2 Elan TrackPoint: device removed
[   208.566] (**) Option "fd" "46"
[   208.567] (II) event5  - ThinkPad Extra Buttons: device removed
[   208.575] (II) systemd-logind: got pause for 13:74
[   208.575] (II) systemd-logind: got pause for 13:81
[   208.575] (II) systemd-logind: got pause for 13:64
[   208.575] (II) systemd-logind: got pause for 13:69
[   208.575] (II) systemd-logind: got pause for 13:72
[   208.575] (II) systemd-logind: got pause for 13:71
[   208.575] (II) systemd-logind: got pause for 13:68
[   208.576] (II) systemd-logind: got pause for 13:75
[   208.576] (II) systemd-logind: got pause for 13:66
[   208.576] (II) systemd-logind: got pause for 13:73
[   208.576] (II) systemd-logind: got pause for 13:67
[   208.576] (II) systemd-logind: got pause for 226:0
[   331.565] (II) systemd-logind: got resume for 13:74
[   331.592] (II) systemd-logind: got resume for 13:81
[   331.619] (II) systemd-logind: got resume for 13:64
[   331.646] (II) systemd-logind: got resume for 13:69
[   331.672] (II) systemd-logind: got resume for 13:72
[   331.712] (II) systemd-logind: got resume for 13:71
[   331.739] (II) systemd-logind: got resume for 13:68
[   331.766] (II) systemd-logind: got resume for 13:75
[   331.806] (II) systemd-logind: got resume for 13:66
[   331.846] (II) systemd-logind: got resume for 13:73
[   331.886] (II) systemd-logind: got resume for 13:67
[   331.886] (II) systemd-logind: got resume for 226:0
[   331.912] (II) NVIDIA(0): Setting mode "NULL"
[   331.914] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   331.914] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   331.914] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   331.914] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   331.914] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   331.914] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   331.914] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   331.914] (II) NVIDIA(0):     Config Options in the README.
[   332.027] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   332.027] (II) event2  - Power Button: device is a keyboard
[   332.030] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[   332.030] (II) event7  - Video Bus: device is a keyboard
[   332.034] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[   332.034] (II) event8  - Video Bus: device is a keyboard
[   332.037] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[   332.037] (II) event0  - Sleep Button: device is a keyboard
[   332.040] (II) event9  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[   332.040] (II) event9  - Integrated Camera: Integrated C: device is a keyboard
[   332.043] (II) event10 - Integrated Camera: Integrated I: is tagged by udev as: Keyboard
[   332.043] (II) event10 - Integrated Camera: Integrated I: device is a keyboard
[   332.045] (II) event4  - Intel HID events: is tagged by udev as: Keyboard
[   332.045] (II) event4  - Intel HID events: device is a keyboard
[   332.046] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   332.046] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   332.049] (II) event11 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[   332.050] (II) event11 - SynPS/2 Synaptics TouchPad: no resolution or size hints, assuming a size of 69x50mm
[   332.051] (II) event11 - SynPS/2 Synaptics TouchPad: device is a touchpad
[   332.053] (II) event17 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[   332.053] (II) event17 - TPPS/2 Elan TrackPoint: device is a pointer
[   332.055] (II) event5  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[   332.055] (II) event5  - ThinkPad Extra Buttons: device is a keyboard
[   373.212] (**) Option "fd" "43"
[   373.212] (II) event2  - Power Button: device removed
[   373.212] (**) Option "fd" "40"
[   373.212] (II) event7  - Video Bus: device removed
[   373.212] (**) Option "fd" "39"
[   373.212] (II) event8  - Video Bus: device removed
[   373.213] (**) Option "fd" "37"
[   373.213] (II) event0  - Sleep Button: device removed
[   373.213] (**) Option "fd" "44"
[   373.213] (II) event9  - Integrated Camera: Integrated C: device removed
[   373.213] (**) Option "fd" "25"
[   373.213] (II) event10 - Integrated Camera: Integrated I: device removed
[   373.213] (**) Option "fd" "41"
[   373.213] (II) event4  - Intel HID events: device removed
[   373.214] (**) Option "fd" "45"
[   373.214] (II) event3  - AT Translated Set 2 keyboard: device removed
[   373.214] (**) Option "fd" "42"
[   373.214] (II) event11 - SynPS/2 Synaptics TouchPad: device removed
[   373.214] (**) Option "fd" "34"
[   373.214] (II) event17 - TPPS/2 Elan TrackPoint: device removed
[   373.214] (**) Option "fd" "38"
[   373.214] (II) event5  - ThinkPad Extra Buttons: device removed
[   373.227] (II) systemd-logind: got pause for 13:74
[   373.227] (II) systemd-logind: got pause for 13:81
[   373.227] (II) systemd-logind: got pause for 13:64
[   373.227] (II) systemd-logind: got pause for 13:69
[   373.227] (II) systemd-logind: got pause for 13:72
[   373.227] (II) systemd-logind: got pause for 13:71
[   373.228] (II) systemd-logind: got pause for 13:68
[   373.228] (II) systemd-logind: got pause for 13:75
[   373.228] (II) systemd-logind: got pause for 13:66
[   373.228] (II) systemd-logind: got pause for 13:73
[   373.228] (II) systemd-logind: got pause for 13:67
[   373.228] (II) systemd-logind: got pause for 226:0

Offline

#4 2020-10-06 15:17:42

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

Re: [SOLVED] LibGl error: No matching fbConfigs or visuals found.

Looks fine in theory, still the same issue?

FWIW I'd personally suggest you remove all of this and instead opt for https://wiki.archlinux.org/index.php/PR … er_offload which is the official method for this and given the GPU you'll be able to enable full power management when not using the card actively.

Offline

#5 2020-10-06 15:18:58

Mighty_Pig
Member
Registered: 2020-10-06
Posts: 10

Re: [SOLVED] LibGl error: No matching fbConfigs or visuals found.

V1del wrote:

Looks fine in theory, still the same issue?

FWIW I'd personally suggest you remove all of this and instead opt for https://wiki.archlinux.org/index.php/PR … er_offload which is the official method for this and given the GPU you'll be able to enable full power management when not using the card actively.

Yeah, still having the same issue. I will try PRIME right now and will let you know.

Offline

#6 2020-10-06 15:32:13

Mighty_Pig
Member
Registered: 2020-10-06
Posts: 10

Re: [SOLVED] LibGl error: No matching fbConfigs or visuals found.

V1del wrote:

Looks fine in theory, still the same issue?

FWIW I'd personally suggest you remove all of this and instead opt for https://wiki.archlinux.org/index.php/PR … er_offload which is the official method for this and given the GPU you'll be able to enable full power management when not using the card actively.

So its works with PRIME. But I am not noticing any extra performance. So I guess my GPU is just not strong enough to make a differance. Thanks for the help!

Offline

#7 2020-10-06 15:37:16

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

Re: [SOLVED] LibGl error: No matching fbConfigs or visuals found.

don't forget to start applications with nvidia-prime to even have a chance to notice anything.

Offline

#8 2020-10-06 15:39:42

Mighty_Pig
Member
Registered: 2020-10-06
Posts: 10

Re: [SOLVED] LibGl error: No matching fbConfigs or visuals found.

V1del wrote:

don't forget to start applications with nvidia-prime to even have a chance to notice anything.

I started them as followed:

$ prime-run glxinfo | grep "OpenGL renderer"
$ prime-run steam-runtime

Is there a differance between prime-run and nvidia-prime?

Offline

#9 2020-10-06 15:45:59

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

Re: [SOLVED] LibGl error: No matching fbConfigs or visuals found.

No I had the wrong command in my head, that should've done the deal for all intents and purposes.

Offline

Board footer

Powered by FluxBB