ubuntuusers.de

Xorg.0.log

Autor:
Zottel
Datum:
15. November 2019 20:44
Code:
   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
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
use: X [:<display>] [option]
-a #                   default pointer acceleration (factor)
-ac                    disable access control restrictions
-audit int             set audit trail level
-auth file             select authorization file
-br                    create root window with black background
+bs                    enable any backing store support
-bs                    disable any backing store support
-c                     turns off key-click
c #                    key-click volume (0-100)
-cc int                default color visual class
-nocursor              disable the cursor
-core                  generate core dump on fatal error
-displayfd fd          file descriptor to write display number to when ready to connect
-dpi int               screen resolution in dots per inch
-dpms                  disables VESA DPMS monitor control
-deferglyphs [none|all|16] defer loading of [no|all|16-bit] glyphs
-f #                   bell base (0-100)
-fc string             cursor font
-fn string             default font name
-fp string             default font path
-help                  prints message with these options
+iglx                  Allow creating indirect GLX contexts
-iglx                  Prohibit creating indirect GLX contexts (default)
-I                     ignore all remaining arguments
-ld int                limit data space to N Kb
-lf int                limit number of open files to N
-ls int                limit stack space to N Kb
-nolock                disable the locking mechanism
-maxclients n          set maximum number of clients (power of two)
-nolisten string       don't listen on protocol
-listen string         listen on protocol
-noreset               don't reset after last client exists
-background [none]     create root window with no background
-reset                 reset after last client exists
-p #                   screen-saver pattern duration (minutes)
-pn                    accept failure to listen on all ports
-nopn                  reject failure to listen on all ports
-r                     turns off auto-repeat
r                      turns on auto-repeat 
-render [default|mono|gray|color] set render color alloc policy
-retro                 start with classic stipple and cursor
-s #                   screen-saver timeout (minutes)
-seat string           seat to run on
-t #                   default pointer threshold (pixels/t)
-terminate             terminate at server reset
-to #                  connection time out
-tst                   disable testing extensions
ttyxx                  server started from init on /dev/ttyxx
v                      video blanking for screen-saver
-v                     screen-saver without video blanking
-wm                    WhenMapped default backing-store
-wr                    create root window with white background
-maxbigreqsize         set maximal bigrequest size 
+xinerama              Enable XINERAMA extension
-xinerama              Disable XINERAMA extension
-dumbSched             Disable smart scheduling and threaded input, enable old behavior
-schedInterval int     Set scheduler interval in msec
-sigstop               Enable SIGSTOP based startup
+extension name        Enable extension
-extension name        Disable extension
-query host-name       contact named host for XDMCP
-broadcast             broadcast for XDMCP
-multicast [addr [hops]] IPv6 multicast for XDMCP
-indirect host-name    contact named host for indirect XDMCP
-port port-num         UDP port number to send messages to
-from local-address    specify the local address to connect from
-once                  Terminate server after one session
-class display-class   specify display class to send in manage
-cookie xdm-auth-bits  specify the magic cookie for XDMCP
-displayID display-id  manufacturer display ID for request
[+-]accessx [ timeout [ timeout_mask [ feedback [ options_mask] ] ] ]
                       enable/disable accessx key sequences
-ardelay               set XKB autorepeat delay
-arinterval            set XKB autorepeat interval


Device Dependent Usage
-config file           specify a configuration file, relative to the
                       xorg.conf search path, only root can use absolute
-configdir dir         specify a configuration directory, relative to the
                       xorg.conf.d search path, only root can use absolute
-verbose [n]           verbose startup messages
-logverbose [n]        verbose log messages
-quiet                 minimal startup messages
-fbbpp n               set bpp for the framebuffer. Default: 8
-depth n               set colour depth. Default: 8
-gamma f               set gamma value (0.1 < f < 10.0) Default: 1.0
-rgamma f              set gamma value for red phase
-ggamma f              set gamma value for green phase
-bgamma f              set gamma value for blue phase
-weight nnn            set RGB weighting at 16 bpp.  Default: 565
-layout name           specify the ServerLayout section name
-screen name           specify the Screen section name
-keyboard name         specify the core keyboard InputDevice name
-pointer name          specify the core pointer InputDevice name
-nosilk                disable Silken Mouse
-flipPixels            swap default black/white Pixel values
-disableVidMode        disable mode adjustments with xvidtune
-allowNonLocalXvidtune allow xvidtune to be run as a non-local client
-allowMouseOpenFail    start server even if the mouse can't be initialized
-ignoreABI             make module ABI mismatches non-fatal
-isolateDevice bus_id  restrict device resets to bus_id (PCI only)
-version               show the server version
-showDefaultModulePath show the server default module path
-showDefaultLibPath    show the server default library path
-novtswitch            don't automatically switch VT at reset & exit
-sharevts              share VTs with another X server
vtXX                   use the specified VT number
-keeptty               don't detach controlling tty (for debugging only)
-masterfd <fd>         use the specified fd as the DRM master fd (not if setuid/gid)

[    51.092] (--) Log file renamed from "/var/log/Xorg.pid-2622.log" to "/var/log/Xorg.0.log"
[    51.092] 
X.Org X Server 1.20.5
X Protocol Version 11, Revision 0
[    51.092] Build Operating System: Linux 4.4.0-165-generic x86_64 Ubuntu
[    51.092] Current Operating System: Linux Linux-Laptop 5.3.0-23-generic #25-Ubuntu SMP Tue Nov 12 09:22:33 UTC 2019 x86_64
[    51.092] Kernel command line: BOOT_IMAGE=/vmlinuz-5.3.0-23-generic root=/dev/mapper/vg_root-lv_root ro pcie_aspm=off quiet splash vt.handoff=7
[    51.092] Build Date: 08 October 2019  09:43:30AM
[    51.092] xorg-server 2:1.20.5+git20191008-0ubuntu1 (For technical support please see http://www.ubuntu.com/support) 
[    51.092] Current version of pixman: 0.38.4
[    51.092] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    51.092] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    51.092] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Nov 15 19:35:09 2019
[    51.092] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    51.092] (==) No Layout section.  Using the first Screen section.
[    51.092] (==) No screen section available. Using defaults.
[    51.092] (**) |-->Screen "Default Screen Section" (0)
[    51.092] (**) |   |-->Monitor "<default monitor>"
[    51.093] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    51.093] (==) Automatically adding devices
[    51.093] (==) Automatically enabling devices
[    51.093] (==) Automatically adding GPU devices
[    51.093] (==) Automatically binding GPU devices
[    51.093] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    51.093] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    51.093] 	Entry deleted from font path.
[    51.093] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    51.093] 	Entry deleted from font path.
[    51.093] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    51.093] 	Entry deleted from font path.
[    51.093] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    51.093] 	Entry deleted from font path.
[    51.093] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    51.093] 	Entry deleted from font path.
[    51.093] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[    51.093] (==) ModulePath set to "/usr/lib/xorg/modules"
[    51.093] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    51.093] (II) Loader magic: 0x5628ce8e6020
[    51.093] (II) Module ABI versions:
[    51.093] 	X.Org ANSI C Emulation: 0.4
[    51.093] 	X.Org Video Driver: 24.0
[    51.093] 	X.Org XInput driver : 24.1
[    51.093] 	X.Org Server Extension : 10.0
[    51.093] (++) using VT number 1

[    51.093] (--) controlling tty is VT number 1, auto-enabling KeepTty
[    51.094] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c6
[    51.095] (II) xfree86: Adding drm device (/dev/dri/card1)
[    51.095] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 12 paused 0
[    51.095] (II) xfree86: Adding drm device (/dev/dri/card0)
[    51.096] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[    51.097] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules"
[    51.097] (**) OutputClass "Nvidia Prime" ModulePath extended to "/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules"
[    51.097] (**) OutputClass "Nvidia Prime" setting /dev/dri/card1 as PrimaryGPU
[    51.098] (--) PCI: (0@0:2:0) 8086:591b:103c:845e rev 4, Mem @ 0xa2000000/16777216, 0xb0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[    51.098] (--) PCI:*(1@0:0:0) 10de:1c8c:103c:845e rev 161, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[    51.098] (II) LoadModule: "glx"
[    51.098] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    51.098] (II) Module glx: vendor="X.Org Foundation"
[    51.098] 	compiled for 1.20.5, module version = 1.0.0
[    51.098] 	ABI class: X.Org Server Extension, version 10.0
[    51.098] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[    51.098] 	loading driver: nvidia
[    51.098] (II) Applying OutputClass "Nvidia Prime" to /dev/dri/card1
[    51.098] 	loading driver: nvidia
[    51.333] (==) Matched nvidia as autoconfigured driver 0
[    51.334] (==) Matched nouveau as autoconfigured driver 1
[    51.334] (==) Matched modesetting as autoconfigured driver 2
[    51.334] (==) Matched fbdev as autoconfigured driver 3
[    51.334] (==) Matched vesa as autoconfigured driver 4
[    51.334] (==) Assigned the driver to the xf86ConfigLayout
[    51.334] (II) LoadModule: "nvidia"
[    51.334] (II) Loading /usr/lib/x86_64-linux-gnu/nvidia/xorg/nvidia_drv.so
[    51.334] (II) Module nvidia: vendor="NVIDIA Corporation"
[    51.334] 	compiled for 1.6.99.901, module version = 1.0.0
[    51.334] 	Module class: X.Org Video Driver
[    51.335] (II) LoadModule: "nouveau"
[    51.335] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    51.335] (II) Module nouveau: vendor="X.Org Foundation"
[    51.335] 	compiled for 1.20.3, module version = 1.0.16
[    51.335] 	Module class: X.Org Video Driver
[    51.335] 	ABI class: X.Org Video Driver, version 24.0
[    51.335] (II) LoadModule: "modesetting"
[    51.336] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    51.336] (II) Module modesetting: vendor="X.Org Foundation"
[    51.336] 	compiled for 1.20.5, module version = 1.20.5
[    51.336] 	Module class: X.Org Video Driver
[    51.336] 	ABI class: X.Org Video Driver, version 24.0
[    51.336] (II) LoadModule: "fbdev"
[    51.336] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    51.336] (II) Module fbdev: vendor="X.Org Foundation"
[    51.336] 	compiled for 1.20.1, module version = 0.5.0
[    51.336] 	Module class: X.Org Video Driver
[    51.336] 	ABI class: X.Org Video Driver, version 24.0
[    51.336] (II) LoadModule: "vesa"
[    51.337] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    51.337] (II) Module vesa: vendor="X.Org Foundation"
[    51.337] 	compiled for 1.20.4, module version = 2.4.0
[    51.337] 	Module class: X.Org Video Driver
[    51.337] 	ABI class: X.Org Video Driver, version 24.0
[    51.337] (II) NVIDIA dlloader X Driver  435.21  Sun Aug 25 08:17:08 CDT 2019
[    51.337] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    51.337] (II) NOUVEAU driver Date:   Mon Jan 28 23:25:58 2019 -0500
[    51.337] (II) NOUVEAU driver for NVIDIA chipset families :
[    51.337] 	RIVA TNT            (NV04)
[    51.337] 	RIVA TNT2           (NV05)
[    51.337] 	GeForce 256         (NV10)
[    51.337] 	GeForce 2           (NV11, NV15)
[    51.337] 	GeForce 4MX         (NV17, NV18)
[    51.337] 	GeForce 3           (NV20)
[    51.338] 	GeForce 4Ti         (NV25, NV28)
[    51.338] 	GeForce FX          (NV3x)
[    51.338] 	GeForce 6           (NV4x)
[    51.338] 	GeForce 7           (G7x)
[    51.338] 	GeForce 8           (G8x)
[    51.338] 	GeForce 9           (G9x)
[    51.338] 	GeForce GTX 2xx/3xx (GT2xx)
[    51.338] 	GeForce GTX 4xx/5xx (GFxxx)
[    51.338] 	GeForce GTX 6xx/7xx (GKxxx)
[    51.338] 	GeForce GTX 9xx     (GMxxx)
[    51.338] 	GeForce GTX 10xx    (GPxxx)
[    51.338] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    51.338] (II) FBDEV: driver for framebuffer: fbdev
[    51.338] (II) VESA: driver for VESA chipsets: vesa
[    51.338] (II) systemd-logind: releasing fd for 226:1
[    51.340] (II) Loading sub module "fb"
[    51.340] (II) LoadModule: "fb"
[    51.340] (II) Loading /usr/lib/xorg/modules/libfb.so
[    51.340] (II) Module fb: vendor="X.Org Foundation"
[    51.340] 	compiled for 1.20.5, module version = 1.0.0
[    51.340] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    51.340] (II) Loading sub module "wfb"
[    51.341] (II) LoadModule: "wfb"
[    51.341] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    51.341] (II) Module wfb: vendor="X.Org Foundation"
[    51.341] 	compiled for 1.20.5, module version = 1.0.0
[    51.341] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    51.341] (II) Loading sub module "ramdac"
[    51.341] (II) LoadModule: "ramdac"
[    51.341] (II) Module "ramdac" already built-in
[    51.342] (WW) Falling back to old probe method for modesetting
[    51.342] (WW) Falling back to old probe method for fbdev
[    51.342] (II) Loading sub module "fbdevhw"
[    51.342] (II) LoadModule: "fbdevhw"
[    51.342] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    51.343] (II) Module fbdevhw: vendor="X.Org Foundation"
[    51.343] 	compiled for 1.20.5, module version = 0.0.2
[    51.343] 	ABI class: X.Org Video Driver, version 24.0
[    51.343] (II) modeset(G0): using drv /dev/dri/card0
[    51.343] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    51.343] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    51.343] (==) NVIDIA(0): RGB weight 888
[    51.343] (==) NVIDIA(0): Default visual is TrueColor
[    51.343] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    51.343] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[    51.343] (II) Applying OutputClass "Nvidia Prime" options to /dev/dri/card1
[    51.343] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[    51.343] (**) NVIDIA(0): Option "IgnoreDisplayDevices" "CRT"
[    51.343] (**) NVIDIA(0): Enabling 2D acceleration
[    51.344] (II) Loading sub module "glxserver_nvidia"
[    51.344] (II) LoadModule: "glxserver_nvidia"
[    51.344] (II) Loading /usr/lib/x86_64-linux-gnu/nvidia/xorg/libglxserver_nvidia.so
[    51.359] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    51.359] 	compiled for 1.6.99.901, module version = 1.0.0
[    51.359] 	Module class: X.Org Server Extension
[    51.359] (II) NVIDIA GLX Module  435.21  Sun Aug 25 08:14:27 CDT 2019
[    51.359] (II) NVIDIA: The X server supports PRIME Render Offload.
[    51.641] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    51.641] (--) NVIDIA(0):     DFP-0
[    51.642] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1050 Ti (GP107-A) at PCI:1:0:0 (GPU-0)
[    51.642] (--) NVIDIA(0): Memory: 4194304 kBytes
[    51.642] (--) NVIDIA(0): VideoBIOS: 86.07.3d.00.0b
[    51.642] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    51.642] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    51.642] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    51.642] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    51.642] (--) NVIDIA(GPU-0): 
[    51.642] (==) NVIDIA(0): 
[    51.642] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    51.642] (==) NVIDIA(0):     will be used as the requested mode.
[    51.642] (==) NVIDIA(0): 
[    51.642] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[    51.642] (--) NVIDIA(0):     AllowEmptyInitialConfiguration is enabled
[    51.642] (II) NVIDIA(0): Validated MetaModes:
[    51.642] (II) NVIDIA(0):     "NULL"
[    51.642] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[    51.642] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[    51.642] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[    51.642] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[    51.642] (==) modeset(G0): RGB weight 888
[    51.642] (==) modeset(G0): Default visual is TrueColor
[    51.642] (II) Loading sub module "glamoregl"
[    51.642] (II) LoadModule: "glamoregl"
[    51.642] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    51.646] (II) Module glamoregl: vendor="X.Org Foundation"
[    51.646] 	compiled for 1.20.5, module version = 1.0.1
[    51.646] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    51.661] (II) modeset(G0): glamor X acceleration enabled on Mesa DRI Intel(R) HD Graphics 630 (Kaby Lake GT2) 
[    51.661] (II) modeset(G0): glamor initialized
[    51.662] (II) modeset(G0): Output eDP-1-1 has no monitor section
[    51.856] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[    51.858] (II) modeset(G0): EDID for output eDP-1-1
[    51.858] (II) modeset(G0): Manufacturer: LGD  Model: 56d  Serial#: 0
[    51.858] (II) modeset(G0): Year: 2016  Week: 0
[    51.858] (II) modeset(G0): EDID Version: 1.4
[    51.858] (II) modeset(G0): Digital Display Input
[    51.858] (II) modeset(G0): 8 bits per channel
[    51.858] (II) modeset(G0): Digital interface is DisplayPort
[    51.858] (II) modeset(G0): Max Image Size [cm]: horiz.: 38  vert.: 21
[    51.858] (II) modeset(G0): Gamma: 2.20
[    51.858] (II) modeset(G0): No DPMS capabilities specified
[    51.858] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    51.858] (II) modeset(G0): First detailed timing is preferred mode
[    51.858] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[    51.858] (II) modeset(G0): redX: 0.637 redY: 0.348   greenX: 0.334 greenY: 0.628
[    51.858] (II) modeset(G0): blueX: 0.154 blueY: 0.050   whiteX: 0.313 whiteY: 0.329
[    51.858] (II) modeset(G0): Manufacturer's mask: 0
[    51.858] (II) modeset(G0): Supported detailed timing:
[    51.858] (II) modeset(G0): clock: 138.7 MHz   Image Size:  382 x 215 mm
[    51.858] (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    51.858] (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[    51.858] (II) modeset(G0): Supported detailed timing:
[    51.858] (II) modeset(G0): clock: 92.5 MHz   Image Size:  382 x 215 mm
[    51.858] (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    51.858] (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[    51.858] (II) modeset(G0): Unknown vendor-specific block 2
[    51.858] (II) modeset(G0): EDID (in hex):
[    51.858] (II) modeset(G0): 	00ffffffffffff0030e46d0500000000
[    51.858] (II) modeset(G0): 	001a0104a52615780a0bb5a35955a027
[    51.858] (II) modeset(G0): 	0c505400000001010101010101010101
[    51.858] (II) modeset(G0): 	0101010101012e3680a070381f403020
[    51.858] (II) modeset(G0): 	35007ed71000001b1f2480a070381f40
[    51.858] (II) modeset(G0): 	302035007ed71000001b000000000000
[    51.858] (II) modeset(G0): 	00000000000000000000000000000002
[    51.858] (II) modeset(G0): 	000c30ff0f3c96191d48960000000036
[    51.858] (II) modeset(G0): Printing probed modes for output eDP-1-1
[    51.858] (II) modeset(G0): Modeline "1920x1080"x60.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    51.858] (II) modeset(G0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[    51.858] (II) modeset(G0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    51.858] (II) modeset(G0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    51.858] (II) modeset(G0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    51.858] (II) modeset(G0): Modeline "1920x1080"x40.0   92.47  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (44.5 kHz e)
[    51.858] (II) modeset(G0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    51.858] (II) modeset(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    51.858] (II) modeset(G0): Modeline "1600x1024"x60.2  103.12  1600 1600 1656 1664  1024 1024 1029 1030 +hsync +vsync (62.0 kHz d)
[    51.858] (II) modeset(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    51.858] (II) modeset(G0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    51.858] (II) modeset(G0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    51.858] (II) modeset(G0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    51.858] (II) modeset(G0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    51.858] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    51.858] (II) modeset(G0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz d)
[    51.858] (II) modeset(G0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    51.858] (II) modeset(G0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    51.858] (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    51.858] (II) modeset(G0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    51.858] (II) modeset(G0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    51.858] (II) modeset(G0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    51.858] (II) modeset(G0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    51.858] (II) modeset(G0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz d)
[    51.858] (II) modeset(G0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz d)
[    51.858] (II) modeset(G0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    51.858] (II) modeset(G0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    51.858] (II) modeset(G0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    51.858] (II) modeset(G0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    51.858] (II) modeset(G0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz d)
[    51.858] (II) modeset(G0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    51.858] (II) modeset(G0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    51.858] (II) modeset(G0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    51.858] (II) modeset(G0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    51.858] (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    51.858] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    51.858] (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    51.858] (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    51.858] (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    51.858] (II) modeset(G0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    51.858] (II) modeset(G0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    51.858] (II) modeset(G0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    51.858] (II) modeset(G0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    51.858] (II) modeset(G0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    51.858] (II) modeset(G0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    51.858] (II) modeset(G0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    51.858] (II) modeset(G0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    51.858] (II) modeset(G0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    51.858] (II) modeset(G0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    51.858] (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    51.858] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    51.858] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    51.858] (II) modeset(G0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    51.858] (II) modeset(G0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    51.858] (II) modeset(G0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    51.858] (II) modeset(G0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    51.858] (II) modeset(G0): Modeline "800x512"x120.3   51.56  800 800 828 832  512 512 514 515 doublescan +hsync +vsync (62.0 kHz d)
[    51.858] (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    51.858] (II) modeset(G0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    51.858] (II) modeset(G0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    51.858] (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    51.858] (II) modeset(G0): Modeline "720x450"x119.8   53.25  720 760 836 952  450 451 454 467 doublescan -hsync +vsync (55.9 kHz d)
[    51.858] (II) modeset(G0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    51.858] (II) modeset(G0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    51.858] (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    51.858] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    51.858] (II) modeset(G0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    51.858] (II) modeset(G0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    51.858] (II) modeset(G0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    51.858] (II) modeset(G0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    51.858] (II) modeset(G0): Modeline "680x384"x119.6   42.38  680 716 784 888  384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)
[    51.858] (II) modeset(G0): Modeline "680x384"x119.9   36.00  680 704 720 760  384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
[    51.858] (II) modeset(G0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    51.858] (II) modeset(G0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    51.858] (II) modeset(G0): Modeline "576x432"x120.1   40.81  576 608 668 760  432 432 434 447 doublescan -hsync +vsync (53.7 kHz d)
[    51.858] (II) modeset(G0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    51.858] (II) modeset(G0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    51.858] (II) modeset(G0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    51.858] (II) modeset(G0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    51.858] (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    51.858] (II) modeset(G0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    51.858] (II) modeset(G0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    51.858] (II) modeset(G0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    51.858] (II) modeset(G0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    51.858] (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    51.858] (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    51.858] (II) modeset(G0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    51.858] (II) modeset(G0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    51.858] (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    51.858] (II) modeset(G0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    51.858] (II) modeset(G0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    51.858] (II) modeset(G0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    51.858] (II) modeset(G0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    52.052] (II) modeset(G0): EDID for output HDMI-1-1
[    52.052] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[    52.052] (==) modeset(G0): DPI set to (96, 96)
[    52.052] (II) Loading sub module "fb"
[    52.052] (II) LoadModule: "fb"
[    52.053] (II) Loading /usr/lib/xorg/modules/libfb.so
[    52.053] (II) Module fb: vendor="X.Org Foundation"
[    52.053] 	compiled for 1.20.5, module version = 1.0.0
[    52.053] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    52.053] (II) UnloadModule: "nouveau"
[    52.053] (II) Unloading nouveau
[    52.053] (II) UnloadModule: "fbdev"
[    52.053] (II) Unloading fbdev
[    52.053] (II) UnloadSubModule: "fbdevhw"
[    52.053] (II) Unloading fbdevhw
[    52.053] (II) UnloadModule: "vesa"
[    52.053] (II) Unloading vesa
[    52.097] (==) modeset(G0): Backing store enabled
[    52.097] (==) modeset(G0): Silken mouse enabled
[    52.150] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[    52.150] (==) modeset(G0): DPMS enabled
[    52.151] (II) modeset(G0): [DRI2] Setup complete
[    52.151] (II) modeset(G0): [DRI2]   DRI driver: i965
[    52.151] (II) modeset(G0): [DRI2]   VDPAU driver: va_gl
[    52.151] (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
[    52.151] (II) NVIDIA:     access.
[    52.180] (II) NVIDIA(0): Setting mode "NULL"
[    52.186] (==) NVIDIA(0): Disabling shared memory pixmaps
[    52.186] (==) NVIDIA(0): Backing store enabled
[    52.186] (==) NVIDIA(0): Silken mouse enabled
[    52.186] (==) NVIDIA(0): DPMS enabled
[    52.186] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[    52.186] (II) Loading sub module "dri2"
[    52.186] (II) LoadModule: "dri2"
[    52.186] (II) Module "dri2" already built-in
[    52.186] (II) NVIDIA(0): [DRI2] Setup complete
[    52.186] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    52.186] (II) Initializing extension Generic Event Extension
[    52.186] (II) Initializing extension SHAPE
[    52.186] (II) Initializing extension MIT-SHM
[    52.186] (II) Initializing extension XInputExtension
[    52.187] (II) Initializing extension XTEST
[    52.187] (II) Initializing extension BIG-REQUESTS
[    52.187] (II) Initializing extension SYNC
[    52.187] (II) Initializing extension XKEYBOARD
[    52.187] (II) Initializing extension XC-MISC
[    52.187] (II) Initializing extension SECURITY
[    52.187] (II) Initializing extension XFIXES
[    52.187] (II) Initializing extension RENDER
[    52.187] (II) Initializing extension RANDR
[    52.187] (II) Initializing extension COMPOSITE
[    52.188] (II) Initializing extension DAMAGE
[    52.188] (II) Initializing extension MIT-SCREEN-SAVER
[    52.188] (II) Initializing extension DOUBLE-BUFFER
[    52.188] (II) Initializing extension RECORD
[    52.188] (II) Initializing extension DPMS
[    52.188] (II) Initializing extension Present
[    52.188] (II) Initializing extension DRI3
[    52.188] (II) Initializing extension X-Resource
[    52.188] (II) Initializing extension XVideo
[    52.188] (II) Initializing extension XVideo-MotionCompensation
[    52.188] (II) Initializing extension SELinux
[    52.188] (II) SELinux: Disabled on system
[    52.188] (II) Initializing extension GLX
[    52.188] (II) Initializing extension GLX
[    52.188] (II) Indirect GLX disabled.
[    52.188] (II) GLX: Another vendor is already registered for screen 0
[    52.189] (II) Initializing extension XFree86-VidModeExtension
[    52.189] (II) Initializing extension XFree86-DGA
[    52.189] (II) Initializing extension XFree86-DRI
[    52.189] (II) Initializing extension DRI2
[    52.189] (II) Initializing extension NV-GLX
[    52.189] (II) Initializing extension NV-CONTROL
[    52.457] (II) modeset(G0): Damage tracking initialized
[    52.511] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    52.511] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    52.511] (II) LoadModule: "libinput"
[    52.511] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    52.512] (II) Module libinput: vendor="X.Org Foundation"
[    52.512] 	compiled for 1.20.4, module version = 0.29.0
[    52.512] 	Module class: X.Org XInput Driver
[    52.512] 	ABI class: X.Org XInput driver, version 24.1
[    52.512] (II) Using input driver 'libinput' for 'Power Button'
[    52.513] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 42 paused 0
[    52.513] (**) Power Button: always reports core events
[    52.513] (**) Option "Device" "/dev/input/event2"
[    52.513] (**) Option "_source" "server/udev"
[    52.514] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    52.514] (II) event2  - Power Button: device is a keyboard
[    52.514] (II) event2  - Power Button: device removed
[    52.514] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    52.514] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    52.514] (**) Option "xkb_model" "pc105"
[    52.514] (**) Option "xkb_layout" "de"
[    52.526] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    52.526] (II) event2  - Power Button: device is a keyboard
[    52.526] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    52.526] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    52.526] (II) Using input driver 'libinput' for 'Video Bus'
[    52.527] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 45 paused 0
[    52.527] (**) Video Bus: always reports core events
[    52.527] (**) Option "Device" "/dev/input/event5"
[    52.527] (**) Option "_source" "server/udev"
[    52.527] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    52.527] (II) event5  - Video Bus: device is a keyboard
[    52.527] (II) event5  - Video Bus: device removed
[    52.527] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input7/event5"
[    52.528] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    52.528] (**) Option "xkb_model" "pc105"
[    52.528] (**) Option "xkb_layout" "de"
[    52.528] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    52.528] (II) event5  - Video Bus: device is a keyboard
[    52.529] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[    52.529] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    52.529] (II) Using input driver 'libinput' for 'Video Bus'
[    52.529] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 46 paused 0
[    52.529] (**) Video Bus: always reports core events
[    52.529] (**) Option "Device" "/dev/input/event4"
[    52.529] (**) Option "_source" "server/udev"
[    52.530] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    52.530] (II) event4  - Video Bus: device is a keyboard
[    52.530] (II) event4  - Video Bus: device removed
[    52.530] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input6/event4"
[    52.530] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    52.530] (**) Option "xkb_model" "pc105"
[    52.530] (**) Option "xkb_layout" "de"
[    52.531] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    52.531] (II) event4  - Video Bus: device is a keyboard
[    52.531] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    52.531] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    52.531] (II) Using input driver 'libinput' for 'Power Button'
[    52.532] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 47 paused 0
[    52.532] (**) Power Button: always reports core events
[    52.532] (**) Option "Device" "/dev/input/event1"
[    52.532] (**) Option "_source" "server/udev"
[    52.533] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    52.533] (II) event1  - Power Button: device is a keyboard
[    52.533] (II) event1  - Power Button: device removed
[    52.533] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    52.533] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    52.533] (**) Option "xkb_model" "pc105"
[    52.533] (**) Option "xkb_layout" "de"
[    52.533] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    52.533] (II) event1  - Power Button: device is a keyboard
[    52.534] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    52.534] (II) No input driver specified, ignoring this device.
[    52.534] (II) This device may have been added with another device file.
[    52.534] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event20)
[    52.534] (II) No input driver specified, ignoring this device.
[    52.534] (II) This device may have been added with another device file.
[    52.535] (II) config/udev: Adding input device Logitech K330 (/dev/input/event8)
[    52.535] (**) Logitech K330: Applying InputClass "libinput keyboard catchall"
[    52.535] (II) Using input driver 'libinput' for 'Logitech K330'
[    52.535] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 48 paused 0
[    52.535] (**) Logitech K330: always reports core events
[    52.535] (**) Option "Device" "/dev/input/event8"
[    52.535] (**) Option "_source" "server/udev"
[    52.536] (II) event8  - Logitech K330: is tagged by udev as: Keyboard
[    52.536] (II) event8  - Logitech K330: device is a keyboard
[    52.537] (II) event8  - Logitech K330: device removed
[    52.537] (II) libinput: Logitech K330: needs a virtual subdevice
[    52.537] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:4016.0005/input/input17/event8"
[    52.537] (II) XINPUT: Adding extended input device "Logitech K330" (type: MOUSE, id 10)
[    52.537] (**) Option "AccelerationScheme" "none"
[    52.537] (**) Logitech K330: (accel) selected scheme none/0
[    52.537] (**) Logitech K330: (accel) acceleration factor: 2.000
[    52.537] (**) Logitech K330: (accel) acceleration threshold: 4
[    52.538] (II) event8  - Logitech K330: is tagged by udev as: Keyboard
[    52.538] (II) event8  - Logitech K330: device is a keyboard
[    52.538] (II) config/udev: Adding input device Logitech M215 2nd Gen (/dev/input/event7)
[    52.538] (**) Logitech M215 2nd Gen: Applying InputClass "libinput pointer catchall"
[    52.538] (II) Using input driver 'libinput' for 'Logitech M215 2nd Gen'
[    52.539] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 49 paused 0
[    52.539] (**) Logitech M215 2nd Gen: always reports core events
[    52.539] (**) Option "Device" "/dev/input/event7"
[    52.539] (**) Option "_source" "server/udev"
[    52.540] (II) event7  - Logitech M215 2nd Gen: is tagged by udev as: Mouse
[    52.540] (II) event7  - Logitech M215 2nd Gen: device is a pointer
[    52.540] (II) event7  - Logitech M215 2nd Gen: device removed
[    52.540] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:401B.0004/input/input18/event7"
[    52.540] (II) XINPUT: Adding extended input device "Logitech M215 2nd Gen" (type: MOUSE, id 11)
[    52.540] (**) Option "AccelerationScheme" "none"
[    52.540] (**) Logitech M215 2nd Gen: (accel) selected scheme none/0
[    52.540] (**) Logitech M215 2nd Gen: (accel) acceleration factor: 2.000
[    52.540] (**) Logitech M215 2nd Gen: (accel) acceleration threshold: 4
[    52.541] (II) event7  - Logitech M215 2nd Gen: is tagged by udev as: Mouse
[    52.541] (II) event7  - Logitech M215 2nd Gen: device is a pointer
[    52.542] (II) config/udev: Adding input device Logitech M215 2nd Gen (/dev/input/mouse1)
[    52.542] (II) No input driver specified, ignoring this device.
[    52.542] (II) This device may have been added with another device file.
[    52.542] (II) config/udev: Adding input device HP Wide Vision HD: HP Wide Visi (/dev/input/event12)
[    52.542] (**) HP Wide Vision HD: HP Wide Visi: Applying InputClass "libinput keyboard catchall"
[    52.542] (II) Using input driver 'libinput' for 'HP Wide Vision HD: HP Wide Visi'
[    52.543] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 50 paused 0
[    52.543] (**) HP Wide Vision HD: HP Wide Visi: always reports core events
[    52.543] (**) Option "Device" "/dev/input/event12"
[    52.543] (**) Option "_source" "server/udev"
[    52.544] (II) event12 - HP Wide Vision HD: HP Wide Visi: is tagged by udev as: Keyboard
[    52.544] (II) event12 - HP Wide Vision HD: HP Wide Visi: device is a keyboard
[    52.544] (II) event12 - HP Wide Vision HD: HP Wide Visi: device removed
[    52.544] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input22/event12"
[    52.544] (II) XINPUT: Adding extended input device "HP Wide Vision HD: HP Wide Visi" (type: KEYBOARD, id 12)
[    52.544] (**) Option "xkb_model" "pc105"
[    52.544] (**) Option "xkb_layout" "de"
[    52.545] (II) event12 - HP Wide Vision HD: HP Wide Visi: is tagged by udev as: Keyboard
[    52.545] (II) event12 - HP Wide Vision HD: HP Wide Visi: device is a keyboard
[    52.545] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event13)
[    52.545] (II) No input driver specified, ignoring this device.
[    52.545] (II) This device may have been added with another device file.
[    52.545] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event14)
[    52.545] (II) No input driver specified, ignoring this device.
[    52.545] (II) This device may have been added with another device file.
[    52.545] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event15)
[    52.545] (II) No input driver specified, ignoring this device.
[    52.545] (II) This device may have been added with another device file.
[    52.545] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event16)
[    52.545] (II) No input driver specified, ignoring this device.
[    52.545] (II) This device may have been added with another device file.
[    52.546] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event17)
[    52.546] (II) No input driver specified, ignoring this device.
[    52.546] (II) This device may have been added with another device file.
[    52.546] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event18)
[    52.546] (II) No input driver specified, ignoring this device.
[    52.546] (II) This device may have been added with another device file.
[    52.546] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event19)
[    52.546] (II) No input driver specified, ignoring this device.
[    52.546] (II) This device may have been added with another device file.
[    52.546] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    52.546] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    52.546] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    52.547] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 51 paused 0
[    52.547] (**) AT Translated Set 2 keyboard: always reports core events
[    52.547] (**) Option "Device" "/dev/input/event3"
[    52.547] (**) Option "_source" "server/udev"
[    52.548] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    52.548] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    52.548] (II) event3  - AT Translated Set 2 keyboard: device removed
[    52.548] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    52.548] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[    52.548] (**) Option "xkb_model" "pc105"
[    52.548] (**) Option "xkb_layout" "de"
[    52.549] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    52.549] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    52.550] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
[    52.550] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[    52.550] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[    52.550] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 52 paused 0
[    52.550] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    52.550] (**) Option "Device" "/dev/input/event6"
[    52.550] (**) Option "_source" "server/udev"
[    52.551] (II) event6  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    52.552] (II) event6  - SynPS/2 Synaptics TouchPad: device is a touchpad
[    52.552] (II) event6  - SynPS/2 Synaptics TouchPad: device removed
[    52.552] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event6"
[    52.552] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 14)
[    52.553] (**) Option "AccelerationScheme" "none"
[    52.553] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[    52.553] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    52.553] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    52.554] (II) event6  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    52.554] (II) event6  - SynPS/2 Synaptics TouchPad: device is a touchpad
[    52.555] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    52.555] (II) No input driver specified, ignoring this device.
[    52.555] (II) This device may have been added with another device file.
[    52.555] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event10)
[    52.555] (II) No input driver specified, ignoring this device.
[    52.555] (II) This device may have been added with another device file.
[    52.555] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/js0)
[    52.555] (II) No input driver specified, ignoring this device.
[    52.555] (II) This device may have been added with another device file.
[    52.557] (II) config/udev: Adding input device HP Wireless hotkeys (/dev/input/event9)
[    52.557] (**) HP Wireless hotkeys: Applying InputClass "libinput keyboard catchall"
[    52.557] (II) Using input driver 'libinput' for 'HP Wireless hotkeys'
[    52.557] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 53 paused 0
[    52.557] (**) HP Wireless hotkeys: always reports core events
[    52.557] (**) Option "Device" "/dev/input/event9"
[    52.557] (**) Option "_source" "server/udev"
[    52.558] (II) event9  - HP Wireless hotkeys: is tagged by udev as: Keyboard
[    52.558] (II) event9  - HP Wireless hotkeys: device is a keyboard
[    52.558] (II) event9  - HP Wireless hotkeys: device removed
[    52.558] (**) Option "config_info" "udev:/sys/devices/virtual/input/input19/event9"
[    52.558] (II) XINPUT: Adding extended input device "HP Wireless hotkeys" (type: KEYBOARD, id 15)
[    52.558] (**) Option "xkb_model" "pc105"
[    52.558] (**) Option "xkb_layout" "de"
[    52.559] (II) event9  - HP Wireless hotkeys: is tagged by udev as: Keyboard
[    52.559] (II) event9  - HP Wireless hotkeys: device is a keyboard
[    52.559] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event11)
[    52.559] (**) HP WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    52.559] (II) Using input driver 'libinput' for 'HP WMI hotkeys'
[    52.559] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 54 paused 0
[    52.559] (**) HP WMI hotkeys: always reports core events
[    52.559] (**) Option "Device" "/dev/input/event11"
[    52.559] (**) Option "_source" "server/udev"
[    52.560] (II) event11 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[    52.560] (II) event11 - HP WMI hotkeys: device is a keyboard
[    52.560] (II) event11 - HP WMI hotkeys: device removed
[    52.560] (**) Option "config_info" "udev:/sys/devices/virtual/input/input21/event11"
[    52.560] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 16)
[    52.560] (**) Option "xkb_model" "pc105"
[    52.560] (**) Option "xkb_layout" "de"
[    52.561] (II) event11 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[    52.561] (II) event11 - HP WMI hotkeys: device is a keyboard
[    52.564] (**) Logitech K330: Applying InputClass "libinput keyboard catchall"
[    52.564] (II) Using input driver 'libinput' for 'Logitech K330'
[    52.564] (II) systemd-logind: returning pre-existing fd for /dev/input/event8 13:72
[    52.564] (**) Logitech K330: always reports core events
[    52.564] (**) Option "Device" "/dev/input/event8"
[    52.564] (**) Option "_source" "_driver/libinput"
[    52.564] (II) libinput: Logitech K330: is a virtual subdevice
[    52.564] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:4016.0005/input/input17/event8"
[    52.564] (II) XINPUT: Adding extended input device "Logitech K330" (type: KEYBOARD, id 17)
[    52.564] (**) Option "xkb_model" "pc105"
[    52.564] (**) Option "xkb_layout" "de"
[    52.579] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    52.579] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    52.579] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    52.579] (--) NVIDIA(GPU-0): 
[    52.579] (**) Option "fd" "42"
[    52.579] (II) event2  - Power Button: device removed
[    52.579] (**) Option "fd" "45"
[    52.579] (II) event5  - Video Bus: device removed
[    52.579] (**) Option "fd" "46"
[    52.579] (II) event4  - Video Bus: device removed
[    52.579] (**) Option "fd" "47"
[    52.579] (II) event1  - Power Button: device removed
[    52.579] (**) Option "fd" "48"
[    52.579] (**) Option "fd" "49"
[    52.579] (II) event7  - Logitech M215 2nd Gen: device removed
[    52.579] (**) Option "fd" "50"
[    52.579] (II) event12 - HP Wide Vision HD: HP Wide Visi: device removed
[    52.579] (**) Option "fd" "51"
[    52.579] (II) event3  - AT Translated Set 2 keyboard: device removed
[    52.579] (**) Option "fd" "52"
[    52.579] (II) event6  - SynPS/2 Synaptics TouchPad: device removed
[    52.579] (**) Option "fd" "53"
[    52.579] (II) event9  - HP Wireless hotkeys: device removed
[    52.579] (**) Option "fd" "54"
[    52.579] (II) event11 - HP WMI hotkeys: device removed
[    52.579] (**) Option "fd" "48"
[    52.579] (II) event8  - Logitech K330: device removed
[    52.581] (II) UnloadModule: "libinput"
[    52.581] (II) systemd-logind: not releasing fd for 13:72, still in use
[    52.581] (II) UnloadModule: "libinput"
[    52.581] (II) systemd-logind: releasing fd for 13:75
[    52.604] (II) UnloadModule: "libinput"
[    52.604] (II) systemd-logind: releasing fd for 13:73
[    52.652] (II) UnloadModule: "libinput"
[    52.652] (II) systemd-logind: releasing fd for 13:70
[    52.700] (II) UnloadModule: "libinput"
[    52.700] (II) systemd-logind: releasing fd for 13:67
[    52.720] (II) UnloadModule: "libinput"
[    52.720] (II) systemd-logind: releasing fd for 13:76
[    52.768] (II) UnloadModule: "libinput"
[    52.768] (II) systemd-logind: releasing fd for 13:71
[    52.816] (II) UnloadModule: "libinput"
[    52.816] (II) systemd-logind: releasing fd for 13:72
[    52.836] (II) UnloadModule: "libinput"
[    52.836] (II) systemd-logind: releasing fd for 13:65
[    52.856] (II) UnloadModule: "libinput"
[    52.856] (II) systemd-logind: releasing fd for 13:68
[    52.884] (II) UnloadModule: "libinput"
[    52.884] (II) systemd-logind: releasing fd for 13:69
[    52.905] (II) UnloadModule: "libinput"
[    52.905] (II) systemd-logind: releasing fd for 13:66
[    53.010] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[    53.010] (==) modeset(G0): DPMS enabled
[    53.011] (II) modeset(G0): [DRI2] Setup complete
[    53.011] (II) modeset(G0): [DRI2]   DRI driver: i965
[    53.011] (II) modeset(G0): [DRI2]   VDPAU driver: va_gl
[    53.015] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    53.015] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    53.015] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    53.015] (--) NVIDIA(GPU-0): 
[    53.027] (II) NVIDIA(0): Setting mode "NULL"
[    53.032] (==) NVIDIA(0): Disabling shared memory pixmaps
[    53.032] (==) NVIDIA(0): DPMS enabled
[    53.032] (II) Loading sub module "dri2"
[    53.032] (II) LoadModule: "dri2"
[    53.032] (II) Module "dri2" already built-in
[    53.032] (II) NVIDIA(0): [DRI2] Setup complete
[    53.032] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    53.032] (II) Initializing extension Generic Event Extension
[    53.032] (II) Initializing extension SHAPE
[    53.032] (II) Initializing extension MIT-SHM
[    53.032] (II) Initializing extension XInputExtension
[    53.032] (II) Initializing extension XTEST
[    53.033] (II) Initializing extension BIG-REQUESTS
[    53.033] (II) Initializing extension SYNC
[    53.033] (II) Initializing extension XKEYBOARD
[    53.033] (II) Initializing extension XC-MISC
[    53.033] (II) Initializing extension SECURITY
[    53.033] (II) Initializing extension XFIXES
[    53.033] (II) Initializing extension RENDER
[    53.033] (II) Initializing extension RANDR
[    53.033] (II) Initializing extension COMPOSITE
[    53.033] (II) Initializing extension DAMAGE
[    53.033] (II) Initializing extension MIT-SCREEN-SAVER
[    53.033] (II) Initializing extension DOUBLE-BUFFER
[    53.033] (II) Initializing extension RECORD
[    53.033] (II) Initializing extension DPMS
[    53.034] (II) Initializing extension Present
[    53.034] (II) Initializing extension DRI3
[    53.034] (II) Initializing extension X-Resource
[    53.034] (II) Initializing extension XVideo
[    53.034] (II) Initializing extension XVideo-MotionCompensation
[    53.034] (II) Initializing extension SELinux
[    53.034] (II) SELinux: Disabled on system
[    53.034] (II) Initializing extension GLX
[    53.034] (II) Initializing extension GLX
[    53.034] (II) Indirect GLX disabled.
[    53.034] (II) GLX: Another vendor is already registered for screen 0
[    53.034] (II) Initializing extension XFree86-VidModeExtension
[    53.034] (II) Initializing extension XFree86-DGA
[    53.034] (II) Initializing extension XFree86-DRI
[    53.034] (II) Initializing extension DRI2
[    53.034] (II) Initializing extension NV-GLX
[    53.034] (II) Initializing extension NV-CONTROL
[    53.034] (II) modeset(G0): Damage tracking initialized
[    53.061] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    53.061] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    53.061] (II) Using input driver 'libinput' for 'Power Button'
[    53.062] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 41 paused 0
[    53.062] (**) Power Button: always reports core events
[    53.062] (**) Option "Device" "/dev/input/event2"
[    53.062] (**) Option "_source" "server/udev"
[    53.063] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    53.063] (II) event2  - Power Button: device is a keyboard
[    53.063] (II) event2  - Power Button: device removed
[    53.063] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    53.063] (**) Option "xkb_model" "pc105"
[    53.063] (**) Option "xkb_layout" "de"
[    53.075] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    53.075] (II) event2  - Power Button: device is a keyboard
[    53.075] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    53.075] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    53.075] (II) Using input driver 'libinput' for 'Video Bus'
[    53.076] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 44 paused 0
[    53.076] (**) Video Bus: always reports core events
[    53.076] (**) Option "Device" "/dev/input/event5"
[    53.076] (**) Option "_source" "server/udev"
[    53.077] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    53.077] (II) event5  - Video Bus: device is a keyboard
[    53.077] (II) event5  - Video Bus: device removed
[    53.077] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input7/event5"
[    53.077] (**) Option "xkb_model" "pc105"
[    53.077] (**) Option "xkb_layout" "de"
[    53.077] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    53.077] (II) event5  - Video Bus: device is a keyboard
[    53.078] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[    53.078] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    53.078] (II) Using input driver 'libinput' for 'Video Bus'
[    53.078] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 45 paused 0
[    53.078] (**) Video Bus: always reports core events
[    53.078] (**) Option "Device" "/dev/input/event4"
[    53.078] (**) Option "_source" "server/udev"
[    53.079] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    53.079] (II) event4  - Video Bus: device is a keyboard
[    53.079] (II) event4  - Video Bus: device removed
[    53.079] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input6/event4"
[    53.079] (**) Option "xkb_model" "pc105"
[    53.079] (**) Option "xkb_layout" "de"
[    53.080] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    53.080] (II) event4  - Video Bus: device is a keyboard
[    53.080] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    53.080] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    53.080] (II) Using input driver 'libinput' for 'Power Button'
[    53.081] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 46 paused 0
[    53.081] (**) Power Button: always reports core events
[    53.081] (**) Option "Device" "/dev/input/event1"
[    53.081] (**) Option "_source" "server/udev"
[    53.082] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    53.082] (II) event1  - Power Button: device is a keyboard
[    53.082] (II) event1  - Power Button: device removed
[    53.082] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    53.082] (**) Option "xkb_model" "pc105"
[    53.082] (**) Option "xkb_layout" "de"
[    53.082] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    53.082] (II) event1  - Power Button: device is a keyboard
[    53.083] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    53.083] (II) No input driver specified, ignoring this device.
[    53.083] (II) This device may have been added with another device file.
[    53.083] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event20)
[    53.083] (II) No input driver specified, ignoring this device.
[    53.083] (II) This device may have been added with another device file.
[    53.084] (II) config/udev: Adding input device Logitech K330 (/dev/input/event8)
[    53.084] (**) Logitech K330: Applying InputClass "libinput keyboard catchall"
[    53.084] (II) Using input driver 'libinput' for 'Logitech K330'
[    53.084] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 47 paused 0
[    53.084] (**) Logitech K330: always reports core events
[    53.084] (**) Option "Device" "/dev/input/event8"
[    53.084] (**) Option "_source" "server/udev"
[    53.085] (II) event8  - Logitech K330: is tagged by udev as: Keyboard
[    53.085] (II) event8  - Logitech K330: device is a keyboard
[    53.085] (II) event8  - Logitech K330: device removed
[    53.085] (II) libinput: Logitech K330: needs a virtual subdevice
[    53.085] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:4016.0005/input/input17/event8"
[    53.085] (**) Option "AccelerationScheme" "none"
[    53.085] (**) Logitech K330: (accel) selected scheme none/0
[    53.085] (**) Logitech K330: (accel) acceleration factor: 2.000
[    53.085] (**) Logitech K330: (accel) acceleration threshold: 4
[    53.086] (II) event8  - Logitech K330: is tagged by udev as: Keyboard
[    53.086] (II) event8  - Logitech K330: device is a keyboard
[    53.087] (II) config/udev: Adding input device Logitech M215 2nd Gen (/dev/input/event7)
[    53.087] (**) Logitech M215 2nd Gen: Applying InputClass "libinput pointer catchall"
[    53.087] (II) Using input driver 'libinput' for 'Logitech M215 2nd Gen'
[    53.087] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 48 paused 0
[    53.087] (**) Logitech M215 2nd Gen: always reports core events
[    53.087] (**) Option "Device" "/dev/input/event7"
[    53.087] (**) Option "_source" "server/udev"
[    53.089] (II) event7  - Logitech M215 2nd Gen: is tagged by udev as: Mouse
[    53.089] (II) event7  - Logitech M215 2nd Gen: device is a pointer
[    53.089] (II) event7  - Logitech M215 2nd Gen: device removed
[    53.089] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:401B.0004/input/input18/event7"
[    53.089] (**) Option "AccelerationScheme" "none"
[    53.089] (**) Logitech M215 2nd Gen: (accel) selected scheme none/0
[    53.089] (**) Logitech M215 2nd Gen: (accel) acceleration factor: 2.000
[    53.089] (**) Logitech M215 2nd Gen: (accel) acceleration threshold: 4
[    53.090] (II) event7  - Logitech M215 2nd Gen: is tagged by udev as: Mouse
[    53.090] (II) event7  - Logitech M215 2nd Gen: device is a pointer
[    53.090] (II) config/udev: Adding input device Logitech M215 2nd Gen (/dev/input/mouse1)
[    53.090] (II) No input driver specified, ignoring this device.
[    53.090] (II) This device may have been added with another device file.
[    53.090] (II) config/udev: Adding input device HP Wide Vision HD: HP Wide Visi (/dev/input/event12)
[    53.090] (**) HP Wide Vision HD: HP Wide Visi: Applying InputClass "libinput keyboard catchall"
[    53.090] (II) Using input driver 'libinput' for 'HP Wide Vision HD: HP Wide Visi'
[    53.091] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 49 paused 0
[    53.091] (**) HP Wide Vision HD: HP Wide Visi: always reports core events
[    53.091] (**) Option "Device" "/dev/input/event12"
[    53.091] (**) Option "_source" "server/udev"
[    53.092] (II) event12 - HP Wide Vision HD: HP Wide Visi: is tagged by udev as: Keyboard
[    53.092] (II) event12 - HP Wide Vision HD: HP Wide Visi: device is a keyboard
[    53.092] (II) event12 - HP Wide Vision HD: HP Wide Visi: device removed
[    53.092] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input22/event12"
[    53.092] (**) Option "xkb_model" "pc105"
[    53.092] (**) Option "xkb_layout" "de"
[    53.093] (II) event12 - HP Wide Vision HD: HP Wide Visi: is tagged by udev as: Keyboard
[    53.093] (II) event12 - HP Wide Vision HD: HP Wide Visi: device is a keyboard
[    53.093] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event13)
[    53.093] (II) No input driver specified, ignoring this device.
[    53.093] (II) This device may have been added with another device file.
[    53.094] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event14)
[    53.094] (II) No input driver specified, ignoring this device.
[    53.094] (II) This device may have been added with another device file.
[    53.094] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event15)
[    53.094] (II) No input driver specified, ignoring this device.
[    53.094] (II) This device may have been added with another device file.
[    53.094] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event16)
[    53.094] (II) No input driver specified, ignoring this device.
[    53.094] (II) This device may have been added with another device file.
[    53.094] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event17)
[    53.094] (II) No input driver specified, ignoring this device.
[    53.094] (II) This device may have been added with another device file.
[    53.095] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event18)
[    53.095] (II) No input driver specified, ignoring this device.
[    53.095] (II) This device may have been added with another device file.
[    53.095] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event19)
[    53.095] (II) No input driver specified, ignoring this device.
[    53.095] (II) This device may have been added with another device file.
[    53.095] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    53.095] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    53.095] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    53.096] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 50 paused 0
[    53.096] (**) AT Translated Set 2 keyboard: always reports core events
[    53.096] (**) Option "Device" "/dev/input/event3"
[    53.096] (**) Option "_source" "server/udev"
[    53.096] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    53.096] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    53.097] (II) event3  - AT Translated Set 2 keyboard: device removed
[    53.097] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    53.097] (**) Option "xkb_model" "pc105"
[    53.097] (**) Option "xkb_layout" "de"
[    53.098] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    53.098] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    53.098] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
[    53.098] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[    53.098] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[    53.099] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 51 paused 0
[    53.099] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    53.099] (**) Option "Device" "/dev/input/event6"
[    53.099] (**) Option "_source" "server/udev"
[    53.100] (II) event6  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    53.100] (II) event6  - SynPS/2 Synaptics TouchPad: device is a touchpad
[    53.101] (II) event6  - SynPS/2 Synaptics TouchPad: device removed
[    53.101] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event6"
[    53.101] (**) Option "AccelerationScheme" "none"
[    53.101] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[    53.101] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    53.101] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    53.102] (II) event6  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    53.103] (II) event6  - SynPS/2 Synaptics TouchPad: device is a touchpad
[    53.103] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    53.103] (II) No input driver specified, ignoring this device.
[    53.103] (II) This device may have been added with another device file.
[    53.103] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event10)
[    53.103] (II) No input driver specified, ignoring this device.
[    53.103] (II) This device may have been added with another device file.
[    53.104] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/js0)
[    53.104] (II) No input driver specified, ignoring this device.
[    53.104] (II) This device may have been added with another device file.
[    53.105] (II) config/udev: Adding input device HP Wireless hotkeys (/dev/input/event9)
[    53.105] (**) HP Wireless hotkeys: Applying InputClass "libinput keyboard catchall"
[    53.105] (II) Using input driver 'libinput' for 'HP Wireless hotkeys'
[    53.106] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 52 paused 0
[    53.106] (**) HP Wireless hotkeys: always reports core events
[    53.106] (**) Option "Device" "/dev/input/event9"
[    53.106] (**) Option "_source" "server/udev"
[    53.106] (II) event9  - HP Wireless hotkeys: is tagged by udev as: Keyboard
[    53.106] (II) event9  - HP Wireless hotkeys: device is a keyboard
[    53.106] (II) event9  - HP Wireless hotkeys: device removed
[    53.106] (**) Option "config_info" "udev:/sys/devices/virtual/input/input19/event9"
[    53.106] (**) Option "xkb_model" "pc105"
[    53.106] (**) Option "xkb_layout" "de"
[    53.107] (II) event9  - HP Wireless hotkeys: is tagged by udev as: Keyboard
[    53.107] (II) event9  - HP Wireless hotkeys: device is a keyboard
[    53.107] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event11)
[    53.107] (**) HP WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    53.107] (II) Using input driver 'libinput' for 'HP WMI hotkeys'
[    53.108] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 53 paused 0
[    53.108] (**) HP WMI hotkeys: always reports core events
[    53.108] (**) Option "Device" "/dev/input/event11"
[    53.108] (**) Option "_source" "server/udev"
[    53.108] (II) event11 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[    53.108] (II) event11 - HP WMI hotkeys: device is a keyboard
[    53.108] (II) event11 - HP WMI hotkeys: device removed
[    53.108] (**) Option "config_info" "udev:/sys/devices/virtual/input/input21/event11"
[    53.108] (**) Option "xkb_model" "pc105"
[    53.108] (**) Option "xkb_layout" "de"
[    53.109] (II) event11 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[    53.109] (II) event11 - HP WMI hotkeys: device is a keyboard
[    53.112] (**) Logitech K330: Applying InputClass "libinput keyboard catchall"
[    53.112] (II) Using input driver 'libinput' for 'Logitech K330'
[    53.112] (II) systemd-logind: returning pre-existing fd for /dev/input/event8 13:72
[    53.112] (**) Logitech K330: always reports core events
[    53.112] (**) Option "Device" "/dev/input/event8"
[    53.112] (**) Option "_source" "_driver/libinput"
[    53.112] (II) libinput: Logitech K330: is a virtual subdevice
[    53.112] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:4016.0005/input/input17/event8"
[    53.112] (**) Option "xkb_model" "pc105"
[    53.112] (**) Option "xkb_layout" "de"
[    53.113] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    53.113] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    53.113] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    53.113] (--) NVIDIA(GPU-0): 
[    53.113] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    53.113] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    53.113] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    53.113] (--) NVIDIA(GPU-0): 
[    53.517] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    53.517] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    53.517] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    53.517] (--) NVIDIA(GPU-0): 
[    53.517] (**) Option "fd" "41"
[    53.517] (II) event2  - Power Button: device removed
[    53.517] (**) Option "fd" "44"
[    53.517] (II) event5  - Video Bus: device removed
[    53.517] (**) Option "fd" "45"
[    53.517] (II) event4  - Video Bus: device removed
[    53.518] (**) Option "fd" "46"
[    53.518] (II) event1  - Power Button: device removed
[    53.518] (**) Option "fd" "47"
[    53.518] (**) Option "fd" "48"
[    53.518] (II) event7  - Logitech M215 2nd Gen: device removed
[    53.518] (**) Option "fd" "49"
[    53.518] (II) event12 - HP Wide Vision HD: HP Wide Visi: device removed
[    53.518] (**) Option "fd" "50"
[    53.518] (II) event3  - AT Translated Set 2 keyboard: device removed
[    53.518] (**) Option "fd" "51"
[    53.518] (II) event6  - SynPS/2 Synaptics TouchPad: device removed
[    53.518] (**) Option "fd" "52"
[    53.518] (II) event9  - HP Wireless hotkeys: device removed
[    53.518] (**) Option "fd" "53"
[    53.518] (II) event11 - HP WMI hotkeys: device removed
[    53.518] (**) Option "fd" "47"
[    53.518] (II) event8  - Logitech K330: device removed
[    53.520] (II) UnloadModule: "libinput"
[    53.520] (II) systemd-logind: not releasing fd for 13:72, still in use
[    53.520] (II) UnloadModule: "libinput"
[    53.520] (II) systemd-logind: releasing fd for 13:75
[    53.544] (II) UnloadModule: "libinput"
[    53.544] (II) systemd-logind: releasing fd for 13:73
[    53.584] (II) UnloadModule: "libinput"
[    53.584] (II) systemd-logind: releasing fd for 13:70
[    53.616] (II) UnloadModule: "libinput"
[    53.616] (II) systemd-logind: releasing fd for 13:67
[    53.632] (II) UnloadModule: "libinput"
[    53.632] (II) systemd-logind: releasing fd for 13:76
[    53.672] (II) UnloadModule: "libinput"
[    53.672] (II) systemd-logind: releasing fd for 13:71
[    53.724] (II) UnloadModule: "libinput"
[    53.724] (II) systemd-logind: releasing fd for 13:72
[    53.744] (II) UnloadModule: "libinput"
[    53.744] (II) systemd-logind: releasing fd for 13:65
[    53.764] (II) UnloadModule: "libinput"
[    53.764] (II) systemd-logind: releasing fd for 13:68
[    53.784] (II) UnloadModule: "libinput"
[    53.784] (II) systemd-logind: releasing fd for 13:69
[    53.805] (II) UnloadModule: "libinput"
[    53.805] (II) systemd-logind: releasing fd for 13:66
[    53.890] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[    53.890] (==) modeset(G0): DPMS enabled
[    53.891] (II) modeset(G0): [DRI2] Setup complete
[    53.891] (II) modeset(G0): [DRI2]   DRI driver: i965
[    53.891] (II) modeset(G0): [DRI2]   VDPAU driver: va_gl
[    53.896] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    53.896] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    53.896] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    53.896] (--) NVIDIA(GPU-0): 
[    53.908] (II) NVIDIA(0): Setting mode "NULL"
[    53.912] (==) NVIDIA(0): Disabling shared memory pixmaps
[    53.912] (==) NVIDIA(0): DPMS enabled
[    53.912] (II) Loading sub module "dri2"
[    53.912] (II) LoadModule: "dri2"
[    53.912] (II) Module "dri2" already built-in
[    53.912] (II) NVIDIA(0): [DRI2] Setup complete
[    53.912] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    53.912] (II) Initializing extension Generic Event Extension
[    53.912] (II) Initializing extension SHAPE
[    53.913] (II) Initializing extension MIT-SHM
[    53.913] (II) Initializing extension XInputExtension
[    53.913] (II) Initializing extension XTEST
[    53.913] (II) Initializing extension BIG-REQUESTS
[    53.913] (II) Initializing extension SYNC
[    53.913] (II) Initializing extension XKEYBOARD
[    53.913] (II) Initializing extension XC-MISC
[    53.913] (II) Initializing extension SECURITY
[    53.913] (II) Initializing extension XFIXES
[    53.913] (II) Initializing extension RENDER
[    53.913] (II) Initializing extension RANDR
[    53.913] (II) Initializing extension COMPOSITE
[    53.913] (II) Initializing extension DAMAGE
[    53.914] (II) Initializing extension MIT-SCREEN-SAVER
[    53.914] (II) Initializing extension DOUBLE-BUFFER
[    53.914] (II) Initializing extension RECORD
[    53.914] (II) Initializing extension DPMS
[    53.914] (II) Initializing extension Present
[    53.914] (II) Initializing extension DRI3
[    53.914] (II) Initializing extension X-Resource
[    53.914] (II) Initializing extension XVideo
[    53.914] (II) Initializing extension XVideo-MotionCompensation
[    53.914] (II) Initializing extension SELinux
[    53.914] (II) SELinux: Disabled on system
[    53.914] (II) Initializing extension GLX
[    53.914] (II) Initializing extension GLX
[    53.914] (II) Indirect GLX disabled.
[    53.914] (II) GLX: Another vendor is already registered for screen 0
[    53.914] (II) Initializing extension XFree86-VidModeExtension
[    53.914] (II) Initializing extension XFree86-DGA
[    53.914] (II) Initializing extension XFree86-DRI
[    53.914] (II) Initializing extension DRI2
[    53.914] (II) Initializing extension NV-GLX
[    53.915] (II) Initializing extension NV-CONTROL
[    53.915] (II) modeset(G0): Damage tracking initialized
[    53.941] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    53.941] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    53.941] (II) Using input driver 'libinput' for 'Power Button'
[    53.942] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 41 paused 0
[    53.942] (**) Power Button: always reports core events
[    53.942] (**) Option "Device" "/dev/input/event2"
[    53.942] (**) Option "_source" "server/udev"
[    53.943] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    53.943] (II) event2  - Power Button: device is a keyboard
[    53.943] (II) event2  - Power Button: device removed
[    53.943] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    53.943] (**) Option "xkb_model" "pc105"
[    53.943] (**) Option "xkb_layout" "de"
[    53.955] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    53.955] (II) event2  - Power Button: device is a keyboard
[    53.955] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    53.955] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    53.955] (II) Using input driver 'libinput' for 'Video Bus'
[    53.956] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 44 paused 0
[    53.956] (**) Video Bus: always reports core events
[    53.956] (**) Option "Device" "/dev/input/event5"
[    53.956] (**) Option "_source" "server/udev"
[    53.957] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    53.957] (II) event5  - Video Bus: device is a keyboard
[    53.957] (II) event5  - Video Bus: device removed
[    53.957] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input7/event5"
[    53.957] (**) Option "xkb_model" "pc105"
[    53.957] (**) Option "xkb_layout" "de"
[    53.958] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    53.958] (II) event5  - Video Bus: device is a keyboard
[    53.958] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[    53.958] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    53.958] (II) Using input driver 'libinput' for 'Video Bus'
[    53.958] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 45 paused 0
[    53.959] (**) Video Bus: always reports core events
[    53.959] (**) Option "Device" "/dev/input/event4"
[    53.959] (**) Option "_source" "server/udev"
[    53.959] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    53.959] (II) event4  - Video Bus: device is a keyboard
[    53.960] (II) event4  - Video Bus: device removed
[    53.960] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input6/event4"
[    53.960] (**) Option "xkb_model" "pc105"
[    53.960] (**) Option "xkb_layout" "de"
[    53.960] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    53.960] (II) event4  - Video Bus: device is a keyboard
[    53.961] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    53.961] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    53.961] (II) Using input driver 'libinput' for 'Power Button'
[    53.961] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 46 paused 0
[    53.961] (**) Power Button: always reports core events
[    53.961] (**) Option "Device" "/dev/input/event1"
[    53.961] (**) Option "_source" "server/udev"
[    53.962] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    53.962] (II) event1  - Power Button: device is a keyboard
[    53.962] (II) event1  - Power Button: device removed
[    53.962] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    53.962] (**) Option "xkb_model" "pc105"
[    53.962] (**) Option "xkb_layout" "de"
[    53.963] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    53.963] (II) event1  - Power Button: device is a keyboard
[    53.963] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    53.963] (II) No input driver specified, ignoring this device.
[    53.963] (II) This device may have been added with another device file.
[    53.963] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event20)
[    53.963] (II) No input driver specified, ignoring this device.
[    53.963] (II) This device may have been added with another device file.
[    53.964] (II) config/udev: Adding input device Logitech K330 (/dev/input/event8)
[    53.964] (**) Logitech K330: Applying InputClass "libinput keyboard catchall"
[    53.964] (II) Using input driver 'libinput' for 'Logitech K330'
[    53.965] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 47 paused 0
[    53.965] (**) Logitech K330: always reports core events
[    53.965] (**) Option "Device" "/dev/input/event8"
[    53.965] (**) Option "_source" "server/udev"
[    53.966] (II) event8  - Logitech K330: is tagged by udev as: Keyboard
[    53.966] (II) event8  - Logitech K330: device is a keyboard
[    53.966] (II) event8  - Logitech K330: device removed
[    53.966] (II) libinput: Logitech K330: needs a virtual subdevice
[    53.966] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:4016.0005/input/input17/event8"
[    53.966] (**) Option "AccelerationScheme" "none"
[    53.966] (**) Logitech K330: (accel) selected scheme none/0
[    53.966] (**) Logitech K330: (accel) acceleration factor: 2.000
[    53.966] (**) Logitech K330: (accel) acceleration threshold: 4
[    53.967] (II) event8  - Logitech K330: is tagged by udev as: Keyboard
[    53.967] (II) event8  - Logitech K330: device is a keyboard
[    53.967] (II) config/udev: Adding input device Logitech M215 2nd Gen (/dev/input/event7)
[    53.967] (**) Logitech M215 2nd Gen: Applying InputClass "libinput pointer catchall"
[    53.967] (II) Using input driver 'libinput' for 'Logitech M215 2nd Gen'
[    53.968] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 48 paused 0
[    53.968] (**) Logitech M215 2nd Gen: always reports core events
[    53.968] (**) Option "Device" "/dev/input/event7"
[    53.968] (**) Option "_source" "server/udev"
[    53.969] (II) event7  - Logitech M215 2nd Gen: is tagged by udev as: Mouse
[    53.969] (II) event7  - Logitech M215 2nd Gen: device is a pointer
[    53.969] (II) event7  - Logitech M215 2nd Gen: device removed
[    53.969] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:401B.0004/input/input18/event7"
[    53.969] (**) Option "AccelerationScheme" "none"
[    53.969] (**) Logitech M215 2nd Gen: (accel) selected scheme none/0
[    53.969] (**) Logitech M215 2nd Gen: (accel) acceleration factor: 2.000
[    53.969] (**) Logitech M215 2nd Gen: (accel) acceleration threshold: 4
[    53.970] (II) event7  - Logitech M215 2nd Gen: is tagged by udev as: Mouse
[    53.970] (II) event7  - Logitech M215 2nd Gen: device is a pointer
[    53.971] (II) config/udev: Adding input device Logitech M215 2nd Gen (/dev/input/mouse1)
[    53.971] (II) No input driver specified, ignoring this device.
[    53.971] (II) This device may have been added with another device file.
[    53.971] (II) config/udev: Adding input device HP Wide Vision HD: HP Wide Visi (/dev/input/event12)
[    53.971] (**) HP Wide Vision HD: HP Wide Visi: Applying InputClass "libinput keyboard catchall"
[    53.971] (II) Using input driver 'libinput' for 'HP Wide Vision HD: HP Wide Visi'
[    53.972] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 49 paused 0
[    53.972] (**) HP Wide Vision HD: HP Wide Visi: always reports core events
[    53.972] (**) Option "Device" "/dev/input/event12"
[    53.972] (**) Option "_source" "server/udev"
[    53.973] (II) event12 - HP Wide Vision HD: HP Wide Visi: is tagged by udev as: Keyboard
[    53.973] (II) event12 - HP Wide Vision HD: HP Wide Visi: device is a keyboard
[    53.973] (II) event12 - HP Wide Vision HD: HP Wide Visi: device removed
[    53.973] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input22/event12"
[    53.973] (**) Option "xkb_model" "pc105"
[    53.973] (**) Option "xkb_layout" "de"
[    53.974] (II) event12 - HP Wide Vision HD: HP Wide Visi: is tagged by udev as: Keyboard
[    53.974] (II) event12 - HP Wide Vision HD: HP Wide Visi: device is a keyboard
[    53.974] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event13)
[    53.974] (II) No input driver specified, ignoring this device.
[    53.974] (II) This device may have been added with another device file.
[    53.974] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event14)
[    53.974] (II) No input driver specified, ignoring this device.
[    53.974] (II) This device may have been added with another device file.
[    53.974] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event15)
[    53.974] (II) No input driver specified, ignoring this device.
[    53.974] (II) This device may have been added with another device file.
[    53.975] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event16)
[    53.975] (II) No input driver specified, ignoring this device.
[    53.975] (II) This device may have been added with another device file.
[    53.975] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event17)
[    53.975] (II) No input driver specified, ignoring this device.
[    53.975] (II) This device may have been added with another device file.
[    53.975] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event18)
[    53.975] (II) No input driver specified, ignoring this device.
[    53.975] (II) This device may have been added with another device file.
[    53.975] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event19)
[    53.975] (II) No input driver specified, ignoring this device.
[    53.975] (II) This device may have been added with another device file.
[    53.976] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    53.976] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    53.976] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    53.976] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 50 paused 0
[    53.976] (**) AT Translated Set 2 keyboard: always reports core events
[    53.976] (**) Option "Device" "/dev/input/event3"
[    53.976] (**) Option "_source" "server/udev"
[    53.977] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    53.977] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    53.977] (II) event3  - AT Translated Set 2 keyboard: device removed
[    53.978] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    53.978] (**) Option "xkb_model" "pc105"
[    53.978] (**) Option "xkb_layout" "de"
[    53.978] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    53.978] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    53.979] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
[    53.979] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[    53.979] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[    53.979] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 51 paused 0
[    53.980] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    53.980] (**) Option "Device" "/dev/input/event6"
[    53.980] (**) Option "_source" "server/udev"
[    53.981] (II) event6  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    53.981] (II) event6  - SynPS/2 Synaptics TouchPad: device is a touchpad
[    53.981] (II) event6  - SynPS/2 Synaptics TouchPad: device removed
[    53.981] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event6"
[    53.982] (**) Option "AccelerationScheme" "none"
[    53.982] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[    53.982] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    53.982] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    53.983] (II) event6  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    53.983] (II) event6  - SynPS/2 Synaptics TouchPad: device is a touchpad
[    53.984] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    53.984] (II) No input driver specified, ignoring this device.
[    53.984] (II) This device may have been added with another device file.
[    53.984] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event10)
[    53.984] (II) No input driver specified, ignoring this device.
[    53.984] (II) This device may have been added with another device file.
[    53.984] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/js0)
[    53.984] (II) No input driver specified, ignoring this device.
[    53.984] (II) This device may have been added with another device file.
[    53.986] (II) config/udev: Adding input device HP Wireless hotkeys (/dev/input/event9)
[    53.986] (**) HP Wireless hotkeys: Applying InputClass "libinput keyboard catchall"
[    53.986] (II) Using input driver 'libinput' for 'HP Wireless hotkeys'
[    53.986] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 52 paused 0
[    53.987] (**) HP Wireless hotkeys: always reports core events
[    53.987] (**) Option "Device" "/dev/input/event9"
[    53.987] (**) Option "_source" "server/udev"
[    53.987] (II) event9  - HP Wireless hotkeys: is tagged by udev as: Keyboard
[    53.987] (II) event9  - HP Wireless hotkeys: device is a keyboard
[    53.987] (II) event9  - HP Wireless hotkeys: device removed
[    53.987] (**) Option "config_info" "udev:/sys/devices/virtual/input/input19/event9"
[    53.987] (**) Option "xkb_model" "pc105"
[    53.987] (**) Option "xkb_layout" "de"
[    53.988] (II) event9  - HP Wireless hotkeys: is tagged by udev as: Keyboard
[    53.988] (II) event9  - HP Wireless hotkeys: device is a keyboard
[    53.988] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event11)
[    53.988] (**) HP WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    53.988] (II) Using input driver 'libinput' for 'HP WMI hotkeys'
[    53.989] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 53 paused 0
[    53.989] (**) HP WMI hotkeys: always reports core events
[    53.989] (**) Option "Device" "/dev/input/event11"
[    53.989] (**) Option "_source" "server/udev"
[    53.989] (II) event11 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[    53.989] (II) event11 - HP WMI hotkeys: device is a keyboard
[    53.989] (II) event11 - HP WMI hotkeys: device removed
[    53.989] (**) Option "config_info" "udev:/sys/devices/virtual/input/input21/event11"
[    53.989] (**) Option "xkb_model" "pc105"
[    53.989] (**) Option "xkb_layout" "de"
[    53.990] (II) event11 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[    53.990] (II) event11 - HP WMI hotkeys: device is a keyboard
[    53.993] (**) Logitech K330: Applying InputClass "libinput keyboard catchall"
[    53.993] (II) Using input driver 'libinput' for 'Logitech K330'
[    53.993] (II) systemd-logind: returning pre-existing fd for /dev/input/event8 13:72
[    53.993] (**) Logitech K330: always reports core events
[    53.993] (**) Option "Device" "/dev/input/event8"
[    53.993] (**) Option "_source" "_driver/libinput"
[    53.993] (II) libinput: Logitech K330: is a virtual subdevice
[    53.993] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:4016.0005/input/input17/event8"
[    53.993] (**) Option "xkb_model" "pc105"
[    53.993] (**) Option "xkb_layout" "de"
[    53.994] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    53.994] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    53.994] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    53.994] (--) NVIDIA(GPU-0): 
[    53.994] (**) Option "fd" "41"
[    53.994] (II) event2  - Power Button: device removed
[    53.994] (**) Option "fd" "44"
[    53.994] (II) event5  - Video Bus: device removed
[    53.994] (**) Option "fd" "45"
[    53.994] (II) event4  - Video Bus: device removed
[    53.994] (**) Option "fd" "46"
[    53.994] (II) event1  - Power Button: device removed
[    53.994] (**) Option "fd" "47"
[    53.994] (**) Option "fd" "48"
[    53.994] (II) event7  - Logitech M215 2nd Gen: device removed
[    53.994] (**) Option "fd" "49"
[    53.994] (II) event12 - HP Wide Vision HD: HP Wide Visi: device removed
[    53.994] (**) Option "fd" "50"
[    53.994] (II) event3  - AT Translated Set 2 keyboard: device removed
[    53.994] (**) Option "fd" "51"
[    53.994] (II) event6  - SynPS/2 Synaptics TouchPad: device removed
[    53.994] (**) Option "fd" "52"
[    53.994] (II) event9  - HP Wireless hotkeys: device removed
[    53.994] (**) Option "fd" "53"
[    53.995] (II) event11 - HP WMI hotkeys: device removed
[    53.995] (**) Option "fd" "47"
[    53.995] (II) event8  - Logitech K330: device removed
[    53.996] (II) UnloadModule: "libinput"
[    53.996] (II) systemd-logind: not releasing fd for 13:72, still in use
[    53.996] (II) UnloadModule: "libinput"
[    53.996] (II) systemd-logind: releasing fd for 13:75
[    54.024] (II) UnloadModule: "libinput"
[    54.024] (II) systemd-logind: releasing fd for 13:73
[    54.068] (II) UnloadModule: "libinput"
[    54.068] (II) systemd-logind: releasing fd for 13:70
[    54.112] (II) UnloadModule: "libinput"
[    54.112] (II) systemd-logind: releasing fd for 13:67
[    54.132] (II) UnloadModule: "libinput"
[    54.132] (II) systemd-logind: releasing fd for 13:76
[    54.168] (II) UnloadModule: "libinput"
[    54.168] (II) systemd-logind: releasing fd for 13:71
[    54.208] (II) UnloadModule: "libinput"
[    54.208] (II) systemd-logind: releasing fd for 13:72
[    54.228] (II) UnloadModule: "libinput"
[    54.228] (II) systemd-logind: releasing fd for 13:65
[    54.244] (II) UnloadModule: "libinput"
[    54.244] (II) systemd-logind: releasing fd for 13:68
[    54.264] (II) UnloadModule: "libinput"
[    54.264] (II) systemd-logind: releasing fd for 13:69
[    54.289] (II) UnloadModule: "libinput"
[    54.290] (II) systemd-logind: releasing fd for 13:66
[    54.375] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[    54.375] (==) modeset(G0): DPMS enabled
[    54.375] (II) modeset(G0): [DRI2] Setup complete
[    54.375] (II) modeset(G0): [DRI2]   DRI driver: i965
[    54.375] (II) modeset(G0): [DRI2]   VDPAU driver: va_gl
[    54.380] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    54.380] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    54.380] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    54.380] (--) NVIDIA(GPU-0): 
[    54.393] (II) NVIDIA(0): Setting mode "NULL"
[    54.397] (==) NVIDIA(0): Disabling shared memory pixmaps
[    54.397] (==) NVIDIA(0): DPMS enabled
[    54.397] (II) Loading sub module "dri2"
[    54.397] (II) LoadModule: "dri2"
[    54.397] (II) Module "dri2" already built-in
[    54.397] (II) NVIDIA(0): [DRI2] Setup complete
[    54.397] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    54.397] (II) Initializing extension Generic Event Extension
[    54.397] (II) Initializing extension SHAPE
[    54.397] (II) Initializing extension MIT-SHM
[    54.397] (II) Initializing extension XInputExtension
[    54.397] (II) Initializing extension XTEST
[    54.397] (II) Initializing extension BIG-REQUESTS
[    54.397] (II) Initializing extension SYNC
[    54.397] (II) Initializing extension XKEYBOARD
[    54.398] (II) Initializing extension XC-MISC
[    54.398] (II) Initializing extension SECURITY
[    54.398] (II) Initializing extension XFIXES
[    54.398] (II) Initializing extension RENDER
[    54.398] (II) Initializing extension RANDR
[    54.398] (II) Initializing extension COMPOSITE
[    54.398] (II) Initializing extension DAMAGE
[    54.398] (II) Initializing extension MIT-SCREEN-SAVER
[    54.398] (II) Initializing extension DOUBLE-BUFFER
[    54.398] (II) Initializing extension RECORD
[    54.398] (II) Initializing extension DPMS
[    54.398] (II) Initializing extension Present
[    54.398] (II) Initializing extension DRI3
[    54.398] (II) Initializing extension X-Resource
[    54.399] (II) Initializing extension XVideo
[    54.399] (II) Initializing extension XVideo-MotionCompensation
[    54.399] (II) Initializing extension SELinux
[    54.399] (II) SELinux: Disabled on system
[    54.399] (II) Initializing extension GLX
[    54.399] (II) Initializing extension GLX
[    54.399] (II) Indirect GLX disabled.
[    54.399] (II) GLX: Another vendor is already registered for screen 0
[    54.399] (II) Initializing extension XFree86-VidModeExtension
[    54.399] (II) Initializing extension XFree86-DGA
[    54.399] (II) Initializing extension XFree86-DRI
[    54.399] (II) Initializing extension DRI2
[    54.399] (II) Initializing extension NV-GLX
[    54.399] (II) Initializing extension NV-CONTROL
[    54.399] (II) modeset(G0): Damage tracking initialized
[    54.426] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    54.426] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    54.426] (II) Using input driver 'libinput' for 'Power Button'
[    54.427] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 41 paused 0
[    54.427] (**) Power Button: always reports core events
[    54.427] (**) Option "Device" "/dev/input/event2"
[    54.427] (**) Option "_source" "server/udev"
[    54.428] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    54.428] (II) event2  - Power Button: device is a keyboard
[    54.428] (II) event2  - Power Button: device removed
[    54.428] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    54.428] (**) Option "xkb_model" "pc105"
[    54.428] (**) Option "xkb_layout" "de"
[    54.440] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    54.440] (II) event2  - Power Button: device is a keyboard
[    54.440] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    54.440] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    54.440] (II) Using input driver 'libinput' for 'Video Bus'
[    54.441] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 44 paused 0
[    54.441] (**) Video Bus: always reports core events
[    54.441] (**) Option "Device" "/dev/input/event5"
[    54.441] (**) Option "_source" "server/udev"
[    54.442] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    54.442] (II) event5  - Video Bus: device is a keyboard
[    54.442] (II) event5  - Video Bus: device removed
[    54.442] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input7/event5"
[    54.442] (**) Option "xkb_model" "pc105"
[    54.442] (**) Option "xkb_layout" "de"
[    54.443] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    54.443] (II) event5  - Video Bus: device is a keyboard
[    54.443] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[    54.443] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    54.443] (II) Using input driver 'libinput' for 'Video Bus'
[    54.444] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 45 paused 0
[    54.444] (**) Video Bus: always reports core events
[    54.444] (**) Option "Device" "/dev/input/event4"
[    54.444] (**) Option "_source" "server/udev"
[    54.445] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    54.445] (II) event4  - Video Bus: device is a keyboard
[    54.445] (II) event4  - Video Bus: device removed
[    54.445] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input6/event4"
[    54.445] (**) Option "xkb_model" "pc105"
[    54.445] (**) Option "xkb_layout" "de"
[    54.445] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    54.445] (II) event4  - Video Bus: device is a keyboard
[    54.446] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    54.446] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    54.446] (II) Using input driver 'libinput' for 'Power Button'
[    54.446] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 46 paused 0
[    54.446] (**) Power Button: always reports core events
[    54.446] (**) Option "Device" "/dev/input/event1"
[    54.446] (**) Option "_source" "server/udev"
[    54.447] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    54.447] (II) event1  - Power Button: device is a keyboard
[    54.447] (II) event1  - Power Button: device removed
[    54.447] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    54.447] (**) Option "xkb_model" "pc105"
[    54.447] (**) Option "xkb_layout" "de"
[    54.448] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    54.448] (II) event1  - Power Button: device is a keyboard
[    54.448] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    54.448] (II) No input driver specified, ignoring this device.
[    54.448] (II) This device may have been added with another device file.
[    54.448] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event20)
[    54.448] (II) No input driver specified, ignoring this device.
[    54.448] (II) This device may have been added with another device file.
[    54.449] (II) config/udev: Adding input device Logitech K330 (/dev/input/event8)
[    54.449] (**) Logitech K330: Applying InputClass "libinput keyboard catchall"
[    54.449] (II) Using input driver 'libinput' for 'Logitech K330'
[    54.450] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 47 paused 0
[    54.450] (**) Logitech K330: always reports core events
[    54.450] (**) Option "Device" "/dev/input/event8"
[    54.450] (**) Option "_source" "server/udev"
[    54.451] (II) event8  - Logitech K330: is tagged by udev as: Keyboard
[    54.451] (II) event8  - Logitech K330: device is a keyboard
[    54.451] (II) event8  - Logitech K330: device removed
[    54.451] (II) libinput: Logitech K330: needs a virtual subdevice
[    54.451] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:4016.0005/input/input17/event8"
[    54.451] (**) Option "AccelerationScheme" "none"
[    54.451] (**) Logitech K330: (accel) selected scheme none/0
[    54.451] (**) Logitech K330: (accel) acceleration factor: 2.000
[    54.451] (**) Logitech K330: (accel) acceleration threshold: 4
[    54.452] (II) event8  - Logitech K330: is tagged by udev as: Keyboard
[    54.452] (II) event8  - Logitech K330: device is a keyboard
[    54.453] (II) config/udev: Adding input device Logitech M215 2nd Gen (/dev/input/event7)
[    54.453] (**) Logitech M215 2nd Gen: Applying InputClass "libinput pointer catchall"
[    54.453] (II) Using input driver 'libinput' for 'Logitech M215 2nd Gen'
[    54.453] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 48 paused 0
[    54.453] (**) Logitech M215 2nd Gen: always reports core events
[    54.453] (**) Option "Device" "/dev/input/event7"
[    54.453] (**) Option "_source" "server/udev"
[    54.455] (II) event7  - Logitech M215 2nd Gen: is tagged by udev as: Mouse
[    54.455] (II) event7  - Logitech M215 2nd Gen: device is a pointer
[    54.455] (II) event7  - Logitech M215 2nd Gen: device removed
[    54.455] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:401B.0004/input/input18/event7"
[    54.455] (**) Option "AccelerationScheme" "none"
[    54.455] (**) Logitech M215 2nd Gen: (accel) selected scheme none/0
[    54.455] (**) Logitech M215 2nd Gen: (accel) acceleration factor: 2.000
[    54.455] (**) Logitech M215 2nd Gen: (accel) acceleration threshold: 4
[    54.456] (II) event7  - Logitech M215 2nd Gen: is tagged by udev as: Mouse
[    54.456] (II) event7  - Logitech M215 2nd Gen: device is a pointer
[    54.456] (II) config/udev: Adding input device Logitech M215 2nd Gen (/dev/input/mouse1)
[    54.456] (II) No input driver specified, ignoring this device.
[    54.456] (II) This device may have been added with another device file.
[    54.457] (II) config/udev: Adding input device HP Wide Vision HD: HP Wide Visi (/dev/input/event12)
[    54.457] (**) HP Wide Vision HD: HP Wide Visi: Applying InputClass "libinput keyboard catchall"
[    54.457] (II) Using input driver 'libinput' for 'HP Wide Vision HD: HP Wide Visi'
[    54.457] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 49 paused 0
[    54.457] (**) HP Wide Vision HD: HP Wide Visi: always reports core events
[    54.457] (**) Option "Device" "/dev/input/event12"
[    54.457] (**) Option "_source" "server/udev"
[    54.458] (II) event12 - HP Wide Vision HD: HP Wide Visi: is tagged by udev as: Keyboard
[    54.458] (II) event12 - HP Wide Vision HD: HP Wide Visi: device is a keyboard
[    54.458] (II) event12 - HP Wide Vision HD: HP Wide Visi: device removed
[    54.459] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input22/event12"
[    54.459] (**) Option "xkb_model" "pc105"
[    54.459] (**) Option "xkb_layout" "de"
[    54.459] (II) event12 - HP Wide Vision HD: HP Wide Visi: is tagged by udev as: Keyboard
[    54.459] (II) event12 - HP Wide Vision HD: HP Wide Visi: device is a keyboard
[    54.460] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event13)
[    54.460] (II) No input driver specified, ignoring this device.
[    54.460] (II) This device may have been added with another device file.
[    54.460] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event14)
[    54.460] (II) No input driver specified, ignoring this device.
[    54.460] (II) This device may have been added with another device file.
[    54.460] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event15)
[    54.460] (II) No input driver specified, ignoring this device.
[    54.460] (II) This device may have been added with another device file.
[    54.460] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event16)
[    54.460] (II) No input driver specified, ignoring this device.
[    54.460] (II) This device may have been added with another device file.
[    54.461] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event17)
[    54.461] (II) No input driver specified, ignoring this device.
[    54.461] (II) This device may have been added with another device file.
[    54.461] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event18)
[    54.461] (II) No input driver specified, ignoring this device.
[    54.461] (II) This device may have been added with another device file.
[    54.461] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event19)
[    54.461] (II) No input driver specified, ignoring this device.
[    54.461] (II) This device may have been added with another device file.
[    54.461] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    54.461] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    54.461] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    54.462] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 50 paused 0
[    54.462] (**) AT Translated Set 2 keyboard: always reports core events
[    54.462] (**) Option "Device" "/dev/input/event3"
[    54.462] (**) Option "_source" "server/udev"
[    54.463] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    54.463] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    54.463] (II) event3  - AT Translated Set 2 keyboard: device removed
[    54.463] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    54.463] (**) Option "xkb_model" "pc105"
[    54.463] (**) Option "xkb_layout" "de"
[    54.464] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    54.464] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    54.465] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
[    54.465] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[    54.465] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[    54.466] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 51 paused 0
[    54.466] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    54.466] (**) Option "Device" "/dev/input/event6"
[    54.466] (**) Option "_source" "server/udev"
[    54.467] (II) event6  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    54.467] (II) event6  - SynPS/2 Synaptics TouchPad: device is a touchpad
[    54.467] (II) event6  - SynPS/2 Synaptics TouchPad: device removed
[    54.468] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event6"
[    54.468] (**) Option "AccelerationScheme" "none"
[    54.468] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[    54.468] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    54.468] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    54.469] (II) event6  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    54.470] (II) event6  - SynPS/2 Synaptics TouchPad: device is a touchpad
[    54.470] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    54.470] (II) No input driver specified, ignoring this device.
[    54.470] (II) This device may have been added with another device file.
[    54.470] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event10)
[    54.470] (II) No input driver specified, ignoring this device.
[    54.470] (II) This device may have been added with another device file.
[    54.471] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/js0)
[    54.471] (II) No input driver specified, ignoring this device.
[    54.471] (II) This device may have been added with another device file.
[    54.472] (II) config/udev: Adding input device HP Wireless hotkeys (/dev/input/event9)
[    54.472] (**) HP Wireless hotkeys: Applying InputClass "libinput keyboard catchall"
[    54.472] (II) Using input driver 'libinput' for 'HP Wireless hotkeys'
[    54.473] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 52 paused 0
[    54.473] (**) HP Wireless hotkeys: always reports core events
[    54.473] (**) Option "Device" "/dev/input/event9"
[    54.473] (**) Option "_source" "server/udev"
[    54.473] (II) event9  - HP Wireless hotkeys: is tagged by udev as: Keyboard
[    54.473] (II) event9  - HP Wireless hotkeys: device is a keyboard
[    54.473] (II) event9  - HP Wireless hotkeys: device removed
[    54.473] (**) Option "config_info" "udev:/sys/devices/virtual/input/input19/event9"
[    54.473] (**) Option "xkb_model" "pc105"
[    54.473] (**) Option "xkb_layout" "de"
[    54.474] (II) event9  - HP Wireless hotkeys: is tagged by udev as: Keyboard
[    54.474] (II) event9  - HP Wireless hotkeys: device is a keyboard
[    54.474] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event11)
[    54.474] (**) HP WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    54.474] (II) Using input driver 'libinput' for 'HP WMI hotkeys'
[    54.475] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 53 paused 0
[    54.475] (**) HP WMI hotkeys: always reports core events
[    54.475] (**) Option "Device" "/dev/input/event11"
[    54.475] (**) Option "_source" "server/udev"
[    54.475] (II) event11 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[    54.475] (II) event11 - HP WMI hotkeys: device is a keyboard
[    54.476] (II) event11 - HP WMI hotkeys: device removed
[    54.476] (**) Option "config_info" "udev:/sys/devices/virtual/input/input21/event11"
[    54.476] (**) Option "xkb_model" "pc105"
[    54.476] (**) Option "xkb_layout" "de"
[    54.476] (II) event11 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[    54.476] (II) event11 - HP WMI hotkeys: device is a keyboard
[    54.479] (**) Logitech K330: Applying InputClass "libinput keyboard catchall"
[    54.479] (II) Using input driver 'libinput' for 'Logitech K330'
[    54.479] (II) systemd-logind: returning pre-existing fd for /dev/input/event8 13:72
[    54.479] (**) Logitech K330: always reports core events
[    54.479] (**) Option "Device" "/dev/input/event8"
[    54.479] (**) Option "_source" "_driver/libinput"
[    54.479] (II) libinput: Logitech K330: is a virtual subdevice
[    54.479] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:4016.0005/input/input17/event8"
[    54.479] (**) Option "xkb_model" "pc105"
[    54.479] (**) Option "xkb_layout" "de"
[    54.483] randr: falling back to unsynchronized pixmap sharing
[    54.727] (**) Option "fd" "41"
[    54.727] (II) event2  - Power Button: device removed
[    54.727] (**) Option "fd" "44"
[    54.727] (II) event5  - Video Bus: device removed
[    54.727] (**) Option "fd" "45"
[    54.728] (II) event4  - Video Bus: device removed
[    54.728] (**) Option "fd" "46"
[    54.728] (II) event1  - Power Button: device removed
[    54.728] (**) Option "fd" "47"
[    54.728] (**) Option "fd" "48"
[    54.728] (II) event7  - Logitech M215 2nd Gen: device removed
[    54.728] (**) Option "fd" "49"
[    54.728] (II) event12 - HP Wide Vision HD: HP Wide Visi: device removed
[    54.728] (**) Option "fd" "50"
[    54.728] (II) event3  - AT Translated Set 2 keyboard: device removed
[    54.729] (**) Option "fd" "51"
[    54.729] (II) event6  - SynPS/2 Synaptics TouchPad: device removed
[    54.729] (**) Option "fd" "52"
[    54.729] (II) event9  - HP Wireless hotkeys: device removed
[    54.729] (**) Option "fd" "53"
[    54.729] (II) event11 - HP WMI hotkeys: device removed
[    54.729] (**) Option "fd" "47"
[    54.729] (II) event8  - Logitech K330: device removed
[    54.765] (II) UnloadModule: "libinput"
[    54.765] (II) systemd-logind: not releasing fd for 13:72, still in use
[    54.765] (II) UnloadModule: "libinput"
[    54.765] (II) systemd-logind: releasing fd for 13:75
[    54.784] (II) UnloadModule: "libinput"
[    54.784] (II) systemd-logind: releasing fd for 13:73
[    54.816] (II) UnloadModule: "libinput"
[    54.816] (II) systemd-logind: releasing fd for 13:70
[    54.860] (II) UnloadModule: "libinput"
[    54.860] (II) systemd-logind: releasing fd for 13:67
[    54.884] (II) UnloadModule: "libinput"
[    54.884] (II) systemd-logind: releasing fd for 13:76
[    54.932] (II) UnloadModule: "libinput"
[    54.932] (II) systemd-logind: releasing fd for 13:71
[    54.972] (II) UnloadModule: "libinput"
[    54.972] (II) systemd-logind: releasing fd for 13:72
[    54.988] (II) UnloadModule: "libinput"
[    54.988] (II) systemd-logind: releasing fd for 13:65
[    55.016] (II) UnloadModule: "libinput"
[    55.016] (II) systemd-logind: releasing fd for 13:68
[    55.036] (II) UnloadModule: "libinput"
[    55.036] (II) systemd-logind: releasing fd for 13:69
[    55.066] (II) UnloadModule: "libinput"
[    55.066] (II) systemd-logind: releasing fd for 13:66
[    55.225] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[    55.258] (==) modeset(G0): DPMS enabled
[    55.259] (II) modeset(G0): [DRI2] Setup complete
[    55.259] (II) modeset(G0): [DRI2]   DRI driver: i965
[    55.259] (II) modeset(G0): [DRI2]   VDPAU driver: va_gl
[    55.273] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    55.274] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    55.274] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    55.274] (--) NVIDIA(GPU-0): 
[    55.306] (II) NVIDIA(0): Setting mode "NULL"
[    55.312] (==) NVIDIA(0): Disabling shared memory pixmaps
[    55.312] (==) NVIDIA(0): DPMS enabled
[    55.312] (II) Loading sub module "dri2"
[    55.312] (II) LoadModule: "dri2"
[    55.312] (II) Module "dri2" already built-in
[    55.312] (II) NVIDIA(0): [DRI2] Setup complete
[    55.312] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    55.312] (II) Initializing extension Generic Event Extension
[    55.312] (II) Initializing extension SHAPE
[    55.312] (II) Initializing extension MIT-SHM
[    55.312] (II) Initializing extension XInputExtension
[    55.313] (II) Initializing extension XTEST
[    55.313] (II) Initializing extension BIG-REQUESTS
[    55.313] (II) Initializing extension SYNC
[    55.313] (II) Initializing extension XKEYBOARD
[    55.313] (II) Initializing extension XC-MISC
[    55.313] (II) Initializing extension SECURITY
[    55.313] (II) Initializing extension XFIXES
[    55.313] (II) Initializing extension RENDER
[    55.313] (II) Initializing extension RANDR
[    55.313] (II) Initializing extension COMPOSITE
[    55.314] (II) Initializing extension DAMAGE
[    55.314] (II) Initializing extension MIT-SCREEN-SAVER
[    55.314] (II) Initializing extension DOUBLE-BUFFER
[    55.314] (II) Initializing extension RECORD
[    55.314] (II) Initializing extension DPMS
[    55.314] (II) Initializing extension Present
[    55.314] (II) Initializing extension DRI3
[    55.314] (II) Initializing extension X-Resource
[    55.314] (II) Initializing extension XVideo
[    55.314] (II) Initializing extension XVideo-MotionCompensation
[    55.314] (II) Initializing extension SELinux
[    55.314] (II) SELinux: Disabled on system
[    55.314] (II) Initializing extension GLX
[    55.314] (II) Initializing extension GLX
[    55.314] (II) Indirect GLX disabled.
[    55.314] (II) GLX: Another vendor is already registered for screen 0
[    55.314] (II) Initializing extension XFree86-VidModeExtension
[    55.315] (II) Initializing extension XFree86-DGA
[    55.315] (II) Initializing extension XFree86-DRI
[    55.315] (II) Initializing extension DRI2
[    55.315] (II) Initializing extension NV-GLX
[    55.315] (II) Initializing extension NV-CONTROL
[    55.324] (EE) modeset(G0): failed to set mode: No space left on device
[    55.324] (EE) 
Fatal server error:
[    55.324] (EE) failed to create screen resources(EE) 
[    55.324] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[    55.324] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    55.324] (EE) 
[    55.344] (EE) Server terminated with error (1). Closing log file.