[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1108228: xserver-xorg: Non existing VGA monitor connected



Package: xserver-xorg
Version: 1:7.7+23
Severity: normal


Dear Maintainer,

the xrandr tool shows VGA-1-1 as connected, even though I don't have any VGA
monitor connected.

    $ xrandr | grep connected
    LVDS-1 connected 1366x768+1920+312 (normal left inverted right x axis y axis) 345mm x 194mm
    VGA-2 disconnected (normal left inverted right x axis y axis)
    HDMI-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 476mm x 268mm
    DP-1 disconnected (normal left inverted right x axis y axis)
    VGA-1-1 connected 103x77+3286+312 (normal left inverted right x axis y axis) 0mm x 0mm


GDK reports this additional monitor (below is example) causing issues with some
software, see Bug#1107954:

File gdk_example.cpp:
    #include <gtk/gtk.h>
    #include <iostream>

    int
    main(int argc, char *argv[]) {
        gtk_init(&argc, &argv);

        GdkDisplay *display = gdk_display_get_default();
        if (!display) {
            std::cerr << "Failed to get default display." << std::endl;
            return 1;
        }

        int monitor_count = gdk_display_get_n_monitors(display);
        std::cout << "Number of monitors: " << monitor_count << std::endl;

        for (int i = 0; i < monitor_count; ++i) {
            GdkMonitor *monitor = gdk_display_get_monitor(display, i);
            if (monitor) {
                GdkRectangle geometry;
                gdk_monitor_get_geometry(monitor, &geometry);
                std::cout << "Monitor " << i << ": "
                          << "x=" << geometry.x << ", "
                          << "y=" << geometry.y << ", "
                          << "width=" << geometry.width << ", "
                          << "height=" << geometry.height << std::endl;
            }
        }

        return 0;
    }

Compilation command:
    g++ -o gdk_example.out gdk_example.cpp `pkg-config --cflags --libs gtk+-3.0`

Console output:
    Number of monitors: 3
    Monitor 0: x=0, y=0, width=1920, height=1080
    Monitor 1: x=1920, y=312, width=1366, height=768
    Monitor 2: x=3286, y=312, width=103, height=77


XCB reports width_in_millimeters, height_in_millimeters as 0 for the screen,
causing issues with Qt-based software, see Bug#1107294.

File xcb_example.c:
    #include <stdio.h>
    #include <xcb/xcb.h>

    int
    main()
    {
      xcb_connection_t     *c;
      xcb_screen_t         *screen;
      int                   screen_nbr;
      xcb_screen_iterator_t iter;

      /* Open the connection to the X server. Use the DISPLAY environment variable */
      c = xcb_connect (NULL, &screen_nbr);

      /* Get the screen #screen_nbr */
      iter = xcb_setup_roots_iterator (xcb_get_setup (c));
      for (; iter.rem; --screen_nbr, xcb_screen_next (&iter))
        if (screen_nbr == 0) {
          screen = iter.data;
          break;
        }

      printf ("\n");
      printf ("Informations of screen %ld:\n", screen->root);
      printf ("  width..................: %d\n", screen->width_in_pixels);
      printf ("  height.................: %d\n", screen->height_in_pixels);
      printf ("  width_in_millimeters...: %d\n", screen->width_in_millimeters);
      printf ("  height_in_millimeters..: %d\n", screen->height_in_millimeters);
      printf ("\n");

      return 0;
    }

Compilation command:
    gcc -o xcb_example.out xcb_example.c -lxcb

Console output:
    Informations of screen 1077:
      width..................: 4310
      height.................: 1080
      width_in_millimeters...: 0
      height_in_millimeters..: 0


Could you please help to check why VGA-1-1 is detected and visible as connected?

Regards,
Adam.


Attaching logs:

-- additional log: lspci -vvv
00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
	Subsystem: Lenovo 3rd Gen Core processor DRAM Controller
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: [e0] Vendor Specific Information: Len=0c <?>
	Kernel driver in use: ivb_uncore

00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09) (prog-if 00 [Normal decode])
	Subsystem: Lenovo Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 24
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: 3000-3fff [size=4K] [16-bit]
	Memory behind bridge: d2000000-d30fffff [size=17M] [32-bit]
	Prefetchable memory behind bridge: c0000000-d1ffffff [size=288M] [32-bit]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [88] Subsystem: Lenovo Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port
	Capabilities: [80] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee04004  Data: 0021
	Capabilities: [a0] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #2, Speed 8GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <256ns, L1 <8us
			ClockPM- Surprise- LLActRep- BwNot+ ASPMOptComp+
		LnkCtl:	ASPM L0s L1 Enabled; RCB 64 bytes, Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x16
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #1, PowerLimit 75W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState-
		RootCap: CRSVisible-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR-
			 10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd-
			 AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR- 10BitTagReq- OBFF Disabled, ARIFwd-
			 AtomicOpsCtl: ReqEn- EgressBlck-
		LnkCap2: Supported Link Speeds: 2.5-8GT/s, Crosslink- Retimer- 2Retimers- DRS-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1-
			 EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [100 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [140 v1] Root Complex Link
		Desc:	PortNumber=02 ComponentID=01 EltType=Config
		Link0:	Desc:	TargetPort=00 TargetComponent=01 AssocRCRB- LinkType=MemMapped LinkValid+
			Addr:	00000000fed19000
	Capabilities: [d94 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn- PerformEqu-
		LaneErrStat: 0
	Kernel driver in use: pcieport

00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09) (prog-if 00 [VGA controller])
	Subsystem: Lenovo 3rd Gen Core processor Graphics Controller
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 28
	Region 0: Memory at d3400000 (64-bit, non-prefetchable) [size=4M]
	Region 2: Memory at e0000000 (64-bit, prefetchable) [size=256M]
	Region 4: I/O ports at 4000 [size=64]
	Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
	Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee10004  Data: 0022
	Capabilities: [d0] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [a4] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: i915
	Kernel modules: i915

00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04) (prog-if 30 [XHCI])
	Subsystem: Lenovo 7 Series/C210 Series Chipset Family USB xHCI Host Controller
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 25
	Region 0: Memory at d3a00000 (64-bit, non-prefetchable) [size=64K]
	Capabilities: [70] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [80] MSI: Enable+ Count=1/8 Maskable- 64bit+
		Address: 00000000fee01004  Data: 0021
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci

00:16.0 Communication controller: Intel Corporation 7 Series/C216 Chipset Family MEI Controller #1 (rev 04)
	Subsystem: Lenovo 7 Series/C216 Chipset Family MEI Controller
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 29
	Region 0: Memory at d3a14000 (64-bit, non-prefetchable) [size=16]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [8c] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee20004  Data: 0022
	Kernel driver in use: mei_me
	Kernel modules: mei_me

00:1a.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #2 (rev 04) (prog-if 20 [EHCI])
	Subsystem: Lenovo 7 Series/C216 Chipset Family USB Enhanced Host Controller
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at d3a19000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ehci-pci
	Kernel modules: ehci_pci

00:1b.0 Audio device: Intel Corporation 7 Series/C216 Chipset Family High Definition Audio Controller (rev 04)
	Subsystem: Lenovo 7 Series/C216 Chipset Family High Definition Audio Controller
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 30
	Region 0: Memory at d3a10000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee40004  Data: 0022
	Capabilities: [70] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE- FLReset+
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- FLReset-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
	Capabilities: [100 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=01
			Status:	NegoPending- InProgress-
		VC1:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=1 ArbSelect=Fixed TC/VC=22
			Status:	NegoPending- InProgress-
	Capabilities: [130 v1] Root Complex Link
		Desc:	PortNumber=0f ComponentID=00 EltType=Config
		Link0:	Desc:	TargetPort=00 TargetComponent=00 AssocRCRB- LinkType=MemMapped LinkValid+
			Addr:	00000000fed1c000
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel

00:1c.0 PCI bridge: Intel Corporation 7 Series/C216 Chipset Family PCI Express Root Port 1 (rev c4) (prog-if 00 [Normal decode])
	Subsystem: Lenovo 7 Series/C216 Chipset Family PCI Express Root Port 1
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 17
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: 2000-2fff [size=4K] [16-bit]
	Memory behind bridge: d3900000-d39fffff [size=1M] [32-bit]
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff [disabled] [64-bit]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
		LnkCap:	Port #1, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <512ns, L1 <16us
			ClockPM- Surprise- LLActRep+ BwNot- ASPMOptComp-
		LnkCtl:	ASPM L0s L1 Enabled; RCB 64 bytes, Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1
			TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #0, PowerLimit 10W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState+
		RootCap: CRSVisible-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BC, TimeoutDis+ NROPrPrP- LTR-
			 10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd-
			 AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR- 10BitTagReq- OBFF Disabled, ARIFwd-
			 AtomicOpsCtl: ReqEn- EgressBlck-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
			 EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
		Address: 00000000  Data: 0000
	Capabilities: [90] Subsystem: Lenovo 7 Series/C216 Chipset Family PCI Express Root Port 1
	Capabilities: [a0] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pcieport

00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4) (prog-if 00 [Normal decode])
	Subsystem: Lenovo 7 Series/C210 Series Chipset Family PCI Express Root Port 2
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 16
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	I/O behind bridge: f000-0fff [disabled] [16-bit]
	Memory behind bridge: d3800000-d38fffff [size=1M] [32-bit]
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff [disabled] [64-bit]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
		LnkCap:	Port #2, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <512ns, L1 <16us
			ClockPM- Surprise- LLActRep+ BwNot- ASPMOptComp-
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes, Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1
			TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #1, PowerLimit 10W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState+
		RootCap: CRSVisible-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BC, TimeoutDis+ NROPrPrP- LTR-
			 10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd-
			 AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR- 10BitTagReq- OBFF Disabled, ARIFwd-
			 AtomicOpsCtl: ReqEn- EgressBlck-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
			 EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
		Address: 00000000  Data: 0000
	Capabilities: [90] Subsystem: Lenovo 7 Series/C210 Series Chipset Family PCI Express Root Port 2
	Capabilities: [a0] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pcieport

00:1d.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #1 (rev 04) (prog-if 20 [EHCI])
	Subsystem: Lenovo 7 Series/C216 Chipset Family USB Enhanced Host Controller
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 0: Memory at d3a18000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ehci-pci
	Kernel modules: ehci_pci

00:1f.0 ISA bridge: Intel Corporation HM76 Express Chipset LPC Controller (rev 04)
	Subsystem: Lenovo HM76 Express Chipset LPC Controller
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: [e0] Vendor Specific Information: Len=0c <?>
	Kernel driver in use: lpc_ich
	Kernel modules: lpc_ich

00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04) (prog-if 01 [AHCI 1.0])
	Subsystem: Lenovo 7 Series Chipset Family 6-port SATA Controller [AHCI mode]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 26
	Region 0: I/O ports at 4088 [size=8]
	Region 1: I/O ports at 4094 [size=4]
	Region 2: I/O ports at 4080 [size=8]
	Region 3: I/O ports at 4090 [size=4]
	Region 4: I/O ports at 4060 [size=32]
	Region 5: Memory at d3a17000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee02004  Data: 0022
	Capabilities: [70] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [a8] SATA HBA v1.0 BAR4 Offset=00000004
	Capabilities: [b0] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ahci
	Kernel modules: ahci

00:1f.3 SMBus: Intel Corporation 7 Series/C216 Chipset Family SMBus Controller (rev 04)
	Subsystem: Lenovo 7 Series/C216 Chipset Family SMBus Controller
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin C routed to IRQ 19
	Region 0: Memory at d3a15000 (64-bit, non-prefetchable) [size=256]
	Region 4: I/O ports at 4040 [size=32]
	Kernel driver in use: i801_smbus
	Kernel modules: i2c_i801

01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 620M/630M/635M/640M LE] (rev a1) (prog-if 00 [VGA controller])
	Subsystem: Lenovo GF108M [GeForce GT 620M/630M/635M/640M LE]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 27
	Region 0: Memory at d2000000 (32-bit, non-prefetchable) [size=16M]
	Region 1: Memory at c0000000 (64-bit, prefetchable) [size=256M]
	Region 3: Memory at d0000000 (64-bit, prefetchable) [size=32M]
	Region 5: I/O ports at 3000 [size=128]
	Expansion ROM at d3080000 [disabled] [size=512K]
	Capabilities: [60] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [68] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee08004  Data: 0022
	Capabilities: [78] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 <64us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 75W
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <256ns, L1 <4us
			ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp-
		LnkCtl:	ASPM L0s L1 Enabled; RCB 64 bytes, Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x16
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+ NROPrPrP- LTR-
			 10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- TPHComp- ExtTPHComp-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR- 10BitTagReq- OBFF Disabled,
			 AtomicOpsCtl: ReqEn-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1-
			 EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [b4] Vendor Specific Information: Len=14 <?>
	Capabilities: [100 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [128 v1] Power Budgeting <?>
	Capabilities: [600 v1] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
	Kernel driver in use: nouveau
	Kernel modules: nouveau

01:00.1 Audio device: NVIDIA Corporation GF108 High Definition Audio Controller (rev a1)
	Subsystem: Lenovo GF108 High Definition Audio Controller
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 17
	Region 0: Memory at d3000000 (32-bit, non-prefetchable) [size=16K]
	Capabilities: [60] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D3 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [78] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 75W
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <256ns, L1 <4us
			ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp-
		LnkCtl:	ASPM Disabled; RCB 128 bytes, Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x16
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+ NROPrPrP- LTR-
			 10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- TPHComp- ExtTPHComp-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR- 10BitTagReq- OBFF Disabled,
			 AtomicOpsCtl: ReqEn-
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1-
			 EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel

02:00.0 Ethernet controller: Qualcomm Atheros AR8161 Gigabit Ethernet (rev 10)
	Subsystem: Lenovo AR8161 Gigabit Ethernet
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at d3900000 (64-bit, non-prefetchable) [size=256K]
	Region 2: I/O ports at 2000 [size=128]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 4096 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
			ExtTag- AttnBtn+ AttnInd+ PwrInd+ RBE+ FLReset- SlotPowerLimit 10W
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s unlimited, L1 unlimited
			ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp-
		LnkCtl:	ASPM L0s L1 Enabled; RCB 64 bytes, Disabled- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [c0] MSI: Enable- Count=1/16 Maskable+ 64bit+
		Address: 0000000000000000  Data: 0000
		Masking: 00000000  Pending: 00000000
	Capabilities: [d8] MSI-X: Enable+ Count=16 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP- SDES+ TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP+ Rollover+ Timeout+ AdvNonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
	Capabilities: [180 v1] Device Serial Number ff-2d-75-60-20-89-84-ff
	Kernel driver in use: alx
	Kernel modules: alx

03:00.0 Network controller: Broadcom Inc. and subsidiaries BCM4313 802.11bgn Wireless Network Adapter (rev 01)
	Subsystem: Broadcom Inc. and subsidiaries BCM4313 802.11bgn Wireless Network Adapter
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 17
	Region 0: Memory at d3800000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=2 PME-
	Capabilities: [58] Vendor Specific Information: Len=78 <?>
	Capabilities: [48] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [d0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 10W
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L1, Exit Latency L1 <64us
			ClockPM+ Surprise- LLActRep+ BwNot- ASPMOptComp-
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes, Disabled- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1
			TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
	Capabilities: [13c v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [160 v1] Device Serial Number 00-00-8e-ff-ff-ac-08-3e
	Capabilities: [16c v1] Power Budgeting <?>
	Kernel driver in use: bcma-pci-bridge
	Kernel modules: bcma


-- additional log: Xorg.log - startx logverbose 6
[  1882.057]
X.Org X Server 1.21.1.7
X Protocol Version 11, Revision 0
[  1882.057] Current Operating System: Linux localhost 6.1.0-37-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.140-1 (2025-05-22) x86_64
[  1882.057] Kernel command line: BOOT_IMAGE=/vmlinuz-6.1.0-37-amd64 root=/dev/mapper/Debian-root ro quiet debug loglevel=8
[  1882.057] xorg-server 2:21.1.7-3+deb12u9 (https://www.debian.org/support)
[  1882.057] Current version of pixman: 0.42.2
[  1882.057] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1882.057] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1882.057] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jun 23 15:45:11 2025
[  1882.057] (==) Using config file: "/etc/X11/xorg.conf"
[  1882.057] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1882.057] (==) No Layout section.  Using the first Screen section.
[  1882.057] (==) No screen section available. Using defaults.
[  1882.057] (**) |-->Screen "Default Screen Section" (0)
[  1882.057] (**) |   |-->Monitor "<default monitor>"
[  1882.057] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  1882.057] (==) Automatically adding devices
[  1882.057] (==) Automatically enabling devices
[  1882.057] (==) Automatically adding GPU devices
[  1882.057] (==) Automatically binding GPU devices
[  1882.057] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1882.057] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  1882.057] 	Entry deleted from font path.
[  1882.057] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins
[  1882.057] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1882.057] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1882.057] (II) Loader magic: 0x556f3afadf00
[  1882.057] (II) Module ABI versions:
[  1882.057] 	X.Org ANSI C Emulation: 0.4
[  1882.057] 	X.Org Video Driver: 25.2
[  1882.057] 	X.Org XInput driver : 24.4
[  1882.057] 	X.Org Server Extension : 10.0
[  1882.064] (--) using VT number 2

[  1882.064] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[  1882.065] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1882.065] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[  1882.065] (II) xfree86: Adding drm device (/dev/dri/card1)
[  1882.065] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[  1882.073] (--) PCI:*(0@0:2:0) 8086:0166:17aa:3901 rev 9, Mem @ 0xd3400000/4194304, 0xe0000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[  1882.073] (--) PCI: (1@0:0:0) 10de:0de9:17aa:3901 rev 161, Mem @ 0xd2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[  1882.073] (II) LoadModule: "glx"
[  1882.073] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1882.074] (II) Module glx: vendor="X.Org Foundation"
[  1882.074] 	compiled for 1.21.1.7, module version = 1.0.0
[  1882.074] 	ABI class: X.Org Server Extension, version 10.0
[  1882.150] (==) Matched modesetting as autoconfigured driver 0
[  1882.150] (==) Matched fbdev as autoconfigured driver 1
[  1882.150] (==) Matched vesa as autoconfigured driver 2
[  1882.150] (==) Assigned the driver to the xf86ConfigLayout
[  1882.150] (II) LoadModule: "modesetting"
[  1882.150] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  1882.150] (II) Module modesetting: vendor="X.Org Foundation"
[  1882.150] 	compiled for 1.21.1.7, module version = 1.21.1
[  1882.150] 	Module class: X.Org Video Driver
[  1882.150] 	ABI class: X.Org Video Driver, version 25.2
[  1882.150] (II) LoadModule: "fbdev"
[  1882.150] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[  1882.150] (II) Module fbdev: vendor="X.Org Foundation"
[  1882.150] 	compiled for 1.21.1.3, module version = 0.5.0
[  1882.150] 	Module class: X.Org Video Driver
[  1882.150] 	ABI class: X.Org Video Driver, version 25.2
[  1882.150] (II) LoadModule: "vesa"
[  1882.150] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[  1882.150] (II) Module vesa: vendor="X.Org Foundation"
[  1882.150] 	compiled for 1.21.1.3, module version = 2.5.0
[  1882.150] 	Module class: X.Org Video Driver
[  1882.150] 	ABI class: X.Org Video Driver, version 25.2
[  1882.150] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  1882.150] (II) FBDEV: driver for framebuffer: fbdev
[  1882.150] (II) VESA: driver for VESA chipsets: vesa
[  1882.171] (II) modeset(0): using drv /dev/dri/card1
[  1882.171] (WW) Falling back to old probe method for fbdev
[  1882.171] (II) Loading sub module "fbdevhw"
[  1882.171] (II) LoadModule: "fbdevhw"
[  1882.171] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[  1882.171] (II) Module fbdevhw: vendor="X.Org Foundation"
[  1882.171] 	compiled for 1.21.1.7, module version = 0.0.2
[  1882.172] 	ABI class: X.Org Video Driver, version 25.2
[  1882.172] (II) modeset(G0): using drv /dev/dri/card0
[  1882.172] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  1882.172] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[  1882.172] (==) modeset(0): RGB weight 888
[  1882.172] (==) modeset(0): Default visual is TrueColor
[  1882.172] (II) Loading sub module "glamoregl"
[  1882.172] (II) LoadModule: "glamoregl"
[  1882.172] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  1882.180] (II) Module glamoregl: vendor="X.Org Foundation"
[  1882.180] 	compiled for 1.21.1.7, module version = 1.0.1
[  1882.180] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1882.241] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 4000 (IVB GT2)
[  1882.241] (II) modeset(0): glamor initialized
[  1882.241] (==) modeset(0): VariableRefresh: disabled
[  1882.241] (==) modeset(0): AsyncFlipSecondaries: disabled
[  1882.241] (II) modeset(0): Output LVDS-1 has no monitor section
[  1882.242] (II) modeset(0): Output VGA-2 has no monitor section
[  1882.269] (II) modeset(0): Output HDMI-1 has no monitor section
[  1882.348] (II) modeset(0): Output DP-1 has no monitor section
[  1882.348] (II) modeset(0): Up to 4 crtcs needed for screen.
[  1882.348] (II) modeset(0): Allocated crtc nr. 0 to this screen.
[  1882.349] (II) modeset(0): Allocated crtc nr. 1 to this screen.
[  1882.349] (II) modeset(0): Allocated crtc nr. 2 to this screen.
[  1882.349] (II) modeset(0): EDID for output LVDS-1
[  1882.349] (II) modeset(0): Manufacturer: LGD  Model: 34b  Serial#: 0
[  1882.349] (II) modeset(0): Year: 2011  Week: 0
[  1882.349] (II) modeset(0): EDID Version: 1.3
[  1882.349] (II) modeset(0): Digital Display Input
[  1882.349] (II) modeset(0): Max Image Size [cm]: horiz.: 35  vert.: 19
[  1882.349] (II) modeset(0): Gamma: 2.20
[  1882.349] (II) modeset(0): No DPMS capabilities specified
[  1882.349] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[  1882.349] (II) modeset(0): First detailed timing is preferred mode
[  1882.349] (II) modeset(0): redX: 0.587 redY: 0.349   greenX: 0.336 greenY: 0.563
[  1882.349] (II) modeset(0): blueX: 0.157 blueY: 0.120   whiteX: 0.313 whiteY: 0.329
[  1882.349] (II) modeset(0): Manufacturer's mask: 0
[  1882.349] (II) modeset(0): Supported detailed timing:
[  1882.349] (II) modeset(0): clock: 69.3 MHz   Image Size:  345 x 194 mm
[  1882.349] (II) modeset(0): h_active: 1366  h_sync: 1398  h_sync_end 1430 h_blank_end 1470 h_border: 0
[  1882.349] (II) modeset(0): v_active: 768  v_sync: 773  v_sync_end 776 v_blanking: 786 v_border: 0
[  1882.349] (II) modeset(0):  LG Display
[  1882.349] (II) modeset(0):  LP156WH3-TLE1
[  1882.349] (II) modeset(0): EDID (in hex):
[  1882.349] (II) modeset(0): 	00ffffffffffff0030e44b0300000000
[  1882.349] (II) modeset(0): 	00150103802313780a51759659569028
[  1882.349] (II) modeset(0): 	1e505400000001010101010101010101
[  1882.349] (II) modeset(0): 	010101010101121b5668500012302020
[  1882.349] (II) modeset(0): 	530059c2100000190000000000000000
[  1882.349] (II) modeset(0): 	00000000000000000000000000fe004c
[  1882.349] (II) modeset(0): 	4720446973706c61790a2020000000fe
[  1882.349] (II) modeset(0): 	004c503135365748332d544c4531004e
[  1882.349] (II) modeset(0): Printing probed modes for output LVDS-1
[  1882.349] (II) modeset(0): Modeline "1366x768"x60.0   69.30  1366 1398 1430 1470  768 773 776 786 -hsync -vsync (47.1 kHz eP)
[  1882.349] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[  1882.349] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[  1882.349] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[  1882.349] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[  1882.349] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[  1882.349] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[  1882.349] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[  1882.349] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[  1882.349] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[  1882.349] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[  1882.349] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[  1882.349] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[  1882.349] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[  1882.349] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[  1882.349] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[  1882.349] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[  1882.349] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[  1882.349] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[  1882.349] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[  1882.349] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[  1882.349] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[  1882.349] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[  1882.349] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[  1882.349] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[  1882.349] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[  1882.350] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[  1882.350] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[  1882.350] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[  1882.350] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[  1882.350] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[  1882.350] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[  1882.350] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[  1882.350] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[  1882.350] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[  1882.350] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[  1882.350] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[  1882.350] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[  1882.350] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[  1882.350] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[  1882.350] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[  1882.350] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[  1882.350] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[  1882.350] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[  1882.350] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[  1882.350] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[  1882.350] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[  1882.350] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[  1882.350] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[  1882.350] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[  1882.350] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[  1882.350] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[  1882.350] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[  1882.350] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[  1882.350] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[  1882.350] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[  1882.350] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[  1882.350] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[  1882.350] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[  1882.351] (II) modeset(0): EDID for output VGA-2
[  1882.378] (II) modeset(0): EDID for output HDMI-1
[  1882.378] (II) modeset(0): Manufacturer: BNQ  Model: 78db  Serial#: 21573
[  1882.378] (II) modeset(0): Year: 2016  Week: 8
[  1882.378] (II) modeset(0): EDID Version: 1.3
[  1882.378] (II) modeset(0): Digital Display Input
[  1882.378] (II) modeset(0): Max Image Size [cm]: horiz.: 48  vert.: 27
[  1882.378] (II) modeset(0): Gamma: 2.20
[  1882.378] (II) modeset(0): DPMS capabilities: Off
[  1882.378] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[  1882.378] (II) modeset(0): Default color space is primary color space
[  1882.378] (II) modeset(0): First detailed timing is preferred mode
[  1882.378] (II) modeset(0): redX: 0.651 redY: 0.335   greenX: 0.320 greenY: 0.625
[  1882.378] (II) modeset(0): blueX: 0.152 blueY: 0.066   whiteX: 0.312 whiteY: 0.327
[  1882.378] (II) modeset(0): Supported established timings:
[  1882.378] (II) modeset(0): 720x400@70Hz
[  1882.378] (II) modeset(0): 640x480@60Hz
[  1882.378] (II) modeset(0): 640x480@75Hz
[  1882.378] (II) modeset(0): 800x600@60Hz
[  1882.378] (II) modeset(0): 800x600@75Hz
[  1882.378] (II) modeset(0): 832x624@75Hz
[  1882.378] (II) modeset(0): 1024x768@60Hz
[  1882.378] (II) modeset(0): 1024x768@75Hz
[  1882.378] (II) modeset(0): 1280x1024@75Hz
[  1882.378] (II) modeset(0): 1152x864@75Hz
[  1882.378] (II) modeset(0): Manufacturer's mask: 0
[  1882.378] (II) modeset(0): Supported standard timings:
[  1882.378] (II) modeset(0): #0: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[  1882.378] (II) modeset(0): #1: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[  1882.378] (II) modeset(0): #2: hsize: 1280  vsize 800  refresh: 60  vid: 129
[  1882.378] (II) modeset(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[  1882.378] (II) modeset(0): #4: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[  1882.378] (II) modeset(0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[  1882.378] (II) modeset(0): Supported detailed timing:
[  1882.378] (II) modeset(0): clock: 148.5 MHz   Image Size:  476 x 268 mm
[  1882.378] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[  1882.378] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[  1882.378] (II) modeset(0): Serial No: N2G01224019
[  1882.378] (II) modeset(0): Ranges: V min: 50 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[  1882.378] (II) modeset(0): Monitor name: BenQ GW2270
[  1882.378] (II) modeset(0): Supported detailed timing:
[  1882.378] (II) modeset(0): clock: 148.5 MHz   Image Size:  476 x 268 mm
[  1882.378] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[  1882.378] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[  1882.379] (II) modeset(0): Supported detailed timing:
[  1882.379] (II) modeset(0): clock: 74.2 MHz   Image Size:  476 x 268 mm
[  1882.379] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[  1882.379] (II) modeset(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[  1882.379] (II) modeset(0): Supported detailed timing:
[  1882.379] (II) modeset(0): clock: 74.2 MHz   Image Size:  476 x 268 mm
[  1882.379] (II) modeset(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[  1882.379] (II) modeset(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[  1882.379] (II) modeset(0): Supported detailed timing:
[  1882.379] (II) modeset(0): clock: 27.0 MHz   Image Size:  476 x 268 mm
[  1882.379] (II) modeset(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[  1882.379] (II) modeset(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[  1882.379] (II) modeset(0): Number of EDID sections to follow: 1
[  1882.379] (II) modeset(0): EDID (in hex):
[  1882.379] (II) modeset(0): 	00ffffffffffff0009d1db7845540000
[  1882.379] (II) modeset(0): 	081a010380301b782ef003a65552a027
[  1882.379] (II) modeset(0): 	115053a56b80d1c081c081008180a9c0
[  1882.379] (II) modeset(0): 	b30001010101023a801871382d40582c
[  1882.379] (II) modeset(0): 	4500dc0c1100001e000000ff004e3247
[  1882.379] (II) modeset(0): 	30313232343031390a20000000fd0032
[  1882.379] (II) modeset(0): 	4c1e5311000a202020202020000000fc
[  1882.379] (II) modeset(0): 	0042656e51204757323237300a2001c0
[  1882.379] (II) modeset(0): 	020322f14f901f051404130312071615
[  1882.379] (II) modeset(0): 	01061102230907078301000065030c00
[  1882.379] (II) modeset(0): 	1000023a801871382d40582c4500dc0c
[  1882.379] (II) modeset(0): 	1100001e011d8018711c1620582c2500
[  1882.379] (II) modeset(0): 	dc0c1100009e011d007251d01e206e28
[  1882.379] (II) modeset(0): 	5500dc0c1100001e8c0ad08a20e02d10
[  1882.379] (II) modeset(0): 	103e9600dc0c11000018000000000000
[  1882.379] (II) modeset(0): 	00000000000000000000000000000081
[  1882.379] (II) modeset(0): Printing probed modes for output HDMI-1
[  1882.379] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  1882.379] (II) modeset(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[  1882.379] (II) modeset(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[  1882.379] (II) modeset(0): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[  1882.379] (II) modeset(0): Modeline "1920x1080i"x50.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[  1882.379] (II) modeset(0): Modeline "1920x1080i"x59.9   74.18  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
[  1882.379] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[  1882.379] (II) modeset(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[  1882.379] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  1882.379] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  1882.379] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[  1882.379] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  1882.379] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  1882.379] (II) modeset(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[  1882.379] (II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  1882.379] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  1882.379] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  1882.379] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[  1882.379] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  1882.379] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  1882.379] (II) modeset(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[  1882.379] (II) modeset(0): Modeline "720x576i"x50.0   13.50  720 732 795 864  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[  1882.379] (II) modeset(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  1882.379] (II) modeset(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  1882.379] (II) modeset(0): Modeline "720x480i"x60.0   13.51  720 739 801 858  480 488 494 525 interlace -hsync -vsync (15.8 kHz e)
[  1882.379] (II) modeset(0): Modeline "720x480i"x59.9   13.50  720 739 801 858  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[  1882.379] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  1882.379] (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  1882.379] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  1882.379] (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  1882.458] (II) modeset(0): EDID for output DP-1
[  1882.458] (II) modeset(0): Output LVDS-1 connected
[  1882.458] (II) modeset(0): Output VGA-2 disconnected
[  1882.458] (II) modeset(0): Output HDMI-1 connected
[  1882.458] (II) modeset(0): Output DP-1 disconnected
[  1882.458] (II) modeset(0): Using spanning desktop for initial modes
[  1882.458] (II) modeset(0): Output LVDS-1 using initial mode 1366x768 +0+0
[  1882.458] (II) modeset(0): Output HDMI-1 using initial mode 1920x1080 +1366+0
[  1882.458] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[  1882.458] (==) modeset(0): DPI set to (96, 96)
[  1882.458] (II) Loading sub module "fb"
[  1882.458] (II) LoadModule: "fb"
[  1882.458] (II) Module "fb" already built-in
[  1882.458] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[  1882.458] (==) modeset(G0): RGB weight 888
[  1882.458] (==) modeset(G0): Default visual is TrueColor
[  1882.458] (II) Loading sub module "glamoregl"
[  1882.458] (II) LoadModule: "glamoregl"
[  1882.458] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  1882.459] (II) Module glamoregl: vendor="X.Org Foundation"
[  1882.459] 	compiled for 1.21.1.7, module version = 1.0.1
[  1882.459] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1882.469] (II) modeset(G0): glamor X acceleration enabled on NVC1
[  1882.469] (II) modeset(G0): glamor initialized
[  1882.480] (II) modeset(G0): Output VGA-1-1 has no monitor section
[  1882.480] (II) modeset(G0): Up to 1 crtcs needed for screen.
[  1882.480] (II) modeset(G0): Allocated crtc nr. 0 to this screen.
[  1882.480] (II) modeset(G0): Allocated crtc nr. 1 to this screen.
[  1882.490] (II) modeset(G0): EDID for output VGA-1-1
[  1882.491] (II) modeset(G0): Printing probed modes for output VGA-1-1
[  1882.491] (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[  1882.491] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  1882.491] (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[  1882.491] (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[  1882.491] (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[  1882.491] (II) modeset(G0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[  1882.491] (II) modeset(G0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[  1882.491] (II) modeset(G0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[  1882.491] (II) modeset(G0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[  1882.491] (II) modeset(G0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[  1882.491] (II) modeset(G0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[  1882.491] (II) modeset(G0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[  1882.491] (II) modeset(G0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[  1882.491] (II) modeset(G0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[  1882.491] (II) modeset(G0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[  1882.491] (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[  1882.491] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  1882.491] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  1882.491] (II) modeset(G0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[  1882.491] (II) modeset(G0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[  1882.491] (II) modeset(G0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[  1882.491] (II) modeset(G0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[  1882.491] (II) modeset(G0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[  1882.491] (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[  1882.491] (II) modeset(G0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[  1882.491] (II) modeset(G0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[  1882.491] (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[  1882.491] (II) modeset(G0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[  1882.491] (II) modeset(G0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[  1882.491] (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[  1882.491] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  1882.491] (II) modeset(G0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[  1882.491] (II) modeset(G0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[  1882.491] (II) modeset(G0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[  1882.491] (II) modeset(G0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[  1882.491] (II) modeset(G0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[  1882.491] (II) modeset(G0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[  1882.491] (II) modeset(G0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[  1882.491] (II) modeset(G0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[  1882.491] (II) modeset(G0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[  1882.491] (II) modeset(G0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[  1882.491] (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[  1882.491] (II) modeset(G0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[  1882.491] (II) modeset(G0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[  1882.491] (II) modeset(G0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[  1882.491] (II) modeset(G0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[  1882.491] (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[  1882.491] (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[  1882.491] (II) modeset(G0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[  1882.491] (II) modeset(G0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[  1882.491] (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[  1882.491] (II) modeset(G0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[  1882.491] (II) modeset(G0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[  1882.491] (II) modeset(G0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[  1882.491] (II) modeset(G0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[  1882.491] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[  1882.491] (==) modeset(G0): DPI set to (96, 96)
[  1882.491] (II) Loading sub module "fb"
[  1882.491] (II) LoadModule: "fb"
[  1882.491] (II) Module "fb" already built-in
[  1882.491] (II) UnloadModule: "fbdev"
[  1882.491] (II) Unloading fbdev
[  1882.491] (II) UnloadSubModule: "fbdevhw"
[  1882.492] (II) Unloading fbdevhw
[  1882.492] (II) UnloadModule: "vesa"
[  1882.492] (II) Unloading vesa
[  1882.512] (==) modeset(0): Backing store enabled
[  1882.512] (==) modeset(0): Silken mouse enabled
[  1882.638] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[  1882.638] (II) modeset(0): Gamma ramp set to 1024 entries on CRTC 0
[  1882.638] (II) modeset(0): Gamma ramp set to 1024 entries on CRTC 1
[  1882.638] (II) modeset(0): Gamma ramp set to 1024 entries on CRTC 2
[  1882.638] (==) modeset(0): DPMS enabled
[  1882.638] (II) modeset(0): [DRI2] Setup complete
[  1882.638] (II) modeset(0): [DRI2]   DRI driver: crocus
[  1882.638] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[  1882.646] (==) modeset(G0): Backing store enabled
[  1882.646] (==) modeset(G0): Silken mouse enabled
[  1882.646] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[  1882.646] (==) modeset(G0): DPMS enabled
[  1882.646] (II) modeset(G0): [DRI2] Setup complete
[  1882.646] (II) modeset(G0): [DRI2]   DRI driver: nouveau
[  1882.646] (II) modeset(G0): [DRI2]   VDPAU driver: nouveau
[  1882.647] (II) Initializing extension Generic Event Extension
[  1882.647] (II) Initializing extension SHAPE
[  1882.647] (II) Initializing extension MIT-SHM
[  1882.647] (II) Initializing extension XInputExtension
[  1882.648] (II) Initializing extension XTEST
[  1882.648] (II) Initializing extension BIG-REQUESTS
[  1882.648] (II) Initializing extension SYNC
[  1882.648] (II) Initializing extension XKEYBOARD
[  1882.649] (II) Initializing extension XC-MISC
[  1882.649] (II) Initializing extension SECURITY
[  1882.649] (II) Initializing extension XFIXES
[  1882.649] (II) Initializing extension RENDER
[  1882.650] (II) Initializing extension RANDR
[  1882.650] (II) Initializing extension COMPOSITE
[  1882.650] (II) Initializing extension DAMAGE
[  1882.650] (II) Initializing extension MIT-SCREEN-SAVER
[  1882.651] (II) Initializing extension DOUBLE-BUFFER
[  1882.651] (II) Initializing extension RECORD
[  1882.651] (II) Initializing extension DPMS
[  1882.651] (II) Initializing extension Present
[  1882.652] (II) Initializing extension DRI3
[  1882.652] (II) Initializing extension X-Resource
[  1882.652] (II) Initializing extension XVideo
[  1882.652] (II) Initializing extension XVideo-MotionCompensation
[  1882.652] (II) Initializing extension SELinux
[  1882.652] (II) SELinux: Disabled on system
[  1882.652] (II) Initializing extension GLX
[  1882.667] (II) AIGLX: Loaded and initialized crocus
[  1882.667] (II) GLX: Initialized DRI2 GL provider for screen 0
[  1882.667] (II) Initializing extension XFree86-VidModeExtension
[  1882.667] (II) Initializing extension XFree86-DGA
[  1882.668] (II) Initializing extension XFree86-DRI
[  1882.668] (II) Initializing extension DRI2
[  1882.669] (II) modeset(G0): Damage tracking initialized
[  1882.669] (II) modeset(0): Damage tracking initialized
[  1882.669] (II) modeset(0): Setting screen physical size to 869 x 285
[  1882.723] (II) XKB: Reusing cached keymap
[  1882.762] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[  1882.762] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1882.762] (II) LoadModule: "libinput"
[  1882.762] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  1882.765] (II) Module libinput: vendor="X.Org Foundation"
[  1882.765] 	compiled for 1.21.1.3, module version = 1.2.1
[  1882.765] 	Module class: X.Org XInput Driver
[  1882.765] 	ABI class: X.Org XInput driver, version 24.4
[  1882.765] (II) Using input driver 'libinput' for 'Power Button'
[  1882.765] 	Option "_source" "server/udev"
[  1882.765] 	Option "name" "Power Button"
[  1882.765] 	Option "path" "/dev/input/event4"
[  1882.765] 	Option "device" "/dev/input/event4"
[  1882.765] 	Option "major" "13"
[  1882.765] 	Option "minor" "68"
[  1882.765] 	Option "xkb_layout" "pl"
[  1882.765] 	Option "xkb_model" "pc105"
[  1882.765] 	Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event4"
[  1882.765] 	Option "driver" "libinput"
[  1882.765] (**) Power Button: always reports core events
[  1882.765] (**) Option "Device" "/dev/input/event4"
[  1882.767] (**) Option "Device" "/dev/input/event4"
[  1882.768] (II) event4  - Power Button: is tagged by udev as: Keyboard
[  1882.768] (II) event4  - Power Button: device is a keyboard
[  1882.768] (II) event4  - Power Button: device removed
[  1882.788] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event4"
[  1882.788] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  1882.788] (**) Option "xkb_model" "pc105"
[  1882.788] (**) Option "xkb_layout" "pl"
[  1882.811] (**) Option "Device" "/dev/input/event4"
[  1882.812] (II) event4  - Power Button: is tagged by udev as: Keyboard
[  1882.812] (II) event4  - Power Button: device is a keyboard
[  1882.813] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[  1882.813] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  1882.813] (II) Using input driver 'libinput' for 'Video Bus'
[  1882.813] 	Option "_source" "server/udev"
[  1882.813] 	Option "name" "Video Bus"
[  1882.813] 	Option "path" "/dev/input/event6"
[  1882.813] 	Option "device" "/dev/input/event6"
[  1882.813] 	Option "major" "13"
[  1882.813] 	Option "minor" "70"
[  1882.813] 	Option "xkb_layout" "pl"
[  1882.813] 	Option "xkb_model" "pc105"
[  1882.813] 	Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:03/input/input8/event6"
[  1882.813] 	Option "driver" "libinput"
[  1882.813] (**) Video Bus: always reports core events
[  1882.813] (**) Option "Device" "/dev/input/event6"
[  1882.814] (**) Option "Device" "/dev/input/event6"
[  1882.815] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[  1882.815] (II) event6  - Video Bus: device is a keyboard
[  1882.815] (II) event6  - Video Bus: device removed
[  1882.860] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:03/input/input8/event6"
[  1882.860] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  1882.860] (**) Option "xkb_model" "pc105"
[  1882.860] (**) Option "xkb_layout" "pl"
[  1882.860] (II) XKB: Reusing cached keymap
[  1882.860] (**) Option "Device" "/dev/input/event6"
[  1882.862] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[  1882.862] (II) event6  - Video Bus: device is a keyboard
[  1882.863] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  1882.863] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1882.863] (II) Using input driver 'libinput' for 'Power Button'
[  1882.863] 	Option "_source" "server/udev"
[  1882.863] 	Option "name" "Power Button"
[  1882.863] 	Option "path" "/dev/input/event1"
[  1882.863] 	Option "device" "/dev/input/event1"
[  1882.863] 	Option "major" "13"
[  1882.863] 	Option "minor" "65"
[  1882.863] 	Option "xkb_layout" "pl"
[  1882.863] 	Option "xkb_model" "pc105"
[  1882.863] 	Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0C:00/input/input2/event1"
[  1882.863] 	Option "driver" "libinput"
[  1882.863] (**) Power Button: always reports core events
[  1882.863] (**) Option "Device" "/dev/input/event1"
[  1882.863] (**) Option "Device" "/dev/input/event1"
[  1882.864] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  1882.865] (II) event1  - Power Button: device is a keyboard
[  1882.865] (II) event1  - Power Button: device removed
[  1882.884] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0C:00/input/input2/event1"
[  1882.884] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[  1882.884] (**) Option "xkb_model" "pc105"
[  1882.884] (**) Option "xkb_layout" "pl"
[  1882.884] (II) XKB: Reusing cached keymap
[  1882.884] (**) Option "Device" "/dev/input/event1"
[  1882.886] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  1882.886] (II) event1  - Power Button: device is a keyboard
[  1882.887] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[  1882.887] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[  1882.887] (II) Using input driver 'libinput' for 'Sleep Button'
[  1882.887] 	Option "_source" "server/udev"
[  1882.887] 	Option "name" "Sleep Button"
[  1882.887] 	Option "path" "/dev/input/event2"
[  1882.887] 	Option "device" "/dev/input/event2"
[  1882.887] 	Option "major" "13"
[  1882.887] 	Option "minor" "66"
[  1882.887] 	Option "xkb_layout" "pl"
[  1882.887] 	Option "xkb_model" "pc105"
[  1882.887] 	Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0E:00/input/input3/event2"
[  1882.887] 	Option "driver" "libinput"
[  1882.887] (**) Sleep Button: always reports core events
[  1882.887] (**) Option "Device" "/dev/input/event2"
[  1882.888] (**) Option "Device" "/dev/input/event2"
[  1882.889] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[  1882.889] (II) event2  - Sleep Button: device is a keyboard
[  1882.889] (II) event2  - Sleep Button: device removed
[  1882.912] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0E:00/input/input3/event2"
[  1882.912] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[  1882.912] (**) Option "xkb_model" "pc105"
[  1882.912] (**) Option "xkb_layout" "pl"
[  1882.912] (II) XKB: Reusing cached keymap
[  1882.912] (**) Option "Device" "/dev/input/event2"
[  1882.914] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[  1882.914] (II) event2  - Sleep Button: device is a keyboard
[  1882.915] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[  1882.915] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  1882.915] (II) Using input driver 'libinput' for 'Video Bus'
[  1882.915] 	Option "_source" "server/udev"
[  1882.915] 	Option "name" "Video Bus"
[  1882.915] 	Option "path" "/dev/input/event5"
[  1882.915] 	Option "device" "/dev/input/event5"
[  1882.915] 	Option "major" "13"
[  1882.915] 	Option "minor" "69"
[  1882.915] 	Option "xkb_layout" "pl"
[  1882.915] 	Option "xkb_model" "pc105"
[  1882.915] 	Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:35/LNXVIDEO:00/input/input7/event5"
[  1882.915] 	Option "driver" "libinput"
[  1882.915] (**) Video Bus: always reports core events
[  1882.915] (**) Option "Device" "/dev/input/event5"
[  1882.916] (**) Option "Device" "/dev/input/event5"
[  1882.917] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[  1882.917] (II) event5  - Video Bus: device is a keyboard
[  1882.917] (II) event5  - Video Bus: device removed
[  1882.952] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:35/LNXVIDEO:00/input/input7/event5"
[  1882.952] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 10)
[  1882.952] (**) Option "xkb_model" "pc105"
[  1882.952] (**) Option "xkb_layout" "pl"
[  1882.952] (II) XKB: Reusing cached keymap
[  1882.952] (**) Option "Device" "/dev/input/event5"
[  1882.954] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[  1882.954] (II) event5  - Video Bus: device is a keyboard
[  1882.955] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
[  1882.955] (II) No input driver specified, ignoring this device.
[  1882.955] (II) This device may have been added with another device file.
[  1882.956] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event18)
[  1882.956] (II) No input driver specified, ignoring this device.
[  1882.956] (II) This device may have been added with another device file.
[  1882.957] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event19)
[  1882.957] (II) No input driver specified, ignoring this device.
[  1882.957] (II) This device may have been added with another device file.
[  1882.957] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event20)
[  1882.957] (II) No input driver specified, ignoring this device.
[  1882.957] (II) This device may have been added with another device file.
[  1882.958] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event21)
[  1882.958] (II) No input driver specified, ignoring this device.
[  1882.958] (II) This device may have been added with another device file.
[  1882.959] (II) config/udev: Adding input device SSCYPL Wireless-Receiver (/dev/input/event8)
[  1882.959] (**) SSCYPL Wireless-Receiver: Applying InputClass "libinput pointer catchall"
[  1882.959] (II) Using input driver 'libinput' for 'SSCYPL Wireless-Receiver'
[  1882.959] 	Option "_source" "server/udev"
[  1882.959] 	Option "name" "SSCYPL Wireless-Receiver"
[  1882.959] 	Option "path" "/dev/input/event8"
[  1882.959] 	Option "device" "/dev/input/event8"
[  1882.959] 	Option "major" "13"
[  1882.959] 	Option "minor" "72"
[  1882.959] 	Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.1/2-4.1:1.0/0003:248A:5B2F.0001/input/input9/event8"
[  1882.959] 	Option "driver" "libinput"
[  1882.959] (**) SSCYPL Wireless-Receiver: always reports core events
[  1882.959] (**) Option "Device" "/dev/input/event8"
[  1882.960] (**) Option "Device" "/dev/input/event8"
[  1883.023] (II) event8  - SSCYPL Wireless-Receiver: is tagged by udev as: Mouse
[  1883.024] (II) event8  - SSCYPL Wireless-Receiver: device is a pointer
[  1883.025] (II) event8  - SSCYPL Wireless-Receiver: device removed
[  1883.068] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.1/2-4.1:1.0/0003:248A:5B2F.0001/input/input9/event8"
[  1883.068] (II) XINPUT: Adding extended input device "SSCYPL Wireless-Receiver" (type: MOUSE, id 11)
[  1883.068] (**) Option "AccelerationScheme" "none"
[  1883.069] (**) SSCYPL Wireless-Receiver: (accel) selected scheme none/0
[  1883.069] (**) SSCYPL Wireless-Receiver: (accel) acceleration factor: 2.000
[  1883.069] (**) SSCYPL Wireless-Receiver: (accel) acceleration threshold: 4
[  1883.069] (**) Option "Device" "/dev/input/event8"
[  1883.131] (II) event8  - SSCYPL Wireless-Receiver: is tagged by udev as: Mouse
[  1883.132] (II) event8  - SSCYPL Wireless-Receiver: device is a pointer
[  1883.134] (II) config/udev: Adding input device SSCYPL Wireless-Receiver (/dev/input/mouse1)
[  1883.135] (II) No input driver specified, ignoring this device.
[  1883.135] (II) This device may have been added with another device file.
[  1883.137] (II) config/udev: Adding input device SSCYPL Wireless-Receiver Keyboard (/dev/input/event9)
[  1883.137] (**) SSCYPL Wireless-Receiver Keyboard: Applying InputClass "libinput keyboard catchall"
[  1883.137] (II) Using input driver 'libinput' for 'SSCYPL Wireless-Receiver Keyboard'
[  1883.137] 	Option "_source" "server/udev"
[  1883.137] 	Option "name" "SSCYPL Wireless-Receiver Keyboard"
[  1883.137] 	Option "path" "/dev/input/event9"
[  1883.137] 	Option "device" "/dev/input/event9"
[  1883.137] 	Option "major" "13"
[  1883.137] 	Option "minor" "73"
[  1883.137] 	Option "xkb_layout" "pl"
[  1883.137] 	Option "xkb_model" "pc105"
[  1883.137] 	Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.1/2-4.1:1.1/0003:248A:5B2F.0002/input/input10/event9"
[  1883.137] 	Option "driver" "libinput"
[  1883.137] (**) SSCYPL Wireless-Receiver Keyboard: always reports core events
[  1883.137] (**) Option "Device" "/dev/input/event9"
[  1883.137] (**) Option "Device" "/dev/input/event9"
[  1883.141] (II) event9  - SSCYPL Wireless-Receiver Keyboard: is tagged by udev as: Keyboard
[  1883.141] (II) event9  - SSCYPL Wireless-Receiver Keyboard: device is a keyboard
[  1883.142] (II) event9  - SSCYPL Wireless-Receiver Keyboard: device removed
[  1883.160] (II) libinput: SSCYPL Wireless-Receiver Keyboard: needs a virtual subdevice
[  1883.160] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.1/2-4.1:1.1/0003:248A:5B2F.0002/input/input10/event9"
[  1883.160] (II) XINPUT: Adding extended input device "SSCYPL Wireless-Receiver Keyboard" (type: MOUSE, id 12)
[  1883.160] (**) Option "AccelerationScheme" "none"
[  1883.160] (**) SSCYPL Wireless-Receiver Keyboard: (accel) selected scheme none/0
[  1883.160] (**) SSCYPL Wireless-Receiver Keyboard: (accel) acceleration factor: 2.000
[  1883.160] (**) SSCYPL Wireless-Receiver Keyboard: (accel) acceleration threshold: 4
[  1883.161] (**) Option "Device" "/dev/input/event9"
[  1883.165] (II) event9  - SSCYPL Wireless-Receiver Keyboard: is tagged by udev as: Keyboard
[  1883.165] (II) event9  - SSCYPL Wireless-Receiver Keyboard: device is a keyboard
[  1883.168] (II) config/udev: Adding input device SSCYPL Wireless-Receiver (/dev/input/event10)
[  1883.168] (II) No input driver specified, ignoring this device.
[  1883.168] (II) This device may have been added with another device file.
[  1883.170] (II) config/udev: Adding input device BY Tech Gaming Keyboard (/dev/input/event11)
[  1883.170] (**) BY Tech Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[  1883.170] (II) Using input driver 'libinput' for 'BY Tech Gaming Keyboard'
[  1883.170] 	Option "_source" "server/udev"
[  1883.170] 	Option "name" "BY Tech Gaming Keyboard"
[  1883.170] 	Option "path" "/dev/input/event11"
[  1883.170] 	Option "device" "/dev/input/event11"
[  1883.170] 	Option "major" "13"
[  1883.170] 	Option "minor" "75"
[  1883.170] 	Option "xkb_layout" "pl"
[  1883.170] 	Option "xkb_model" "pc105"
[  1883.170] 	Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.0/0003:258A:0049.0004/input/input12/event11"
[  1883.170] 	Option "driver" "libinput"
[  1883.170] (**) BY Tech Gaming Keyboard: always reports core events
[  1883.170] (**) Option "Device" "/dev/input/event11"
[  1883.171] (**) Option "Device" "/dev/input/event11"
[  1883.174] (II) event11 - BY Tech Gaming Keyboard: is tagged by udev as: Keyboard
[  1883.174] (II) event11 - BY Tech Gaming Keyboard: device is a keyboard
[  1883.175] (II) event11 - BY Tech Gaming Keyboard: device removed
[  1883.192] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.0/0003:258A:0049.0004/input/input12/event11"
[  1883.192] (II) XINPUT: Adding extended input device "BY Tech Gaming Keyboard" (type: KEYBOARD, id 13)
[  1883.192] (**) Option "xkb_model" "pc105"
[  1883.192] (**) Option "xkb_layout" "pl"
[  1883.192] (II) XKB: Reusing cached keymap
[  1883.193] (**) Option "Device" "/dev/input/event11"
[  1883.197] (II) event11 - BY Tech Gaming Keyboard: is tagged by udev as: Keyboard
[  1883.197] (II) event11 - BY Tech Gaming Keyboard: device is a keyboard
[  1883.200] (II) config/udev: Adding input device BY Tech Gaming Keyboard System Control (/dev/input/event12)
[  1883.200] (**) BY Tech Gaming Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[  1883.200] (II) Using input driver 'libinput' for 'BY Tech Gaming Keyboard System Control'
[  1883.200] 	Option "_source" "server/udev"
[  1883.200] 	Option "name" "BY Tech Gaming Keyboard System Control"
[  1883.200] 	Option "path" "/dev/input/event12"
[  1883.200] 	Option "device" "/dev/input/event12"
[  1883.200] 	Option "major" "13"
[  1883.200] 	Option "minor" "76"
[  1883.200] 	Option "xkb_layout" "pl"
[  1883.200] 	Option "xkb_model" "pc105"
[  1883.200] 	Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.1/0003:258A:0049.0005/input/input13/event12"
[  1883.200] 	Option "driver" "libinput"
[  1883.200] (**) BY Tech Gaming Keyboard System Control: always reports core events
[  1883.200] (**) Option "Device" "/dev/input/event12"
[  1883.201] (**) Option "Device" "/dev/input/event12"
[  1883.204] (II) event12 - BY Tech Gaming Keyboard System Control: is tagged by udev as: Keyboard
[  1883.204] (II) event12 - BY Tech Gaming Keyboard System Control: device is a keyboard
[  1883.204] (II) event12 - BY Tech Gaming Keyboard System Control: device removed
[  1883.224] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.1/0003:258A:0049.0005/input/input13/event12"
[  1883.224] (II) XINPUT: Adding extended input device "BY Tech Gaming Keyboard System Control" (type: KEYBOARD, id 14)
[  1883.224] (**) Option "xkb_model" "pc105"
[  1883.224] (**) Option "xkb_layout" "pl"
[  1883.224] (II) XKB: Reusing cached keymap
[  1883.225] (**) Option "Device" "/dev/input/event12"
[  1883.229] (II) event12 - BY Tech Gaming Keyboard System Control: is tagged by udev as: Keyboard
[  1883.229] (II) event12 - BY Tech Gaming Keyboard System Control: device is a keyboard
[  1883.232] (II) config/udev: Adding input device BY Tech Gaming Keyboard Consumer Control (/dev/input/event13)
[  1883.232] (**) BY Tech Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[  1883.232] (II) Using input driver 'libinput' for 'BY Tech Gaming Keyboard Consumer Control'
[  1883.232] 	Option "_source" "server/udev"
[  1883.232] 	Option "name" "BY Tech Gaming Keyboard Consumer Control"
[  1883.232] 	Option "path" "/dev/input/event13"
[  1883.232] 	Option "device" "/dev/input/event13"
[  1883.232] 	Option "major" "13"
[  1883.232] 	Option "minor" "77"
[  1883.232] 	Option "xkb_layout" "pl"
[  1883.232] 	Option "xkb_model" "pc105"
[  1883.232] 	Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.1/0003:258A:0049.0005/input/input14/event13"
[  1883.232] 	Option "driver" "libinput"
[  1883.232] (**) BY Tech Gaming Keyboard Consumer Control: always reports core events
[  1883.232] (**) Option "Device" "/dev/input/event13"
[  1883.232] (**) Option "Device" "/dev/input/event13"
[  1883.236] (II) event13 - BY Tech Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[  1883.236] (II) event13 - BY Tech Gaming Keyboard Consumer Control: device is a keyboard
[  1883.236] (II) event13 - BY Tech Gaming Keyboard Consumer Control: device removed
[  1883.256] (II) libinput: BY Tech Gaming Keyboard Consumer Control: needs a virtual subdevice
[  1883.256] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.1/0003:258A:0049.0005/input/input14/event13"
[  1883.256] (II) XINPUT: Adding extended input device "BY Tech Gaming Keyboard Consumer Control" (type: MOUSE, id 15)
[  1883.256] (**) Option "AccelerationScheme" "none"
[  1883.256] (**) BY Tech Gaming Keyboard Consumer Control: (accel) selected scheme none/0
[  1883.256] (**) BY Tech Gaming Keyboard Consumer Control: (accel) acceleration factor: 2.000
[  1883.256] (**) BY Tech Gaming Keyboard Consumer Control: (accel) acceleration threshold: 4
[  1883.257] (**) Option "Device" "/dev/input/event13"
[  1883.261] (II) event13 - BY Tech Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[  1883.261] (II) event13 - BY Tech Gaming Keyboard Consumer Control: device is a keyboard
[  1883.264] (II) config/udev: Adding input device BY Tech Gaming Keyboard (/dev/input/event14)
[  1883.264] (**) BY Tech Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[  1883.264] (II) Using input driver 'libinput' for 'BY Tech Gaming Keyboard'
[  1883.264] 	Option "_source" "server/udev"
[  1883.264] 	Option "name" "BY Tech Gaming Keyboard"
[  1883.264] 	Option "path" "/dev/input/event14"
[  1883.264] 	Option "device" "/dev/input/event14"
[  1883.264] 	Option "major" "13"
[  1883.264] 	Option "minor" "78"
[  1883.264] 	Option "xkb_layout" "pl"
[  1883.264] 	Option "xkb_model" "pc105"
[  1883.264] 	Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.1/0003:258A:0049.0005/input/input16/event14"
[  1883.264] 	Option "driver" "libinput"
[  1883.264] (**) BY Tech Gaming Keyboard: always reports core events
[  1883.264] (**) Option "Device" "/dev/input/event14"
[  1883.264] (**) Option "Device" "/dev/input/event14"
[  1883.268] (II) event14 - BY Tech Gaming Keyboard: is tagged by udev as: Keyboard
[  1883.268] (II) event14 - BY Tech Gaming Keyboard: device is a keyboard
[  1883.268] (II) event14 - BY Tech Gaming Keyboard: device removed
[  1883.288] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.1/0003:258A:0049.0005/input/input16/event14"
[  1883.288] (II) XINPUT: Adding extended input device "BY Tech Gaming Keyboard" (type: KEYBOARD, id 16)
[  1883.288] (**) Option "xkb_model" "pc105"
[  1883.288] (**) Option "xkb_layout" "pl"
[  1883.288] (II) XKB: Reusing cached keymap
[  1883.289] (**) Option "Device" "/dev/input/event14"
[  1883.293] (II) event14 - BY Tech Gaming Keyboard: is tagged by udev as: Keyboard
[  1883.293] (II) event14 - BY Tech Gaming Keyboard: device is a keyboard
[  1883.296] (II) config/udev: Adding input device BY Tech Gaming Keyboard Mouse (/dev/input/event15)
[  1883.296] (**) BY Tech Gaming Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[  1883.296] (II) Using input driver 'libinput' for 'BY Tech Gaming Keyboard Mouse'
[  1883.296] 	Option "_source" "server/udev"
[  1883.296] 	Option "name" "BY Tech Gaming Keyboard Mouse"
[  1883.296] 	Option "path" "/dev/input/event15"
[  1883.296] 	Option "device" "/dev/input/event15"
[  1883.296] 	Option "major" "13"
[  1883.296] 	Option "minor" "79"
[  1883.296] 	Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.1/0003:258A:0049.0005/input/input17/event15"
[  1883.296] 	Option "driver" "libinput"
[  1883.296] (**) BY Tech Gaming Keyboard Mouse: always reports core events
[  1883.296] (**) Option "Device" "/dev/input/event15"
[  1883.297] (**) Option "Device" "/dev/input/event15"
[  1883.300] (II) event15 - BY Tech Gaming Keyboard Mouse: is tagged by udev as: Mouse
[  1883.300] (II) event15 - BY Tech Gaming Keyboard Mouse: device is a pointer
[  1883.301] (II) event15 - BY Tech Gaming Keyboard Mouse: device removed
[  1883.336] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.1/0003:258A:0049.0005/input/input17/event15"
[  1883.336] (II) XINPUT: Adding extended input device "BY Tech Gaming Keyboard Mouse" (type: MOUSE, id 17)
[  1883.336] (**) Option "AccelerationScheme" "none"
[  1883.336] (**) BY Tech Gaming Keyboard Mouse: (accel) selected scheme none/0
[  1883.336] (**) BY Tech Gaming Keyboard Mouse: (accel) acceleration factor: 2.000
[  1883.336] (**) BY Tech Gaming Keyboard Mouse: (accel) acceleration threshold: 4
[  1883.337] (**) Option "Device" "/dev/input/event15"
[  1883.341] (II) event15 - BY Tech Gaming Keyboard Mouse: is tagged by udev as: Mouse
[  1883.341] (II) event15 - BY Tech Gaming Keyboard Mouse: device is a pointer
[  1883.344] (II) config/udev: Adding input device BY Tech Gaming Keyboard Mouse (/dev/input/mouse2)
[  1883.344] (II) No input driver specified, ignoring this device.
[  1883.344] (II) This device may have been added with another device file.
[  1883.345] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event22)
[  1883.345] (II) No input driver specified, ignoring this device.
[  1883.345] (II) This device may have been added with another device file.
[  1883.346] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event23)
[  1883.346] (II) No input driver specified, ignoring this device.
[  1883.346] (II) This device may have been added with another device file.
[  1883.346] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event24)
[  1883.347] (II) No input driver specified, ignoring this device.
[  1883.347] (II) This device may have been added with another device file.
[  1883.347] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event25)
[  1883.347] (II) No input driver specified, ignoring this device.
[  1883.347] (II) This device may have been added with another device file.
[  1883.349] (II) config/udev: Adding input device Lenovo EasyCamera: Lenovo EasyC (/dev/input/event26)
[  1883.349] (**) Lenovo EasyCamera: Lenovo EasyC: Applying InputClass "libinput keyboard catchall"
[  1883.349] (II) Using input driver 'libinput' for 'Lenovo EasyCamera: Lenovo EasyC'
[  1883.349] 	Option "_source" "server/udev"
[  1883.349] 	Option "name" "Lenovo EasyCamera: Lenovo EasyC"
[  1883.349] 	Option "path" "/dev/input/event26"
[  1883.349] 	Option "device" "/dev/input/event26"
[  1883.349] 	Option "major" "13"
[  1883.349] 	Option "minor" "90"
[  1883.349] 	Option "xkb_layout" "pl"
[  1883.349] 	Option "xkb_model" "pc105"
[  1883.349] 	Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.6/3-1.6:1.0/input/input28/event26"
[  1883.349] 	Option "driver" "libinput"
[  1883.349] (**) Lenovo EasyCamera: Lenovo EasyC: always reports core events
[  1883.349] (**) Option "Device" "/dev/input/event26"
[  1883.350] (**) Option "Device" "/dev/input/event26"
[  1883.353] (II) event26 - Lenovo EasyCamera: Lenovo EasyC: is tagged by udev as: Keyboard
[  1883.353] (II) event26 - Lenovo EasyCamera: Lenovo EasyC: device is a keyboard
[  1883.353] (II) event26 - Lenovo EasyCamera: Lenovo EasyC: device removed
[  1883.392] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.6/3-1.6:1.0/input/input28/event26"
[  1883.392] (II) XINPUT: Adding extended input device "Lenovo EasyCamera: Lenovo EasyC" (type: KEYBOARD, id 18)
[  1883.392] (**) Option "xkb_model" "pc105"
[  1883.392] (**) Option "xkb_layout" "pl"
[  1883.392] (II) XKB: Reusing cached keymap
[  1883.393] (**) Option "Device" "/dev/input/event26"
[  1883.396] (II) event26 - Lenovo EasyCamera: Lenovo EasyC: is tagged by udev as: Keyboard
[  1883.396] (II) event26 - Lenovo EasyCamera: Lenovo EasyC: device is a keyboard
[  1883.398] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event16)
[  1883.398] (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
[  1883.398] (II) Using input driver 'libinput' for 'Ideapad extra buttons'
[  1883.398] 	Option "_source" "server/udev"
[  1883.398] 	Option "name" "Ideapad extra buttons"
[  1883.398] 	Option "path" "/dev/input/event16"
[  1883.398] 	Option "device" "/dev/input/event16"
[  1883.398] 	Option "major" "13"
[  1883.399] 	Option "minor" "80"
[  1883.399] 	Option "xkb_layout" "pl"
[  1883.399] 	Option "xkb_model" "pc105"
[  1883.399] 	Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input18/event16"
[  1883.399] 	Option "driver" "libinput"
[  1883.399] (**) Ideapad extra buttons: always reports core events
[  1883.399] (**) Option "Device" "/dev/input/event16"
[  1883.399] (**) Option "Device" "/dev/input/event16"
[  1883.401] (II) event16 - Ideapad extra buttons: is tagged by udev as: Keyboard
[  1883.401] (II) event16 - Ideapad extra buttons: device is a keyboard
[  1883.401] (II) event16 - Ideapad extra buttons: device removed
[  1883.432] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input18/event16"
[  1883.432] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 19)
[  1883.432] (**) Option "xkb_model" "pc105"
[  1883.432] (**) Option "xkb_layout" "pl"
[  1883.432] (II) XKB: Reusing cached keymap
[  1883.433] (**) Option "Device" "/dev/input/event16"
[  1883.435] (II) event16 - Ideapad extra buttons: is tagged by udev as: Keyboard
[  1883.435] (II) event16 - Ideapad extra buttons: device is a keyboard
[  1883.437] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[  1883.437] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[  1883.437] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[  1883.437] 	Option "_source" "server/udev"
[  1883.437] 	Option "name" "AT Translated Set 2 keyboard"
[  1883.437] 	Option "path" "/dev/input/event0"
[  1883.437] 	Option "device" "/dev/input/event0"
[  1883.437] 	Option "major" "13"
[  1883.437] 	Option "minor" "64"
[  1883.437] 	Option "xkb_layout" "pl"
[  1883.437] 	Option "xkb_model" "pc105"
[  1883.437] 	Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[  1883.437] 	Option "driver" "libinput"
[  1883.437] (**) AT Translated Set 2 keyboard: always reports core events
[  1883.437] (**) Option "Device" "/dev/input/event0"
[  1883.438] (**) Option "Device" "/dev/input/event0"
[  1883.439] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  1883.440] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[  1883.443] (II) event0  - AT Translated Set 2 keyboard: device removed
[  1883.456] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[  1883.456] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 20)
[  1883.456] (**) Option "xkb_model" "pc105"
[  1883.456] (**) Option "xkb_layout" "pl"
[  1883.456] (II) XKB: Reusing cached keymap
[  1883.457] (**) Option "Device" "/dev/input/event0"
[  1883.459] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  1883.459] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[  1883.464] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event7)
[  1883.464] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[  1883.464] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[  1883.464] 	Option "_source" "server/udev"
[  1883.464] 	Option "name" "SynPS/2 Synaptics TouchPad"
[  1883.464] 	Option "path" "/dev/input/event7"
[  1883.464] 	Option "device" "/dev/input/event7"
[  1883.464] 	Option "major" "13"
[  1883.464] 	Option "minor" "71"
[  1883.464] 	Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event7"
[  1883.464] 	Option "driver" "libinput"
[  1883.464] (**) SynPS/2 Synaptics TouchPad: always reports core events
[  1883.465] (**) Option "Device" "/dev/input/event7"
[  1883.465] (**) Option "Device" "/dev/input/event7"
[  1883.467] (II) event7  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[  1883.470] (II) event7  - SynPS/2 Synaptics TouchPad: device is a touchpad
[  1883.471] (II) event7  - SynPS/2 Synaptics TouchPad: device removed
[  1883.505] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event7"
[  1883.505] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 21)
[  1883.509] (**) Option "AccelerationScheme" "none"
[  1883.509] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[  1883.509] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[  1883.509] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[  1883.509] (**) Option "Device" "/dev/input/event7"
[  1883.511] (II) event7  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[  1883.515] (II) event7  - SynPS/2 Synaptics TouchPad: device is a touchpad
[  1883.517] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[  1883.517] (II) No input driver specified, ignoring this device.
[  1883.517] (II) This device may have been added with another device file.
[  1883.518] (II) config/udev: Adding input device PC Speaker (/dev/input/event17)
[  1883.518] (II) No input driver specified, ignoring this device.
[  1883.518] (II) This device may have been added with another device file.
[  1883.530] (**) SSCYPL Wireless-Receiver Keyboard: Applying InputClass "libinput keyboard catchall"
[  1883.530] (II) Using input driver 'libinput' for 'SSCYPL Wireless-Receiver Keyboard'
[  1883.530] 	Option "_source" "_driver/libinput"
[  1883.530] 	Option "name" "SSCYPL Wireless-Receiver Keyboard"
[  1883.530] 	Option "path" "/dev/input/event9"
[  1883.530] 	Option "device" "/dev/input/event9"
[  1883.530] 	Option "major" "13"
[  1883.530] 	Option "minor" "73"
[  1883.530] 	Option "xkb_layout" "pl"
[  1883.530] 	Option "xkb_model" "pc105"
[  1883.530] 	Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.1/2-4.1:1.1/0003:248A:5B2F.0002/input/input10/event9"
[  1883.530] 	Option "driver" "libinput"
[  1883.530] 	Option "AccelerationProfile" "-1"
[  1883.530] 	Option "AccelerationScheme" "none"
[  1883.530] 	Option "_libinput/shared-device" "7"
[  1883.530] 	Option "_libinput/cap-keyboard" "True"
[  1883.530] (**) SSCYPL Wireless-Receiver Keyboard: always reports core events
[  1883.530] (**) Option "Device" "/dev/input/event9"
[  1883.530] (II) libinput: SSCYPL Wireless-Receiver Keyboard: is a virtual subdevice
[  1883.530] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.1/2-4.1:1.1/0003:248A:5B2F.0002/input/input10/event9"
[  1883.530] (II) XINPUT: Adding extended input device "SSCYPL Wireless-Receiver Keyboard" (type: KEYBOARD, id 22)
[  1883.530] (**) Option "xkb_model" "pc105"
[  1883.531] (**) Option "xkb_layout" "pl"
[  1883.531] (II) XKB: Reusing cached keymap
[  1883.531] (**) BY Tech Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[  1883.531] (II) Using input driver 'libinput' for 'BY Tech Gaming Keyboard Consumer Control'
[  1883.531] 	Option "_source" "_driver/libinput"
[  1883.531] 	Option "name" "BY Tech Gaming Keyboard Consumer Control"
[  1883.531] 	Option "path" "/dev/input/event13"
[  1883.531] 	Option "device" "/dev/input/event13"
[  1883.531] 	Option "major" "13"
[  1883.531] 	Option "minor" "77"
[  1883.531] 	Option "xkb_layout" "pl"
[  1883.531] 	Option "xkb_model" "pc105"
[  1883.531] 	Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.1/0003:258A:0049.0005/input/input14/event13"
[  1883.531] 	Option "driver" "libinput"
[  1883.531] 	Option "AccelerationProfile" "-1"
[  1883.531] 	Option "AccelerationScheme" "none"
[  1883.531] 	Option "_libinput/shared-device" "10"
[  1883.531] 	Option "_libinput/cap-keyboard" "True"
[  1883.531] (**) BY Tech Gaming Keyboard Consumer Control: always reports core events
[  1883.531] (**) Option "Device" "/dev/input/event13"
[  1883.531] (II) libinput: BY Tech Gaming Keyboard Consumer Control: is a virtual subdevice
[  1883.531] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.1/0003:258A:0049.0005/input/input14/event13"
[  1883.531] (II) XINPUT: Adding extended input device "BY Tech Gaming Keyboard Consumer Control" (type: KEYBOARD, id 23)
[  1883.531] (**) Option "xkb_model" "pc105"
[  1883.531] (**) Option "xkb_layout" "pl"
[  1883.531] (II) XKB: Reusing cached keymap
[  1885.108] (II) event4  - Power Button: device removed
[  1885.124] (II) event6  - Video Bus: device removed
[  1885.156] (II) event1  - Power Button: device removed
[  1885.180] (II) event2  - Sleep Button: device removed
[  1885.196] (II) event5  - Video Bus: device removed
[  1885.228] (II) event8  - SSCYPL Wireless-Receiver: device removed
[  1885.260] (II) event11 - BY Tech Gaming Keyboard: device removed
[  1885.276] (II) event12 - BY Tech Gaming Keyboard System Control: device removed
[  1885.292] (II) event14 - BY Tech Gaming Keyboard: device removed
[  1885.308] (II) event15 - BY Tech Gaming Keyboard Mouse: device removed
[  1885.340] (II) event26 - Lenovo EasyCamera: Lenovo EasyC: device removed
[  1885.372] (II) event16 - Ideapad extra buttons: device removed
[  1885.412] (II) event0  - AT Translated Set 2 keyboard: device removed
[  1885.428] (II) event7  - SynPS/2 Synaptics TouchPad: device removed
[  1885.460] (II) event9  - SSCYPL Wireless-Receiver Keyboard: device removed
[  1885.476] (II) event13 - BY Tech Gaming Keyboard Consumer Control: device removed
[  1885.492] (II) AIGLX: Suspending AIGLX clients for VT switch
[  1887.495] (II) UnloadModule: "libinput"
[  1887.495] (II) UnloadModule: "libinput"
[  1887.495] (II) UnloadModule: "libinput"
[  1887.495] (II) UnloadModule: "libinput"
[  1887.496] (II) UnloadModule: "libinput"
[  1887.496] (II) UnloadModule: "libinput"
[  1887.496] (II) UnloadModule: "libinput"
[  1887.496] (II) UnloadModule: "libinput"
[  1887.496] (II) UnloadModule: "libinput"
[  1887.496] (II) UnloadModule: "libinput"
[  1887.496] (II) UnloadModule: "libinput"
[  1887.496] (II) UnloadModule: "libinput"
[  1887.496] (II) UnloadModule: "libinput"
[  1887.496] (II) UnloadModule: "libinput"
[  1887.496] (II) UnloadModule: "libinput"
[  1887.496] (II) UnloadModule: "libinput"
[  1887.496] (II) UnloadModule: "libinput"
[  1887.498] (II) UnloadModule: "libinput"
[  1887.500] (II) Server terminated successfully (0). Closing log file.


-- additional log: dmesg - cmdline debug loglevel 8
[    0.000000] microcode: microcode updated early to revision 0x21, date = 2019-02-13
[    0.000000] Linux version 6.1.0-37-amd64 (debian-kernel@lists.debian.org) (gcc-12 (Debian 12.2.0-14+deb12u1) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT_DYNAMIC Debian 6.1.140-1 (2025-05-22)
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-6.1.0-37-amd64 root=/dev/mapper/Debian-root ro quiet debug loglevel=8
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000040005000-0x00000000b3fecfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b3fed000-0x00000000b4d6dfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b4d6e000-0x00000000b4daffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b4db0000-0x00000000b61affff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b61b0000-0x00000000baabefff] usable
[    0.000000] BIOS-e820: [mem 0x00000000baabf000-0x00000000baebefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000baebf000-0x00000000bafbefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bafbf000-0x00000000baffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bafff000-0x00000000baffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bb000000-0x00000000bf9fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffb80000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023f5fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: LENOVO 20184/INVALID, BIOS 5ECN96WW(V9.01) 03/14/2013
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2195.117 MHz processor
[    0.001185] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001189] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001204] last_pfn = 0x23f600 max_arch_pfn = 0x400000000
[    0.001317] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[    0.001847] last_pfn = 0xbb000 max_arch_pfn = 0x400000000
[    0.015779] found SMP MP-table at [mem 0x000fe1b0-0x000fe1bf]
[    0.016976] RAMDISK: [mem 0x2dcbb000-0x32e54fff]
[    0.016982] ACPI: Early table checksum verification disabled
[    0.016986] ACPI: RSDP 0x00000000000FE020 000024 (v02 LENOVO)
[    0.016991] ACPI: XSDT 0x00000000BAFFE210 0000A4 (v01 LENOVO CB-01    00000001      01000013)
[    0.016998] ACPI: FACP 0x00000000BAFFA000 00010C (v05 LENOVO CB-01    00000001 ACPI 00040000)
[    0.017005] ACPI: DSDT 0x00000000BAFEC000 00A029 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.017010] ACPI: FACS 0x00000000BAFBB000 000040
[    0.017013] ACPI: SLIC 0x00000000BAFFD000 000176 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.017017] ACPI: UEFI 0x00000000BAFFC000 000236 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.017022] ACPI: ASF! 0x00000000BAFFB000 0000A5 (v32 LENOVO CB-01    00000001 ACPI 00040000)
[    0.017026] ACPI: HPET 0x00000000BAFF9000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.017030] ACPI: APIC 0x00000000BAFF8000 00008C (v03 LENOVO CB-01    00000001 ACPI 00040000)
[    0.017034] ACPI: MCFG 0x00000000BAFF7000 00003C (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.017038] ACPI: SSDT 0x00000000BAFEB000 0006FE (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.017042] ACPI: BOOT 0x00000000BAFE9000 000028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.017046] ACPI: ASPT 0x00000000BAFE7000 000034 (v07 LENOVO CB-01    00000001 ACPI 00040000)
[    0.017051] ACPI: DBGP 0x00000000BAFE6000 000034 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.017055] ACPI: FPDT 0x00000000BAFE4000 000044 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.017059] ACPI: MSDM 0x00000000BAFE3000 000055 (v03 LENOVO CB-01    00000001 ACPI 00040000)
[    0.017063] ACPI: SSDT 0x00000000BAFE2000 0008A2 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.017067] ACPI: SSDT 0x00000000BAFE1000 000A92 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.017071] ACPI: SSDT 0x00000000BAFDD000 0023C1 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.017074] ACPI: Reserving FACP table memory at [mem 0xbaffa000-0xbaffa10b]
[    0.017076] ACPI: Reserving DSDT table memory at [mem 0xbafec000-0xbaff6028]
[    0.017078] ACPI: Reserving FACS table memory at [mem 0xbafbb000-0xbafbb03f]
[    0.017079] ACPI: Reserving SLIC table memory at [mem 0xbaffd000-0xbaffd175]
[    0.017080] ACPI: Reserving UEFI table memory at [mem 0xbaffc000-0xbaffc235]
[    0.017081] ACPI: Reserving ASF! table memory at [mem 0xbaffb000-0xbaffb0a4]
[    0.017082] ACPI: Reserving HPET table memory at [mem 0xbaff9000-0xbaff9037]
[    0.017083] ACPI: Reserving APIC table memory at [mem 0xbaff8000-0xbaff808b]
[    0.017084] ACPI: Reserving MCFG table memory at [mem 0xbaff7000-0xbaff703b]
[    0.017086] ACPI: Reserving SSDT table memory at [mem 0xbafeb000-0xbafeb6fd]
[    0.017087] ACPI: Reserving BOOT table memory at [mem 0xbafe9000-0xbafe9027]
[    0.017088] ACPI: Reserving ASPT table memory at [mem 0xbafe7000-0xbafe7033]
[    0.017089] ACPI: Reserving DBGP table memory at [mem 0xbafe6000-0xbafe6033]
[    0.017090] ACPI: Reserving FPDT table memory at [mem 0xbafe4000-0xbafe4043]
[    0.017091] ACPI: Reserving MSDM table memory at [mem 0xbafe3000-0xbafe3054]
[    0.017093] ACPI: Reserving SSDT table memory at [mem 0xbafe2000-0xbafe28a1]
[    0.017094] ACPI: Reserving SSDT table memory at [mem 0xbafe1000-0xbafe1a91]
[    0.017095] ACPI: Reserving SSDT table memory at [mem 0xbafdd000-0xbafdf3c0]
[    0.017165] No NUMA configuration found
[    0.017166] Faking a node at [mem 0x0000000000000000-0x000000023f5fffff]
[    0.017179] NODE_DATA(0) allocated [mem 0x23f5d4000-0x23f5fefff]
[    0.017610] Zone ranges:
[    0.017611]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.017614]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.017616]   Normal   [mem 0x0000000100000000-0x000000023f5fffff]
[    0.017618]   Device   empty
[    0.017619] Movable zone start for each node
[    0.017623] Early memory node ranges
[    0.017623]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
[    0.017625]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[    0.017626]   node   0: [mem 0x0000000020200000-0x0000000040003fff]
[    0.017628]   node   0: [mem 0x0000000040005000-0x00000000b3fecfff]
[    0.017629]   node   0: [mem 0x00000000b4d6e000-0x00000000b4daffff]
[    0.017630]   node   0: [mem 0x00000000b61b0000-0x00000000baabefff]
[    0.017631]   node   0: [mem 0x00000000bafff000-0x00000000baffffff]
[    0.017632]   node   0: [mem 0x0000000100000000-0x000000023f5fffff]
[    0.017635] Initmem setup node 0 [mem 0x0000000000001000-0x000000023f5fffff]
[    0.017642] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.017687] On node 0, zone DMA: 99 pages in unavailable ranges
[    0.020536] On node 0, zone DMA32: 512 pages in unavailable ranges
[    0.025762] On node 0, zone DMA32: 1 pages in unavailable ranges
[    0.025841] On node 0, zone DMA32: 3457 pages in unavailable ranges
[    0.026145] On node 0, zone DMA32: 5120 pages in unavailable ranges
[    0.026172] On node 0, zone DMA32: 1344 pages in unavailable ranges
[    0.026949] On node 0, zone Normal: 20480 pages in unavailable ranges
[    0.027001] On node 0, zone Normal: 2560 pages in unavailable ranges
[    0.027021] Reserving Intel graphics memory at [mem 0xbba00000-0xbf9fffff]
[    0.027309] ACPI: PM-Timer IO Port: 0x408
[    0.027329] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
[    0.027332] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.027335] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.027341] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.027342] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.027348] TSC deadline timer available
[    0.027350] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.027380] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.027383] PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x000fffff]
[    0.027386] PM: hibernation: Registered nosave memory: [mem 0x20000000-0x201fffff]
[    0.027388] PM: hibernation: Registered nosave memory: [mem 0x40004000-0x40004fff]
[    0.027390] PM: hibernation: Registered nosave memory: [mem 0xb3fed000-0xb4d6dfff]
[    0.027393] PM: hibernation: Registered nosave memory: [mem 0xb4db0000-0xb61affff]
[    0.027395] PM: hibernation: Registered nosave memory: [mem 0xbaabf000-0xbaffefff]
[    0.027398] PM: hibernation: Registered nosave memory: [mem 0xbb000000-0xffffffff]
[    0.027400] [mem 0xbfa00000-0xefffffff] available for PCI devices
[    0.027402] Booting paravirtualized kernel on bare hardware
[    0.027404] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.033425] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.033681] percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u262144
[    0.033692] pcpu-alloc: s212992 r8192 d28672 u262144 alloc=1*2097152
[    0.033695] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[    0.033738] Fallback order for Node 0: 0
[    0.033742] Built 1 zonelists, mobility grouping on.  Total pages: 2031177
[    0.033744] Policy zone: Normal
[    0.033745] Kernel command line: BOOT_IMAGE=/vmlinuz-6.1.0-37-amd64 root=/dev/mapper/Debian-root ro quiet debug loglevel=8
[    0.033847] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-6.1.0-37-amd64", will be passed to user space.
[    0.033856] random: crng init done
[    0.034370] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.034632] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.034760] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.034765] software IO TLB: area num 8.
[    0.061881] Memory: 3002764K/8254312K available (14343K kernel code, 2339K rwdata, 9096K rodata, 2800K init, 17380K bss, 349368K reserved, 0K cma-reserved)
[    0.062069] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.062085] Kernel/User page tables isolation: enabled
[    0.062126] ftrace: allocating 40346 entries in 158 pages
[    0.070583] ftrace: allocated 158 pages with 5 groups
[    0.071362] Dynamic Preempt: voluntary
[    0.071405] rcu: Preemptible hierarchical RCU implementation.
[    0.071406] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[    0.071408] 	Trampoline variant of Tasks RCU enabled.
[    0.071408] 	Rude variant of Tasks RCU enabled.
[    0.071409] 	Tracing variant of Tasks RCU enabled.
[    0.071410] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.071411] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.078112] NR_IRQS: 524544, nr_irqs: 488, preallocated irqs: 16
[    0.078302] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.080019] Console: colour VGA+ 80x25
[    0.090326] printk: console [tty0] enabled
[    0.090408] ACPI: Core revision 20220331
[    0.090599] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.090698] APIC: Switch to symmetric I/O mode setup
[    0.090832] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.091347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.110700] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1fa42e3326f, max_idle_ns: 440795296701 ns
[    0.111214] Calibrating delay loop (skipped), value calculated using timer frequency.. 4390.23 BogoMIPS (lpj=8780468)
[    0.111328] CPU0: Thermal monitoring enabled (TM1)
[    0.111416] process: using mwait in idle threads
[    0.111483] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[    0.111548] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.111616] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.111697] Spectre V2 : Mitigation: Retpolines
[    0.111759] Spectre V2 : Spectre v2 / SpectreRSB: Filling RSB on context switch and VMEXIT
[    0.111837] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.111903] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.111982] Spectre V2 : User space: Mitigation: STIBP via prctl
[    0.112047] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.112127] MDS: Mitigation: Clear CPU buffers
[    0.112185] MMIO Stale Data: Unknown: No mitigations
[    0.112248] SRBDS: Vulnerable: No microcode
[    0.112310] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.112390] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.112456] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.112521] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.112586] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.130779] Freeing SMP alternatives memory: 36K
[    0.130849] pid_max: default: 32768 minimum: 301
[    0.130944] LSM: Security Framework initializing
[    0.131025] landlock: Up and running.
[    0.131087] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.131177] AppArmor: AppArmor initialized
[    0.131214] TOMOYO Linux initialized
[    0.131281] LSM support for eBPF active
[    0.131374] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.131467] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.135297] smpboot: CPU0: Intel(R) Core(TM) i7-3632QM CPU @ 2.20GHz (family: 0x6, model: 0x3a, stepping: 0x9)
[    0.135537] cblist_init_generic: Setting adjustable number of callback queues.
[    0.135618] cblist_init_generic: Setting shift to 3 and lim to 1.
[    0.135704] cblist_init_generic: Setting adjustable number of callback queues.
[    0.135783] cblist_init_generic: Setting shift to 3 and lim to 1.
[    0.135865] cblist_init_generic: Setting adjustable number of callback queues.
[    0.135945] cblist_init_generic: Setting shift to 3 and lim to 1.
[    0.136026] Performance Events: PEBS fmt1+, IvyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.136131] ... version:                3
[    0.136192] ... bit width:              48
[    0.136253] ... generic registers:      4
[    0.136312] ... value mask:             0000ffffffffffff
[    0.136375] ... max period:             00007fffffffffff
[    0.136438] ... fixed-purpose events:   3
[    0.136499] ... event mask:             000000070000000f
[    0.136761] signal: max sigframe size: 1776
[    0.136843] Estimated ratio of average max frequency by base frequency (times 1024): 1349
[    0.136947] rcu: Hierarchical SRCU implementation.
[    0.137014] rcu: 	Max phase no-delay instances is 1000.
[    0.137784] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.137954] smp: Bringing up secondary CPUs ...
[    0.138133] x86: Booting SMP configuration:
[    0.138198] .... node  #0, CPUs:      #1
[    0.143349] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.143539]  #2 #3 #4 #5 #6 #7
[    0.159277] smp: Brought up 1 node, 8 CPUs
[    0.159370] smpboot: Max logical packages: 1
[    0.159432] smpboot: Total of 8 processors activated (35121.87 BogoMIPS)
[    0.171247] node 0 deferred pages initialised in 12ms
[    0.171491] devtmpfs: initialized
[    0.171491] x86/mm: Memory block size: 128MB
[    0.172261] ACPI: PM: Registering ACPI NVS region [mem 0xbaebf000-0xbafbefff] (1048576 bytes)
[    0.172261] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.172261] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.172261] pinctrl core: initialized pinctrl subsystem
[    0.172333] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.172579] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.172726] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.172885] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.172980] audit: initializing netlink subsys (disabled)
[    0.173059] audit: type=2000 audit(1750691629.080:1): state=initialized audit_enabled=0 res=1
[    0.173059] thermal_sys: Registered thermal governor 'fair_share'
[    0.173059] thermal_sys: Registered thermal governor 'bang_bang'
[    0.173059] thermal_sys: Registered thermal governor 'step_wise'
[    0.173059] thermal_sys: Registered thermal governor 'user_space'
[    0.175216] thermal_sys: Registered thermal governor 'power_allocator'
[    0.175298] cpuidle: using governor ladder
[    0.175429] cpuidle: using governor menu
[    0.175530] Simple Boot Flag at 0x44 set to 0x1
[    0.175607] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.175689] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.175841] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
[    0.175927] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
[    0.176010] PCI: Using configuration type 1 for base access
[    0.176117] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.176420] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.176497] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.176497] mtrr: probably your BIOS does not setup all CPUs.
[    0.176497] mtrr: corrected configuration.
[    0.176518] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.176608] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.176608] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.176608] ACPI: Added _OSI(Module Device)
[    0.176608] ACPI: Added _OSI(Processor Device)
[    0.176608] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.176608] ACPI: Added _OSI(Processor Aggregator Device)
[    0.186180] ACPI: 5 ACPI AML tables successfully acquired and loaded
[    0.187347] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.187944] ACPI: Dynamic OEM Table Load:
[    0.188018] ACPI: SSDT 0xFFFF90A9DA5C0000 00083B (v01 PmRef  Cpu0Cst  00003001 INTL 20120111)
[    0.188767] ACPI: Dynamic OEM Table Load:
[    0.188835] ACPI: SSDT 0xFFFF90A9DA5CF800 000303 (v01 PmRef  ApIst    00003000 INTL 20120111)
[    0.189442] ACPI: Dynamic OEM Table Load:
[    0.189511] ACPI: SSDT 0xFFFF90A8C0D6DC00 000119 (v01 PmRef  ApCst    00003000 INTL 20120111)
[    0.191424] ACPI: EC: EC started
[    0.191489] ACPI: EC: interrupt blocked
[    0.191667] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.191735] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
[    0.191812] ACPI: Interpreter enabled
[    0.191899] ACPI: PM: (supports S0 S3 S4 S5)
[    0.191961] ACPI: Using IOAPIC for interrupt routing
[    0.192050] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.192134] PCI: Using E820 reservations for host bridge windows
[    0.192414] ACPI: Enabled 8 GPEs in block 00 to 3F
[    0.259996] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.260074] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.260279] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[    0.260361] acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[    0.260443] acpi PNP0A08:00: _OSC: platform retains control of PCIe features (AE_ERROR)
[    0.261097] PCI host bridge to bus 0000:00
[    0.261164] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.261231] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.261297] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.261375] pci_bus 0000:00: root bus resource [mem 0xbfa00000-0xfeafffff window]
[    0.261454] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.261536] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
[    0.261680] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
[    0.261789] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.261954] pci 0000:00:02.0: [8086:0166] type 00 class 0x030000
[    0.262031] pci 0000:00:02.0: reg 0x10: [mem 0xd3400000-0xd37fffff 64bit]
[    0.262105] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.262190] pci 0000:00:02.0: reg 0x20: [io  0x4000-0x403f]
[    0.262271] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.262529] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
[    0.262615] pci 0000:00:14.0: reg 0x10: [mem 0xd3a00000-0xd3a0ffff 64bit]
[    0.262756] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.262916] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
[    0.263000] pci 0000:00:16.0: reg 0x10: [mem 0xd3a14000-0xd3a1400f 64bit]
[    0.263145] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.263286] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
[    0.263360] pci 0000:00:1a.0: reg 0x10: [mem 0xd3a19000-0xd3a193ff]
[    0.263509] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.264985] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
[    0.265068] pci 0000:00:1b.0: reg 0x10: [mem 0xd3a10000-0xd3a13fff 64bit]
[    0.265215] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.265402] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
[    0.265615] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.265816] pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
[    0.266032] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.266231] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
[    0.266313] pci 0000:00:1d.0: reg 0x10: [mem 0xd3a18000-0xd3a183ff]
[    0.266469] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.266634] pci 0000:00:1f.0: [8086:1e59] type 00 class 0x060100
[    0.266924] pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
[    0.267003] pci 0000:00:1f.2: reg 0x10: [io  0x4088-0x408f]
[    0.267074] pci 0000:00:1f.2: reg 0x14: [io  0x4094-0x4097]
[    0.267145] pci 0000:00:1f.2: reg 0x18: [io  0x4080-0x4087]
[    0.267216] pci 0000:00:1f.2: reg 0x1c: [io  0x4090-0x4093]
[    0.267287] pci 0000:00:1f.2: reg 0x20: [io  0x4060-0x407f]
[    0.267356] pci 0000:00:1f.2: reg 0x24: [mem 0xd3a17000-0xd3a177ff]
[    0.267466] pci 0000:00:1f.2: PME# supported from D3hot
[    0.267607] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
[    0.267691] pci 0000:00:1f.3: reg 0x10: [mem 0xd3a15000-0xd3a150ff 64bit]
[    0.267777] pci 0000:00:1f.3: reg 0x20: [io  0x4040-0x405f]
[    0.267997] pci 0000:01:00.0: [10de:0de9] type 00 class 0x030000
[    0.268079] pci 0000:01:00.0: reg 0x10: [mem 0xd2000000-0xd2ffffff]
[    0.268155] pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.268245] pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
[    0.268330] pci 0000:01:00.0: reg 0x24: [io  0x3000-0x307f]
[    0.268404] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[    0.268477] pci 0000:01:00.0: enabling Extended Tags
[    0.268551] pci 0000:01:00.0: Enabling HDA controller
[    0.268848] pci 0000:01:00.1: [10de:0bea] type 00 class 0x040300
[    0.268929] pci 0000:01:00.1: reg 0x10: [mem 0xd3000000-0xd3003fff]
[    0.269039] pci 0000:01:00.1: enabling Extended Tags
[    0.269228] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.269298] pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
[    0.269365] pci 0000:00:01.0:   bridge window [mem 0xd2000000-0xd30fffff]
[    0.269433] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.269921] pci 0000:02:00.0: [1969:1091] type 00 class 0x020000
[    0.270450] pci 0000:02:00.0: reg 0x10: [mem 0xd3900000-0xd393ffff 64bit]
[    0.270641] pci 0000:02:00.0: reg 0x18: [io  0x2000-0x207f]
[    0.271494] pci 0000:02:00.0: [Firmware Bug]: disabling VPD access (can't determine size of non-standard VPD format)
[    0.272555] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.273815] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.273883] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.273952] pci 0000:00:1c.0:   bridge window [mem 0xd3900000-0xd39fffff]
[    0.274155] pci 0000:03:00.0: [14e4:4727] type 00 class 0x028000
[    0.274253] pci 0000:03:00.0: reg 0x10: [mem 0xd3800000-0xd3803fff 64bit]
[    0.274405] pci 0000:03:00.0: enabling Extended Tags
[    0.274583] pci 0000:03:00.0: supports D1 D2
[    0.274643] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.274916] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.274982] pci 0000:00:1c.1:   bridge window [mem 0xd3800000-0xd38fffff]
[    0.339621] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[    0.339746] ACPI: PCI: Interrupt link LNKB configured for IRQ 7
[    0.339866] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.339934] ACPI: PCI: Interrupt link LNKC disabled
[    0.340047] ACPI: PCI: Interrupt link LNKD configured for IRQ 10
[    0.340164] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.340232] ACPI: PCI: Interrupt link LNKE disabled
[    0.340345] ACPI: PCI: Interrupt link LNKF configured for IRQ 7
[    0.340461] ACPI: PCI: Interrupt link LNKG configured for IRQ 10
[    0.340576] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[    0.340810] ACPI: EC: interrupt unblocked
[    0.340874] ACPI: EC: event unblocked
[    0.340938] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.341001] ACPI: EC: GPE=0x17
[    0.341062] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
[    0.341129] ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
[    0.341275] iommu: Default domain type: Translated
[    0.341275] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.341275] pps_core: LinuxPPS API ver. 1 registered
[    0.341275] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.341275] PTP clock support registered
[    0.341275] EDAC MC: Ver: 3.0.0
[    0.341275] NetLabel: Initializing
[    0.341275] NetLabel:  domain hash size = 128
[    0.341275] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.341275] NetLabel:  unlabeled traffic allowed by default
[    0.341275] PCI: Using ACPI for IRQ routing
[    0.344171] PCI: pci_cache_line_size set to 64 bytes
[    0.344405] e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff]
[    0.344469] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
[    0.344531] e820: reserve RAM buffer [mem 0xb3fed000-0xb3ffffff]
[    0.344594] e820: reserve RAM buffer [mem 0xb4db0000-0xb7ffffff]
[    0.344656] e820: reserve RAM buffer [mem 0xbaabf000-0xbbffffff]
[    0.344718] e820: reserve RAM buffer [mem 0xbb000000-0xbbffffff]
[    0.344781] e820: reserve RAM buffer [mem 0x23f600000-0x23fffffff]
[    0.344862] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.344862] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.344862] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.344862] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.344862] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.344862] vgaarb: loaded
[    0.348007] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.348088] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.350202] clocksource: Switched to clocksource tsc-early
[    0.350423] VFS: Disk quotas dquot_6.6.0
[    0.350505] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.350717] AppArmor: AppArmor Filesystem Enabled
[    0.350802] pnp: PnP ACPI init
[    0.351011] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.351082] system 00:00: [io  0x1000-0x100f] has been reserved
[    0.351146] system 00:00: [io  0xffff] has been reserved
[    0.351210] system 00:00: [io  0xffff] has been reserved
[    0.351210] system 00:00: [io  0x0400-0x0453] has been reserved
[    0.351210] system 00:00: [io  0x0458-0x047f] has been reserved
[    0.351210] system 00:00: [io  0x0500-0x057f] has been reserved
[    0.351210] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.351210] system 00:00: [io  0xfd60-0xfd63] has been reserved
[    0.351210] system 00:02: [io  0x0454-0x0457] has been reserved
[    0.415417] system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.415493] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.415561] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.415627] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.415695] system 00:05: [mem 0xf0000000-0xf3ffffff] has been reserved
[    0.415763] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.415831] system 00:05: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.415900] system 00:05: [mem 0xff000000-0xff000fff] has been reserved
[    0.415969] system 00:05: [mem 0xff010000-0xffffffff] could not be reserved
[    0.416033] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.416102] system 00:05: [mem 0xbfa00000-0xbfa00fff] has been reserved
[    0.416553] system 00:06: [mem 0x20000000-0x201fffff] has been reserved
[    0.416625] system 00:06: [mem 0x40004000-0x40004fff] has been reserved
[    0.416711] pnp: PnP ACPI: found 7 devices
[    0.422823] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.422987] NET: Registered PF_INET protocol family
[    0.423166] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.425405] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.425517] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.425636] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.425959] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.426366] TCP: Hash tables configured (established 65536 bind 65536)
[    0.426515] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
[    0.426648] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.426749] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.426885] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.426958] NET: Registered PF_XDP protocol family
[    0.427027] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
[    0.427123] pci 0000:01:00.0: BAR 6: assigned [mem 0xd3080000-0xd30fffff pref]
[    0.427205] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.427275] pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
[    0.427343] pci 0000:00:01.0:   bridge window [mem 0xd2000000-0xd30fffff]
[    0.427408] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.427490] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.427556] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.427628] pci 0000:00:1c.0:   bridge window [mem 0xd3900000-0xd39fffff]
[    0.427705] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.427773] pci 0000:00:1c.1:   bridge window [mem 0xd3800000-0xd38fffff]
[    0.427850] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.427913] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.427979] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.428045] pci_bus 0000:00: resource 7 [mem 0xbfa00000-0xfeafffff window]
[    0.428111] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    0.428173] pci_bus 0000:01: resource 1 [mem 0xd2000000-0xd30fffff]
[    0.428238] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.428316] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    0.428381] pci_bus 0000:02: resource 1 [mem 0xd3900000-0xd39fffff]
[    0.428446] pci_bus 0000:03: resource 1 [mem 0xd3800000-0xd38fffff]
[    2.428893] pci 0000:00:1a.0: EHCI: BIOS handoff failed (BIOS bug?) 01010001
[    2.429161] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x760 took 1952053 usecs
[    4.428892] pci 0000:00:1d.0: EHCI: BIOS handoff failed (BIOS bug?) 01010001
[    4.429154] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x760 took 1951735 usecs
[    4.429262] pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
[    4.429379] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    4.429453] pci 0000:02:00.0: set MSI_INTX_DISABLE_BUG flag
[    4.429595] PCI: CLS 64 bytes, default 64
[    4.429699] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    4.429761] Trying to unpack rootfs image as initramfs...
[    4.429823] software IO TLB: mapped [mem 0x00000000b6abf000-0x00000000baabf000] (64MB)
[    4.430378] Initialise system trusted keyrings
[    4.430451] Key type blacklist registered
[    4.430574] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[    4.432209] zbud: loaded
[    4.432576] integrity: Platform Keyring initialized
[    4.432650] integrity: Machine keyring initialized
[    4.432715] Key type asymmetric registered
[    4.432778] Asymmetric key parser 'x509' registered
[    5.094374] Freeing initrd memory: 83560K
[    5.100371] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[    5.100470] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    5.100595] io scheduler mq-deadline registered
[    5.102206] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    5.106090] thermal LNXTHERM:00: registered as thermal_zone0
[    5.106204] ACPI: thermal: Thermal Zone [TZ00] (72 C)
[    5.106440] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    5.107203] Linux agpgart interface v0.103
[    5.107337] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[    5.108062] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:MSS3] at 0x60,0x64 irq 1,12
[    5.125336] serio: i8042 KBD port at 0x60,0x64 irq 1
[    5.125411] serio: i8042 AUX port at 0x60,0x64 irq 12
[    5.125664] mousedev: PS/2 mouse device common for all mice
[    5.125876] rtc_cmos 00:01: RTC can wake from S4
[    5.126215] rtc_cmos 00:01: registered as rtc0
[    5.126313] rtc_cmos 00:01: setting system clock to 2025-06-23T15:13:54 UTC (1750691634)
[    5.126421] rtc_cmos 00:01: alarms up to one month, 242 bytes nvram, hpet irqs
[    5.126720] intel_pstate: Intel P-state driver initializing
[    5.127447] ledtrig-cpu: registered to indicate activity on CPUs
[    5.138761] NET: Registered PF_INET6 protocol family
[    5.139147] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    5.145884] Segment Routing with IPv6
[    5.145958] In-situ OAM (IOAM) with IPv6
[    5.146039] mip6: Mobile IPv6
[    5.146100] NET: Registered PF_PACKET protocol family
[    5.146362] mpls_gso: MPLS GSO support
[    5.149268] microcode: sig=0x306a9, pf=0x10, revision=0x21
[    5.149423] microcode: Microcode Update Driver: v2.2.
[    5.149429] IPI shorthand broadcast: enabled
[    5.149625] sched_clock: Marking stable (5136002268, 12876721)->(5166361287, -17482298)
[    5.150277] registered taskstats version 1
[    5.150361] Loading compiled-in X.509 certificates
[    5.172936] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
[    5.173060] Loaded X.509 cert 'Debian Secure Boot Signer 2022 - linux: 14011249c2675ea8e5148542202005810584b25f'
[    5.174043] zswap: loaded using pool lzo/zbud
[    5.174808] Key type .fscrypt registered
[    5.174892] Key type fscrypt-provisioning registered
[    5.180828] Key type encrypted registered
[    5.180900] AppArmor: AppArmor sha1 policy hashing enabled
[    5.180985] ima: No TPM chip found, activating TPM-bypass!
[    5.181049] ima: Allocated hash algorithm: sha256
[    5.181116] ima: No architecture policies found
[    5.181187] evm: Initialising EVM extended attributes:
[    5.181244] evm: security.selinux
[    5.181300] evm: security.SMACK64 (disabled)
[    5.181359] evm: security.SMACK64EXEC (disabled)
[    5.181418] evm: security.SMACK64TRANSMUTE (disabled)
[    5.181477] evm: security.SMACK64MMAP (disabled)
[    5.181536] evm: security.apparmor
[    5.181594] evm: security.ima
[    5.181651] evm: security.capability
[    5.181708] evm: HMAC attrs: 0x1
[    5.280434] clk: Disabling unused clocks
[    5.281819] Freeing unused decrypted memory: 2036K
[    5.282799] Freeing unused kernel image (initmem) memory: 2800K
[    5.282985] Write protecting the kernel read-only data: 26624k
[    5.284141] Freeing unused kernel image (text/rodata gap) memory: 2040K
[    5.284758] Freeing unused kernel image (rodata/data gap) memory: 1144K
[    5.365333] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    5.365399] x86/mm: Checking user space page tables
[    5.409197] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    5.409264] Run /init as init process
[    5.409323]   with arguments:
[    5.409380]     /init
[    5.409436]   with environment:
[    5.409492]     HOME=/
[    5.409547]     TERM=linux
[    5.409602]     BOOT_IMAGE=/vmlinuz-6.1.0-37-amd64
[    5.436908] tsc: Refined TSC clocksource calibration: 2195.016 MHz
[    5.436997] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fa3cea2188, max_idle_ns: 440795264005 ns
[    5.437152] clocksource: Switched to clocksource tsc
[    5.592794] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0C:00/input/input2
[    5.592917] ACPI: button: Power Button [PWRB]
[    5.593034] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0E:00/input/input3
[    5.593148] ACPI: button: Sleep Button [SLPB]
[    5.593273] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input4
[    5.604907] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20220331/utaddress-204)
[    5.605019] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    5.605088] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB.PCI0.PEG0.PEGP.GPIO) (20220331/utaddress-204)
[    5.605194] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20220331/utaddress-204)
[    5.605296] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    5.605362] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB.PCI0.PEG0.PEGP.GPIO) (20220331/utaddress-204)
[    5.605467] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20220331/utaddress-204)
[    5.605568] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    5.605633] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB.PCI0.PEG0.PEGP.GPIO) (20220331/utaddress-204)
[    5.605739] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20220331/utaddress-204)
[    5.605842] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    5.605906] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    5.610882] cryptd: max_cpu_qlen set to 1000
[    5.616925] ACPI: button: Lid Switch [LID0]
[    5.617116] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
[    5.619498] ACPI: button: Power Button [PWRF]
[    5.628807] AVX version of gcm_enc/dec engaged.
[    5.629473] AES CTR mode by8 optimization enabled
[    5.641807] ACPI: bus type drm_connector registered
[    5.733107] ACPI: battery: Slot [BAT1] (battery present)
[    5.738000] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    5.739208] i2c i2c-0: 2/2 memory slots populated (from DMI)
[    5.740522] i2c i2c-0: Successfully instantiated SPD at 0x50
[    5.742753] alx 0000:02:00.0 eth0: Qualcomm Atheros AR816x/AR817x Ethernet [20:89:84:2d:75:60]
[    5.762996] ACPI: bus type USB registered
[    5.763095] usbcore: registered new interface driver usbfs
[    5.763171] usbcore: registered new interface driver hub
[    5.763252] usbcore: registered new device driver usb
[    5.766232] SCSI subsystem initialized
[    5.772601] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    5.772681] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    5.772770] ehci-pci 0000:00:1a.0: debug port 2
[    5.776776] ehci-pci 0000:00:1a.0: irq 16, io mem 0xd3a19000
[    5.786499] libata version 3.00 loaded.
[    5.789284] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    5.789426] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[    5.789509] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.789590] usb usb1: Product: EHCI Host Controller
[    5.789656] usb usb1: Manufacturer: Linux 6.1.0-37-amd64 ehci_hcd
[    5.789722] usb usb1: SerialNumber: 0000:00:1a.0
[    5.792039] hub 1-0:1.0: USB hub found
[    5.793364] hub 1-0:1.0: 2 ports detected
[    5.793821] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    5.793927] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    5.795097] xhci_hcd 0000:00:14.0: hcc params 0x20007181 hci version 0x100 quirks 0x000000000000b930
[    5.795449] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    5.795504] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    5.795543] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 3
[    5.795603] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    5.795613] ahci 0000:00:1f.2: version 3.0
[    5.795702] ehci-pci 0000:00:1d.0: debug port 2
[    5.795763] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    5.795860] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[    5.795983] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[    5.796046] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x5 impl SATA mode
[    5.796099] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.796222] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo pio slum part ems apst
[    5.796329] usb usb2: Product: xHCI Host Controller
[    5.796626] usb usb2: Manufacturer: Linux 6.1.0-37-amd64 xhci-hcd
[    5.796707] usb usb2: SerialNumber: 0000:00:14.0
[    5.796997] hub 2-0:1.0: USB hub found
[    5.797039] alx 0000:02:00.0 enp2s0: renamed from eth0
[    5.797083] hub 2-0:1.0: 4 ports detected
[    5.797765] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[    5.797871] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.797975] usb usb4: Product: xHCI Host Controller
[    5.798050] usb usb4: Manufacturer: Linux 6.1.0-37-amd64 xhci-hcd
[    5.798134] usb usb4: SerialNumber: 0000:00:14.0
[    5.798321] hub 4-0:1.0: USB hub found
[    5.798416] hub 4-0:1.0: 4 ports detected
[    5.799770] ehci-pci 0000:00:1d.0: irq 23, io mem 0xd3a18000
[    5.805370] scsi host0: ahci
[    5.805756] scsi host1: ahci
[    5.806052] scsi host2: ahci
[    5.806272] scsi host3: ahci
[    5.806467] scsi host4: ahci
[    5.806667] scsi host5: ahci
[    5.806781] ata1: SATA max UDMA/133 abar m2048@0xd3a17000 port 0xd3a17100 irq 26
[    5.806855] ata2: DUMMY
[    5.806912] ata3: SATA max UDMA/133 abar m2048@0xd3a17000 port 0xd3a17200 irq 26
[    5.806985] ata4: DUMMY
[    5.807041] ata5: DUMMY
[    5.807094] ata6: DUMMY
[    5.812901] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    5.813348] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[    5.813443] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.813515] usb usb3: Product: EHCI Host Controller
[    5.813575] usb usb3: Manufacturer: Linux 6.1.0-37-amd64 ehci_hcd
[    5.813636] usb usb3: SerialNumber: 0000:00:1d.0
[    5.813876] hub 3-0:1.0: USB hub found
[    5.813980] hub 3-0:1.0: 2 ports detected
[    6.019437] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20220331/nsarguments-61)
[    6.019672] pci 0000:01:00.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported
[    6.019755] VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.PEG0.PEGP handle
[    6.019849] nouveau 0000:01:00.0: enabling device (0006 -> 0007)
[    6.020010] nouveau 0000:01:00.0: NVIDIA GF108 (0c1480a1)
[    6.029720] nouveau 0000:01:00.0: bios: version 70.08.a8.00.9a
[    6.048894] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    6.052895] usb 2-4: new high-speed USB device number 2 using xhci_hcd
[    6.080885] usb 3-1: new high-speed USB device number 2 using ehci-pci
[    6.119211] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    6.121200] ata1.00: supports DRM functions and may not be fully accessible
[    6.121270] ata1.00: ATA-9: Samsung SSD 850 EVO 1TB, EMT01B6Q, max UDMA/133
[    6.127744] ata1.00: NCQ Send/Recv Log not supported
[    6.127807] ata1.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    6.137330] nouveau 0000:01:00.0: fb: 2048 MiB DDR3
[    6.140932] ata1.00: Features: Trust Dev-Sleep
[    6.141167] ata1.00: supports DRM functions and may not be fully accessible
[    6.147618] ata1.00: NCQ Send/Recv Log not supported
[    6.160755] ata1.00: configured for UDMA/133
[    6.171102] scsi 0:0:0:0: Direct-Access     ATA      Samsung SSD 850  1B6Q PQ: 0 ANSI: 5
[    6.196310] nouveau 0000:01:00.0: DRM: VRAM: 2048 MiB
[    6.196373] nouveau 0000:01:00.0: DRM: GART: 1048576 MiB
[    6.196435] nouveau 0000:01:00.0: DRM: TMDS table version 2.0
[    6.196496] nouveau 0000:01:00.0: DRM: DCB version 4.0
[    6.196557] nouveau 0000:01:00.0: DRM: DCB outp 00: 02000300 00000000
[    6.196620] nouveau 0000:01:00.0: DRM: DCB conn 00: 00000000
[    6.197531] nouveau 0000:01:00.0: DRM: MM: using COPY0 for buffer copies
[    6.203436] usb 2-4: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice= 6.63
[    6.203517] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.203579] usb 2-4: Product: USB2.1 Hub
[    6.203635] usb 2-4: Manufacturer: GenesysLogic
[    6.204330] hub 2-4:1.0: USB hub found
[    6.204668] hub 2-4:1.0: 4 ports detected
[    6.205261] usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[    6.205337] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    6.205565] hub 1-1:1.0: USB hub found
[    6.205775] hub 1-1:1.0: 6 ports detected
[    6.209057] nouveau 0000:01:00.0: DRM: [DRM/00000000:dac-0000-0302] [LOAD_DETECT data:00000154] load:07 (ret:7)
[    6.235740] nouveau 0000:01:00.0: DRM: allocated 1024x768 fb: 0x60000, bo 00000000909c5284
[    6.237264] usb 3-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[    6.237269] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    6.237566] hub 3-1:1.0: USB hub found
[    6.237634] hub 3-1:1.0: 6 ports detected
[    6.240244] i915 0000:00:02.0: vgaarb: deactivate vga console
[    6.246372] nouveau 0000:01:00.0: DRM: [DRM/00000000:dac-0000-0302] [LOAD_DETECT data:00000154] load:07 (ret:7)
[    6.266056] Console: switching to colour frame buffer device 128x48
[    6.267656] nouveau 0000:01:00.0: [drm] fb0: nouveaudrmfb frame buffer device
[    6.269070] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    6.269083] nouveau 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[    6.281275] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 0
[    6.299378] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 1
[    6.299637] ACPI: video: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[    6.299835] ACPI: video: Video Device [PEGP] (multi-head: yes  rom: yes  post: no)
[    6.299940] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:35/LNXVIDEO:00/input/input7
[    6.300312] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    6.300412] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:03/input/input8
[    6.300473] vga_switcheroo: enabled
[    6.329086] usb 4-4: new SuperSpeed USB device number 2 using xhci_hcd
[    6.360090] usb 4-4: New USB device found, idVendor=05e3, idProduct=0626, bcdDevice= 6.63
[    6.360111] usb 4-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.360124] usb 4-4: Product: USB3.1 Hub
[    6.360133] usb 4-4: Manufacturer: GenesysLogic
[    6.362277] hub 4-4:1.0: USB hub found
[    6.363366] hub 4-4:1.0: 4 ports detected
[    6.419652] fbcon: i915drmfb (fb1) is primary device
[    6.419655] fbcon: Remapping primary device, fb1, to tty 1-63
[    6.483537] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    6.489944] ata3.00: LPM support broken, forcing max_power
[    6.490079] ata3.00: ATA-8: ST1000LM024 HN-M101MBB, 2AR10001, max UDMA/133
[    6.490087] ata3.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 32)
[    6.492957] usb 1-1.3: new full-speed USB device number 3 using ehci-pci
[    6.496572] ata3.00: LPM support broken, forcing max_power
[    6.496715] ata3.00: configured for UDMA/133
[    6.507238] scsi 2:0:0:0: Direct-Access     ATA      ST1000LM024 HN-M 0001 PQ: 0 ANSI: 5
[    6.520959] usb 2-4.1: new full-speed USB device number 3 using xhci_hcd
[    6.524960] usb 3-1.6: new high-speed USB device number 3 using ehci-pci
[    6.609035] usb 1-1.3: New USB device found, idVendor=0489, idProduct=e032, bcdDevice= 1.12
[    6.609046] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    6.609050] usb 1-1.3: Product: BCM20702A0
[    6.609053] usb 1-1.3: Manufacturer: Broadcom Corp
[    6.609055] usb 1-1.3: SerialNumber: 083E8EAC70CE
[    6.642383] usb 3-1.6: New USB device found, idVendor=04f2, idProduct=b2e1, bcdDevice=39.53
[    6.642393] usb 3-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.642397] usb 3-1.6: Product: Lenovo EasyCamera
[    6.642400] usb 3-1.6: Manufacturer: Vimicro Corp.
[    6.649608] usb 2-4.1: New USB device found, idVendor=248a, idProduct=5b2f, bcdDevice= 1.77
[    6.649618] usb 2-4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.649622] usb 2-4.1: Product: Wireless-Receiver
[    6.649625] usb 2-4.1: Manufacturer: SSCYPL
[    6.671354] hid: raw HID events driver (C) Jiri Kosina
[    6.686684] usbcore: registered new interface driver usbhid
[    6.686689] usbhid: USB HID core driver
[    6.688933] usb 1-1.4: new high-speed USB device number 4 using ehci-pci
[    6.761016] usb 2-4.4: new full-speed USB device number 4 using xhci_hcd
[    6.767137] psmouse serio1: synaptics: queried max coordinates: x [..5664], y [..4682]
[    6.797967] usb 1-1.4: New USB device found, idVendor=0bda, idProduct=0129, bcdDevice=39.60
[    6.797977] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    6.797981] usb 1-1.4: Product: USB2.0-CRW
[    6.797984] usb 1-1.4: Manufacturer: Generic
[    6.797986] usb 1-1.4: SerialNumber: 20100201396000000
[    6.830100] psmouse serio1: synaptics: queried min coordinates: x [1278..], y [1172..]
[    6.942606] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x123c00/0x0, board id: 1800, fw id: 1087391
[    7.017213] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input5
[    8.441089] i915 0000:00:02.0: [drm] fb1: i915drmfb frame buffer device
[    8.446355] input: SSCYPL Wireless-Receiver as /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.1/2-4.1:1.0/0003:248A:5B2F.0001/input/input9
[    8.447294] hid-generic 0003:248A:5B2F.0001: input,hidraw0: USB HID v1.11 Mouse [SSCYPL Wireless-Receiver] on usb-0000:00:14.0-4.1/input0
[    8.449077] input: SSCYPL Wireless-Receiver Keyboard as /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.1/2-4.1:1.1/0003:248A:5B2F.0002/input/input10
[    8.457241] usbcore: registered new interface driver rtsx_usb
[    8.459123] sd 2:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    8.459141] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    8.459697] sd 2:0:0:0: [sdb] 4096-byte physical blocks
[    8.459718] sd 2:0:0:0: [sdb] Write Protect is off
[    8.460572] sd 0:0:0:0: [sda] Write Protect is off
[    8.461139] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    8.461171] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    8.461716] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    8.462641] sd 2:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
[    8.463093] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    8.465522] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[    8.472450]  sda: sda1 sda2 sda3
[    8.473457] sd 0:0:0:0: [sda] supports TCG Opal
[    8.474258] sd 0:0:0:0: [sda] Attached SCSI disk
[    8.569018] input: SSCYPL Wireless-Receiver as /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.1/2-4.1:1.1/0003:248A:5B2F.0002/input/input11
[    8.570003] hid-generic 0003:248A:5B2F.0002: input,hiddev0,hidraw1: USB HID v1.11 Keyboard [SSCYPL Wireless-Receiver] on usb-0000:00:14.0-4.1/input1
[    8.571820] hid-generic 0003:248A:5B2F.0003: hiddev1,hidraw2: USB HID v1.11 Device [SSCYPL Wireless-Receiver] on usb-0000:00:14.0-4.1/input2
[    8.837785]  sdb: sdb1 sdb2 < sdb5 >
[    8.839819] sd 2:0:0:0: [sdb] Attached SCSI disk
[    9.186918] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    9.186990] device-mapper: uevent: version 1.0.3
[    9.187091] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[   12.097844] usb 2-4.4: New USB device found, idVendor=258a, idProduct=0049, bcdDevice= 1.04
[   12.097906] usb 2-4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   12.097941] usb 2-4.4: Product: Gaming Keyboard
[   12.097966] usb 2-4.4: Manufacturer: BY Tech
[   12.107012] input: BY Tech Gaming Keyboard as /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.0/0003:258A:0049.0004/input/input12
[   12.229290] hid-generic 0003:258A:0049.0004: input,hidraw3: USB HID v1.11 Keyboard [BY Tech Gaming Keyboard] on usb-0000:00:14.0-4.4/input0
[   12.233633] input: BY Tech Gaming Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.1/0003:258A:0049.0005/input/input13
[   12.293139] input: BY Tech Gaming Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.1/0003:258A:0049.0005/input/input14
[   12.293297] input: BY Tech Gaming Keyboard as /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.1/0003:258A:0049.0005/input/input16
[   12.293419] input: BY Tech Gaming Keyboard Mouse as /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.1/0003:258A:0049.0005/input/input17
[   12.293853] hid-generic 0003:258A:0049.0005: input,hiddev2,hidraw4: USB HID v1.11 Keyboard [BY Tech Gaming Keyboard] on usb-0000:00:14.0-4.4/input1
[  146.098339] PM: Image not found (code -22)
[  146.400300] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Quota mode: none.
[  146.780789] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[  148.575204] systemd[1]: Inserted module 'autofs4'
[  148.885600] systemd[1]: systemd 252.38-1~deb12u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[  148.885780] systemd[1]: Detected architecture x86-64.
[  148.892588] systemd[1]: Detected initialized system, this is not the first boot.
[  148.892688] systemd[1]: Kernel version 6.1.0-37-amd64, our baseline is 4.15
[  148.923857] systemd[1]: Hostname set to <localhost>.
[  148.951778] systemd[1]: Successfully added address 127.0.0.1 to loopback interface
[  148.951886] systemd[1]: Successfully added address ::1 to loopback interface
[  148.951962] systemd[1]: Successfully brought loopback interface up
[  148.952199] systemd[1]: Setting '/proc/sys/fs/file-max' to '9223372036854775807'
[  148.952615] systemd[1]: No credentials passed via fw_cfg.
[  148.952770] systemd[1]: Ignoring OEM string: String1 for Original Equipment Manufacturer
[  148.952833] systemd[1]: Ignoring OEM string: String2 for Original Equipment Manufacturer
[  148.954475] systemd[1]: Ignoring OEM string: String3 for Original Equipment Manufacturer
[  148.956040] systemd[1]: Ignoring OEM string: String4 for Original Equipment Manufacturer
[  148.957582] systemd[1]: Ignoring OEM string: String5 for Original Equipment Manufacturer
[  148.980103] systemd[1]: Found cgroup2 on /sys/fs/cgroup/, full unified hierarchy
[  148.981669] systemd[1]: Unified cgroup hierarchy is located at /sys/fs/cgroup.
[  149.014319] systemd[1]: bpf-firewall: Got EBADF when using BPF_F_ALLOW_MULTI, which indicates it is supported. Yay!
[  149.015911] systemd[1]: Controller 'cpu' supported: yes
[  149.017449] systemd[1]: Controller 'cpuacct' supported: no
[  149.018914] systemd[1]: Controller 'cpuset' supported: yes
[  149.020351] systemd[1]: Controller 'io' supported: yes
[  149.021837] systemd[1]: Controller 'blkio' supported: no
[  149.023217] systemd[1]: Controller 'memory' supported: yes
[  149.024567] systemd[1]: Controller 'devices' supported: no
[  149.025917] systemd[1]: Controller 'pids' supported: yes
[  149.027215] systemd[1]: Controller 'bpf-firewall' supported: yes
[  149.028492] systemd[1]: Controller 'bpf-devices' supported: yes
[  149.029775] systemd[1]: Controller 'bpf-foreign' supported: yes
[  149.031017] systemd[1]: Controller 'bpf-socket-bind' supported: no
[  149.032237] systemd[1]: Controller 'bpf-restrict-network-interfaces' supported: no
[  149.033544] systemd[1]: Set up TFD_TIMER_CANCEL_ON_SET timerfd.
[  149.035424] systemd[1]: Disabling (error) showing of status (commandline).
[  149.051948] systemd[1]: Serializing system-environment-generators to memfd.
[  149.053776] systemd[1]: Successfully forked off '(sd-executor)' as PID 870.
[  149.060521] systemd[1]: (sd-executor) succeeded.
[  149.092294] systemd[1]: Successfully forked off '(sd-executor)' as PID 871.
[  149.118306] (sd-execut[871]: About to execute /usr/lib/systemd/system-generators/openvpn-generator (null)
[  149.119427] (sd-execut[871]: Successfully forked off '(direxec)' as PID 872.
[  149.120238] (sd-execut[871]: About to execute /usr/lib/systemd/system-generators/systemd-cryptsetup-generator (null)
[  149.121348] (sd-execut[871]: Successfully forked off '(direxec)' as PID 873.
[  149.122066] (sd-execut[871]: About to execute /usr/lib/systemd/system-generators/systemd-debug-generator (null)
[  149.122947] (sd-execut[871]: Successfully forked off '(direxec)' as PID 874.
[  149.123460] (sd-execut[871]: About to execute /usr/lib/systemd/system-generators/systemd-fstab-generator (null)
[  149.124124] (sd-execut[871]: Successfully forked off '(direxec)' as PID 875.
[  149.124656] (sd-execut[871]: About to execute /usr/lib/systemd/system-generators/systemd-getty-generator (null)
[  149.125316] (sd-execut[871]: Successfully forked off '(direxec)' as PID 876.
[  149.125793] (sd-execut[871]: About to execute /usr/lib/systemd/system-generators/systemd-gpt-auto-generator (null)
[  149.126405] (sd-execut[871]: Successfully forked off '(direxec)' as PID 877.
[  149.126872] (sd-execut[871]: About to execute /usr/lib/systemd/system-generators/systemd-hibernate-resume-generator (null)
[  149.127500] (sd-execut[871]: Successfully forked off '(direxec)' as PID 878.
[  149.128003] (sd-execut[871]: About to execute /usr/lib/systemd/system-generators/systemd-integritysetup-generator (null)
[  149.128662] (sd-execut[871]: Successfully forked off '(direxec)' as PID 879.
[  149.129173] (sd-execut[871]: About to execute /usr/lib/systemd/system-generators/systemd-rc-local-generator (null)
[  149.129811] (sd-execut[871]: Successfully forked off '(direxec)' as PID 880.
[  149.130304] (sd-execut[871]: About to execute /usr/lib/systemd/system-generators/systemd-run-generator (null)
[  149.130940] (sd-execut[871]: Successfully forked off '(direxec)' as PID 881.
[  149.131436] (sd-execut[871]: About to execute /usr/lib/systemd/system-generators/systemd-system-update-generator (null)
[  149.132092] (sd-execut[871]: Successfully forked off '(direxec)' as PID 882.
[  149.132624] (sd-execut[871]: About to execute /usr/lib/systemd/system-generators/systemd-sysv-generator (null)
[  149.133339] (sd-execut[871]: Successfully forked off '(direxec)' as PID 883.
[  149.133892] (sd-execut[871]: About to execute /usr/lib/systemd/system-generators/systemd-veritysetup-generator (null)
[  149.134607] (sd-execut[871]: Successfully forked off '(direxec)' as PID 884.
[  149.175797] systemd-hibernate-resume-generator[878]: Not running in an initrd, quitting.
[  149.175801] systemd-rc-local-generator[880]: /etc/rc.local does not exist, skipping.
[  149.210192] systemd-fstab-generator[875]: Parsing /etc/fstab...
[  149.211075] systemd-fstab-generator[875]: Found entry what=/dev/mapper/Debian-root where=/ type=ext4 makefs=no growfs=no noauto=no nofail=no
[  149.221743] systemd-gpt-auto-generator[877]: Disabling root partition auto-detection, root= is defined.
[  149.251701] systemd-fstab-generator[875]: SELinux enabled state cached to: disabled
[  149.321852] systemd-fstab-generator[875]: Found entry what=/dev/disk/by-uuid/5a0abbd8-1b93-460a-bb28-51c4e1cedc9f where=/boot type=ext2 makefs=no growfs=no noauto=no nofail=no
[  149.321880] systemd-cryptsetup-generator[873]: SELinux enabled state cached to: disabled
[  149.324767] systemd-fstab-generator[875]: Found entry what=/dev/mapper/Debian-swap_1 where=none type=swap makefs=no growfs=no noauto=no nofail=no
[  149.407767] systemd-fstab-generator[875]: Found entry what=/dev/sr0 where=/media/cdrom0 type=udf,iso9660 makefs=no growfs=no noauto=yes nofail=no
[  149.432336] systemd-sysv-generator[883]: Native unit for plymouth-log.service already exists, skipping.
[  149.433995] systemd-sysv-generator[883]: Cannot find unit exim4.service.
[  149.435455] systemd-sysv-generator[883]: SysV service '/etc/init.d/exim4' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[  149.499725] systemd-sysv-generator[883]: Native unit for pcscd.service already exists, skipping.
[  149.539034] systemd-sysv-generator[883]: Native unit for apparmor.service already exists, skipping.
[  149.669773] systemd-sysv-generator[883]: Native unit for cups.service already exists, skipping.
[  149.764596] systemd-sysv-generator[883]: Linked unit file: /lib/systemd/system/pulseaudio-enable-autospawn.service → /dev/null
[  149.766549] systemd-sysv-generator[883]: Native unit for pulseaudio-enable-autospawn.service already exists, skipping.
[  149.769217] systemd-sysv-generator[883]: Native unit for networking.service already exists, skipping.
[  149.844256] systemd-sysv-generator[883]: Native unit for anacron.service already exists, skipping.
[  149.846083] systemd-sysv-generator[883]: Cannot find unit xl2tpd.service.
[  149.847654] systemd-sysv-generator[883]: SysV service '/etc/init.d/xl2tpd' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[  149.851692] systemd-sysv-generator[883]: Native unit for binfmt-support.service already exists, skipping.
[  149.865070] systemd-gpt-auto-generator[877]: No suitable partition table found, ignoring.
[  149.884353] systemd-sysv-generator[883]: Linked unit file: /lib/systemd/system/hwclock.service → /dev/null
[  149.886177] systemd-sysv-generator[883]: Native unit for hwclock.service already exists, skipping.
[  149.928239] systemd-sysv-generator[883]: Native unit for cron.service already exists, skipping.
[  149.968242] systemd-sysv-generator[883]: Native unit for rsync.service already exists, skipping.
[  149.971845] systemd-sysv-generator[883]: Native unit for procps.service already exists, skipping.
[  149.973608] systemd-sysv-generator[883]: Cannot find unit gdomap.service.
[  149.975212] systemd-sysv-generator[883]: SysV service '/etc/init.d/gdomap' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[  149.979314] systemd-sysv-generator[883]: Native unit for openvpn.service already exists, skipping.
[  149.981797] systemd-sysv-generator[883]: Native unit for lightdm.service already exists, skipping.
[  149.983597] systemd-sysv-generator[883]: Linked unit file: /lib/systemd/system/x11-common.service → /dev/null
[  149.985287] systemd-sysv-generator[883]: Native unit for x11-common.service already exists, skipping.
[  149.988621] systemd-sysv-generator[883]: Native unit for ipsec.service already exists, skipping.
[  150.027487] systemd-sysv-generator[883]: Native unit for smartmontools.service already exists, skipping.
[  150.042570] systemd-sysv-generator[883]: Native unit for keyboard-setup.service already exists, skipping.
[  150.045183] systemd-sysv-generator[883]: Native unit for ssh.service already exists, skipping.
[  150.047588] systemd-sysv-generator[883]: Native unit for bluetooth.service already exists, skipping.
[  150.050004] systemd-sysv-generator[883]: Native unit for cups-browsed.service already exists, skipping.
[  150.053239] systemd-sysv-generator[883]: Native unit for kmod.service already exists, skipping.
[  150.091177] systemd-sysv-generator[883]: Native unit for udev.service already exists, skipping.
[  150.093019] systemd-sysv-generator[883]: Linked unit file: /lib/systemd/system/cryptdisks.service → /dev/null
[  150.094606] systemd-sysv-generator[883]: Native unit for cryptdisks.service already exists, skipping.
[  150.096956] systemd-sysv-generator[883]: Native unit for dbus.service already exists, skipping.
[  150.098622] systemd-sysv-generator[883]: Linked unit file: /lib/systemd/system/saned.service → /dev/null
[  150.100156] systemd-sysv-generator[883]: Native unit for saned.service already exists, skipping.
[  150.109094] systemd-sysv-generator[883]: Linked unit file: /lib/systemd/system/screen-cleanup.service → /dev/null
[  150.110766] systemd-sysv-generator[883]: Native unit for screen-cleanup.service already exists, skipping.
[  150.113976] systemd-sysv-generator[883]: Native unit for plymouth.service already exists, skipping.
[  150.116199] systemd-sysv-generator[883]: Native unit for console-setup.service already exists, skipping.
[  150.131494] systemd-sysv-generator[883]: Linked unit file: /lib/systemd/system/sudo.service → /dev/null
[  150.133035] systemd-sysv-generator[883]: Native unit for sudo.service already exists, skipping.
[  150.134697] systemd-sysv-generator[883]: Linked unit file: /lib/systemd/system/cryptdisks-early.service → /dev/null
[  150.136128] systemd-sysv-generator[883]: Native unit for cryptdisks-early.service already exists, skipping.
[  150.195065] systemd-sysv-generator[883]: Ignoring S01lightdm symlink in rc2.d, not generating lightdm.service.
[  150.196506] systemd-sysv-generator[883]: Ignoring S01ssh symlink in rc2.d, not generating ssh.service.
[  150.197893] systemd-sysv-generator[883]: Ignoring S01pcscd symlink in rc2.d, not generating pcscd.service.
[  150.199248] systemd-sysv-generator[883]: Ignoring S01ipsec symlink in rc2.d, not generating ipsec.service.
[  150.200577] systemd-sysv-generator[883]: Ignoring S01anacron symlink in rc2.d, not generating anacron.service.
[  150.201914] systemd-sysv-generator[883]: Ignoring S01bluetooth symlink in rc2.d, not generating bluetooth.service.
[  150.203236] systemd-sysv-generator[883]: Ignoring S01cron symlink in rc2.d, not generating cron.service.
[  150.204542] systemd-sysv-generator[883]: Ignoring S01cups-browsed symlink in rc2.d, not generating cups-browsed.service.
[  150.205854] systemd-sysv-generator[883]: Ignoring S01smartmontools symlink in rc2.d, not generating smartmontools.service.
[  150.207216] systemd-sysv-generator[883]: Ignoring S01rsync symlink in rc2.d, not generating rsync.service.
[  150.208541] systemd-sysv-generator[883]: Ignoring S01binfmt-support symlink in rc2.d, not generating binfmt-support.service.
[  150.209842] systemd-sysv-generator[883]: Ignoring S01openvpn symlink in rc2.d, not generating openvpn.service.
[  150.211101] systemd-sysv-generator[883]: Ignoring S01console-setup.sh symlink in rc2.d, not generating console-setup.service.
[  150.212354] systemd-sysv-generator[883]: Ignoring S01cups symlink in rc2.d, not generating cups.service.
[  150.213604] systemd-sysv-generator[883]: Ignoring S01saned symlink in rc2.d, not generating saned.service.
[  150.214829] systemd-sysv-generator[883]: Ignoring S01dbus symlink in rc2.d, not generating dbus.service.
[  150.216047] systemd-sysv-generator[883]: Ignoring S01pulseaudio-enable-autospawn symlink in rc2.d, not generating pulseaudio-enable-autospawn.service.
[  150.217296] systemd-sysv-generator[883]: Ignoring S01sudo symlink in rc2.d, not generating sudo.service.
[  150.218564] systemd-sysv-generator[883]: Ignoring S01plymouth symlink in rc2.d, not generating plymouth.service.
[  150.250570] systemd-sysv-generator[883]: Ignoring S01lightdm symlink in rc3.d, not generating lightdm.service.
[  150.251877] systemd-sysv-generator[883]: Ignoring S01ssh symlink in rc3.d, not generating ssh.service.
[  150.253137] systemd-sysv-generator[883]: Ignoring S01pcscd symlink in rc3.d, not generating pcscd.service.
[  150.254416] systemd-sysv-generator[883]: Ignoring S01ipsec symlink in rc3.d, not generating ipsec.service.
[  150.255626] systemd-sysv-generator[883]: Ignoring S01anacron symlink in rc3.d, not generating anacron.service.
[  150.256812] systemd-sysv-generator[883]: Ignoring S01bluetooth symlink in rc3.d, not generating bluetooth.service.
[  150.258033] systemd-sysv-generator[883]: Ignoring S01cron symlink in rc3.d, not generating cron.service.
[  150.259222] systemd-sysv-generator[883]: Ignoring S01cups-browsed symlink in rc3.d, not generating cups-browsed.service.
[  150.260408] systemd-sysv-generator[883]: Ignoring S01smartmontools symlink in rc3.d, not generating smartmontools.service.
[  150.261609] systemd-sysv-generator[883]: Ignoring S01rsync symlink in rc3.d, not generating rsync.service.
[  150.262805] systemd-sysv-generator[883]: Ignoring S01binfmt-support symlink in rc3.d, not generating binfmt-support.service.
[  150.264006] systemd-sysv-generator[883]: Ignoring S01openvpn symlink in rc3.d, not generating openvpn.service.
[  150.265235] systemd-sysv-generator[883]: Ignoring S01console-setup.sh symlink in rc3.d, not generating console-setup.service.
[  150.266457] systemd-sysv-generator[883]: Ignoring S01cups symlink in rc3.d, not generating cups.service.
[  150.267671] systemd-sysv-generator[883]: Ignoring S01saned symlink in rc3.d, not generating saned.service.
[  150.268917] systemd-sysv-generator[883]: Ignoring S01dbus symlink in rc3.d, not generating dbus.service.
[  150.270149] systemd-sysv-generator[883]: Ignoring S01pulseaudio-enable-autospawn symlink in rc3.d, not generating pulseaudio-enable-autospawn.service.
[  150.271389] systemd-sysv-generator[883]: Ignoring S01sudo symlink in rc3.d, not generating sudo.service.
[  150.272641] systemd-sysv-generator[883]: Ignoring S01plymouth symlink in rc3.d, not generating plymouth.service.
[  150.280188] systemd-sysv-generator[883]: Ignoring S01lightdm symlink in rc4.d, not generating lightdm.service.
[  150.281549] systemd-sysv-generator[883]: Ignoring S01ssh symlink in rc4.d, not generating ssh.service.
[  150.282822] systemd-sysv-generator[883]: Ignoring S01pcscd symlink in rc4.d, not generating pcscd.service.
[  150.284073] systemd-sysv-generator[883]: Ignoring S01ipsec symlink in rc4.d, not generating ipsec.service.
[  150.285335] systemd-sysv-generator[883]: Ignoring S01anacron symlink in rc4.d, not generating anacron.service.
[  150.286591] systemd-sysv-generator[883]: Ignoring S01bluetooth symlink in rc4.d, not generating bluetooth.service.
[  150.287824] systemd-sysv-generator[883]: Ignoring S01cron symlink in rc4.d, not generating cron.service.
[  150.289071] systemd-sysv-generator[883]: Ignoring S01cups-browsed symlink in rc4.d, not generating cups-browsed.service.
[  150.290308] systemd-sysv-generator[883]: Ignoring S01smartmontools symlink in rc4.d, not generating smartmontools.service.
[  150.291528] systemd-sysv-generator[883]: Ignoring S01rsync symlink in rc4.d, not generating rsync.service.
[  150.292759] systemd-sysv-generator[883]: Ignoring S01binfmt-support symlink in rc4.d, not generating binfmt-support.service.
[  150.294013] systemd-sysv-generator[883]: Ignoring S01openvpn symlink in rc4.d, not generating openvpn.service.
[  150.295237] systemd-sysv-generator[883]: Ignoring S01console-setup.sh symlink in rc4.d, not generating console-setup.service.
[  150.296473] systemd-sysv-generator[883]: Ignoring S01cups symlink in rc4.d, not generating cups.service.
[  150.297726] systemd-sysv-generator[883]: Ignoring S01saned symlink in rc4.d, not generating saned.service.
[  150.298969] systemd-sysv-generator[883]: Ignoring S01dbus symlink in rc4.d, not generating dbus.service.
[  150.300203] systemd-sysv-generator[883]: Ignoring S01pulseaudio-enable-autospawn symlink in rc4.d, not generating pulseaudio-enable-autospawn.service.
[  150.301507] systemd-sysv-generator[883]: Ignoring S01sudo symlink in rc4.d, not generating sudo.service.
[  150.302756] systemd-sysv-generator[883]: Ignoring S01plymouth symlink in rc4.d, not generating plymouth.service.
[  150.328276] systemd-sysv-generator[883]: Ignoring S01lightdm symlink in rc5.d, not generating lightdm.service.
[  150.329630] systemd-sysv-generator[883]: Ignoring S01ssh symlink in rc5.d, not generating ssh.service.
[  150.330897] systemd-sysv-generator[883]: Ignoring S01pcscd symlink in rc5.d, not generating pcscd.service.
[  150.332142] systemd-sysv-generator[883]: Ignoring S01ipsec symlink in rc5.d, not generating ipsec.service.
[  150.333387] systemd-sysv-generator[883]: Ignoring S01anacron symlink in rc5.d, not generating anacron.service.
[  150.334608] systemd-sysv-generator[883]: Ignoring S01bluetooth symlink in rc5.d, not generating bluetooth.service.
[  150.335826] systemd-sysv-generator[883]: Ignoring S01cron symlink in rc5.d, not generating cron.service.
[  150.337046] systemd-sysv-generator[883]: Ignoring S01cups-browsed symlink in rc5.d, not generating cups-browsed.service.
[  150.338259] systemd-sysv-generator[883]: Ignoring S01smartmontools symlink in rc5.d, not generating smartmontools.service.
[  150.339457] systemd-sysv-generator[883]: Ignoring S01rsync symlink in rc5.d, not generating rsync.service.
[  150.340656] systemd-sysv-generator[883]: Ignoring S01binfmt-support symlink in rc5.d, not generating binfmt-support.service.
[  150.341891] systemd-sysv-generator[883]: Ignoring S01openvpn symlink in rc5.d, not generating openvpn.service.
[  150.343117] systemd-sysv-generator[883]: Ignoring S01console-setup.sh symlink in rc5.d, not generating console-setup.service.
[  150.344354] systemd-sysv-generator[883]: Ignoring S01cups symlink in rc5.d, not generating cups.service.
[  150.345609] systemd-sysv-generator[883]: Ignoring S01saned symlink in rc5.d, not generating saned.service.
[  150.346859] systemd-sysv-generator[883]: Ignoring S01dbus symlink in rc5.d, not generating dbus.service.
[  150.348091] systemd-sysv-generator[883]: Ignoring S01pulseaudio-enable-autospawn symlink in rc5.d, not generating pulseaudio-enable-autospawn.service.
[  150.349358] systemd-sysv-generator[883]: Ignoring S01sudo symlink in rc5.d, not generating sudo.service.
[  150.350613] systemd-sysv-generator[883]: Ignoring S01plymouth symlink in rc5.d, not generating plymouth.service.
[  150.351927] systemd-sysv-generator[883]: Loading SysV script /etc/init.d/exim4
[  150.376653] systemd-sysv-generator[883]: Loading SysV script /etc/init.d/xl2tpd
[  150.391767] systemd-sysv-generator[883]: Adding Provides: alias 'l2tpd.service' for 'xl2tpd.service'
[  150.393475] systemd-sysv-generator[883]: Loading SysV script /etc/init.d/gdomap
[  150.414018] systemd-sysv-generator[883]: SELinux enabled state cached to: disabled
[  150.416564] (sd-execut[871]: /usr/lib/systemd/system-generators/systemd-sysv-generator succeeded.
[  150.417437] (sd-execut[871]: /usr/lib/systemd/system-generators/systemd-rc-local-generator succeeded.
[  150.418202] (sd-execut[871]: /usr/lib/systemd/system-generators/systemd-system-update-generator succeeded.
[  150.418957] (sd-execut[871]: /usr/lib/systemd/system-generators/systemd-getty-generator succeeded.
[  150.419700] (sd-execut[871]: /usr/lib/systemd/system-generators/systemd-cryptsetup-generator succeeded.
[  150.420453] (sd-execut[871]: /usr/lib/systemd/system-generators/systemd-debug-generator succeeded.
[  150.421194] (sd-execut[871]: /usr/lib/systemd/system-generators/systemd-integritysetup-generator succeeded.
[  150.421927] (sd-execut[871]: /usr/lib/systemd/system-generators/systemd-veritysetup-generator succeeded.
[  150.422655] (sd-execut[871]: /usr/lib/systemd/system-generators/systemd-run-generator succeeded.
[  150.423388] (sd-execut[871]: /usr/lib/systemd/system-generators/systemd-gpt-auto-generator succeeded.
[  150.424111] (sd-execut[871]: /usr/lib/systemd/system-generators/systemd-hibernate-resume-generator succeeded.
[  150.424838] (sd-execut[871]: /usr/lib/systemd/system-generators/systemd-fstab-generator succeeded.
[  150.425551] (sd-execut[871]: /usr/lib/systemd/system-generators/openvpn-generator succeeded.
[  150.426718] systemd[1]: (sd-executor) succeeded.
[  150.427941] systemd[1]: Looking for unit files in (higher priority first):
[  150.429108] systemd[1]: 	/etc/systemd/system.control
[  150.430239] systemd[1]: 	/run/systemd/system.control
[  150.431336] systemd[1]: 	/run/systemd/transient
[  150.432417] systemd[1]: 	/run/systemd/generator.early
[  150.433506] systemd[1]: 	/etc/systemd/system
[  150.434573] systemd[1]: 	/etc/systemd/system.attached
[  150.435617] systemd[1]: 	/run/systemd/system
[  150.436634] systemd[1]: 	/run/systemd/system.attached
[  150.437674] systemd[1]: 	/run/systemd/generator
[  150.438673] systemd[1]: 	/usr/local/lib/systemd/system
[  150.439656] systemd[1]: 	/lib/systemd/system
[  150.440637] systemd[1]: 	/usr/lib/systemd/system
[  150.441704] systemd[1]: 	/run/systemd/generator.late
[  150.442748] systemd[1]: Cannot stat /run/systemd/transient: No such file or directory
[  150.475499] systemd[1]: Modification times have changed, need to update cache.
[  150.491989] systemd[1]: unit_file_build_name_map: normal unit file: /run/systemd/generator/media-cdrom0.mount
[  150.493138] systemd[1]: unit_file_build_name_map: normal unit file: /run/systemd/generator/dev-mapper-Debian\x2dswap_1.swap
[  150.494214] systemd[1]: unit_file_build_name_map: normal unit file: /run/systemd/generator/boot.mount
[  150.495210] systemd[1]: unit_file_build_name_map: normal unit file: /run/systemd/generator/systemd-cryptsetup@sdb5_crypt.service
[  150.496210] systemd[1]: unit_file_build_name_map: normal unit file: /run/systemd/generator/-.mount
[  150.497570] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/cups.socket
[  150.498538] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/sys-kernel-debug.mount
[  150.499485] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/NetworkManager-dispatcher.service
[  150.500461] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/paths.target
[  150.501481] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/cryptsetup-pre.target
[  150.502418] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/powertop.service
[  150.503320] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/dev-hugepages.mount
[  150.504213] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/suspend.target
[  150.505113] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/initrd-fs.target
[  150.505989] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/hybrid-sleep.target
[  150.506857] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-networkd-wait-online@.service
[  150.507741] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-hibernate.service
[  150.508655] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/multi-user.target
[  150.509518] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-suspend-then-hibernate.service
[  150.510366] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-hybrid-sleep.service
[  150.511206] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/halt.target
[  150.512044] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/ipp-usb.service
[  150.512996] systemd[1]: Linked unit file: /lib/systemd/system/rcS.service → /dev/null
[  150.513852] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/initrd-switch-root.target
[  150.514718] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/apparmor.service
[  150.515572] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/proc-sys-fs-binfmt_misc.mount
[  150.516439] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/lvm2-monitor.service
[  150.517309] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-logind.service
[  150.518244] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/wpa_supplicant-wired@.service
[  150.518828] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/vboxautostart-service.service
[  150.519692] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/logrotate.timer
[  150.520528] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-hibernate-resume@.service
[  150.521377] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/swap.target
[  150.522190] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-exit.service
[  150.523065] systemd[1]: Linked unit file: /lib/systemd/system/sudo.service → /dev/null
[  150.523908] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/reboot.target
[  150.524759] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/apt-daily-upgrade.service
[  150.525622] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/ssh.service
[  150.526471] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/plymouth-reboot.service
[  150.527328] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/plymouth-quit.service
[  150.528206] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/network-pre.target
[  150.529066] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/rescue-ssh.target
[  150.529957] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-poweroff.service
[  150.530821] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/plymouth-poweroff.service
[  150.531674] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/NetworkManager-wait-online.service
[  150.532533] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-binfmt.service
[  150.533398] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/container-getty@.service
[  150.534298] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/exim4-base.timer
[  150.535163] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/emergency.service
[  150.535993] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-udevd-control.socket
[  150.536810] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-remount-fs.service
[  150.537821] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/system-systemd\x2dcryptsetup.slice
[  150.538646] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-udevd-kernel.socket
[  150.539458] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-journald-dev-log.socket
[  150.540279] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/lvm2-lvmpolld.socket
[  150.541102] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/plymouth-start.service
[  150.541904] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-sysext.service
[  150.542696] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/blk-availability.service
[  150.543586] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/openvpn@.service
[  150.544380] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-hostnamed.service
[  150.545273] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-boot-check-no-failures.service
[  150.546123] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/plymouth-switch-root.service
[  150.546947] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-sysctl.service
[  150.547758] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/slices.target
[  150.548570] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/system-update-pre.target
[  150.549400] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/integritysetup.target
[  150.550383] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-udev-settle.service
[  150.551199] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/nm-priv-helper.service
[  150.552005] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-machine-id-commit.service
[  150.552817] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/cups.path
[  150.553629] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-firstboot.service
[  150.554400] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-sysusers.service
[  150.555166] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/usb_modeswitch@.service
[  150.555927] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/cups.service
[  150.556684] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/modprobe@.service
[  150.557451] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/kmod-static-nodes.service
[  150.558296] systemd[1]: Linked unit file: /lib/systemd/system/screen-cleanup.service → /dev/null
[  150.559093] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/rpcbind.target
[  150.559896] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/boot-complete.target
[  150.560818] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-journal-flush.service
[  150.561653] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-network-generator.service
[  150.562464] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/disable_wakeups.service
[  150.563266] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/configure-printer@.service
[  150.564144] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/getty@.service
[  150.564998] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/graphical.target
[  150.565914] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/dm-event.socket
[  150.566729] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/blockdev@.target
[  150.567516] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/openvpn-client@.service
[  150.568302] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/remote-veritysetup.target
[  150.569180] systemd[1]: Linked unit file: /lib/systemd/system/hwclock.service → /dev/null
[  150.569991] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/NetworkManager.service
[  150.570847] systemd[1]: Linked unit file: /lib/systemd/system/cryptdisks-early.service → /dev/null
[  150.571665] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/sys-kernel-tracing.mount
[  150.572493] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/network-online.target
[  150.573417] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/initrd-switch-root.service
[  150.574427] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/user-runtime-dir@.service
[  150.575287] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/e2scrub_fail@.service
[  150.576262] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/factory-reset.target
[  150.577121] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/packagekit.service
[  150.577957] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/local-fs-pre.target
[  150.578786] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/fstrim.timer
[  150.579612] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/console-getty.service
[  150.580547] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/proc-sys-fs-binfmt_misc.automount
[  150.581389] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/vboxdrv.service
[  150.582218] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/kexec.target
[  150.583046] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/blueman-mechanism.service
[  150.583875] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/getty.target
[  150.584701] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-ask-password-wall.service
[  150.585549] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-networkd-wait-online.service
[  150.586395] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/emergency.target
[  150.587247] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/smartcard.target
[  150.588087] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/dpkg-db-backup.service
[  150.588967] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/veritysetup.target
[  150.589803] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/pam_namespace.service
[  150.590638] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-time-wait-sync.service
[  150.591473] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/vpnc@.service
[  150.592351] systemd[1]: Linked unit file: /lib/systemd/system/x11-common.service → /dev/null
[  150.593253] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-networkd.service
[  150.594072] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/geoclue.service
[  150.594877] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-volatile-root.service
[  150.595688] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/nss-lookup.target
[  150.596497] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/usb-gadget.target
[  150.597321] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/remote-cryptsetup.target
[  150.598129] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-ask-password-plymouth.path
[  150.598928] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-reboot.service
[  150.599713] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/openvpn-server@.service
[  150.600494] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/vboxballoonctrl-service.service
[  150.601354] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-networkd.socket
[  150.602154] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/sigpwr.target
[  150.602950] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/first-boot-complete.target
[  150.603739] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-ask-password-wall.path
[  150.604486] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-journald@.socket
[  150.605327] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/e2scrub_reap.service
[  150.606379] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/ifupdown-wait-online.service
[  150.607436] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/rc-local.service
[  150.608292] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/sys-kernel-config.mount
[  150.609192] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/dm-event.service
[  150.609985] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/final.target
[  150.610745] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/udisks2.service
[  150.611487] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-initctl.socket
[  150.612216] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/dpkg-db-backup.timer
[  150.612964] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-fsck@.service
[  150.613661] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/initrd-parse-etc.service
[  150.614340] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/ssh.socket
[  150.615025] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/ifup@.service
[  152.361081] loop: module loaded
[  152.367552] systemd-journald[901]: SELinux enabled state cached to: disabled
[  152.368491] systemd-journald[901]: Auditing in kernel turned off.
[  152.401804] systemd-journald[901]: Fixed min_use=15.6M max_use=78.0M max_size=9.7M min_size=512.0K keep_free=39.0M n_max_files=100
[  152.403213] systemd-journald[901]: Reserving 333 entries in field hash table.
[  152.408414] fuse: init (API version 7.38)
[  152.410283] systemd-journald[901]: Reserving 17770 entries in data hash table.
[  152.411687] systemd-journald[901]: Journal effective settings seal=no keyed_hash=yes compress=yes compress_threshold_bytes=512B
[  152.412722] systemd-journald[901]: Vacuuming...
[  152.413736] systemd-journald[901]: Vacuuming done, freed 0B of archived journals from /run/log/journal/703bd5bf06f54b81ab1e408c3906887c.
[  152.414753] systemd-journald[901]: Flushing /dev/kmsg...
[  152.514194] systemd-journald[901]: systemd-journald running as PID 901 for the system.
[  152.514774] systemd-journald[901]: Sent READY=1 notification.
[  152.515371] systemd-journald[901]: Sent WATCHDOG=1 notification.
[  152.516117] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  152.516808] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  152.517759] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  152.518416] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  152.519071] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  152.519845] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  152.520473] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  152.521248] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  152.521866] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  152.522471] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  152.523087] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  152.523689] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  152.524257] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  152.524850] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  152.525735] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  152.526416] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  152.527095] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  152.527678] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  152.679307] EXT4-fs (dm-1): re-mounted. Quota mode: none.
[  152.717804] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  152.719603] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  152.720817] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  152.886135] systemd-journald[901]: varlink: New incoming connection.
[  152.887090] systemd-journald[901]: varlink-24: Setting state idle-server
[  152.888085] systemd-journald[901]: varlink-24: New incoming message: {"method":"io.systemd.Journal.FlushToVar","parameters":{}}
[  152.889460] systemd-journald[901]: varlink-24: Changing state idle-server → processing-method
[  152.890382] systemd-journald[901]: Received client request to flush runtime journal.
[  153.278062] lp: driver loaded but no devices found
[  153.476109] ppdev: user-space parallel port driver
[  153.599179] systemd-journald[901]: Fixed min_use=16.0M max_use=4.0G max_size=128.0M min_size=512.0K keep_free=4.0G n_max_files=100
[  154.127587] systemd-journald[901]: Flushing to /var/log/journal/703bd5bf06f54b81ab1e408c3906887c...
[  154.128683] systemd-journald[901]: Considering root directory '/run/log/journal'.
[  154.129827] systemd-journald[901]: Root directory /run/log/journal added.
[  154.130853] systemd-journald[901]: Considering directory '/run/log/journal/703bd5bf06f54b81ab1e408c3906887c'.
[  154.131911] systemd-journald[901]: Directory /run/log/journal/703bd5bf06f54b81ab1e408c3906887c added.
[  154.133038] systemd-journald[901]: Journal effective settings seal=no keyed_hash=yes compress=yes compress_threshold_bytes=8B
[  154.134071] systemd-journald[901]: File /run/log/journal/703bd5bf06f54b81ab1e408c3906887c/system.journal added.
[  154.135104] systemd-journald[901]: Considering root directory '/var/log/journal'.
[  154.136098] systemd-journald[901]: Considering root directory '/var/log/journal/remote'.
[  155.845013] systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 46 (stored), closing.
[  155.861016] systemd[1]: Received SIGCHLD from PID 894 (lvm).
[  155.877023] systemd[1]: Child 894 (lvm) died (code=exited, status=0/SUCCESS)
[  155.893013] systemd[1]: lvm2-monitor.service: Child 894 belongs to lvm2-monitor.service.
[  155.925142] systemd[1]: lvm2-monitor.service: Changed start -> exited
[  155.941027] systemd[1]: lvm2-monitor.service: Job 13 lvm2-monitor.service/start finished, result=done
[  155.973092] systemd[1]: lvm2-monitor.service: Control group is empty.
[  155.989009] systemd[1]: local-fs-pre.target: starting held back, waiting for: systemd-tmpfiles-setup-dev.service
[  165.601499] systemd-journald[901]: Root directory /run/log/journal removed.
[  165.602510] systemd-journald[901]: Directory /run/log/journal/703bd5bf06f54b81ab1e408c3906887c removed.
[  165.603494] systemd-journald[901]: mmap cache statistics: 85603 context cache hit, 3 window list hit, 1 miss
[  165.604946] systemd-journald[901]: Vacuuming...
[  165.949096] systemd-tmpfiles[921]: Running create action for entry z /dev/kvm
[  169.902108] systemd-journald[901]: Vacuuming done, freed 0B of archived journals from /var/log/journal/703bd5bf06f54b81ab1e408c3906887c.
[  169.993926] systemd-journald[901]: varlink-24: Sending message: {"parameters":{}}
[  169.995100] systemd-journald[901]: varlink-24: Changing state processing-method → processed-method
[  169.996246] systemd-journald[901]: varlink-24: Changing state processed-method → idle-server
[  170.002974] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  170.004562] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  170.016966] systemd[1]: systemd-journald.service: Got notification message from PID 901 (FDSTORE=1)
[  170.017140] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  170.020250] systemd-journald[901]: varlink-24: Got POLLHUP from socket.
[  170.021922] systemd-journald[901]: varlink-24: Changing state idle-server → pending-disconnect
[  170.023184] systemd-journald[901]: varlink-24: Changing state pending-disconnect → processing-disconnect
[  170.024442] systemd-journald[901]: varlink-24: Changing state processing-disconnect → disconnected
[  170.041023] systemd[1]: systemd-journald.service: Got notification message from PID 901 (FDSTORE=1)
[  170.065014] systemd[1]: systemd-tmpfiles-setup-dev.service: Job 44 systemd-tmpfiles-setup-dev.service/start finished, result=done
[  170.093052] systemd[1]: Received SIGCHLD from PID 921 (n/a).
[  170.109009] systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 48 (stored), closing.
[  170.165516] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  171.389040] systemd[1]: plymouth-start.service: Changed dead -> start
[  171.389914] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  171.432945] systemd[1]: loop4: Device busy: SYSTEMD_READY property from device is false
[  171.449038] systemd[1]: loop7: Processing udev action (SEQNUM=1821, ACTION=add)
[  171.477032] systemd[1]: loop6: Device busy: SYSTEMD_READY property from device is false
[  171.493063] systemd[1]: loop6: Device busy: SYSTEMD_READY property from device is false
[  171.513010] systemd[1]: loop5: Processing udev action (SEQNUM=1817, ACTION=add)
[  171.529014] systemd[1]: loop5: Device busy: SYSTEMD_READY property from device is false
[  171.643228] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  171.705067] systemd[1]: Received SIGCHLD from PID 935 (plymouth).
[  171.753052] systemd[1]: basic.target: starting held back, waiting for: paths.target
[  171.857010] systemd[1]: loop3: Device busy: SYSTEMD_READY property from device is false
[  171.873038] systemd[1]: loop3: Device busy: SYSTEMD_READY property from device is false
[  171.889047] systemd[1]: loop3: Device busy: SYSTEMD_READY property from device is false
[  171.905013] systemd[1]: loop1: Processing udev action (SEQNUM=1988, ACTION=add)
[  171.921018] systemd[1]: loop1: Device busy: SYSTEMD_READY property from device is false
[  171.937019] systemd[1]: loop1: Device busy: SYSTEMD_READY property from device is false
[  171.969021] systemd[1]: loop4: Device busy: SYSTEMD_READY property from device is false
[  172.670206] sd 0:0:0:0: Attached scsi generic sg0 type 0
[  172.671265] sd 2:0:0:0: Attached scsi generic sg1 type 0
[  172.895621] input: Ideapad extra buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input18
[  172.903341] ideapad_acpi VPC2004:00: DYTC interface is not available
[  173.144325] ACPI: AC: AC Adapter [ACAD] (on-line)
[  173.152139] at24 0-0050: supply vcc not found, using dummy regulator
[  173.154574] at24 0-0050: 256 byte spd EEPROM, read-only
[  173.198887] input: PC Speaker as /devices/platform/pcspkr/input/input19
[  173.224918] systemd[1]: var.mount: Failed to load configuration: No such file or directory
[  173.240945] systemd[1]: var-lib.mount: Failed to load configuration: No such file or directory
[  173.243052] bcma-pci-bridge 0000:03:00.0: bus0: Found chip with id 0x4313, rev 0x01 and package 0x08
[  173.243914] bcma-pci-bridge 0000:03:00.0: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x24, class 0x0)
[  173.244743] bcma-pci-bridge 0000:03:00.0: bus0: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x18, class 0x0)
[  173.245628] bcma-pci-bridge 0000:03:00.0: bus0: Core 2 found: PCIe (manuf 0x4BF, id 0x820, rev 0x11, class 0x0)
[  173.256953] systemd[1]: var-lib-systemd.mount: Failed to load configuration: No such file or directory
[  173.259066] bcma-pci-bridge 0000:03:00.0: bus0: Bus registered
[  173.272965] systemd[1]: var-lib-systemd-backlight.mount: Failed to load configuration: No such file or directory
[  173.289007] systemd[1]: sys-devices-pci0000:00-0000:00:02.0-drm-card1-card1\x2dLVDS\x2d1-intel_backlight.device: Changed dead -> plugged
[  173.305028] systemd[1]: systemd-backlight@backlight:intel_backlight.service: Trying to enqueue job systemd-backlight@backlight:intel_backlight.service/start/fail
[  173.321033] systemd[1]: systemd-backlight@backlight:intel_backlight.service: Installed new job systemd-backlight@backlight:intel_backlight.service/start as 161
[  173.337029] systemd[1]: system-systemd\x2dbacklight.slice: Installed new job system-systemd\x2dbacklight.slice/start as 164
[  173.353030] systemd[1]: systemd-backlight@backlight:intel_backlight.service: Enqueued job systemd-backlight@backlight:intel_backlight.service/start as 161
[  173.369012] systemd[1]: var.mount: Collecting.
[  173.384985] systemd[1]: var-lib.mount: Collecting.
[  173.429668] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  173.518497] iTCO_vendor_support: vendor-support=0
[  173.557382] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  173.559281] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  173.707352] iTCO_wdt iTCO_wdt.1.auto: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
[  173.708141] iTCO_wdt iTCO_wdt.1.auto: initialized. heartbeat=30 sec (nowayout=0)
[  174.034144] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
[  174.035497] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
[  174.036820] RAPL PMU: hw unit of domain package 2^-16 Joules
[  174.038153] RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
[  174.758176] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[  174.758526] snd_hda_intel 0000:01:00.1: Disabling MSI
[  174.760662] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[  174.880834] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[  174.881778] cfg80211: Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
[  174.882591] cfg80211: Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
[  174.883397] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[  174.884195] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[  174.994735] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input20
[  175.001404] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input21
[  175.003709] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input22
[  175.005907] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input23
[  175.131932] snd_hda_codec_conexant hdaudioC0D0: CX20590: BIOS auto-probing.
[  175.132383] snd_hda_codec_conexant hdaudioC0D0: autoconfig for CX20590: line_outs=1 (0x1f/0x0/0x0/0x0/0x0) type:speaker
[  175.132387] snd_hda_codec_conexant hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[  175.132388] snd_hda_codec_conexant hdaudioC0D0:    hp_outs=1 (0x19/0x0/0x0/0x0/0x0)
[  175.132390] snd_hda_codec_conexant hdaudioC0D0:    mono: mono_out=0x0
[  175.132391] snd_hda_codec_conexant hdaudioC0D0:    inputs:
[  175.132393] snd_hda_codec_conexant hdaudioC0D0:      Mic=0x1a
[  175.132394] snd_hda_codec_conexant hdaudioC0D0:      Internal Mic=0x1b
[  175.137922] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input24
[  175.138001] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input25
[  175.138071] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input26
[  175.138165] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input27
[  175.709571] intel_rapl_common: Found RAPL domain package
[  175.710373] intel_rapl_common: Found RAPL domain core
[  175.711181] intel_rapl_common: Found RAPL domain uncore
[  175.711978] intel_rapl_common: RAPL package-0 domain package locked by BIOS
[  175.890697] Support for cores revisions 0x17 and 0x18 disabled by module param allhwsupport=0. Try b43.allhwsupport=1
[  175.891990] b43: probe of bcma0:1 failed with error -524
[  175.893302] Broadcom 43xx driver loaded [ Features: PNLS ]
[  175.915475] platform regulatory.0: firmware: direct-loading firmware regulatory.db
[  176.237234] platform regulatory.0: firmware: direct-loading firmware regulatory.db.p7s
[  176.297258] brcmsmac bcma0:1: mfg 4bf core 812 rev 24 class 0 irq 17
[  176.298803] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[  176.417011] brcmsmac bcma0:1 wlp3s0b1: renamed from wlan0
[  176.737606] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  176.758825] mc: Linux media interface: v0.10
[  176.913061] videodev: Linux video capture interface: v2.00
[  176.955483] alg: No test for fips(ansi_cprng) (fips_ansi_cprng)
[  177.350127] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  177.451248] usb 3-1.6: Found UVC 1.00 device Lenovo EasyCamera (04f2:b2e1)
[  177.455984] input: Lenovo EasyCamera: Lenovo EasyC as /devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.6/3-1.6:1.0/input/input28
[  177.457537] usbcore: registered new interface driver uvcvideo
[  177.511278] Bluetooth: Core ver 2.22
[  177.511912] NET: Registered PF_BLUETOOTH protocol family
[  177.512682] Bluetooth: HCI device and connection manager initialized
[  177.513297] Bluetooth: HCI socket layer initialized
[  177.513884] Bluetooth: L2CAP socket layer initialized
[  177.514461] Bluetooth: SCO socket layer initialized
[  177.733028] Adding 999420k swap on /dev/mapper/Debian-swap_1.  Priority:-2 extents:1 across:999420k FS
[  177.862098] usbcore: registered new interface driver btusb
[  177.970960] Bluetooth: hci0: BCM: chip id 63
[  177.973993] Bluetooth: hci0: BCM: features 0x07
[  177.991987] Bluetooth: hci0: Dual
[  177.992724] Bluetooth: hci0: BCM20702A1 (001.002.014) build 0000
[  178.033601] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  178.035488] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  178.037146] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  178.038274] bluetooth hci0: firmware: failed to load brcm/BCM20702A1-0489-e032.hcd (-2)
[  178.038877] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  178.039369] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
[  178.041328] bluetooth hci0: firmware: failed to load brcm/BCM20702A1-0489-e032.hcd (-2)
[  178.059076] bluetooth hci0: firmware: failed to load brcm/BCM-0489-e032.hcd (-2)
[  178.060161] bluetooth hci0: firmware: failed to load brcm/BCM-0489-e032.hcd (-2)
[  178.060900] Bluetooth: hci0: BCM: firmware Patch file not found, tried:
[  178.061623] Bluetooth: hci0: BCM: 'brcm/BCM20702A1-0489-e032.hcd'
[  178.062349] Bluetooth: hci0: BCM: 'brcm/BCM-0489-e032.hcd'
[  178.068916] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  178.285772] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  178.288022] EXT4-fs (sdb1): mounting ext2 file system using the ext4 subsystem
[  178.310525] EXT4-fs (sdb1): mounted filesystem without journal. Quota mode: none.
[  178.315439] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  178.316601] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  178.317905] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  178.453555] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  178.455419] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  178.537659] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  178.741711] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  179.425024] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  179.425161] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  179.848505] audit: type=1400 audit(1750691809.214:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/ipsec/stroke" pid=1225 comm="apparmor_parser"
[  179.850838] audit: type=1400 audit(1750691809.218:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=1218 comm="apparmor_parser"
[  179.852664] audit: type=1400 audit(1750691809.218:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=1219 comm="apparmor_parser"
[  179.854578] audit: type=1400 audit(1750691809.218:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=1219 comm="apparmor_parser"
[  179.860985] audit: type=1400 audit(1750691809.230:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=1222 comm="apparmor_parser"
[  179.863023] audit: type=1400 audit(1750691809.230:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=1222 comm="apparmor_parser"
[  179.864120] audit: type=1400 audit(1750691809.230:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=1222 comm="apparmor_parser"
[  179.966096] audit: type=1400 audit(1750691809.334:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=1229 comm="apparmor_parser"
[  179.990709] audit: type=1400 audit(1750691809.358:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/ipsec/charon" pid=1224 comm="apparmor_parser"
[  180.027342] audit: type=1400 audit(1750691809.394:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1220 comm="apparmor_parser"
[  180.481433] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  180.565747] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  180.569485] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  180.571645] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  180.587998] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  180.837643] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  180.841562] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  180.843613] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  180.846646] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  180.848588] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  180.969392] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  180.976218] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  180.977959] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  180.981324] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  186.524985] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  189.921868] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  189.923605] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  190.728756] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[  190.730174] Bluetooth: BNEP filters: protocol multicast
[  190.731527] Bluetooth: BNEP socket layer initialized
[  190.736261] Bluetooth: MGMT ver 1.22
[  190.785698] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  191.284531] NET: Registered PF_ALG protocol family
[  191.297843] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  193.389730] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  193.394300] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  193.396457] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  194.305590] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  194.308542] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  194.354502] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  194.356670] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  196.629334] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  196.989278] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  197.101525] vboxdrv: loading out-of-tree module taints kernel.
[  197.102798] vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
[  197.127033] vboxdrv: Found 8 processor cores/threads
[  197.149433] vboxdrv: TSC mode is Invariant, tentative frequency 2195015091 Hz
[  197.150614] vboxdrv: Successfully loaded version 7.1.8 r168469 (interface 0x00340001)
[  197.721227] VBoxNetFlt: Successfully started.
[  197.781973] VBoxNetAdp: Successfully started.
[  198.901824] brcmsmac bcma0:1: firmware: direct-loading firmware brcm/bcm43xx-0.fw
[  198.970253] brcmsmac bcma0:1: firmware: direct-loading firmware brcm/bcm43xx_hdr-0.fw
[  199.145330] brcmsmac bcma0:1: brcms_ops_bss_info_changed: qos enabled: false (implement)
[  199.145954] brcmsmac bcma0:1: brcms_ops_config: change power-save mode: false (implement)
[  199.171831] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  199.173203] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  199.174809] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  199.357219] brcmsmac bcma0:1: brcms_ops_bss_info_changed: qos enabled: false (implement)
[  199.357839] brcmsmac bcma0:1: brcms_ops_config: change power-save mode: false (implement)
[  201.268684] NET: Registered PF_QIPCRTR protocol family
[  201.733474] brcmsmac bcma0:1: brcms_ops_bss_info_changed: qos enabled: false (implement)
[  201.733518] brcmsmac bcma0:1: brcms_ops_config: change power-save mode: false (implement)
[  201.904556] wlp3s0b1: authenticate with 4e:ee:2d:7d:7d:eb
[  201.904631] wlp3s0b1: 80 MHz not supported, disabling VHT
[  201.908280] wlp3s0b1: send auth to 4e:ee:2d:7d:7d:eb (try 1/3)
[  201.912656] wlp3s0b1: authenticated
[  201.916949] wlp3s0b1: associate with 4e:ee:2d:7d:7d:eb (try 1/3)
[  201.949372] wlp3s0b1: RX AssocResp from 4e:ee:2d:7d:7d:eb (capab=0x1431 status=0 aid=3)
[  201.950006] brcmsmac bcma0:1: brcmsmac: brcms_ops_bss_info_changed: associated
[  201.950049] brcmsmac bcma0:1: brcms_ops_bss_info_changed: qos enabled: true (implement)
[  201.950100] wlp3s0b1: associated
[  201.978866] brcmsmac bcma0:1: wl0: brcms_c_d11hdrs_mac80211:  txop exceeded phylen 159/256 dur 1778/1504
[  201.987828] brcmsmac bcma0:1: wl0: brcms_c_d11hdrs_mac80211:  txop exceeded phylen 137/256 dur 1602/1504
[  202.157197] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0b1: link becomes ready
[  203.075394] brcmsmac bcma0:1: brcms_ops_bss_info_changed: arp filtering: 1 addresses (implement)
[  203.740010] kauditd_printk_skb: 18 callbacks suppressed
[  203.740015] audit: type=1400 audit(1750691833.106:30): apparmor="DENIED" operation="capable" profile="/usr/sbin/cupsd" pid=1362 comm="cupsd" capability=12  capname="net_admin"
[  204.705709] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  204.708422] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  204.710204] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  204.712412] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  204.714048] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  207.448385] PPP generic driver version 2.4.2
[  207.512299] NET: Registered PF_PPPOX protocol family
[  208.569558] l2tp_core: L2TP core driver, V2.0
[  208.750061] l2tp_netlink: L2TP netlink interface
[  208.784186] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[  214.006981] Initializing XFRM netlink socket
[  214.660961] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  217.975763] nouveau 0000:01:00.0: DRM: [DRM/00000000:dac-0000-0302] [LOAD_DETECT data:00000154] load:07 (ret:7)
[  218.009089] nouveau 0000:01:00.0: DRM: [DRM/00000000:dac-0000-0302] [LOAD_DETECT data:00000154] load:07 (ret:7)
[  220.541903] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  220.583231] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  221.840014] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  221.853725] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  222.825602] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  223.079664] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  224.246477] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  224.677991] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  226.353591] ACPI: \_SB_.PCI0.PEG0.PEGP: failed to evaluate _DSM
[  229.437895] nouveau 0000:01:00.0: Enabling HDA controller
[  229.861427] nouveau 0000:01:00.0: DRM: [DRM/00000000:dac-0000-0302] [LOAD_DETECT data:00000154] load:07 (ret:7)
[  229.872222] nouveau 0000:01:00.0: DRM: [DRM/00000000:dac-0000-0302] [LOAD_DETECT data:00000154] load:07 (ret:7)
[  230.145885] nouveau 0000:01:00.0: DRM: [DRM/00000000:dac-0000-0302] [LOAD_DETECT data:00000154] load:07 (ret:7)
[  230.156594] nouveau 0000:01:00.0: DRM: [DRM/00000000:dac-0000-0302] [LOAD_DETECT data:00000154] load:07 (ret:7)
[  235.230794] nouveau 0000:01:00.0: firmware: failed to load nouveau/nvc1_fuc084 (-2)
[  235.230818] nouveau 0000:01:00.0: firmware: failed to load nouveau/nvc1_fuc084 (-2)
[  235.230823] nouveau 0000:01:00.0: Direct firmware load for nouveau/nvc1_fuc084 failed with error -2
[  235.230844] nouveau 0000:01:00.0: firmware: failed to load nouveau/nvc1_fuc084d (-2)
[  235.230858] nouveau 0000:01:00.0: firmware: failed to load nouveau/nvc1_fuc084d (-2)
[  235.230861] nouveau 0000:01:00.0: Direct firmware load for nouveau/nvc1_fuc084d failed with error -2
[  235.230865] nouveau 0000:01:00.0: msvld: unable to load firmware data
[  235.230868] nouveau 0000:01:00.0: msvld: init failed, -19
[  236.054803] Bluetooth: RFCOMM TTY layer initialized
[  236.054830] Bluetooth: RFCOMM socket layer initialized
[  236.054848] Bluetooth: RFCOMM ver 1.11
[  240.982431] ACPI: \_SB_.PCI0.PEG0.PEGP: failed to evaluate _DSM
[  242.857032] systemd-journald[901]: Sent WATCHDOG=1 notification.
[  243.517061] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  243.546634] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  243.618251] systemd-journald[901]: Fixed min_use=824.3M max_use=4.0G max_size=128.0M min_size=512.0K keep_free=4.0G n_max_files=100
[  243.811379] systemd-journald[901]: Journal effective settings seal=no keyed_hash=yes compress=yes compress_threshold_bytes=512B
[  244.087089] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  244.096051] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  244.105125] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  244.200748] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  244.619317] nouveau 0000:01:00.0: Enabling HDA controller
[  245.044242] nouveau 0000:01:00.0: DRM: [DRM/00000000:dac-0000-0302] [LOAD_DETECT data:00000154] load:07 (ret:7)
[  245.054952] nouveau 0000:01:00.0: DRM: [DRM/00000000:dac-0000-0302] [LOAD_DETECT data:00000154] load:07 (ret:7)
[  245.328028] nouveau 0000:01:00.0: DRM: [DRM/00000000:dac-0000-0302] [LOAD_DETECT data:00000154] load:07 (ret:7)
[  245.338844] nouveau 0000:01:00.0: DRM: [DRM/00000000:dac-0000-0302] [LOAD_DETECT data:00000154] load:07 (ret:7)
[  245.848919] nouveau 0000:01:00.0: firmware: failed to load nouveau/nvc1_fuc084 (-2)
[  245.848949] nouveau 0000:01:00.0: firmware: failed to load nouveau/nvc1_fuc084 (-2)
[  245.848954] nouveau 0000:01:00.0: Direct firmware load for nouveau/nvc1_fuc084 failed with error -2
[  245.848976] nouveau 0000:01:00.0: firmware: failed to load nouveau/nvc1_fuc084d (-2)
[  245.848991] nouveau 0000:01:00.0: firmware: failed to load nouveau/nvc1_fuc084d (-2)
[  245.848995] nouveau 0000:01:00.0: Direct firmware load for nouveau/nvc1_fuc084d failed with error -2
[  245.849000] nouveau 0000:01:00.0: msvld: unable to load firmware data
[  245.849004] nouveau 0000:01:00.0: msvld: init failed, -19
[  247.453937] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  247.525147] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  247.525238] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  247.849365] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  247.863522] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  248.020988] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  249.026557] nouveau 0000:01:00.0: DRM: [DRM/00000000:dac-0000-0302] [LOAD_DETECT data:00000154] load:07 (ret:7)
[  249.095698] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  251.314082] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  251.837173] nouveau 0000:01:00.0: DRM: [DRM/00000000:dac-0000-0302] [LOAD_DETECT data:00000154] load:07 (ret:7)
[  252.972831] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  253.364229] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  253.365673] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  253.816133] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  253.952400] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  254.515730] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  255.039649] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  255.239370] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  255.747386] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  258.761369] systemd-journald[901]: Successfully sent stream file descriptor to service manager.
[  259.053398] systemd-journald[901]: Successfully sent stream file descriptor to service manager.


-- Package-specific info:
/etc/X11/X does not exist.
/etc/X11/X is not a symlink.
/etc/X11/X is not executable.

VGA-compatible devices on PCI bus:
----------------------------------
00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 09)
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF108M [GeForce GT 620M/630M/635M/640M LE] [10de:0de9] (rev a1)

Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 root root 62 Jun 23 15:08 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
-------------------------------
Section "ServerFlags"
    Option "LogVerbose" "7"
EndSection


Contents of /etc/X11/xorg.conf.d:
---------------------------------
total 0

/etc/modprobe.d contains no KMS configuration files.

Kernel version (/proc/version):
-------------------------------
Linux version 6.1.0-37-amd64 (debian-kernel@lists.debian.org) (gcc-12 (Debian 12.2.0-14+deb12u1) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT_DYNAMIC Debian 6.1.140-1 (2025-05-22)

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 63331 Jun 23 15:46 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[  1918.843]
X.Org X Server 1.21.1.7
X Protocol Version 11, Revision 0
[  1918.843] Current Operating System: Linux localhost 6.1.0-37-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.140-1 (2025-05-22) x86_64
[  1918.843] Kernel command line: BOOT_IMAGE=/vmlinuz-6.1.0-37-amd64 root=/dev/mapper/Debian-root ro quiet debug loglevel=8
[  1918.843] xorg-server 2:21.1.7-3+deb12u9 (https://www.debian.org/support)
[  1918.843] Current version of pixman: 0.42.2
[  1918.843] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1918.843] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1918.843] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jun 23 15:45:48 2025
[  1918.843] (==) Using config file: "/etc/X11/xorg.conf"
[  1918.843] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1918.843] (==) No Layout section.  Using the first Screen section.
[  1918.843] (==) No screen section available. Using defaults.
[  1918.843] (**) |-->Screen "Default Screen Section" (0)
[  1918.843] (**) |   |-->Monitor "<default monitor>"
[  1918.843] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  1918.843] (==) Automatically adding devices
[  1918.843] (==) Automatically enabling devices
[  1918.843] (==) Automatically adding GPU devices
[  1918.843] (==) Automatically binding GPU devices
[  1918.843] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1918.843] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  1918.843] 	Entry deleted from font path.
[  1918.843] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins
[  1918.843] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1918.843] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1918.843] (II) Loader magic: 0x559209b57f00
[  1918.843] (II) Module ABI versions:
[  1918.843] 	X.Org ANSI C Emulation: 0.4
[  1918.843] 	X.Org Video Driver: 25.2
[  1918.843] 	X.Org XInput driver : 24.4
[  1918.843] 	X.Org Server Extension : 10.0
[  1918.844] (++) using VT number 7

[  1918.844] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[  1918.845] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1918.845] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[  1918.854] (II) xfree86: Adding drm device (/dev/dri/card1)
[  1918.854] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[  1918.862] (--) PCI:*(0@0:2:0) 8086:0166:17aa:3901 rev 9, Mem @ 0xd3400000/4194304, 0xe0000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[  1918.862] (--) PCI: (1@0:0:0) 10de:0de9:17aa:3901 rev 161, Mem @ 0xd2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[  1918.862] (II) LoadModule: "glx"
[  1918.862] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1918.863] (II) Module glx: vendor="X.Org Foundation"
[  1918.863] 	compiled for 1.21.1.7, module version = 1.0.0
[  1918.863] 	ABI class: X.Org Server Extension, version 10.0
[  1918.931] (==) Matched modesetting as autoconfigured driver 0
[  1918.931] (==) Matched fbdev as autoconfigured driver 1
[  1918.931] (==) Matched vesa as autoconfigured driver 2
[  1918.931] (==) Assigned the driver to the xf86ConfigLayout
[  1918.931] (II) LoadModule: "modesetting"
[  1918.931] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  1918.931] (II) Module modesetting: vendor="X.Org Foundation"
[  1918.931] 	compiled for 1.21.1.7, module version = 1.21.1
[  1918.931] 	Module class: X.Org Video Driver
[  1918.931] 	ABI class: X.Org Video Driver, version 25.2
[  1918.931] (II) LoadModule: "fbdev"
[  1918.931] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[  1918.931] (II) Module fbdev: vendor="X.Org Foundation"
[  1918.931] 	compiled for 1.21.1.3, module version = 0.5.0
[  1918.931] 	Module class: X.Org Video Driver
[  1918.931] 	ABI class: X.Org Video Driver, version 25.2
[  1918.931] (II) LoadModule: "vesa"
[  1918.931] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[  1918.931] (II) Module vesa: vendor="X.Org Foundation"
[  1918.931] 	compiled for 1.21.1.3, module version = 2.5.0
[  1918.931] 	Module class: X.Org Video Driver
[  1918.931] 	ABI class: X.Org Video Driver, version 25.2
[  1918.931] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  1918.931] (II) FBDEV: driver for framebuffer: fbdev
[  1918.931] (II) VESA: driver for VESA chipsets: vesa
[  1918.960] (II) modeset(0): using drv /dev/dri/card1
[  1918.960] (WW) Falling back to old probe method for fbdev
[  1918.960] (II) Loading sub module "fbdevhw"
[  1918.960] (II) LoadModule: "fbdevhw"
[  1918.960] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[  1918.960] (II) Module fbdevhw: vendor="X.Org Foundation"
[  1918.960] 	compiled for 1.21.1.7, module version = 0.0.2
[  1918.960] 	ABI class: X.Org Video Driver, version 25.2
[  1918.960] (II) modeset(G0): using drv /dev/dri/card0
[  1918.961] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  1918.961] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[  1918.961] (==) modeset(0): RGB weight 888
[  1918.961] (==) modeset(0): Default visual is TrueColor
[  1918.961] (II) Loading sub module "glamoregl"
[  1918.961] (II) LoadModule: "glamoregl"
[  1918.961] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  1918.963] (II) Module glamoregl: vendor="X.Org Foundation"
[  1918.963] 	compiled for 1.21.1.7, module version = 1.0.1
[  1918.963] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1918.997] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 4000 (IVB GT2)
[  1918.997] (II) modeset(0): glamor initialized
[  1918.997] (==) modeset(0): VariableRefresh: disabled
[  1918.997] (==) modeset(0): AsyncFlipSecondaries: disabled
[  1918.997] (II) modeset(0): Output LVDS-1 has no monitor section
[  1918.998] (II) modeset(0): Output VGA-2 has no monitor section
[  1919.025] (II) modeset(0): Output HDMI-1 has no monitor section
[  1919.104] (II) modeset(0): Output DP-1 has no monitor section
[  1919.104] (II) modeset(0): EDID for output LVDS-1
[  1919.104] (II) modeset(0): Manufacturer: LGD  Model: 34b  Serial#: 0
[  1919.104] (II) modeset(0): Year: 2011  Week: 0
[  1919.104] (II) modeset(0): EDID Version: 1.3
[  1919.104] (II) modeset(0): Digital Display Input
[  1919.104] (II) modeset(0): Max Image Size [cm]: horiz.: 35  vert.: 19
[  1919.104] (II) modeset(0): Gamma: 2.20
[  1919.104] (II) modeset(0): No DPMS capabilities specified
[  1919.104] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[  1919.104] (II) modeset(0): First detailed timing is preferred mode
[  1919.104] (II) modeset(0): redX: 0.587 redY: 0.349   greenX: 0.336 greenY: 0.563
[  1919.104] (II) modeset(0): blueX: 0.157 blueY: 0.120   whiteX: 0.313 whiteY: 0.329
[  1919.104] (II) modeset(0): Manufacturer's mask: 0
[  1919.104] (II) modeset(0): Supported detailed timing:
[  1919.104] (II) modeset(0): clock: 69.3 MHz   Image Size:  345 x 194 mm
[  1919.104] (II) modeset(0): h_active: 1366  h_sync: 1398  h_sync_end 1430 h_blank_end 1470 h_border: 0
[  1919.104] (II) modeset(0): v_active: 768  v_sync: 773  v_sync_end 776 v_blanking: 786 v_border: 0
[  1919.104] (II) modeset(0):  LG Display
[  1919.104] (II) modeset(0):  LP156WH3-TLE1
[  1919.104] (II) modeset(0): EDID (in hex):
[  1919.104] (II) modeset(0): 	00ffffffffffff0030e44b0300000000
[  1919.104] (II) modeset(0): 	00150103802313780a51759659569028
[  1919.104] (II) modeset(0): 	1e505400000001010101010101010101
[  1919.104] (II) modeset(0): 	010101010101121b5668500012302020
[  1919.104] (II) modeset(0): 	530059c2100000190000000000000000
[  1919.104] (II) modeset(0): 	00000000000000000000000000fe004c
[  1919.104] (II) modeset(0): 	4720446973706c61790a2020000000fe
[  1919.104] (II) modeset(0): 	004c503135365748332d544c4531004e
[  1919.104] (II) modeset(0): Printing probed modes for output LVDS-1
[  1919.104] (II) modeset(0): Modeline "1366x768"x60.0   69.30  1366 1398 1430 1470  768 773 776 786 -hsync -vsync (47.1 kHz eP)
[  1919.104] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[  1919.104] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[  1919.104] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[  1919.104] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[  1919.104] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[  1919.104] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[  1919.104] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[  1919.104] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[  1919.104] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[  1919.104] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[  1919.104] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[  1919.104] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[  1919.104] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[  1919.104] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[  1919.104] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[  1919.104] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[  1919.104] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[  1919.104] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[  1919.104] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[  1919.104] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[  1919.104] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[  1919.104] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[  1919.104] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[  1919.104] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[  1919.105] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[  1919.105] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[  1919.105] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[  1919.105] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[  1919.105] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[  1919.105] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[  1919.105] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[  1919.105] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[  1919.105] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[  1919.105] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[  1919.105] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[  1919.105] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[  1919.105] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[  1919.105] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[  1919.105] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[  1919.105] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[  1919.105] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[  1919.105] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[  1919.105] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[  1919.105] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[  1919.105] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[  1919.105] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[  1919.105] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[  1919.105] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[  1919.105] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[  1919.105] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[  1919.105] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[  1919.105] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[  1919.105] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[  1919.105] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[  1919.105] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[  1919.105] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[  1919.105] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[  1919.105] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[  1919.106] (II) modeset(0): EDID for output VGA-2
[  1919.133] (II) modeset(0): EDID for output HDMI-1
[  1919.133] (II) modeset(0): Manufacturer: BNQ  Model: 78db  Serial#: 21573
[  1919.133] (II) modeset(0): Year: 2016  Week: 8
[  1919.133] (II) modeset(0): EDID Version: 1.3
[  1919.133] (II) modeset(0): Digital Display Input
[  1919.133] (II) modeset(0): Max Image Size [cm]: horiz.: 48  vert.: 27
[  1919.133] (II) modeset(0): Gamma: 2.20
[  1919.133] (II) modeset(0): DPMS capabilities: Off
[  1919.133] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[  1919.133] (II) modeset(0): Default color space is primary color space
[  1919.133] (II) modeset(0): First detailed timing is preferred mode
[  1919.133] (II) modeset(0): redX: 0.651 redY: 0.335   greenX: 0.320 greenY: 0.625
[  1919.133] (II) modeset(0): blueX: 0.152 blueY: 0.066   whiteX: 0.312 whiteY: 0.327
[  1919.133] (II) modeset(0): Supported established timings:
[  1919.133] (II) modeset(0): 720x400@70Hz
[  1919.133] (II) modeset(0): 640x480@60Hz
[  1919.133] (II) modeset(0): 640x480@75Hz
[  1919.133] (II) modeset(0): 800x600@60Hz
[  1919.133] (II) modeset(0): 800x600@75Hz
[  1919.133] (II) modeset(0): 832x624@75Hz
[  1919.133] (II) modeset(0): 1024x768@60Hz
[  1919.133] (II) modeset(0): 1024x768@75Hz
[  1919.133] (II) modeset(0): 1280x1024@75Hz
[  1919.133] (II) modeset(0): 1152x864@75Hz
[  1919.133] (II) modeset(0): Manufacturer's mask: 0
[  1919.133] (II) modeset(0): Supported standard timings:
[  1919.133] (II) modeset(0): #0: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[  1919.133] (II) modeset(0): #1: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[  1919.133] (II) modeset(0): #2: hsize: 1280  vsize 800  refresh: 60  vid: 129
[  1919.133] (II) modeset(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[  1919.133] (II) modeset(0): #4: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[  1919.133] (II) modeset(0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[  1919.133] (II) modeset(0): Supported detailed timing:
[  1919.133] (II) modeset(0): clock: 148.5 MHz   Image Size:  476 x 268 mm
[  1919.133] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[  1919.133] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[  1919.133] (II) modeset(0): Serial No: N2G01224019
[  1919.133] (II) modeset(0): Ranges: V min: 50 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[  1919.133] (II) modeset(0): Monitor name: BenQ GW2270
[  1919.133] (II) modeset(0): Supported detailed timing:
[  1919.133] (II) modeset(0): clock: 148.5 MHz   Image Size:  476 x 268 mm
[  1919.133] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[  1919.133] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[  1919.133] (II) modeset(0): Supported detailed timing:
[  1919.133] (II) modeset(0): clock: 74.2 MHz   Image Size:  476 x 268 mm
[  1919.133] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[  1919.133] (II) modeset(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[  1919.133] (II) modeset(0): Supported detailed timing:
[  1919.133] (II) modeset(0): clock: 74.2 MHz   Image Size:  476 x 268 mm
[  1919.133] (II) modeset(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[  1919.133] (II) modeset(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[  1919.133] (II) modeset(0): Supported detailed timing:
[  1919.133] (II) modeset(0): clock: 27.0 MHz   Image Size:  476 x 268 mm
[  1919.133] (II) modeset(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[  1919.133] (II) modeset(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[  1919.133] (II) modeset(0): Number of EDID sections to follow: 1
[  1919.133] (II) modeset(0): EDID (in hex):
[  1919.133] (II) modeset(0): 	00ffffffffffff0009d1db7845540000
[  1919.133] (II) modeset(0): 	081a010380301b782ef003a65552a027
[  1919.133] (II) modeset(0): 	115053a56b80d1c081c081008180a9c0
[  1919.133] (II) modeset(0): 	b30001010101023a801871382d40582c
[  1919.133] (II) modeset(0): 	4500dc0c1100001e000000ff004e3247
[  1919.133] (II) modeset(0): 	30313232343031390a20000000fd0032
[  1919.133] (II) modeset(0): 	4c1e5311000a202020202020000000fc
[  1919.133] (II) modeset(0): 	0042656e51204757323237300a2001c0
[  1919.133] (II) modeset(0): 	020322f14f901f051404130312071615
[  1919.133] (II) modeset(0): 	01061102230907078301000065030c00
[  1919.133] (II) modeset(0): 	1000023a801871382d40582c4500dc0c
[  1919.133] (II) modeset(0): 	1100001e011d8018711c1620582c2500
[  1919.133] (II) modeset(0): 	dc0c1100009e011d007251d01e206e28
[  1919.133] (II) modeset(0): 	5500dc0c1100001e8c0ad08a20e02d10
[  1919.133] (II) modeset(0): 	103e9600dc0c11000018000000000000
[  1919.133] (II) modeset(0): 	00000000000000000000000000000081
[  1919.133] (II) modeset(0): Printing probed modes for output HDMI-1
[  1919.133] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  1919.133] (II) modeset(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[  1919.133] (II) modeset(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[  1919.133] (II) modeset(0): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[  1919.133] (II) modeset(0): Modeline "1920x1080i"x50.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[  1919.133] (II) modeset(0): Modeline "1920x1080i"x59.9   74.18  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
[  1919.133] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[  1919.133] (II) modeset(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[  1919.133] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  1919.133] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  1919.133] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[  1919.133] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  1919.133] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  1919.133] (II) modeset(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[  1919.133] (II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  1919.133] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  1919.133] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  1919.133] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[  1919.133] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  1919.133] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  1919.133] (II) modeset(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[  1919.133] (II) modeset(0): Modeline "720x576i"x50.0   13.50  720 732 795 864  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[  1919.133] (II) modeset(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  1919.133] (II) modeset(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  1919.134] (II) modeset(0): Modeline "720x480i"x60.0   13.51  720 739 801 858  480 488 494 525 interlace -hsync -vsync (15.8 kHz e)
[  1919.134] (II) modeset(0): Modeline "720x480i"x59.9   13.50  720 739 801 858  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[  1919.134] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  1919.134] (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  1919.134] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  1919.134] (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  1919.212] (II) modeset(0): EDID for output DP-1
[  1919.212] (II) modeset(0): Output LVDS-1 connected
[  1919.212] (II) modeset(0): Output VGA-2 disconnected
[  1919.212] (II) modeset(0): Output HDMI-1 connected
[  1919.212] (II) modeset(0): Output DP-1 disconnected
[  1919.212] (II) modeset(0): Using spanning desktop for initial modes
[  1919.212] (II) modeset(0): Output LVDS-1 using initial mode 1366x768 +0+0
[  1919.212] (II) modeset(0): Output HDMI-1 using initial mode 1920x1080 +1366+0
[  1919.212] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[  1919.212] (==) modeset(0): DPI set to (96, 96)
[  1919.212] (II) Loading sub module "fb"
[  1919.212] (II) LoadModule: "fb"
[  1919.212] (II) Module "fb" already built-in
[  1919.213] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[  1919.213] (==) modeset(G0): RGB weight 888
[  1919.213] (==) modeset(G0): Default visual is TrueColor
[  1919.213] (II) Loading sub module "glamoregl"
[  1919.213] (II) LoadModule: "glamoregl"
[  1919.213] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  1919.213] (II) Module glamoregl: vendor="X.Org Foundation"
[  1919.213] 	compiled for 1.21.1.7, module version = 1.0.1
[  1919.213] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1919.220] (II) modeset(G0): glamor X acceleration enabled on NVC1
[  1919.220] (II) modeset(G0): glamor initialized
[  1919.253] (II) modeset(G0): Output VGA-1-1 has no monitor section
[  1919.287] (II) modeset(G0): EDID for output VGA-1-1
[  1919.287] (II) modeset(G0): Printing probed modes for output VGA-1-1
[  1919.287] (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[  1919.287] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  1919.287] (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[  1919.287] (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[  1919.287] (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[  1919.287] (II) modeset(G0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[  1919.287] (II) modeset(G0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[  1919.287] (II) modeset(G0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[  1919.287] (II) modeset(G0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[  1919.287] (II) modeset(G0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[  1919.287] (II) modeset(G0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[  1919.287] (II) modeset(G0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[  1919.287] (II) modeset(G0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[  1919.287] (II) modeset(G0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[  1919.287] (II) modeset(G0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[  1919.287] (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[  1919.287] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  1919.287] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  1919.287] (II) modeset(G0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[  1919.287] (II) modeset(G0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[  1919.287] (II) modeset(G0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[  1919.287] (II) modeset(G0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[  1919.287] (II) modeset(G0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[  1919.287] (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[  1919.287] (II) modeset(G0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[  1919.287] (II) modeset(G0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[  1919.287] (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[  1919.287] (II) modeset(G0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[  1919.287] (II) modeset(G0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[  1919.287] (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[  1919.287] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  1919.287] (II) modeset(G0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[  1919.287] (II) modeset(G0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[  1919.287] (II) modeset(G0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[  1919.287] (II) modeset(G0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[  1919.287] (II) modeset(G0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[  1919.287] (II) modeset(G0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[  1919.287] (II) modeset(G0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[  1919.287] (II) modeset(G0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[  1919.287] (II) modeset(G0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[  1919.287] (II) modeset(G0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[  1919.287] (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[  1919.287] (II) modeset(G0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[  1919.287] (II) modeset(G0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[  1919.287] (II) modeset(G0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[  1919.287] (II) modeset(G0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[  1919.287] (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[  1919.287] (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[  1919.287] (II) modeset(G0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[  1919.287] (II) modeset(G0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[  1919.287] (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[  1919.287] (II) modeset(G0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[  1919.287] (II) modeset(G0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[  1919.287] (II) modeset(G0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[  1919.287] (II) modeset(G0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[  1919.287] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[  1919.287] (==) modeset(G0): DPI set to (96, 96)
[  1919.287] (II) Loading sub module "fb"
[  1919.287] (II) LoadModule: "fb"
[  1919.287] (II) Module "fb" already built-in
[  1919.287] (II) UnloadModule: "fbdev"
[  1919.287] (II) Unloading fbdev
[  1919.287] (II) UnloadSubModule: "fbdevhw"
[  1919.287] (II) Unloading fbdevhw
[  1919.287] (II) UnloadModule: "vesa"
[  1919.287] (II) Unloading vesa
[  1919.303] (==) modeset(0): Backing store enabled
[  1919.303] (==) modeset(0): Silken mouse enabled
[  1919.438] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[  1919.439] (==) modeset(0): DPMS enabled
[  1919.439] (II) modeset(0): [DRI2] Setup complete
[  1919.439] (II) modeset(0): [DRI2]   DRI driver: crocus
[  1919.439] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[  1919.446] (==) modeset(G0): Backing store enabled
[  1919.446] (==) modeset(G0): Silken mouse enabled
[  1919.447] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[  1919.447] (==) modeset(G0): DPMS enabled
[  1919.447] (II) modeset(G0): [DRI2] Setup complete
[  1919.447] (II) modeset(G0): [DRI2]   DRI driver: nouveau
[  1919.447] (II) modeset(G0): [DRI2]   VDPAU driver: nouveau
[  1919.447] (II) Initializing extension Generic Event Extension
[  1919.447] (II) Initializing extension SHAPE
[  1919.448] (II) Initializing extension MIT-SHM
[  1919.448] (II) Initializing extension XInputExtension
[  1919.448] (II) Initializing extension XTEST
[  1919.449] (II) Initializing extension BIG-REQUESTS
[  1919.449] (II) Initializing extension SYNC
[  1919.449] (II) Initializing extension XKEYBOARD
[  1919.449] (II) Initializing extension XC-MISC
[  1919.449] (II) Initializing extension SECURITY
[  1919.450] (II) Initializing extension XFIXES
[  1919.450] (II) Initializing extension RENDER
[  1919.450] (II) Initializing extension RANDR
[  1919.451] (II) Initializing extension COMPOSITE
[  1919.451] (II) Initializing extension DAMAGE
[  1919.451] (II) Initializing extension MIT-SCREEN-SAVER
[  1919.451] (II) Initializing extension DOUBLE-BUFFER
[  1919.452] (II) Initializing extension RECORD
[  1919.452] (II) Initializing extension DPMS
[  1919.452] (II) Initializing extension Present
[  1919.452] (II) Initializing extension DRI3
[  1919.453] (II) Initializing extension X-Resource
[  1919.453] (II) Initializing extension XVideo
[  1919.453] (II) Initializing extension XVideo-MotionCompensation
[  1919.453] (II) Initializing extension SELinux
[  1919.453] (II) SELinux: Disabled on system
[  1919.453] (II) Initializing extension GLX
[  1919.468] (II) AIGLX: Loaded and initialized crocus
[  1919.468] (II) GLX: Initialized DRI2 GL provider for screen 0
[  1919.468] (II) Initializing extension XFree86-VidModeExtension
[  1919.468] (II) Initializing extension XFree86-DGA
[  1919.468] (II) Initializing extension XFree86-DRI
[  1919.468] (II) Initializing extension DRI2
[  1919.487] (II) modeset(G0): Damage tracking initialized
[  1919.488] (II) modeset(0): Damage tracking initialized
[  1919.488] (II) modeset(0): Setting screen physical size to 869 x 285
[  1919.583] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[  1919.583] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1919.583] (II) LoadModule: "libinput"
[  1919.583] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  1919.586] (II) Module libinput: vendor="X.Org Foundation"
[  1919.586] 	compiled for 1.21.1.3, module version = 1.2.1
[  1919.586] 	Module class: X.Org XInput Driver
[  1919.586] 	ABI class: X.Org XInput driver, version 24.4
[  1919.586] (II) Using input driver 'libinput' for 'Power Button'
[  1919.586] (**) Power Button: always reports core events
[  1919.586] (**) Option "Device" "/dev/input/event4"
[  1919.588] (II) event4  - Power Button: is tagged by udev as: Keyboard
[  1919.589] (II) event4  - Power Button: device is a keyboard
[  1919.589] (II) event4  - Power Button: device removed
[  1919.636] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event4"
[  1919.636] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  1919.636] (**) Option "xkb_model" "pc105"
[  1919.636] (**) Option "xkb_layout" "pl"
[  1919.662] (II) event4  - Power Button: is tagged by udev as: Keyboard
[  1919.662] (II) event4  - Power Button: device is a keyboard
[  1919.663] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[  1919.663] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  1919.663] (II) Using input driver 'libinput' for 'Video Bus'
[  1919.663] (**) Video Bus: always reports core events
[  1919.663] (**) Option "Device" "/dev/input/event6"
[  1919.664] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[  1919.664] (II) event6  - Video Bus: device is a keyboard
[  1919.665] (II) event6  - Video Bus: device removed
[  1919.720] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:03/input/input8/event6"
[  1919.720] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  1919.720] (**) Option "xkb_model" "pc105"
[  1919.720] (**) Option "xkb_layout" "pl"
[  1919.721] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[  1919.722] (II) event6  - Video Bus: device is a keyboard
[  1919.723] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  1919.723] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1919.723] (II) Using input driver 'libinput' for 'Power Button'
[  1919.723] (**) Power Button: always reports core events
[  1919.723] (**) Option "Device" "/dev/input/event1"
[  1919.724] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  1919.724] (II) event1  - Power Button: device is a keyboard
[  1919.724] (II) event1  - Power Button: device removed
[  1919.752] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0C:00/input/input2/event1"
[  1919.752] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[  1919.752] (**) Option "xkb_model" "pc105"
[  1919.752] (**) Option "xkb_layout" "pl"
[  1919.754] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  1919.754] (II) event1  - Power Button: device is a keyboard
[  1919.755] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[  1919.755] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[  1919.755] (II) Using input driver 'libinput' for 'Sleep Button'
[  1919.755] (**) Sleep Button: always reports core events
[  1919.755] (**) Option "Device" "/dev/input/event2"
[  1919.756] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[  1919.757] (II) event2  - Sleep Button: device is a keyboard
[  1919.757] (II) event2  - Sleep Button: device removed
[  1919.776] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0E:00/input/input3/event2"
[  1919.776] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[  1919.776] (**) Option "xkb_model" "pc105"
[  1919.776] (**) Option "xkb_layout" "pl"
[  1919.778] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[  1919.778] (II) event2  - Sleep Button: device is a keyboard
[  1919.779] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[  1919.779] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  1919.779] (II) Using input driver 'libinput' for 'Video Bus'
[  1919.779] (**) Video Bus: always reports core events
[  1919.779] (**) Option "Device" "/dev/input/event5"
[  1919.780] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[  1919.781] (II) event5  - Video Bus: device is a keyboard
[  1919.781] (II) event5  - Video Bus: device removed
[  1919.820] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:35/LNXVIDEO:00/input/input7/event5"
[  1919.820] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 10)
[  1919.820] (**) Option "xkb_model" "pc105"
[  1919.820] (**) Option "xkb_layout" "pl"
[  1919.822] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[  1919.822] (II) event5  - Video Bus: device is a keyboard
[  1919.823] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
[  1919.823] (II) No input driver specified, ignoring this device.
[  1919.823] (II) This device may have been added with another device file.
[  1919.824] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event18)
[  1919.824] (II) No input driver specified, ignoring this device.
[  1919.824] (II) This device may have been added with another device file.
[  1919.824] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event19)
[  1919.824] (II) No input driver specified, ignoring this device.
[  1919.824] (II) This device may have been added with another device file.
[  1919.825] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event20)
[  1919.825] (II) No input driver specified, ignoring this device.
[  1919.825] (II) This device may have been added with another device file.
[  1919.825] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event21)
[  1919.825] (II) No input driver specified, ignoring this device.
[  1919.825] (II) This device may have been added with another device file.
[  1919.827] (II) config/udev: Adding input device SSCYPL Wireless-Receiver (/dev/input/event8)
[  1919.827] (**) SSCYPL Wireless-Receiver: Applying InputClass "libinput pointer catchall"
[  1919.827] (II) Using input driver 'libinput' for 'SSCYPL Wireless-Receiver'
[  1919.827] (**) SSCYPL Wireless-Receiver: always reports core events
[  1919.827] (**) Option "Device" "/dev/input/event8"
[  1919.887] (II) event8  - SSCYPL Wireless-Receiver: is tagged by udev as: Mouse
[  1919.888] (II) event8  - SSCYPL Wireless-Receiver: device is a pointer
[  1919.889] (II) event8  - SSCYPL Wireless-Receiver: device removed
[  1919.924] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.1/2-4.1:1.0/0003:248A:5B2F.0001/input/input9/event8"
[  1919.924] (II) XINPUT: Adding extended input device "SSCYPL Wireless-Receiver" (type: MOUSE, id 11)
[  1919.924] (**) Option "AccelerationScheme" "none"
[  1919.924] (**) SSCYPL Wireless-Receiver: (accel) selected scheme none/0
[  1919.924] (**) SSCYPL Wireless-Receiver: (accel) acceleration factor: 2.000
[  1919.925] (**) SSCYPL Wireless-Receiver: (accel) acceleration threshold: 4
[  1919.988] (II) event8  - SSCYPL Wireless-Receiver: is tagged by udev as: Mouse
[  1919.988] (II) event8  - SSCYPL Wireless-Receiver: device is a pointer
[  1919.991] (II) config/udev: Adding input device SSCYPL Wireless-Receiver (/dev/input/mouse1)
[  1919.991] (II) No input driver specified, ignoring this device.
[  1919.991] (II) This device may have been added with another device file.
[  1919.993] (II) config/udev: Adding input device SSCYPL Wireless-Receiver Keyboard (/dev/input/event9)
[  1919.993] (**) SSCYPL Wireless-Receiver Keyboard: Applying InputClass "libinput keyboard catchall"
[  1919.993] (II) Using input driver 'libinput' for 'SSCYPL Wireless-Receiver Keyboard'
[  1919.993] (**) SSCYPL Wireless-Receiver Keyboard: always reports core events
[  1919.993] (**) Option "Device" "/dev/input/event9"
[  1919.997] (II) event9  - SSCYPL Wireless-Receiver Keyboard: is tagged by udev as: Keyboard
[  1919.997] (II) event9  - SSCYPL Wireless-Receiver Keyboard: device is a keyboard
[  1919.998] (II) event9  - SSCYPL Wireless-Receiver Keyboard: device removed
[  1920.016] (II) libinput: SSCYPL Wireless-Receiver Keyboard: needs a virtual subdevice
[  1920.016] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.1/2-4.1:1.1/0003:248A:5B2F.0002/input/input10/event9"
[  1920.016] (II) XINPUT: Adding extended input device "SSCYPL Wireless-Receiver Keyboard" (type: MOUSE, id 12)
[  1920.016] (**) Option "AccelerationScheme" "none"
[  1920.016] (**) SSCYPL Wireless-Receiver Keyboard: (accel) selected scheme none/0
[  1920.016] (**) SSCYPL Wireless-Receiver Keyboard: (accel) acceleration factor: 2.000
[  1920.016] (**) SSCYPL Wireless-Receiver Keyboard: (accel) acceleration threshold: 4
[  1920.021] (II) event9  - SSCYPL Wireless-Receiver Keyboard: is tagged by udev as: Keyboard
[  1920.021] (II) event9  - SSCYPL Wireless-Receiver Keyboard: device is a keyboard
[  1920.024] (II) config/udev: Adding input device SSCYPL Wireless-Receiver (/dev/input/event10)
[  1920.024] (II) No input driver specified, ignoring this device.
[  1920.024] (II) This device may have been added with another device file.
[  1920.026] (II) config/udev: Adding input device BY Tech Gaming Keyboard (/dev/input/event11)
[  1920.026] (**) BY Tech Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[  1920.026] (II) Using input driver 'libinput' for 'BY Tech Gaming Keyboard'
[  1920.026] (**) BY Tech Gaming Keyboard: always reports core events
[  1920.026] (**) Option "Device" "/dev/input/event11"
[  1920.029] (II) event11 - BY Tech Gaming Keyboard: is tagged by udev as: Keyboard
[  1920.030] (II) event11 - BY Tech Gaming Keyboard: device is a keyboard
[  1920.030] (II) event11 - BY Tech Gaming Keyboard: device removed
[  1920.048] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.0/0003:258A:0049.0004/input/input12/event11"
[  1920.048] (II) XINPUT: Adding extended input device "BY Tech Gaming Keyboard" (type: KEYBOARD, id 13)
[  1920.048] (**) Option "xkb_model" "pc105"
[  1920.048] (**) Option "xkb_layout" "pl"
[  1920.053] (II) event11 - BY Tech Gaming Keyboard: is tagged by udev as: Keyboard
[  1920.053] (II) event11 - BY Tech Gaming Keyboard: device is a keyboard
[  1920.056] (II) config/udev: Adding input device BY Tech Gaming Keyboard System Control (/dev/input/event12)
[  1920.056] (**) BY Tech Gaming Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[  1920.056] (II) Using input driver 'libinput' for 'BY Tech Gaming Keyboard System Control'
[  1920.056] (**) BY Tech Gaming Keyboard System Control: always reports core events
[  1920.056] (**) Option "Device" "/dev/input/event12"
[  1920.059] (II) event12 - BY Tech Gaming Keyboard System Control: is tagged by udev as: Keyboard
[  1920.060] (II) event12 - BY Tech Gaming Keyboard System Control: device is a keyboard
[  1920.060] (II) event12 - BY Tech Gaming Keyboard System Control: device removed
[  1920.080] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.1/0003:258A:0049.0005/input/input13/event12"
[  1920.080] (II) XINPUT: Adding extended input device "BY Tech Gaming Keyboard System Control" (type: KEYBOARD, id 14)
[  1920.080] (**) Option "xkb_model" "pc105"
[  1920.080] (**) Option "xkb_layout" "pl"
[  1920.084] (II) event12 - BY Tech Gaming Keyboard System Control: is tagged by udev as: Keyboard
[  1920.085] (II) event12 - BY Tech Gaming Keyboard System Control: device is a keyboard
[  1920.087] (II) config/udev: Adding input device BY Tech Gaming Keyboard Consumer Control (/dev/input/event13)
[  1920.088] (**) BY Tech Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[  1920.088] (II) Using input driver 'libinput' for 'BY Tech Gaming Keyboard Consumer Control'
[  1920.088] (**) BY Tech Gaming Keyboard Consumer Control: always reports core events
[  1920.088] (**) Option "Device" "/dev/input/event13"
[  1920.091] (II) event13 - BY Tech Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[  1920.092] (II) event13 - BY Tech Gaming Keyboard Consumer Control: device is a keyboard
[  1920.092] (II) event13 - BY Tech Gaming Keyboard Consumer Control: device removed
[  1920.112] (II) libinput: BY Tech Gaming Keyboard Consumer Control: needs a virtual subdevice
[  1920.112] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.1/0003:258A:0049.0005/input/input14/event13"
[  1920.112] (II) XINPUT: Adding extended input device "BY Tech Gaming Keyboard Consumer Control" (type: MOUSE, id 15)
[  1920.112] (**) Option "AccelerationScheme" "none"
[  1920.112] (**) BY Tech Gaming Keyboard Consumer Control: (accel) selected scheme none/0
[  1920.112] (**) BY Tech Gaming Keyboard Consumer Control: (accel) acceleration factor: 2.000
[  1920.112] (**) BY Tech Gaming Keyboard Consumer Control: (accel) acceleration threshold: 4
[  1920.117] (II) event13 - BY Tech Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[  1920.117] (II) event13 - BY Tech Gaming Keyboard Consumer Control: device is a keyboard
[  1920.119] (II) config/udev: Adding input device BY Tech Gaming Keyboard (/dev/input/event14)
[  1920.119] (**) BY Tech Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[  1920.119] (II) Using input driver 'libinput' for 'BY Tech Gaming Keyboard'
[  1920.120] (**) BY Tech Gaming Keyboard: always reports core events
[  1920.120] (**) Option "Device" "/dev/input/event14"
[  1920.123] (II) event14 - BY Tech Gaming Keyboard: is tagged by udev as: Keyboard
[  1920.123] (II) event14 - BY Tech Gaming Keyboard: device is a keyboard
[  1920.124] (II) event14 - BY Tech Gaming Keyboard: device removed
[  1920.148] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.1/0003:258A:0049.0005/input/input16/event14"
[  1920.148] (II) XINPUT: Adding extended input device "BY Tech Gaming Keyboard" (type: KEYBOARD, id 16)
[  1920.148] (**) Option "xkb_model" "pc105"
[  1920.148] (**) Option "xkb_layout" "pl"
[  1920.152] (II) event14 - BY Tech Gaming Keyboard: is tagged by udev as: Keyboard
[  1920.153] (II) event14 - BY Tech Gaming Keyboard: device is a keyboard
[  1920.156] (II) config/udev: Adding input device BY Tech Gaming Keyboard Mouse (/dev/input/event15)
[  1920.156] (**) BY Tech Gaming Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[  1920.156] (II) Using input driver 'libinput' for 'BY Tech Gaming Keyboard Mouse'
[  1920.156] (**) BY Tech Gaming Keyboard Mouse: always reports core events
[  1920.156] (**) Option "Device" "/dev/input/event15"
[  1920.159] (II) event15 - BY Tech Gaming Keyboard Mouse: is tagged by udev as: Mouse
[  1920.160] (II) event15 - BY Tech Gaming Keyboard Mouse: device is a pointer
[  1920.160] (II) event15 - BY Tech Gaming Keyboard Mouse: device removed
[  1920.196] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.1/0003:258A:0049.0005/input/input17/event15"
[  1920.196] (II) XINPUT: Adding extended input device "BY Tech Gaming Keyboard Mouse" (type: MOUSE, id 17)
[  1920.196] (**) Option "AccelerationScheme" "none"
[  1920.196] (**) BY Tech Gaming Keyboard Mouse: (accel) selected scheme none/0
[  1920.196] (**) BY Tech Gaming Keyboard Mouse: (accel) acceleration factor: 2.000
[  1920.196] (**) BY Tech Gaming Keyboard Mouse: (accel) acceleration threshold: 4
[  1920.200] (II) event15 - BY Tech Gaming Keyboard Mouse: is tagged by udev as: Mouse
[  1920.201] (II) event15 - BY Tech Gaming Keyboard Mouse: device is a pointer
[  1920.203] (II) config/udev: Adding input device BY Tech Gaming Keyboard Mouse (/dev/input/mouse2)
[  1920.203] (II) No input driver specified, ignoring this device.
[  1920.203] (II) This device may have been added with another device file.
[  1920.204] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event22)
[  1920.204] (II) No input driver specified, ignoring this device.
[  1920.204] (II) This device may have been added with another device file.
[  1920.205] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event23)
[  1920.205] (II) No input driver specified, ignoring this device.
[  1920.205] (II) This device may have been added with another device file.
[  1920.206] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event24)
[  1920.206] (II) No input driver specified, ignoring this device.
[  1920.206] (II) This device may have been added with another device file.
[  1920.207] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event25)
[  1920.207] (II) No input driver specified, ignoring this device.
[  1920.207] (II) This device may have been added with another device file.
[  1920.209] (II) config/udev: Adding input device Lenovo EasyCamera: Lenovo EasyC (/dev/input/event26)
[  1920.209] (**) Lenovo EasyCamera: Lenovo EasyC: Applying InputClass "libinput keyboard catchall"
[  1920.209] (II) Using input driver 'libinput' for 'Lenovo EasyCamera: Lenovo EasyC'
[  1920.209] (**) Lenovo EasyCamera: Lenovo EasyC: always reports core events
[  1920.209] (**) Option "Device" "/dev/input/event26"
[  1920.212] (II) event26 - Lenovo EasyCamera: Lenovo EasyC: is tagged by udev as: Keyboard
[  1920.212] (II) event26 - Lenovo EasyCamera: Lenovo EasyC: device is a keyboard
[  1920.213] (II) event26 - Lenovo EasyCamera: Lenovo EasyC: device removed
[  1920.252] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.6/3-1.6:1.0/input/input28/event26"
[  1920.252] (II) XINPUT: Adding extended input device "Lenovo EasyCamera: Lenovo EasyC" (type: KEYBOARD, id 18)
[  1920.252] (**) Option "xkb_model" "pc105"
[  1920.252] (**) Option "xkb_layout" "pl"
[  1920.256] (II) event26 - Lenovo EasyCamera: Lenovo EasyC: is tagged by udev as: Keyboard
[  1920.256] (II) event26 - Lenovo EasyCamera: Lenovo EasyC: device is a keyboard
[  1920.258] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event16)
[  1920.258] (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
[  1920.258] (II) Using input driver 'libinput' for 'Ideapad extra buttons'
[  1920.258] (**) Ideapad extra buttons: always reports core events
[  1920.258] (**) Option "Device" "/dev/input/event16"
[  1920.261] (II) event16 - Ideapad extra buttons: is tagged by udev as: Keyboard
[  1920.261] (II) event16 - Ideapad extra buttons: device is a keyboard
[  1920.261] (II) event16 - Ideapad extra buttons: device removed
[  1920.292] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input18/event16"
[  1920.292] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 19)
[  1920.292] (**) Option "xkb_model" "pc105"
[  1920.292] (**) Option "xkb_layout" "pl"
[  1920.295] (II) event16 - Ideapad extra buttons: is tagged by udev as: Keyboard
[  1920.295] (II) event16 - Ideapad extra buttons: device is a keyboard
[  1920.297] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[  1920.297] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[  1920.297] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[  1920.297] (**) AT Translated Set 2 keyboard: always reports core events
[  1920.297] (**) Option "Device" "/dev/input/event0"
[  1920.299] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  1920.299] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[  1920.303] (II) event0  - AT Translated Set 2 keyboard: device removed
[  1920.316] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[  1920.316] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 20)
[  1920.316] (**) Option "xkb_model" "pc105"
[  1920.316] (**) Option "xkb_layout" "pl"
[  1920.319] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  1920.319] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[  1920.324] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event7)
[  1920.324] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[  1920.324] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[  1920.324] (**) SynPS/2 Synaptics TouchPad: always reports core events
[  1920.324] (**) Option "Device" "/dev/input/event7"
[  1920.326] (II) event7  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[  1920.330] (II) event7  - SynPS/2 Synaptics TouchPad: device is a touchpad
[  1920.330] (II) event7  - SynPS/2 Synaptics TouchPad: device removed
[  1920.365] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event7"
[  1920.365] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 21)
[  1920.369] (**) Option "AccelerationScheme" "none"
[  1920.369] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[  1920.369] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[  1920.369] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[  1920.371] (II) event7  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[  1920.375] (II) event7  - SynPS/2 Synaptics TouchPad: device is a touchpad
[  1920.377] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[  1920.377] (II) No input driver specified, ignoring this device.
[  1920.377] (II) This device may have been added with another device file.
[  1920.378] (II) config/udev: Adding input device PC Speaker (/dev/input/event17)
[  1920.378] (II) No input driver specified, ignoring this device.
[  1920.378] (II) This device may have been added with another device file.
[  1920.390] (**) SSCYPL Wireless-Receiver Keyboard: Applying InputClass "libinput keyboard catchall"
[  1920.390] (II) Using input driver 'libinput' for 'SSCYPL Wireless-Receiver Keyboard'
[  1920.390] (**) SSCYPL Wireless-Receiver Keyboard: always reports core events
[  1920.390] (**) Option "Device" "/dev/input/event9"
[  1920.390] (II) libinput: SSCYPL Wireless-Receiver Keyboard: is a virtual subdevice
[  1920.390] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.1/2-4.1:1.1/0003:248A:5B2F.0002/input/input10/event9"
[  1920.390] (II) XINPUT: Adding extended input device "SSCYPL Wireless-Receiver Keyboard" (type: KEYBOARD, id 22)
[  1920.390] (**) Option "xkb_model" "pc105"
[  1920.390] (**) Option "xkb_layout" "pl"
[  1920.391] (**) BY Tech Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[  1920.391] (II) Using input driver 'libinput' for 'BY Tech Gaming Keyboard Consumer Control'
[  1920.391] (**) BY Tech Gaming Keyboard Consumer Control: always reports core events
[  1920.391] (**) Option "Device" "/dev/input/event13"
[  1920.391] (II) libinput: BY Tech Gaming Keyboard Consumer Control: is a virtual subdevice
[  1920.391] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.1/0003:258A:0049.0005/input/input14/event13"
[  1920.391] (II) XINPUT: Adding extended input device "BY Tech Gaming Keyboard Consumer Control" (type: KEYBOARD, id 23)
[  1920.391] (**) Option "xkb_model" "pc105"
[  1920.391] (**) Option "xkb_layout" "pl"
[  1929.724] (II) modeset(0): EDID vendor "LGD", prod id 843
[  1929.725] (II) modeset(0): Printing DDC gathered Modelines:
[  1929.725] (II) modeset(0): Modeline "1366x768"x0.0   69.30  1366 1398 1430 1470  768 773 776 786 -hsync -vsync (47.1 kHz eP)
[  1929.842] (II) modeset(0): EDID vendor "LGD", prod id 843
[  1929.842] (II) modeset(0): Printing DDC gathered Modelines:
[  1929.842] (II) modeset(0): Modeline "1366x768"x0.0   69.30  1366 1398 1430 1470  768 773 776 786 -hsync -vsync (47.1 kHz eP)
[  1930.510] (II) modeset(0): EDID vendor "LGD", prod id 843
[  1930.510] (II) modeset(0): Printing DDC gathered Modelines:
[  1930.510] (II) modeset(0): Modeline "1366x768"x0.0   69.30  1366 1398 1430 1470  768 773 776 786 -hsync -vsync (47.1 kHz eP)
[  1930.811] (II) modeset(0): EDID vendor "LGD", prod id 843
[  1930.811] (II) modeset(0): Printing DDC gathered Modelines:
[  1930.811] (II) modeset(0): Modeline "1366x768"x0.0   69.30  1366 1398 1430 1470  768 773 776 786 -hsync -vsync (47.1 kHz eP)
[  1930.972] (II) modeset(0): Allocate new frame buffer 3388x1080 stride
[  1931.179] (II) modeset(0): Allocate new frame buffer 4310x1080 stride
[  1931.299] randr: falling back to unsynchronized pixmap sharing
[  1931.339] (II) modeset(G0): Disabling kernel dirty updates, not required.
[  1931.847] (II) modeset(0): EDID vendor "LGD", prod id 843
[  1931.847] (II) modeset(0): Printing DDC gathered Modelines:
[  1931.847] (II) modeset(0): Modeline "1366x768"x0.0   69.30  1366 1398 1430 1470  768 773 776 786 -hsync -vsync (47.1 kHz eP)
[  1931.981] (II) modeset(0): EDID vendor "LGD", prod id 843
[  1931.981] (II) modeset(0): Printing DDC gathered Modelines:
[  1931.981] (II) modeset(0): Modeline "1366x768"x0.0   69.30  1366 1398 1430 1470  768 773 776 786 -hsync -vsync (47.1 kHz eP)

udev information:
-----------------
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
M: input6
R: 6
U: input
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
E: SUBSYSTEM=input
E: PRODUCT=19/0/1/0
E: NAME="Power Button"
E: PHYS="LNXPWRBN/button/input0"
E: PROP=0
E: EV=3
E: KEY=10000000000000 0
E: MODALIAS=input:b0019v0000p0001e0000-e0,1,k74,ramlsfw
E: USEC_INITIALIZED=5733435
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXPWRBN:00
E: ID_PATH_TAG=acpi-LNXPWRBN_00
E: ID_FOR_SEAT=input-acpi-LNXPWRBN_00
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event4
M: event4
R: 4
U: input
D: c 13:68
N: input/event4
L: 0
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event4
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event4
E: MAJOR=13
E: MINOR=68
E: USEC_INITIALIZED=174858335
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXPWRBN:00
E: ID_PATH_TAG=acpi-LNXPWRBN_00
E: XKBMODEL=pc105
E: XKBLAYOUT=pl
E: BACKSPACE=guess
E: LIBINPUT_DEVICE_GROUP=19/0/1:LNXPWRBN/button
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:03/input/input8
M: input8
R: 8
U: input
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:03/input/input8
E: SUBSYSTEM=input
E: PRODUCT=19/0/6/0
E: NAME="Video Bus"
E: PHYS="LNXVIDEO/video/input0"
E: PROP=0
E: EV=3
E: KEY=3e000b00000000 0 0 0
E: MODALIAS=input:b0019v0000p0006e0000-e0,1,kE0,E1,E3,F1,F2,F3,F4,F5,ramlsfw
E: USEC_INITIALIZED=6287981
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXVIDEO:03
E: ID_PATH_TAG=acpi-LNXVIDEO_03
E: ID_FOR_SEAT=input-acpi-LNXVIDEO_03
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:03/input/input8/event6
M: event6
R: 6
U: input
D: c 13:70
N: input/event6
L: 0
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:03/input/input8/event6
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event6
E: MAJOR=13
E: MINOR=70
E: USEC_INITIALIZED=174858391
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXVIDEO:03
E: ID_PATH_TAG=acpi-LNXVIDEO_03
E: XKBMODEL=pc105
E: XKBLAYOUT=pl
E: BACKSPACE=guess
E: LIBINPUT_DEVICE_GROUP=19/0/6:LNXVIDEO/video
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0C:00/input/input2
M: input2
R: 2
U: input
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0C:00/input/input2
E: SUBSYSTEM=input
E: PRODUCT=19/0/1/0
E: NAME="Power Button"
E: PHYS="PNP0C0C/button/input0"
E: PROP=0
E: EV=3
E: KEY=10000000000000 0
E: MODALIAS=input:b0019v0000p0001e0000-e0,1,k74,ramlsfw
E: USEC_INITIALIZED=5737213
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0C:00
E: ID_PATH_TAG=acpi-PNP0C0C_00
E: ID_FOR_SEAT=input-acpi-PNP0C0C_00
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0C:00/input/input2/event1
M: event1
R: 1
U: input
D: c 13:65
N: input/event1
L: 0
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0C:00/input/input2/event1
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event1
E: MAJOR=13
E: MINOR=65
E: USEC_INITIALIZED=174858393
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0C:00
E: ID_PATH_TAG=acpi-PNP0C0C_00
E: XKBMODEL=pc105
E: XKBLAYOUT=pl
E: BACKSPACE=guess
E: LIBINPUT_DEVICE_GROUP=19/0/1:PNP0C0C/button
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0E:00/input/input3
M: input3
R: 3
U: input
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0E:00/input/input3
E: SUBSYSTEM=input
E: PRODUCT=19/0/3/0
E: NAME="Sleep Button"
E: PHYS="PNP0C0E/button/input0"
E: PROP=0
E: EV=3
E: KEY=4000 0 0
E: MODALIAS=input:b0019v0000p0003e0000-e0,1,k8E,ramlsfw
E: USEC_INITIALIZED=5736930
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0E:00
E: ID_PATH_TAG=acpi-PNP0C0E_00
E: ID_FOR_SEAT=input-acpi-PNP0C0E_00
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0E:00/input/input3/event2
M: event2
R: 2
U: input
D: c 13:66
N: input/event2
L: 0
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0E:00/input/input3/event2
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event2
E: MAJOR=13
E: MINOR=66
E: USEC_INITIALIZED=174859089
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0E:00
E: ID_PATH_TAG=acpi-PNP0C0E_00
E: XKBMODEL=pc105
E: XKBLAYOUT=pl
E: BACKSPACE=guess
E: LIBINPUT_DEVICE_GROUP=19/0/3:PNP0C0E/button
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:35/LNXVIDEO:00/input/input7
M: input7
R: 7
U: input
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:35/LNXVIDEO:00/input/input7
E: SUBSYSTEM=input
E: PRODUCT=19/0/6/0
E: NAME="Video Bus"
E: PHYS="LNXVIDEO/video/input0"
E: PROP=0
E: EV=3
E: KEY=3e000b00000000 0 0 0
E: MODALIAS=input:b0019v0000p0006e0000-e0,1,kE0,E1,E3,F1,F2,F3,F4,F5,ramlsfw
E: USEC_INITIALIZED=6287738
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXVIDEO:00
E: ID_PATH_TAG=acpi-LNXVIDEO_00
E: ID_FOR_SEAT=input-acpi-LNXVIDEO_00
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:35/LNXVIDEO:00/input/input7/event5
M: event5
R: 5
U: input
D: c 13:69
N: input/event5
L: 0
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:35/LNXVIDEO:00/input/input7/event5
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event5
E: MAJOR=13
E: MINOR=69
E: USEC_INITIALIZED=174858895
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXVIDEO:00
E: ID_PATH_TAG=acpi-LNXVIDEO_00
E: XKBMODEL=pc105
E: XKBLAYOUT=pl
E: BACKSPACE=guess
E: LIBINPUT_DEVICE_GROUP=19/0/6:LNXVIDEO/video
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input4
M: input4
R: 4
U: input
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input4
E: SUBSYSTEM=input
E: PRODUCT=19/0/5/0
E: NAME="Lid Switch"
E: PHYS="PNP0C0D/button/input0"
E: PROP=0
E: EV=21
E: SW=1
E: MODALIAS=input:b0019v0000p0005e0000-e0,5,kramlsfw0,
E: USEC_INITIALIZED=5736306
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=acpi-PNP0C0D:00
E: ID_PATH_TAG=acpi-PNP0C0D_00
E: ID_FOR_SEAT=input-acpi-PNP0C0D_00
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input4/event3
M: event3
R: 3
U: input
D: c 13:67
N: input/event3
L: 0
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input4/event3
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event3
E: MAJOR=13
E: MINOR=67
E: USEC_INITIALIZED=174858346
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=acpi-PNP0C0D:00
E: ID_PATH_TAG=acpi-PNP0C0D_00
E: LIBINPUT_DEVICE_GROUP=19/0/5:PNP0C0D/button
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input20
M: input20
R: 20
U: input
E: DEVPATH=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input20
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA NVidia HDMI/DP,pcm=3"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=140
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8,
E: USEC_INITIALIZED=174990184
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:01:00.1
E: ID_PATH_TAG=pci-0000_01_00_1
E: ID_FOR_SEAT=input-pci-0000_01_00_1
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input20/event18
M: event18
R: 18
U: input
D: c 13:82
N: input/event18
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input20/event18
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event18
E: MAJOR=13
E: MINOR=82
E: USEC_INITIALIZED=175075643
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:01:00.1
E: ID_PATH_TAG=pci-0000_01_00_1
E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input21
M: input21
R: 21
U: input
E: DEVPATH=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input21
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA NVidia HDMI/DP,pcm=7"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=140
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8,
E: USEC_INITIALIZED=174992453
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:01:00.1
E: ID_PATH_TAG=pci-0000_01_00_1
E: ID_FOR_SEAT=input-pci-0000_01_00_1
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input21/event19
M: event19
R: 19
U: input
D: c 13:83
N: input/event19
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input21/event19
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event19
E: MAJOR=13
E: MINOR=83
E: USEC_INITIALIZED=175073072
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:01:00.1
E: ID_PATH_TAG=pci-0000_01_00_1
E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input22
M: input22
R: 22
U: input
E: DEVPATH=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input22
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA NVidia HDMI/DP,pcm=8"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=140
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8,
E: USEC_INITIALIZED=174993639
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:01:00.1
E: ID_PATH_TAG=pci-0000_01_00_1
E: ID_FOR_SEAT=input-pci-0000_01_00_1
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input22/event20
M: event20
R: 20
U: input
D: c 13:84
N: input/event20
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input22/event20
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event20
E: MAJOR=13
E: MINOR=84
E: USEC_INITIALIZED=175079777
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:01:00.1
E: ID_PATH_TAG=pci-0000_01_00_1
E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input23
M: input23
R: 23
U: input
E: DEVPATH=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input23
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA NVidia HDMI/DP,pcm=9"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=140
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8,
E: USEC_INITIALIZED=174996397
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:01:00.1
E: ID_PATH_TAG=pci-0000_01_00_1
E: ID_FOR_SEAT=input-pci-0000_01_00_1
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input23/event21
M: event21
R: 21
U: input
D: c 13:85
N: input/event21
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input23/event21
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event21
E: MAJOR=13
E: MINOR=85
E: USEC_INITIALIZED=175071889
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:01:00.1
E: ID_PATH_TAG=pci-0000_01_00_1
E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.1/2-4.1:1.0/0003:248A:5B2F.0001/input/input9
M: input9
R: 9
U: input
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.1/2-4.1:1.0/0003:248A:5B2F.0001/input/input9
E: SUBSYSTEM=input
E: PRODUCT=3/248a/5b2f/111
E: NAME="SSCYPL Wireless-Receiver"
E: PHYS="usb-0000:00:14.0-4.1/input0"
E: UNIQ=""
E: PROP=0
E: EV=17
E: KEY=1f0000 0 0 0 0
E: REL=1943
E: MSC=10
E: MODALIAS=input:b0003v248Ap5B2Fe0111-e0,1,2,4,k110,111,112,113,114,r0,1,6,8,B,C,am4,lsfw
E: USEC_INITIALIZED=8831372
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_BUS=usb
E: ID_MODEL=Wireless-Receiver
E: ID_MODEL_ENC=Wireless-Receiver
E: ID_MODEL_ID=5b2f
E: ID_SERIAL=SSCYPL_Wireless-Receiver
E: ID_VENDOR=SSCYPL
E: ID_VENDOR_ENC=SSCYPL
E: ID_VENDOR_ID=248a
E: ID_REVISION=0177
E: ID_TYPE=hid
E: ID_USB_MODEL=Wireless-Receiver
E: ID_USB_MODEL_ENC=Wireless-Receiver
E: ID_USB_MODEL_ID=5b2f
E: ID_USB_SERIAL=SSCYPL_Wireless-Receiver
E: ID_USB_VENDOR=SSCYPL
E: ID_USB_VENDOR_ENC=SSCYPL
E: ID_USB_VENDOR_ID=248a
E: ID_USB_REVISION=0177
E: ID_USB_TYPE=hid
E: ID_USB_INTERFACES=:030102:030101:030000:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:14.0-usb-0:4.1:1.0
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_4_1_1_0
E: ID_FOR_SEAT=input-pci-0000_00_14_0-usb-0_4_1_1_0
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.1/2-4.1:1.0/0003:248A:5B2F.0001/input/input9/event8
M: event8
R: 8
U: input
D: c 13:72
N: input/event8
L: 0
S: input/by-path/pci-0000:00:14.0-usb-0:4.1:1.0-event-mouse
S: input/by-id/usb-SSCYPL_Wireless-Receiver-event-mouse
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.1/2-4.1:1.0/0003:248A:5B2F.0001/input/input9/event8
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event8
E: MAJOR=13
E: MINOR=72
E: USEC_INITIALIZED=176580413
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_BUS=usb
E: ID_MODEL=Wireless-Receiver
E: ID_MODEL_ENC=Wireless-Receiver
E: ID_MODEL_ID=5b2f
E: ID_SERIAL=SSCYPL_Wireless-Receiver
E: ID_VENDOR=SSCYPL
E: ID_VENDOR_ENC=SSCYPL
E: ID_VENDOR_ID=248a
E: ID_REVISION=0177
E: ID_TYPE=hid
E: ID_USB_MODEL=Wireless-Receiver
E: ID_USB_MODEL_ENC=Wireless-Receiver
E: ID_USB_MODEL_ID=5b2f
E: ID_USB_SERIAL=SSCYPL_Wireless-Receiver
E: ID_USB_VENDOR=SSCYPL
E: ID_USB_VENDOR_ENC=SSCYPL
E: ID_USB_VENDOR_ID=248a
E: ID_USB_REVISION=0177
E: ID_USB_TYPE=hid
E: ID_USB_INTERFACES=:030102:030101:030000:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:14.0-usb-0:4.1:1.0
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_4_1_1_0
E: LIBINPUT_DEVICE_GROUP=3/248a/5b2f:usb-0000:00:14.0-4
E: DEVLINKS=/dev/input/by-path/pci-0000:00:14.0-usb-0:4.1:1.0-event-mouse /dev/input/by-id/usb-SSCYPL_Wireless-Receiver-event-mouse

P: /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.1/2-4.1:1.0/0003:248A:5B2F.0001/input/input9/mouse1
M: mouse1
R: 1
U: input
D: c 13:33
N: input/mouse1
L: 0
S: input/by-id/usb-SSCYPL_Wireless-Receiver-mouse
S: input/by-path/pci-0000:00:14.0-usb-0:4.1:1.0-mouse
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.1/2-4.1:1.0/0003:248A:5B2F.0001/input/input9/mouse1
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/mouse1
E: MAJOR=13
E: MINOR=33
E: USEC_INITIALIZED=176433963
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_BUS=usb
E: ID_MODEL=Wireless-Receiver
E: ID_MODEL_ENC=Wireless-Receiver
E: ID_MODEL_ID=5b2f
E: ID_SERIAL=SSCYPL_Wireless-Receiver
E: ID_VENDOR=SSCYPL
E: ID_VENDOR_ENC=SSCYPL
E: ID_VENDOR_ID=248a
E: ID_REVISION=0177
E: ID_TYPE=hid
E: ID_USB_MODEL=Wireless-Receiver
E: ID_USB_MODEL_ENC=Wireless-Receiver
E: ID_USB_MODEL_ID=5b2f
E: ID_USB_SERIAL=SSCYPL_Wireless-Receiver
E: ID_USB_VENDOR=SSCYPL
E: ID_USB_VENDOR_ENC=SSCYPL
E: ID_USB_VENDOR_ID=248a
E: ID_USB_REVISION=0177
E: ID_USB_TYPE=hid
E: ID_USB_INTERFACES=:030102:030101:030000:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:14.0-usb-0:4.1:1.0
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_4_1_1_0
E: DEVLINKS=/dev/input/by-id/usb-SSCYPL_Wireless-Receiver-mouse /dev/input/by-path/pci-0000:00:14.0-usb-0:4.1:1.0-mouse

P: /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.1/2-4.1:1.1/0003:248A:5B2F.0002/input/input10
M: input10
R: 10
U: input
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.1/2-4.1:1.1/0003:248A:5B2F.0002/input/input10
E: SUBSYSTEM=input
E: PRODUCT=3/248a/5b2f/111
E: NAME="SSCYPL Wireless-Receiver Keyboard"
E: PHYS="usb-0000:00:14.0-4.1/input1"
E: UNIQ=""
E: PROP=0
E: EV=12001f
E: KEY=3f000307ff 0 0 483ffff17aff32d bfd4444600000000 1 130ff38b17d007 ffff7bfad941dfff ffbeffdfffefffff fffffffffffffffe
E: REL=1040
E: ABS=100000000
E: MSC=10
E: LED=7
E: MODALIAS=input:b0003v248Ap5B2Fe0111-e0,1,2,3,4,11,14,k71,72,73,74,75,77,78,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8B,8C,8E,8F,90,96,98,9B,9C,9E,9F,A1,A3,A4,A5,A6,A7,A8,A9,AB,AC,AD,AE,B0,B1,B2,B3,B4,B5,B6,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,CC,CE,CF,D0,D1,D2,D4,D8,D9,DB,DF,E0,E1,E4,E5,E6,E7,E8,E9,EA,EB,F0,F1,F4,100,161,162,166,16A,16E,172,174,176,177,178,179,17A,17B,17C,17D,17F,180,182,183,185,188,189,18C,18D,18E,18F,190,191,192,193,195,197,198,199,19A,19C,1A0,1A1,1A2,1A3,1A4,1A5,1A6,1A7,1A8,1A9,1AA,1AB,1AC,1AD,1AE,1AF,1B0,1B1,1B7,1BA,240,241,242,243,244,245,246,247,248,249,24A,250,251,260,261,262,263,264,265,r6,C,a20,m4,l0,1,2,sfw
E: USEC_INITIALIZED=8831738
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_BUS=usb
E: ID_MODEL=Wireless-Receiver
E: ID_MODEL_ENC=Wireless-Receiver
E: ID_MODEL_ID=5b2f
E: ID_SERIAL=SSCYPL_Wireless-Receiver
E: ID_VENDOR=SSCYPL
E: ID_VENDOR_ENC=SSCYPL
E: ID_VENDOR_ID=248a
E: ID_REVISION=0177
E: ID_TYPE=hid
E: ID_USB_MODEL=Wireless-Receiver
E: ID_USB_MODEL_ENC=Wireless-Receiver
E: ID_USB_MODEL_ID=5b2f
E: ID_USB_SERIAL=SSCYPL_Wireless-Receiver
E: ID_USB_VENDOR=SSCYPL
E: ID_USB_VENDOR_ENC=SSCYPL
E: ID_USB_VENDOR_ID=248a
E: ID_USB_REVISION=0177
E: ID_USB_TYPE=hid
E: ID_USB_INTERFACES=:030102:030101:030000:
E: ID_USB_INTERFACE_NUM=01
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:14.0-usb-0:4.1:1.1
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_4_1_1_1
E: ID_FOR_SEAT=input-pci-0000_00_14_0-usb-0_4_1_1_1
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.1/2-4.1:1.1/0003:248A:5B2F.0002/input/input10/event9
M: event9
R: 9
U: input
D: c 13:73
N: input/event9
L: 0
S: input/by-id/usb-SSCYPL_Wireless-Receiver-if01-event-kbd
S: input/by-path/pci-0000:00:14.0-usb-0:4.1:1.1-event-kbd
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.1/2-4.1:1.1/0003:248A:5B2F.0002/input/input10/event9
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event9
E: MAJOR=13
E: MINOR=73
E: USEC_INITIALIZED=176531338
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_BUS=usb
E: ID_MODEL=Wireless-Receiver
E: ID_MODEL_ENC=Wireless-Receiver
E: ID_MODEL_ID=5b2f
E: ID_SERIAL=SSCYPL_Wireless-Receiver
E: ID_VENDOR=SSCYPL
E: ID_VENDOR_ENC=SSCYPL
E: ID_VENDOR_ID=248a
E: ID_REVISION=0177
E: ID_TYPE=hid
E: ID_USB_MODEL=Wireless-Receiver
E: ID_USB_MODEL_ENC=Wireless-Receiver
E: ID_USB_MODEL_ID=5b2f
E: ID_USB_SERIAL=SSCYPL_Wireless-Receiver
E: ID_USB_VENDOR=SSCYPL
E: ID_USB_VENDOR_ENC=SSCYPL
E: ID_USB_VENDOR_ID=248a
E: ID_USB_REVISION=0177
E: ID_USB_TYPE=hid
E: ID_USB_INTERFACES=:030102:030101:030000:
E: ID_USB_INTERFACE_NUM=01
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:14.0-usb-0:4.1:1.1
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_4_1_1_1
E: XKBMODEL=pc105
E: XKBLAYOUT=pl
E: BACKSPACE=guess
E: LIBINPUT_DEVICE_GROUP=3/248a/5b2f:usb-0000:00:14.0-4
E: DEVLINKS=/dev/input/by-id/usb-SSCYPL_Wireless-Receiver-if01-event-kbd /dev/input/by-path/pci-0000:00:14.0-usb-0:4.1:1.1-event-kbd
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.1/2-4.1:1.1/0003:248A:5B2F.0002/input/input11
M: input11
R: 11
U: input
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.1/2-4.1:1.1/0003:248A:5B2F.0002/input/input11
E: SUBSYSTEM=input
E: PRODUCT=3/248a/5b2f/111
E: NAME="SSCYPL Wireless-Receiver"
E: PHYS="usb-0000:00:14.0-4.1/input1"
E: UNIQ=""
E: PROP=0
E: EV=9
E: ABS=10000000000
E: MODALIAS=input:b0003v248Ap5B2Fe0111-e0,3,kra28,mlsfw
E: USEC_INITIALIZED=8831417
E: ID_INPUT=1
E: ID_BUS=usb
E: ID_MODEL=Wireless-Receiver
E: ID_MODEL_ENC=Wireless-Receiver
E: ID_MODEL_ID=5b2f
E: ID_SERIAL=SSCYPL_Wireless-Receiver
E: ID_VENDOR=SSCYPL
E: ID_VENDOR_ENC=SSCYPL
E: ID_VENDOR_ID=248a
E: ID_REVISION=0177
E: ID_TYPE=hid
E: ID_USB_MODEL=Wireless-Receiver
E: ID_USB_MODEL_ENC=Wireless-Receiver
E: ID_USB_MODEL_ID=5b2f
E: ID_USB_SERIAL=SSCYPL_Wireless-Receiver
E: ID_USB_VENDOR=SSCYPL
E: ID_USB_VENDOR_ENC=SSCYPL
E: ID_USB_VENDOR_ID=248a
E: ID_USB_REVISION=0177
E: ID_USB_TYPE=hid
E: ID_USB_INTERFACES=:030102:030101:030000:
E: ID_USB_INTERFACE_NUM=01
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:14.0-usb-0:4.1:1.1
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_4_1_1_1
E: ID_FOR_SEAT=input-pci-0000_00_14_0-usb-0_4_1_1_1
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.1/2-4.1:1.1/0003:248A:5B2F.0002/input/input11/event10
M: event10
R: 10
U: input
D: c 13:74
N: input/event10
L: 0
S: input/by-id/usb-SSCYPL_Wireless-Receiver-event-if01
S: input/by-path/pci-0000:00:14.0-usb-0:4.1:1.1-event
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.1/2-4.1:1.1/0003:248A:5B2F.0002/input/input11/event10
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event10
E: MAJOR=13
E: MINOR=74
E: USEC_INITIALIZED=176507518
E: ID_INPUT=1
E: ID_BUS=usb
E: ID_MODEL=Wireless-Receiver
E: ID_MODEL_ENC=Wireless-Receiver
E: ID_MODEL_ID=5b2f
E: ID_SERIAL=SSCYPL_Wireless-Receiver
E: ID_VENDOR=SSCYPL
E: ID_VENDOR_ENC=SSCYPL
E: ID_VENDOR_ID=248a
E: ID_REVISION=0177
E: ID_TYPE=hid
E: ID_USB_MODEL=Wireless-Receiver
E: ID_USB_MODEL_ENC=Wireless-Receiver
E: ID_USB_MODEL_ID=5b2f
E: ID_USB_SERIAL=SSCYPL_Wireless-Receiver
E: ID_USB_VENDOR=SSCYPL
E: ID_USB_VENDOR_ENC=SSCYPL
E: ID_USB_VENDOR_ID=248a
E: ID_USB_REVISION=0177
E: ID_USB_TYPE=hid
E: ID_USB_INTERFACES=:030102:030101:030000:
E: ID_USB_INTERFACE_NUM=01
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:14.0-usb-0:4.1:1.1
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_4_1_1_1
E: LIBINPUT_DEVICE_GROUP=3/248a/5b2f:usb-0000:00:14.0-4
E: DEVLINKS=/dev/input/by-id/usb-SSCYPL_Wireless-Receiver-event-if01 /dev/input/by-path/pci-0000:00:14.0-usb-0:4.1:1.1-event

P: /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.0/0003:258A:0049.0004/input/input12
M: input12
R: 12
U: input
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.0/0003:258A:0049.0004/input/input12
E: SUBSYSTEM=input
E: PRODUCT=3/258a/49/111
E: NAME="BY Tech Gaming Keyboard"
E: PHYS="usb-0000:00:14.0-4.4/input0"
E: UNIQ=""
E: PROP=0
E: EV=120013
E: KEY=1000000000007 ff9f207ac14057ff febeffdfffefffff fffffffffffffffe
E: MSC=10
E: LED=1f
E: MODALIAS=input:b0003v258Ap0049e0111-e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8C,8E,96,98,9E,9F,A1,A3,A4,A5,A6,AD,B0,B1,B2,B3,B4,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,3,4,sfw
E: USEC_INITIALIZED=12289456
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_BUS=usb
E: ID_MODEL=Gaming_Keyboard
E: ID_MODEL_ENC=Gaming\x20Keyboard
E: ID_MODEL_ID=0049
E: ID_SERIAL=BY_Tech_Gaming_Keyboard
E: ID_VENDOR=BY_Tech
E: ID_VENDOR_ENC=BY\x20Tech
E: ID_VENDOR_ID=258a
E: ID_REVISION=0104
E: ID_TYPE=hid
E: ID_USB_MODEL=Gaming_Keyboard
E: ID_USB_MODEL_ENC=Gaming\x20Keyboard
E: ID_USB_MODEL_ID=0049
E: ID_USB_SERIAL=BY_Tech_Gaming_Keyboard
E: ID_USB_VENDOR=BY_Tech
E: ID_USB_VENDOR_ENC=BY\x20Tech
E: ID_USB_VENDOR_ID=258a
E: ID_USB_REVISION=0104
E: ID_USB_TYPE=hid
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:14.0-usb-0:4.4:1.0
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_4_4_1_0
E: ID_FOR_SEAT=input-pci-0000_00_14_0-usb-0_4_4_1_0
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.0/0003:258A:0049.0004/input/input12/event11
M: event11
R: 11
U: input
D: c 13:75
N: input/event11
L: 0
S: input/by-path/pci-0000:00:14.0-usb-0:4.4:1.0-event-kbd
S: input/by-id/usb-BY_Tech_Gaming_Keyboard-event-kbd
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.0/0003:258A:0049.0004/input/input12/event11
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event11
E: MAJOR=13
E: MINOR=75
E: USEC_INITIALIZED=176507526
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_BUS=usb
E: ID_MODEL=Gaming_Keyboard
E: ID_MODEL_ENC=Gaming\x20Keyboard
E: ID_MODEL_ID=0049
E: ID_SERIAL=BY_Tech_Gaming_Keyboard
E: ID_VENDOR=BY_Tech
E: ID_VENDOR_ENC=BY\x20Tech
E: ID_VENDOR_ID=258a
E: ID_REVISION=0104
E: ID_TYPE=hid
E: ID_USB_MODEL=Gaming_Keyboard
E: ID_USB_MODEL_ENC=Gaming\x20Keyboard
E: ID_USB_MODEL_ID=0049
E: ID_USB_SERIAL=BY_Tech_Gaming_Keyboard
E: ID_USB_VENDOR=BY_Tech
E: ID_USB_VENDOR_ENC=BY\x20Tech
E: ID_USB_VENDOR_ID=258a
E: ID_USB_REVISION=0104
E: ID_USB_TYPE=hid
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:14.0-usb-0:4.4:1.0
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_4_4_1_0
E: XKBMODEL=pc105
E: XKBLAYOUT=pl
E: BACKSPACE=guess
E: LIBINPUT_DEVICE_GROUP=3/258a/49:usb-0000:00:14.0-4
E: DEVLINKS=/dev/input/by-path/pci-0000:00:14.0-usb-0:4.4:1.0-event-kbd /dev/input/by-id/usb-BY_Tech_Gaming_Keyboard-event-kbd
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.1/0003:258A:0049.0005/input/input13
M: input13
R: 13
U: input
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.1/0003:258A:0049.0005/input/input13
E: SUBSYSTEM=input
E: PRODUCT=3/258a/49/111
E: NAME="BY Tech Gaming Keyboard System Control"
E: PHYS="usb-0000:00:14.0-4.4/input1"
E: UNIQ=""
E: PROP=0
E: EV=13
E: KEY=c000 10000000000000 0
E: MSC=10
E: MODALIAS=input:b0003v258Ap0049e0111-e0,1,4,k74,8E,8F,ram4,lsfw
E: USEC_INITIALIZED=12289516
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_BUS=usb
E: ID_MODEL=Gaming_Keyboard
E: ID_MODEL_ENC=Gaming\x20Keyboard
E: ID_MODEL_ID=0049
E: ID_SERIAL=BY_Tech_Gaming_Keyboard
E: ID_VENDOR=BY_Tech
E: ID_VENDOR_ENC=BY\x20Tech
E: ID_VENDOR_ID=258a
E: ID_REVISION=0104
E: ID_TYPE=hid
E: ID_USB_MODEL=Gaming_Keyboard
E: ID_USB_MODEL_ENC=Gaming\x20Keyboard
E: ID_USB_MODEL_ID=0049
E: ID_USB_SERIAL=BY_Tech_Gaming_Keyboard
E: ID_USB_VENDOR=BY_Tech
E: ID_USB_VENDOR_ENC=BY\x20Tech
E: ID_USB_VENDOR_ID=258a
E: ID_USB_REVISION=0104
E: ID_USB_TYPE=hid
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=01
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:14.0-usb-0:4.4:1.1
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_4_4_1_1
E: ID_FOR_SEAT=input-pci-0000_00_14_0-usb-0_4_4_1_1
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.1/0003:258A:0049.0005/input/input13/event12
M: event12
R: 12
U: input
D: c 13:76
N: input/event12
L: 0
S: input/by-id/usb-BY_Tech_Gaming_Keyboard-event-if01
S: input/by-path/pci-0000:00:14.0-usb-0:4.4:1.1-event
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.1/0003:258A:0049.0005/input/input13/event12
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event12
E: MAJOR=13
E: MINOR=76
E: USEC_INITIALIZED=176503896
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_BUS=usb
E: ID_MODEL=Gaming_Keyboard
E: ID_MODEL_ENC=Gaming\x20Keyboard
E: ID_MODEL_ID=0049
E: ID_SERIAL=BY_Tech_Gaming_Keyboard
E: ID_VENDOR=BY_Tech
E: ID_VENDOR_ENC=BY\x20Tech
E: ID_VENDOR_ID=258a
E: ID_REVISION=0104
E: ID_TYPE=hid
E: ID_USB_MODEL=Gaming_Keyboard
E: ID_USB_MODEL_ENC=Gaming\x20Keyboard
E: ID_USB_MODEL_ID=0049
E: ID_USB_SERIAL=BY_Tech_Gaming_Keyboard
E: ID_USB_VENDOR=BY_Tech
E: ID_USB_VENDOR_ENC=BY\x20Tech
E: ID_USB_VENDOR_ID=258a
E: ID_USB_REVISION=0104
E: ID_USB_TYPE=hid
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=01
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:14.0-usb-0:4.4:1.1
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_4_4_1_1
E: XKBMODEL=pc105
E: XKBLAYOUT=pl
E: BACKSPACE=guess
E: LIBINPUT_DEVICE_GROUP=3/258a/49:usb-0000:00:14.0-4
E: DEVLINKS=/dev/input/by-id/usb-BY_Tech_Gaming_Keyboard-event-if01 /dev/input/by-path/pci-0000:00:14.0-usb-0:4.4:1.1-event
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.1/0003:258A:0049.0005/input/input14
M: input14
R: 14
U: input
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.1/0003:258A:0049.0005/input/input14
E: SUBSYSTEM=input
E: PRODUCT=3/258a/49/111
E: NAME="BY Tech Gaming Keyboard Consumer Control"
E: PHYS="usb-0000:00:14.0-4.4/input1"
E: UNIQ=""
E: PROP=0
E: EV=1f
E: KEY=3f000307ff 0 0 483ffff17aff32d bfd4444600000000 1 130ff38b17d000 677bfad9415fed 19ed68000004400 10000002
E: REL=1040
E: ABS=100000000
E: MSC=10
E: MODALIAS=input:b0003v258Ap0049e0111-e0,1,2,3,4,k71,72,73,74,77,78,80,82,83,85,86,87,88,89,8A,8B,8C,8E,90,96,98,9B,9C,9E,9F,A1,A3,A4,A5,A6,A7,A8,A9,AB,AC,AD,AE,B0,B1,B2,B5,B6,CC,CE,CF,D0,D1,D2,D4,D8,D9,DB,DF,E0,E1,E4,E5,E6,E7,E8,E9,EA,EB,F0,F1,F4,100,161,162,166,16A,16E,172,174,176,177,178,179,17A,17B,17C,17D,17F,180,182,183,185,188,189,18C,18D,18E,18F,190,191,192,193,195,197,198,199,19A,19C,1A0,1A1,1A2,1A3,1A4,1A5,1A6,1A7,1A8,1A9,1AA,1AB,1AC,1AD,1AE,1AF,1B0,1B1,1B7,1BA,240,241,242,243,244,245,246,247,248,249,24A,250,251,260,261,262,263,264,265,r6,C,a20,m4,lsfw
E: USEC_INITIALIZED=12289598
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_BUS=usb
E: ID_MODEL=Gaming_Keyboard
E: ID_MODEL_ENC=Gaming\x20Keyboard
E: ID_MODEL_ID=0049
E: ID_SERIAL=BY_Tech_Gaming_Keyboard
E: ID_VENDOR=BY_Tech
E: ID_VENDOR_ENC=BY\x20Tech
E: ID_VENDOR_ID=258a
E: ID_REVISION=0104
E: ID_TYPE=hid
E: ID_USB_MODEL=Gaming_Keyboard
E: ID_USB_MODEL_ENC=Gaming\x20Keyboard
E: ID_USB_MODEL_ID=0049
E: ID_USB_SERIAL=BY_Tech_Gaming_Keyboard
E: ID_USB_VENDOR=BY_Tech
E: ID_USB_VENDOR_ENC=BY\x20Tech
E: ID_USB_VENDOR_ID=258a
E: ID_USB_REVISION=0104
E: ID_USB_TYPE=hid
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=01
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:14.0-usb-0:4.4:1.1
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_4_4_1_1
E: ID_FOR_SEAT=input-pci-0000_00_14_0-usb-0_4_4_1_1
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.1/0003:258A:0049.0005/input/input14/event13
M: event13
R: 13
U: input
D: c 13:77
N: input/event13
L: 0
S: input/by-id/usb-BY_Tech_Gaming_Keyboard-event-if01
S: input/by-path/pci-0000:00:14.0-usb-0:4.4:1.1-event
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.1/0003:258A:0049.0005/input/input14/event13
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event13
E: MAJOR=13
E: MINOR=77
E: USEC_INITIALIZED=176523256
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_BUS=usb
E: ID_MODEL=Gaming_Keyboard
E: ID_MODEL_ENC=Gaming\x20Keyboard
E: ID_MODEL_ID=0049
E: ID_SERIAL=BY_Tech_Gaming_Keyboard
E: ID_VENDOR=BY_Tech
E: ID_VENDOR_ENC=BY\x20Tech
E: ID_VENDOR_ID=258a
E: ID_REVISION=0104
E: ID_TYPE=hid
E: ID_USB_MODEL=Gaming_Keyboard
E: ID_USB_MODEL_ENC=Gaming\x20Keyboard
E: ID_USB_MODEL_ID=0049
E: ID_USB_SERIAL=BY_Tech_Gaming_Keyboard
E: ID_USB_VENDOR=BY_Tech
E: ID_USB_VENDOR_ENC=BY\x20Tech
E: ID_USB_VENDOR_ID=258a
E: ID_USB_REVISION=0104
E: ID_USB_TYPE=hid
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=01
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:14.0-usb-0:4.4:1.1
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_4_4_1_1
E: XKBMODEL=pc105
E: XKBLAYOUT=pl
E: BACKSPACE=guess
E: LIBINPUT_DEVICE_GROUP=3/258a/49:usb-0000:00:14.0-4
E: DEVLINKS=/dev/input/by-id/usb-BY_Tech_Gaming_Keyboard-event-if01 /dev/input/by-path/pci-0000:00:14.0-usb-0:4.4:1.1-event
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.1/0003:258A:0049.0005/input/input16
M: input16
R: 16
U: input
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.1/0003:258A:0049.0005/input/input16
E: SUBSYSTEM=input
E: PRODUCT=3/258a/49/111
E: NAME="BY Tech Gaming Keyboard"
E: PHYS="usb-0000:00:14.0-4.4/input1"
E: UNIQ=""
E: PROP=0
E: EV=100013
E: KEY=ff80000000000000 80b0ffcd01cfffff febffbffdffffffe
E: MSC=10
E: MODALIAS=input:b0003v258Ap0049e0111-e0,1,4,14,k74,75,77,7F,B7,B8,B9,BA,BB,BC,BD,BE,BF,ram4,lsfw
E: USEC_INITIALIZED=12289519
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_BUS=usb
E: ID_MODEL=Gaming_Keyboard
E: ID_MODEL_ENC=Gaming\x20Keyboard
E: ID_MODEL_ID=0049
E: ID_SERIAL=BY_Tech_Gaming_Keyboard
E: ID_VENDOR=BY_Tech
E: ID_VENDOR_ENC=BY\x20Tech
E: ID_VENDOR_ID=258a
E: ID_REVISION=0104
E: ID_TYPE=hid
E: ID_USB_MODEL=Gaming_Keyboard
E: ID_USB_MODEL_ENC=Gaming\x20Keyboard
E: ID_USB_MODEL_ID=0049
E: ID_USB_SERIAL=BY_Tech_Gaming_Keyboard
E: ID_USB_VENDOR=BY_Tech
E: ID_USB_VENDOR_ENC=BY\x20Tech
E: ID_USB_VENDOR_ID=258a
E: ID_USB_REVISION=0104
E: ID_USB_TYPE=hid
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=01
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:14.0-usb-0:4.4:1.1
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_4_4_1_1
E: ID_FOR_SEAT=input-pci-0000_00_14_0-usb-0_4_4_1_1
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.1/0003:258A:0049.0005/input/input16/event14
M: event14
R: 14
U: input
D: c 13:78
N: input/event14
L: 0
S: input/by-id/usb-BY_Tech_Gaming_Keyboard-event-if01
S: input/by-path/pci-0000:00:14.0-usb-0:4.4:1.1-event
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.1/0003:258A:0049.0005/input/input16/event14
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event14
E: MAJOR=13
E: MINOR=78
E: USEC_INITIALIZED=176535265
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_BUS=usb
E: ID_MODEL=Gaming_Keyboard
E: ID_MODEL_ENC=Gaming\x20Keyboard
E: ID_MODEL_ID=0049
E: ID_SERIAL=BY_Tech_Gaming_Keyboard
E: ID_VENDOR=BY_Tech
E: ID_VENDOR_ENC=BY\x20Tech
E: ID_VENDOR_ID=258a
E: ID_REVISION=0104
E: ID_TYPE=hid
E: ID_USB_MODEL=Gaming_Keyboard
E: ID_USB_MODEL_ENC=Gaming\x20Keyboard
E: ID_USB_MODEL_ID=0049
E: ID_USB_SERIAL=BY_Tech_Gaming_Keyboard
E: ID_USB_VENDOR=BY_Tech
E: ID_USB_VENDOR_ENC=BY\x20Tech
E: ID_USB_VENDOR_ID=258a
E: ID_USB_REVISION=0104
E: ID_USB_TYPE=hid
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=01
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:14.0-usb-0:4.4:1.1
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_4_4_1_1
E: XKBMODEL=pc105
E: XKBLAYOUT=pl
E: BACKSPACE=guess
E: LIBINPUT_DEVICE_GROUP=3/258a/49:usb-0000:00:14.0-4
E: DEVLINKS=/dev/input/by-id/usb-BY_Tech_Gaming_Keyboard-event-if01 /dev/input/by-path/pci-0000:00:14.0-usb-0:4.4:1.1-event
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.1/0003:258A:0049.0005/input/input17
M: input17
R: 17
U: input
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.1/0003:258A:0049.0005/input/input17
E: SUBSYSTEM=input
E: PRODUCT=3/258a/49/111
E: NAME="BY Tech Gaming Keyboard Mouse"
E: PHYS="usb-0000:00:14.0-4.4/input1"
E: UNIQ=""
E: PROP=0
E: EV=17
E: KEY=1f0000 0 0 0 0
E: REL=1943
E: MSC=10
E: MODALIAS=input:b0003v258Ap0049e0111-e0,1,2,4,k110,111,112,113,114,r0,1,6,8,B,C,am4,lsfw
E: USEC_INITIALIZED=12289359
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_BUS=usb
E: ID_MODEL=Gaming_Keyboard
E: ID_MODEL_ENC=Gaming\x20Keyboard
E: ID_MODEL_ID=0049
E: ID_SERIAL=BY_Tech_Gaming_Keyboard
E: ID_VENDOR=BY_Tech
E: ID_VENDOR_ENC=BY\x20Tech
E: ID_VENDOR_ID=258a
E: ID_REVISION=0104
E: ID_TYPE=hid
E: ID_USB_MODEL=Gaming_Keyboard
E: ID_USB_MODEL_ENC=Gaming\x20Keyboard
E: ID_USB_MODEL_ID=0049
E: ID_USB_SERIAL=BY_Tech_Gaming_Keyboard
E: ID_USB_VENDOR=BY_Tech
E: ID_USB_VENDOR_ENC=BY\x20Tech
E: ID_USB_VENDOR_ID=258a
E: ID_USB_REVISION=0104
E: ID_USB_TYPE=hid
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=01
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:14.0-usb-0:4.4:1.1
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_4_4_1_1
E: ID_FOR_SEAT=input-pci-0000_00_14_0-usb-0_4_4_1_1
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.1/0003:258A:0049.0005/input/input17/event15
M: event15
R: 15
U: input
D: c 13:79
N: input/event15
L: 0
S: input/by-path/pci-0000:00:14.0-usb-0:4.4:1.1-event-mouse
S: input/by-id/usb-BY_Tech_Gaming_Keyboard-if01-event-mouse
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.1/0003:258A:0049.0005/input/input17/event15
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event15
E: MAJOR=13
E: MINOR=79
E: USEC_INITIALIZED=176520242
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_BUS=usb
E: ID_MODEL=Gaming_Keyboard
E: ID_MODEL_ENC=Gaming\x20Keyboard
E: ID_MODEL_ID=0049
E: ID_SERIAL=BY_Tech_Gaming_Keyboard
E: ID_VENDOR=BY_Tech
E: ID_VENDOR_ENC=BY\x20Tech
E: ID_VENDOR_ID=258a
E: ID_REVISION=0104
E: ID_TYPE=hid
E: ID_USB_MODEL=Gaming_Keyboard
E: ID_USB_MODEL_ENC=Gaming\x20Keyboard
E: ID_USB_MODEL_ID=0049
E: ID_USB_SERIAL=BY_Tech_Gaming_Keyboard
E: ID_USB_VENDOR=BY_Tech
E: ID_USB_VENDOR_ENC=BY\x20Tech
E: ID_USB_VENDOR_ID=258a
E: ID_USB_REVISION=0104
E: ID_USB_TYPE=hid
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=01
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:14.0-usb-0:4.4:1.1
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_4_4_1_1
E: LIBINPUT_DEVICE_GROUP=3/258a/49:usb-0000:00:14.0-4
E: DEVLINKS=/dev/input/by-path/pci-0000:00:14.0-usb-0:4.4:1.1-event-mouse /dev/input/by-id/usb-BY_Tech_Gaming_Keyboard-if01-event-mouse

P: /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.1/0003:258A:0049.0005/input/input17/mouse2
M: mouse2
R: 2
U: input
D: c 13:34
N: input/mouse2
L: 0
S: input/by-id/usb-BY_Tech_Gaming_Keyboard-if01-mouse
S: input/by-path/pci-0000:00:14.0-usb-0:4.4:1.1-mouse
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.4/2-4.4:1.1/0003:258A:0049.0005/input/input17/mouse2
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/mouse2
E: MAJOR=13
E: MINOR=34
E: USEC_INITIALIZED=176446743
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_BUS=usb
E: ID_MODEL=Gaming_Keyboard
E: ID_MODEL_ENC=Gaming\x20Keyboard
E: ID_MODEL_ID=0049
E: ID_SERIAL=BY_Tech_Gaming_Keyboard
E: ID_VENDOR=BY_Tech
E: ID_VENDOR_ENC=BY\x20Tech
E: ID_VENDOR_ID=258a
E: ID_REVISION=0104
E: ID_TYPE=hid
E: ID_USB_MODEL=Gaming_Keyboard
E: ID_USB_MODEL_ENC=Gaming\x20Keyboard
E: ID_USB_MODEL_ID=0049
E: ID_USB_SERIAL=BY_Tech_Gaming_Keyboard
E: ID_USB_VENDOR=BY_Tech
E: ID_USB_VENDOR_ENC=BY\x20Tech
E: ID_USB_VENDOR_ID=258a
E: ID_USB_REVISION=0104
E: ID_USB_TYPE=hid
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=01
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:14.0-usb-0:4.4:1.1
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_4_4_1_1
E: DEVLINKS=/dev/input/by-id/usb-BY_Tech_Gaming_Keyboard-if01-mouse /dev/input/by-path/pci-0000:00:14.0-usb-0:4.4:1.1-mouse

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input24
M: input24
R: 24
U: input
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input24
E: SUBSYSTEM=input
E: PRODUCT=1/14f1/506e/1
E: NAME="HDA Digital PCBeep"
E: PHYS="card0/codec#0/beep0"
E: PROP=0
E: EV=40001
E: SND=6
E: MODALIAS=input:b0001v14F1p506Ee0001-e0,12,kramls1,2,fw
E: USEC_INITIALIZED=175127891
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input24/event22
M: event22
R: 22
U: input
D: c 13:86
N: input/event22
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input24/event22
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event22
E: MAJOR=13
E: MINOR=86
E: USEC_INITIALIZED=175199035
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: LIBINPUT_DEVICE_GROUP=1/14f1/506e:card0/codec#0/beep0

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input25
M: input25
R: 25
U: input
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input25
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA Intel PCH Mic"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=10
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw4,
E: USEC_INITIALIZED=175127790
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input25/event23
M: event23
R: 23
U: input
D: c 13:87
N: input/event23
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input25/event23
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event23
E: MAJOR=13
E: MINOR=87
E: USEC_INITIALIZED=175204053
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input26
M: input26
R: 26
U: input
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input26
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA Intel PCH Headphone"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=4
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw2,
E: USEC_INITIALIZED=175128812
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input26/event24
M: event24
R: 24
U: input
D: c 13:88
N: input/event24
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input26/event24
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event24
E: MAJOR=13
E: MINOR=88
E: USEC_INITIALIZED=175202942
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input27
M: input27
R: 27
U: input
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input27
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA Intel PCH HDMI/DP,pcm=3"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=140
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8,
E: USEC_INITIALIZED=175129637
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input27/event25
M: event25
R: 25
U: input
D: c 13:89
N: input/event25
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input27/event25
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event25
E: MAJOR=13
E: MINOR=89
E: USEC_INITIALIZED=175214766
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.6/3-1.6:1.0/input/input28
M: input28
R: 28
U: input
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.6/3-1.6:1.0/input/input28
E: SUBSYSTEM=input
E: PRODUCT=3/4f2/b2e1/3953
E: NAME="Lenovo EasyCamera: Lenovo EasyC"
E: PHYS="usb-0000:00:1d.0-1.6/button"
E: PROP=0
E: EV=3
E: KEY=100000 0 0 0
E: MODALIAS=input:b0003v04F2pB2E1e3953-e0,1,kD4,ramlsfw
E: USEC_INITIALIZED=177449513
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_BUS=usb
E: ID_MODEL=Lenovo_EasyCamera
E: ID_MODEL_ENC=Lenovo\x20EasyCamera
E: ID_MODEL_ID=b2e1
E: ID_SERIAL=Vimicro_Corp._Lenovo_EasyCamera
E: ID_VENDOR=Vimicro_Corp.
E: ID_VENDOR_ENC=Vimicro\x20Corp.
E: ID_VENDOR_ID=04f2
E: ID_REVISION=3953
E: ID_TYPE=video
E: ID_USB_MODEL=Lenovo_EasyCamera
E: ID_USB_MODEL_ENC=Lenovo\x20EasyCamera
E: ID_USB_MODEL_ID=b2e1
E: ID_USB_SERIAL=Vimicro_Corp._Lenovo_EasyCamera
E: ID_USB_VENDOR=Vimicro_Corp.
E: ID_USB_VENDOR_ENC=Vimicro\x20Corp.
E: ID_USB_VENDOR_ID=04f2
E: ID_USB_REVISION=3953
E: ID_USB_TYPE=video
E: ID_USB_INTERFACES=:0e0100:0e0200:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=uvcvideo
E: ID_PATH=pci-0000:00:1d.0-usb-0:1.6:1.0
E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_6_1_0
E: ID_FOR_SEAT=input-pci-0000_00_1d_0-usb-0_1_6_1_0
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.6/3-1.6:1.0/input/input28/event26
M: event26
R: 26
U: input
D: c 13:90
N: input/event26
L: 0
S: input/by-path/pci-0000:00:1d.0-usb-0:1.6:1.0-event
S: input/by-id/usb-Vimicro_Corp._Lenovo_EasyCamera-event-if00
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.6/3-1.6:1.0/input/input28/event26
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event26
E: MAJOR=13
E: MINOR=90
E: USEC_INITIALIZED=177542592
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_BUS=usb
E: ID_MODEL=Lenovo_EasyCamera
E: ID_MODEL_ENC=Lenovo\x20EasyCamera
E: ID_MODEL_ID=b2e1
E: ID_SERIAL=Vimicro_Corp._Lenovo_EasyCamera
E: ID_VENDOR=Vimicro_Corp.
E: ID_VENDOR_ENC=Vimicro\x20Corp.
E: ID_VENDOR_ID=04f2
E: ID_REVISION=3953
E: ID_TYPE=video
E: ID_USB_MODEL=Lenovo_EasyCamera
E: ID_USB_MODEL_ENC=Lenovo\x20EasyCamera
E: ID_USB_MODEL_ID=b2e1
E: ID_USB_SERIAL=Vimicro_Corp._Lenovo_EasyCamera
E: ID_USB_VENDOR=Vimicro_Corp.
E: ID_USB_VENDOR_ENC=Vimicro\x20Corp.
E: ID_USB_VENDOR_ID=04f2
E: ID_USB_REVISION=3953
E: ID_USB_TYPE=video
E: ID_USB_INTERFACES=:0e0100:0e0200:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=uvcvideo
E: ID_PATH=pci-0000:00:1d.0-usb-0:1.6:1.0
E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_6_1_0
E: XKBMODEL=pc105
E: XKBLAYOUT=pl
E: BACKSPACE=guess
E: LIBINPUT_DEVICE_GROUP=3/4f2/b2e1:usb-0000:00:1d.0-1
E: DEVLINKS=/dev/input/by-path/pci-0000:00:1d.0-usb-0:1.6:1.0-event /dev/input/by-id/usb-Vimicro_Corp._Lenovo_EasyCamera-event-if00
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input18
M: input18
R: 18
U: input
E: DEVPATH=/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input18
E: SUBSYSTEM=input
E: PRODUCT=19/0/0/0
E: NAME="Ideapad extra buttons"
E: PHYS="ideapad/input0"
E: PROP=0
E: EV=13
E: KEY=400000000000000 180000 0 6000800000000000 100000000000 0 181000800100c00 400000000300400 0 2
E: MSC=10
E: MODALIAS=input:b0019v0000p0000e0000-e0,1,4,k8A,94,95,BA,CA,CB,D4,E3,F0,F7,F8,16C,1AF,1BD,1BE,213,214,27A,ram4,lsfw
E: USEC_INITIALIZED=173462493
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=pci-0000:00:1f.0-platform-VPC2004:00
E: ID_PATH_TAG=pci-0000_00_1f_0-platform-VPC2004_00
E: ID_FOR_SEAT=input-pci-0000_00_1f_0-platform-VPC2004_00
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input18/event16
M: event16
R: 16
U: input
D: c 13:80
N: input/event16
L: 0
S: input/by-path/pci-0000:00:1f.0-platform-VPC2004:00-event
E: DEVPATH=/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input18/event16
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event16
E: MAJOR=13
E: MINOR=80
E: USEC_INITIALIZED=174858480
E: KEYBOARD_KEY_0d=rfkill
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=pci-0000:00:1f.0-platform-VPC2004:00
E: ID_PATH_TAG=pci-0000_00_1f_0-platform-VPC2004_00
E: XKBMODEL=pc105
E: XKBLAYOUT=pl
E: BACKSPACE=guess
E: LIBINPUT_DEVICE_GROUP=19/0/0:ideapad
E: DEVLINKS=/dev/input/by-path/pci-0000:00:1f.0-platform-VPC2004:00-event
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/platform/i8042/serio0/input/input0
M: input0
R: 0
U: input
E: DEVPATH=/devices/platform/i8042/serio0/input/input0
E: SUBSYSTEM=input
E: PRODUCT=11/1/1/ab83
E: NAME="AT Translated Set 2 keyboard"
E: PHYS="isa0060/serio0/input0"
E: PROP=0
E: EV=120013
E: KEY=402000002 3803078f800d001 feffffdfffefffff fffffffffffffffe
E: MSC=10
E: LED=7
E: MODALIAS=input:b0011v0001p0001eAB83-e0,1,4,11,14,k71,72,73,74,75,76,77,79,7A,7B,7C,7D,7E,7F,80,8C,8E,8F,9B,9C,9D,9E,9F,A3,A4,A5,A6,AC,AD,B7,B8,B9,C1,D9,E2,ram4,l0,1,2,sfw
E: USEC_INITIALIZED=5592467
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_BUS=i8042
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-0
E: ID_PATH_TAG=platform-i8042-serio-0
E: ID_FOR_SEAT=input-platform-i8042-serio-0
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/platform/i8042/serio0/input/input0/event0
M: event0
R: 0
U: input
D: c 13:64
N: input/event0
L: 0
S: input/by-path/platform-i8042-serio-0-event-kbd
E: DEVPATH=/devices/platform/i8042/serio0/input/input0/event0
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event0
E: MAJOR=13
E: MINOR=64
E: USEC_INITIALIZED=174859218
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_BUS=i8042
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-0
E: ID_PATH_TAG=platform-i8042-serio-0
E: XKBMODEL=pc105
E: XKBLAYOUT=pl
E: BACKSPACE=guess
E: LIBINPUT_DEVICE_GROUP=11/1/1:isa0060/serio0
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-0-event-kbd
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/platform/i8042/serio1/input/input5
M: input5
R: 5
U: input
E: DEVPATH=/devices/platform/i8042/serio1/input/input5
E: SUBSYSTEM=input
E: PRODUCT=11/2/7/1b1
E: NAME="SynPS/2 Synaptics TouchPad"
E: PHYS="isa0060/serio1/input0"
E: PROP=5
E: EV=b
E: KEY=e520 10000 0 0 0 0
E: ABS=660800011000003
E: MODALIAS=input:b0011v0002p0007e01B1-e0,1,3,k110,145,148,14A,14D,14E,14F,ra0,1,18,1C,2F,35,36,39,3A,mlsfw
E: USEC_INITIALIZED=7005554
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_BUS=i8042
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: ID_FOR_SEAT=input-platform-i8042-serio-1
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/platform/i8042/serio1/input/input5/event7
M: event7
R: 7
U: input
D: c 13:71
N: input/event7
L: 0
S: input/by-path/platform-i8042-serio-1-event-mouse
E: DEVPATH=/devices/platform/i8042/serio1/input/input5/event7
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event7
E: MAJOR=13
E: MINOR=71
E: USEC_INITIALIZED=175636917
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_INPUT_WIDTH_MM=104
E: ID_INPUT_HEIGHT_MM=67
E: ID_BUS=i8042
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: ID_INPUT_TOUCHPAD_INTEGRATION=internal
E: LIBINPUT_DEVICE_GROUP=11/2/7:isa0060/serio1
E: LIBINPUT_FUZZ_35=8
E: LIBINPUT_FUZZ_36=8
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-event-mouse

P: /devices/platform/i8042/serio1/input/input5/mouse0
M: mouse0
R: 0
U: input
D: c 13:32
N: input/mouse0
L: 0
S: input/by-path/platform-i8042-serio-1-mouse
E: DEVPATH=/devices/platform/i8042/serio1/input/input5/mouse0
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/mouse0
E: MAJOR=13
E: MINOR=32
E: USEC_INITIALIZED=172978356
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_BUS=i8042
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-mouse

P: /devices/platform/pcspkr/input/input19
M: input19
R: 19
U: input
E: DEVPATH=/devices/platform/pcspkr/input/input19
E: SUBSYSTEM=input
E: PRODUCT=10/1f/1/100
E: NAME="PC Speaker"
E: PHYS="isa0061/input0"
E: PROP=0
E: EV=40001
E: SND=6
E: MODALIAS=input:b0010v001Fp0001e0100-e0,12,kramls1,2,fw
E: USEC_INITIALIZED=173476138
E: ID_INPUT=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-pcspkr
E: ID_PATH_TAG=platform-pcspkr
E: ID_FOR_SEAT=input-platform-pcspkr
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/platform/pcspkr/input/input19/event17
M: event17
R: 17
U: input
D: c 13:81
N: input/event17
L: 0
S: input/by-path/platform-pcspkr-event-spkr
E: DEVPATH=/devices/platform/pcspkr/input/input19/event17
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event17
E: MAJOR=13
E: MINOR=81
E: USEC_INITIALIZED=174859806
E: ID_INPUT=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-pcspkr
E: ID_PATH_TAG=platform-pcspkr
E: LIBINPUT_DEVICE_GROUP=10/1f/1:isa0061
E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr


DRM Information from dmesg:
---------------------------


-- System Information:
Debian Release: 12.11
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable-debug'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.1.0-37-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages xserver-xorg depends on:
ii  x11-xkb-utils                                    7.7+7
ii  xkb-data                                         2.35.1-1
ii  xserver-xorg-core                                2:21.1.7-3+deb12u9
ii  xserver-xorg-input-all                           1:7.7+23
ii  xserver-xorg-input-libinput [xorg-driver-input]  1.2.1-1+b1
ii  xserver-xorg-input-wacom [xorg-driver-input]     1.1.0-1
ii  xserver-xorg-video-all                           1:7.7+23
ii  xserver-xorg-video-amdgpu [xorg-driver-video]    23.0.0-1
ii  xserver-xorg-video-ati [xorg-driver-video]       1:19.1.0-3
ii  xserver-xorg-video-fbdev [xorg-driver-video]     1:0.5.0-2
ii  xserver-xorg-video-intel [xorg-driver-video]     2:2.99.917+git20210115-1
ii  xserver-xorg-video-nouveau [xorg-driver-video]   1:1.0.17-2
ii  xserver-xorg-video-qxl [xorg-driver-video]       0.1.5+git20200331-3
ii  xserver-xorg-video-radeon [xorg-driver-video]    1:19.1.0-3
ii  xserver-xorg-video-vesa [xorg-driver-video]      1:2.5.0-1+b1
ii  xserver-xorg-video-vmware [xorg-driver-video]    1:13.3.0-3.1+b1

Versions of packages xserver-xorg recommends:
ii  libgl1-mesa-dri      22.3.6-1+deb12u1
ii  xserver-xorg-legacy  2:21.1.7-3+deb12u9

xserver-xorg suggests no packages.

-- no debconf information

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature


Reply to: