Paste #138496

   
pasted on 19.07.2020 20:13
  • Edit to this paste
  • Print
  • Raw
  • The following pastes replied to this paste:  # 143543 # 188444
  • Show paste tree
  • 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
[     8.872] 
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[     8.872] Build Operating System: Linux 5.4.6-calculate x86_64 Gentoo
[     8.872] Current Operating System: Linux calculate 5.4.45-calculate #1 SMP PREEMPT Wed Jun 10 07:37:19 UTC 2020 x86_64
[     8.872] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4.45-calculate root=UUID=b592ce4a-af13-40d6-bac7-8c9d36d7cc72 ro video=1920x1080 real_resume=UUID=553995fa-9bbd-45b0-a64c-a80d5c26e2fd rd.retry=40 calculate=video:intel splash quiet
[     8.872] Build Date: 16 June 2020  10:09:54AM
[     8.872]  
[     8.872] Current version of pixman: 0.40.0
[     8.872] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     8.872] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     8.872] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jul 19 20:11:22 2020
[     8.879] (==) Using config file: "/etc/X11/xorg.conf"
[     8.879] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     8.879] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     8.880] (==) ServerLayout "Xorg Configured"
[     8.880] (**) |-->Screen "Monitor" (0)
[     8.880] (**) |   |-->Monitor "StandardMonitor"
[     8.880] (**) |   |-->Device "intelVGA"
[     8.880] (**) |   |-->GPUDevice "NvGPU"
[     8.880] (==) Automatically adding devices
[     8.880] (==) Automatically enabling devices
[     8.880] (==) Automatically adding GPU devices
[     8.880] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     8.883] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[     8.883] 	Entry deleted from font path.
[     8.883] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[     8.883] 	Entry deleted from font path.
[     8.883] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[     8.883] 	Entry deleted from font path.
[     8.883] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[     8.883] 	Entry deleted from font path.
[     8.883] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[     8.883] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[     8.883] 	Entry deleted from font path.
[     8.883] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[     8.883] (**) FontPath set to:
	/usr/share/fonts/corefonts,
	/usr/share/fonts/misc,
	/usr/share/fonts/droid,
	/usr/share/fonts/misc/
[     8.883] (==) ModulePath set to "/usr/lib64/xorg/modules"
[     8.883] (**) Extension "Composite" is enabled
[     8.883] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     8.883] (II) Loader magic: 0x560ece9b6c40
[     8.883] (II) Module ABI versions:
[     8.883] 	X.Org ANSI C Emulation: 0.4
[     8.883] 	X.Org Video Driver: 24.1
[     8.883] 	X.Org XInput driver : 24.1
[     8.883] 	X.Org Server Extension : 10.0
[     8.883] (II) xfree86: Adding drm device (/dev/dri/card1)
[     8.883] (II) xfree86: Adding drm device (/dev/dri/card0)
[     8.894] (--) PCI:*(0@0:2:0) 8086:3e9b:1043:1041 rev 0, Mem @ 0xa2000000/16777216, 0x80000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[     8.894] (--) PCI: (1@0:0:0) 10de:1c8c:1043:1041 rev 161, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[     8.894] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[     8.894] (II) LoadModule: "dri"
[     8.894] (II) Module "dri" already built-in
[     8.894] (II) LoadModule: "i2c"
[     8.894] (II) Module "i2c" already built-in
[     8.894] (II) LoadModule: "ddc"
[     8.894] (II) Module "ddc" already built-in
[     8.894] (II) LoadModule: "int10"
[     8.895] (II) Loading /usr/lib64/xorg/modules/libint10.so
[     8.897] (II) Module int10: vendor="X.Org Foundation"
[     8.897] 	compiled for 1.20.8, module version = 1.0.0
[     8.897] 	ABI class: X.Org Video Driver, version 24.1
[     8.897] (II) LoadModule: "vbe"
[     8.897] (II) Loading /usr/lib64/xorg/modules/libvbe.so
[     8.897] (II) Module vbe: vendor="X.Org Foundation"
[     8.897] 	compiled for 1.20.8, module version = 1.1.0
[     8.897] 	ABI class: X.Org Video Driver, version 24.1
[     8.897] (II) LoadModule: "glx"
[     8.897] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[     8.903] (II) Module glx: vendor="X.Org Foundation"
[     8.903] 	compiled for 1.20.8, module version = 1.0.0
[     8.903] 	ABI class: X.Org Server Extension, version 10.0
[     8.903] (II) LoadModule: "extmod"
[     8.903] (II) Module "extmod" already built-in
[     8.903] (II) LoadModule: "modesetting"
[     8.903] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[     8.904] (II) Module modesetting: vendor="X.Org Foundation"
[     8.904] 	compiled for 1.20.8, module version = 1.20.8
[     8.904] 	Module class: X.Org Video Driver
[     8.904] 	ABI class: X.Org Video Driver, version 24.1
[     8.904] (II) LoadModule: "nvidia"
[     8.904] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[     8.933] (II) Module nvidia: vendor="NVIDIA Corporation"
[     8.934] 	compiled for 1.6.99.901, module version = 1.0.0
[     8.934] 	Module class: X.Org Video Driver
[     8.934] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     8.934] (II) NVIDIA dlloader X Driver  450.57  Sun Jul  5 14:40:23 UTC 2020
[     8.934] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     8.934] (++) using VT number 7

[     8.959] (II) modeset(0): using drv /dev/dri/card0
[     8.959] (II) modeset(G0): using drv /dev/dri/card1
[     8.959] (**) modeset(0): Depth 24, (--) framebuffer bpp 32
[     8.959] (==) modeset(0): RGB weight 888
[     8.959] (==) modeset(0): Default visual is TrueColor
[     8.959] (II) Loading sub module "glamoregl"
[     8.959] (II) LoadModule: "glamoregl"
[     8.959] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[     8.967] (II) Module glamoregl: vendor="X.Org Foundation"
[     8.967] 	compiled for 1.20.8, module version = 1.0.1
[     8.967] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     9.148] (II) modeset(0): glamor X acceleration enabled on Mesa DRI Intel(R) UHD Graphics 630 (CFL GT2)
[     9.148] (II) modeset(0): glamor initialized
[     9.149] (II) modeset(0): Output eDP-1 using monitor section StandardMonitor
[     9.155] (II) modeset(0): Output HDMI-1 has no monitor section
[     9.155] (II) modeset(0): Output DP-1 has no monitor section
[     9.161] (II) modeset(0): Output HDMI-2 has no monitor section
[     9.162] (II) modeset(0): EDID for output eDP-1
[     9.162] (II) modeset(0): Manufacturer: LGD  Model: 4e8  Serial#: 0
[     9.162] (II) modeset(0): Year: 2017  Week: 0
[     9.162] (II) modeset(0): EDID Version: 1.4
[     9.162] (II) modeset(0): Digital Display Input
[     9.162] (II) modeset(0): 6 bits per channel
[     9.162] (II) modeset(0): Digital interface is DisplayPort
[     9.162] (II) modeset(0): Max Image Size [cm]: horiz.: 38  vert.: 21
[     9.162] (II) modeset(0): Gamma: 2.20
[     9.162] (II) modeset(0): No DPMS capabilities specified
[     9.162] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[     9.162] (II) modeset(0): First detailed timing is preferred mode
[     9.162] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[     9.162] (II) modeset(0): redX: 0.637 redY: 0.348   greenX: 0.334 greenY: 0.628
[     9.162] (II) modeset(0): blueX: 0.154 blueY: 0.050   whiteX: 0.313 whiteY: 0.329
[     9.162] (II) modeset(0): Manufacturer's mask: 0
[     9.162] (II) modeset(0): Supported detailed timing:
[     9.162] (II) modeset(0): clock: 138.7 MHz   Image Size:  382 x 215 mm
[     9.162] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[     9.162] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[     9.162] (II) modeset(0):  LG Display
[     9.162] (II) modeset(0):  LP173WF4-SPF6
[     9.162] (II) modeset(0): EDID (in hex):
[     9.162] (II) modeset(0): 	00ffffffffffff0030e4e80400000000
[     9.162] (II) modeset(0): 	001b0104952615780a0bb5a35955a027
[     9.162] (II) modeset(0): 	0c505400000001010101010101010101
[     9.162] (II) modeset(0): 	0101010101012e3680a070381f403020
[     9.162] (II) modeset(0): 	35007ed71000001a0000000000000000
[     9.162] (II) modeset(0): 	00000000000000000000000000fe004c
[     9.162] (II) modeset(0): 	4720446973706c61790a2020000000fe
[     9.162] (II) modeset(0): 	004c503137335746342d53504636004a
[     9.163] (II) modeset(0): Printing probed modes for output eDP-1
[     9.163] (II) modeset(0): Modeline "1920x1080"x60.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz UeP)
[     9.163] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[     9.163] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[     9.163] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[     9.163] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[     9.163] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[     9.163] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[     9.163] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[     9.163] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[     9.163] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[     9.163] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[     9.163] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[     9.163] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[     9.163] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[     9.163] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[     9.163] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[     9.163] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[     9.163] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[     9.163] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[     9.163] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[     9.163] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[     9.163] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[     9.163] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[     9.163] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[     9.163] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[     9.163] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[     9.163] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[     9.163] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[     9.163] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[     9.163] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[     9.163] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[     9.163] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[     9.163] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[     9.163] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[     9.163] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[     9.163] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[     9.163] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[     9.163] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[     9.163] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[     9.163] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[     9.163] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[     9.163] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[     9.163] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[     9.163] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[     9.163] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[     9.163] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[     9.163] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[     9.163] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[     9.163] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[     9.163] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[     9.163] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[     9.163] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[     9.163] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[     9.163] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[     9.163] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[     9.163] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[     9.163] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[     9.163] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[     9.163] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[     9.163] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[     9.163] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[     9.163] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[     9.163] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[     9.163] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[     9.163] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[     9.163] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[     9.163] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[     9.163] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[     9.163] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[     9.163] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[     9.163] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[     9.163] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[     9.163] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[     9.163] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[     9.163] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[     9.163] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[     9.163] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[     9.163] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[     9.163] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[     9.163] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[     9.163] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[     9.163] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[     9.169] (II) modeset(0): EDID for output HDMI-1
[     9.169] (II) modeset(0): EDID for output DP-1
[     9.175] (II) modeset(0): EDID for output HDMI-2
[     9.175] (II) modeset(0): Output eDP-1 connected
[     9.175] (II) modeset(0): Output HDMI-1 disconnected
[     9.175] (II) modeset(0): Output DP-1 disconnected
[     9.175] (II) modeset(0): Output HDMI-2 disconnected
[     9.175] (II) modeset(0): Using user preference for initial modes
[     9.175] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[     9.175] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[     9.175] (==) modeset(0): DPI set to (96, 96)
[     9.175] (II) Loading sub module "fb"
[     9.175] (II) LoadModule: "fb"
[     9.175] (II) Loading /usr/lib64/xorg/modules/libfb.so
[     9.176] (II) Module fb: vendor="X.Org Foundation"
[     9.176] 	compiled for 1.20.8, module version = 1.0.0
[     9.176] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     9.177] (II) modeset(G0): Using 24bpp hw front buffer with 32bpp shadow
[     9.177] (**) modeset(G0): Depth 24, (--) framebuffer bpp 32
[     9.177] (==) modeset(G0): RGB weight 888
[     9.177] (==) modeset(G0): Default visual is TrueColor
[     9.177] (**) modeset(G0): Cannot use glamor with 24bpp packed fb
[     9.177] (II) modeset(G0): ShadowFB: preferred YES, enabled FORCE
[     9.177] (II) modeset(G0): Double-buffered shadow updates: off
[     9.177] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[     9.177] (==) modeset(G0): DPI set to (96, 96)
[     9.177] (II) Loading sub module "fb"
[     9.177] (II) LoadModule: "fb"
[     9.177] (II) Loading /usr/lib64/xorg/modules/libfb.so
[     9.177] (II) Module fb: vendor="X.Org Foundation"
[     9.177] 	compiled for 1.20.8, module version = 1.0.0
[     9.177] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     9.177] (II) Loading sub module "shadow"
[     9.177] (II) LoadModule: "shadow"
[     9.177] (II) Loading /usr/lib64/xorg/modules/libshadow.so
[     9.177] (II) Module shadow: vendor="X.Org Foundation"
[     9.177] 	compiled for 1.20.8, module version = 1.1.0
[     9.177] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     9.177] (II) UnloadModule: "nvidia"
[     9.177] (II) Unloading nvidia
[     9.196] (==) modeset(0): Backing store enabled
[     9.196] (==) modeset(0): Silken mouse enabled
[     9.260] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[     9.260] (**) modeset(0): DPMS enabled
[     9.260] (II) modeset(0): [DRI2] Setup complete
[     9.260] (II) modeset(0): [DRI2]   DRI driver: i965
[     9.260] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[     9.262] (==) modeset(G0): Backing store enabled
[     9.262] (==) modeset(G0): Silken mouse enabled
[     9.262] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[     9.262] (**) modeset(G0): DPMS enabled
[     9.262] (II) Initializing extension Generic Event Extension
[     9.262] (II) Initializing extension SHAPE
[     9.262] (II) Initializing extension MIT-SHM
[     9.262] (II) Initializing extension XInputExtension
[     9.262] (II) Initializing extension XTEST
[     9.262] (II) Initializing extension BIG-REQUESTS
[     9.262] (II) Initializing extension SYNC
[     9.262] (II) Initializing extension XKEYBOARD
[     9.262] (II) Initializing extension XC-MISC
[     9.262] (II) Initializing extension XFIXES
[     9.262] (II) Initializing extension RENDER
[     9.262] (II) Initializing extension RANDR
[     9.262] (II) Initializing extension COMPOSITE
[     9.262] (II) Initializing extension DAMAGE
[     9.262] (II) Initializing extension MIT-SCREEN-SAVER
[     9.262] (II) Initializing extension DOUBLE-BUFFER
[     9.262] (II) Initializing extension RECORD
[     9.262] (II) Initializing extension DPMS
[     9.262] (II) Initializing extension Present
[     9.262] (II) Initializing extension DRI3
[     9.263] (II) Initializing extension X-Resource
[     9.263] (II) Initializing extension XVideo
[     9.263] (II) Initializing extension XVideo-MotionCompensation
[     9.263] (II) Initializing extension GLX
[     9.276] (II) AIGLX: Loaded and initialized i965
[     9.276] (II) GLX: Initialized DRI2 GL provider for screen 0
[     9.276] (II) Initializing extension XFree86-VidModeExtension
[     9.276] (II) Initializing extension XFree86-DGA
[     9.276] (II) Initializing extension XFree86-DRI
[     9.276] (II) Initializing extension DRI2
[     9.277] (II) modeset(G0): Damage tracking initialized
[     9.282] (II) modeset(0): Damage tracking initialized
[     9.282] (II) modeset(0): Setting screen physical size to 508 x 285
[     9.443] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[     9.443] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     9.443] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     9.443] (**) Power Button: Applying InputClass "keyboard"
[     9.443] (II) LoadModule: "evdev"
[     9.443] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[     9.445] (II) Module evdev: vendor="X.Org Foundation"
[     9.445] 	compiled for 1.20.8, module version = 2.10.6
[     9.445] 	Module class: X.Org XInput Driver
[     9.445] 	ABI class: X.Org XInput driver, version 24.1
[     9.445] (II) Using input driver 'evdev' for 'Power Button'
[     9.445] (**) Power Button: always reports core events
[     9.445] (**) evdev: Power Button: Device: "/dev/input/event4"
[     9.446] (--) evdev: Power Button: Vendor 0 Product 0x1
[     9.446] (--) evdev: Power Button: Found keys
[     9.446] (II) evdev: Power Button: Configuring as keyboard
[     9.446] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event4"
[     9.446] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     9.446] (**) Option "xkb_rules" "evdev"
[     9.446] (**) Option "xkb_layout" "us,ru"
[     9.446] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll,compose:ralt"
[     9.461] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event9)
[     9.461] (**) Asus Wireless Radio Control: Applying InputClass "evdev keyboard catchall"
[     9.461] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[     9.461] (**) Asus Wireless Radio Control: Applying InputClass "keyboard"
[     9.461] (II) Using input driver 'evdev' for 'Asus Wireless Radio Control'
[     9.461] (**) Asus Wireless Radio Control: always reports core events
[     9.461] (**) evdev: Asus Wireless Radio Control: Device: "/dev/input/event9"
[     9.461] (--) evdev: Asus Wireless Radio Control: Vendor 0x1043 Product 0
[     9.461] (--) evdev: Asus Wireless Radio Control: Found keys
[     9.461] (II) evdev: Asus Wireless Radio Control: Configuring as keyboard
[     9.461] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input17/event9"
[     9.461] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[     9.461] (**) Option "xkb_rules" "evdev"
[     9.461] (**) Option "xkb_layout" "us,ru"
[     9.461] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll,compose:ralt"
[     9.461] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[     9.461] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     9.461] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     9.461] (**) Video Bus: Applying InputClass "keyboard"
[     9.461] (II) Using input driver 'evdev' for 'Video Bus'
[     9.461] (**) Video Bus: always reports core events
[     9.461] (**) evdev: Video Bus: Device: "/dev/input/event5"
[     9.461] (--) evdev: Video Bus: Vendor 0 Product 0x6
[     9.461] (--) evdev: Video Bus: Found keys
[     9.461] (II) evdev: Video Bus: Configuring as keyboard
[     9.461] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7/event5"
[     9.461] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[     9.461] (**) Option "xkb_rules" "evdev"
[     9.461] (**) Option "xkb_layout" "us,ru"
[     9.461] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll,compose:ralt"
[     9.461] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[     9.461] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     9.461] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     9.461] (**) Video Bus: Applying InputClass "keyboard"
[     9.461] (II) Using input driver 'evdev' for 'Video Bus'
[     9.461] (**) Video Bus: always reports core events
[     9.461] (**) evdev: Video Bus: Device: "/dev/input/event6"
[     9.461] (--) evdev: Video Bus: Vendor 0 Product 0x6
[     9.461] (--) evdev: Video Bus: Found keys
[     9.461] (II) evdev: Video Bus: Configuring as keyboard
[     9.461] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13/LNXVIDEO:01/input/input8/event6"
[     9.461] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[     9.461] (**) Option "xkb_rules" "evdev"
[     9.461] (**) Option "xkb_layout" "us,ru"
[     9.461] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll,compose:ralt"
[     9.462] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     9.462] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     9.462] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     9.462] (**) Power Button: Applying InputClass "keyboard"
[     9.462] (II) Using input driver 'evdev' for 'Power Button'
[     9.462] (**) Power Button: always reports core events
[     9.462] (**) evdev: Power Button: Device: "/dev/input/event2"
[     9.462] (--) evdev: Power Button: Vendor 0 Product 0x1
[     9.462] (--) evdev: Power Button: Found keys
[     9.462] (II) evdev: Power Button: Configuring as keyboard
[     9.462] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4/event2"
[     9.462] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 10)
[     9.462] (**) Option "xkb_rules" "evdev"
[     9.462] (**) Option "xkb_layout" "us,ru"
[     9.462] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll,compose:ralt"
[     9.462] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
[     9.462] (II) No input driver specified, ignoring this device.
[     9.462] (II) This device may have been added with another device file.
[     9.462] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[     9.462] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[     9.462] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     9.462] (**) Sleep Button: Applying InputClass "keyboard"
[     9.462] (II) Using input driver 'evdev' for 'Sleep Button'
[     9.462] (**) Sleep Button: always reports core events
[     9.462] (**) evdev: Sleep Button: Device: "/dev/input/event1"
[     9.462] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[     9.462] (--) evdev: Sleep Button: Found keys
[     9.462] (II) evdev: Sleep Button: Configuring as keyboard
[     9.462] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3/event1"
[     9.462] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 11)
[     9.462] (**) Option "xkb_rules" "evdev"
[     9.462] (**) Option "xkb_layout" "us,ru"
[     9.462] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll,compose:ralt"
[     9.462] (II) config/udev: Adding input device SteelSeries SteelSeries Rival 110 Gaming Mouse (/dev/input/event7)
[     9.462] (**) SteelSeries SteelSeries Rival 110 Gaming Mouse: Applying InputClass "evdev pointer catchall"
[     9.462] (**) SteelSeries SteelSeries Rival 110 Gaming Mouse: Applying InputClass "libinput pointer catchall"
[     9.462] (II) LoadModule: "libinput"
[     9.463] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so
[     9.465] (II) Module libinput: vendor="X.Org Foundation"
[     9.465] 	compiled for 1.20.8, module version = 0.30.0
[     9.465] 	Module class: X.Org XInput Driver
[     9.465] 	ABI class: X.Org XInput driver, version 24.1
[     9.465] (II) Using input driver 'libinput' for 'SteelSeries SteelSeries Rival 110 Gaming Mouse'
[     9.465] (**) SteelSeries SteelSeries Rival 110 Gaming Mouse: always reports core events
[     9.465] (**) Option "Device" "/dev/input/event7"
[     9.465] (**) Option "_source" "server/udev"
[     9.520] (II) event7  - SteelSeries SteelSeries Rival 110 Gaming Mouse: is tagged by udev as: Mouse
[     9.520] (II) event7  - SteelSeries SteelSeries Rival 110 Gaming Mouse: device is a pointer
[     9.520] (II) event7  - SteelSeries SteelSeries Rival 110 Gaming Mouse: device removed
[     9.537] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:1038:1729.0002/input/input9/event7"
[     9.537] (II) XINPUT: Adding extended input device "SteelSeries SteelSeries Rival 110 Gaming Mouse" (type: MOUSE, id 12)
[     9.537] (**) Option "AccelerationScheme" "none"
[     9.537] (**) SteelSeries SteelSeries Rival 110 Gaming Mouse: (accel) selected scheme none/0
[     9.537] (**) SteelSeries SteelSeries Rival 110 Gaming Mouse: (accel) acceleration factor: 2.000
[     9.537] (**) SteelSeries SteelSeries Rival 110 Gaming Mouse: (accel) acceleration threshold: 4
[     9.590] (II) event7  - SteelSeries SteelSeries Rival 110 Gaming Mouse: is tagged by udev as: Mouse
[     9.590] (II) event7  - SteelSeries SteelSeries Rival 110 Gaming Mouse: device is a pointer
[     9.591] (II) config/udev: Adding input device SteelSeries SteelSeries Rival 110 Gaming Mouse (/dev/input/mouse0)
[     9.591] (II) No input driver specified, ignoring this device.
[     9.591] (II) This device may have been added with another device file.
[     9.592] (II) config/udev: Adding input device USB2.0 HD UVC WebCam: USB2.0 HD (/dev/input/event11)
[     9.592] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "evdev keyboard catchall"
[     9.592] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "libinput keyboard catchall"
[     9.592] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "keyboard"
[     9.592] (II) Using input driver 'evdev' for 'USB2.0 HD UVC WebCam: USB2.0 HD'
[     9.592] (**) USB2.0 HD UVC WebCam: USB2.0 HD: always reports core events
[     9.592] (**) evdev: USB2.0 HD UVC WebCam: USB2.0 HD: Device: "/dev/input/event11"
[     9.592] (--) evdev: USB2.0 HD UVC WebCam: USB2.0 HD: Vendor 0x13d3 Product 0x5666
[     9.592] (--) evdev: USB2.0 HD UVC WebCam: USB2.0 HD: Found keys
[     9.592] (II) evdev: USB2.0 HD UVC WebCam: USB2.0 HD: Configuring as keyboard
[     9.592] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input19/event11"
[     9.592] (II) XINPUT: Adding extended input device "USB2.0 HD UVC WebCam: USB2.0 HD" (type: KEYBOARD, id 13)
[     9.592] (**) Option "xkb_rules" "evdev"
[     9.592] (**) Option "xkb_layout" "us,ru"
[     9.592] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll,compose:ralt"
[     9.593] (II) config/udev: Adding input device Asus Keyboard (/dev/input/event8)
[     9.593] (**) Asus Keyboard: Applying InputClass "evdev keyboard catchall"
[     9.593] (**) Asus Keyboard: Applying InputClass "libinput keyboard catchall"
[     9.593] (**) Asus Keyboard: Applying InputClass "keyboard"
[     9.593] (II) Using input driver 'evdev' for 'Asus Keyboard'
[     9.593] (**) Asus Keyboard: always reports core events
[     9.594] (**) evdev: Asus Keyboard: Device: "/dev/input/event8"
[     9.594] (--) evdev: Asus Keyboard: Vendor 0xb05 Product 0x1869
[     9.594] (--) evdev: Asus Keyboard: Found 1 mouse buttons
[     9.594] (--) evdev: Asus Keyboard: Found scroll wheel(s)
[     9.594] (--) evdev: Asus Keyboard: Found relative axes
[     9.594] (II) evdev: Asus Keyboard: Forcing relative x/y axes to exist.
[     9.594] (--) evdev: Asus Keyboard: Found absolute axes
[     9.594] (II) evdev: Asus Keyboard: Forcing absolute x/y axes to exist.
[     9.594] (--) evdev: Asus Keyboard: Found keys
[     9.594] (II) evdev: Asus Keyboard: Configuring as mouse
[     9.594] (II) evdev: Asus Keyboard: Configuring as keyboard
[     9.594] (II) evdev: Asus Keyboard: Adding scrollwheel support
[     9.594] (**) evdev: Asus Keyboard: YAxisMapping: buttons 4 and 5
[     9.594] (**) evdev: Asus Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     9.594] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/0003:0B05:1869.0003/input/input16/event8"
[     9.594] (II) XINPUT: Adding extended input device "Asus Keyboard" (type: KEYBOARD, id 14)
[     9.594] (**) Option "xkb_rules" "evdev"
[     9.594] (**) Option "xkb_layout" "us,ru"
[     9.594] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll,compose:ralt"
[     9.594] (II) evdev: Asus Keyboard: initialized for relative axes.
[     9.594] (WW) evdev: Asus Keyboard: ignoring absolute axes.
[     9.595] (**) Asus Keyboard: (accel) keeping acceleration scheme 1
[     9.595] (**) Asus Keyboard: (accel) acceleration profile 0
[     9.595] (**) Asus Keyboard: (accel) acceleration factor: 2.000
[     9.595] (**) Asus Keyboard: (accel) acceleration threshold: 4
[     9.595] (II) config/udev: Adding input device HDA Intel PCH Headset Mic (/dev/input/event12)
[     9.595] (II) No input driver specified, ignoring this device.
[     9.595] (II) This device may have been added with another device file.
[     9.596] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event13)
[     9.596] (II) No input driver specified, ignoring this device.
[     9.596] (II) This device may have been added with another device file.
[     9.596] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event14)
[     9.596] (II) No input driver specified, ignoring this device.
[     9.596] (II) This device may have been added with another device file.
[     9.597] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event15)
[     9.597] (II) No input driver specified, ignoring this device.
[     9.597] (II) This device may have been added with another device file.
[     9.597] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event16)
[     9.597] (II) No input driver specified, ignoring this device.
[     9.597] (II) This device may have been added with another device file.
[     9.597] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event17)
[     9.597] (II) No input driver specified, ignoring this device.
[     9.597] (II) This device may have been added with another device file.
[     9.598] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event18)
[     9.598] (II) No input driver specified, ignoring this device.
[     9.598] (II) This device may have been added with another device file.
[     9.598] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event10)
[     9.598] (**) Asus WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[     9.598] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     9.598] (**) Asus WMI hotkeys: Applying InputClass "keyboard"
[     9.598] (II) Using input driver 'evdev' for 'Asus WMI hotkeys'
[     9.598] (**) Asus WMI hotkeys: always reports core events
[     9.598] (**) evdev: Asus WMI hotkeys: Device: "/dev/input/event10"
[     9.598] (--) evdev: Asus WMI hotkeys: Vendor 0 Product 0
[     9.598] (--) evdev: Asus WMI hotkeys: Found keys
[     9.598] (II) evdev: Asus WMI hotkeys: Configuring as keyboard
[     9.598] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input18/event10"
[     9.599] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 15)
[     9.599] (**) Option "xkb_rules" "evdev"
[     9.599] (**) Option "xkb_layout" "us,ru"
[     9.599] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll,compose:ralt"
[     9.599] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[     9.600] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[     9.600] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     9.600] (**) AT Translated Set 2 keyboard: Applying InputClass "keyboard"
[     9.600] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[     9.600] (**) AT Translated Set 2 keyboard: always reports core events
[     9.600] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[     9.600] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[     9.600] (--) evdev: AT Translated Set 2 keyboard: Found keys
[     9.600] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[     9.600] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[     9.600] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 16)
[     9.600] (**) Option "xkb_rules" "evdev"
[     9.600] (**) Option "xkb_layout" "us,ru"
[     9.600] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll,compose:ralt"
[    16.976] (II) modeset(0): EDID vendor "LGD", prod id 1256
[    16.976] (II) modeset(0): Printing DDC gathered Modelines:
[    16.977] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
Add Comment
Author