Paste #224106

   
pasted on 04.10.2021 20:45
  • Edit to this paste
  • Print
  • Raw
  • Compare with paste
    #  
  • Toggle line numbers
  • Syntax highlighting  
Text paste
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
[     8.825] (--) Log file renamed from "/var/log/Xorg.pid-4917.log" to "/var/log/Xorg.0.log"
[     8.826] 
X.Org X Server 1.20.13
X Protocol Version 11, Revision 0
[     8.826] Build Operating System: Linux 5.10.32-calculate x86_64 Gentoo
[     8.826] Current Operating System: Linux home 5.10.68-calculate #1 SMP PREEMPT Fri Sep 24 12:41:54 UTC 2021 x86_64
[     8.826] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.10.68-calculate root=UUID=8a420d96-860d-4973-a60b-0c5c8e603a06 ro video=1920x1080-32 rd.retry=40 calculate=video:nvidia splash quiet
[     8.826] Build Date: 14 August 2021  05:19:47PM
[     8.826]  
[     8.826] Current version of pixman: 0.40.0
[     8.826] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     8.826] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     8.826] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Oct  4 20:35:47 2021
[     8.826] (==) Using config file: "/etc/X11/xorg.conf"
[     8.826] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     8.826] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     8.827] (==) ServerLayout "Xorg Configured"
[     8.827] (**) |-->Screen "Monitor" (0)
[     8.827] (**) |   |-->Monitor "StandardMonitor"
[     8.828] (**) |   |-->Device "Video"
[     8.828] (==) Automatically adding devices
[     8.828] (==) Automatically enabling devices
[     8.828] (==) Automatically adding GPU devices
[     8.828] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     8.829] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[     8.829] 	Entry deleted from font path.
[     8.829] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[     8.829] 	Entry deleted from font path.
[     8.829] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[     8.829] 	Entry deleted from font path.
[     8.829] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[     8.829] 	Entry deleted from font path.
[     8.829] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[     8.829] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[     8.829] 	Entry deleted from font path.
[     8.829] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[     8.829] (**) FontPath set to:
	/usr/share/fonts/corefonts,
	/usr/share/fonts/misc,
	/usr/share/fonts/droid,
	/usr/share/fonts/misc/
[     8.829] (==) ModulePath set to "/usr/lib64/xorg/modules"
[     8.829] (**) Extension "Composite" is enabled
[     8.829] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     8.829] (II) Loader magic: 0x5603c23f3d00
[     8.829] (II) Module ABI versions:
[     8.829] 	X.Org ANSI C Emulation: 0.4
[     8.829] 	X.Org Video Driver: 24.1
[     8.829] 	X.Org XInput driver : 24.1
[     8.829] 	X.Org Server Extension : 10.0
[     8.830] (++) using VT number 7

[     8.830] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     8.830] (II) xfree86: Adding drm device (/dev/dri/card0)
[     8.830] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[     8.830] (--) PCI:*(1@0:0:0) 10de:0fc6:1569:0fc6 rev 161, Mem @ 0xa1000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/131072
[     8.830] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[     8.830] (II) LoadModule: "dbe"
[     8.830] (II) Module "dbe" already built-in
[     8.830] (II) LoadModule: "glx"
[     8.831] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[     8.836] (II) Module glx: vendor="X.Org Foundation"
[     8.836] 	compiled for 1.20.13, module version = 1.0.0
[     8.836] 	ABI class: X.Org Server Extension, version 10.0
[     8.836] (II) LoadModule: "extmod"
[     8.836] (II) Module "extmod" already built-in
[     8.836] (II) LoadModule: "nvidia"
[     8.837] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[     8.839] (II) Module nvidia: vendor="NVIDIA Corporation"
[     8.839] 	compiled for 1.6.99.901, module version = 1.0.0
[     8.839] 	Module class: X.Org Video Driver
[     8.839] (II) NVIDIA dlloader X Driver  470.63.01  Tue Aug  3 20:37:27 UTC 2021
[     8.839] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     9.075] (II) Loading sub module "fb"
[     9.075] (II) LoadModule: "fb"
[     9.075] (II) Loading /usr/lib64/xorg/modules/libfb.so
[     9.075] (II) Module fb: vendor="X.Org Foundation"
[     9.075] 	compiled for 1.20.13, module version = 1.0.0
[     9.075] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     9.075] (II) Loading sub module "wfb"
[     9.075] (II) LoadModule: "wfb"
[     9.075] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[     9.076] (II) Module wfb: vendor="X.Org Foundation"
[     9.076] 	compiled for 1.20.13, module version = 1.0.0
[     9.076] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     9.076] (II) Loading sub module "ramdac"
[     9.076] (II) LoadModule: "ramdac"
[     9.076] (II) Module "ramdac" already built-in
[     9.077] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[     9.077] (==) NVIDIA(0): RGB weight 888
[     9.077] (==) NVIDIA(0): Default visual is TrueColor
[     9.077] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     9.077] (**) NVIDIA(0): Option "RenderAccel" "True"
[     9.077] (**) NVIDIA(0): Option "AllowGLXWithComposite" "True"
[     9.077] (**) NVIDIA(0): Option "DPI" "96x96"
[     9.077] (**) NVIDIA(0): Enabling RENDER acceleration
[     9.077] (**) NVIDIA(0): Enabling 2D acceleration
[     9.077] (II) Loading sub module "glxserver_nvidia"
[     9.077] (II) LoadModule: "glxserver_nvidia"
[     9.077] (II) Loading /usr/lib64/xorg/modules/extensions/libglxserver_nvidia.so
[     9.096] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[     9.096] 	compiled for 1.6.99.901, module version = 1.0.0
[     9.096] 	Module class: X.Org Server Extension
[     9.096] (II) NVIDIA GLX Module  470.63.01  Tue Aug  3 20:35:52 UTC 2021
[     9.096] (II) NVIDIA: The X server supports PRIME Render Offload.
[     9.135] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[     9.135] (--) NVIDIA(0):     CRT-0
[     9.135] (--) NVIDIA(0):     DFP-0
[     9.135] (--) NVIDIA(0):     DFP-1 (boot)
[     9.135] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 650 (GK107) at PCI:1:0:0
[     9.135] (II) NVIDIA(0):     (GPU-0)
[     9.135] (--) NVIDIA(0): Memory: 2097152 kBytes
[     9.135] (--) NVIDIA(0): VideoBIOS: 80.07.35.00.2d
[     9.135] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[     9.136] (--) NVIDIA(GPU-0): CRT-0: disconnected
[     9.136] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[     9.136] (--) NVIDIA(GPU-0): 
[     9.136] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     9.136] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[     9.136] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[     9.136] (--) NVIDIA(GPU-0): 
[     9.142] (--) NVIDIA(GPU-0): AOC 2243W (DFP-1): connected
[     9.142] (--) NVIDIA(GPU-0): AOC 2243W (DFP-1): Internal TMDS
[     9.142] (--) NVIDIA(GPU-0): AOC 2243W (DFP-1): 330.0 MHz maximum pixel clock
[     9.142] (--) NVIDIA(GPU-0): 
[     9.143] (II) NVIDIA(0): Validated MetaModes:
[     9.143] (II) NVIDIA(0):     "DFP-1:1920x1080"
[     9.143] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[     9.145] (++) NVIDIA(0): DPI set to (108, 108); computed from -dpi X commandline option
[     9.145] (II) NVIDIA: Reserving 6144.00 MB of virtual memory for indirect memory
[     9.145] (II) NVIDIA:     access.
[     9.146] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[     9.146] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[     9.146] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[     9.146] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[     9.146] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[     9.146] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[     9.146] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[     9.146] (II) NVIDIA(0):     Config Options in the README.
[    10.268] (II) NVIDIA(0): Setting mode "DFP-1:1920x1080"
[    10.288] (==) NVIDIA(0): Disabling shared memory pixmaps
[    10.288] (==) NVIDIA(0): Backing store enabled
[    10.288] (==) NVIDIA(0): Silken mouse enabled
[    10.288] (**) NVIDIA(0): DPMS enabled
[    10.288] (WW) NVIDIA(0): Option "NoLogo" is not used
[    10.288] (WW) NVIDIA(0): Option "NvAgp" is not used
[    10.288] (II) Loading sub module "dri2"
[    10.288] (II) LoadModule: "dri2"
[    10.288] (II) Module "dri2" already built-in
[    10.288] (II) NVIDIA(0): [DRI2] Setup complete
[    10.288] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    10.288] (II) Initializing extension Generic Event Extension
[    10.288] (II) Initializing extension SHAPE
[    10.288] (II) Initializing extension MIT-SHM
[    10.288] (II) Initializing extension XInputExtension
[    10.289] (II) Initializing extension XTEST
[    10.289] (II) Initializing extension BIG-REQUESTS
[    10.289] (II) Initializing extension SYNC
[    10.289] (II) Initializing extension XKEYBOARD
[    10.289] (II) Initializing extension XC-MISC
[    10.289] (II) Initializing extension XFIXES
[    10.289] (II) Initializing extension RENDER
[    10.289] (II) Initializing extension RANDR
[    10.289] (II) Initializing extension COMPOSITE
[    10.289] (II) Initializing extension DAMAGE
[    10.289] (II) Initializing extension MIT-SCREEN-SAVER
[    10.289] (II) Initializing extension DOUBLE-BUFFER
[    10.289] (II) Initializing extension RECORD
[    10.289] (II) Initializing extension DPMS
[    10.289] (II) Initializing extension Present
[    10.289] (II) Initializing extension DRI3
[    10.289] (II) Initializing extension X-Resource
[    10.289] (II) Initializing extension XVideo
[    10.289] (II) Initializing extension XVideo-MotionCompensation
[    10.289] (II) Initializing extension GLX
[    10.289] (II) Initializing extension GLX
[    10.289] (II) Indirect GLX disabled.
[    10.289] (II) GLX: Another vendor is already registered for screen 0
[    10.289] (II) Initializing extension XFree86-VidModeExtension
[    10.289] (II) Initializing extension XFree86-DGA
[    10.289] (II) Initializing extension XFree86-DRI
[    10.289] (II) Initializing extension DRI2
[    10.289] (II) Initializing extension NV-GLX
[    10.289] (II) Initializing extension NV-CONTROL
[    10.289] (II) Initializing extension XINERAMA
[    10.320] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    10.320] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    10.320] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    10.320] (**) Power Button: Applying InputClass "keyboard"
[    10.320] (II) LoadModule: "evdev"
[    10.320] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[    10.321] (II) Module evdev: vendor="X.Org Foundation"
[    10.321] 	compiled for 1.20.13, module version = 2.10.6
[    10.321] 	Module class: X.Org XInput Driver
[    10.321] 	ABI class: X.Org XInput driver, version 24.1
[    10.321] (II) Using input driver 'evdev' for 'Power Button'
[    10.321] (**) Power Button: always reports core events
[    10.321] (**) evdev: Power Button: Device: "/dev/input/event2"
[    10.321] (--) evdev: Power Button: Vendor 0 Product 0x1
[    10.321] (--) evdev: Power Button: Found keys
[    10.321] (II) evdev: Power Button: Configuring as keyboard
[    10.321] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    10.321] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    10.321] (**) Option "xkb_rules" "evdev"
[    10.321] (**) Option "xkb_layout" "us,ru"
[    10.321] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll,compose:ralt"
[    10.332] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    10.332] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    10.332] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    10.332] (**) Power Button: Applying InputClass "keyboard"
[    10.332] (II) Using input driver 'evdev' for 'Power Button'
[    10.332] (**) Power Button: always reports core events
[    10.332] (**) evdev: Power Button: Device: "/dev/input/event1"
[    10.332] (--) evdev: Power Button: Vendor 0 Product 0x1
[    10.332] (--) evdev: Power Button: Found keys
[    10.332] (II) evdev: Power Button: Configuring as keyboard
[    10.332] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    10.332] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    10.332] (**) Option "xkb_rules" "evdev"
[    10.332] (**) Option "xkb_layout" "us,ru"
[    10.332] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll,compose:ralt"
[    10.332] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[    10.332] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    10.332] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    10.332] (**) Sleep Button: Applying InputClass "keyboard"
[    10.332] (II) Using input driver 'evdev' for 'Sleep Button'
[    10.332] (**) Sleep Button: always reports core events
[    10.332] (**) evdev: Sleep Button: Device: "/dev/input/event0"
[    10.332] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[    10.332] (--) evdev: Sleep Button: Found keys
[    10.332] (II) evdev: Sleep Button: Configuring as keyboard
[    10.332] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[    10.332] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[    10.332] (**) Option "xkb_rules" "evdev"
[    10.332] (**) Option "xkb_layout" "us,ru"
[    10.332] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll,compose:ralt"
[    10.332] (II) config/udev: Adding drm device (/dev/dri/card0)
[    10.332] (II) xfree86: Adding drm device (/dev/dri/card0)
[    10.333] (II) LoadModule: "modesetting"
[    10.333] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[    10.333] (II) Module modesetting: vendor="X.Org Foundation"
[    10.333] 	compiled for 1.20.13, module version = 1.20.13
[    10.333] 	Module class: X.Org Video Driver
[    10.333] 	ABI class: X.Org Video Driver, version 24.1
[    10.333] (II) modeset(G0): using drv /dev/dri/card0
[    10.334] (**) modeset(G0): Depth 24, (--) framebuffer bpp 32
[    10.334] (==) modeset(G0): RGB weight 888
[    10.334] (==) modeset(G0): Default visual is TrueColor
[    10.334] (II) Loading sub module "glamoregl"
[    10.334] (II) LoadModule: "glamoregl"
[    10.334] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[    10.339] (II) Module glamoregl: vendor="X.Org Foundation"
[    10.339] 	compiled for 1.20.13, module version = 1.0.1
[    10.339] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    10.485] (II) modeset(G0): Refusing to try glamor on llvmpipe
[    10.485] (EE) modeset(G0): glamor initialization failed
[    10.485] (II) modeset(G0): ShadowFB: preferred YES, enabled YES
[    10.485] (II) modeset(G0): Double-buffered shadow updates: off
[    10.486] (II) modeset(G0): Output VGA-1-1 using monitor section StandardMonitor
[    10.486] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[    10.493] (II) modeset(G0): Output DVI-D-1-1 has no monitor section
[    10.500] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[    10.500] (++) modeset(G0): DPI set to (108, 108)
[    10.500] (II) Loading sub module "fb"
[    10.500] (II) LoadModule: "fb"
[    10.500] (II) Loading /usr/lib64/xorg/modules/libfb.so
[    10.500] (II) Module fb: vendor="X.Org Foundation"
[    10.500] 	compiled for 1.20.13, module version = 1.0.0
[    10.500] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    10.500] (II) Loading sub module "shadow"
[    10.500] (II) LoadModule: "shadow"
[    10.500] (II) Loading /usr/lib64/xorg/modules/libshadow.so
[    10.501] (II) Module shadow: vendor="X.Org Foundation"
[    10.501] 	compiled for 1.20.13, module version = 1.1.0
[    10.501] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    10.501] (==) modeset(G0): Backing store enabled
[    10.501] (==) modeset(G0): Silken mouse enabled
[    10.501] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[    10.501] (**) modeset(G0): DPMS enabled
[    10.501] (II) modeset(G0): Damage tracking initialized
[    10.501] xf86: found device 1
[    10.501] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event10)
[    10.501] (II) No input driver specified, ignoring this device.
[    10.501] (II) This device may have been added with another device file.
[    10.502] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event11)
[    10.502] (II) No input driver specified, ignoring this device.
[    10.502] (II) This device may have been added with another device file.
[    10.502] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event12)
[    10.502] (II) No input driver specified, ignoring this device.
[    10.502] (II) This device may have been added with another device file.
[    10.502] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event13)
[    10.502] (II) No input driver specified, ignoring this device.
[    10.502] (II) This device may have been added with another device file.
[    10.502] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event14)
[    10.502] (II) No input driver specified, ignoring this device.
[    10.502] (II) This device may have been added with another device file.
[    10.502] (II) config/udev: Adding input device COMPANY 2.4G Device (/dev/input/event18)
[    10.502] (**) COMPANY 2.4G Device: Applying InputClass "evdev keyboard catchall"
[    10.502] (**) COMPANY 2.4G Device: Applying InputClass "libinput keyboard catchall"
[    10.502] (**) COMPANY 2.4G Device: Applying InputClass "keyboard"
[    10.502] (II) Using input driver 'evdev' for 'COMPANY 2.4G Device'
[    10.502] (**) COMPANY 2.4G Device: always reports core events
[    10.502] (**) evdev: COMPANY 2.4G Device: Device: "/dev/input/event18"
[    10.502] (--) evdev: COMPANY 2.4G Device: Vendor 0x9da Product 0x2403
[    10.502] (--) evdev: COMPANY 2.4G Device: Found keys
[    10.502] (II) evdev: COMPANY 2.4G Device: Configuring as keyboard
[    10.502] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.0/0003:09DA:2403.0004/input/input18/event18"
[    10.502] (II) XINPUT: Adding extended input device "COMPANY 2.4G Device" (type: KEYBOARD, id 9)
[    10.502] (**) Option "xkb_rules" "evdev"
[    10.502] (**) Option "xkb_layout" "us,ru"
[    10.502] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll,compose:ralt"
[    10.502] (II) config/udev: Adding input device COMPANY 2.4G Device Mouse (/dev/input/event19)
[    10.502] (**) COMPANY 2.4G Device Mouse: Applying InputClass "evdev pointer catchall"
[    10.502] (**) COMPANY 2.4G Device Mouse: Applying InputClass "libinput pointer catchall"
[    10.502] (II) LoadModule: "libinput"
[    10.502] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so
[    10.503] (II) Module libinput: vendor="X.Org Foundation"
[    10.503] 	compiled for 1.20.13, module version = 1.1.0
[    10.503] 	Module class: X.Org XInput Driver
[    10.503] 	ABI class: X.Org XInput driver, version 24.1
[    10.503] (II) Using input driver 'libinput' for 'COMPANY 2.4G Device Mouse'
[    10.503] (**) COMPANY 2.4G Device Mouse: always reports core events
[    10.503] (**) Option "Device" "/dev/input/event19"
[    10.503] (**) Option "_source" "server/udev"
[    10.508] (II) event19 - COMPANY 2.4G Device Mouse: is tagged by udev as: Mouse
[    10.508] (II) event19 - COMPANY 2.4G Device Mouse: device is a pointer
[    10.508] (II) event19 - COMPANY 2.4G Device Mouse: device removed
[    10.522] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.1/0003:09DA:2403.0005/input/input19/event19"
[    10.522] (II) XINPUT: Adding extended input device "COMPANY 2.4G Device Mouse" (type: MOUSE, id 10)
[    10.522] (**) Option "AccelerationScheme" "none"
[    10.522] (**) COMPANY 2.4G Device Mouse: (accel) selected scheme none/0
[    10.522] (**) COMPANY 2.4G Device Mouse: (accel) acceleration factor: 2.000
[    10.522] (**) COMPANY 2.4G Device Mouse: (accel) acceleration threshold: 4
[    10.522] (II) event19 - COMPANY 2.4G Device Mouse: is tagged by udev as: Mouse
[    10.522] (II) event19 - COMPANY 2.4G Device Mouse: device is a pointer
[    10.522] (II) config/udev: Adding input device COMPANY 2.4G Device Mouse (/dev/input/mouse0)
[    10.522] (II) No input driver specified, ignoring this device.
[    10.522] (II) This device may have been added with another device file.
[    10.522] (II) config/udev: Adding input device COMPANY 2.4G Device Keyboard (/dev/input/event20)
[    10.522] (**) COMPANY 2.4G Device Keyboard: Applying InputClass "evdev keyboard catchall"
[    10.522] (**) COMPANY 2.4G Device Keyboard: Applying InputClass "libinput keyboard catchall"
[    10.522] (**) COMPANY 2.4G Device Keyboard: Applying InputClass "keyboard"
[    10.522] (II) Using input driver 'evdev' for 'COMPANY 2.4G Device Keyboard'
[    10.522] (**) COMPANY 2.4G Device Keyboard: always reports core events
[    10.522] (**) evdev: COMPANY 2.4G Device Keyboard: Device: "/dev/input/event20"
[    10.522] (--) evdev: COMPANY 2.4G Device Keyboard: Vendor 0x9da Product 0x2403
[    10.522] (--) evdev: COMPANY 2.4G Device Keyboard: Found keys
[    10.522] (II) evdev: COMPANY 2.4G Device Keyboard: Configuring as keyboard
[    10.522] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.1/0003:09DA:2403.0005/input/input20/event20"
[    10.522] (II) XINPUT: Adding extended input device "COMPANY 2.4G Device Keyboard" (type: KEYBOARD, id 11)
[    10.522] (**) Option "xkb_rules" "evdev"
[    10.522] (**) Option "xkb_layout" "us,ru"
[    10.522] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll,compose:ralt"
[    10.523] (II) config/udev: Adding input device COMPANY 2.4G Device (/dev/input/event21)
[    10.523] (II) No input driver specified, ignoring this device.
[    10.523] (II) This device may have been added with another device file.
[    10.523] (II) config/udev: Adding input device COMPANY 2.4G Device Consumer Control (/dev/input/event22)
[    10.523] (**) COMPANY 2.4G Device Consumer Control: Applying InputClass "evdev keyboard catchall"
[    10.523] (**) COMPANY 2.4G Device Consumer Control: Applying InputClass "libinput keyboard catchall"
[    10.523] (**) COMPANY 2.4G Device Consumer Control: Applying InputClass "keyboard"
[    10.523] (II) Using input driver 'evdev' for 'COMPANY 2.4G Device Consumer Control'
[    10.523] (**) COMPANY 2.4G Device Consumer Control: always reports core events
[    10.523] (**) evdev: COMPANY 2.4G Device Consumer Control: Device: "/dev/input/event22"
[    10.523] (--) evdev: COMPANY 2.4G Device Consumer Control: Vendor 0x9da Product 0x2403
[    10.523] (--) evdev: COMPANY 2.4G Device Consumer Control: Found 1 mouse buttons
[    10.523] (--) evdev: COMPANY 2.4G Device Consumer Control: Found scroll wheel(s)
[    10.523] (--) evdev: COMPANY 2.4G Device Consumer Control: Found relative axes
[    10.523] (II) evdev: COMPANY 2.4G Device Consumer Control: Forcing relative x/y axes to exist.
[    10.523] (--) evdev: COMPANY 2.4G Device Consumer Control: Found absolute axes
[    10.523] (II) evdev: COMPANY 2.4G Device Consumer Control: Forcing absolute x/y axes to exist.
[    10.523] (--) evdev: COMPANY 2.4G Device Consumer Control: Found keys
[    10.523] (II) evdev: COMPANY 2.4G Device Consumer Control: Configuring as mouse
[    10.523] (II) evdev: COMPANY 2.4G Device Consumer Control: Configuring as keyboard
[    10.523] (II) evdev: COMPANY 2.4G Device Consumer Control: Adding scrollwheel support
[    10.523] (**) evdev: COMPANY 2.4G Device Consumer Control: YAxisMapping: buttons 4 and 5
[    10.523] (**) evdev: COMPANY 2.4G Device Consumer Control: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    10.523] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.1/0003:09DA:2403.0005/input/input22/event22"
[    10.523] (II) XINPUT: Adding extended input device "COMPANY 2.4G Device Consumer Control" (type: KEYBOARD, id 12)
[    10.523] (**) Option "xkb_rules" "evdev"
[    10.523] (**) Option "xkb_layout" "us,ru"
[    10.523] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll,compose:ralt"
[    10.523] (II) evdev: COMPANY 2.4G Device Consumer Control: initialized for relative axes.
[    10.523] (WW) evdev: COMPANY 2.4G Device Consumer Control: ignoring absolute axes.
[    10.523] (**) COMPANY 2.4G Device Consumer Control: (accel) keeping acceleration scheme 1
[    10.523] (**) COMPANY 2.4G Device Consumer Control: (accel) acceleration profile 0
[    10.523] (**) COMPANY 2.4G Device Consumer Control: (accel) acceleration factor: 2.000
[    10.523] (**) COMPANY 2.4G Device Consumer Control: (accel) acceleration threshold: 4
[    10.523] (II) config/udev: Adding input device COMPANY 2.4G Device System Control (/dev/input/event23)
[    10.523] (**) COMPANY 2.4G Device System Control: Applying InputClass "evdev keyboard catchall"
[    10.523] (**) COMPANY 2.4G Device System Control: Applying InputClass "libinput keyboard catchall"
[    10.523] (**) COMPANY 2.4G Device System Control: Applying InputClass "keyboard"
[    10.523] (II) Using input driver 'evdev' for 'COMPANY 2.4G Device System Control'
[    10.523] (**) COMPANY 2.4G Device System Control: always reports core events
[    10.523] (**) evdev: COMPANY 2.4G Device System Control: Device: "/dev/input/event23"
[    10.523] (--) evdev: COMPANY 2.4G Device System Control: Vendor 0x9da Product 0x2403
[    10.523] (--) evdev: COMPANY 2.4G Device System Control: Found keys
[    10.523] (II) evdev: COMPANY 2.4G Device System Control: Configuring as keyboard
[    10.523] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.1/0003:09DA:2403.0005/input/input23/event23"
[    10.523] (II) XINPUT: Adding extended input device "COMPANY 2.4G Device System Control" (type: KEYBOARD, id 13)
[    10.523] (**) Option "xkb_rules" "evdev"
[    10.523] (**) Option "xkb_layout" "us,ru"
[    10.523] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll,compose:ralt"
[    10.523] (II) config/udev: Adding input device ASRock LED Controller (/dev/input/event3)
[    10.523] (**) ASRock LED Controller: Applying InputClass "evdev keyboard catchall"
[    10.523] (**) ASRock LED Controller: Applying InputClass "libinput keyboard catchall"
[    10.523] (**) ASRock LED Controller: Applying InputClass "keyboard"
[    10.523] (II) Using input driver 'evdev' for 'ASRock LED Controller'
[    10.523] (**) ASRock LED Controller: always reports core events
[    10.523] (**) evdev: ASRock LED Controller: Device: "/dev/input/event3"
[    10.523] (--) evdev: ASRock LED Controller: Vendor 0x26ce Product 0x1a2
[    10.523] (--) evdev: ASRock LED Controller: Found absolute axes
[    10.523] (--) evdev: ASRock LED Controller: Found x and y absolute axes
[    10.523] (--) evdev: ASRock LED Controller: Found keys
[    10.523] (II) evdev: ASRock LED Controller: Forcing relative x/y axes to exist.
[    10.523] (II) evdev: ASRock LED Controller: Configuring as mouse
[    10.523] (II) evdev: ASRock LED Controller: Configuring as keyboard
[    10.523] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:26CE:01A2.0001/input/input3/event3"
[    10.523] (II) XINPUT: Adding extended input device "ASRock LED Controller" (type: KEYBOARD, id 14)
[    10.523] (**) Option "xkb_rules" "evdev"
[    10.523] (**) Option "xkb_layout" "us,ru"
[    10.523] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll,compose:ralt"
[    10.523] (II) evdev: ASRock LED Controller: initialized for relative axes.
[    10.523] (WW) evdev: ASRock LED Controller: ignoring absolute axes.
[    10.523] (**) ASRock LED Controller: (accel) keeping acceleration scheme 1
[    10.523] (**) ASRock LED Controller: (accel) acceleration profile 0
[    10.523] (**) ASRock LED Controller: (accel) acceleration factor: 2.000
[    10.523] (**) ASRock LED Controller: (accel) acceleration threshold: 4
[    10.524] (II) config/udev: Adding input device ASRock LED Controller (/dev/input/js0)
[    10.524] (**) ASRock LED Controller: Applying InputClass "keyboard"
[    10.524] (II) Using input driver 'evdev' for 'ASRock LED Controller'
[    10.524] (**) ASRock LED Controller: always reports core events
[    10.524] (**) evdev: ASRock LED Controller: Device: "/dev/input/js0"
[    10.524] (EE) evdev: ASRock LED Controller: Unable to query fd: Invalid argument
[    10.538] (EE) PreInit returned 2 for "ASRock LED Controller"
[    10.538] (II) UnloadModule: "evdev"
[    10.538] (II) config/udev: Adding input device SIGMACHIP USB Keyboard (/dev/input/event15)
[    10.538] (**) SIGMACHIP USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    10.538] (**) SIGMACHIP USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    10.538] (**) SIGMACHIP USB Keyboard: Applying InputClass "keyboard"
[    10.538] (II) Using input driver 'evdev' for 'SIGMACHIP USB Keyboard'
[    10.538] (**) SIGMACHIP USB Keyboard: always reports core events
[    10.538] (**) evdev: SIGMACHIP USB Keyboard: Device: "/dev/input/event15"
[    10.538] (--) evdev: SIGMACHIP USB Keyboard: Vendor 0x1c4f Product 0x26
[    10.538] (--) evdev: SIGMACHIP USB Keyboard: Found keys
[    10.538] (II) evdev: SIGMACHIP USB Keyboard: Configuring as keyboard
[    10.538] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/0003:1C4F:0026.0002/input/input15/event15"
[    10.538] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard" (type: KEYBOARD, id 15)
[    10.538] (**) Option "xkb_rules" "evdev"
[    10.538] (**) Option "xkb_layout" "us,ru"
[    10.538] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll,compose:ralt"
[    10.538] (II) config/udev: Adding input device SIGMACHIP USB Keyboard Consumer Control (/dev/input/event16)
[    10.538] (**) SIGMACHIP USB Keyboard Consumer Control: Applying InputClass "evdev keyboard catchall"
[    10.538] (**) SIGMACHIP USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[    10.538] (**) SIGMACHIP USB Keyboard Consumer Control: Applying InputClass "keyboard"
[    10.538] (II) Using input driver 'evdev' for 'SIGMACHIP USB Keyboard Consumer Control'
[    10.538] (**) SIGMACHIP USB Keyboard Consumer Control: always reports core events
[    10.538] (**) evdev: SIGMACHIP USB Keyboard Consumer Control: Device: "/dev/input/event16"
[    10.538] (--) evdev: SIGMACHIP USB Keyboard Consumer Control: Vendor 0x1c4f Product 0x26
[    10.538] (--) evdev: SIGMACHIP USB Keyboard Consumer Control: Found 1 mouse buttons
[    10.538] (--) evdev: SIGMACHIP USB Keyboard Consumer Control: Found scroll wheel(s)
[    10.538] (--) evdev: SIGMACHIP USB Keyboard Consumer Control: Found relative axes
[    10.538] (II) evdev: SIGMACHIP USB Keyboard Consumer Control: Forcing relative x/y axes to exist.
[    10.538] (--) evdev: SIGMACHIP USB Keyboard Consumer Control: Found absolute axes
[    10.538] (II) evdev: SIGMACHIP USB Keyboard Consumer Control: Forcing absolute x/y axes to exist.
[    10.538] (--) evdev: SIGMACHIP USB Keyboard Consumer Control: Found keys
[    10.538] (II) evdev: SIGMACHIP USB Keyboard Consumer Control: Configuring as mouse
[    10.538] (II) evdev: SIGMACHIP USB Keyboard Consumer Control: Configuring as keyboard
[    10.538] (II) evdev: SIGMACHIP USB Keyboard Consumer Control: Adding scrollwheel support
[    10.538] (**) evdev: SIGMACHIP USB Keyboard Consumer Control: YAxisMapping: buttons 4 and 5
[    10.538] (**) evdev: SIGMACHIP USB Keyboard Consumer Control: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    10.538] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.1/0003:1C4F:0026.0003/input/input16/event16"
[    10.538] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard Consumer Control" (type: KEYBOARD, id 16)
[    10.538] (**) Option "xkb_rules" "evdev"
[    10.538] (**) Option "xkb_layout" "us,ru"
[    10.538] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll,compose:ralt"
[    10.538] (II) evdev: SIGMACHIP USB Keyboard Consumer Control: initialized for relative axes.
[    10.538] (WW) evdev: SIGMACHIP USB Keyboard Consumer Control: ignoring absolute axes.
[    10.538] (**) SIGMACHIP USB Keyboard Consumer Control: (accel) keeping acceleration scheme 1
[    10.538] (**) SIGMACHIP USB Keyboard Consumer Control: (accel) acceleration profile 0
[    10.538] (**) SIGMACHIP USB Keyboard Consumer Control: (accel) acceleration factor: 2.000
[    10.538] (**) SIGMACHIP USB Keyboard Consumer Control: (accel) acceleration threshold: 4
[    10.538] (II) config/udev: Adding input device SIGMACHIP USB Keyboard System Control (/dev/input/event17)
[    10.538] (**) SIGMACHIP USB Keyboard System Control: Applying InputClass "evdev keyboard catchall"
[    10.538] (**) SIGMACHIP USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[    10.538] (**) SIGMACHIP USB Keyboard System Control: Applying InputClass "keyboard"
[    10.538] (II) Using input driver 'evdev' for 'SIGMACHIP USB Keyboard System Control'
[    10.538] (**) SIGMACHIP USB Keyboard System Control: always reports core events
[    10.538] (**) evdev: SIGMACHIP USB Keyboard System Control: Device: "/dev/input/event17"
[    10.538] (--) evdev: SIGMACHIP USB Keyboard System Control: Vendor 0x1c4f Product 0x26
[    10.538] (--) evdev: SIGMACHIP USB Keyboard System Control: Found keys
[    10.538] (II) evdev: SIGMACHIP USB Keyboard System Control: Configuring as keyboard
[    10.538] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.1/0003:1C4F:0026.0003/input/input17/event17"
[    10.538] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard System Control" (type: KEYBOARD, id 17)
[    10.538] (**) Option "xkb_rules" "evdev"
[    10.538] (**) Option "xkb_layout" "us,ru"
[    10.538] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll,compose:ralt"
[    10.539] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event5)
[    10.539] (II) No input driver specified, ignoring this device.
[    10.539] (II) This device may have been added with another device file.
[    10.539] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event6)
[    10.539] (II) No input driver specified, ignoring this device.
[    10.539] (II) This device may have been added with another device file.
[    10.539] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event7)
[    10.539] (II) No input driver specified, ignoring this device.
[    10.539] (II) This device may have been added with another device file.
[    10.539] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event8)
[    10.539] (II) No input driver specified, ignoring this device.
[    10.539] (II) This device may have been added with another device file.
[    10.539] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event9)
[    10.539] (II) No input driver specified, ignoring this device.
[    10.539] (II) This device may have been added with another device file.
[    10.539] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event4)
[    10.539] (II) No input driver specified, ignoring this device.
[    10.539] (II) This device may have been added with another device file.
[    10.540] (II) config/udev: Adding input device COMPANY 2.4G Device Mouse (/dev/input/mouse0)
[    10.540] (II) No input driver specified, ignoring this device.
[    10.540] (II) This device may have been added with another device file.
[    10.540] (II) config/udev: Adding input device ASRock LED Controller (/dev/input/js0)
[    10.540] (**) ASRock LED Controller: Applying InputClass "keyboard"
[    10.540] (II) Using input driver 'evdev' for 'ASRock LED Controller'
[    10.540] (**) ASRock LED Controller: always reports core events
[    10.540] (**) evdev: ASRock LED Controller: Device: "/dev/input/js0"
[    10.540] (EE) evdev: ASRock LED Controller: Unable to query fd: Invalid argument
[    10.554] (EE) PreInit returned 2 for "ASRock LED Controller"
[    10.554] (II) UnloadModule: "evdev"
[    10.554] (II) config/udev: Adding input device COMPANY 2.4G Device (/dev/input/event21)
[    10.554] (II) No input driver specified, ignoring this device.
[    10.554] (II) This device may have been added with another device file.
[    10.554] (II) config/udev: removing device ASRock LED Controller
[    10.560] (II) evdev: ASRock LED Controller: Close
[    10.560] (II) UnloadModule: "evdev"
[    10.560] (II) config/udev: Adding input device ASRock LED Controller (/dev/input/event3)
[    10.560] (**) ASRock LED Controller: Applying InputClass "evdev keyboard catchall"
[    10.560] (**) ASRock LED Controller: Applying InputClass "libinput keyboard catchall"
[    10.560] (**) ASRock LED Controller: Applying InputClass "keyboard"
[    10.560] (II) Using input driver 'evdev' for 'ASRock LED Controller'
[    10.560] (**) ASRock LED Controller: always reports core events
[    10.560] (**) evdev: ASRock LED Controller: Device: "/dev/input/event3"
[    10.560] (--) evdev: ASRock LED Controller: Vendor 0x26ce Product 0x1a2
[    10.560] (--) evdev: ASRock LED Controller: Found absolute axes
[    10.560] (--) evdev: ASRock LED Controller: Found x and y absolute axes
[    10.560] (--) evdev: ASRock LED Controller: Found keys
[    10.560] (II) evdev: ASRock LED Controller: Forcing relative x/y axes to exist.
[    10.560] (II) evdev: ASRock LED Controller: Configuring as mouse
[    10.560] (II) evdev: ASRock LED Controller: Configuring as keyboard
[    10.560] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:26CE:01A2.0001/input/input3/event3"
[    10.560] (II) XINPUT: Adding extended input device "ASRock LED Controller" (type: KEYBOARD, id 14)
[    10.560] (**) Option "xkb_rules" "evdev"
[    10.560] (**) Option "xkb_layout" "us,ru"
[    10.560] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll,compose:ralt"
[    10.560] (II) evdev: ASRock LED Controller: initialized for relative axes.
[    10.560] (WW) evdev: ASRock LED Controller: ignoring absolute axes.
[    10.560] (**) ASRock LED Controller: (accel) keeping acceleration scheme 1
[    10.560] (**) ASRock LED Controller: (accel) acceleration profile 0
[    10.560] (**) ASRock LED Controller: (accel) acceleration factor: 2.000
[    10.560] (**) ASRock LED Controller: (accel) acceleration threshold: 4
[    10.560] (II) config/udev: removing device COMPANY 2.4G Device Keyboard
[    10.566] (II) evdev: COMPANY 2.4G Device Keyboard: Close
[    10.566] (II) UnloadModule: "evdev"
[    10.566] (II) config/udev: Adding input device COMPANY 2.4G Device Keyboard (/dev/input/event20)
[    10.566] (**) COMPANY 2.4G Device Keyboard: Applying InputClass "evdev keyboard catchall"
[    10.566] (**) COMPANY 2.4G Device Keyboard: Applying InputClass "libinput keyboard catchall"
[    10.566] (**) COMPANY 2.4G Device Keyboard: Applying InputClass "keyboard"
[    10.566] (II) Using input driver 'evdev' for 'COMPANY 2.4G Device Keyboard'
[    10.566] (**) COMPANY 2.4G Device Keyboard: always reports core events
[    10.566] (**) evdev: COMPANY 2.4G Device Keyboard: Device: "/dev/input/event20"
[    10.566] (--) evdev: COMPANY 2.4G Device Keyboard: Vendor 0x9da Product 0x2403
[    10.566] (--) evdev: COMPANY 2.4G Device Keyboard: Found keys
[    10.566] (II) evdev: COMPANY 2.4G Device Keyboard: Configuring as keyboard
[    10.566] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.1/0003:09DA:2403.0005/input/input20/event20"
[    10.566] (II) XINPUT: Adding extended input device "COMPANY 2.4G Device Keyboard" (type: KEYBOARD, id 11)
[    10.566] (**) Option "xkb_rules" "evdev"
[    10.566] (**) Option "xkb_layout" "us,ru"
[    10.566] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll,compose:ralt"
[    10.566] (EE) Failed to open authorization file "/var/run/sddm/{4fd2164c-337f-4aaf-b088-3dcae61ce177}": No such file or directory
[    10.566] (II) config/udev: removing device COMPANY 2.4G Device Mouse
[    10.566] (II) event19 - COMPANY 2.4G Device Mouse: device removed
[    10.578] (II) UnloadModule: "libinput"
[    10.578] (II) config/udev: Adding input device COMPANY 2.4G Device Mouse (/dev/input/event19)
[    10.578] (**) COMPANY 2.4G Device Mouse: Applying InputClass "evdev pointer catchall"
[    10.578] (**) COMPANY 2.4G Device Mouse: Applying InputClass "libinput pointer catchall"
[    10.578] (II) Using input driver 'libinput' for 'COMPANY 2.4G Device Mouse'
[    10.578] (**) COMPANY 2.4G Device Mouse: always reports core events
[    10.578] (**) Option "Device" "/dev/input/event19"
[    10.578] (**) Option "_source" "server/udev"
[    10.579] (II) event19 - COMPANY 2.4G Device Mouse: is tagged by udev as: Mouse
[    10.579] (II) event19 - COMPANY 2.4G Device Mouse: device is a pointer
[    10.579] (II) event19 - COMPANY 2.4G Device Mouse: device removed
[    10.594] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.1/0003:09DA:2403.0005/input/input19/event19"
[    10.594] (II) XINPUT: Adding extended input device "COMPANY 2.4G Device Mouse" (type: MOUSE, id 10)
[    10.594] (**) Option "AccelerationScheme" "none"
[    10.594] (**) COMPANY 2.4G Device Mouse: (accel) selected scheme none/0
[    10.594] (**) COMPANY 2.4G Device Mouse: (accel) acceleration factor: 2.000
[    10.594] (**) COMPANY 2.4G Device Mouse: (accel) acceleration threshold: 4
[    10.594] (II) event19 - COMPANY 2.4G Device Mouse: is tagged by udev as: Mouse
[    10.594] (II) event19 - COMPANY 2.4G Device Mouse: device is a pointer
[    10.594] (II) config/udev: removing device SIGMACHIP USB Keyboard
[    10.601] (II) evdev: SIGMACHIP USB Keyboard: Close
[    10.601] (II) UnloadModule: "evdev"
[    10.601] (II) config/udev: Adding input device SIGMACHIP USB Keyboard (/dev/input/event15)
[    10.601] (**) SIGMACHIP USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    10.601] (**) SIGMACHIP USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    10.601] (**) SIGMACHIP USB Keyboard: Applying InputClass "keyboard"
[    10.601] (II) Using input driver 'evdev' for 'SIGMACHIP USB Keyboard'
[    10.601] (**) SIGMACHIP USB Keyboard: always reports core events
[    10.601] (**) evdev: SIGMACHIP USB Keyboard: Device: "/dev/input/event15"
[    10.601] (--) evdev: SIGMACHIP USB Keyboard: Vendor 0x1c4f Product 0x26
[    10.601] (--) evdev: SIGMACHIP USB Keyboard: Found keys
[    10.601] (II) evdev: SIGMACHIP USB Keyboard: Configuring as keyboard
[    10.601] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/0003:1C4F:0026.0002/input/input15/event15"
[    10.601] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard" (type: KEYBOARD, id 15)
[    10.601] (**) Option "xkb_rules" "evdev"
[    10.601] (**) Option "xkb_layout" "us,ru"
[    10.601] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll,compose:ralt"
[    10.601] (II) config/udev: removing device COMPANY 2.4G Device System Control
[    10.609] (II) evdev: COMPANY 2.4G Device System Control: Close
[    10.609] (II) UnloadModule: "evdev"
[    10.609] (II) config/udev: Adding input device COMPANY 2.4G Device System Control (/dev/input/event23)
[    10.609] (**) COMPANY 2.4G Device System Control: Applying InputClass "evdev keyboard catchall"
[    10.609] (**) COMPANY 2.4G Device System Control: Applying InputClass "libinput keyboard catchall"
[    10.609] (**) COMPANY 2.4G Device System Control: Applying InputClass "keyboard"
[    10.609] (II) Using input driver 'evdev' for 'COMPANY 2.4G Device System Control'
[    10.609] (**) COMPANY 2.4G Device System Control: always reports core events
[    10.609] (**) evdev: COMPANY 2.4G Device System Control: Device: "/dev/input/event23"
[    10.609] (--) evdev: COMPANY 2.4G Device System Control: Vendor 0x9da Product 0x2403
[    10.609] (--) evdev: COMPANY 2.4G Device System Control: Found keys
[    10.609] (II) evdev: COMPANY 2.4G Device System Control: Configuring as keyboard
[    10.609] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.1/0003:09DA:2403.0005/input/input23/event23"
[    10.609] (II) XINPUT: Adding extended input device "COMPANY 2.4G Device System Control" (type: KEYBOARD, id 13)
[    10.609] (**) Option "xkb_rules" "evdev"
[    10.609] (**) Option "xkb_layout" "us,ru"
[    10.609] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll,compose:ralt"
[    10.609] (II) config/udev: removing device COMPANY 2.4G Device Consumer Control
[    10.615] (II) evdev: COMPANY 2.4G Device Consumer Control: Close
[    10.615] (II) UnloadModule: "evdev"
[    10.615] (II) config/udev: Adding input device COMPANY 2.4G Device Consumer Control (/dev/input/event22)
[    10.615] (**) COMPANY 2.4G Device Consumer Control: Applying InputClass "evdev keyboard catchall"
[    10.615] (**) COMPANY 2.4G Device Consumer Control: Applying InputClass "libinput keyboard catchall"
[    10.615] (**) COMPANY 2.4G Device Consumer Control: Applying InputClass "keyboard"
[    10.615] (II) Using input driver 'evdev' for 'COMPANY 2.4G Device Consumer Control'
[    10.615] (**) COMPANY 2.4G Device Consumer Control: always reports core events
[    10.615] (**) evdev: COMPANY 2.4G Device Consumer Control: Device: "/dev/input/event22"
[    10.615] (--) evdev: COMPANY 2.4G Device Consumer Control: Vendor 0x9da Product 0x2403
[    10.615] (--) evdev: COMPANY 2.4G Device Consumer Control: Found 1 mouse buttons
[    10.615] (--) evdev: COMPANY 2.4G Device Consumer Control: Found scroll wheel(s)
[    10.615] (--) evdev: COMPANY 2.4G Device Consumer Control: Found relative axes
[    10.615] (II) evdev: COMPANY 2.4G Device Consumer Control: Forcing relative x/y axes to exist.
[    10.615] (--) evdev: COMPANY 2.4G Device Consumer Control: Found absolute axes
[    10.615] (II) evdev: COMPANY 2.4G Device Consumer Control: Forcing absolute x/y axes to exist.
[    10.615] (--) evdev: COMPANY 2.4G Device Consumer Control: Found keys
[    10.615] (II) evdev: COMPANY 2.4G Device Consumer Control: Configuring as mouse
[    10.615] (II) evdev: COMPANY 2.4G Device Consumer Control: Configuring as keyboard
[    10.615] (II) evdev: COMPANY 2.4G Device Consumer Control: Adding scrollwheel support
[    10.615] (**) evdev: COMPANY 2.4G Device Consumer Control: YAxisMapping: buttons 4 and 5
[    10.615] (**) evdev: COMPANY 2.4G Device Consumer Control: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    10.615] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.1/0003:09DA:2403.0005/input/input22/event22"
[    10.615] (II) XINPUT: Adding extended input device "COMPANY 2.4G Device Consumer Control" (type: KEYBOARD, id 12)
[    10.615] (**) Option "xkb_rules" "evdev"
[    10.615] (**) Option "xkb_layout" "us,ru"
[    10.615] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll,compose:ralt"
[    10.615] (II) evdev: COMPANY 2.4G Device Consumer Control: initialized for relative axes.
[    10.615] (WW) evdev: COMPANY 2.4G Device Consumer Control: ignoring absolute axes.
[    10.615] (**) COMPANY 2.4G Device Consumer Control: (accel) keeping acceleration scheme 1
[    10.615] (**) COMPANY 2.4G Device Consumer Control: (accel) acceleration profile 0
[    10.615] (**) COMPANY 2.4G Device Consumer Control: (accel) acceleration factor: 2.000
[    10.615] (**) COMPANY 2.4G Device Consumer Control: (accel) acceleration threshold: 4
[    10.615] (II) config/udev: removing device COMPANY 2.4G Device
[    10.623] (II) evdev: COMPANY 2.4G Device: Close
[    10.623] (II) UnloadModule: "evdev"
[    10.623] (II) config/udev: Adding input device COMPANY 2.4G Device (/dev/input/event18)
[    10.623] (**) COMPANY 2.4G Device: Applying InputClass "evdev keyboard catchall"
[    10.623] (**) COMPANY 2.4G Device: Applying InputClass "libinput keyboard catchall"
[    10.623] (**) COMPANY 2.4G Device: Applying InputClass "keyboard"
[    10.623] (II) Using input driver 'evdev' for 'COMPANY 2.4G Device'
[    10.623] (**) COMPANY 2.4G Device: always reports core events
[    10.623] (**) evdev: COMPANY 2.4G Device: Device: "/dev/input/event18"
[    10.623] (--) evdev: COMPANY 2.4G Device: Vendor 0x9da Product 0x2403
[    10.623] (--) evdev: COMPANY 2.4G Device: Found keys
[    10.623] (II) evdev: COMPANY 2.4G Device: Configuring as keyboard
[    10.623] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.0/0003:09DA:2403.0004/input/input18/event18"
[    10.623] (II) XINPUT: Adding extended input device "COMPANY 2.4G Device" (type: KEYBOARD, id 9)
[    10.623] (**) Option "xkb_rules" "evdev"
[    10.623] (**) Option "xkb_layout" "us,ru"
[    10.623] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll,compose:ralt"
[    10.623] (II) config/udev: removing device SIGMACHIP USB Keyboard Consumer Control
[    10.629] (II) evdev: SIGMACHIP USB Keyboard Consumer Control: Close
[    10.629] (II) UnloadModule: "evdev"
[    10.629] (II) config/udev: Adding input device SIGMACHIP USB Keyboard Consumer Control (/dev/input/event16)
[    10.629] (**) SIGMACHIP USB Keyboard Consumer Control: Applying InputClass "evdev keyboard catchall"
[    10.629] (**) SIGMACHIP USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[    10.629] (**) SIGMACHIP USB Keyboard Consumer Control: Applying InputClass "keyboard"
[    10.629] (II) Using input driver 'evdev' for 'SIGMACHIP USB Keyboard Consumer Control'
[    10.629] (**) SIGMACHIP USB Keyboard Consumer Control: always reports core events
[    10.629] (**) evdev: SIGMACHIP USB Keyboard Consumer Control: Device: "/dev/input/event16"
[    10.629] (--) evdev: SIGMACHIP USB Keyboard Consumer Control: Vendor 0x1c4f Product 0x26
[    10.629] (--) evdev: SIGMACHIP USB Keyboard Consumer Control: Found 1 mouse buttons
[    10.629] (--) evdev: SIGMACHIP USB Keyboard Consumer Control: Found scroll wheel(s)
[    10.629] (--) evdev: SIGMACHIP USB Keyboard Consumer Control: Found relative axes
[    10.629] (II) evdev: SIGMACHIP USB Keyboard Consumer Control: Forcing relative x/y axes to exist.
[    10.629] (--) evdev: SIGMACHIP USB Keyboard Consumer Control: Found absolute axes
[    10.629] (II) evdev: SIGMACHIP USB Keyboard Consumer Control: Forcing absolute x/y axes to exist.
[    10.629] (--) evdev: SIGMACHIP USB Keyboard Consumer Control: Found keys
[    10.629] (II) evdev: SIGMACHIP USB Keyboard Consumer Control: Configuring as mouse
[    10.629] (II) evdev: SIGMACHIP USB Keyboard Consumer Control: Configuring as keyboard
[    10.629] (II) evdev: SIGMACHIP USB Keyboard Consumer Control: Adding scrollwheel support
[    10.629] (**) evdev: SIGMACHIP USB Keyboard Consumer Control: YAxisMapping: buttons 4 and 5
[    10.629] (**) evdev: SIGMACHIP USB Keyboard Consumer Control: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    10.629] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.1/0003:1C4F:0026.0003/input/input16/event16"
[    10.629] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard Consumer Control" (type: KEYBOARD, id 16)
[    10.629] (**) Option "xkb_rules" "evdev"
[    10.629] (**) Option "xkb_layout" "us,ru"
[    10.629] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll,compose:ralt"
[    10.629] (II) evdev: SIGMACHIP USB Keyboard Consumer Control: initialized for relative axes.
[    10.629] (WW) evdev: SIGMACHIP USB Keyboard Consumer Control: ignoring absolute axes.
[    10.629] (**) SIGMACHIP USB Keyboard Consumer Control: (accel) keeping acceleration scheme 1
[    10.629] (**) SIGMACHIP USB Keyboard Consumer Control: (accel) acceleration profile 0
[    10.629] (**) SIGMACHIP USB Keyboard Consumer Control: (accel) acceleration factor: 2.000
[    10.629] (**) SIGMACHIP USB Keyboard Consumer Control: (accel) acceleration threshold: 4
[    10.629] (II) config/udev: removing device SIGMACHIP USB Keyboard System Control
[    10.635] (II) evdev: SIGMACHIP USB Keyboard System Control: Close
[    10.635] (II) UnloadModule: "evdev"
[    10.635] (II) config/udev: Adding input device SIGMACHIP USB Keyboard System Control (/dev/input/event17)
[    10.635] (**) SIGMACHIP USB Keyboard System Control: Applying InputClass "evdev keyboard catchall"
[    10.635] (**) SIGMACHIP USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[    10.635] (**) SIGMACHIP USB Keyboard System Control: Applying InputClass "keyboard"
[    10.635] (II) Using input driver 'evdev' for 'SIGMACHIP USB Keyboard System Control'
[    10.635] (**) SIGMACHIP USB Keyboard System Control: always reports core events
[    10.635] (**) evdev: SIGMACHIP USB Keyboard System Control: Device: "/dev/input/event17"
[    10.635] (--) evdev: SIGMACHIP USB Keyboard System Control: Vendor 0x1c4f Product 0x26
[    10.635] (--) evdev: SIGMACHIP USB Keyboard System Control: Found keys
[    10.635] (II) evdev: SIGMACHIP USB Keyboard System Control: Configuring as keyboard
[    10.635] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.1/0003:1C4F:0026.0003/input/input17/event17"
[    10.635] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard System Control" (type: KEYBOARD, id 17)
[    10.635] (**) Option "xkb_rules" "evdev"
[    10.635] (**) Option "xkb_layout" "us,ru"
[    10.635] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll,compose:ralt"
[    12.360] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    12.360] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    12.360] (--) NVIDIA(GPU-0): 
[    12.360] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    12.360] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    12.360] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    12.360] (--) NVIDIA(GPU-0): 
[    12.366] (--) NVIDIA(GPU-0): AOC 2243W (DFP-1): connected
[    12.366] (--) NVIDIA(GPU-0): AOC 2243W (DFP-1): Internal TMDS
[    12.366] (--) NVIDIA(GPU-0): AOC 2243W (DFP-1): 330.0 MHz maximum pixel clock
[    12.366] (--) NVIDIA(GPU-0): 
[    12.993] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    12.993] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    12.993] (--) NVIDIA(GPU-0): 
[    12.993] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    12.993] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    12.993] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    12.993] (--) NVIDIA(GPU-0): 
[    12.999] (--) NVIDIA(GPU-0): AOC 2243W (DFP-1): connected
[    12.999] (--) NVIDIA(GPU-0): AOC 2243W (DFP-1): Internal TMDS
[    12.999] (--) NVIDIA(GPU-0): AOC 2243W (DFP-1): 330.0 MHz maximum pixel clock
[    12.999] (--) NVIDIA(GPU-0): 
[   447.232] (--) NVIDIA(GPU-0): CRT-0: disconnected
[   447.232] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[   447.232] (--) NVIDIA(GPU-0): 
[   447.232] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   447.232] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   447.232] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[   447.232] (--) NVIDIA(GPU-0): 
[   447.238] (--) NVIDIA(GPU-0): AOC 2243W (DFP-1): connected
[   447.238] (--) NVIDIA(GPU-0): AOC 2243W (DFP-1): Internal TMDS
[   447.238] (--) NVIDIA(GPU-0): AOC 2243W (DFP-1): 330.0 MHz maximum pixel clock
[   447.238] (--) NVIDIA(GPU-0): 
Add Comment
Author