NVIDIA Grafikkarte als Hauptgrafikkarte

Hinweis: In dem Thema NVIDIA Grafikkarte als Hauptgrafikkarte gibt es 18 Antworten auf 2 Seiten. Der letzte Beitrag () befindet sich auf der letzten Seite.
  • Hallo Leute!
    Ich hoffe ich bin hier richtig, denn die Verzweiflung klebt mir am Gesicht. Ich wäre überaus dankbar (was auch immer man sich davon kaufen kann lol ) wenn mir jemand helfen könnte. Aaaalso. Ich habe mir einen Gaming-Laptop von MSI Katana mit i7 und RTX3060 geholt und auch wenn ich jetzt ca die Hälfte der Leser verloren habe, bitte hört mich an. Ich habe das im Zusammenhang mit dem Eigenstudium von Spiking Neural Networks und Pytorch geholt und auch um eigene Projekte zu bauen. Ich habe diese Hardware wegen den CUDA-Cores gewählt, von denen es hier über 3000 gibt.
    Mich fasziniert das Thema Machine Learning, Deep Learning sehr.
    Und nach einigen Versuchen mit Fedora, Arch, Debian usw, bin ich auf OpenSUSE gestoßen und habe mich verliebt. Nach einigem Troubleshooting habe ich es geschafft die NVIDIA-Driver auf dem Gerät zu installieren. Aber jetzt bin ich mir weder sicher, ob ich es richtig installiert habe, noch wie ich weiter verfahren soll.

    Also. Kurz zur Problembeschreibung (und ich bitte das Universum, mir einen freundlichen erfahrenen ... hoffentlich bärtigen ... Linuxguru zu schicken, der mein Problem sofort erkennt, zwar mich (gern - denn verdient) etwas auslacht und mir die Lösung hinklatscht.)
    Wenn ich folgendes im Terminal eingebe, dann...

    sudo nvidia-xconfig

    [sudo] Passwort für root:


    Using X configuration file: "/etc/X11/xorg.conf".


    VALIDATION ERROR: Data incomplete in file /etc/X11/xorg.conf.

    Device section "Device0" must have a Driver line.



    ERROR: Unable to find any GPUs in the system.


    Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.nvidia-xconfig-original'

    Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup'

    New X configuration file written to '/etc/X11/xorg.conf'


    Okay. I get it.


    Zweites Problem: (Screenshot)...

    Drittes Problem:

    sudo lspci -nnk | grep -A3 VGA

    0000:00:02.0 VGA compatible controller [0300]: Intel Corporation TigerLake-H GT1 [UHD Graphics] [8086:9a60] (rev 01)

    DeviceName: Onboard - Video

    Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:12ea]

    Kernel driver in use: i915

    --

    0000:01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GA106M [GeForce RTX 3060 Mobile / Max-Q] [10de:2520] (rev a1)

    Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:12ea]

    Kernel modules: nouveau

    0000:02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., blablabla

    Ich habe schon versucht eine config-Datei zu erstellen, bin aber gescheitert.

    Ich bin ein Linux-Neuling und hätte gern Rat. Denn ich weigere mich hier Windows zu installieren.

    Ich möchte, dass das hier True ergibt:

    ipython

    Python 3.10.9 (main, Dec 08 2022, 14:49:06) [GCC]

    Type 'copyright', 'credits' or 'license' for more information

    IPython 8.9.0 -- An enhanced Interactive Python. Type '?' for help.


    In [1]: import torch


    In [2]: print(torch.cuda.is_available())

    False


    ^ das da. Macht mich fertig. Und traurig.
    Bin kurz davor meine Mutti anzurufen.

    Bitte helft mir.

  • Ist bei Dir Suse-prime installiert. Bei mir funktioniert das inzwischen prima, der Wechsel zwischen Nvidia- und Intel-Grafikkarte. Vor kurzem hat sich sogar automatisch die Prime-Plasma-App installiert, die allerdings noch den Mangel hat, nach dem Wechsel zur Nvidia-Karte nicht wieder zur Intel-Karte zurückwechseln zu wollen.

    Für den Inhalt des Beitrages 304711 haftet ausdrücklich der jeweilige Autor: matbhm

  • cat /etc/X11/xorg.conf

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

    # nvidia-xconfig: version 525.60.13


    Section "ServerLayout"

    Identifier "Layout0"

    Screen 0 "Screen0"

    InputDevice "Keyboard0" "CoreKeyboard"

    InputDevice "Mouse0" "CorePointer"

    EndSection


    Section "Files"

    EndSection


    Section "InputDevice"

    # generated from data in "/etc/sysconfig/mouse"

    Identifier "Mouse0"

    Driver "mouse"

    Option "Protocol" "IMPS/2"

    Option "Device" "/dev/input/mice"

    Option "Emulate3Buttons" "yes"

    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"

    VendorName "NVIDIA Corporation"

    ChipId 0x0

    ChipRev 0x0

    IRQ 0

    EndSection


    Section "Screen"

    Identifier "Screen0"

    Device "Device0"

    Monitor "Monitor0"

    DefaultDepth 24

    SubSection "Display"

    Depth 24

    EndSubSection

    EndSection





    cat /var/log/Xorg.0.log

    [ 7.003] (--) Log file renamed from "/var/log/Xorg.pid-1512.log" to "/var/log/Xorg.0.log"

    [ 7.004]

    X.Org X Server 1.21.1.7

    X Protocol Version 11, Revision 0

    [ 7.004] Current Operating System: Linux localhost.localdomain 6.1.12-1-default #1 SMP PREEMPT_DYNAMIC Wed Feb 15 05:31:41 UTC 2023 (373f017) x86_64

    [ 7.004] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.1.12-1-default root=UUID=311ca7cf-5e5e-43d9-8b11-3a7894f45ac6 splash=silent mitigations=auto quiet security=apparmor

    [ 7.004]

    [ 7.004] Current version of pixman: 0.42.2

    [ 7.004] Before reporting problems, check http://wiki.x.org

    to make sure that you have the latest version.

    [ 7.004] Markers: (--) probed, (**) from config file, (==) default setting,

    (++) from command line, (!!) notice, (II) informational,

    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.

    [ 7.004] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 22 23:23:48 2023

    [ 7.005] (==) Using config directory: "/etc/X11/xorg.conf.d"

    [ 7.005] (==) Using system config directory "/usr/share/X11/xorg.conf.d"

    [ 7.007] (==) No Layout section. Using the first Screen section.

    [ 7.007] (==) No screen section available. Using defaults.

    [ 7.007] (**) |-->Screen "Default Screen Section" (0)

    [ 7.007] (**) | |-->Monitor "<default monitor>"

    [ 7.007] (==) No monitor specified for screen "Default Screen Section".

    Using a default monitor configuration.

    [ 7.007] (==) Automatically adding devices

    [ 7.007] (==) Automatically enabling devices

    [ 7.007] (==) Automatically adding GPU devices

    [ 7.007] (==) Automatically binding GPU devices

    [ 7.007] (==) Max clients allowed: 512, resource mask: 0xfffff

    [ 7.011] (WW) The directory "/usr/share/fonts/misc/sgi" does not exist.

    [ 7.011] Entry deleted from font path.

    [ 7.012] (==) FontPath set to:

    /usr/share/fonts/misc:unscaled,

    /usr/share/fonts/Type1/,

    /usr/share/fonts/100dpi:unscaled,

    /usr/share/fonts/75dpi:unscaled,

    /usr/share/fonts/ghostscript/,

    /usr/share/fonts/cyrillic:unscaled,

    /usr/share/fonts/truetype/,

    built-ins

    [ 7.012] (==) ModulePath set to "/usr/lib64/xorg/modules"

    [ 7.012] (WW) Ignoring unrecognized extension "XFree86-DGA"

    [ 7.012] (II) The server relies on udev to provide the list of input devices.

    If no devices become available, reconfigure udev or disable AutoAddDevices.

    [ 7.012] (II) Loader magic: 0x5654ec5e4ac0

    [ 7.012] (II) Module ABI versions:

    [ 7.012] X.Org ANSI C Emulation: 0.4

    [ 7.012] X.Org Video Driver: 25.2

    [ 7.012] X.Org XInput driver : 24.4

    [ 7.012] X.Org Server Extension : 10.0

    [ 7.012] (++) using VT number 7


    [ 7.012] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration

    [ 7.012] (II) xfree86: Adding drm device (/dev/dri/card1)

    [ 7.012] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1

    [ 7.018] (--) PCI:*(0@0:2:0) 8086:9a60:1462:12ea rev 1, Mem @ 0x6204000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072

    [ 7.018] (--) PCI: (1@0:0:0) 10de:2520:1462:12ea rev 161, Mem @ 0x84000000/16777216, 0x6000000000/8589934592, 0x6200000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/5

    24288

    [ 7.018] (II) LoadModule: "glx"

    [ 7.018] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so

    [ 7.020] (II) Module glx: vendor="X.Org Foundation"

    [ 7.020] compiled for 1.21.1.7, module version = 1.0.0

    [ 7.020] ABI class: X.Org Server Extension, version 10.0

    [ 7.020] (II) Scanning /usr/share/X11/xorg_pci_ids directory for additional PCI ID's supported by the drivers

    [ 7.021] (II) Scanning /usr/share/X11/xorg_pci_ids directory for additional PCI ID's supported by the drivers

    [ 7.021] (==) Matched intel as autoconfigured driver 0

    [ 7.021] (==) Matched modesetting as autoconfigured driver 1

    [ 7.021] (==) Matched fbdev as autoconfigured driver 2

    [ 7.021] (==) Matched vesa as autoconfigured driver 3

    [ 7.021] (==) Assigned the driver to the xf86ConfigLayout

    [ 7.021] (II) LoadModule: "intel"

    [ 7.021] (WW) Warning, couldn't open module intel

    [ 7.021] (EE) Failed to load module "intel" (module does not exist, 0)

    [ 7.021] (II) LoadModule: "modesetting"

    [ 7.021] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so

    [ 7.022] (II) Module modesetting: vendor="X.Org Foundation"

    [ 7.022] compiled for 1.21.1.7, module version = 1.21.1

    [ 7.022] Module class: X.Org Video Driver

    [ 7.022] ABI class: X.Org Video Driver, version 25.2

    [ 7.022] (II) LoadModule: "fbdev"

    [ 7.022] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so

    [ 7.023] (II) Module fbdev: vendor="X.Org Foundation"

    [ 7.023] compiled for 1.21.1.4, module version = 0.5.0

    [ 7.023] Module class: X.Org Video Driver

    [ 7.023] ABI class: X.Org Video Driver, version 25.2

    [ 7.023] (II) LoadModule: "vesa"

    [ 7.023] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so

    [ 7.023] (II) Module vesa: vendor="X.Org Foundation"

    [ 7.023] compiled for 1.21.1.6, module version = 2.6.0

    [ 7.023] Module class: X.Org Video Driver

    [ 7.023] ABI class: X.Org Video Driver, version 25.2

    [ 7.023] (II) modesetting: Driver for Modesetting Kernel Drivers: kms

    [ 7.023] (II) FBDEV: driver for framebuffer: fbdev

    [ 7.023] (II) VESA: driver for VESA chipsets: vesa

    [ 7.031] (II) modeset(0): using drv /dev/dri/card1

    [ 7.031] (WW) Falling back to old probe method for fbdev

    [ 7.031] (II) Loading sub module "fbdevhw"

    [ 7.031] (II) LoadModule: "fbdevhw"

    [ 7.031] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so

    [ 7.031] (II) Module fbdevhw: vendor="X.Org Foundation"

    [ 7.031] compiled for 1.21.1.7, module version = 0.0.2

    [ 7.031] ABI class: X.Org Video Driver, version 25.2

    [ 7.031] (II) modeset(0): Creating default Display subsection in Screen section

    "Default Screen Section" for depth/fbbpp 24/32

    [ 7.031] (==) modeset(0): Depth 24, (==) framebuffer bpp 32

    [ 7.031] (==) modeset(0): RGB weight 888

    [ 7.031] (==) modeset(0): Default visual is TrueColor

    [ 7.031] (II) Loading sub module "glamoregl"

    [ 7.031] (II) LoadModule: "glamoregl"

    [ 7.031] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so

    [ 7.036] (II) Module glamoregl: vendor="X.Org Foundation"

    [ 7.036] compiled for 1.21.1.7, module version = 1.0.1

    [ 7.036] ABI class: X.Org ANSI C Emulation, version 0.4

    [ 7.304] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics (TGL GT1)

    [ 7.304] (II) modeset(0): glamor initialized

    [ 7.304] (==) modeset(0): VariableRefresh: disabled

    [ 7.304] (==) modeset(0): AsyncFlipSecondaries: disabled

    [ 7.306] (II) modeset(0): Output eDP-1 has no monitor section

    [ 7.306] (II) modeset(0): Output DP-1 has no monitor section

    [ 7.307] (II) modeset(0): EDID for output eDP-1

    [ 7.307] (II) modeset(0): Manufacturer: AUO Model: 80ed Serial#: 0

    [ 7.307] (II) modeset(0): Year: 2017 Week: 16

    [ 7.307] (II) modeset(0): EDID Version: 1.4

    [ 7.307] (II) modeset(0): Digital Display Input

    [ 7.307] (II) modeset(0): 8 bits per channel

    [ 7.307] (II) modeset(0): Digital interface is DisplayPort

    [ 7.307] (II) modeset(0): Max Image Size [cm]: horiz.: 34 vert.: 19

    [ 7.307] (II) modeset(0): Gamma: 2.20

  • [ 7.307] (II) modeset(0): No DPMS capabilities specified

    [ 7.307] (II) modeset(0): Supported color encodings: RGB 4:4:4

    [ 7.307] (II) modeset(0): First detailed timing is preferred mode

    [ 7.307] (II) modeset(0): Preferred mode is native pixel format and refresh rate

    [ 7.307] (II) modeset(0): Display is continuous-frequency

    [ 7.307] (II) modeset(0): redX: 0.642 redY: 0.338 greenX: 0.322 greenY: 0.611

    [ 7.307] (II) modeset(0): blueX: 0.153 blueY: 0.046 whiteX: 0.313 whiteY: 0.329

    [ 7.308] (II) modeset(0): Manufacturer's mask: 0

    [ 7.308] (II) modeset(0): Supported detailed timing:

    [ 7.308] (II) modeset(0): clock: 368.1 MHz Image Size: 344 x 193 mm

    [ 7.308] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2102 h_border: 0

    [ 7.308] (II) modeset(0): v_active: 1080 v_sync: 1090 v_sync_end 1095 v_blanking: 1216 v_border: 0

    [ 7.308] (II) modeset(0): Supported detailed timing:

    [ 7.308] (II) modeset(0): clock: 153.4 MHz Image Size: 344 x 193 mm

    [ 7.308] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2102 h_border: 0

    [ 7.308] (II) modeset(0): v_active: 1080 v_sync: 1090 v_sync_end 1095 v_blanking: 1216 v_border: 0

    [ 7.308] (II) modeset(0): Ranges: V min: 60 V max: 144 Hz, H min: 176 H max: 176 kHz, PixClock max 375 MHz

    [ 7.308] (II) modeset(0): B156HAN08.0

    [ 7.308] (II) modeset(0): EDID (in hex):

    [ 7.308] (II) modeset(0): 00ffffffffffff0006afed8000000000

    [ 7.308] (II) modeset(0): 101b0104a5221378036a75a456529c27

    [ 7.308] (II) modeset(0): 0b505400000001010101010101010101

    [ 7.308] (II) modeset(0): 010101010101ce8f80b6703888403020

    [ 7.308] (II) modeset(0): a50058c110000000e93b80b670388840

    [ 7.308] (II) modeset(0): 3020a50058c110000000000000fd003c

    [ 7.308] (II) modeset(0): 90b0b025010a202020202020000000fe

    [ 7.308] (II) modeset(0): 004231353648414e30382e30200a00ed

    [ 7.308] (II) modeset(0): Printing probed modes for output eDP-1

    [ 7.308] (II) modeset(0): Modeline "1920x1080"x144.0 368.14 1920 1968 2000 2102 1080 1090 1095 1216 -hsync -vsync (175.1 kHz eP)

    [ 7.308] (II) modeset(0): Modeline "1920x1080"x60.0 356.38 1920 2080 2288 2656 1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1920x1080"x60.0 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1920x1080"x60.0 153.37 1920 1968 2000 2102 1080 1090 1095 1216 -hsync -vsync (73.0 kHz e)

    [ 7.308] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1400x1050"x74.8 155.80 1400 1464 1784 1912 1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1600x900"x60.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1600x900"x59.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)

  • [ 7.308] (II) modeset(0): Modeline "1280x1024"x85.0 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1280x960"x85.0 148.50 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync (85.9 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1440x810"x60.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1440x810"x60.0 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1280x800"x60.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1280x800"x60.0 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1280x720"x60.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1280x720"x60.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1024x768"x85.0 194.02 1024 1108 1220 1416 768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1024x768"x75.0 170.24 1024 1108 1220 1416 768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1024x768i"x87.0 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz d)

    [ 7.308] (II) modeset(0): Modeline "960x720"x85.0 170.68 960 1036 1144 1328 720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)

    [ 7.308] (II) modeset(0): Modeline "960x720"x75.0 148.50 960 1032 1144 1320 720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)

    [ 7.308] (II) modeset(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)

    [ 7.308] (II) modeset(0): Modeline "928x696"x75.0 144.00 928 992 1104 1280 696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)

    [ 7.308] (II) modeset(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)

    [ 7.308] (II) modeset(0): Modeline "896x672"x75.0 130.50 896 944 1052 1228 672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)

    [ 7.308] (II) modeset(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1024x576"x60.0 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1024x576"x60.0 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)

    [ 7.308] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)

    [ 7.308] (II) modeset(0): Modeline "960x600"x59.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)

    [ 7.308] (II) modeset(0): Modeline "960x600"x60.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)

    [ 7.308] (II) modeset(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz d)

    [ 7.308] (II) modeset(0): Modeline "960x540"x60.0 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)

    [ 7.308] (II) modeset(0): Modeline "960x540"x60.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)

    [ 7.308] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)

    [ 7.308] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)

    [ 7.308] (II) modeset(0): Modeline "800x600"x85.0 114.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)

    [ 7.308] (II) modeset(0): Modeline "800x600"x75.0 101.25 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)

    [ 7.308] (II) modeset(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)

    [ 7.308] (II) modeset(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)

    [ 7.308] (II) modeset(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)

    [ 7.308] (II) modeset(0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz d)

    [ 7.308] (II) modeset(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz d)

    [ 7.308] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz d)

    [ 7.308] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)

    [ 7.308] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)

    [ 7.308] (II) modeset(0): Modeline "840x525"x60.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)

    [ 7.308] (II) modeset(0): Modeline "840x525"x59.9 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)

    [ 7.308] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)

    [ 7.308] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)

    [ 7.308] (II) modeset(0): Modeline "700x525"x74.8 77.90 700 732 892 956 525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)

  • [ 7.308] (II) modeset(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)

    [ 7.308] (II) modeset(0): Modeline "800x450"x59.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)

    [ 7.308] (II) modeset(0): Modeline "800x450"x59.8 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)

    [ 7.308] (II) modeset(0): Modeline "640x512"x85.0 78.75 640 672 752 864 512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)

    [ 7.308] (II) modeset(0): Modeline "640x512"x75.0 67.50 640 648 720 844 512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)

    [ 7.308] (II) modeset(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)

    [ 7.308] (II) modeset(0): Modeline "700x450"x60.0 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)

    [ 7.308] (II) modeset(0): Modeline "700x450"x59.9 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)

    [ 7.308] (II) modeset(0): Modeline "640x480"x85.1 74.25 640 672 752 864 480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)

    [ 7.308] (II) modeset(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)

    [ 7.308] (II) modeset(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz d)

    [ 7.308] (II) modeset(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz d)

    [ 7.308] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz d)

    [ 7.308] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)

    [ 7.308] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)

    [ 7.308] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)

    [ 7.308] (II) modeset(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401 404 446 -hsync +vsync (37.9 kHz d)

    [ 7.308] (II) modeset(0): Modeline "684x384"x59.9 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)

    [ 7.308] (II) modeset(0): Modeline "684x384"x59.9 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)

    [ 7.308] (II) modeset(0): Modeline "640x400"x59.9 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)

    [ 7.308] (II) modeset(0): Modeline "640x400"x60.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)

    [ 7.308] (II) modeset(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401 404 445 -hsync +vsync (37.9 kHz d)

    [ 7.308] (II) modeset(0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)

    [ 7.308] (II) modeset(0): Modeline "640x360"x59.9 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)

    [ 7.308] (II) modeset(0): Modeline "640x360"x59.8 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)

    [ 7.308] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)

    [ 7.308] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)

    [ 7.308] (II) modeset(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382 385 445 +hsync -vsync (37.9 kHz d)

    [ 7.308] (II) modeset(0): Modeline "512x384"x85.0 47.25 512 536 584 688 384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)

    [ 7.308] (II) modeset(0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)

    [ 7.308] (II) modeset(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)

    [ 7.308] (II) modeset(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)

    [ 7.308] (II) modeset(0): Modeline "512x384i"x87.1 22.45 512 516 604 632 384 384 388 408 interlace doublescan +hsync +vsync (35.5 kHz d)

    [ 7.308] (II) modeset(0): Modeline "512x288"x60.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)

    [ 7.308] (II) modeset(0): Modeline "512x288"x59.9 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)

    [ 7.308] (II) modeset(0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)

    [ 7.308] (II) modeset(0): Modeline "480x270"x59.6 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)

    [ 7.308] (II) modeset(0): Modeline "480x270"x59.8 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)

    [ 7.308] (II) modeset(0): Modeline "400x300"x85.3 28.15 400 416 448 524 300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)

    [ 7.308] (II) modeset(0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)

    [ 7.308] (II) modeset(0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)

    [ 7.308] (II) modeset(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)

    [ 7.308] (II) modeset(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)

    [ 7.308] (II) modeset(0): Modeline "432x243"x59.9 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)

    [ 7.308] (II) modeset(0): Modeline "432x243"x59.6 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)

    [ 7.308] (II) modeset(0): Modeline "320x240"x85.2 18.00 320 348 376 416 240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)

    [ 7.308] (II) modeset(0): Modeline "320x240"x72.8 15.75 320 332 352 416 240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)

    [ 7.308] (II) modeset(0): Modeline "320x240"x75.0 15.75 320 328 360 420 240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)

    [ 7.308] (II) modeset(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)

    [ 7.308] (II) modeset(0): Modeline "360x202"x59.5 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)

    [ 7.308] (II) modeset(0): Modeline "360x202"x59.1 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)

    [ 7.308] (II) modeset(0): Modeline "360x200"x85.0 17.75 360 378 414 468 200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)

    [ 7.308] (II) modeset(0): Modeline "320x200"x85.3 15.75 320 336 368 416 200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)

    [ 7.308] (II) modeset(0): Modeline "320x180"x59.8 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)

    [ 7.308] (II) modeset(0): Modeline "320x180"x59.3 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)

    [ 7.308] (II) modeset(0): Modeline "320x175"x85.3 15.75 320 336 368 416 175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)

  • [ 7.308] (II) modeset(0): EDID for output DP-1

    [ 7.308] (II) modeset(0): Output eDP-1 connected

    [ 7.308] (II) modeset(0): Output DP-1 disconnected

    [ 7.308] (II) modeset(0): Using exact sizes for initial modes

    [ 7.308] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0

    [ 7.308] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)

    [ 7.308] (==) modeset(0): DPI set to (96, 96)

    [ 7.308] (II) Loading sub module "fb"

    [ 7.308] (II) LoadModule: "fb"

    [ 7.308] (II) Module "fb" already built-in

    [ 7.308] (II) UnloadModule: "fbdev"

    [ 7.308] (II) Unloading fbdev

    [ 7.308] (II) UnloadSubModule: "fbdevhw"

    [ 7.308] (II) Unloading fbdevhw

    [ 7.308] (II) UnloadModule: "vesa"

    [ 7.308] (II) Unloading vesa

    [ 7.319] (==) modeset(0): Backing store enabled

    [ 7.319] (==) modeset(0): Silken mouse enabled

    [ 7.350] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.

    [ 7.350] (==) modeset(0): DPMS enabled

    [ 7.350] (II) modeset(0): [DRI2] Setup complete

    [ 7.350] (II) modeset(0): [DRI2] DRI driver: iris

    [ 7.350] (II) modeset(0): [DRI2] VDPAU driver: va_gl

    [ 7.350] (II) Initializing extension Generic Event Extension

    [ 7.350] (II) Initializing extension SHAPE

    [ 7.350] (II) Initializing extension MIT-SHM

    [ 7.350] (II) Initializing extension XInputExtension

    [ 7.350] (II) Initializing extension XTEST

    [ 7.351] (II) Initializing extension BIG-REQUESTS

    [ 7.351] (II) Initializing extension SYNC

    [ 7.351] (II) Initializing extension XKEYBOARD

    [ 7.351] (II) Initializing extension XC-MISC

    [ 7.351] (II) Initializing extension SECURITY

    [ 7.351] (II) Initializing extension XFIXES

    [ 7.351] (II) Initializing extension RENDER

    [ 7.351] (II) Initializing extension RANDR

    [ 7.351] (II) Initializing extension COMPOSITE

    [ 7.351] (II) Initializing extension DAMAGE

    [ 7.351] (II) Initializing extension MIT-SCREEN-SAVER

    [ 7.351] (II) Initializing extension DOUBLE-BUFFER

    [ 7.351] (II) Initializing extension RECORD

    [ 7.351] (II) Initializing extension DPMS

    [ 7.351] (II) Initializing extension Present

    [ 7.351] (II) Initializing extension DRI3

    [ 7.351] (II) Initializing extension X-Resource

    [ 7.351] (II) Initializing extension XVideo

    [ 7.351] (II) Initializing extension XVideo-MotionCompensation

    [ 7.351] (II) Initializing extension GLX

    [ 7.355] (II) AIGLX: Loaded and initialized iris

    [ 7.355] (II) GLX: Initialized DRI2 GL provider for screen 0

    [ 7.355] (II) Initializing extension XFree86-VidModeExtension

    [ 7.355] (II) Initializing extension XFree86-DGA

    [ 7.355] (II) Initializing extension XFree86-DRI

    [ 7.355] (II) Initializing extension DRI2

    [ 7.355] (II) modeset(0): Damage tracking initialized

    [ 7.355] (II) modeset(0): Setting screen physical size to 508 x 285

    [ 7.407] (II) config/udev: Adding input device Power Button (/dev/input/event4)

    [ 7.407] (**) Power Button: Applying InputClass "evdev keyboard catchall"

    [ 7.407] (**) Power Button: Applying InputClass "libinput keyboard catchall"

    [ 7.407] (**) Power Button: Applying InputClass "system-keyboard"

    [ 7.407] (II) LoadModule: "libinput"

    [ 7.407] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so

    [ 7.410] (II) Module libinput: vendor="X.Org Foundation"

    [ 7.410] compiled for 1.21.1.4, module version = 1.2.1

    [ 7.410] Module class: X.Org XInput Driver

    [ 7.410] ABI class: X.Org XInput driver, version 24.4

    [ 7.410] (II) Using input driver 'libinput' for 'Power Button'

    [ 7.410] (**) Power Button: always reports core events

    [ 7.410] (**) Option "Device" "/dev/input/event4"

    [ 7.418] (II) event4 - Power Button: is tagged by udev as: Keyboard

    [ 7.418] (II) event4 - Power Button: device is a keyboard

    [ 7.418] (II) event4 - Power Button: device removed

    [ 7.455] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event4"

    [ 7.455] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)

    [ 7.455] (**) Option "xkb_model" "microsoftpro"

    [ 7.455] (**) Option "xkb_layout" "de"

    [ 7.455] (**) Option "xkb_variant" "nodeadkeys"

    [ 7.455] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"

    [ 7.465] (II) event4 - Power Button: is tagged by udev as: Keyboard

    [ 7.465] (II) event4 - Power Button: device is a keyboard

    [ 7.466] (II) config/udev: Adding input device Video Bus (/dev/input/event11)

    [ 7.466] (**) Video Bus: Applying InputClass "evdev keyboard catchall"

    [ 7.466] (**) Video Bus: Applying InputClass "libinput keyboard catchall"

    [ 7.466] (**) Video Bus: Applying InputClass "system-keyboard"

    [ 7.466] (II) Using input driver 'libinput' for 'Video Bus'

  • [ 7.466] (**) Video Bus: always reports core events

    [ 7.466] (**) Option "Device" "/dev/input/event11"

    [ 7.466] (II) event11 - Video Bus: is tagged by udev as: Keyboard

    [ 7.466] (II) event11 - Video Bus: device is a keyboard

    [ 7.466] (II) event11 - Video Bus: device removed

    [ 7.519] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input13/event11"

    [ 7.519] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)

    [ 7.519] (**) Option "xkb_model" "microsoftpro"

    [ 7.519] (**) Option "xkb_layout" "de"

    [ 7.519] (**) Option "xkb_variant" "nodeadkeys"

    [ 7.519] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"

    [ 7.519] (II) event11 - Video Bus: is tagged by udev as: Keyboard

    [ 7.519] (II) event11 - Video Bus: device is a keyboard

    [ 7.519] (II) config/udev: Adding input device Video Bus (/dev/input/event10)

    [ 7.519] (**) Video Bus: Applying InputClass "evdev keyboard catchall"

    [ 7.519] (**) Video Bus: Applying InputClass "libinput keyboard catchall"

    [ 7.519] (**) Video Bus: Applying InputClass "system-keyboard"

    [ 7.519] (II) Using input driver 'libinput' for 'Video Bus'

    [ 7.519] (**) Video Bus: always reports core events

    [ 7.519] (**) Option "Device" "/dev/input/event10"

    [ 7.520] (II) event10 - Video Bus: is tagged by udev as: Keyboard

    [ 7.520] (II) event10 - Video Bus: device is a keyboard

    [ 7.520] (II) event10 - Video Bus: device removed

    [ 7.551] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input12/event10"

    [ 7.551] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)

    [ 7.551] (**) Option "xkb_model" "microsoftpro"

    [ 7.551] (**) Option "xkb_layout" "de"

    [ 7.551] (**) Option "xkb_variant" "nodeadkeys"

    [ 7.551] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"

    [ 7.551] (II) event10 - Video Bus: is tagged by udev as: Keyboard

    [ 7.551] (II) event10 - Video Bus: device is a keyboard

    [ 7.551] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)

    [ 7.551] (II) No input driver specified, ignoring this device.

    [ 7.551] (II) This device may have been added with another device file.

    [ 7.552] (II) config/udev: Adding input device Power Button (/dev/input/event3)

    [ 7.552] (**) Power Button: Applying InputClass "evdev keyboard catchall"

    [ 7.552] (**) Power Button: Applying InputClass "libinput keyboard catchall"

    [ 7.552] (**) Power Button: Applying InputClass "system-keyboard"

    [ 7.552] (II) Using input driver 'libinput' for 'Power Button'

    [ 7.552] (**) Power Button: always reports core events

    [ 7.552] (**) Option "Device" "/dev/input/event3"

    [ 7.552] (II) event3 - Power Button: is tagged by udev as: Keyboard

    [ 7.552] (II) event3 - Power Button: device is a keyboard

    [ 7.552] (II) event3 - Power Button: device removed

    [ 7.567] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5/event3"

    [ 7.567] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)

    [ 7.567] (**) Option "xkb_model" "microsoftpro"

    [ 7.567] (**) Option "xkb_layout" "de"

    [ 7.567] (**) Option "xkb_variant" "nodeadkeys"

    [ 7.567] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"

    [ 7.567] (II) event3 - Power Button: is tagged by udev as: Keyboard

    [ 7.567] (II) event3 - Power Button: device is a keyboard

    [ 7.567] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)

    [ 7.567] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"

    [ 7.567] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"

    [ 7.567] (**) Sleep Button: Applying InputClass "system-keyboard"

    [ 7.567] (II) Using input driver 'libinput' for 'Sleep Button'

    [ 7.567] (**) Sleep Button: always reports core events

    [ 7.567] (**) Option "Device" "/dev/input/event2"

    [ 7.568] (II) event2 - Sleep Button: is tagged by udev as: Keyboard

    [ 7.568] (II) event2 - Sleep Button: device is a keyboard

    [ 7.568] (II) event2 - Sleep Button: device removed

    [ 7.583] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4/event2"

    [ 7.583] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)

    [ 7.583] (**) Option "xkb_model" "microsoftpro"

    [ 7.583] (**) Option "xkb_layout" "de"

    [ 7.583] (**) Option "xkb_variant" "nodeadkeys"

    [ 7.583] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"

    [ 7.583] (II) event2 - Sleep Button: is tagged by udev as: Keyboard

    [ 7.583] (II) event2 - Sleep Button: device is a keyboard

    [ 7.584] (II) config/udev: Adding input device YICHIP Wireless Device (/dev/input/event6)

    [ 7.584] (**) YICHIP Wireless Device: Applying InputClass "evdev keyboard catchall"

    [ 7.584] (**) YICHIP Wireless Device: Applying InputClass "libinput keyboard catchall"

    [ 7.584] (**) YICHIP Wireless Device: Applying InputClass "system-keyboard"

    [ 7.584] (II) Using input driver 'libinput' for 'YICHIP Wireless Device'

    [ 7.584] (**) YICHIP Wireless Device: always reports core events

    [ 7.584] (**) Option "Device" "/dev/input/event6"

    [ 7.584] (II) event6 - YICHIP Wireless Device: is tagged by udev as: Keyboard

    [ 7.584] (II) event6 - YICHIP Wireless Device: device is a keyboard

    [ 7.584] (II) event6 - YICHIP Wireless Device: device removed

    [ 7.599] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/0003:3151:3020.0001/input/input7/event6"

    [ 7.599] (II) XINPUT: Adding extended input device "YICHIP Wireless Device" (type: KEYBOARD, id 11)

    [ 7.599] (**) Option "xkb_model" "microsoftpro"

    [ 7.599] (**) Option "xkb_layout" "de"

    [ 7.599] (**) Option "xkb_variant" "nodeadkeys"

    [ 7.599] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"

    [ 7.599] (II) event6 - YICHIP Wireless Device: is tagged by udev as: Keyboard

    [ 7.599] (II) event6 - YICHIP Wireless Device: device is a keyboard

    [ 7.600] (II) config/udev: Adding input device YICHIP Wireless Device Consumer Control (/dev/input/event9)

    [ 7.600] (**) YICHIP Wireless Device Consumer Control: Applying InputClass "evdev keyboard catchall"

    [ 7.600] (**) YICHIP Wireless Device Consumer Control: Applying InputClass "libinput keyboard catchall"

    [ 7.600] (**) YICHIP Wireless Device Consumer Control: Applying InputClass "system-keyboard"

    [ 7.600] (II) Using input driver 'libinput' for 'YICHIP Wireless Device Consumer Control'

    [ 7.600] (**) YICHIP Wireless Device Consumer Control: always reports core events

    [ 7.600] (**) Option "Device" "/dev/input/event9"

    [ 7.600] (II) event9 - YICHIP Wireless Device Consumer Control: is tagged by udev as: Keyboard

    [ 7.600] (II) event9 - YICHIP Wireless Device Consumer Control: device is a keyboard

    [ 7.600] (II) event9 - YICHIP Wireless Device Consumer Control: device removed

    [ 7.615] (II) libinput: YICHIP Wireless Device Consumer Control: needs a virtual subdevice

    [ 7.615] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.1/0003:3151:3020.0002/input/input10/event9"

    [ 7.615] (II) XINPUT: Adding extended input device "YICHIP Wireless Device Consumer Control" (type: MOUSE, id 12)

    [ 7.615] (**) Option "AccelerationScheme" "none"

  • [ 7.615] (**) YICHIP Wireless Device Consumer Control: (accel) selected scheme none/0

    [ 7.615] (**) YICHIP Wireless Device Consumer Control: (accel) acceleration factor: 2.000

    [ 7.615] (**) YICHIP Wireless Device Consumer Control: (accel) acceleration threshold: 4

    [ 7.615] (II) event9 - YICHIP Wireless Device Consumer Control: is tagged by udev as: Keyboard

    [ 7.615] (II) event9 - YICHIP Wireless Device Consumer Control: device is a keyboard

    [ 7.616] (II) config/udev: Adding input device YICHIP Wireless Device Mouse (/dev/input/event7)

    [ 7.616] (**) YICHIP Wireless Device Mouse: Applying InputClass "evdev pointer catchall"

    [ 7.616] (**) YICHIP Wireless Device Mouse: Applying InputClass "libinput pointer catchall"

    [ 7.616] (II) Using input driver 'libinput' for 'YICHIP Wireless Device Mouse'

    [ 7.616] (**) YICHIP Wireless Device Mouse: always reports core events

    [ 7.616] (**) Option "Device" "/dev/input/event7"

    [ 7.616] (II) event7 - YICHIP Wireless Device Mouse: is tagged by udev as: Mouse

    [ 7.616] (II) event7 - YICHIP Wireless Device Mouse: device is a pointer

    [ 7.616] (II) event7 - YICHIP Wireless Device Mouse: device removed

    [ 7.647] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.1/0003:3151:3020.0002/input/input8/event7"

    [ 7.647] (II) XINPUT: Adding extended input device "YICHIP Wireless Device Mouse" (type: MOUSE, id 13)

    [ 7.647] (**) Option "AccelerationScheme" "none"

    [ 7.647] (**) YICHIP Wireless Device Mouse: (accel) selected scheme none/0

    [ 7.647] (**) YICHIP Wireless Device Mouse: (accel) acceleration factor: 2.000

    [ 7.647] (**) YICHIP Wireless Device Mouse: (accel) acceleration threshold: 4

    [ 7.647] (II) event7 - YICHIP Wireless Device Mouse: is tagged by udev as: Mouse

    [ 7.647] (II) event7 - YICHIP Wireless Device Mouse: device is a pointer

    [ 7.648] (II) config/udev: Adding input device YICHIP Wireless Device Mouse (/dev/input/mouse1)

    [ 7.648] (II) No input driver specified, ignoring this device.

    [ 7.648] (II) This device may have been added with another device file.

    [ 7.648] (II) config/udev: Adding input device YICHIP Wireless Device System Control (/dev/input/event8)

    [ 7.648] (**) YICHIP Wireless Device System Control: Applying InputClass "evdev keyboard catchall"

    [ 7.648] (**) YICHIP Wireless Device System Control: Applying InputClass "libinput keyboard catchall"

    [ 7.648] (**) YICHIP Wireless Device System Control: Applying InputClass "system-keyboard"

    [ 7.648] (II) Using input driver 'libinput' for 'YICHIP Wireless Device System Control'

    [ 7.648] (**) YICHIP Wireless Device System Control: always reports core events

    [ 7.648] (**) Option "Device" "/dev/input/event8"

    [ 7.648] (II) event8 - YICHIP Wireless Device System Control: is tagged by udev as: Keyboard

    [ 7.648] (II) event8 - YICHIP Wireless Device System Control: device is a keyboard

    [ 7.648] (II) event8 - YICHIP Wireless Device System Control: device removed

    [ 7.663] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.1/0003:3151:3020.0002/input/input9/event8"

    [ 7.663] (II) XINPUT: Adding extended input device "YICHIP Wireless Device System Control" (type: KEYBOARD, id 14)

    [ 7.663] (**) Option "xkb_model" "microsoftpro"

    [ 7.663] (**) Option "xkb_layout" "de"

    [ 7.663] (**) Option "xkb_variant" "nodeadkeys"

    [ 7.663] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"

    [ 7.663] (II) event8 - YICHIP Wireless Device System Control: is tagged by udev as: Keyboard

    [ 7.663] (II) event8 - YICHIP Wireless Device System Control: device is a keyboard

    [ 7.664] (II) config/udev: Adding input device HD Webcam: HD Webcam (/dev/input/event22)

    [ 7.664] (**) HD Webcam: HD Webcam: Applying InputClass "evdev keyboard catchall"

    [ 7.664] (**) HD Webcam: HD Webcam: Applying InputClass "libinput keyboard catchall"

    [ 7.664] (**) HD Webcam: HD Webcam: Applying InputClass "system-keyboard"

    [ 7.664] (II) Using input driver 'libinput' for 'HD Webcam: HD Webcam'

    [ 7.664] (**) HD Webcam: HD Webcam: always reports core events

    [ 7.664] (**) Option "Device" "/dev/input/event22"

    [ 7.664] (II) event22 - HD Webcam: HD Webcam: is tagged by udev as: Keyboard

    [ 7.664] (II) event22 - HD Webcam: HD Webcam: device is a keyboard

    [ 7.664] (II) event22 - HD Webcam: HD Webcam: device removed

    [ 7.695] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.0/input/input28/event22"

    [ 7.695] (II) XINPUT: Adding extended input device "HD Webcam: HD Webcam" (type: KEYBOARD, id 15)

    [ 7.695] (**) Option "xkb_model" "microsoftpro"

    [ 7.695] (**) Option "xkb_layout" "de"

    [ 7.695] (**) Option "xkb_variant" "nodeadkeys"

    [ 7.695] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"

    [ 7.695] (II) event22 - HD Webcam: HD Webcam: is tagged by udev as: Keyboard

    [ 7.695] (II) event22 - HD Webcam: HD Webcam: device is a keyboard

    [ 7.696] (II) config/udev: Adding input device PNP0C50:00 04F3:30AA Mouse (/dev/input/event15)

    [ 7.696] (**) PNP0C50:00 04F3:30AA Mouse: Applying InputClass "evdev pointer catchall"

    [ 7.696] (**) PNP0C50:00 04F3:30AA Mouse: Applying InputClass "libinput pointer catchall"

    [ 7.696] (II) Using input driver 'libinput' for 'PNP0C50:00 04F3:30AA Mouse'

    [ 7.696] (**) PNP0C50:00 04F3:30AA Mouse: always reports core events

    [ 7.696] (**) Option "Device" "/dev/input/event15"

    [ 7.696] (II) event15 - PNP0C50:00 04F3:30AA Mouse: is tagged by udev as: Mouse Pointingstick

    [ 7.696] (II) event15 - PNP0C50:00 04F3:30AA Mouse: device is a pointer

    [ 7.697] (II) event15 - PNP0C50:00 04F3:30AA Mouse: device removed

    [ 7.727] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-PNP0C50:00/0018:04F3:30AA.0003/input/input20/event15"

    [ 7.727] (II) XINPUT: Adding extended input device "PNP0C50:00 04F3:30AA Mouse" (type: MOUSE, id 16)

    [ 7.727] (**) Option "AccelerationScheme" "none"

    [ 7.727] (**) PNP0C50:00 04F3:30AA Mouse: (accel) selected scheme none/0

    [ 7.727] (**) PNP0C50:00 04F3:30AA Mouse: (accel) acceleration factor: 2.000

    [ 7.727] (**) PNP0C50:00 04F3:30AA Mouse: (accel) acceleration threshold: 4

    [ 7.727] (II) event15 - PNP0C50:00 04F3:30AA Mouse: is tagged by udev as: Mouse Pointingstick

    [ 7.727] (II) event15 - PNP0C50:00 04F3:30AA Mouse: device is a pointer

    [ 7.728] (II) config/udev: Adding input device PNP0C50:00 04F3:30AA Mouse (/dev/input/mouse2)

    [ 7.728] (II) No input driver specified, ignoring this device.

    [ 7.728] (II) This device may have been added with another device file.

    [ 7.728] (II) config/udev: Adding input device PNP0C50:00 04F3:30AA Touchpad (/dev/input/event16)

    [ 7.728] (**) PNP0C50:00 04F3:30AA Touchpad: Applying InputClass "evdev touchpad catchall"

    [ 7.728] (**) PNP0C50:00 04F3:30AA Touchpad: Applying InputClass "libinput touchpad catchall"

    [ 7.728] (II) Using input driver 'libinput' for 'PNP0C50:00 04F3:30AA Touchpad'

    [ 7.728] (**) PNP0C50:00 04F3:30AA Touchpad: always reports core events

    [ 7.728] (**) Option "Device" "/dev/input/event16"