You are not logged in.

#1 2021-02-01 23:15:33

ocket8888
Member
Registered: 2014-02-26
Posts: 48

Low performance integrated graphics after installing 'nvidia'

I tried to install drivers for my graphics card so I could play games on my laptop (the integrated graphics work fine for day-to-day tasks but struggle to run DotA2 on the lowest settings)

after installing 'nvidia' and 'lib32-nvidia-utils' and rebooting, I noticed that regular day-to-day tasks have become... stutter-ier. So I checked 'glxinfo':

$ glxinfo | grep "OpenGL renderer"
OpenGL renderer string: Mesa Intel(R) UHD Graphics 630 (CFL GT2)

Looks like it's not using NVidia, so I ran 'sudo nvidia-xconfig' which output a file (and apparently didn't overwrite one, even though I've been using KDE for months?) at /etc/X11/xorg.conf:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 460.39


Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

and then rebooted again. No effect. My computer still appears to be using the now-slower integrated graphics. So I tried using 'nvidia-prime' to get something to run with only the NVidia card but that didn't work at all:

$ prime-run glxinfo
name of display: :0
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:  24 (X_GLXCreateNewContext)
  Value in failed request:  0x0
  Serial number of failed request:  39
  Current serial number in output stream:  40

and I also tried running 'nvidia-settings' to similar, disappointing effect

$ nvidia-settings 

ERROR: Unable to load info from any available system

but I know I have an NVidia card:

$ lspci -v | grep VGA
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 630 (Mobile) (prog-if 00 [VGA controller])
01:00.0 VGA compatible controller: NVIDIA Corporation TU106M [GeForce RTX 2070 Mobile] (rev a1) (prog-if 00 [VGA controller])

... which, by the way, based on my searches so far indicates that somehow both GPUs are in use?

My question is simply: what gives? I feel like I followed the wiki steps pretty well, but it's not only not working but the way it used to not work is somehow worse.

At this point I've got these related packages installed:

$ pacman -Ss nvidia | grep installed
extra/egl-wayland 1.1.6-1 [installed]
extra/libvdpau 1.4-1 [installed]
extra/libxnvctrl 460.39-1 [installed]
extra/nvidia 460.39-2 [installed]
extra/nvidia-prime 1.0-4 [installed]
extra/nvidia-settings 460.39-1 [installed]
extra/nvidia-utils 460.39-1 [installed]
multilib/lib32-nvidia-utils 460.39-1 [installed]

Offline

#2 2021-02-01 23:23:49

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: Low performance integrated graphics after installing 'nvidia'

ocket8888 wrote:

Looks like it's not using NVidia, so I ran 'sudo nvidia-xconfig'

Why? Where did you get that idea from?

As you have dual graphics cards you need to configure an Optimus setup using one of the solutions in...
https://wiki.archlinux.org/index.php/NVIDIA_Optimus


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#3 2021-02-01 23:34:58

ocket8888
Member
Registered: 2014-02-26
Posts: 48

Re: Low performance integrated graphics after installing 'nvidia'

Slithery wrote:

Why?

Because 'glxinfo' reports my OpenGL renderer is the Intel GPU, which

Slithery wrote:

Where did you get that idea from

idk, some other forum post or stackexchange site post. It's been a few hours of struggling with it at this point.

Slithery wrote:

you need to configure an Optimus setup

That's where I got the idea to use 'nvidia-prime's 'prime-run' command:

https://wiki.archlinux.org/index.php/PR … er_offload

Since that's the only method that the wiki says is officially supported by NVidia, I figured if it didn't work nothing else would. I'll try the optimus-manager option, though, see if that works.

Offline

#4 2021-02-01 23:42:35

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

Re: Low performance integrated graphics after installing 'nvidia'

The Xorg.conf you posted is incompatible with prime-run.  It also should not be producing that glxinfo output.
What is the contents of /var/log/Xorg.0.log?

Offline

#5 2021-02-02 01:26:06

ocket8888
Member
Registered: 2014-02-26
Posts: 48

Re: Low performance integrated graphics after installing 'nvidia'

loqs wrote:

What is the contents of /var/log/Xorg.0.log?

this:

[     4.503] 
X.Org X Server 1.20.10
X Protocol Version 11, Revision 0
[     4.503] Build Operating System: Linux Arch Linux
[     4.503] Current Operating System: Linux system76 5.10.11-arch1-1 #1 SMP PREEMPT Wed, 27 Jan 2021 13:53:16 +0000 x86_64
[     4.503] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=46fff776-e52a-4cec-969c-d0090f7b7146 rw loglevel=3 quiet
[     4.503] Build Date: 14 December 2020  12:10:29PM
[     4.503]  
[     4.503] Current version of pixman: 0.40.0
[     4.503]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[     4.503] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     4.503] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Feb  1 15:01:35 2021
[     4.507] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     4.507] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     4.507] (==) No Layout section.  Using the first Screen section.
[     4.507] (==) No screen section available. Using defaults.
[     4.507] (**) |-->Screen "Default Screen Section" (0)
[     4.507] (**) |   |-->Monitor "<default monitor>"
[     4.507] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[     4.507] (==) Automatically adding devices
[     4.507] (==) Automatically enabling devices
[     4.507] (==) Automatically adding GPU devices
[     4.507] (==) Automatically binding GPU devices
[     4.507] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     4.509] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     4.509]    Entry deleted from font path.
[     4.510] (==) FontPath set to:
        /usr/share/fonts/misc,
        /usr/share/fonts/TTF,
        /usr/share/fonts/OTF,
        /usr/share/fonts/100dpi,
        /usr/share/fonts/75dpi
[     4.510] (==) ModulePath set to "/usr/lib/xorg/modules"
[     4.510] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[     4.510] (II) Module ABI versions:
[     4.510]    X.Org ANSI C Emulation: 0.4
[     4.510]    X.Org Video Driver: 24.1
[     4.510]    X.Org XInput driver : 24.1
[     4.510]    X.Org Server Extension : 10.0
[     4.510] (++) using VT number 7

[     4.510] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     4.510] (II) xfree86: Adding drm device (/dev/dri/card0)
[     4.513] (--) PCI:*(0@0:2:0) 8086:3e9b:1558:65d1 rev 0, Mem @ 0x604a000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[     4.513] (--) PCI: (1@0:0:0) 10de:1f10:1558:65d1 rev 161, Mem @ 0x73000000/16777216, 0x60000000/268435456, 0x70000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[     4.513] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     4.513] (II) LoadModule: "glx"
[     4.513] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     4.519] (II) Module glx: vendor="X.Org Foundation"
[     4.519]    compiled for 1.20.10, module version = 1.0.0
[     4.519]    ABI class: X.Org Server Extension, version 10.0
[     4.519] (==) Matched intel as autoconfigured driver 0
[     4.519] (==) Matched modesetting as autoconfigured driver 1
[     4.519] (==) Matched fbdev as autoconfigured driver 2
[     4.519] (==) Matched vesa as autoconfigured driver 3
[     4.519] (==) Assigned the driver to the xf86ConfigLayout
[     4.519] (II) LoadModule: "intel"
[     4.519] (WW) Warning, couldn't open module intel
[     4.519] (EE) Failed to load module "intel" (module does not exist, 0)
[     4.519] (II) LoadModule: "modesetting"
[     4.519] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     4.521] (II) Module modesetting: vendor="X.Org Foundation"
[     4.521]    compiled for 1.20.10, module version = 1.20.10
[     4.521]    Module class: X.Org Video Driver
[     4.521]    ABI class: X.Org Video Driver, version 24.1
[     4.521] (II) LoadModule: "fbdev"
[     4.521] (WW) Warning, couldn't open module fbdev
[     4.521] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     4.521] (II) LoadModule: "vesa"
[     4.521] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[     4.521] (II) Module vesa: vendor="X.Org Foundation"
[     4.521]    compiled for 1.20.9, module version = 2.5.0
[     4.521]    Module class: X.Org Video Driver
[     4.521]    ABI class: X.Org Video Driver, version 24.1
[     4.521] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     4.521] (II) VESA: driver for VESA chipsets: vesa
[     6.507] (II) modeset(0): using drv /dev/dri/card0
[     6.507] (II) modeset(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[     6.507] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[     6.507] (==) modeset(0): RGB weight 888
[     6.507] (==) modeset(0): Default visual is TrueColor
[     6.507] (II) Loading sub module "glamoregl"
[     6.507] (II) LoadModule: "glamoregl"
[     6.507] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     6.510] (II) Module glamoregl: vendor="X.Org Foundation"
[     6.510]    compiled for 1.20.10, module version = 1.0.1
[     6.510]    ABI class: X.Org ANSI C Emulation, version 0.4
[     6.621] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics 630 (CFL GT2)
[     6.621] (II) modeset(0): glamor initialized
[     6.622] (II) modeset(0): Output eDP-1 has no monitor section
[     6.623] (II) modeset(0): EDID for output eDP-1
[     6.623] (II) modeset(0): Manufacturer: SDC  Model: a029  Serial#: 0
[     6.623] (II) modeset(0): Year: 2019  Week: 8
[     6.623] (II) modeset(0): EDID Version: 1.4
[     6.623] (II) modeset(0): Digital Display Input
[     6.623] (II) modeset(0): 10 bits per channel
[     6.623] (II) modeset(0): Digital interface is DisplayPort
[     6.623] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[     6.623] (II) modeset(0): Gamma: 2.20
[     6.623] (II) modeset(0): No DPMS capabilities specified
[     6.623] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[     6.623] (II) modeset(0): First detailed timing is preferred mode
[     6.623] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[     6.623] (II) modeset(0): redX: 0.685 redY: 0.312   greenX: 0.243 greenY: 0.707
[     6.623] (II) modeset(0): blueX: 0.139 blueY: 0.055   whiteX: 0.312 whiteY: 0.329
[     6.623] (II) modeset(0): Manufacturer's mask: 0
[     6.623] (II) modeset(0): Supported detailed timing:
[     6.623] (II) modeset(0): clock: 573.4 MHz   Image Size:  344 x 194 mm
[     6.623] (II) modeset(0): h_active: 3840  h_sync: 3888  h_sync_end 3920 h_blank_end 4400 h_border: 0
[     6.623] (II) modeset(0): v_active: 2160  v_sync: 2164  v_sync_end 2168 v_blanking: 2172 v_border: 0
[     6.623] (II) modeset(0): Supported detailed timing:
[     6.623] (II) modeset(0): clock: 573.4 MHz   Image Size:  344 x 194 mm
[     6.623] (II) modeset(0): h_active: 3840  h_sync: 3888  h_sync_end 3920 h_blank_end 4400 h_border: 0
[     6.623] (II) modeset(0): v_active: 2160  v_sync: 2164  v_sync_end 2168 v_blanking: 2172 v_border: 0
[     6.623] (II) modeset(0): Unknown vendor-specific block f
[     6.623] (II) modeset(0): Number of EDID sections to follow: 1
[     6.623] (II) modeset(0): EDID (in hex):
[     6.623] (II) modeset(0):   00ffffffffffff004c8329a000000000
[     6.623] (II) modeset(0):   081d0104b5221378024481af503eb523
[     6.623] (II) modeset(0):   0e505400000001010101010101010101
[     6.623] (II) modeset(0):   010101010101fddf0030f2700c803020
[     6.623] (II) modeset(0):   440058c21000001bfddf0030f2700c80
[     6.623] (II) modeset(0):   3020440058c21000001b0000000f00ff
[     6.623] (II) modeset(0):   093cff093c2c80000000000000000010
[     6.623] (II) modeset(0):   0000000000000000000000000000014a
[     6.623] (II) modeset(0):   02030f00e3058000e6060501736dd000
[     6.623] (II) modeset(0):   00000000000000000000000000000000
[     6.623] (II) modeset(0):   00000000000000000000000000000000
[     6.623] (II) modeset(0):   00000000000000000000000000000000
[     6.623] (II) modeset(0):   00000000000000000000000000000000
[     6.623] (II) modeset(0):   00000000000000000000000000000000
[     6.623] (II) modeset(0):   00000000000000000000000000000000
[     6.623] (II) modeset(0):   000000000000000000000000000000e2
[     6.623] (II) modeset(0): Printing probed modes for output eDP-1
[     6.623] (II) modeset(0): Modeline "3840x2160"x60.0  573.41  3840 3888 3920 4400  2160 2164 2168 2172 +hsync -vsync (130.3 kHz eP)
[     6.623] (II) modeset(0): Modeline "3840x2160"x60.0  712.75  3840 4160 4576 5312  2160 2163 2168 2237 -hsync +vsync (134.2 kHz d)
[     6.623] (II) modeset(0): Modeline "3840x2160"x60.0  533.00  3840 3888 3920 4000  2160 2163 2168 2222 +hsync -vsync (133.2 kHz d)
[     6.623] (II) modeset(0): Modeline "3200x1800"x60.0  492.00  3200 3456 3800 4400  1800 1803 1808 1865 -hsync +vsync (111.8 kHz d)
[     6.623] (II) modeset(0): Modeline "3200x1800"x59.9  373.00  3200 3248 3280 3360  1800 1803 1808 1852 +hsync -vsync (111.0 kHz d)
[     6.623] (II) modeset(0): Modeline "2880x1620"x60.0  396.25  2880 3096 3408 3936  1620 1623 1628 1679 -hsync +vsync (100.7 kHz d)
[     6.623] (II) modeset(0): Modeline "2880x1620"x60.0  303.75  2880 2928 2960 3040  1620 1623 1628 1666 +hsync -vsync (99.9 kHz d)
[     6.623] (II) modeset(0): Modeline "2560x1600"x60.0  348.50  2560 2760 3032 3504  1600 1603 1609 1658 -hsync +vsync (99.5 kHz d)
[     6.623] (II) modeset(0): Modeline "2560x1600"x60.0  268.50  2560 2608 2640 2720  1600 1603 1609 1646 +hsync -vsync (98.7 kHz d)
[     6.623] (II) modeset(0): Modeline "2560x1440"x120.0  638.25  2560 2780 3064 3568  1440 1441 1444 1491 doublescan -hsync +vsync (178.9 kHz d)
[     6.623] (II) modeset(0): Modeline "2560x1440"x120.0  469.12  2560 2584 2600 2640  1440 1441 1444 1481 doublescan +hsync -vsync (177.7 kHz d)
[     6.623] (II) modeset(0): Modeline "2560x1440"x60.0  312.25  2560 2752 3024 3488  1440 1443 1448 1493 -hsync +vsync (89.5 kHz d)
[     6.623] (II) modeset(0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz d)
[     6.623] (II) modeset(0): Modeline "2048x1536"x60.0  266.95  2048 2200 2424 2800  1536 1537 1540 1589 -hsync +vsync (95.3 kHz d)
[     6.623] (II) modeset(0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[     6.623] (II) modeset(0): Modeline "1856x1392"x60.0  218.30  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[     6.623] (II) modeset(0): Modeline "1792x1344"x60.0  204.80  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[     6.623] (II) modeset(0): Modeline "2048x1152"x120.0  406.50  2048 2220 2444 2840  1152 1153 1156 1193 doublescan -hsync +vsync (143.1 kHz d)
[     6.623] (II) modeset(0): Modeline "2048x1152"x120.0  302.50  2048 2072 2088 2128  1152 1153 1156 1185 doublescan +hsync -vsync (142.2 kHz d)
[     6.624] (II) modeset(0): Modeline "2048x1152"x59.9  197.00  2048 2184 2400 2752  1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[     6.624] (II) modeset(0): Modeline "2048x1152"x59.9  156.75  2048 2096 2128 2208  1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
[     6.624] (II) modeset(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[     6.624] (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[     6.624] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[     6.624] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[     6.624] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[     6.624] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[     6.624] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[     6.624] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[     6.624] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[     6.624] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[     6.624] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[     6.624] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[     6.624] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[     6.624] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[     6.624] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[     6.624] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[     6.624] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[     6.624] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[     6.624] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[     6.624] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[     6.624] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[     6.624] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[     6.624] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[     6.624] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[     6.624] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[     6.624] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[     6.624] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[     6.624] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[     6.624] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[     6.624] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[     6.624] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[     6.624] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[     6.624] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[     6.624] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[     6.624] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[     6.624] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[     6.624] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[     6.624] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[     6.624] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[     6.624] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[     6.624] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[     6.624] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[     6.624] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[     6.624] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[     6.624] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[     6.624] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[     6.624] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[     6.624] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[     6.624] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[     6.624] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[     6.624] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[     6.624] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[     6.624] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[     6.624] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[     6.624] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[     6.624] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[     6.624] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[     6.624] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[     6.624] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[     6.624] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[     6.624] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[     6.624] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[     6.624] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[     6.624] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[     6.624] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[     6.624] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[     6.624] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[     6.624] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[     6.624] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[     6.624] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[     6.624] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[     6.624] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[     6.624] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[     6.624] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[     6.624] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[     6.624] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[     6.624] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[     6.624] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[     6.624] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[     6.624] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[     6.624] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[     6.624] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[     6.624] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[     6.624] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[     6.624] (II) modeset(0): Output eDP-1 connected
[     6.624] (II) modeset(0): Using exact sizes for initial modes
[     6.624] (II) modeset(0): Output eDP-1 using initial mode 3840x2160 +0+0
[     6.624] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[     6.624] (==) modeset(0): DPI set to (96, 96)
[     6.624] (II) Loading sub module "fb"
[     6.624] (II) LoadModule: "fb"
[     6.624] (II) Loading /usr/lib/xorg/modules/libfb.so
[     6.624] (II) Module fb: vendor="X.Org Foundation"
[     6.624]    compiled for 1.20.10, module version = 1.0.0
[     6.624]    ABI class: X.Org ANSI C Emulation, version 0.4
[     6.624] (II) UnloadModule: "vesa"
[     6.624] (II) Unloading vesa
[     6.649] (==) modeset(0): Backing store enabled
[     6.649] (==) modeset(0): Silken mouse disabled
[     6.723] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[     6.724] (==) modeset(0): DPMS enabled
[     6.724] (II) modeset(0): [DRI2] Setup complete
[     6.724] (II) modeset(0): [DRI2]   DRI driver: iris
[     6.724] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[     6.724] (II) Initializing extension Generic Event Extension
[     6.724] (II) Initializing extension SHAPE
[     6.724] (II) Initializing extension MIT-SHM
[     6.725] (II) Initializing extension XInputExtension
[     6.725] (II) Initializing extension XTEST
[     6.725] (II) Initializing extension BIG-REQUESTS
[     6.725] (II) Initializing extension SYNC
[     6.726] (II) Initializing extension XKEYBOARD
[     6.726] (II) Initializing extension XC-MISC
[     6.726] (II) Initializing extension SECURITY
[     6.726] (II) Initializing extension XFIXES
[     6.726] (II) Initializing extension RENDER
[     6.727] (II) Initializing extension RANDR
[     6.727] (II) Initializing extension COMPOSITE
[     6.728] (II) Initializing extension DAMAGE
[     6.728] (II) Initializing extension MIT-SCREEN-SAVER
[     6.728] (II) Initializing extension DOUBLE-BUFFER
[     6.728] (II) Initializing extension RECORD
[     6.729] (II) Initializing extension DPMS
[     6.729] (II) Initializing extension Present
[     6.729] (II) Initializing extension DRI3
[     6.730] (II) Initializing extension X-Resource
[     6.730] (II) Initializing extension XVideo
[     6.730] (II) Initializing extension XVideo-MotionCompensation
[     6.730] (II) Initializing extension GLX
[     6.753] (II) AIGLX: Loaded and initialized iris
[     6.753] (II) GLX: Initialized DRI2 GL provider for screen 0
[     6.753] (II) Initializing extension XFree86-VidModeExtension
[     6.753] (II) Initializing extension XFree86-DGA
[     6.754] (II) Initializing extension XFree86-DRI
[     6.754] (II) Initializing extension DRI2
[     6.756] (II) modeset(0): Damage tracking initialized
[     6.756] (II) modeset(0): Setting screen physical size to 1016 x 571
[     6.821] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[     6.821] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     6.821] (**) Power Button: Applying InputClass "system-keyboard"
[     6.821] (II) LoadModule: "libinput"
[     6.821] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     6.823] (II) Module libinput: vendor="X.Org Foundation"
[     6.823]    compiled for 1.20.8, module version = 0.30.0
[     6.823]    Module class: X.Org XInput Driver
[     6.823]    ABI class: X.Org XInput driver, version 24.1
[     6.823] (II) Using input driver 'libinput' for 'Power Button'
[     6.823] (**) Power Button: always reports core events
[     6.823] (**) Option "Device" "/dev/input/event3"
[     6.823] (**) Option "_source" "server/udev"
[     6.829] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     6.829] (II) event3  - Power Button: device is a keyboard
[     6.829] (II) event3  - Power Button: device removed
[     6.883] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[     6.883] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     6.883] (**) Option "xkb_layout" "us"
[     6.883] (**) Option "xkb_variant" "dvorak"
[     6.896] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     6.896] (II) event3  - Power Button: device is a keyboard
[     6.896] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[     6.896] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     6.896] (**) Video Bus: Applying InputClass "system-keyboard"
[     6.896] (II) Using input driver 'libinput' for 'Video Bus'
[     6.896] (**) Video Bus: always reports core events
[     6.896] (**) Option "Device" "/dev/input/event11"
[     6.896] (**) Option "_source" "server/udev"
[     6.897] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[     6.897] (II) event11 - Video Bus: device is a keyboard
[     6.897] (II) event11 - Video Bus: device removed
[     6.989] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input18/event11"
[     6.989] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     6.989] (**) Option "xkb_layout" "us"
[     6.989] (**) Option "xkb_variant" "dvorak"
[     6.993] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[     6.993] (II) event11 - Video Bus: device is a keyboard
[     6.995] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[     6.995] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     6.995] (**) Video Bus: Applying InputClass "system-keyboard"
[     6.995] (II) Using input driver 'libinput' for 'Video Bus'
[     6.995] (**) Video Bus: always reports core events
[     6.995] (**) Option "Device" "/dev/input/event10"
[     6.995] (**) Option "_source" "server/udev"
[     6.998] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[     6.998] (II) event10 - Video Bus: device is a keyboard
[     6.999] (II) event10 - Video Bus: device removed
[     7.069] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input17/event10"
[     7.069] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[     7.070] (**) Option "xkb_layout" "us"
[     7.070] (**) Option "xkb_variant" "dvorak"
[     7.074] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[     7.074] (II) event10 - Video Bus: device is a keyboard
[     7.075] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     7.075] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     7.075] (**) Power Button: Applying InputClass "system-keyboard"
[     7.075] (II) Using input driver 'libinput' for 'Power Button'
[     7.075] (**) Power Button: always reports core events
[     7.075] (**) Option "Device" "/dev/input/event0"
[     7.075] (**) Option "_source" "server/udev"
[     7.075] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     7.075] (II) event0  - Power Button: device is a keyboard
[     7.075] (II) event0  - Power Button: device removed
[     7.123] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[     7.123] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[     7.123] (**) Option "xkb_layout" "us"
[     7.123] (**) Option "xkb_variant" "dvorak"
[     7.124] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     7.124] (II) event0  - Power Button: device is a keyboard
[     7.125] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[     7.125] (II) No input driver specified, ignoring this device.
[     7.125] (II) This device may have been added with another device file.
[     7.125] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[     7.125] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     7.125] (**) Sleep Button: Applying InputClass "system-keyboard"
[     7.125] (II) Using input driver 'libinput' for 'Sleep Button'
[     7.125] (**) Sleep Button: always reports core events
[     7.125] (**) Option "Device" "/dev/input/event1"
[     7.125] (**) Option "_source" "server/udev"
[     7.126] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     7.126] (II) event1  - Sleep Button: device is a keyboard
[     7.126] (II) event1  - Sleep Button: device removed
[     7.176] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[     7.176] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[     7.176] (**) Option "xkb_layout" "us"
[     7.176] (**) Option "xkb_variant" "dvorak"
[     7.179] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     7.180] (II) event1  - Sleep Button: device is a keyboard
[     7.180] (II) config/udev: Adding drm device (/dev/dri/card1)
[     7.180] (II) xfree86: Adding drm device (/dev/dri/card1)
[     7.180] (II) LoadModule: "modesetting"
[     7.180] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     7.181] (II) Module modesetting: vendor="X.Org Foundation"
[     7.181]    compiled for 1.20.10, module version = 1.20.10
[     7.181]    Module class: X.Org Video Driver
[     7.181]    ABI class: X.Org Video Driver, version 24.1
[     7.181] (II) UnloadModule: "modesetting"
[     7.181] (II) Unloading modesetting
[     7.181] (II) Failed to load module "modesetting" (already loaded, 0)
[     7.181] xf86: found device 1
[     7.183] (II) config/udev: Adding input device BisonCam,NB Pro: BisonCam,NB Pr (/dev/input/event8)
[     7.183] (**) BisonCam,NB Pro: BisonCam,NB Pr: Applying InputClass "libinput keyboard catchall"
[     7.183] (**) BisonCam,NB Pro: BisonCam,NB Pr: Applying InputClass "system-keyboard"
[     7.183] (II) Using input driver 'libinput' for 'BisonCam,NB Pro: BisonCam,NB Pr'
[     7.183] (**) BisonCam,NB Pro: BisonCam,NB Pr: always reports core events
[     7.183] (**) Option "Device" "/dev/input/event8"
[     7.183] (**) Option "_source" "server/udev"
[     7.187] (II) event8  - BisonCam,NB Pro: BisonCam,NB Pr: is tagged by udev as: Keyboard
[     7.187] (II) event8  - BisonCam,NB Pro: BisonCam,NB Pr: device is a keyboard
[     7.188] (II) event8  - BisonCam,NB Pro: BisonCam,NB Pr: device removed
[     7.256] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/input/input14/event8"
[     7.256] (II) XINPUT: Adding extended input device "BisonCam,NB Pro: BisonCam,NB Pr" (type: KEYBOARD, id 11)
[     7.256] (**) Option "xkb_layout" "us"
[     7.256] (**) Option "xkb_variant" "dvorak"
[     7.261] (II) event8  - BisonCam,NB Pro: BisonCam,NB Pr: is tagged by udev as: Keyboard
[     7.261] (II) event8  - BisonCam,NB Pro: BisonCam,NB Pr: device is a keyboard
[     7.263] (II) config/udev: Adding input device SYNA1202:00 06CB:CD79 Mouse (/dev/input/event12)
[     7.263] (**) SYNA1202:00 06CB:CD79 Mouse: Applying InputClass "libinput pointer catchall"
[     7.263] (II) Using input driver 'libinput' for 'SYNA1202:00 06CB:CD79 Mouse'
[     7.263] (**) SYNA1202:00 06CB:CD79 Mouse: always reports core events
[     7.263] (**) Option "Device" "/dev/input/event12"
[     7.263] (**) Option "_source" "server/udev"
[     7.267] (II) event12 - SYNA1202:00 06CB:CD79 Mouse: is tagged by udev as: Mouse Pointingstick
[     7.268] (II) event12 - SYNA1202:00 06CB:CD79 Mouse: device is a pointer
[     7.270] (II) event12 - SYNA1202:00 06CB:CD79 Mouse: device removed
[     7.323] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-5/i2c-SYNA1202:00/0018:06CB:CD79.0001/input/input36/event12"
[     7.323] (II) XINPUT: Adding extended input device "SYNA1202:00 06CB:CD79 Mouse" (type: MOUSE, id 12)
[     7.323] (**) Option "AccelerationScheme" "none"
[     7.323] (**) SYNA1202:00 06CB:CD79 Mouse: (accel) selected scheme none/0
[     7.323] (**) SYNA1202:00 06CB:CD79 Mouse: (accel) acceleration factor: 2.000
[     7.323] (**) SYNA1202:00 06CB:CD79 Mouse: (accel) acceleration threshold: 4
[     7.327] (II) event12 - SYNA1202:00 06CB:CD79 Mouse: is tagged by udev as: Mouse Pointingstick
[     7.328] (II) event12 - SYNA1202:00 06CB:CD79 Mouse: device is a pointer
[     7.332] (II) config/udev: Adding input device SYNA1202:00 06CB:CD79 Mouse (/dev/input/mouse1)
[     7.332] (II) No input driver specified, ignoring this device.
[     7.332] (II) This device may have been added with another device file.
[     7.334] (II) config/udev: Adding input device SYNA1202:00 06CB:CD79 Touchpad (/dev/input/event13)
[     7.334] (**) SYNA1202:00 06CB:CD79 Touchpad: Applying InputClass "libinput touchpad catchall"
[     7.334] (II) Using input driver 'libinput' for 'SYNA1202:00 06CB:CD79 Touchpad'
[     7.334] (**) SYNA1202:00 06CB:CD79 Touchpad: always reports core events
[     7.334] (**) Option "Device" "/dev/input/event13"
[     7.334] (**) Option "_source" "server/udev"
[     7.338] (II) event13 - SYNA1202:00 06CB:CD79 Touchpad: is tagged by udev as: Touchpad
[     7.341] (II) event13 - SYNA1202:00 06CB:CD79 Touchpad: device is a touchpad
[     7.341] (II) event13 - SYNA1202:00 06CB:CD79 Touchpad: device removed
[     7.404] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-5/i2c-SYNA1202:00/0018:06CB:CD79.0001/input/input37/event13"
[     7.404] (II) XINPUT: Adding extended input device "SYNA1202:00 06CB:CD79 Touchpad" (type: TOUCHPAD, id 13)
[     7.405] (**) Option "AccelerationScheme" "none"
[     7.405] (**) SYNA1202:00 06CB:CD79 Touchpad: (accel) selected scheme none/0
[     7.406] (**) SYNA1202:00 06CB:CD79 Touchpad: (accel) acceleration factor: 2.000
[     7.406] (**) SYNA1202:00 06CB:CD79 Touchpad: (accel) acceleration threshold: 4
[     7.410] (II) event13 - SYNA1202:00 06CB:CD79 Touchpad: is tagged by udev as: Touchpad
[     7.413] (II) event13 - SYNA1202:00 06CB:CD79 Touchpad: device is a touchpad
[     7.415] (II) config/udev: Adding input device SYNA1202:00 06CB:CD79 Touchpad (/dev/input/mouse2)
[     7.415] (II) No input driver specified, ignoring this device.
[     7.415] (II) This device may have been added with another device file.
[     7.416] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event20)
[     7.416] (II) No input driver specified, ignoring this device.
[     7.416] (II) This device may have been added with another device file.
[     7.417] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event21)
[     7.417] (II) No input driver specified, ignoring this device.
[     7.417] (II) This device may have been added with another device file.
[     7.418] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event22)
[     7.418] (II) No input driver specified, ignoring this device.
[     7.418] (II) This device may have been added with another device file.
[     7.419] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event23)
[     7.419] (II) No input driver specified, ignoring this device.
[     7.419] (II) This device may have been added with another device file.
[     7.420] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event24)
[     7.420] (II) No input driver specified, ignoring this device.
[     7.420] (II) This device may have been added with another device file.
[     7.421] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event25)
[     7.421] (II) No input driver specified, ignoring this device.
[     7.421] (II) This device may have been added with another device file.
[     7.422] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event26)
[     7.422] (II) No input driver specified, ignoring this device.
[     7.422] (II) This device may have been added with another device file.
[     7.423] (II) config/udev: Adding input device Intel HID events (/dev/input/event5)
[     7.424] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[     7.424] (**) Intel HID events: Applying InputClass "system-keyboard"
[     7.424] (II) Using input driver 'libinput' for 'Intel HID events'
[     7.424] (**) Intel HID events: always reports core events
[     7.424] (**) Option "Device" "/dev/input/event5"
[     7.424] (**) Option "_source" "server/udev"
[     7.426] (II) event5  - Intel HID events: is tagged by udev as: Keyboard
[     7.426] (II) event5  - Intel HID events: device is a keyboard
[     7.427] (II) event5  - Intel HID events: device removed
[     7.456] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input11/event5"
[     7.456] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 14)
[     7.456] (**) Option "xkb_layout" "us"
[     7.456] (**) Option "xkb_variant" "dvorak"
[     7.459] (II) event5  - Intel HID events: is tagged by udev as: Keyboard
[     7.459] (II) event5  - Intel HID events: device is a keyboard
[     7.461] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[     7.461] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     7.461] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[     7.461] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     7.461] (**) AT Translated Set 2 keyboard: always reports core events
[     7.461] (**) Option "Device" "/dev/input/event4"
[     7.461] (**) Option "_source" "server/udev"
[     7.464] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     7.464] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[     7.467] (II) event4  - AT Translated Set 2 keyboard: device removed
[     7.496] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[     7.496] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 15)
[     7.496] (**) Option "xkb_layout" "us"
[     7.496] (**) Option "xkb_variant" "dvorak"
[     7.500] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     7.500] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[     7.504] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event9)
[     7.504] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[     7.504] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[     7.504] (**) SynPS/2 Synaptics TouchPad: always reports core events
[     7.504] (**) Option "Device" "/dev/input/event9"
[     7.504] (**) Option "_source" "server/udev"
[     7.507] (II) event9  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[     7.508] (II) event9  - SynPS/2 Synaptics TouchPad: no resolution or size hints, assuming a size of 69x50mm
[     7.510] (II) event9  - SynPS/2 Synaptics TouchPad: device is a touchpad
[     7.511] (II) event9  - SynPS/2 Synaptics TouchPad: device removed
[     7.563] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input10/event9"
[     7.563] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 16)
[     7.565] (**) Option "AccelerationScheme" "none"
[     7.565] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[     7.565] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[     7.565] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[     7.567] (II) event9  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[     7.567] (II) event9  - SynPS/2 Synaptics TouchPad: no resolution or size hints, assuming a size of 69x50mm
[     7.567] (II) event9  - SynPS/2 Synaptics TouchPad: device is a touchpad
[     7.568] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[     7.568] (II) No input driver specified, ignoring this device.
[     7.568] (II) This device may have been added with another device file.
[     7.568] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[     7.568] (II) No input driver specified, ignoring this device.
[     7.568] (II) This device may have been added with another device file.
[     7.569] (II) config/udev: Adding input device System76 Hotkeys (/dev/input/event7)
[     7.569] (**) System76 Hotkeys: Applying InputClass "libinput keyboard catchall"
[     7.570] (**) System76 Hotkeys: Applying InputClass "system-keyboard"
[     7.570] (II) Using input driver 'libinput' for 'System76 Hotkeys'
[     7.570] (**) System76 Hotkeys: always reports core events
[     7.570] (**) Option "Device" "/dev/input/event7"
[     7.570] (**) Option "_source" "server/udev"
[     7.570] (II) event7  - System76 Hotkeys: is tagged by udev as: Keyboard
[     7.570] (II) event7  - System76 Hotkeys: device is a keyboard
[     7.570] (II) event7  - System76 Hotkeys: device removed
[     7.629] (**) Option "config_info" "udev:/sys/devices/platform/system76/input/input13/event7"
[     7.629] (II) XINPUT: Adding extended input device "System76 Hotkeys" (type: KEYBOARD, id 17)
[     7.629] (**) Option "xkb_layout" "us"
[     7.629] (**) Option "xkb_variant" "dvorak"
[     7.630] (II) event7  - System76 Hotkeys: is tagged by udev as: Keyboard
[     7.630] (II) event7  - System76 Hotkeys: device is a keyboard
[     7.696] (II) config/udev: removing device Intel HID events
[     7.697] (II) event5  - Intel HID events: device removed
[     7.736] (II) UnloadModule: "libinput"
[     7.736] (II) config/udev: Adding input device Intel HID events (/dev/input/event5)
[     7.736] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[     7.736] (**) Intel HID events: Applying InputClass "system-keyboard"
[     7.736] (II) Using input driver 'libinput' for 'Intel HID events'
[     7.736] (**) Intel HID events: always reports core events
[     7.736] (**) Option "Device" "/dev/input/event5"
[     7.736] (**) Option "_source" "server/udev"
[     7.737] (II) event5  - Intel HID events: is tagged by udev as: Keyboard
[     7.737] (II) event5  - Intel HID events: device is a keyboard
[     7.737] (II) event5  - Intel HID events: device removed
[     7.789] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input11/event5"
[     7.789] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 14)
[     7.789] (**) Option "xkb_layout" "us"
[     7.789] (**) Option "xkb_variant" "dvorak"
[     7.790] (II) event5  - Intel HID events: is tagged by udev as: Keyboard
[     7.790] (II) event5  - Intel HID events: device is a keyboard
[     7.791] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[     7.791] (II) No input driver specified, ignoring this device.
[     7.791] (II) This device may have been added with another device file.
[     7.791] (II) config/udev: removing device System76 Hotkeys
[     7.792] (II) event7  - System76 Hotkeys: device removed
[     7.843] (II) UnloadModule: "libinput"
[     7.844] (II) config/udev: Adding input device System76 Hotkeys (/dev/input/event7)
[     7.844] (**) System76 Hotkeys: Applying InputClass "libinput keyboard catchall"
[     7.844] (**) System76 Hotkeys: Applying InputClass "system-keyboard"
[     7.844] (II) Using input driver 'libinput' for 'System76 Hotkeys'
[     7.844] (**) System76 Hotkeys: always reports core events
[     7.844] (**) Option "Device" "/dev/input/event7"
[     7.844] (**) Option "_source" "server/udev"
[     7.846] (II) event7  - System76 Hotkeys: is tagged by udev as: Keyboard
[     7.847] (II) event7  - System76 Hotkeys: device is a keyboard
[     7.847] (II) event7  - System76 Hotkeys: device removed
[     7.896] (**) Option "config_info" "udev:/sys/devices/platform/system76/input/input13/event7"
[     7.896] (II) XINPUT: Adding extended input device "System76 Hotkeys" (type: KEYBOARD, id 17)
[     7.896] (**) Option "xkb_layout" "us"
[     7.896] (**) Option "xkb_variant" "dvorak"
[     7.899] (II) event7  - System76 Hotkeys: is tagged by udev as: Keyboard
[     7.899] (II) event7  - System76 Hotkeys: device is a keyboard
[     7.901] (II) config/udev: removing device Video Bus
[     7.901] (II) event11 - Video Bus: device removed
[     7.963] (II) UnloadModule: "libinput"
[     7.964] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[     7.964] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     7.964] (**) Video Bus: Applying InputClass "system-keyboard"
[     7.964] (II) Using input driver 'libinput' for 'Video Bus'
[     7.964] (**) Video Bus: always reports core events
[     7.964] (**) Option "Device" "/dev/input/event11"
[     7.964] (**) Option "_source" "server/udev"
[     7.967] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[     7.967] (II) event11 - Video Bus: device is a keyboard
[     7.968] (II) event11 - Video Bus: device removed
[     8.029] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input18/event11"
[     8.029] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     8.029] (**) Option "xkb_layout" "us"
[     8.029] (**) Option "xkb_variant" "dvorak"
[     8.033] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[     8.033] (II) event11 - Video Bus: device is a keyboard
[     8.034] (II) config/udev: removing device Video Bus
[     8.034] (II) event10 - Video Bus: device removed
[     8.096] (II) UnloadModule: "libinput"
[     8.097] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[     8.097] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     8.097] (**) Video Bus: Applying InputClass "system-keyboard"
[     8.097] (II) Using input driver 'libinput' for 'Video Bus'
[     8.097] (**) Video Bus: always reports core events
[     8.097] (**) Option "Device" "/dev/input/event10"
[     8.097] (**) Option "_source" "server/udev"
[     8.101] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[     8.101] (II) event10 - Video Bus: device is a keyboard
[     8.102] (II) event10 - Video Bus: device removed
[     8.163] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input17/event10"
[     8.163] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[     8.163] (**) Option "xkb_layout" "us"
[     8.163] (**) Option "xkb_variant" "dvorak"
[     8.167] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[     8.167] (II) event10 - Video Bus: device is a keyboard
[     8.168] (II) config/udev: removing device BisonCam,NB Pro: BisonCam,NB Pr
[     8.169] (II) event8  - BisonCam,NB Pro: BisonCam,NB Pr: device removed
[     8.229] (II) UnloadModule: "libinput"
[     8.231] (II) config/udev: Adding input device BisonCam,NB Pro: BisonCam,NB Pr (/dev/input/event8)
[     8.231] (**) BisonCam,NB Pro: BisonCam,NB Pr: Applying InputClass "libinput keyboard catchall"
[     8.231] (**) BisonCam,NB Pro: BisonCam,NB Pr: Applying InputClass "system-keyboard"
[     8.231] (II) Using input driver 'libinput' for 'BisonCam,NB Pro: BisonCam,NB Pr'
[     8.231] (**) BisonCam,NB Pro: BisonCam,NB Pr: always reports core events
[     8.231] (**) Option "Device" "/dev/input/event8"
[     8.231] (**) Option "_source" "server/udev"
[     8.235] (II) event8  - BisonCam,NB Pro: BisonCam,NB Pr: is tagged by udev as: Keyboard
[     8.235] (II) event8  - BisonCam,NB Pro: BisonCam,NB Pr: device is a keyboard
[     8.236] (II) event8  - BisonCam,NB Pro: BisonCam,NB Pr: device removed
[     8.296] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/input/input14/event8"
[     8.296] (II) XINPUT: Adding extended input device "BisonCam,NB Pro: BisonCam,NB Pr" (type: KEYBOARD, id 11)
[     8.296] (**) Option "xkb_layout" "us"
[     8.296] (**) Option "xkb_variant" "dvorak"
[     8.301] (II) event8  - BisonCam,NB Pro: BisonCam,NB Pr: is tagged by udev as: Keyboard
[     8.301] (II) event8  - BisonCam,NB Pro: BisonCam,NB Pr: device is a keyboard
[     8.302] (II) config/udev: removing device SynPS/2 Synaptics TouchPad
[     8.302] (II) event9  - SynPS/2 Synaptics TouchPad: device removed
[     8.363] (II) UnloadModule: "libinput"
[     8.364] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event9)
[     8.364] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[     8.364] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[     8.364] (**) SynPS/2 Synaptics TouchPad: always reports core events
[     8.364] (**) Option "Device" "/dev/input/event9"
[     8.364] (**) Option "_source" "server/udev"
[     8.367] (II) event9  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[     8.368] (II) event9  - SynPS/2 Synaptics TouchPad: no resolution or size hints, assuming a size of 69x50mm
[     8.371] (II) event9  - SynPS/2 Synaptics TouchPad: device is a touchpad
[     8.372] (II) event9  - SynPS/2 Synaptics TouchPad: device removed
[     8.430] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input10/event9"
[     8.430] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 16)
[     8.432] (**) Option "AccelerationScheme" "none"
[     8.432] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[     8.432] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[     8.432] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[     8.435] (II) event9  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[     8.436] (II) event9  - SynPS/2 Synaptics TouchPad: no resolution or size hints, assuming a size of 69x50mm
[     8.439] (II) event9  - SynPS/2 Synaptics TouchPad: device is a touchpad
[     8.442] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[     8.442] (II) No input driver specified, ignoring this device.
[     8.442] (II) This device may have been added with another device file.
[     8.442] (II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1 /dev/dri/card1
[     8.442] (II) config/udev: Adding drm device (/dev/dri/card1)
[     8.442] (II) xfree86: Adding drm device (/dev/dri/card1)
[     8.442] (II) LoadModule: "modesetting"
[     8.442] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     8.442] (II) Module modesetting: vendor="X.Org Foundation"
[     8.442]    compiled for 1.20.10, module version = 1.20.10
[     8.442]    Module class: X.Org Video Driver
[     8.442]    ABI class: X.Org Video Driver, version 24.1
[     8.442] (II) UnloadModule: "modesetting"
[     8.442] (II) Unloading modesetting
[     8.442] (II) Failed to load module "modesetting" (already loaded, 0)
[     8.442] xf86: found device 1
[     8.444] (II) config/udev: Adding input device (unnamed) (/dev/input/event20)
[     8.444] (II) No input driver specified, ignoring this device.
[     8.444] (II) This device may have been added with another device file.
[     8.445] (II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:02.0/drm/card0 /dev/dri/card0
[     8.445] xf86: remove device 0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[     8.446] (II) config/udev: Adding input device (unnamed) (/dev/input/event14)
[     8.446] (II) No input driver specified, ignoring this device.
[     8.446] (II) This device may have been added with another device file.
[     8.447] (II) config/udev: Adding input device (unnamed) (/dev/input/event15)
[     8.447] (II) No input driver specified, ignoring this device.
[     8.447] (II) This device may have been added with another device file.
[     8.448] (II) config/udev: Adding input device (unnamed) (/dev/input/event17)
[     8.448] (II) No input driver specified, ignoring this device.
[     8.448] (II) This device may have been added with another device file.
[     8.449] (II) config/udev: Adding input device (unnamed) (/dev/input/event18)
[     8.449] (II) No input driver specified, ignoring this device.
[     8.449] (II) This device may have been added with another device file.
[     8.450] (II) config/udev: Adding input device (unnamed) (/dev/input/event19)
[     8.450] (II) No input driver specified, ignoring this device.
[     8.450] (II) This device may have been added with another device file.
[     8.451] (II) config/udev: Adding input device (unnamed) (/dev/input/event16)
[     8.451] (II) No input driver specified, ignoring this device.
[     8.451] (II) This device may have been added with another device file.
[     8.452] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event25)
[     8.452] (II) No input driver specified, ignoring this device.
[     8.452] (II) This device may have been added with another device file.
[     8.452] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event23)
[     8.452] (II) No input driver specified, ignoring this device.
[     8.452] (II) This device may have been added with another device file.
[     8.463] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event20)
[     8.463] (II) No input driver specified, ignoring this device.
[     8.463] (II) This device may have been added with another device file.
[     8.464] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event21)
[     8.464] (II) No input driver specified, ignoring this device.
[     8.464] (II) This device may have been added with another device file.
[     8.464] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event24)
[     8.464] (II) No input driver specified, ignoring this device.
[     8.464] (II) This device may have been added with another device file.
[     8.464] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event26)
[     8.464] (II) No input driver specified, ignoring this device.
[     8.464] (II) This device may have been added with another device file.
[     8.464] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event22)
[     8.464] (II) No input driver specified, ignoring this device.
[     8.464] (II) This device may have been added with another device file.
[     8.466] (II) config/udev: Adding input device SYNA1202:00 06CB:CD79 Touchpad (/dev/input/mouse2)
[     8.466] (II) No input driver specified, ignoring this device.
[     8.466] (II) This device may have been added with another device file.
[     8.466] (II) config/udev: Adding input device SYNA1202:00 06CB:CD79 Mouse (/dev/input/mouse1)
[     8.466] (II) No input driver specified, ignoring this device.
[     8.466] (II) This device may have been added with another device file.
[     8.466] (II) config/udev: removing device SYNA1202:00 06CB:CD79 Mouse
[     8.466] (II) event12 - SYNA1202:00 06CB:CD79 Mouse: device removed
[     8.509] (II) UnloadModule: "libinput"
[     8.509] (II) config/udev: Adding input device SYNA1202:00 06CB:CD79 Mouse (/dev/input/event12)
[     8.509] (**) SYNA1202:00 06CB:CD79 Mouse: Applying InputClass "libinput pointer catchall"
[     8.509] (II) Using input driver 'libinput' for 'SYNA1202:00 06CB:CD79 Mouse'
[     8.509] (**) SYNA1202:00 06CB:CD79 Mouse: always reports core events
[     8.509] (**) Option "Device" "/dev/input/event12"
[     8.509] (**) Option "_source" "server/udev"
[     8.510] (II) event12 - SYNA1202:00 06CB:CD79 Mouse: is tagged by udev as: Mouse Pointingstick
[     8.510] (II) event12 - SYNA1202:00 06CB:CD79 Mouse: device is a pointer
[     8.511] (II) event12 - SYNA1202:00 06CB:CD79 Mouse: device removed
[     8.546] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-5/i2c-SYNA1202:00/0018:06CB:CD79.0001/input/input36/event12"
[     8.546] (II) XINPUT: Adding extended input device "SYNA1202:00 06CB:CD79 Mouse" (type: MOUSE, id 12)
[     8.546] (**) Option "AccelerationScheme" "none"
[     8.546] (**) SYNA1202:00 06CB:CD79 Mouse: (accel) selected scheme none/0
[     8.546] (**) SYNA1202:00 06CB:CD79 Mouse: (accel) acceleration factor: 2.000
[     8.546] (**) SYNA1202:00 06CB:CD79 Mouse: (accel) acceleration threshold: 4
[     8.547] (II) event12 - SYNA1202:00 06CB:CD79 Mouse: is tagged by udev as: Mouse Pointingstick
[     8.547] (II) event12 - SYNA1202:00 06CB:CD79 Mouse: device is a pointer
[     8.548] (II) config/udev: removing device SYNA1202:00 06CB:CD79 Touchpad
[     8.548] (II) event13 - SYNA1202:00 06CB:CD79 Touchpad: device removed
[     8.602] (II) UnloadModule: "libinput"
[     8.603] (II) config/udev: Adding input device SYNA1202:00 06CB:CD79 Touchpad (/dev/input/event13)
[     8.603] (**) SYNA1202:00 06CB:CD79 Touchpad: Applying InputClass "libinput touchpad catchall"
[     8.603] (II) Using input driver 'libinput' for 'SYNA1202:00 06CB:CD79 Touchpad'
[     8.603] (**) SYNA1202:00 06CB:CD79 Touchpad: always reports core events
[     8.603] (**) Option "Device" "/dev/input/event13"
[     8.603] (**) Option "_source" "server/udev"
[     8.604] (II) event13 - SYNA1202:00 06CB:CD79 Touchpad: is tagged by udev as: Touchpad
[     8.604] (II) event13 - SYNA1202:00 06CB:CD79 Touchpad: device is a touchpad
[     8.604] (II) event13 - SYNA1202:00 06CB:CD79 Touchpad: device removed
[     8.653] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-5/i2c-SYNA1202:00/0018:06CB:CD79.0001/input/input37/event13"
[     8.653] (II) XINPUT: Adding extended input device "SYNA1202:00 06CB:CD79 Touchpad" (type: TOUCHPAD, id 13)
[     8.653] (**) Option "AccelerationScheme" "none"
[     8.653] (**) SYNA1202:00 06CB:CD79 Touchpad: (accel) selected scheme none/0
[     8.653] (**) SYNA1202:00 06CB:CD79 Touchpad: (accel) acceleration factor: 2.000
[     8.653] (**) SYNA1202:00 06CB:CD79 Touchpad: (accel) acceleration threshold: 4
[     8.654] (II) event13 - SYNA1202:00 06CB:CD79 Touchpad: is tagged by udev as: Touchpad
[     8.655] (II) event13 - SYNA1202:00 06CB:CD79 Touchpad: device is a touchpad
[    18.915] (II) modeset(0): EDID vendor "SDC", prod id 41001
[    18.915] (II) modeset(0): Printing DDC gathered Modelines:
[    18.915] (II) modeset(0): Modeline "3840x2160"x0.0  573.41  3840 3888 3920 4400  2160 2164 2168 2172 +hsync -vsync (130.3 kHz eP)
[    19.338] (II) modeset(0): EDID vendor "SDC", prod id 41001
[    19.338] (II) modeset(0): Printing DDC gathered Modelines:
[    19.338] (II) modeset(0): Modeline "3840x2160"x0.0  573.41  3840 3888 3920 4400  2160 2164 2168 2172 +hsync -vsync (130.3 kHz eP)
[   101.878] (II) modeset(0): EDID vendor "SDC", prod id 41001
[   101.878] (II) modeset(0): Printing DDC gathered Modelines:
[   101.878] (II) modeset(0): Modeline "3840x2160"x0.0  573.41  3840 3888 3920 4400  2160 2164 2168 2172 +hsync -vsync (130.3 kHz eP)
[   105.118] (II) modeset(0): EDID vendor "SDC", prod id 41001
[   105.118] (II) modeset(0): Printing DDC gathered Modelines:
[   105.118] (II) modeset(0): Modeline "3840x2160"x0.0  573.41  3840 3888 3920 4400  2160 2164 2168 2172 +hsync -vsync (130.3 kHz eP)
[   237.206] (EE) event13 - SYNA1202:00 06CB:CD79 Touchpad: client bug: event processing lagging behind by 17ms, your system is too slow
[   397.497] (EE) event13 - SYNA1202:00 06CB:CD79 Touchpad: client bug: event processing lagging behind by 36ms, your system is too slow
[   444.556] (EE) event13 - SYNA1202:00 06CB:CD79 Touchpad: client bug: event processing lagging behind by 24ms, your system is too slow
[   504.709] (EE) event13 - SYNA1202:00 06CB:CD79 Touchpad: client bug: event processing lagging behind by 38ms, your system is too slow
[   505.073] (EE) event13 - SYNA1202:00 06CB:CD79 Touchpad: client bug: event processing lagging behind by 75ms, your system is too slow
[   505.073] (EE) event13 - SYNA1202:00 06CB:CD79 Touchpad: WARNING: log rate limit exceeded (5 msgs per 60min). Discarding future messages.
[   505.087] (II) modeset(0): EDID vendor "SDC", prod id 41001
[   505.087] (II) modeset(0): Printing DDC gathered Modelines:
[   505.087] (II) modeset(0): Modeline "3840x2160"x0.0  573.41  3840 3888 3920 4400  2160 2164 2168 2172 +hsync -vsync (130.3 kHz eP)
[  2103.015] (II) modeset(0): EDID vendor "SDC", prod id 41001
[  2103.015] (II) modeset(0): Printing DDC gathered Modelines:
[  2103.015] (II) modeset(0): Modeline "3840x2160"x0.0  573.41  3840 3888 3920 4400  2160 2164 2168 2172 +hsync -vsync (130.3 kHz eP)
[  2103.018] (II) modeset(0): EDID vendor "SDC", prod id 41001
[  2103.018] (II) modeset(0): Printing DDC gathered Modelines:
[  2103.018] (II) modeset(0): Modeline "3840x2160"x0.0  573.41  3840 3888 3920 4400  2160 2164 2168 2172 +hsync -vsync (130.3 kHz eP)
[  3907.109] (EE) event13 - SYNA1202:00 06CB:CD79 Touchpad: client bug: event processing lagging behind by 12ms, your system is too slow
[  3907.475] (EE) event13 - SYNA1202:00 06CB:CD79 Touchpad: client bug: event processing lagging behind by 15ms, your system is too slow
[  3930.799] (EE) event13 - SYNA1202:00 06CB:CD79 Touchpad: client bug: event processing lagging behind by 36ms, your system is too slow
[  3931.221] (EE) event13 - SYNA1202:00 06CB:CD79 Touchpad: client bug: event processing lagging behind by 31ms, your system is too slow
[  3931.429] (EE) event13 - SYNA1202:00 06CB:CD79 Touchpad: client bug: event processing lagging behind by 32ms, your system is too slow
[  3931.429] (EE) event13 - SYNA1202:00 06CB:CD79 Touchpad: WARNING: log rate limit exceeded (5 msgs per 60min). Discarding future messages.
[  5372.866] (EE) event4  - AT Translated Set 2 keyboard: client bug: event processing lagging behind by 13ms, your system is too slow
[  5783.610] (EE) event13 - SYNA1202:00 06CB:CD79 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.16.4/touchpad-jumping-cursors.html for details
[  6032.612] (II) modeset(0): EDID vendor "SDC", prod id 41001
[  6032.612] (II) modeset(0): Printing DDC gathered Modelines:
[  6032.612] (II) modeset(0): Modeline "3840x2160"x0.0  573.41  3840 3888 3920 4400  2160 2164 2168 2172 +hsync -vsync (130.3 kHz eP)
[  6032.613] (II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1 /dev/dri/card1
[  6032.616] (II) modeset(0): EDID vendor "SDC", prod id 41001
[  6032.616] (II) modeset(0): Printing DDC gathered Modelines:
[  6032.616] (II) modeset(0): Modeline "3840x2160"x0.0  573.41  3840 3888 3920 4400  2160 2164 2168 2172 +hsync -vsync (130.3 kHz eP)

Offline

#6 2021-02-02 02:09:41

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

Re: Low performance integrated graphics after installing 'nvidia'

The Xorg.0.log does not show xorg.conf in use which is good for what you want to achieve.
It does not show any use of the nvidia or nouveau drivers.  What is the output of

lsmod | grep -e nvidia -e nouveau

Offline

#7 2021-02-02 02:22:00

ocket8888
Member
Registered: 2014-02-26
Posts: 48

Re: Low performance integrated graphics after installing 'nvidia'

That grep matches no lines for me

Offline

#8 2021-02-02 02:23:54

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

Re: Low performance integrated graphics after installing 'nvidia'

What if you try and load the nvidia module?

# modprobe nvidia

Offline

#9 2021-02-02 03:23:31

ocket8888
Member
Registered: 2014-02-26
Posts: 48

Re: Low performance integrated graphics after installing 'nvidia'

That exits successfully, outputs nothing. Still no grep matches afterward

Offline

#10 2021-02-02 03:33:17

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

Re: Low performance integrated graphics after installing 'nvidia'

Check the output of lsmod without the grep.  Does that contain nvidia?

Offline

#11 2021-02-02 07:40:57

seth
Member
Registered: 2012-09-03
Posts: 49,963

Re: Low performance integrated graphics after installing 'nvidia'

Also post the complete system journal (sudo journalctl -b)

Online

#12 2021-02-02 17:58:51

ocket8888
Member
Registered: 2014-02-26
Posts: 48

Re: Low performance integrated graphics after installing 'nvidia'

So after a reboot I did `sudo modprobe nvidia && lsmod | grep -e nvidia -e nouveau` and I got:

nvidia              34144256  0

The complete system journal is very long, goes back to November last year. But here you go: https://paste.ubuntu.com/p/RGYtKcsfQd/

Offline

#13 2021-02-02 18:29:03

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

Re: Low performance integrated graphics after installing 'nvidia'

Feb 01 16:41:58 system76 systemd[1]: Starting Optimus Manager Commands Daemon...
Feb 01 16:41:59 system76 python3[93699]: [34] INFO: # Daemon pre-start hook
Feb 01 16:41:59 system76 python3[93699]: [34] INFO: Removing /etc/X11/xorg.conf.d/10-optimus-manager.conf (if present)
Feb 01 16:41:59 system76 python3[93699]: [37] INFO: Startup mode is: intel
Feb 01 16:41:59 system76 python3[93699]: [38] INFO: Writing state {'type': 'pending_pre_xorg_start', 'requested_mode': 'intel', 'current_mode': None}
Feb 01 16:41:59 system76 python3[93699]: [38] INFO: Daemon pre-start hook completed successfully.
Feb 01 16:41:59 system76 python3[93699]: [39] INFO: Calling Xorg pre-start hook.
Feb 01 16:41:59 system76 python3[93703]: [35] INFO: # Xorg pre-start hook
Feb 01 16:41:59 system76 python3[93703]: [36] INFO: Previous state was: {'type': 'pending_pre_xorg_start', 'requested_mode': 'intel', 'current_mode': None}
Feb 01 16:41:59 system76 python3[93703]: [36] INFO: Requested mode is: intel
Feb 01 16:41:59 system76 python3[93703]: [36] INFO: Checking for GDM display servers
Feb 01 16:42:03 system76 python3[93703]: [4329] INFO: Available modules: ['nouveau', 'nvidia', 'nvidia_drm', 'nvidia_modeset', 'nvidia_uvm']
Feb 01 16:42:03 system76 python3[93703]: [4329] INFO: Unloading modules ['nvidia_drm', 'nvidia_modeset', 'nvidia_uvm', 'nvidia'] (if loaded)
Feb 01 16:42:03 system76 kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Unloading driver
Feb 01 16:42:03 system76 kernel: nvidia-modeset: Unloading
Feb 01 16:42:03 system76 kernel: nvidia-uvm: Unloaded the UVM driver.
Feb 01 16:42:03 system76 kernel: nvidia-nvlink: Unregistered the Nvlink Core, major device number 236

optimus-manager unloaded the nvidia modules,  explains why they were not already loaded.
After suspend you were able to manually load the nvidia module.

Do you want to keep using optimus-manager or use prime-run?

Offline

#14 2021-02-02 18:37:13

ocket8888
Member
Registered: 2014-02-26
Posts: 48

Re: Low performance integrated graphics after installing 'nvidia'

I think `prime-run` would be annoying, I'd like it to "just work" to the greatest degree possible.

Offline

#15 2021-02-02 18:54:46

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

Re: Low performance integrated graphics after installing 'nvidia'

Work as in nvidia in use all the time?

Offline

#16 2021-02-02 19:02:06

ocket8888
Member
Registered: 2014-02-26
Posts: 48

Re: Low performance integrated graphics after installing 'nvidia'

well ideally I'd be able to click a button or something and switch back and forth, but I'd settle for nvidia-only over having to specify every time I launch anything.

actually, totally ideal would be the computer somehow detecting which tasks were "heavy" enough to require the full GPU and which could run on just the integrated graphics. But I don't think that's really possible.

Last edited by ocket8888 (2021-02-02 19:03:39)

Offline

#17 2021-02-02 19:39:58

seth
Member
Registered: 2012-09-03
Posts: 49,963

Online

#18 2021-02-08 21:34:48

ocket8888
Member
Registered: 2014-02-26
Posts: 48

Re: Low performance integrated graphics after installing 'nvidia'

@seth Singe I wanted to be able to swap, I actually tried to go with prime-switch. After installing and rebooting, lightdm wouldn't launch.

Now my computer is fully broken.

I uninstalled prime-switch, every package with lightdm in the name, all nvidia packages, and removed every file from the filesystem with "lightdm" in the name and tried to reinstall it.

LightDM now launches "successfully" to a black screen. 'glxinfo' reports "Error: unable to open display".

At this point, I need to fix this in the next three hours or I won't be able to do either of my two jobs, so I'll just need to back up the home dir and wipe the disk for re-install.

Offline

#19 2021-02-08 21:37:56

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

Re: Low performance integrated graphics after installing 'nvidia'

Did you remove all Xorg configs as well?

If that is not the cause post the current /var/log/Xorg.0.log

Offline

#20 2021-02-08 21:57:13

ocket8888
Member
Registered: 2014-02-26
Posts: 48

Re: Low performance integrated graphics after installing 'nvidia'

Removing `/etc/X11` allowed the display manager to start, thank you.

But now I'm left too scared to try to get prime-switch to work again. Is there no safe way to switch between the two dynamically? I really have to just choose the battery hog or the weak performance and live with it forever?

Offline

#21 2021-02-09 07:36:08

seth
Member
Registered: 2012-09-03
Posts: 49,963

Re: Low performance integrated graphics after installing 'nvidia'

Is there no safe way to switch between the two dynamically?

Define "switch".
You can start your entire session on the nvidia or the intel chip.
You can run processes on the nvidia or the intel chip.
I'm not aware of procedures to move running processes from on GPU to the other and that would also require special client features, since the GPU and the IGP are not feature compatible.

It's pretty much all explained in the link (and sublinks) that Slithery posted in #2

"Safe" itr. is entirely subjective - there are no inherent dangers to any method, but there's absolutely no way for us or anyone to guarantee that you won't screw up again.
You will *have* to use your brain, read the wiki, make up your mind, follow the instructions and in doubt ask back on the forum rather than following shady youtube tutorials.
That's as safe as it gets.

Online

#22 2021-02-09 09:35:57

ocket8888
Member
Registered: 2014-02-26
Posts: 48

Re: Low performance integrated graphics after installing 'nvidia'

I don't want to switch running processes between GPUs - logging out and in again is fine.

My problem is that I _did_ follow the wiki instructions - does anybody actually look on YouTube for tutorials in 2021? - and the instructions are to install an AUR package that apparently just doesn't work on my hardware.

What I want to know is if there are any "safe" alternatives - "safe" here being hopefully something not in the AUR. And it sounds like "no" is what you're saying.

Offline

#23 2021-02-09 10:14:32

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

Re: Low performance integrated graphics after installing 'nvidia'

Bumblebee is an option in the repos, but there's really no reason to use that over nvidia-prime on compatible HW.

The "easiest" for getting session logout switching to work I'd say is optimus-manager but again all of these options are mutually exclusive and you need to decide for one approach and see that through.  if you start to try and mix them you will run into issues.

Also which "prime-switch" package are you referring to? I don't find a reference to that in the wiki.

Last edited by V1del (2021-02-09 11:44:19)

Online

#24 2021-02-09 13:46:06

seth
Member
Registered: 2012-09-03
Posts: 49,963

Re: Low performance integrated graphics after installing 'nvidia'

I guess https://aur.archlinux.org/packages/prime-switcher/ - but don't find it in the wiki either.

@ocktet8888
Which part of the wiki told you to use something from the AUR for this purpose and in particular the above mentioned?


does anybody actually look on YouTube for tutorials in 2021?

Yes, and usually they end up here, complaining about weird issues where nobody else even understands what they're trying to do there.

Since nvidia added prime support, optimus is rather effortless, but of course not when you come from

ocktet8888 in post 14 wrote:

I think `prime-run` would be annoying, I'd like it to "just work" to the greatest degree possible.

WIth this attitude, you better just buy a Tv. Power on, brain off, Michael Bay all the way.

Online

#25 2021-02-09 19:34:48

ocket8888
Member
Registered: 2014-02-26
Posts: 48

Re: Low performance integrated graphics after installing 'nvidia'

V1del wrote:

Bumblebee is an option in the repose

Yeah, I saw that, but everywhere it was mentioned they made sure to impress upon the reader that it has serious performance problems.

V1del wrote:

The "easiest" ... is optimus-manager

That's what blackscreened me - idk why but it doesn't work on my hardware. Getting drivers in general for all the stupid bullshit I love like the LED keyboard has been a nightmare on this laptop. Which is odd, because it shipped with PoP_OS! and that ran with... minimal issues. But it was Gnome, and I need my bleeding edge.

V1del wrote:

Also which "prime-switch" package are you referring to?

I misspoke. I was using optimus-manager, which you call like

optimus-manager --switch {{graphics}}

so I confused it with "prime-switch". Somehow.

seth wrote:

Which part of the wiki told you to use something from the AUR for this purpose and in particular the above mentioned?

This part: https://wiki.archlinux.org/index.php/NV … e_graphics

Options were:

- Prime-renderer - which sounds annoying, like I said
- Bumblebee - wiki says it has "significant performance issues" and says to check out Optimus for alternatives
- Nvidia-xrun - which sounds like more or less what optimus-manager automates
- optimus-manager - AUR package

seth wrote:

WIth this attitude, you better just buy a Tv.

... no, I don't think my laptop bag can fit a TV in it.

Offline

Board footer

Powered by FluxBB