You are not logged in.

#1 2014-10-05 19:54:56

nanawel
Member
Registered: 2012-05-07
Posts: 89
Website

Multiseat with Lightdm broken after updating Mesa

Hi,

I've been using a multiseat configuration for months now, and it was working almost perfectly (almost - multiseating is far from being really stable yet IMHO, but anyway).
I updated mesa-libgl a few days ago and confirmed packages replacement, but right after rebooting my second seat didn't work anymore. The display stays black and no login screen shows up, although I suppose a signal is still sent as the monitor doesn't go into sleep mode. The first seat on the other side is working as usual, no difference noted.

In the processes, I can only see one Xorg instance (used by the first seat), when I'm supposed to have tow instances, one for each seat and with different parameters. It's like the second seat is crashing, but I can see no trace of such crash in the logs (kernel.log or everything.log). Even the Xorg.1.log contains all the informations as if the display was running fine.

The day after updating Mesa, I also updated Lightdm but it didn't change anything (I had a brief hope for a moment).

My configuration is the following :
    - Nvidia GTX 760: used on seat0 as dual-head with Nouveau driver (Layout-Main in Xorg)
    - Intel GMA: used on seat1 on single-head with Intel driver (Layout-Aux in Xorg)

I'm using Lightdm with this configuration:

[LightDM]
minimum-vt=1
run-directory=/run/lightdm

[SeatDefaults]
greeter-session=lightdm-gtk-greeter
greeter-show-manual-login=true
session-wrapper=/etc/lightdm/Xsession
greeter-setup-script=/usr/bin/numlockx on

[Seat:0]
xserver-command=/usr/bin/X :0 -sharevts
xserver-layout=Layout-Main

[Seat:1]
xserver-command=/usr/bin/X :1 -sharevts -novtswitch
xserver-layout=Layout-Aux

The Xorg configuration for the seats is divided into two files:
/etc/X11/xorg.conf.d/50-serverlayout-main.conf

Section "ServerLayout"
    Identifier     "Layout-Main"
    Screen         "Screen-Main" 0 0
    InputDevice    "Logitech-Illuminated" "CoreKeyboard"
    InputDevice    "Logitech-G100S" "CorePointer"
    Option         "AllowEmptyInput"  "true"
EndSection

Section "InputDevice"
    Identifier     "Logitech-G100S"
    Driver         "evdev"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/by-id/usb-Logitech_G100s_Optical_Gaming_Mouse-event-mouse"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"

    Option         "GrabDevice" "on" # prevent send event to other X-servers
EndSection

Section "InputDevice"
    Identifier     "Logitech-Illuminated"
    Driver         "evdev"
    Option         "XkbLayout" "fr"
    Option         "XkbModel" "pc104"
    Option         "Device" "/dev/input/by-id/usb-Logitech_Logitech_Illuminated_Keyboard-event-kbd"
    Option         "GrabDevice" "on" # prevent send event to other X-servers
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Samsung"
    ModelName      "Samsung SyncMaster 2433"
    HorizSync       30.0 - 81.0
    VertRefresh     56.0 - 60.0
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Samsung"
    ModelName      "Samsung SyncMaster 2333sw"
    HorizSync       30.0 - 81.0
    VertRefresh     56.0 - 60.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "NVIDIA-GTX760"
    Driver         "nouveau"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 760"
EndSection

Section "Screen"
    Identifier     "Screen-Main"
    Device         "NVIDIA-GTX760"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

/etc/X11/xorg.conf.d/51-serverlayout-aux.conf

Section "ServerLayout"
    Identifier     "Layout-Aux"
    Screen         "Screen-Aux" 0 0
    InputDevice    "K400r-keyboard" "CoreKeyboard"
    InputDevice    "K400r-keyboard-multimedia" "SendCoreEvents"
    InputDevice    "K400r-mouse" "CorePointer"
    Option         "AllowEmptyInput"  "true"
EndSection

Section "InputDevice"
    Identifier     "K400r-mouse"
    Driver         "evdev"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/by-id/usb-Logitech_USB_Receiver-if02-mouse"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
    Option         "GrabDevice" "on" # prevent send event to other X-servers
EndSection

Section "InputDevice"
    Identifier     "K400r-keyboard"
    Driver         "evdev"
    Option         "XkbLayout" "fr"
    Option         "XkbModel" "pc104"
    Option         "Device" "/dev/input/by-id/usb-Logitech_USB_Receiver-if02-event-mouse"
    Option         "GrabDevice" "on" # prevent send event to other X-servers
EndSection

Section "InputDevice"
    Identifier     "K400r-keyboard-multimedia"
    Driver         "evdev"
    Option         "Device" "/dev/input/by-id/usb-Logitech_USB_Receiver-if02-event-mouse"
    Option         "XkbModel" "evdev"
    Option         "GrabDevice" "on"
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Compaq"
    ModelName      "Compaq Q2159"
    HorizSync       30.0 - 81.0
    VertRefresh     56.0 - 60.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Intel-I915"
    Driver         "intel"
    VendorName     "Intel"
    BoardName      "Intel IGP"
    BusID          "PCI:0:2:0"

#    Option         "NoAccel" "True"
#    Option         "DRI" "False"
#    Option         "TearFree" "true"
#    Option         "AccelMethod" "sna"
EndSection

Section "Screen"
    Identifier     "Screen-Aux"
    Device         "Intel-I915"
    Monitor        "Monitor1"
    DefaultDepth    24
EndSection

When I disable the primary seat configuration in Xorg files (I just prevent the file from being loaded), and after I restart Lightm via

# systemctl restart lightdm

the display shows up correctly on the secondary seat (and not on the primary, which is logical so far). So in the end it seems I just cannot have both seat running at the same time, but individually they work fine.

My logical assumption is that the recent upgrade of the Mesa packages somehow broke this configuration, but I cannot find why and how.

FYI, here's what I tried:
- play with Intel drivers options in Xorg (NoAccel, DRI, ...)
- play with Xorg options on the command line of each seat (-sharevts, -novtswitch)
- switch to Nvidia proprietary drivers (but here also, only the primary seat works, but that may be for a totally different reason, which is why I used Nouveau ever since I set up this configuration)

Here are the Xorg log files:

Xorg.0.log

X.Org X Server 1.16.1
Release Date: 2014-09-21
[     6.853] X Protocol Version 11, Revision 0
[     6.853] Build Operating System: Linux 3.16.1-1-ARCH x86_64 
[     6.853] Current Operating System: Linux leto 3.16.3-1-ARCH #1 SMP PREEMPT Wed Sep 17 21:54:13 CEST 2014 x86_64
[     6.854] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=83e16b30-5b35-4b15-9bce-5ec87c00d46d rw quiet
[     6.854] Build Date: 21 September 2014  10:53:13AM
[     6.854]  
[     6.854] Current version of pixman: 0.32.6
[     6.854]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[     6.854] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     6.854] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Oct  3 23:21:15 2014
[     6.855] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     6.855] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     6.857] (==) ServerLayout "Layout-Main"
[     6.857] (**) |-->Screen "Screen-Main" (0)
[     6.857] (**) |   |-->Monitor "Monitor0"
[     6.857] (**) |   |-->Device "NVIDIA-GTX760"
[     6.857] (**) |-->Input Device "Logitech-Illuminated"
[     6.857] (**) |-->Input Device "Logitech-G100S"
[     6.857] (==) Automatically adding devices
[     6.857] (==) Automatically enabling devices
[     6.857] (==) Automatically adding GPU devices
[     6.858] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[     6.858]     Entry deleted from font path.
[     6.859] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[     6.860]     Entry deleted from font path.
[     6.860]     (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[     6.860] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[     6.860]     Entry deleted from font path.
[     6.860]     (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[     6.860] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
[     6.860] (==) ModulePath set to "/usr/lib/xorg/modules"
[     6.860] (II) Loader magic: 0x818d80
[     6.860] (II) Module ABI versions:
[     6.860]     X.Org ANSI C Emulation: 0.4
[     6.860]     X.Org Video Driver: 18.0
[     6.860]     X.Org XInput driver : 21.0
[     6.860]     X.Org Server Extension : 8.0
[     6.861] (EE) systemd-logind: failed to get session: PID 656 does not belong to any known session
[     6.861] (II) xfree86: Adding drm device (/dev/dri/card0)
[     6.861] (II) xfree86: Adding drm device (/dev/dri/card1)
[     6.862] (--) PCI: (0:0:2:0) 8086:0412:1458:d000 rev 6, Mem @ 0xdb400000/4194304, 0xc0000000/268435456, I/O @ 0x0000f000/64
[     6.862] (--) PCI:*(0:1:0:0) 10de:1187:1462:2848 rev 161, Mem @ 0xda000000/16777216, 0xd0000000/134217728, 0xd8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[     6.862] (II) Open ACPI successful (/var/run/acpid.socket)
[     6.862] (II) LoadModule: "glx"
[     6.863] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     6.873] (II) Module glx: vendor="X.Org Foundation"
[     6.873]     compiled for 1.16.1, module version = 1.0.0
[     6.873]     ABI class: X.Org Server Extension, version 8.0
[     6.873] (==) AIGLX enabled
[     6.873] (II) LoadModule: "nouveau"
[     6.874] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[     6.875] (II) Module nouveau: vendor="X.Org Foundation"
[     6.875]     compiled for 1.16.1, module version = 1.0.11
[     6.875]     Module class: X.Org Video Driver
[     6.875]     ABI class: X.Org Video Driver, version 18.0
[     6.875] (II) LoadModule: "evdev"
[     6.875] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     6.877] (II) Module evdev: vendor="X.Org Foundation"
[     6.877]     compiled for 1.16.0, module version = 2.9.0
[     6.877]     Module class: X.Org XInput Driver
[     6.877]     ABI class: X.Org XInput driver, version 21.0
[     6.877] (II) NOUVEAU driver 
[     6.877] (II) NOUVEAU driver for NVIDIA chipset families :
[     6.877]     RIVA TNT        (NV04)
[     6.877]     RIVA TNT2       (NV05)
[     6.877]     GeForce 256     (NV10)
[     6.877]     GeForce 2       (NV11, NV15)
[     6.877]     GeForce 4MX     (NV17, NV18)
[     6.877]     GeForce 3       (NV20)
[     6.877]     GeForce 4Ti     (NV25, NV28)
[     6.878]     GeForce FX      (NV3x)
[     6.878]     GeForce 6       (NV4x)
[     6.878]     GeForce 7       (G7x)
[     6.878]     GeForce 8       (G8x)
[     6.878]     GeForce GTX 200 (NVA0)
[     6.878]     GeForce GTX 400 (NVC0)
[     6.878] (++) using VT number 1
[     6.878] (II) [drm] nouveau interface version: 1.1.2
[     6.878] (II) Loading sub module "dri2"
[     6.878] (II) LoadModule: "dri2"
[     6.878] (II) Module "dri2" already built-in
[     6.878] (--) NOUVEAU(0): Chipset: "NVIDIA NVE4"
[     6.878] (**) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[     6.878] (==) NOUVEAU(0): RGB weight 888
[     6.878] (==) NOUVEAU(0): Default visual is TrueColor
[     6.878] (==) NOUVEAU(0): Using HW cursor
[     6.878] (==) NOUVEAU(0): GLX sync to VBlank enabled.
[     6.878] (==) NOUVEAU(0): Page flipping enabled
[     6.878] (==) NOUVEAU(0): Swap limit set to 1 [Max allowed 2]
[     6.878] (==) NOUVEAU(0): Page flipping synced to vblank by kernel.
[     6.878] (II) NOUVEAU(0): Initializing outputs ...
[     6.935] (II) NOUVEAU(0): Output DVI-I-1 using monitor section Monitor0
[     6.965] (II) NOUVEAU(0): Output DVI-D-1 has no monitor section
[     6.967] (II) NOUVEAU(0): Output HDMI-1 has no monitor section
[     7.073] (II) NOUVEAU(0): Output DP-1 has no monitor section
[     7.073] (II) NOUVEAU(0): 4 crtcs needed for screen.
[     7.076] (II) NOUVEAU(0): Allocated crtc nr. 0 to this screen.
[     7.076] (II) NOUVEAU(0): Allocated crtc nr. 1 to this screen.
[     7.076] (II) NOUVEAU(0): Allocated crtc nr. 2 to this screen.
[     7.076] (II) NOUVEAU(0): Allocated crtc nr. 3 to this screen.
[     7.134] (II) NOUVEAU(0): EDID for output DVI-I-1
[     7.134] (II) NOUVEAU(0): Manufacturer: SAM  Model: 5c8  Serial#: 1129132596
[     7.134] (II) NOUVEAU(0): Year: 2009  Week: 46
[     7.134] (II) NOUVEAU(0): EDID Version: 1.3
[     7.134] (II) NOUVEAU(0): Digital Display Input
[     7.134] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 52  vert.: 29
[     7.134] (II) NOUVEAU(0): Gamma: 2.20
[     7.134] (II) NOUVEAU(0): DPMS capabilities: Off
[     7.134] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[     7.134] (II) NOUVEAU(0): First detailed timing is preferred mode
[     7.134] (II) NOUVEAU(0): redX: 0.647 redY: 0.334   greenX: 0.284 greenY: 0.607
[     7.134] (II) NOUVEAU(0): blueX: 0.151 blueY: 0.071   whiteX: 0.312 whiteY: 0.329
[     7.134] (II) NOUVEAU(0): Supported established timings:
[     7.134] (II) NOUVEAU(0): 640x480@60Hz
[     7.134] (II) NOUVEAU(0): 800x600@56Hz
[     7.134] (II) NOUVEAU(0): 800x600@60Hz
[     7.134] (II) NOUVEAU(0): 1024x768@60Hz
[     7.134] (II) NOUVEAU(0): Manufacturer's mask: 0
[     7.134] (II) NOUVEAU(0): Supported standard timings:
[     7.134] (II) NOUVEAU(0): #0: hsize: 1280  vsize 800  refresh: 60  vid: 129
[     7.134] (II) NOUVEAU(0): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[     7.134] (II) NOUVEAU(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[     7.134] (II) NOUVEAU(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[     7.134] (II) NOUVEAU(0): #4: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[     7.134] (II) NOUVEAU(0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[     7.134] (II) NOUVEAU(0): Supported detailed timing:
[     7.134] (II) NOUVEAU(0): clock: 148.5 MHz   Image Size:  521 x 293 mm
[     7.134] (II) NOUVEAU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[     7.134] (II) NOUVEAU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[     7.134] (II) NOUVEAU(0): Ranges: V min: 56 V max: 60 Hz, H min: 30 H max: 81 kHz, PixClock max 175 MHz
[     7.134] (II) NOUVEAU(0): Monitor name: SyncMaster
[     7.134] (II) NOUVEAU(0): Serial No: H9XSB06266
[     7.134] (II) NOUVEAU(0): Supported detailed timing:
[     7.134] (II) NOUVEAU(0): clock: 148.5 MHz   Image Size:  521 x 293 mm
[     7.134] (II) NOUVEAU(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[     7.134] (II) NOUVEAU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[     7.134] (II) NOUVEAU(0): Supported detailed timing:
[     7.134] (II) NOUVEAU(0): clock: 74.2 MHz   Image Size:  521 x 293 mm
[     7.134] (II) NOUVEAU(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[     7.134] (II) NOUVEAU(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[     7.134] (II) NOUVEAU(0): Supported detailed timing:
[     7.134] (II) NOUVEAU(0): clock: 74.2 MHz   Image Size:  521 x 293 mm
[     7.134] (II) NOUVEAU(0): h_active: 1280  h_sync: 1720  h_sync_end 1760 h_blank_end 1980 h_border: 0
[     7.134] (II) NOUVEAU(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[     7.134] (II) NOUVEAU(0): Supported detailed timing:
[     7.134] (II) NOUVEAU(0): clock: 27.0 MHz   Image Size:  521 x 293 mm
[     7.134] (II) NOUVEAU(0): h_active: 720  h_sync: 732  h_sync_end 796 h_blank_end 864 h_border: 0
[     7.134] (II) NOUVEAU(0): v_active: 576  v_sync: 581  v_sync_end 586 v_blanking: 625 v_border: 0
[     7.134] (II) NOUVEAU(0): Supported detailed timing:
[     7.134] (II) NOUVEAU(0): clock: 27.0 MHz   Image Size:  521 x 293 mm
[     7.134] (II) NOUVEAU(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[     7.134] (II) NOUVEAU(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[     7.134] (II) NOUVEAU(0): Number of EDID sections to follow: 1
[     7.134] (II) NOUVEAU(0): EDID (in hex):
[     7.134] (II) NOUVEAU(0):     00ffffffffffff004c2dc80534324d43
[     7.134] (II) NOUVEAU(0):     2e13010380341d782aeed1a555489b26
[     7.134] (II) NOUVEAU(0):     1250542308008100814081809500a940
[     7.134] (II) NOUVEAU(0):     b30001010101023a801871382d40582c
[     7.134] (II) NOUVEAU(0):     450009252100001e000000fd00383c1e
[     7.134] (II) NOUVEAU(0):     5111000a202020202020000000fc0053
[     7.134] (II) NOUVEAU(0):     796e634d61737465720a2020000000ff
[     7.134] (II) NOUVEAU(0):     00483958534230363236360a20200111
[     7.134] (II) NOUVEAU(0):     02010400023a80d072382d40102c4580
[     7.134] (II) NOUVEAU(0):     09252100001e011d007251d01e206e28
[     7.134] (II) NOUVEAU(0):     550009252100001e011d00bc52d01e20
[     7.134] (II) NOUVEAU(0):     b828554009252100001e8c0ad0902040
[     7.134] (II) NOUVEAU(0):     31200c4055000925210000188c0ad08a
[     7.134] (II) NOUVEAU(0):     20e02d10103e96000925210000180000
[     7.134] (II) NOUVEAU(0):     00000000000000000000000000000000
[     7.134] (II) NOUVEAU(0):     0000000000000000000000000000005e
[     7.134] (II) NOUVEAU(0): Not using mode "1920x1080" (vrefresh out of range)
[     7.134] (II) NOUVEAU(0): Not using mode "1280x720" (vrefresh out of range)
[     7.134] (II) NOUVEAU(0): Not using mode "720x576" (vrefresh out of range)
[     7.134] (II) NOUVEAU(0): Printing probed modes for output DVI-I-1
[     7.134] (II) NOUVEAU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[     7.134] (II) NOUVEAU(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[     7.134] (II) NOUVEAU(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[     7.134] (II) NOUVEAU(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[     7.134] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[     7.134] (II) NOUVEAU(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[     7.134] (II) NOUVEAU(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[     7.134] (II) NOUVEAU(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[     7.134] (II) NOUVEAU(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[     7.134] (II) NOUVEAU(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[     7.134] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     7.134] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     7.134] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[     7.134] (II) NOUVEAU(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[     7.134] (II) NOUVEAU(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[     7.134] (II) NOUVEAU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     7.134] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     7.164] (II) NOUVEAU(0): EDID for output DVI-D-1
[     7.164] (II) NOUVEAU(0): Manufacturer: SAM  Model: 4de  Serial#: 1129132595
[     7.164] (II) NOUVEAU(0): Year: 2009  Week: 6
[     7.164] (II) NOUVEAU(0): EDID Version: 1.3
[     7.164] (II) NOUVEAU(0): Digital Display Input
[     7.164] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 51  vert.: 29
[     7.164] (II) NOUVEAU(0): Gamma: 2.20
[     7.164] (II) NOUVEAU(0): DPMS capabilities: Off
[     7.164] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[     7.164] (II) NOUVEAU(0): First detailed timing is preferred mode
[     7.164] (II) NOUVEAU(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
[     7.164] (II) NOUVEAU(0): blueX: 0.150 blueY: 0.060   whiteX: 0.312 whiteY: 0.329
[     7.164] (II) NOUVEAU(0): Supported established timings:
[     7.164] (II) NOUVEAU(0): 640x480@60Hz
[     7.164] (II) NOUVEAU(0): 800x600@56Hz
[     7.164] (II) NOUVEAU(0): 800x600@60Hz
[     7.164] (II) NOUVEAU(0): 1024x768@60Hz
[     7.164] (II) NOUVEAU(0): Manufacturer's mask: 0
[     7.164] (II) NOUVEAU(0): Supported standard timings:
[     7.164] (II) NOUVEAU(0): #0: hsize: 1280  vsize 800  refresh: 60  vid: 129
[     7.164] (II) NOUVEAU(0): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[     7.164] (II) NOUVEAU(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[     7.164] (II) NOUVEAU(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[     7.164] (II) NOUVEAU(0): #4: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[     7.164] (II) NOUVEAU(0): #5: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[     7.164] (II) NOUVEAU(0): Supported detailed timing:
[     7.164] (II) NOUVEAU(0): clock: 138.5 MHz   Image Size:  477 x 268 mm
[     7.164] (II) NOUVEAU(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[     7.164] (II) NOUVEAU(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[     7.164] (II) NOUVEAU(0): Ranges: V min: 56 V max: 61 Hz, H min: 30 H max: 75 kHz, PixClock max 175 MHz
[     7.164] (II) NOUVEAU(0): Monitor name: SyncMaster
[     7.164] (II) NOUVEAU(0): Serial No: H9XS201897
[     7.164] (II) NOUVEAU(0): EDID (in hex):
[     7.164] (II) NOUVEAU(0):     00ffffffffffff004c2dde0433324d43
[     7.164] (II) NOUVEAU(0):     0613010380331d782aee91a3544c9926
[     7.164] (II) NOUVEAU(0):     0f50542308008100814081809500b300
[     7.164] (II) NOUVEAU(0):     a940010101011a3680a070381f403020
[     7.164] (II) NOUVEAU(0):     3500dd0c1100001a000000fd00383d1e
[     7.164] (II) NOUVEAU(0):     4b11000a202020202020000000fc0053
[     7.164] (II) NOUVEAU(0):     796e634d61737465720a2020000000ff
[     7.164] (II) NOUVEAU(0):     00483958533230313839370a2020008b
[     7.164] (II) NOUVEAU(0): Printing probed modes for output DVI-D-1
[     7.164] (II) NOUVEAU(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
[     7.164] (II) NOUVEAU(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[     7.164] (II) NOUVEAU(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[     7.164] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[     7.164] (II) NOUVEAU(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[     7.164] (II) NOUVEAU(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[     7.164] (II) NOUVEAU(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[     7.164] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     7.164] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     7.164] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[     7.164] (II) NOUVEAU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     7.166] (II) NOUVEAU(0): EDID for output HDMI-1
[     7.270] (II) NOUVEAU(0): EDID for output DP-1
[     7.270] (II) NOUVEAU(0): Output DVI-I-1 connected
[     7.270] (II) NOUVEAU(0): Output DVI-D-1 connected
[     7.270] (II) NOUVEAU(0): Output HDMI-1 disconnected
[     7.270] (II) NOUVEAU(0): Output DP-1 disconnected
[     7.270] (II) NOUVEAU(0): Using exact sizes for initial modes
[     7.270] (II) NOUVEAU(0): Output DVI-I-1 using initial mode 1920x1080
[     7.270] (II) NOUVEAU(0): Output DVI-D-1 using initial mode 1920x1080
[     7.270] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[     7.270] (--) NOUVEAU(0): Virtual size is 1920x1080 (pitch 0)
[     7.270] (**) NOUVEAU(0):  Driver mode "1920x1080": 138.5 MHz (scaled from 0.0 MHz), 66.6 kHz, 59.9 Hz
[     7.270] (II) NOUVEAU(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
[     7.270] (**) NOUVEAU(0):  Driver mode "1600x1200": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
[     7.270] (II) NOUVEAU(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[     7.270] (**) NOUVEAU(0):  Driver mode "1680x1050": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 59.9 Hz
[     7.270] (II) NOUVEAU(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[     7.270] (**) NOUVEAU(0):  Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
[     7.270] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[     7.270] (**) NOUVEAU(0):  Driver mode "1440x900": 88.8 MHz (scaled from 0.0 MHz), 55.5 kHz, 59.9 Hz
[     7.270] (II) NOUVEAU(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[     7.270] (**) NOUVEAU(0):  Driver mode "1280x960": 108.0 MHz (scaled from 0.0 MHz), 60.0 kHz, 60.0 Hz
[     7.270] (II) NOUVEAU(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[     7.270] (**) NOUVEAU(0):  Driver mode "1280x800": 71.0 MHz (scaled from 0.0 MHz), 49.3 kHz, 59.9 Hz
[     7.270] (II) NOUVEAU(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[     7.270] (**) NOUVEAU(0):  Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
[     7.270] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     7.270] (**) NOUVEAU(0):  Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
[     7.270] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     7.270] (**) NOUVEAU(0):  Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
[     7.270] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[     7.270] (**) NOUVEAU(0):  Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
[     7.270] (II) NOUVEAU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     7.270] (==) NOUVEAU(0): DPI set to (96, 96)
[     7.270] (II) Loading sub module "fb"
[     7.270] (II) LoadModule: "fb"
[     7.270] (II) Loading /usr/lib/xorg/modules/libfb.so
[     7.272] (II) Module fb: vendor="X.Org Foundation"
[     7.272]     compiled for 1.16.1, module version = 1.0.0
[     7.272]     ABI class: X.Org ANSI C Emulation, version 0.4
[     7.272] (II) Loading sub module "shadowfb"
[     7.272] (II) LoadModule: "shadowfb"
[     7.272] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[     7.272] (II) Module shadowfb: vendor="X.Org Foundation"
[     7.272]     compiled for 1.16.1, module version = 1.0.0
[     7.272]     ABI class: X.Org ANSI C Emulation, version 0.4
[     7.272] (--) Depth 24 pixmap format is 32 bpp
[     7.278] (II) NOUVEAU(0): Channel setup complete.
[     7.279] (II) NOUVEAU(0): [COPY] async initialised.
[     7.280] (II) NOUVEAU(0): [DRI2] Setup complete
[     7.280] (II) NOUVEAU(0): [DRI2]   DRI driver: nouveau
[     7.280] (II) NOUVEAU(0): [DRI2]   VDPAU driver: nouveau
[     7.281] (II) Loading sub module "exa"
[     7.281] (II) LoadModule: "exa"
[     7.281] (II) Loading /usr/lib/xorg/modules/libexa.so
[     7.281] (II) Module exa: vendor="X.Org Foundation"
[     7.281]     compiled for 1.16.1, module version = 2.6.0
[     7.281]     ABI class: X.Org Video Driver, version 18.0
[     7.281] (II) EXA(0): Driver allocated offscreen pixmaps
[     7.281] (II) EXA(0): Driver registered support for the following operations:
[     7.281] (II)         Solid
[     7.281] (II)         Copy
[     7.281] (II)         Composite (RENDER acceleration)
[     7.281] (II)         UploadToScreen
[     7.281] (II)         DownloadFromScreen
[     7.281] (==) NOUVEAU(0): Backing store enabled
[     7.281] (==) NOUVEAU(0): Silken mouse enabled
[     7.282] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
[     7.282] (II) NOUVEAU(0): [XvMC] Extension initialized.
[     7.282] (**) NOUVEAU(0): DPMS enabled
[     7.282] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[     7.282] (--) RandR disabled
[     7.363] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[     7.363] (II) AIGLX: enabled GLX_ARB_create_context
[     7.363] (II) AIGLX: enabled GLX_ARB_create_context_profile
[     7.363] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[     7.363] (II) AIGLX: enabled GLX_INTEL_swap_event
[     7.363] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[     7.363] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[     7.363] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[     7.363] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[     7.363] (II) AIGLX: Loaded and initialized nouveau
[     7.363] (II) GLX: Initialized DRI2 GL provider for screen 0
[     7.365] (II) NOUVEAU(0): NVEnterVT is called.
[     7.420] (II) NOUVEAU(0): Setting screen physical size to 508 x 285
[     7.420] resize called 1920 1080
[     7.445] (II) Using input driver 'evdev' for 'Logitech-Illuminated'
[     7.445] (**) Option "CoreKeyboard"
[     7.445] (**) Logitech-Illuminated: always reports core events
[     7.445] (**) evdev: Logitech-Illuminated: Device: "/dev/input/by-id/usb-Logitech_Logitech_Illuminated_Keyboard-event-kbd"
[     7.503] (--) evdev: Logitech-Illuminated: Vendor 0x46d Product 0xc318
[     7.503] (--) evdev: Logitech-Illuminated: Found keys
[     7.503] (II) evdev: Logitech-Illuminated: Configuring as keyboard
[     7.503] (II) XINPUT: Adding extended input device "Logitech-Illuminated" (type: KEYBOARD, id 6)
[     7.503] (**) Option "xkb_rules" "evdev"
[     7.503] (**) Option "xkb_model" "pc104"
[     7.503] (**) Option "xkb_layout" "fr"
[     7.513] (II) Using input driver 'evdev' for 'Logitech-G100S'
[     7.513] (**) Option "CorePointer"
[     7.513] (**) Logitech-G100S: always reports core events
[     7.513] (**) evdev: Logitech-G100S: Device: "/dev/input/by-id/usb-Logitech_G100s_Optical_Gaming_Mouse-event-mouse"
[     7.583] (--) evdev: Logitech-G100S: Vendor 0x46d Product 0xc247
[     7.583] (--) evdev: Logitech-G100S: Found 12 mouse buttons
[     7.583] (--) evdev: Logitech-G100S: Found scroll wheel(s)
[     7.583] (--) evdev: Logitech-G100S: Found relative axes
[     7.583] (--) evdev: Logitech-G100S: Found x and y relative axes
[     7.583] (II) evdev: Logitech-G100S: Configuring as mouse
[     7.583] (II) evdev: Logitech-G100S: Adding scrollwheel support
[     7.583] (**) Option "Emulate3Buttons" "no"
[     7.583] (**) evdev: Logitech-G100S: YAxisMapping: buttons 4 and 5
[     7.583] (**) evdev: Logitech-G100S: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     7.583] (II) XINPUT: Adding extended input device "Logitech-G100S" (type: MOUSE, id 7)
[     7.583] (II) evdev: Logitech-G100S: initialized for relative axes.
[     7.583] (**) Logitech-G100S: (accel) keeping acceleration scheme 1
[     7.583] (**) Logitech-G100S: (accel) acceleration profile 0
[     7.583] (**) Logitech-G100S: (accel) acceleration factor: 2.000
[     7.583] (**) Logitech-G100S: (accel) acceleration threshold: 4
[     7.584] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     7.584] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     7.584] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     7.584] (**) Power Button: Applying InputClass "system-keyboard"
[     7.584] (II) Using input driver 'evdev' for 'Power Button'
[     7.584] (**) Power Button: always reports core events
[     7.584] (**) evdev: Power Button: Device: "/dev/input/event1"
[     7.584] (--) evdev: Power Button: Vendor 0 Product 0x1
[     7.584] (--) evdev: Power Button: Found keys
[     7.584] (II) evdev: Power Button: Configuring as keyboard
[     7.584] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event1"
[     7.584] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[     7.584] (**) Option "xkb_rules" "evdev"
[     7.584] (**) Option "xkb_model" "pc104"
[     7.584] (**) Option "xkb_layout" "fr"
[     7.584] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[     7.584] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     7.584] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     7.584] (**) Video Bus: Applying InputClass "system-keyboard"
[     7.584] (II) Using input driver 'evdev' for 'Video Bus'
[     7.584] (**) Video Bus: always reports core events
[     7.584] (**) evdev: Video Bus: Device: "/dev/input/event11"
[     7.584] (--) evdev: Video Bus: Vendor 0 Product 0x6
[     7.584] (--) evdev: Video Bus: Found keys
[     7.584] (II) evdev: Video Bus: Configuring as keyboard
[     7.584] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input14/event11"
[     7.584] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[     7.584] (**) Option "xkb_rules" "evdev"
[     7.584] (**) Option "xkb_model" "pc104"
[     7.584] (**) Option "xkb_layout" "fr"
[     7.584] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     7.584] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     7.584] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     7.584] (**) Power Button: Applying InputClass "system-keyboard"
[     7.584] (II) Using input driver 'evdev' for 'Power Button'
[     7.584] (**) Power Button: always reports core events
[     7.584] (**) evdev: Power Button: Device: "/dev/input/event0"
[     7.584] (--) evdev: Power Button: Vendor 0 Product 0x1
[     7.584] (--) evdev: Power Button: Found keys
[     7.584] (II) evdev: Power Button: Configuring as keyboard
[     7.584] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event0"
[     7.584] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 10)
[     7.584] (**) Option "xkb_rules" "evdev"
[     7.584] (**) Option "xkb_model" "pc104"
[     7.584] (**) Option "xkb_layout" "fr"
[     7.585] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event15)
[     7.585] (II) No input driver specified, ignoring this device.
[     7.585] (II) This device may have been added with another device file.
[     7.585] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event16)
[     7.585] (II) No input driver specified, ignoring this device.
[     7.585] (II) This device may have been added with another device file.
[     7.585] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event17)
[     7.585] (II) No input driver specified, ignoring this device.
[     7.585] (II) This device may have been added with another device file.
[     7.585] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event18)
[     7.585] (II) No input driver specified, ignoring this device.
[     7.585] (II) This device may have been added with another device file.
[     7.585] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event12)
[     7.585] (II) No input driver specified, ignoring this device.
[     7.585] (II) This device may have been added with another device file.
[     7.585] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event13)
[     7.585] (II) No input driver specified, ignoring this device.
[     7.585] (II) This device may have been added with another device file.
[     7.585] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event14)
[     7.585] (II) No input driver specified, ignoring this device.
[     7.585] (II) This device may have been added with another device file.
[     7.585] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:4024 (/dev/input/event23)
[     7.585] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "evdev pointer catchall"
[     7.585] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "evdev keyboard catchall"
[     7.585] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "evdev pointer catchall"
[     7.585] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "evdev keyboard catchall"
[     7.585] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "system-keyboard"
[     7.585] (II) Using input driver 'evdev' for 'Logitech Unifying Device. Wireless PID:4024'
[     7.585] (**) Logitech Unifying Device. Wireless PID:4024: always reports core events
[     7.585] (**) evdev: Logitech Unifying Device. Wireless PID:4024: Device: "/dev/input/event23"
[     7.585] (--) evdev: Logitech Unifying Device. Wireless PID:4024: Vendor 0x46d Product 0xc52b
[     7.586] (--) evdev: Logitech Unifying Device. Wireless PID:4024: Found 20 mouse buttons
[     7.586] (--) evdev: Logitech Unifying Device. Wireless PID:4024: Found scroll wheel(s)
[     7.586] (--) evdev: Logitech Unifying Device. Wireless PID:4024: Found relative axes
[     7.586] (--) evdev: Logitech Unifying Device. Wireless PID:4024: Found x and y relative axes
[     7.586] (--) evdev: Logitech Unifying Device. Wireless PID:4024: Found absolute axes
[     7.586] (II) evdev: Logitech Unifying Device. Wireless PID:4024: Forcing absolute x/y axes to exist.
[     7.586] (--) evdev: Logitech Unifying Device. Wireless PID:4024: Found keys
[     7.586] (II) evdev: Logitech Unifying Device. Wireless PID:4024: Configuring as mouse
[     7.586] (II) evdev: Logitech Unifying Device. Wireless PID:4024: Configuring as keyboard
[     7.586] (II) evdev: Logitech Unifying Device. Wireless PID:4024: Adding scrollwheel support
[     7.586] (**) evdev: Logitech Unifying Device. Wireless PID:4024: YAxisMapping: buttons 4 and 5
[     7.586] (**) evdev: Logitech Unifying Device. Wireless PID:4024: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     7.586] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.1/1-11.1:1.2/0003:046D:C52B.0006/0003:046D:C52B.0008/input/input26/event23"
[     7.586] (II) XINPUT: Adding extended input device "Logitech Unifying Device. Wireless PID:4024" (type: KEYBOARD, id 11)
[     7.586] (**) Option "xkb_rules" "evdev"
[     7.586] (**) Option "xkb_model" "pc104"
[     7.586] (**) Option "xkb_layout" "fr"
[     7.586] (II) evdev: Logitech Unifying Device. Wireless PID:4024: initialized for relative axes.
[     7.586] (WW) evdev: Logitech Unifying Device. Wireless PID:4024: ignoring absolute axes.
[     7.586] (**) Logitech Unifying Device. Wireless PID:4024: (accel) keeping acceleration scheme 1
[     7.586] (**) Logitech Unifying Device. Wireless PID:4024: (accel) acceleration profile 0
[     7.586] (**) Logitech Unifying Device. Wireless PID:4024: (accel) acceleration factor: 2.000
[     7.586] (**) Logitech Unifying Device. Wireless PID:4024: (accel) acceleration threshold: 4
[     7.586] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:4024 (/dev/input/mouse1)
[     7.586] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "system-keyboard"
[     7.586] (II) Using input driver 'evdev' for 'Logitech Unifying Device. Wireless PID:4024'
[     7.586] (**) Logitech Unifying Device. Wireless PID:4024: always reports core events
[     7.586] (**) evdev: Logitech Unifying Device. Wireless PID:4024: Device: "/dev/input/mouse1"
[     7.586] (EE) evdev: Logitech Unifying Device. Wireless PID:4024: Unable to query fd: Inappropriate ioctl for device
[     7.630] (EE) PreInit returned 2 for "Logitech Unifying Device. Wireless PID:4024"
[     7.630] (II) UnloadModule: "evdev"
[     7.630] (II) config/udev: Adding input device HD Webcam C525 (/dev/input/event25)
[     7.630] (**) HD Webcam C525: Applying InputClass "evdev keyboard catchall"
[     7.630] (**) HD Webcam C525: Applying InputClass "evdev keyboard catchall"
[     7.630] (**) HD Webcam C525: Applying InputClass "system-keyboard"
[     7.630] (II) Using input driver 'evdev' for 'HD Webcam C525'
[     7.630] (**) HD Webcam C525: always reports core events
[     7.630] (**) evdev: HD Webcam C525: Device: "/dev/input/event25"
[     7.630] (--) evdev: HD Webcam C525: Vendor 0x46d Product 0x826
[     7.630] (--) evdev: HD Webcam C525: Found keys
[     7.630] (II) evdev: HD Webcam C525: Configuring as keyboard
[     7.630] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.2/1-11.2.1/1-11.2.1:1.2/input/input28/event25"
[     7.630] (II) XINPUT: Adding extended input device "HD Webcam C525" (type: KEYBOARD, id 12)
[     7.630] (**) Option "xkb_rules" "evdev"
[     7.630] (**) Option "xkb_model" "pc104"
[     7.630] (**) Option "xkb_layout" "fr"
[     7.630] (II) config/udev: Adding input device Microsoft X-Box 360 pad (/dev/input/event24)
[     7.630] (II) No input driver specified, ignoring this device.
[     7.630] (II) This device may have been added with another device file.
[     7.630] (II) config/udev: Adding input device Microsoft X-Box 360 pad (/dev/input/js1)
[     7.630] (II) No input driver specified, ignoring this device.
[     7.630] (II) This device may have been added with another device file.
[     7.630] (II) config/udev: Adding input device Logitech Logitech(R) Precision(TM) Gamepad (/dev/input/event22)
[     7.630] (II) No input driver specified, ignoring this device.
[     7.630] (II) This device may have been added with another device file.
[     7.630] (II) config/udev: Adding input device Logitech Logitech(R) Precision(TM) Gamepad (/dev/input/js0)
[     7.630] (II) No input driver specified, ignoring this device.
[     7.630] (II) This device may have been added with another device file.
[     7.631] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard (/dev/input/event19)
[     7.631] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "evdev keyboard catchall"
[     7.631] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "evdev keyboard catchall"
[     7.631] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "system-keyboard"
[     7.631] (II) Using input driver 'evdev' for 'Logitech Logitech Illuminated Keyboard'
[     7.631] (**) Logitech Logitech Illuminated Keyboard: always reports core events
[     7.631] (**) evdev: Logitech Logitech Illuminated Keyboard: Device: "/dev/input/event19"
[     7.631] (WW) evdev: Logitech Logitech Illuminated Keyboard: device file is duplicate. Ignoring.
[     7.663] (EE) PreInit returned 8 for "Logitech Logitech Illuminated Keyboard"
[     7.663] (II) UnloadModule: "evdev"
[     7.663] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard (/dev/input/event20)
[     7.663] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "evdev keyboard catchall"
[     7.663] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "evdev keyboard catchall"
[     7.663] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "system-keyboard"
[     7.663] (II) Using input driver 'evdev' for 'Logitech Logitech Illuminated Keyboard'
[     7.663] (**) Logitech Logitech Illuminated Keyboard: always reports core events
[     7.663] (**) evdev: Logitech Logitech Illuminated Keyboard: Device: "/dev/input/event20"
[     7.663] (--) evdev: Logitech Logitech Illuminated Keyboard: Vendor 0x46d Product 0xc318
[     7.663] (--) evdev: Logitech Logitech Illuminated Keyboard: Found 1 mouse buttons
[     7.663] (--) evdev: Logitech Logitech Illuminated Keyboard: Found scroll wheel(s)
[     7.663] (--) evdev: Logitech Logitech Illuminated Keyboard: Found relative axes
[     7.663] (II) evdev: Logitech Logitech Illuminated Keyboard: Forcing relative x/y axes to exist.
[     7.663] (--) evdev: Logitech Logitech Illuminated Keyboard: Found absolute axes
[     7.663] (II) evdev: Logitech Logitech Illuminated Keyboard: Forcing absolute x/y axes to exist.
[     7.663] (--) evdev: Logitech Logitech Illuminated Keyboard: Found keys
[     7.663] (II) evdev: Logitech Logitech Illuminated Keyboard: Configuring as mouse
[     7.663] (II) evdev: Logitech Logitech Illuminated Keyboard: Configuring as keyboard
[     7.663] (II) evdev: Logitech Logitech Illuminated Keyboard: Adding scrollwheel support
[     7.663] (**) evdev: Logitech Logitech Illuminated Keyboard: YAxisMapping: buttons 4 and 5
[     7.663] (**) evdev: Logitech Logitech Illuminated Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     7.663] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.1/0003:046D:C318.0002/input/input23/event20"
[     7.663] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard" (type: KEYBOARD, id 13)
[     7.663] (**) Option "xkb_rules" "evdev"
[     7.663] (**) Option "xkb_model" "pc104"
[     7.663] (**) Option "xkb_layout" "fr"
[     7.663] (II) evdev: Logitech Logitech Illuminated Keyboard: initialized for relative axes.
[     7.663] (WW) evdev: Logitech Logitech Illuminated Keyboard: ignoring absolute axes.
[     7.663] (**) Logitech Logitech Illuminated Keyboard: (accel) keeping acceleration scheme 1
[     7.663] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration profile 0
[     7.663] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration factor: 2.000
[     7.663] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration threshold: 4
[     7.663] (II) config/udev: Adding input device Logitech G100s Optical Gaming Mouse (/dev/input/event21)
[     7.663] (**) Logitech G100s Optical Gaming Mouse: Applying InputClass "evdev pointer catchall"
[     7.663] (**) Logitech G100s Optical Gaming Mouse: Applying InputClass "evdev pointer catchall"
[     7.664] (II) Using input driver 'evdev' for 'Logitech G100s Optical Gaming Mouse'
[     7.664] (**) Logitech G100s Optical Gaming Mouse: always reports core events
[     7.664] (**) evdev: Logitech G100s Optical Gaming Mouse: Device: "/dev/input/event21"
[     7.664] (WW) evdev: Logitech G100s Optical Gaming Mouse: device file is duplicate. Ignoring.
[     7.690] (EE) PreInit returned 8 for "Logitech G100s Optical Gaming Mouse"
[     7.690] (II) UnloadModule: "evdev"
[     7.690] (II) config/udev: Adding input device Logitech G100s Optical Gaming Mouse (/dev/input/mouse0)
[     7.690] (II) No input driver specified, ignoring this device.
[     7.690] (II) This device may have been added with another device file.
[     7.690] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event3)
[     7.690] (II) No input driver specified, ignoring this device.
[     7.690] (II) This device may have been added with another device file.
[     7.690] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event7)
[     7.690] (II) No input driver specified, ignoring this device.
[     7.690] (II) This device may have been added with another device file.
[     7.690] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event8)
[     7.690] (II) No input driver specified, ignoring this device.
[     7.690] (II) This device may have been added with another device file.
[     7.690] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event9)
[     7.690] (II) No input driver specified, ignoring this device.
[     7.690] (II) This device may have been added with another device file.
[     7.690] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event10)
[     7.690] (II) No input driver specified, ignoring this device.
[     7.690] (II) This device may have been added with another device file.
[     7.690] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event4)
[     7.690] (II) No input driver specified, ignoring this device.
[     7.690] (II) This device may have been added with another device file.
[     7.690] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event5)
[     7.690] (II) No input driver specified, ignoring this device.
[     7.690] (II) This device may have been added with another device file.
[     7.690] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event6)
[     7.690] (II) No input driver specified, ignoring this device.
[     7.690] (II) This device may have been added with another device file.
[     7.691] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[     7.691] (II) No input driver specified, ignoring this device.
[     7.691] (II) This device may have been added with another device file.
[    14.821] (II) NOUVEAU(0): EDID vendor "SAM", prod id 1246
[    14.821] (II) NOUVEAU(0): Using hsync ranges from config file
[    14.821] (II) NOUVEAU(0): Using vrefresh ranges from config file
[    14.821] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    14.821] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
[    14.821] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    14.821] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    14.821] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    14.821] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    14.821] (II) NOUVEAU(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    14.821] (II) NOUVEAU(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    14.821] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    14.821] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    14.821] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    14.821] (II) NOUVEAU(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    14.963] resize called 3840 1080
[    15.466] (II) NOUVEAU(0): EDID vendor "SAM", prod id 1246
[    15.466] (II) NOUVEAU(0): Using hsync ranges from config file
[    15.466] (II) NOUVEAU(0): Using vrefresh ranges from config file
[    15.466] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    15.466] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
[    15.466] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    15.466] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    15.466] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    15.466] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    15.466] (II) NOUVEAU(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    15.466] (II) NOUVEAU(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    15.466] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    15.466] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    15.466] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    15.466] (II) NOUVEAU(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    15.747] (II) NOUVEAU(0): EDID vendor "SAM", prod id 1246
[    15.747] (II) NOUVEAU(0): Using hsync ranges from config file
[    15.747] (II) NOUVEAU(0): Using vrefresh ranges from config file
[    15.747] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    15.747] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
[    15.747] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    15.747] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    15.747] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    15.747] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    15.747] (II) NOUVEAU(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    15.747] (II) NOUVEAU(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    15.747] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    15.747] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    15.747] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    15.747] (II) NOUVEAU(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    15.947] (II) NOUVEAU(0): EDID vendor "SAM", prod id 1246
[    15.947] (II) NOUVEAU(0): Using hsync ranges from config file
[    15.947] (II) NOUVEAU(0): Using vrefresh ranges from config file
[    15.947] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    15.947] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
[    15.947] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    15.947] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    15.947] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    15.947] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    15.947] (II) NOUVEAU(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    15.947] (II) NOUVEAU(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    15.947] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    15.947] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    15.947] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    15.947] (II) NOUVEAU(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    16.180] (II) NOUVEAU(0): EDID vendor "SAM", prod id 1246
[    16.180] (II) NOUVEAU(0): Using hsync ranges from config file
[    16.180] (II) NOUVEAU(0): Using vrefresh ranges from config file
[    16.180] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    16.180] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
[    16.180] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    16.180] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    16.180] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    16.180] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    16.180] (II) NOUVEAU(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    16.180] (II) NOUVEAU(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    16.180] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    16.180] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    16.180] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    16.180] (II) NOUVEAU(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    16.398] (II) NOUVEAU(0): EDID vendor "SAM", prod id 1246
[    16.398] (II) NOUVEAU(0): Using hsync ranges from config file
[    16.398] (II) NOUVEAU(0): Using vrefresh ranges from config file
[    16.398] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    16.398] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
[    16.398] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    16.398] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    16.398] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    16.398] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    16.398] (II) NOUVEAU(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    16.398] (II) NOUVEAU(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    16.398] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    16.398] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    16.398] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    16.398] (II) NOUVEAU(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    16.705] (II) NOUVEAU(0): EDID vendor "SAM", prod id 1246
[    16.705] (II) NOUVEAU(0): Using hsync ranges from config file
[    16.705] (II) NOUVEAU(0): Using vrefresh ranges from config file
[    16.705] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    16.705] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
[    16.705] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    16.705] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    16.705] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    16.705] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    16.705] (II) NOUVEAU(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    16.705] (II) NOUVEAU(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    16.705] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    16.705] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    16.705] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    16.705] (II) NOUVEAU(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[  3613.510] (II) config/udev: removing device Logitech Unifying Device. Wireless PID:4024
[  3613.557] (II) evdev: Logitech Unifying Device. Wireless PID:4024: Close
[  3613.557] (II) UnloadModule: "evdev"
[  3613.617] (II) config/udev: removing device HD Webcam C525
[  3613.647] (II) evdev: HD Webcam C525: Close
[  3613.647] (II) UnloadModule: "evdev"
[  3614.988] (II) config/udev: Adding input device Logitech Logitech(R) Precision(TM) Gamepad (/dev/input/js0)
[  3614.988] (II) No input driver specified, ignoring this device.
[  3614.988] (II) This device may have been added with another device file.
[  3614.988] (II) config/udev: Adding input device Logitech Logitech(R) Precision(TM) Gamepad (/dev/input/event23)
[  3614.988] (II) No input driver specified, ignoring this device.
[  3614.988] (II) This device may have been added with another device file.
[  3614.989] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:4024 (/dev/input/mouse1)
[  3614.989] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "system-keyboard"
[  3614.989] (II) Using input driver 'evdev' for 'Logitech Unifying Device. Wireless PID:4024'
[  3614.989] (**) Logitech Unifying Device. Wireless PID:4024: always reports core events
[  3614.989] (**) evdev: Logitech Unifying Device. Wireless PID:4024: Device: "/dev/input/mouse1"
[  3614.989] (EE) evdev: Logitech Unifying Device. Wireless PID:4024: Unable to query fd: Inappropriate ioctl for device
[  3615.023] (EE) PreInit returned 2 for "Logitech Unifying Device. Wireless PID:4024"
[  3615.023] (II) UnloadModule: "evdev"
[  3615.023] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:4024 (/dev/input/event22)
[  3615.023] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "evdev pointer catchall"
[  3615.023] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "evdev keyboard catchall"
[  3615.023] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "evdev pointer catchall"
[  3615.023] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "evdev keyboard catchall"
[  3615.023] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "system-keyboard"
[  3615.023] (II) Using input driver 'evdev' for 'Logitech Unifying Device. Wireless PID:4024'
[  3615.023] (**) Logitech Unifying Device. Wireless PID:4024: always reports core events
[  3615.023] (**) evdev: Logitech Unifying Device. Wireless PID:4024: Device: "/dev/input/event22"
[  3615.023] (--) evdev: Logitech Unifying Device. Wireless PID:4024: Vendor 0x46d Product 0xc52b
[  3615.023] (--) evdev: Logitech Unifying Device. Wireless PID:4024: Found 20 mouse buttons
[  3615.023] (--) evdev: Logitech Unifying Device. Wireless PID:4024: Found scroll wheel(s)
[  3615.023] (--) evdev: Logitech Unifying Device. Wireless PID:4024: Found relative axes
[  3615.023] (--) evdev: Logitech Unifying Device. Wireless PID:4024: Found x and y relative axes
[  3615.023] (--) evdev: Logitech Unifying Device. Wireless PID:4024: Found absolute axes
[  3615.023] (II) evdev: Logitech Unifying Device. Wireless PID:4024: Forcing absolute x/y axes to exist.
[  udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event13615.023] (--) evdev: Logitech Unifying Device. Wireless PID:4024: Found keys
[  3615.023] (II) evdev: Logitech Unifying Device. Wireless PID:4024: Configuring as mouse
[  3615.023] (II) evdev: Logitech Unifying Device. Wireless PID:4024: Configuring as keyboard
[  3615.023] (II) evdev: Logitech Unifying Device. Wireless PID:4024: Adding scrollwheel support
[  3615.023] (**) evdev: Logitech Unifying Device. Wireless PID:4024: YAxisMapping: buttons 4 and 5
[  3615.023] (**) evdev: Logitech Unifying Device. Wireless PID:4024: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  3615.023] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.1/1-11.1:1.2/0003:046D:C52B.000B/0003:046D:C52B.000C/input/input29/event22"
[  3615.023] (II) XINPUT: Adding extended input device "Logitech Unifying Device. Wireless PID:4024" (type: KEYBOARD, id 11)
[  3615.023] (**) Option "xkb_rules" "evdev"
[  3615.023] (**) Option "xkb_model" "pc104"
[  3615.023] (**) Option "xkb_layout" "fr"
[  3615.023] (II) evdev: Logitech Unifying Device. Wireless PID:4024: initialized for relative axes.
[  3615.023] (WW) evdev: Logitech Unifying Device. Wireless PID:4024: ignoring absolute axes.
[  3615.023] (**) Logitech Unifying Device. Wireless PID:4024: (accel) keeping acceleration scheme 1
[  3615.023] (**) Logitech Unifying Device. Wireless PID:4024: (accel) acceleration profile 0
[  3615.023] (**) Logitech Unifying Device. Wireless PID:4024: (accel) acceleration factor: 2.000
[  3615.023] (**) Logitech Unifying Device. Wireless PID:4024: (accel) acceleration threshold: 4
[  3615.912] (II) config/udev: Adding input device Microsoft X-Box 360 pad (/dev/input/event25)
[  3615.912] (II) No input driver specified, ignoring this device.
[  3615.912] (II) This device may have been added with another device file.
[  3615.912] (II) config/udev: Adding input device Microsoft X-Box 360 pad (/dev/input/js1)
[  3615.912] (II) No input driver specified, ignoring this device.
[  3615.912] (II) This device may have been added with another device file.
[  3615.914] (II) config/udev: Adding input device HD Webcam C525 (/dev/input/event24)
[  3615.914] (**) HD Webcam C525: Applying InputClass "evdev keyboard catchall"
[  3615.914] (**) HD Webcam C525: Applying InputClass "evdev keyboard catchall"
[  3615.914] (**) HD Webcam C525: Applying InputClass "system-keyboard"
[  3615.914] (II) Using input driver 'evdev' for 'HD Webcam C525'
[  3615.914] (**) HD Webcam C525: always reports core events
[  3615.914] (**) evdev: HD Webcam C525: Device: "/dev/input/event24"
[  3615.914] (--) evdev: HD Webcam C525: Vendor 0x46d Product 0x826
[  3615.914] (--) evdev: HD Webcam C525: Found keys
[  3615.914] (II) evdev: HD Webcam C525: Configuring as keyboard
[  3615.914] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.2/1-11.2.1/1-11.2.1:1.2/input/input31/event24"
[  3615.914] (II) XINPUT: Adding extended input device "HD Webcam C525" (type: KEYBOARD, id 12)
[  3615.914] (**) Option "xkb_rules" "evdev"
[  3615.914] (**) Option "xkb_model" "pc104"
[  3615.914] (**) Option "xkb_layout" "fr"

Xorg.1.log

X.Org X Server 1.16.1
Release Date: 2014-09-21
[     5.780] X Protocol Version 11, Revision 0
[     5.780] Build Operating System: Linux 3.16.1-1-ARCH x86_64 
[     5.780] Current Operating System: Linux leto 3.16.3-1-ARCH #1 SMP PREEMPT Wed Sep 17 21:54:13 CEST 2014 x86_64
[     5.780] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=83e16b30-5b35-4b15-9bce-5ec87c00d46d rw quiet
[     5.780] Build Date: 21 September 2014  10:53:13AM
[     5.780]  
[     5.780] Current version of pixman: 0.32.6
[     5.780]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[     5.780] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     5.780] (==) Log file: "/var/log/Xorg.1.log", Time: Sun Sep 28 19:04:52 2014
[     5.781] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     5.781] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     5.783] (++) ServerLayout "Layout-Aux"
[     5.783] (**) |-->Screen "Screen-Aux" (0)
[     5.783] (**) |   |-->Monitor "Monitor1"
[     5.784] (**) |   |-->Device "Intel-I915"
[     5.784] (**) |-->Input Device "K400r-keyboard"
[     5.784] (**) |-->Input Device "K400r-keyboard-multimedia"
[     5.784] (**) |-->Input Device "K400r-mouse"
[     5.784] (==) Automatically adding devices
[     5.784] (==) Automatically enabling devices
[     5.784] (==) Automatically adding GPU devices
[     5.785] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[     5.785]     Entry deleted from font path.
[     5.787] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[     5.787]     Entry deleted from font path.
[     5.787]     (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[     5.787] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[     5.787]     Entry deleted from font path.
[     5.787]     (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[     5.787] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
[     5.787] (==) ModulePath set to "/usr/lib/xorg/modules"
[     5.787] (II) Loader magic: 0x818d80
[     5.787] (II) Module ABI versions:
[     5.787]     X.Org ANSI C Emulation: 0.4
[     5.787]     X.Org Video Driver: 18.0
[     5.787]     X.Org XInput driver : 21.0
[     5.787]     X.Org Server Extension : 8.0
[     5.788] (EE) systemd-logind: failed to get session: PID 640 does not belong to any known session
[     5.788] (II) xfree86: Adding drm device (/dev/dri/card0)
[     5.788] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[     5.788] (II) xfree86: Adding drm device (/dev/dri/card1)
[     5.788] (EE) /dev/dri/card1: failed to set DRM interface version 1.4: Permission denied
[     5.789] (--) PCI: (0:0:2:0) 8086:0412:1458:d000 rev 6, Mem @ 0xdb400000/4194304, 0xc0000000/268435456, I/O @ 0x0000f000/64
[     5.789] (--) PCI:*(0:1:0:0) 10de:1187:1462:2848 rev 161, Mem @ 0xda000000/16777216, 0xd0000000/134217728, 0xd8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[     5.789] (II) Open ACPI successful (/var/run/acpid.socket)
[     5.790] (II) LoadModule: "glx"
[     5.791] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     5.801] (II) Module glx: vendor="X.Org Foundation"
[     5.801]     compiled for 1.16.1, module version = 1.0.0
[     5.801]     ABI class: X.Org Server Extension, version 8.0
[     5.801] (==) AIGLX enabled
[     5.801] (II) LoadModule: "intel"
[     5.802] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[     5.806] (II) Module intel: vendor="X.Org Foundation"
[     5.806]     compiled for 1.16.0, module version = 2.99.916
[     5.806]     Module class: X.Org Video Driver
[     5.806]     ABI class: X.Org Video Driver, version 18.0
[     5.806] (II) LoadModule: "evdev"
[     5.806] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     5.808] (II) Module evdev: vendor="X.Org Foundation"
[     5.808]     compiled for 1.16.0, module version = 2.9.0
[     5.808]     Module class: X.Org XInput Driver
[     5.808]     ABI class: X.Org XInput driver, version 21.0
[     5.808] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
    i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
    915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
    Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[     5.808] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[     5.808] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[     5.808] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[     5.808] (++) using VT number 2
[     5.810] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20080730
[     5.812] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4600
[     5.812] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2
[     5.812] (II) intel(0): Creating default Display subsection in Screen section
    "Screen-Aux" for depth/fbbpp 24/32
[     5.812] (**) intel(0): Depth 24, (--) framebuffer bpp 32
[     5.812] (==) intel(0): RGB weight 888
[     5.812] (==) intel(0): Default visual is TrueColor
[     5.812] (II) intel(0): Output VGA1 using monitor section Monitor1
[     5.812] (II) intel(0): Enabled output VGA1
[     5.812] (II) intel(0): Output HDMI2 has no monitor section
[     5.812] (II) intel(0): Enabled output HDMI2
[     5.812] (II) intel(0): Output HDMI3 has no monitor section
[     5.812] (II) intel(0): Enabled output HDMI3
[     5.812] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[     5.812] (II) intel(0): Output VIRTUAL1 has no monitor section
[     5.812] (II) intel(0): Enabled output VIRTUAL1
[     5.812] (--) intel(0): Output VGA1 using initial mode 1920x1080 on pipe 0
[     5.812] (==) intel(0): TearFree disabled
[     5.812] (==) intel(0): DPI set to (96, 96)
[     5.812] (II) Loading sub module "dri2"
[     5.812] (II) LoadModule: "dri2"
[     5.812] (II) Module "dri2" already built-in
[     5.812] (II) Loading sub module "present"
[     5.812] (II) LoadModule: "present"
[     5.812] (II) Module "present" already built-in
[     5.812] (==) Depth 24 pixmap format is 32 bpp
[     5.815] (II) intel(0): SNA initialized with Haswell (gen7.5, gt2) backend
[     5.815] (==) intel(0): Backing store enabled
[     5.815] (==) intel(0): Silken mouse enabled
[     5.816] (II) intel(0): HW Cursor enabled
[     5.816] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[     5.816] (**) intel(0): DPMS enabled
[     5.816] (II) intel(0): [DRI2] Setup complete
[     5.816] (II) intel(0): [DRI2]   DRI driver: i965
[     5.816] (II) intel(0): [DRI2]   VDPAU driver: i965
[     5.816] (II) intel(0): direct rendering: DRI2 enabled
[     5.816] (II) intel(0): hardware support for Present enabled
[     5.816] (==) intel(0): display hotplug detection enabled
[     5.816] (--) RandR disabled
[     5.844] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[     5.844] (II) AIGLX: enabled GLX_ARB_create_context
[     5.844] (II) AIGLX: enabled GLX_ARB_create_context_profile
[     5.844] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[     5.844] (II) AIGLX: enabled GLX_INTEL_swap_event
[     5.844] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[     5.844] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[     5.844] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[     5.844] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[     5.844] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[     5.844] (II) AIGLX: Loaded and initialized i965
[     5.844] (II) GLX: Initialized DRI2 GL provider for screen 0
[     5.847] (II) intel(0): switch to mode 1920x1080@60.0 on VGA1 using pipe 0, position (0, 0), rotation normal, reflection none
[     5.860] (II) intel(0): Setting screen physical size to 508 x 285
[     5.886] (II) Using input driver 'evdev' for 'K400r-keyboard'
[     5.886] (**) Option "CoreKeyboard"
[     5.886] (**) K400r-keyboard: always reports core events
[     5.886] (**) evdev: K400r-keyboard: Device: "/dev/input/by-id/usb-Logitech_USB_Receiver-if02-event-mouse"
[     5.956] (--) evdev: K400r-keyboard: Vendor 0x46d Product 0xc52b
[     5.956] (--) evdev: K400r-keyboard: Found 20 mouse buttons
[     5.956] (--) evdev: K400r-keyboard: Found scroll wheel(s)
[     5.956] (--) evdev: K400r-keyboard: Found relative axes
[     5.956] (--) evdev: K400r-keyboard: Found x and y relative axes
[     5.956] (--) evdev: K400r-keyboard: Found absolute axes
[     5.956] (II) evdev: K400r-keyboard: Forcing absolute x/y axes to exist.
[     5.956] (--) evdev: K400r-keyboard: Found keys
[     5.956] (II) evdev: K400r-keyboard: Configuring as mouse
[     5.956] (II) evdev: K400r-keyboard: Configuring as keyboard
[     5.956] (II) evdev: K400r-keyboard: Adding scrollwheel support
[     5.956] (**) evdev: K400r-keyboard: YAxisMapping: buttons 4 and 5
[     5.956] (**) evdev: K400r-keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     5.956] (II) XINPUT: Adding extended input device "K400r-keyboard" (type: KEYBOARD, id 6)
[     5.956] (**) Option "xkb_rules" "evdev"
[     5.956] (**) Option "xkb_model" "pc104"
[     5.956] (**) Option "xkb_layout" "fr"
[     5.967] (II) evdev: K400r-keyboard: initialized for relative axes.
[     5.967] (WW) evdev: K400r-keyboard: ignoring absolute axes.
[     5.967] (**) K400r-keyboard: (accel) keeping acceleration scheme 1
[     5.967] (**) K400r-keyboard: (accel) acceleration profile 0
[     5.967] (**) K400r-keyboard: (accel) acceleration factor: 2.000
[     5.967] (**) K400r-keyboard: (accel) acceleration threshold: 4
[     5.967] (II) Using input driver 'evdev' for 'K400r-keyboard-multimedia'
[     5.967] (**) Option "SendCoreEvents"
[     5.967] (**) K400r-keyboard-multimedia: always reports core events
[     5.967] (**) evdev: K400r-keyboard-multimedia: Device: "/dev/input/by-id/usb-Logitech_USB_Receiver-if02-event-mouse"
[     5.967] (WW) evdev: K400r-keyboard-multimedia: device file is duplicate. Ignoring.
[     5.996] (EE) PreInit returned 8 for "K400r-keyboard-multimedia"
[     5.996] (II) UnloadModule: "evdev"
[     5.996] (II) Using input driver 'evdev' for 'K400r-mouse'
[     5.996] (**) Option "CorePointer"
[     5.996] (**) K400r-mouse: always reports core events
[     5.996] (**) evdev: K400r-mouse: Device: "/dev/input/by-id/usb-Logitech_USB_Receiver-if02-mouse"
[     5.996] (EE) evdev: K400r-mouse: Unable to query fd: Inappropriate ioctl for device
[     6.050] (EE) PreInit returned 2 for "K400r-mouse"
[     6.050] (II) UnloadModule: "evdev"
[     6.050] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     6.050] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     6.050] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     6.050] (**) Power Button: Applying InputClass "system-keyboard"
[     6.050] (II) Using input driver 'evdev' for 'Power Button'
[     6.050] (**) Power Button: always reports core events
[     6.050] (**) evdev: Power Button: Device: "/dev/input/event1"
[     6.050] (--) evdev: Power Button: Vendor 0 Product 0x1
[     6.050] (--) evdev: Power Button: Found keys
[     6.050] (II) evdev: Power Button: Configuring as keyboard
[     6.050] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event1"
[     6.050] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[     6.050] (**) Option "xkb_rules" "evdev"
[     6.050] (**) Option "xkb_model" "pc104"
[     6.050] (**) Option "xkb_layout" "fr"
[     6.051] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[     6.051] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     6.051] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     6.051] (**) Video Bus: Applying InputClass "system-keyboard"
[     6.051] (II) Using input driver 'evdev' for 'Video Bus'
[     6.051] (**) Video Bus: always reports core events
[     6.051] (**) evdev: Video Bus: Device: "/dev/input/event11"
[     6.051] (--) evdev: Video Bus: Vendor 0 Product 0x6
[     6.051] (--) evdev: Video Bus: Found keys
[     6.051] (II) evdev: Video Bus: Configuring as keyboard
[     6.051] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input14/event11"
[     6.051] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[     6.051] (**) Option "xkb_rules" "evdev"
[     6.051] (**) Option "xkb_model" "pc104"
[     6.051] (**) Option "xkb_layout" "fr"
[     6.051] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     6.051] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     6.051] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     6.051] (**) Power Button: Applying InputClass "system-keyboard"
[     6.051] (II) Using input driver 'evdev' for 'Power Button'
[     6.051] (**) Power Button: always reports core events
[     6.051] (**) evdev: Power Button: Device: "/dev/input/event0"
[     6.051] (--) evdev: Power Button: Vendor 0 Product 0x1
[     6.051] (--) evdev: Power Button: Found keys
[     6.051] (II) evdev: Power Button: Configuring as keyboard
[     6.051] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event0"
[     6.051] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[     6.051] (**) Option "xkb_rules" "evdev"
[     6.051] (**) Option "xkb_model" "pc104"
[     6.051] (**) Option "xkb_layout" "fr"
[     6.051] (II) config/udev: Adding drm device (/dev/dri/card0)
[     6.051] (II) xfree86: Adding drm device (/dev/dri/card0)
[     6.051] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[     6.051] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event15)
[     6.051] (II) No input driver specified, ignoring this device.
[     6.051] (II) This device may have been added with another device file.
[     6.051] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event16)
[     6.051] (II) No input driver specified, ignoring this device.
[     6.051] (II) This device may have been added with another device file.
[     6.051] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event17)
[     6.051] (II) No input driver specified, ignoring this device.
[     6.051] (II) This device may have been added with another device file.
[     6.051] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event18)
[     6.052] (II) No input driver specified, ignoring this device.
[     6.052] (II) This device may have been added with another device file.
[     6.052] (II) config/udev: Adding drm device (/dev/dri/card1)
[     6.052] (II) xfree86: Adding drm device (/dev/dri/card1)
[     6.052] (EE) /dev/dri/card1: failed to set DRM interface version 1.4: Permission denied
[     6.052] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event12)
[     6.052] (II) No input driver specified, ignoring this device.
[     6.052] (II) This device may have been added with another device file.
[     6.052] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event13)
[     6.052] (II) No input driver specified, ignoring this device.
[     6.052] (II) This device may have been added with another device file.
[     6.052] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event14)
[     6.052] (II) No input driver specified, ignoring this device.
[     6.052] (II) This device may have been added with another device file.
[     6.052] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:4024 (/dev/input/event23)
[     6.052] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "evdev pointer catchall"
[     6.052] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "evdev keyboard catchall"
[     6.052] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "evdev pointer catchall"
[     6.052] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "evdev keyboard catchall"
[     6.052] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "system-keyboard"
[     6.052] (II) Using input driver 'evdev' for 'Logitech Unifying Device. Wireless PID:4024'
[     6.052] (**) Logitech Unifying Device. Wireless PID:4024: always reports core events
[     6.052] (**) evdev: Logitech Unifying Device. Wireless PID:4024: Device: "/dev/input/event23"
[     6.052] (WW) evdev: Logitech Unifying Device. Wireless PID:4024: device file is duplicate. Ignoring.
[     6.073] (EE) PreInit returned 8 for "Logitech Unifying Device. Wireless PID:4024"
[     6.073] (II) UnloadModule: "evdev"
[     6.073] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:4024 (/dev/input/mouse1)
[     6.073] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "system-keyboard"
[     6.073] (II) Using input driver 'evdev' for 'Logitech Unifying Device. Wireless PID:4024'
[     6.073] (**) Logitech Unifying Device. Wireless PID:4024: always reports core events
[     6.073] (**) evdev: Logitech Unifying Device. Wireless PID:4024: Device: "/dev/input/mouse1"
[     6.073] (EE) evdev: Logitech Unifying Device. Wireless PID:4024: Unable to query fd: Inappropriate ioctl for device
[     6.130] (EE) PreInit returned 2 for "Logitech Unifying Device. Wireless PID:4024"
[     6.130] (II) UnloadModule: "evdev"
[     6.130] (II) config/udev: Adding input device HD Webcam C525 (/dev/input/event25)
[     6.130] (**) HD Webcam C525: Applying InputClass "evdev keyboard catchall"
[     6.130] (**) HD Webcam C525: Applying InputClass "evdev keyboard catchall"
[     6.130] (**) HD Webcam C525: Applying InputClass "system-keyboard"
[     6.130] (II) Using input driver 'evdev' for 'HD Webcam C525'
[     6.130] (**) HD Webcam C525: always reports core events
[     6.130] (**) evdev: HD Webcam C525: Device: "/dev/input/event25"
[     6.130] (--) evdev: HD Webcam C525: Vendor 0x46d Product 0x826
[     6.130] (--) evdev: HD Webcam C525: Found keys
[     6.130] (II) evdev: HD Webcam C525: Configuring as keyboard
[     6.130] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-11/3-11.2/3-11.2.1/3-11.2.1:1.2/input/input28/event25"
[     6.130] (II) XINPUT: Adding extended input device "HD Webcam C525" (type: KEYBOARD, id 10)
[     6.130] (**) Option "xkb_rules" "evdev"
[     6.130] (**) Option "xkb_model" "pc104"
[     6.130] (**) Option "xkb_layout" "fr"
[     6.130] (II) config/udev: Adding input device Microsoft X-Box 360 pad (/dev/input/event24)
[     6.130] (II) No input driver specified, ignoring this device.
[     6.130] (II) This device may have been added with another device file.
[     6.130] (II) config/udev: Adding input device Microsoft X-Box 360 pad (/dev/input/js1)
[     6.130] (II) No input driver specified, ignoring this device.
[     6.130] (II) This device may have been added with another device file.
[     6.130] (II) config/udev: Adding input device Logitech Logitech(R) Precision(TM) Gamepad (/dev/input/event22)
[     6.130] (II) No input driver specified, ignoring this device.
[     6.130] (II) This device may have been added with another device file.
[     6.130] (II) config/udev: Adding input device Logitech Logitech(R) Precision(TM) Gamepad (/dev/input/js0)
[     6.130] (II) No input driver specified, ignoring this device.
[     6.130] (II) This device may have been added with another device file.
[     6.131] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard (/dev/input/event19)
[     6.131] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "evdev keyboard catchall"
[     6.131] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "evdev keyboard catchall"
[     6.131] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "system-keyboard"
[     6.131] (II) Using input driver 'evdev' for 'Logitech Logitech Illuminated Keyboard'
[     6.131] (**) Logitech Logitech Illuminated Keyboard: always reports core events
[     6.131] (**) evdev: Logitech Logitech Illuminated Keyboard: Device: "/dev/input/event19"
[     6.131] (--) evdev: Logitech Logitech Illuminated Keyboard: Vendor 0x46d Product 0xc318
[     6.131] (--) evdev: Logitech Logitech Illuminated Keyboard: Found keys
[     6.131] (II) evdev: Logitech Logitech Illuminated Keyboard: Configuring as keyboard
[     6.131] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-13/3-13:1.0/0003:046D:C318.0001/input/input22/event19"
[     6.131] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard" (type: KEYBOARD, id 11)
[     6.131] (**) Option "xkb_rules" "evdev"
[     6.131] (**) Option "xkb_model" "pc104"
[     6.131] (**) Option "xkb_layout" "fr"
[     6.131] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard (/dev/input/event20)
[     6.131] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "evdev keyboard catchall"
[     6.131] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "evdev keyboard catchall"
[     6.131] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "system-keyboard"
[     6.131] (II) Using input driver 'evdev' for 'Logitech Logitech Illuminated Keyboard'
[     6.131] (**) Logitech Logitech Illuminated Keyboard: always reports core events
[     6.131] (**) evdev: Logitech Logitech Illuminated Keyboard: Device: "/dev/input/event20"
[     6.131] (--) evdev: Logitech Logitech Illuminated Keyboard: Vendor 0x46d Product 0xc318
[     6.131] (--) evdev: Logitech Logitech Illuminated Keyboard: Found 1 mouse buttons
[     6.131] (--) evdev: Logitech Logitech Illuminated Keyboard: Found scroll wheel(s)
[     6.131] (--) evdev: Logitech Logitech Illuminated Keyboard: Found relative axes
[     6.131] (II) evdev: Logitech Logitech Illuminated Keyboard: Forcing relative x/y axes to exist.
[     6.131] (--) evdev: Logitech Logitech Illuminated Keyboard: Found absolute axes
[     6.131] (II) evdev: Logitech Logitech Illuminated Keyboard: Forcing absolute x/y axes to exist.
[     6.131] (--) evdev: Logitech Logitech Illuminated Keyboard: Found keys
[     6.131] (II) evdev: Logitech Logitech Illuminated Keyboard: Configuring as mouse
[     6.131] (II) evdev: Logitech Logitech Illuminated Keyboard: Configuring as keyboard
[     6.131] (II) evdev: Logitech Logitech Illuminated Keyboard: Adding scrollwheel support
[     6.131] (**) evdev: Logitech Logitech Illuminated Keyboard: YAxisMapping: buttons 4 and 5
[     6.131] (**) evdev: Logitech Logitech Illuminated Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     6.131] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-13/3-13:1.1/0003:046D:C318.0002/input/input23/event20"
[     6.131] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard" (type: KEYBOARD, id 12)
[     6.131] (**) Option "xkb_rules" "evdev"
[     6.131] (**) Option "xkb_model" "pc104"
[     6.131] (**) Option "xkb_layout" "fr"
[     6.131] (II) evdev: Logitech Logitech Illuminated Keyboard: initialized for relative axes.
[     6.131] (WW) evdev: Logitech Logitech Illuminated Keyboard: ignoring absolute axes.
[     6.131] (**) Logitech Logitech Illuminated Keyboard: (accel) keeping acceleration scheme 1
[     6.131] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration profile 0
[     6.131] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration factor: 2.000
[     6.131] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration threshold: 4
[     6.131] (II) config/udev: Adding input device Logitech G100s Optical Gaming Mouse (/dev/input/event21)
[     6.131] (**) Logitech G100s Optical Gaming Mouse: Applying InputClass "evdev pointer catchall"
[     6.131] (**) Logitech G100s Optical Gaming Mouse: Applying InputClass "evdev pointer catchall"
[     6.131] (II) Using input driver 'evdev' for 'Logitech G100s Optical Gaming Mouse'
[     6.131] (**) Logitech G100s Optical Gaming Mouse: always reports core events
[     6.131] (**) evdev: Logitech G100s Optical Gaming Mouse: Device: "/dev/input/event21"
[     6.131] (--) evdev: Logitech G100s Optical Gaming Mouse: Vendor 0x46d Product 0xc247
[     6.131] (--) evdev: Logitech G100s Optical Gaming Mouse: Found 12 mouse buttons
[     6.131] (--) evdev: Logitech G100s Optical Gaming Mouse: Found scroll wheel(s)
[     6.131] (--) evdev: Logitech G100s Optical Gaming Mouse: Found relative axes
[     6.131] (--) evdev: Logitech G100s Optical Gaming Mouse: Found x and y relative axes
[     6.131] (II) evdev: Logitech G100s Optical Gaming Mouse: Configuring as mouse
[     6.131] (II) evdev: Logitech G100s Optical Gaming Mouse: Adding scrollwheel support
[     6.131] (**) evdev: Logitech G100s Optical Gaming Mouse: YAxisMapping: buttons 4 and 5
[     6.131] (**) evdev: Logitech G100s Optical Gaming Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     6.131] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.0/0003:046D:C247.0003/input/input24/event21"
[     6.131] (II) XINPUT: Adding extended input device "Logitech G100s Optical Gaming Mouse" (type: MOUSE, id 13)
[     6.131] (II) evdev: Logitech G100s Optical Gaming Mouse: initialized for relative axes.
[     6.131] (**) Logitech G100s Optical Gaming Mouse: (accel) keeping acceleration scheme 1
[     6.131] (**) Logitech G100s Optical Gaming Mouse: (accel) acceleration profile 0
[     6.131] (**) Logitech G100s Optical Gaming Mouse: (accel) acceleration factor: 2.000
[     6.131] (**) Logitech G100s Optical Gaming Mouse: (accel) acceleration threshold: 4
[     6.132] (II) config/udev: Adding input device Logitech G100s Optical Gaming Mouse (/dev/input/mouse0)
[     6.132] (II) No input driver specified, ignoring this device.
[     6.132] (II) This device may have been added with another device file.
[     6.132] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event3)
[     6.132] (II) No input driver specified, ignoring this device.
[     6.132] (II) This device may have been added with another device file.
[     6.132] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event7)
[     6.132] (II) No input driver specified, ignoring this device.
[     6.132] (II) This device may have been added with another device file.
[     6.132] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event8)
[     6.132] (II) No input driver specified, ignoring this device.
[     6.132] (II) This device may have been added with another device file.
[     6.132] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event9)
[     6.132] (II) No input driver specified, ignoring this device.
[     6.132] (II) This device may have been added with another device file.
[     6.132] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event10)
[     6.132] (II) No input driver specified, ignoring this device.
[     6.132] (II) This device may have been added with another device file.
[     6.132] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event4)
[     6.132] (II) No input driver specified, ignoring this device.
[     6.132] (II) This device may have been added with another device file.
[     6.132] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event5)
[     6.132] (II) No input driver specified, ignoring this device.
[     6.132] (II) This device may have been added with another device file.
[     6.132] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event6)
[     6.132] (II) No input driver specified, ignoring this device.
[     6.132] (II) This device may have been added with another device file.
[     6.132] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[     6.132] (II) No input driver specified, ignoring this device.
[     6.132] (II) This device may have been added with another device file.
[216334.948] (II) config/udev: removing device HD Webcam C525
[216334.980] (II) evdev: HD Webcam C525: Close
[216334.980] (II) UnloadModule: "evdev"
[216389.252] (II) config/udev: Adding input device Logitech Logitech(R) Precision(TM) Gamepad (/dev/input/event23)
[216389.252] (II) No input driver specified, ignoring this device.
[216389.252] (II) This device may have been added with another device file.
[216389.253] (II) config/udev: Adding input device Logitech Logitech(R) Precision(TM) Gamepad (/dev/input/js0)
[216389.253] (II) No input driver specified, ignoring this device.
[216389.253] (II) This device may have been added with another device file.
[216389.255] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:4024 (/dev/input/mouse1)
[216389.255] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "system-keyboard"
[216389.255] (II) Using input driver 'evdev' for 'Logitech Unifying Device. Wireless PID:4024'
[216389.255] (**) Logitech Unifying Device. Wireless PID:4024: always reports core events
[216389.255] (**) evdev: Logitech Unifying Device. Wireless PID:4024: Device: "/dev/input/mouse1"
[216389.255] (EE) evdev: Logitech Unifying Device. Wireless PID:4024: Unable to query fd: Inappropriate ioctl for device
[216389.304] (EE) PreInit returned 2 for "Logitech Unifying Device. Wireless PID:4024"
[216389.304] (II) UnloadModule: "evdev"
[216389.304] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:4024 (/dev/input/event22)
[216389.304] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "evdev pointer catchall"
[216389.304] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "evdev keyboard catchall"
[216389.304] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "evdev pointer catchall"
[216389.304] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "evdev keyboard catchall"
[216389.304] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "system-keyboard"
[216389.304] (II) Using input driver 'evdev' for 'Logitech Unifying Device. Wireless PID:4024'
[216389.304] (**) Logitech Unifying Device. Wireless PID:4024: always reports core events
[216389.304] (**) evdev: Logitech Unifying Device. Wireless PID:4024: Device: "/dev/input/event22"
[216389.304] (--) evdev: Logitech Unifying Device. Wireless PID:4024: Vendor 0x46d Product 0xc52b
[216389.304] (--) evdev: Logitech Unifying Device. Wireless PID:4024: Found 20 mouse buttons
[216389.304] (--) evdev: Logitech Unifying Device. Wireless PID:4024: Found scroll wheel(s)
[216389.304] (--) evdev: Logitech Unifying Device. Wireless PID:4024: Found relative axes
[216389.304] (--) evdev: Logitech Unifying Device. Wireless PID:4024: Found x and y relative axes
[216389.304] (--) evdev: Logitech Unifying Device. Wireless PID:4024: Found absolute axes
[216389.304] (II) evdev: Logitech Unifying Device. Wireless PID:4024: Forcing absolute x/y axes to exist.
[216389.304] (--) evdev: Logitech Unifying Device. Wireless PID:4024: Found keys
[216389.304] (II) evdev: Logitech Unifying Device. Wireless PID:4024: Configuring as mouse
[216389.304] (II) evdev: Logitech Unifying Device. Wireless PID:4024: Configuring as keyboard
[216389.304] (II) evdev: Logitech Unifying Device. Wireless PID:4024: Adding scrollwheel support
[216389.304] (**) evdev: Logitech Unifying Device. Wireless PID:4024: YAxisMapping: buttons 4 and 5
[216389.304] (**) evdev: Logitech Unifying Device. Wireless PID:4024: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[216389.304] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-11/3-11.1/3-11.1:1.2/0003:046D:C52B.000B/0003:046D:C52B.000C/input/input29/event22"
[216389.304] (II) XINPUT: Adding extended input device "Logitech Unifying Device. Wireless PID:4024" (type: KEYBOARD, id 10)
[216389.304] (**) Option "xkb_rules" "evdev"
[216389.304] (**) Option "xkb_model" "pc104"
[216389.304] (**) Option "xkb_layout" "fr"
[216389.305] (II) evdev: Logitech Unifying Device. Wireless PID:4024: initialized for relative axes.
[216389.305] (WW) evdev: Logitech Unifying Device. Wireless PID:4024: ignoring absolute axes.
[216389.305] (**) Logitech Unifying Device. Wireless PID:4024: (accel) keeping acceleration scheme 1
[216389.305] (**) Logitech Unifying Device. Wireless PID:4024: (accel) acceleration profile 0
[216389.305] (**) Logitech Unifying Device. Wireless PID:4024: (accel) acceleration factor: 2.000
[216389.305] (**) Logitech Unifying Device. Wireless PID:4024: (accel) acceleration threshold: 4
[216390.178] (II) config/udev: Adding input device HD Webcam C525 (/dev/input/event24)
[216390.178] (**) HD Webcam C525: Applying InputClass "evdev keyboard catchall"
[216390.178] (**) HD Webcam C525: Applying InputClass "evdev keyboard catchall"
[216390.178] (**) HD Webcam C525: Applying InputClass "system-keyboard"
[216390.178] (II) Using input driver 'evdev' for 'HD Webcam C525'
[216390.178] (**) HD Webcam C525: always reports core events
[216390.178] (**) evdev: HD Webcam C525: Device: "/dev/input/event24"
[216390.178] (--) evdev: HD Webcam C525: Vendor 0x46d Product 0x826
[216390.178] (--) evdev: HD Webcam C525: Found keys
[216390.178] (II) evdev: HD Webcam C525: Configuring as keyboard
[216390.178] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-11/3-11.2/3-11.2.1/3-11.2.1:1.2/input/input31/event24"
[216390.178] (II) XINPUT: Adding extended input device "HD Webcam C525" (type: KEYBOARD, id 14)
[216390.178] (**) Option "xkb_rules" "evdev"
[216390.178] (**) Option "xkb_model" "pc104"
[216390.178] (**) Option "xkb_layout" "fr"
[216390.178] (II) config/udev: Adding input device Microsoft X-Box 360 pad (/dev/input/js1)
[216390.178] (II) No input driver specified, ignoring this device.
[216390.178] (II) This device may have been added with another device file.
[216390.179] (II) config/udev: Adding input device Microsoft X-Box 360 pad (/dev/input/event25)
[216390.179] (II) No input driver specified, ignoring this device.
[216390.179] (II) This device may have been added with another device file.
[252858.028] (II) config/udev: removing device Logitech Unifying Device. Wireless PID:4024
[252858.065] (II) evdev: Logitech Unifying Device. Wireless PID:4024: Close
[252858.065] (II) UnloadModule: "evdev"
[252858.096] (II) config/udev: removing device HD Webcam C525
[252858.118] (II) evdev: HD Webcam C525: Close
[252858.118] (II) UnloadModule: "evdev"
[252859.481] (II) config/udev: Adding input device Logitech Logitech(R) Precision(TM) Gamepad (/dev/input/js0)
[252859.481] (II) No input driver specified, ignoring this device.
[252859.481] (II) This device may have been added with another device file.
[252859.482] (II) config/udev: Adding input device Logitech Logitech(R) Precision(TM) Gamepad (/dev/input/event23)
[252859.482] (II) No input driver specified, ignoring this device.
[252859.482] (II) This device may have been added with another device file.
[252859.482] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:4024 (/dev/input/mouse1)
[252859.482] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "system-keyboard"
[252859.482] (II) Using input driver 'evdev' for 'Logitech Unifying Device. Wireless PID:4024'
[252859.482] (**) Logitech Unifying Device. Wireless PID:4024: always reports core events
[252859.482] (**) evdev: Logitech Unifying Device. Wireless PID:4024: Device: "/dev/input/mouse1"
[252859.482] (EE) evdev: Logitech Unifying Device. Wireless PID:4024: Unable to query fd: Inappropriate ioctl for device
[252859.523] (EE) PreInit returned 2 for "Logitech Unifying Device. Wireless PID:4024"
[252859.523] (II) UnloadModule: "evdev"
[252859.523] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:4024 (/dev/input/event22)
[252859.523] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "evdev pointer catchall"
[252859.523] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "evdev keyboard catchall"
[252859.523] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "evdev pointer catchall"
[252859.523] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "evdev keyboard catchall"
[252859.523] (**) Logitech Unifying Device. Wireless PID:4024: Applying InputClass "system-keyboard"
[252859.523] (II) Using input driver 'evdev' for 'Logitech Unifying Device. Wireless PID:4024'
[252859.523] (**) Logitech Unifying Device. Wireless PID:4024: always reports core events
[252859.523] (**) evdev: Logitech Unifying Device. Wireless PID:4024: Device: "/dev/input/event22"
[252859.523] (--) evdev: Logitech Unifying Device. Wireless PID:4024: Vendor 0x46d Product 0xc52b
[252859.523] (--) evdev: Logitech Unifying Device. Wireless PID:4024: Found 20 mouse buttons
[252859.523] (--) evdev: Logitech Unifying Device. Wireless PID:4024: Found scroll wheel(s)
[252859.523] (--) evdev: Logitech Unifying Device. Wireless PID:4024: Found relative axes
[252859.523] (--) evdev: Logitech Unifying Device. Wireless PID:4024: Found x and y relative axes
[252859.523] (--) evdev: Logitech Unifying Device. Wireless PID:4024: Found absolute axes
[252859.523] (II) evdev: Logitech Unifying Device. Wireless PID:4024: Forcing absolute x/y axes to exist.
[252859.523] (--) evdev: Logitech Unifying Device. Wireless PID:4024: Found keys
[252859.523] (II) evdev: Logitech Unifying Device. Wireless PID:4024: Configuring as mouse
[252859.523] (II) evdev: Logitech Unifying Device. Wireless PID:4024: Configuring as keyboard
[252859.523] (II) evdev: Logitech Unifying Device. Wireless PID:4024: Adding scrollwheel support
[252859.523] (**) evdev: Logitech Unifying Device. Wireless PID:4024: YAxisMapping: buttons 4 and 5
[252859.523] (**) evdev: Logitech Unifying Device. Wireless PID:4024: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[252859.523] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-11/3-11.1/3-11.1:1.2/0003:046D:C52B.0010/0003:046D:C52B.0011/input/input33/event22"
[252859.523] (II) XINPUT: Adding extended input device "Logitech Unifying Device. Wireless PID:4024" (type: KEYBOARD, id 10)
[252859.523] (**) Option "xkb_rules" "evdev"
[252859.523] (**) Option "xkb_model" "pc104"
[252859.523] (**) Option "xkb_layout" "fr"
[252859.523] (II) evdev: Logitech Unifying Device. Wireless PID:4024: initialized for relative axes.
[252859.523] (WW) evdev: Logitech Unifying Device. Wireless PID:4024: ignoring absolute axes.
[252859.523] (**) Logitech Unifying Device. Wireless PID:4024: (accel) keeping acceleration scheme 1
[252859.523] (**) Logitech Unifying Device. Wireless PID:4024: (accel) acceleration profile 0
[252859.524] (**) Logitech Unifying Device. Wireless PID:4024: (accel) acceleration factor: 2.000
[252859.524] (**) Logitech Unifying Device. Wireless PID:4024: (accel) acceleration threshold: 4
[252860.408] (II) config/udev: Adding input device HD Webcam C525 (/dev/input/event24)
[252860.408] (**) HD Webcam C525: Applying InputClass "evdev keyboard catchall"
[252860.408] (**) HD Webcam C525: Applying InputClass "evdev keyboard catchall"
[252860.408] (**) HD Webcam C525: Applying InputClass "system-keyboard"
[252860.408] (II) Using input driver 'evdev' for 'HD Webcam C525'
[252860.408] (**) HD Webcam C525: always reports core events
[252860.408] (**) evdev: HD Webcam C525: Device: "/dev/input/event24"
[252860.408] (--) evdev: HD Webcam C525: Vendor 0x46d Product 0x826
[252860.408] (--) evdev: HD Webcam C525: Found keys
[252860.408] (II) evdev: HD Webcam C525: Configuring as keyboard
[252860.408] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-11/3-11.2/3-11.2.1/3-11.2.1:1.2/input/input35/event24"
[252860.408] (II) XINPUT: Adding extended input device "HD Webcam C525" (type: KEYBOARD, id 14)
[252860.408] (**) Option "xkb_rules" "evdev"
[252860.408] (**) Option "xkb_model" "pc104"
[252860.408] (**) Option "xkb_layout" "fr"
[252860.411] (II) config/udev: Adding input device Microsoft X-Box 360 pad (/dev/input/event25)
[252860.411] (II) No input driver specified, ignoring this device.
[252860.411] (II) This device may have been added with another device file.
[252860.411] (II) config/udev: Adding input device Microsoft X-Box 360 pad (/dev/input/js1)
[252860.411] (II) No input driver specified, ignoring this device.
[252860.411] (II) This device may have been added with another device file.
[267549.678] (WW) evdev: K400r-keyboard: Release failed (No such device)

Any help from Xorg/video drivers/multiseat experts would be most welcome!

Last edited by nanawel (2014-10-12 07:05:18)

Offline

#2 2014-10-11 05:01:15

shillshocked
Member
Registered: 2014-02-07
Posts: 20

Re: Multiseat with Lightdm broken after updating Mesa

Same problem here. Happened to me yesterday on updating. I used an AMD video card and an Intel onboard video card. Perhaps we need to revert to an earlier version.

I helped write some of the wikis on Multiseat, but I am at a loss of what to do aside from reverting drivers. Maybe submit a bug report to the mesa community?

Last edited by shillshocked (2014-10-11 05:11:19)

Offline

#3 2014-10-11 05:11:01

shillshocked
Member
Registered: 2014-02-07
Posts: 20

Re: Multiseat with Lightdm broken after updating Mesa

Filed a bug...will look into upgrading to a newer version or reverting.

https://bugs.freedesktop.org/show_bug.cgi?id=84894

Offline

#4 2014-10-11 11:18:24

nanawel
Member
Registered: 2012-05-07
Posts: 89
Website

Re: Multiseat with Lightdm broken after updating Mesa

shillshocked wrote:

Filed a bug...will look into upgrading to a newer version or reverting.

https://bugs.freedesktop.org/show_bug.cgi?id=84894

Thanks, I guess this should help. At least I know now that it's not only my configuration that got broken after this upgrade.

Offline

#5 2014-10-11 11:32:01

shillshocked
Member
Registered: 2014-02-07
Posts: 20

Re: Multiseat with Lightdm broken after updating Mesa

I tried doing an upgrade to 10.4 mesa git - the problem persists. I even downgraded to the version just before 10.3, which was 10.2.8, and still, no go. My previously installed version was before that. So I guess I will have to keep trying to revert further, and hope that fixes it, or else wait until they fix it.

Last edited by shillshocked (2014-10-11 11:32:23)

Offline

#6 2014-10-11 12:03:48

shillshocked
Member
Registered: 2014-02-07
Posts: 20

Re: Multiseat with Lightdm broken after updating Mesa

I downgraded to 10.2.4, but still no go. I may be missing some other package that is crucial for multiseat, no idea. I downgraded all the packages and dependencies I thought were relevant.

I am also getting some occasional cursor screen corruption while typing.

Would be good if the mesa guys look into this.

Last edited by shillshocked (2014-10-11 12:04:22)

Offline

#7 2014-10-11 12:24:09

shillshocked
Member
Registered: 2014-02-07
Posts: 20

Re: Multiseat with Lightdm broken after updating Mesa

Lightdm was also upgraded with my update, and there is a new configuration file. That may help to determine the problem...

Offline

#8 2014-10-11 12:32:00

shillshocked
Member
Registered: 2014-02-07
Posts: 20

Re: Multiseat with Lightdm broken after updating Mesa

Posted a bug here as well, in case LightDM is to blame. Not sure which is responsible...

https://bugs.launchpad.net/lightdm/+bug/1380069

Offline

#9 2014-10-11 13:52:06

shillshocked
Member
Registered: 2014-02-07
Posts: 20

Re: Multiseat with Lightdm broken after updating Mesa

I reverted LightDM to lightdm-1:1.10.1-3-x86_64.pkg.tar.xz from my /var/cache/pacman/pkg and, with the other downgrades, multiseat is working.

Still not sure if it's a combination problem or just LightDM.

Also, still having cursor screen corruption issues...

Offline

#10 2014-10-11 14:10:30

shillshocked
Member
Registered: 2014-02-07
Posts: 20

Re: Multiseat with Lightdm broken after updating Mesa

Put IgnorePkg=lightdm in /etc/pacman.conf, and have no problem with the mesa and lib32-mesa upgrades.

Gonna do a full update now and see if it's just lightdm for sure.

Offline

#11 2014-10-11 23:30:18

shillshocked
Member
Registered: 2014-02-07
Posts: 20

Re: Multiseat with Lightdm broken after updating Mesa

After I did this I was able to update everything without a hitch. Thank God. smile

Offline

#12 2014-10-12 07:06:57

nanawel
Member
Registered: 2012-05-07
Posts: 89
Website

Re: Multiseat with Lightdm broken after updating Mesa

shillshocked wrote:

After I did this I was able to update everything without a hitch. Thank God. smile

Thanks for you analysis and your solution! I'll try that too.

Cheers

Offline

#13 2014-10-13 01:38:52

shillshocked
Member
Registered: 2014-02-07
Posts: 20

Re: Multiseat with Lightdm broken after updating Mesa

Laércio de Sousa gave me this explanation:

Since version 1.12, LightDM now relies on systemd-logind for seat
management. It means LightDM van load seats automatically as they are added
from logind.

Not sure how we can alter our configurations to accomodate the changes.

Offline

#14 2014-10-13 05:39:57

nanawel
Member
Registered: 2012-05-07
Posts: 89
Website

Re: Multiseat with Lightdm broken after updating Mesa

shillshocked wrote:

Since version 1.12, LightDM now relies on systemd-logind for seat
management. It means LightDM van load seats automatically as they are added
from logind.

Ha! I searched something like that during my investigations, I was wondering if it wasn't about the recent logind changes, but I gave up due to the lack of documentation sad

Offline

#15 2014-10-13 06:28:54

shillshocked
Member
Registered: 2014-02-07
Posts: 20

Re: Multiseat with Lightdm broken after updating Mesa

Yeah... the explanation on the mailing list is cryptic. No idea how to configure it with the implemented changes.

Last edited by shillshocked (2014-10-13 06:29:10)

Offline

Board footer

Powered by FluxBB