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.02

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

Similar Messages

  • I have a problem in my iphone 4 with wi-fi after update to IOS6 please can help my how can solve this problem?

    I have a problem in my iphone 4 with wi-fi after update to IOS6 please can help my how can solve this problem?

    Nope
    One needs to press the home and sleep / wake keys together for the phone to reset
    The other thing I could recommend
    Let the battery run out and the phone completely "die"
    It may take a day or two with it not being used
    Then plug it in to charge and see if there is any change in behavior
    If you cannot get this to work - you may need to bring it to an Apple store

  • TS3274 My iPad mini retina is still having random reboots with blue screen after updating to iOS 8.0.2.i also did reset my iPad.But the problem still persis

    My iPad mini retina is still having random reboots with blue screen after updating to iOS 8.0.2.i also did reset my iPad.But the problem still persists

    Could you add your problem here: https://discussions.apple.com/thread/6569052? This makes sure the discussion and in one place and we can attract more attention from Apple. 

  • HT4528 problem with imessge network after updating to i07

    Having trouble with iphone 4s after updating to iO7.  imessage won't activate, it says could not sign in.  Please check your network connections.
    This has been happening since last night.

    Hey j@cek,
    Thanks for the question. I understand that you are experiencing issues with your cellular connection on your iPads. The following resource may provide a solution:
    Get help with the cellular data connection on your iPad (Wi-Fi + Cellular Model)
    http://support.apple.com/kb/TS4249
    Thanks,
    Matt M.

  • Has anyone else had a problem with data? after updating my phone to the new update, i have all this data, and keep getting notifications that my data is getting high. i never had this problem before.

    has anyone else had a problem with data? after updating my phone to the new update, i have all this data, and keep getting notifications that my data is getting high. i never had this problem before.

    fair enough.  No need for any unnecessary posts either.  You issue had been addressed ad nauseum already in this forum had you bothered to search this forum (as forum etiquette would dictate) before posting.
    In any case, I hope that your problem was solved.

  • Having problem with my camera after updating 8.1.3

    having problem with my camera after updating 8.1.3.. how will you fix this

    Try Resetting your phone: hold down the home and sleep buttons, wait for the Apple logo, let go of the buttons. If this does not work Restore your iPhone in iTunes.

  • IPad2 got a terrible trouble with 3G network after updateing to IOS5.1.1

    Hello guys, I got a terrible trouble with 3G network after updateing to IOS 5.1.1.    Now when I turn on my cellular data, the iPad 2 can say the carrier and 3G on the left top. But when I tap the Safari, it turns to be:"PDP authentication failure". I did the update to 5.1.1 last night, before that every thing is fine, and now I can't use my 3G at all.
    Could anyone please tell me what's happing and what should I do???
    Thank you so much!

    Hi Miky. After upgrading to ios 5.1 I had the same problem.
    I reset the APN on network settings and rewriting the same. iPad now working on 3G.
    My operator is 3 ITA
    iPad 1 64 GB Wi-Fi + 3G

  • Dear i have a problem with the fingerprint after updating to ios 7.1 when plugged in electricity works like a charm

    dear sirs.
    i am an apple customer since first iphone but right now i am having problems with fingerprint sensor after updating to ios 7.1.
    when plugged to electricity it works but when unplugged sometimes work.
    please solve this issue by a quick update and thanks.

    I have been on the phone twice today with my carrier. They reset it the first time, it worked for an hour then messed up again. They reset it a SECOND time.. It worked for 6 hours, then messed up again. I don't know if this is a software issue or what but if ANYONE has any insight, I would appreciate it greatly.

  • Facing network problem with iPhone 5s after updating it to iOS 7.1.2 .

    Facing network problem with iPhone 5s after updating it to iOS 7.1.2 , using Vodafone in india. if at one place network is full then after few minutes at same place i get no network ? what can be done ?

    Hi srikka,
    I'm sorry to hear about the issues you've been having with the iOS 8 upgrade on your iPhone 5s; I know how frustrating that can be, especially on a device you use every day like a smartphone. If you continue to have issues with your WiFi and cellular data connections, you may find the troubleshooting steps outlined in the following articles helpful:
    iOS: Troubleshooting Wi-Fi networks and connections - Apple Support
    iPhone cellular data connection issues - Apple Support
    Regards,
    - Brenden

  • IGoogle (and perhaps others) broken after updating to 6.0.2 -- broken for ALL versions of Firefox now.

    Hi folks,
    Note: I've found a way to post images... here they are...
    [http://i1087.photobucket.com/albums/j480/_Melk_/iGoogle_Firefox_broken2.png iGoogle Firefox Broken (same in version 5.x, 6.x & 7.x)]
    [http://i1087.photobucket.com/albums/j480/_Melk_/iGoogle_IE9_Working.png iGoogle Firefox IE9 Working (was like this on FF too before last update)]
    This is a good one so bear with me, I'll try to be as precise as I can.
    I updated FF to 6.0.2 yesterday and since then iGoogle (and perhaps other pages.. not sure on this) does not display correctly anymore.
    Most evident is the fact that the links "Advanced Search" and "Language Tools" shown (usually) on the right side of the search edit box, don't show up anymore.
    Other changes are the graphics which are used by the gadgets. In IE9 & FF before the update, each gadget showed round corners, not anymore in FF after update. Also, if I try to change the theme, the buttons "Add This" don't show up in FF now.
    Now, here's the kicker! I completely removed Firefox from my system, meaning uninstalled it using the remove settings as well. I also deleted my profile folder & the Mozilla Firefox folder after the uninstall. Then I reinstalled version FIVE (5.0) to see if I could revert to the why things were back then, and behold, same problem!! So now, I can't repair my firefox to work properly even if I return to older versions!? wow
    Tried system restore to a few days ago, that didn't fix it.
    Tried version 5.x, 6.x and even the beta 7.x (all from scratch after uninstalling and deleting the profile folder + program files(x86) Mozilla folder) --- still NO FIX! ack! ;)
    Frankly, I'm at my wits end on this one. I usually can repair pretty much anything computer/OS related, but this one has me stumped.
    Thanks in advance for ANY help provided.. much appreciated :)
    /cheers
    P.S. I also tried safe mode (took the broken FF picture in Safe Mode), but it has the same issues. In other words, I'm now officially unable to have ANY version of Firefox display iGoogle correctly anymore (5.x, 6.x, even beta 7.x). Be it bare bone, with or without addons, etc etc. All this caused by updating to 6.0.2 from 6.0.1.
    Note that I've done tons of updates before without any issues. Also been using FF for the last 6+ years I think (been a while ;) )

    Turns out that it's iGoogle Styling that has changed! Not a Firefox bug (although there are bugs in the new iGoogle).
    The changes to my homepage (iGoogle) happened just as I was updating 6.0.2. So this led me to believe it was a Firefox bug, and since IE9 still shows the OLD style on iGoogle, it reinforced this belief.
    After reading up on it on the Google forums, and chatting with a great tech support on Mozilla tech, I realized it wasn't Firefox. So you can dismiss this as a human error ;)
    /cheers

  • App Store broken after updates

    OSX 10.9.5, App Store Version 1.3 (201.7)
    After updating some software, the App Store broke, looks like the CSS is not loading. Furthermore, "Some updates could not be installed automatically" - the App Store icon shows "1" in red circle, in it the Update part also shows "1", but clicking on Updates icon displays nothing.
    I've sign out of App Store, and after than i cannot sign in back (connection failed).
    Also, the suport page in safari looks broken too:
    Please advise
    Marcin

    Following the updating of a number of iPad apps on my MacBook Pro today (April 18) I had EXACTLY the same problems occur as mzagor described in an earlier post. Everything seems identical in my screen displays to the screen shots shared by mzagor, with the addition in my case of the iTunes Store not loading and throwing up error message windows stating that,  "iTunes can't verify the identity of the server "init.itunes.apple.com". The certificate for this server is invalid. ..."   7 additional similar certificates follow as iTunes attempts to log in to other Apple servers.
    I spent over an hour on the phone with an Apple tech, not knowing that others were having a similar issue as I. We almost got to the point of reinstalling Mavericks - but I balked at that. The well meaning tech suggested that this could be a hardware issue and that I should have the computer checked at an Apple Store (90 minutes away). 
    HOWEVER!  on this same MacBook Pro, I can, using a DIFFERENT User login (which had been previously created) successfully log into;
    -  the iTunes Store,
    - the App Store, and get to
    - the Apple web site Support section through Safari,
    without any issues or error messages and with the each of the screen displays showing up as they should. I can log into my Apple ID account without issue.
    It would appear that there is a connection to the stated difficulties I am experiencing, with the act of updating apps using the App Store in Mavericks (v10.9.5)
    Hopefully, the issue will be acknowledged and a solution will be found and shared quickly.

  • Parental Controls Broken After Updating an Application

    I'm using Parental Controls (remotely) under 10.5.4 to manage what applications can be opened in a small lab. This works well until I need to update an application on the lab computers. I'll use Firefox as an example, but this happens with all applications.
    - I have a version of Firefox on all lab computers (3.0) and Firefox is allowed under parental controls. Everything works.
    - I update Firefox to 3.0.1. (In this case, I simply overwrote the older version of firefox, but I get this problem when updating applications with installers.)
    - If I remotely look at the Parental Controls settings for the lab computer, I can see that Firefox is still allowed (checked)
    - Now, on the lab computer, I log into the managed account and try to open Firefox, I get a warning about the application not being on the allowed list.
    - I log out of the lab computer, and again, access the parental controls setting remotely. Now Firefox is Not Allowed (unchecked).
    - I check the box to allow Firefox
    - Now when I log into the managed account, the new version of Firefox opens.
    Some fixex / workarounds I have tried:
    - After updating Firefox, I remotely accessed the parental controls settings and first disallowed (unchecked) Firefox, close parental controls, reopened it, and then allowed (checked) Firefox. When logged into the managed account, opening Firefox produced the not allowed error. When I return to the Parental Controls settings, Firefox is now Not Allowed (unchecked). Checking the box to allow Firefox fix the error.
    - I've tried restarting after updating Firefox and it did not work.
    My guess:
    I assume that Leopard keeps a list of applications and versions installed on the computer. Parental Controls allows a specific combination and any update will break the parental controls. To allow this updated application to be opened, its old entry in the list must be updated to reflect the new version. The only way I have figured out how to do this, is to try and open the updated application and fail. Then I can finally allow the updated version.
    Does anyone know of an automated or scritable way to do this. I have tried working with lsregister, but have not had any success. I need a way to force Leopard to reload / refresh its list of installed applications, with having a user logged into the console.
    For a different solution, does if you can send a UNIX command to machine sitting on it login screen, that will cause the machine to login as a local console user. I could then send "open /path/to/updated app" and a logout to force the application list to be refreshed.
    Many Thanks in advance for any help.

    Hi! Did you ever receive any feedback on this issue?
    I am interested since I have noticed the exact same frustration with Parental Controls since updating to 10.5.
    While a very good idea, I think the parental controls, especially with respect to permissions about applications is utterly useless at the moment. It is completely stupid that I have to reset the permissions for applications each and every time I update an application. I have three children who use the computer and I don't want them using every bit of software on the eMac. They are naturally curious and will click on programs that can do damage without realizing is.
    I have also turned off any parental controls regarding web browsing but my children still hit many sites that are blocked by Parental Controls. I do have a linux gateway that does the filtering quicker and better.
    If anyone at Apple is listening ... please spend some time to fix this for the next update.
    Thank you.

  • I cannot sync my laptop with the iPad after update.

    After updating my iPad I can no longer sync it with my computer. Before the update I could sync music pictures etc. my computer says the iPad has an invalid signature. Any suggestions on how I can fix this.

    I want to add that when I connect ipad with my laptop and launch iTunes my ipad doesn't appear in devices it's greyed out...again all this worked before update.

  • Page Life Expectancy Alert with value 0, after Updated SQL Server 2005/2008/2012 MP (6.4.0.0)

    After updating to the new SQL management pack in my lab I start to see Critical alerts for some of my SQL instances, but not all. When looking at the Alert Context the Value is 0. If I open SQL Management Studio and connect to the Instance and run a query
    to get the Page Life Expectancy, I get a high value like 494012, the query I use is:
    SELECT [object_name],
    [counter_name],
    [cntr_value]
    FROM sys.dm_os_performance_counters
    WHERE [object_name] LIKE '%Manager%'
    AND [counter_name] = 'Page life expectancy'
    Could this be an error in this Management Pack, perhaps I should disable this monitor? I also get the same for the monitor Buffer Cache Hit Ratio, also with a Value of 0 in Alert Context.

    Hi Aleksandr,
    That is what I do with the SQL query above.
    Using perfom gives the exact same result. When doing this on one of my servers I see the value is constantly increasing with 1 for each second, currently displaying a value of 335261.
    I think this has to do with improper permissions. I have assigned a dedicated domain user with sysadmin on SQL servers to all the SQL runas profiles. This I did before importing the new SQL Management Pack, and everything was fine. However, after installing
    this new Management Pack I started to see these alerts, and that the Alert Context had a value of 0. I also noticed that my Default Action account needed access to the SQL database. I did not verify it when I looked at it but I believe that the Default Action
    account did not have any rights to the instances where the alerts came from. So, perhaps some of the probing is not properly configured to use the right RunAs accounts.
    Anyways, I will look in to this a bit further when I have some more time... Posting back the results when I have.

  • HAL seems to have broken after update. (SOLVED)

    I'm not sure what happened, but after updating arch recently CD's, DVD's, and USB drives/sticks are not available. They "seem" to mount themselves as before, as they show up in gnome, but they are inacessible, clicking on any icon for them brings nothing up.
    Sorry for the cryptic nature of this post, I'm not even sure where to begin looking in the logs for whatever error/warning might point me in the right direction. Can someone kindly tell me what I should be checking to resolve this? Thanks!
    Last edited by jeremyrainman (2009-04-18 15:32:26)

    Using a:
    $ hald --daemon=no --verbose=yes
    I get lots and lots and lots of verbage. HAL is running fine apparently, as it's monitoring my UPS just fine
    Here's what I get when I try to open a USB drive that is attached and has an icon in gnome:
    08:06:21.680 [W] ci-tracker.c:366: Error doing GetSessionForUnixProcess on ConsoleKit: org.freedesktop.ConsoleKit.Manager.GeneralError: Unable to lookup session information for process '9060'
    08:06:21.680 [i] hald_dbus.c:5176: OK for method 'Mount' with signature 'ssas' on interface 'org.freedesktop.Hal.Device.Volume' for UDI '/org/freedesktop/Hal/devices/volume_uuid_9C24133024130CC0' and execpath 'hal-storage-mount'
    08:06:21.680 [i] hald_dbus.c:4062: no need to enqueue
    Run started hal-storage-mount (0) (1)
    ! full path is '/usr/lib/hal/hal-storage-mount', program_dir is '/usr/lib/hal'
    9061: XYA attempting to get lock on /media/.hal-mtab-lock
    9061: XYA got lock on /media/.hal-mtab-lock
    device = /dev/sdb1
    invoked by uid = 1000
    invoked by system bus connection = :1.193
    label 'FreeAgent Drive' uuid '9C24133024130CC0'
    Looking at /etc/fstab entry 'none'
    /etc/fstab: device none -> none
    Looking at /etc/fstab entry 'none'
    /etc/fstab: device none -> none
    Looking at /etc/fstab entry '/dev/cdrom'
    /etc/fstab: device /dev/cdrom -> /dev/dev/cd/cdrom-6:0:0:0
    Looking at /etc/fstab entry '/dev/dvd'
    /etc/fstab: device /dev/dvd -> /dev/dev/cd/dvd-6:0:0:0
    Looking at /etc/fstab entry '/dev/fd0'
    /etc/fstab: device /dev/fd0 -> /dev/fd0
    Looking at /etc/fstab entry '/dev/sda1'
    /etc/fstab: device /dev/sda1 -> /dev/sda1
    Looking at /etc/fstab entry '/dev/sda2'
    /etc/fstab: device /dev/sda2 -> /dev/sda2
    Looking at /etc/fstab entry '/dev/sda3'
    /etc/fstab: device /dev/sda3 -> /dev/sda3
    mount_point = 'FreeAgent Drive'
    mount_fstype = ''
    mount_options = 'locale=LC_CTYPE=en_US.utf8;LC_NUMERIC=en_US.utf8;LC_TIME=en_US.utf8;LC_COLLATE=C;LC_MONETARY=en_US.utf8;LC_MESSAGES=en_US.utf8;LC_PAPER=en_US.utf8;LC_NAME=en_US.utf8;LC_ADDRESS=en_US.utf8;LC_TELEPHONE=en_US.utf8;LC_MEASUREMENT=en_US.utf8;LC_IDENTIFICATION=en_US.utf8 '
    trying dir /media/FreeAgent Drive
    given_options[0] = 'locale=LC_CTYPE=en_US.utf8;LC_NUMERIC=en_US.utf8;LC_TIME=en_US.utf8;LC_COLLATE=C;LC_MONETARY=en_US.utf8;LC_MESSAGES=en_US.utf8;LC_PAPER=en_US.utf8;LC_NAME=en_US.utf8;LC_ADDRESS=en_US.utf8;LC_TELEPHONE=en_US.utf8;LC_MEASUREMENT=en_US.utf8;LC_IDENTIFICATION=en_US.utf8'
    allowed_options[0] = 'locale='
    allowed_options[1] = 'dmask='
    allowed_options[2] = 'fmask='
    allowed_options[3] = 'ro'
    allowed_options[4] = 'sync'
    allowed_options[5] = 'dirsync'
    allowed_options[6] = 'noatime'
    allowed_options[7] = 'nodiratime'
    allowed_options[8] = 'noexec'
    allowed_options[9] = 'quiet'
    allowed_options[10] = 'remount'
    allowed_options[11] = 'exec'
    using action org.freedesktop.hal.storage.mount-removable for uid 1000, system_bus_connection :1.193
    08:06:21.695 [i] device.c:1894: Removing locks from ':1.195'
    08:06:21.695 [i] device.c:1894: Removing locks from ':1.194'
    pid 9061: rc=1 signaled=0: /usr/lib/hal/hal-storage-mount
    08:06:21.696 [i] hald_dbus.c:4086: No more methods in queue
    08:06:21.696 [i] hald_dbus.c:4149: failed with 'org.freedesktop.Hal.Device.PermissionDeniedByPolicy' 'org.freedesktop.hal.storage.mount-removable no <-- (action, result)'
    08:06:21.696 [D] hotplug.c:453: events queued = 0, events in progress = 0
    08:06:21.696 [D] hotplug.c:458: Hotplug-queue empty now ... no hotplug events in progress
    08:06:21.784 [i] device.c:1894: Removing locks from ':1.197'
    08:06:21.788 [i] ci-tracker.c:212: Removing CICallerInfo object for :1.193
    08:06:21.788 [i] device.c:1894: Removing locks from ':1.193'
    [9056]: 08:06:25.013 [i] addon-storage.c:354: Checking whether device /dev/sr0 is locked on HAL
    [9056]: 08:06:25.013 [i] addon-storage.c:362: ... device /dev/sr0 is not locked on HAL
    08:06:51.791 [i] device.c:1894: Removing locks from ':1.196'
    I tried looking up org.freedesktop.Hal.Device.PermissionDeniedByPolicy and couldn't find anything. Any suggestions?

Maybe you are looking for

  • How to close external files opened via java via java itself?

    hi, I am using jdk1.6 so I've used the Desktop Class to run the .bat file for some purposes via java with the open(File f) method. Now, what I want is to close those opened .bat files but had no idea so I would appriciate any help. thank you, Jay

  • Why use Class.forName() ?

    Why is it always adviced to use Class.forName( nameOfTheDriver ). Why dont we simply import the driver via the import statement ? Please note that this topic is part of a bigger topic I published in Java programming about difficulties I had importing

  • Error al instalar la herramienta LVS

    Buenos dias.. Por favor me podrian ayudar con lo siguiente: se instalo la herramienta LVS en un equipo servidor y luego se  ingreso a los equipos clientes, la mayoria al ingresar a SAP B1 pedia la instalacion del Addon SAP B1 LVS, pero en dos equipo

  • Spinning Beach Ball Freeze with HFS: err 5

    Ever since I upgraded to 10.5.x my iMac has been freezing more and more often. I noticed that every time the machine froze with the beach ball spinning so was the Time Machine indicator. I reformatted my LaCie HD that I was using to GUID and most (bu

  • Webservice Security - With minimal changes

    Hi, Standalone java application (Customer) is invoking the JAX-WS webservice of provider (sitting on weblogic 12c). Now we need to implement Security for webservice call with very minimal changes at customer end. There is no issues for any change at