ubuntuusers.de

cat /var/log/Xorg.0.log

Autor:
Jamou
Datum:
27. August 2016 13:30
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
wr@wr-Predator-G3-605:~$ cat /var/log/Xorg.0.log
[     2.375] 
X.Org X Server 1.18.3
Release Date: 2016-04-04
[     2.375] X Protocol Version 11, Revision 0
[     2.375] Build Operating System: Linux 3.13.0-92-generic x86_64 Ubuntu
[     2.375] Current Operating System: Linux wr-Predator-G3-605 4.4.0-34-generic #53-Ubuntu SMP Wed Jul 27 16:06:39 UTC 2016 x86_64
[     2.375] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-34-generic root=UUID=ef487154-fb0b-42fa-813a-cd344b73d9c4 ro quiet splash
[     2.375] Build Date: 22 July 2016  07:50:34AM
[     2.375] xorg-server 2:1.18.3-1ubuntu2.3 (For technical support please see http://www.ubuntu.com/support) 
[     2.375] Current version of pixman: 0.33.6
[     2.375] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     2.375] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     2.375] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Aug 27 11:56:53 2016
[     2.377] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     2.388] (==) No Layout section.  Using the first Screen section.
[     2.388] (==) No screen section available. Using defaults.
[     2.388] (**) |-->Screen "Default Screen Section" (0)
[     2.388] (**) |   |-->Monitor "<default monitor>"
[     2.388] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     2.388] (==) Automatically adding devices
[     2.388] (==) Automatically enabling devices
[     2.388] (==) Automatically adding GPU devices
[     2.388] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     2.388] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[     2.388] 	Entry deleted from font path.
[     2.388] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[     2.388] 	Entry deleted from font path.
[     2.388] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[     2.388] 	Entry deleted from font path.
[     2.388] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[     2.388] 	Entry deleted from font path.
[     2.388] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[     2.388] 	Entry deleted from font path.
[     2.388] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[     2.389] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[     2.389] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     2.389] (II) Loader magic: 0x55c81dea1da0
[     2.389] (II) Module ABI versions:
[     2.389] 	X.Org ANSI C Emulation: 0.4
[     2.389] 	X.Org Video Driver: 20.0
[     2.389] 	X.Org XInput driver : 22.1
[     2.389] 	X.Org Server Extension : 9.0
[     2.389] (++) using VT number 7

[     2.389] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     2.389] (II) xfree86: Adding drm device (/dev/dri/card0)
[     2.390] (--) PCI:*(0:1:0:0) 10de:118e:174b:6265 rev 161, Mem @ 0xf6000000/16777216, 0xe8000000/134217728, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[     2.390] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere.
[     2.390] (II) "glx" will be loaded by default.
[     2.390] (II) LoadModule: "glx"
[     2.390] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so
[     2.441] (II) Module glx: vendor="NVIDIA Corporation"
[     2.441] 	compiled for 4.0.2, module version = 1.0.0
[     2.441] 	Module class: X.Org Server Extension
[     2.441] (II) NVIDIA GLX Module  361.42  Tue Mar 22 17:25:45 PDT 2016
[     2.442] (==) Matched nvidia as autoconfigured driver 0
[     2.442] (==) Matched nouveau as autoconfigured driver 1
[     2.442] (==) Matched nvidia as autoconfigured driver 2
[     2.442] (==) Matched nouveau as autoconfigured driver 3
[     2.442] (==) Matched modesetting as autoconfigured driver 4
[     2.442] (==) Matched fbdev as autoconfigured driver 5
[     2.442] (==) Matched vesa as autoconfigured driver 6
[     2.442] (==) Assigned the driver to the xf86ConfigLayout
[     2.442] (II) LoadModule: "nvidia"
[     2.442] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so
[     2.446] (II) Module nvidia: vendor="NVIDIA Corporation"
[     2.446] 	compiled for 4.0.2, module version = 1.0.0
[     2.446] 	Module class: X.Org Video Driver
[     2.447] (II) LoadModule: "nouveau"
[     2.448] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[     2.449] (II) Module nouveau: vendor="X.Org Foundation"
[     2.449] 	compiled for 1.18.1, module version = 1.0.12
[     2.449] 	Module class: X.Org Video Driver
[     2.449] 	ABI class: X.Org Video Driver, version 20.0
[     2.449] (II) LoadModule: "modesetting"
[     2.449] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     2.449] (II) Module modesetting: vendor="X.Org Foundation"
[     2.449] 	compiled for 1.18.3, module version = 1.18.3
[     2.449] 	Module class: X.Org Video Driver
[     2.449] 	ABI class: X.Org Video Driver, version 20.0
[     2.449] (II) LoadModule: "fbdev"
[     2.449] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[     2.450] (II) Module fbdev: vendor="X.Org Foundation"
[     2.450] 	compiled for 1.18.1, module version = 0.4.4
[     2.450] 	Module class: X.Org Video Driver
[     2.450] 	ABI class: X.Org Video Driver, version 20.0
[     2.450] (II) LoadModule: "vesa"
[     2.450] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[     2.450] (II) Module vesa: vendor="X.Org Foundation"
[     2.450] 	compiled for 1.18.1, module version = 2.3.4
[     2.450] 	Module class: X.Org Video Driver
[     2.450] 	ABI class: X.Org Video Driver, version 20.0
[     2.450] (II) NVIDIA dlloader X Driver  361.42  Tue Mar 22 17:04:20 PDT 2016
[     2.450] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     2.450] (II) NOUVEAU driver Date:   Tue Dec 8 15:52:25 2015 +1000
[     2.450] (II) NOUVEAU driver for NVIDIA chipset families :
[     2.450] 	RIVA TNT        (NV04)
[     2.450] 	RIVA TNT2       (NV05)
[     2.450] 	GeForce 256     (NV10)
[     2.450] 	GeForce 2       (NV11, NV15)
[     2.450] 	GeForce 4MX     (NV17, NV18)
[     2.450] 	GeForce 3       (NV20)
[     2.450] 	GeForce 4Ti     (NV25, NV28)
[     2.450] 	GeForce FX      (NV3x)
[     2.450] 	GeForce 6       (NV4x)
[     2.450] 	GeForce 7       (G7x)
[     2.450] 	GeForce 8       (G8x)
[     2.450] 	GeForce GTX 200 (NVA0)
[     2.450] 	GeForce GTX 400 (NVC0)
[     2.450] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     2.451] (II) FBDEV: driver for framebuffer: fbdev
[     2.451] (II) VESA: driver for VESA chipsets: vesa
[     2.509] (II) Loading sub module "fb"
[     2.509] (II) LoadModule: "fb"
[     2.509] (II) Loading /usr/lib/xorg/modules/libfb.so
[     2.510] (II) Module fb: vendor="X.Org Foundation"
[     2.510] 	compiled for 1.18.3, module version = 1.0.0
[     2.510] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     2.510] (II) Loading sub module "wfb"
[     2.510] (II) LoadModule: "wfb"
[     2.511] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     2.512] (II) Module wfb: vendor="X.Org Foundation"
[     2.512] 	compiled for 1.18.3, module version = 1.0.0
[     2.512] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     2.512] (II) Loading sub module "ramdac"
[     2.512] (II) LoadModule: "ramdac"
[     2.512] (II) Module "ramdac" already built-in
[     2.517] (WW) Falling back to old probe method for modesetting
[     2.517] (WW) Falling back to old probe method for fbdev
[     2.517] (II) Loading sub module "fbdevhw"
[     2.517] (II) LoadModule: "fbdevhw"
[     2.517] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[     2.518] (II) Module fbdevhw: vendor="X.Org Foundation"
[     2.518] 	compiled for 1.18.3, module version = 0.0.2
[     2.518] 	ABI class: X.Org Video Driver, version 20.0
[     2.518] (EE) open /dev/fb0: No such file or directory
[     2.518] (WW) Falling back to old probe method for vesa
[     2.518] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     2.518] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[     2.518] (==) NVIDIA(0): RGB weight 888
[     2.518] (==) NVIDIA(0): Default visual is TrueColor
[     2.518] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     2.519] (**) NVIDIA(0): Enabling 2D acceleration
[     2.843] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[     2.843] (--) NVIDIA(0):     CRT-0
[     2.843] (--) NVIDIA(0):     DFP-0 (boot)
[     2.843] (--) NVIDIA(0):     DFP-1
[     2.843] (--) NVIDIA(0):     DFP-2
[     2.843] (--) NVIDIA(0):     DFP-3
[     2.843] (--) NVIDIA(0):     DFP-4
[     2.850] (--) NVIDIA(0): CRT-0: disconnected
[     2.850] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[     2.850] (--) NVIDIA(0): 
[     2.862] (--) NVIDIA(0): Medion MD20444 (DFP-0): connected
[     2.862] (--) NVIDIA(0): Medion MD20444 (DFP-0): Internal TMDS
[     2.862] (--) NVIDIA(0): Medion MD20444 (DFP-0): 330.0 MHz maximum pixel clock
[     2.862] (--) NVIDIA(0): 
[     2.874] (--) NVIDIA(0): HP 23xi (DFP-1): connected
[     2.874] (--) NVIDIA(0): HP 23xi (DFP-1): Internal TMDS
[     2.874] (--) NVIDIA(0): HP 23xi (DFP-1): 340.0 MHz maximum pixel clock
[     2.874] (--) NVIDIA(0): 
[     2.874] (--) NVIDIA(0): DFP-2: disconnected
[     2.874] (--) NVIDIA(0): DFP-2: Internal TMDS
[     2.874] (--) NVIDIA(0): DFP-2: 165.0 MHz maximum pixel clock
[     2.874] (--) NVIDIA(0): 
[     2.874] (--) NVIDIA(0): DFP-3: disconnected
[     2.874] (--) NVIDIA(0): DFP-3: Internal TMDS
[     2.874] (--) NVIDIA(0): DFP-3: 330.0 MHz maximum pixel clock
[     2.874] (--) NVIDIA(0): 
[     2.874] (--) NVIDIA(0): DFP-4: disconnected
[     2.874] (--) NVIDIA(0): DFP-4: Internal DisplayPort
[     2.874] (--) NVIDIA(0): DFP-4: 960.0 MHz maximum pixel clock
[     2.874] (--) NVIDIA(0): 
[     2.874] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
[     2.875] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 760 (192-bit) (GK104) at PCI:1:0:0
[     2.875] (II) NVIDIA(0):     (GPU-0)
[     2.875] (--) NVIDIA(0): Memory: 1572864 kBytes
[     2.875] (--) NVIDIA(0): VideoBIOS: 80.04.4d.00.27
[     2.875] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[     2.875] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[     2.875] (**) NVIDIA(0):     device Medion MD20444 (DFP-0) (Using EDID frequencies has
[     2.875] (**) NVIDIA(0):     been enabled on all display devices.)
[     2.877] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[     2.877] (**) NVIDIA(0):     device HP 23xi (DFP-1) (Using EDID frequencies has been
[     2.877] (**) NVIDIA(0):     enabled on all display devices.)
[     2.878] (==) NVIDIA(0): 
[     2.878] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[     2.878] (==) NVIDIA(0):     will be used as the requested mode.
[     2.878] (==) NVIDIA(0): 
[     2.878] (II) NVIDIA(0): Validated MetaModes:
[     2.878] (II) NVIDIA(0):     "DFP-0:nvidia-auto-select,DFP-1:nvidia-auto-select"
[     2.878] (II) NVIDIA(0): Virtual screen size determined to be 3840 x 1080
[     2.883] (--) NVIDIA(0): DPI set to (95, 94); computed from "UseEdidDpi" X config
[     2.883] (--) NVIDIA(0):     option
[     2.883] (II) UnloadModule: "nouveau"
[     2.883] (II) Unloading nouveau
[     2.883] (II) UnloadModule: "modesetting"
[     2.883] (II) Unloading modesetting
[     2.883] (II) UnloadModule: "fbdev"
[     2.883] (II) Unloading fbdev
[     2.883] (II) UnloadSubModule: "fbdevhw"
[     2.883] (II) Unloading fbdevhw
[     2.883] (II) UnloadModule: "vesa"
[     2.883] (II) Unloading vesa
[     2.883] (--) Depth 24 pixmap format is 32 bpp
[     2.884] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[     2.884] (II) NVIDIA:     access.
[     2.910] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select,DFP-1:nvidia-auto-select"
[     2.958] (==) NVIDIA(0): Disabling shared memory pixmaps
[     2.958] (==) NVIDIA(0): Backing store enabled
[     2.958] (==) NVIDIA(0): Silken mouse enabled
[     2.959] (==) NVIDIA(0): DPMS enabled
[     2.959] (II) Loading sub module "x11glvnd"
[     2.959] (II) LoadModule: "x11glvnd"
[     2.960] (WW) Warning, couldn't open module x11glvnd
[     2.960] (II) UnloadModule: "x11glvnd"
[     2.960] (II) Unloading x11glvnd
[     2.960] (II) x11glvnd Loading
[     2.960] (II) Loading sub module "dri2"
[     2.960] (II) LoadModule: "dri2"
[     2.960] (II) Module "dri2" already built-in
[     2.960] (II) NVIDIA(0): [DRI2] Setup complete
[     2.960] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     2.960] (--) RandR disabled
[     2.963] (II) SELinux: Disabled on system
[     2.963] (II) Initializing extension GLX
[     2.963] (II) Indirect GLX disabled.
[     2.996] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     2.996] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     2.996] (II) LoadModule: "evdev"
[     2.996] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     2.999] (II) Module evdev: vendor="X.Org Foundation"
[     2.999] 	compiled for 1.18.1, module version = 2.10.1
[     2.999] 	Module class: X.Org XInput Driver
[     2.999] 	ABI class: X.Org XInput driver, version 22.1
[     2.999] (II) Using input driver 'evdev' for 'Power Button'
[     2.999] (**) Power Button: always reports core events
[     2.999] (**) evdev: Power Button: Device: "/dev/input/event1"
[     2.999] (--) evdev: Power Button: Vendor 0 Product 0x1
[     2.999] (--) evdev: Power Button: Found keys
[     2.999] (II) evdev: Power Button: Configuring as keyboard
[     2.999] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[     2.999] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     2.999] (**) Option "xkb_rules" "evdev"
[     2.999] (**) Option "xkb_model" "pc105"
[     2.999] (**) Option "xkb_layout" "de"
[     3.009] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     3.009] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     3.009] (II) Using input driver 'evdev' for 'Power Button'
[     3.009] (**) Power Button: always reports core events
[     3.009] (**) evdev: Power Button: Device: "/dev/input/event0"
[     3.009] (--) evdev: Power Button: Vendor 0 Product 0x1
[     3.009] (--) evdev: Power Button: Found keys
[     3.009] (II) evdev: Power Button: Configuring as keyboard
[     3.009] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[     3.009] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[     3.009] (**) Option "xkb_rules" "evdev"
[     3.009] (**) Option "xkb_model" "pc105"
[     3.009] (**) Option "xkb_layout" "de"
[     3.009] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event7)
[     3.009] (II) No input driver specified, ignoring this device.
[     3.009] (II) This device may have been added with another device file.
[     3.009] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event8)
[     3.009] (II) No input driver specified, ignoring this device.
[     3.009] (II) This device may have been added with another device file.
[     3.009] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event9)
[     3.009] (II) No input driver specified, ignoring this device.
[     3.009] (II) This device may have been added with another device file.
[     3.009] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event10)
[     3.009] (II) No input driver specified, ignoring this device.
[     3.009] (II) This device may have been added with another device file.
[     3.010] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard (/dev/input/event11)
[     3.010] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "evdev keyboard catchall"
[     3.010] (II) Using input driver 'evdev' for 'Logitech Logitech Illuminated Keyboard'
[     3.010] (**) Logitech Logitech Illuminated Keyboard: always reports core events
[     3.010] (**) evdev: Logitech Logitech Illuminated Keyboard: Device: "/dev/input/event11"
[     3.010] (--) evdev: Logitech Logitech Illuminated Keyboard: Vendor 0x46d Product 0xc318
[     3.010] (--) evdev: Logitech Logitech Illuminated Keyboard: Found keys
[     3.010] (II) evdev: Logitech Logitech Illuminated Keyboard: Configuring as keyboard
[     3.010] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/0003:046D:C318.0001/input/input14/event11"
[     3.010] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard" (type: KEYBOARD, id 8)
[     3.010] (**) Option "xkb_rules" "evdev"
[     3.010] (**) Option "xkb_model" "pc105"
[     3.010] (**) Option "xkb_layout" "de"
[     3.010] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard (/dev/input/event12)
[     3.010] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "evdev keyboard catchall"
[     3.010] (II) Using input driver 'evdev' for 'Logitech Logitech Illuminated Keyboard'
[     3.010] (**) Logitech Logitech Illuminated Keyboard: always reports core events
[     3.010] (**) evdev: Logitech Logitech Illuminated Keyboard: Device: "/dev/input/event12"
[     3.010] (--) evdev: Logitech Logitech Illuminated Keyboard: Vendor 0x46d Product 0xc318
[     3.010] (--) evdev: Logitech Logitech Illuminated Keyboard: Found 1 mouse buttons
[     3.010] (--) evdev: Logitech Logitech Illuminated Keyboard: Found scroll wheel(s)
[     3.010] (--) evdev: Logitech Logitech Illuminated Keyboard: Found relative axes
[     3.010] (II) evdev: Logitech Logitech Illuminated Keyboard: Forcing relative x/y axes to exist.
[     3.010] (--) evdev: Logitech Logitech Illuminated Keyboard: Found absolute axes
[     3.010] (II) evdev: Logitech Logitech Illuminated Keyboard: Forcing absolute x/y axes to exist.
[     3.010] (--) evdev: Logitech Logitech Illuminated Keyboard: Found keys
[     3.010] (II) evdev: Logitech Logitech Illuminated Keyboard: Configuring as mouse
[     3.010] (II) evdev: Logitech Logitech Illuminated Keyboard: Configuring as keyboard
[     3.010] (II) evdev: Logitech Logitech Illuminated Keyboard: Adding scrollwheel support
[     3.010] (**) evdev: Logitech Logitech Illuminated Keyboard: YAxisMapping: buttons 4 and 5
[     3.010] (**) evdev: Logitech Logitech Illuminated Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     3.010] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/0003:046D:C318.0002/input/input15/event12"
[     3.010] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard" (type: KEYBOARD, id 9)
[     3.010] (**) Option "xkb_rules" "evdev"
[     3.010] (**) Option "xkb_model" "pc105"
[     3.010] (**) Option "xkb_layout" "de"
[     3.010] (II) evdev: Logitech Logitech Illuminated Keyboard: initialized for relative axes.
[     3.010] (WW) evdev: Logitech Logitech Illuminated Keyboard: ignoring absolute axes.
[     3.010] (**) Logitech Logitech Illuminated Keyboard: (accel) keeping acceleration scheme 1
[     3.010] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration profile 0
[     3.010] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration factor: 2.000
[     3.010] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration threshold: 4
[     3.011] (II) config/udev: Adding input device Logitech USB Laser Mouse (/dev/input/event13)
[     3.011] (**) Logitech USB Laser Mouse: Applying InputClass "evdev pointer catchall"
[     3.011] (II) Using input driver 'evdev' for 'Logitech USB Laser Mouse'
[     3.011] (**) Logitech USB Laser Mouse: always reports core events
[     3.011] (**) evdev: Logitech USB Laser Mouse: Device: "/dev/input/event13"
[     3.064] (--) evdev: Logitech USB Laser Mouse: Vendor 0x46d Product 0xc069
[     3.064] (--) evdev: Logitech USB Laser Mouse: Found 12 mouse buttons
[     3.064] (--) evdev: Logitech USB Laser Mouse: Found scroll wheel(s)
[     3.064] (--) evdev: Logitech USB Laser Mouse: Found relative axes
[     3.064] (--) evdev: Logitech USB Laser Mouse: Found x and y relative axes
[     3.064] (II) evdev: Logitech USB Laser Mouse: Configuring as mouse
[     3.064] (II) evdev: Logitech USB Laser Mouse: Adding scrollwheel support
[     3.064] (**) evdev: Logitech USB Laser Mouse: YAxisMapping: buttons 4 and 5
[     3.064] (**) evdev: Logitech USB Laser Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     3.064] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/0003:046D:C069.0003/input/input16/event13"
[     3.064] (II) XINPUT: Adding extended input device "Logitech USB Laser Mouse" (type: MOUSE, id 10)
[     3.064] (II) evdev: Logitech USB Laser Mouse: initialized for relative axes.
[     3.064] (**) Logitech USB Laser Mouse: (accel) keeping acceleration scheme 1
[     3.064] (**) Logitech USB Laser Mouse: (accel) acceleration profile 0
[     3.064] (**) Logitech USB Laser Mouse: (accel) acceleration factor: 2.000
[     3.064] (**) Logitech USB Laser Mouse: (accel) acceleration threshold: 4
[     3.064] (II) config/udev: Adding input device Logitech USB Laser Mouse (/dev/input/mouse0)
[     3.064] (II) No input driver specified, ignoring this device.
[     3.064] (II) This device may have been added with another device file.
[     3.064] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event2)
[     3.064] (II) No input driver specified, ignoring this device.
[     3.064] (II) This device may have been added with another device file.
[     3.064] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event3)
[     3.064] (II) No input driver specified, ignoring this device.
[     3.064] (II) This device may have been added with another device file.
[     3.065] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event4)
[     3.065] (II) No input driver specified, ignoring this device.
[     3.065] (II) This device may have been added with another device file.
[     3.065] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event5)
[     3.065] (II) No input driver specified, ignoring this device.
[     3.065] (II) This device may have been added with another device file.
[     3.065] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event6)
[     3.065] (II) No input driver specified, ignoring this device.
[     3.065] (II) This device may have been added with another device file.
[     3.068] (II) config/udev: Adding input device Logitech USB Laser Mouse (/dev/input/mouse0)
[     3.068] (II) No input driver specified, ignoring this device.
[     3.068] (II) This device may have been added with another device file.
[     3.068] (WW) config/udev: device Logitech Logitech Illuminated Keyboard already added. Ignoring.
[     3.068] (WW) config/udev: device Logitech Logitech Illuminated Keyboard already added. Ignoring.
[     3.068] (WW) config/udev: device Logitech USB Laser Mouse already added. Ignoring.
[     3.465] (--) NVIDIA(GPU-0): CRT-0: disconnected
[     3.465] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[     3.465] (--) NVIDIA(GPU-0): 
[     3.477] (--) NVIDIA(GPU-0): Medion MD20444 (DFP-0): connected
[     3.477] (--) NVIDIA(GPU-0): Medion MD20444 (DFP-0): Internal TMDS
[     3.477] (--) NVIDIA(GPU-0): Medion MD20444 (DFP-0): 330.0 MHz maximum pixel clock
[     3.477] (--) NVIDIA(GPU-0): 
[     3.489] (--) NVIDIA(GPU-0): HP 23xi (DFP-1): connected
[     3.489] (--) NVIDIA(GPU-0): HP 23xi (DFP-1): Internal TMDS
[     3.489] (--) NVIDIA(GPU-0): HP 23xi (DFP-1): 340.0 MHz maximum pixel clock
[     3.489] (--) NVIDIA(GPU-0): 
[     3.489] (--) NVIDIA(GPU-0): DFP-2: disconnected
[     3.489] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[     3.489] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[     3.489] (--) NVIDIA(GPU-0): 
[     3.489] (--) NVIDIA(GPU-0): DFP-3: disconnected
[     3.489] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[     3.489] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[     3.489] (--) NVIDIA(GPU-0): 
[     3.489] (--) NVIDIA(GPU-0): DFP-4: disconnected
[     3.489] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[     3.489] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[     3.489] (--) NVIDIA(GPU-0): 
[     3.696] (--) NVIDIA(GPU-0): CRT-0: disconnected
[     3.696] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[     3.696] (--) NVIDIA(GPU-0): 
[     3.708] (--) NVIDIA(GPU-0): Medion MD20444 (DFP-0): connected
[     3.708] (--) NVIDIA(GPU-0): Medion MD20444 (DFP-0): Internal TMDS
[     3.708] (--) NVIDIA(GPU-0): Medion MD20444 (DFP-0): 330.0 MHz maximum pixel clock
[     3.708] (--) NVIDIA(GPU-0): 
[     3.719] (--) NVIDIA(GPU-0): HP 23xi (DFP-1): connected
[     3.719] (--) NVIDIA(GPU-0): HP 23xi (DFP-1): Internal TMDS
[     3.719] (--) NVIDIA(GPU-0): HP 23xi (DFP-1): 340.0 MHz maximum pixel clock
[     3.719] (--) NVIDIA(GPU-0): 
[     3.720] (--) NVIDIA(GPU-0): DFP-2: disconnected
[     3.720] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[     3.720] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[     3.720] (--) NVIDIA(GPU-0): 
[     3.720] (--) NVIDIA(GPU-0): DFP-3: disconnected
[     3.720] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[     3.720] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[     3.720] (--) NVIDIA(GPU-0): 
[     3.720] (--) NVIDIA(GPU-0): DFP-4: disconnected
[     3.720] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[     3.720] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[     3.720] (--) NVIDIA(GPU-0): 
[    15.552] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    15.552] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    15.552] (--) NVIDIA(GPU-0): 
[    15.568] (--) NVIDIA(GPU-0): Medion MD20444 (DFP-0): connected
[    15.568] (--) NVIDIA(GPU-0): Medion MD20444 (DFP-0): Internal TMDS
[    15.568] (--) NVIDIA(GPU-0): Medion MD20444 (DFP-0): 330.0 MHz maximum pixel clock
[    15.568] (--) NVIDIA(GPU-0): 
[    15.580] (--) NVIDIA(GPU-0): HP 23xi (DFP-1): connected
[    15.580] (--) NVIDIA(GPU-0): HP 23xi (DFP-1): Internal TMDS
[    15.580] (--) NVIDIA(GPU-0): HP 23xi (DFP-1): 340.0 MHz maximum pixel clock
[    15.580] (--) NVIDIA(GPU-0): 
[    15.580] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    15.580] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    15.580] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    15.580] (--) NVIDIA(GPU-0): 
[    15.580] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    15.580] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    15.580] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[    15.580] (--) NVIDIA(GPU-0): 
[    15.580] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    15.580] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    15.580] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[    15.580] (--) NVIDIA(GPU-0): 
[    16.787] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    16.787] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    16.787] (--) NVIDIA(GPU-0): 
[    16.800] (--) NVIDIA(GPU-0): Medion MD20444 (DFP-0): connected
[    16.800] (--) NVIDIA(GPU-0): Medion MD20444 (DFP-0): Internal TMDS
[    16.800] (--) NVIDIA(GPU-0): Medion MD20444 (DFP-0): 330.0 MHz maximum pixel clock
[    16.800] (--) NVIDIA(GPU-0): 
[    16.811] (--) NVIDIA(GPU-0): HP 23xi (DFP-1): connected
[    16.811] (--) NVIDIA(GPU-0): HP 23xi (DFP-1): Internal TMDS
[    16.811] (--) NVIDIA(GPU-0): HP 23xi (DFP-1): 340.0 MHz maximum pixel clock
[    16.811] (--) NVIDIA(GPU-0): 
[    16.811] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    16.811] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    16.811] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    16.811] (--) NVIDIA(GPU-0): 
[    16.811] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    16.811] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    16.811] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[    16.811] (--) NVIDIA(GPU-0): 
[    16.812] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    16.812] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    16.812] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[    16.812] (--) NVIDIA(GPU-0): 
[    19.457] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    19.457] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    19.457] (--) NVIDIA(GPU-0): 
[    19.469] (--) NVIDIA(GPU-0): Medion MD20444 (DFP-0): connected
[    19.469] (--) NVIDIA(GPU-0): Medion MD20444 (DFP-0): Internal TMDS
[    19.469] (--) NVIDIA(GPU-0): Medion MD20444 (DFP-0): 330.0 MHz maximum pixel clock
[    19.469] (--) NVIDIA(GPU-0): 
[    19.480] (--) NVIDIA(GPU-0): HP 23xi (DFP-1): connected
[    19.480] (--) NVIDIA(GPU-0): HP 23xi (DFP-1): Internal TMDS
[    19.480] (--) NVIDIA(GPU-0): HP 23xi (DFP-1): 340.0 MHz maximum pixel clock
[    19.480] (--) NVIDIA(GPU-0): 
[    19.481] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    19.481] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    19.481] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    19.481] (--) NVIDIA(GPU-0): 
[    19.481] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    19.481] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    19.481] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[    19.481] (--) NVIDIA(GPU-0): 
[    19.481] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    19.481] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    19.481] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[    19.481] (--) NVIDIA(GPU-0): 
[  5448.545] (--) NVIDIA(GPU-0): Medion MD20444 (DFP-0): connected
[  5448.545] (--) NVIDIA(GPU-0): Medion MD20444 (DFP-0): Internal TMDS
[  5448.545] (--) NVIDIA(GPU-0): Medion MD20444 (DFP-0): 330.0 MHz maximum pixel clock
[  5448.545] (--) NVIDIA(GPU-0): 
[  5448.562] (--) NVIDIA(GPU-0): Medion MD20444 (DFP-0): connected
[  5448.562] (--) NVIDIA(GPU-0): Medion MD20444 (DFP-0): Internal TMDS
[  5448.562] (--) NVIDIA(GPU-0): Medion MD20444 (DFP-0): 330.0 MHz maximum pixel clock
[  5448.562] (--) NVIDIA(GPU-0): 
wr@wr-Predator-G3-605:~$