Cannot update mesa

As I said in the object, I can't update mesa. I'm using kde x86_64.
To update the system I modified pacman.conf to ignore the update of mesa, then downloaded it from my mirror and installed manually with pacman -U. At the end, a good pacman -Syu worked well.
before applying this solution I tried nearly fifteen extra repo without luck. 
Now everitime I try to update I have this error:
:: Download packages from extra...
errore: impossibile scaricare il pacchetto 'mesa-7.7.1-0.1-x86_64.pkg.tar.xz' da mi.mirror.garr.it : File unavailable (e.g., file not found, no access)
errore: impossibile scaricare il pacchetto 'mesa-7.7.1-0.1-x86_64.pkg.tar.xz' da mi.mirror.garr.it : File unavailable (e.g., file not found, no access)
attenzione: impossibile scaricare alcuni file da extra
errore: impossibile eseguire l'operazione richiesta (File unavailable (e.g., file not found, no access))
Si sono verificati degli errori, nessun pacchetto è stato aggiornato.

frankifol, stai usando i mirror italiani, aggiungi anche quello tedesto e francese (due a caso, i due piu vicini) e vedrai che si sistema tutto.
questo lo fai editendo /etc/pacman.d/mirrorlist e decommentando uno o piu mirror.
sorry for italian language, but he's having my same problem with italian repos, so i tought i could help him here with our own language. i told him to change mirrors and edit mirrorlist decommenting 2 urls (germany and france)

Similar Messages

  • 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

  • Error message iPod cannot update b/c all of the playlists no longer exist

    Hello. I have been getting this error message. "Songs on the iPod "MAR(the name of my iPod)" cannot update because all of the playlists selecting for updating no longer exist." And my playlists are still on the left side in my iTunes. They do exist. I have a feeling ths might have to do with the fact that on vacation the person I was visiting gave me a gift of putting all of his music that would fit into the external hard drive part of my iPod, and for the past week or so I have been putting that music onto my 40 GB portable hard drive at home. I suspect I took a vital folder out of my iPod by accident. Right now I have the folder iPod_control if I open my iPod up in My Computer. Am I missing something? Right now my iPod is empty because iTunes made a composite playlist last week and I deleted it thinking I could get my real playlists back. Can you help me, or reccomend a site/someone who can? Thank you.
    PC   Windows XP  

    hiya!
    And my playlists are still on the left side in my iTunes. They do exist.
    let's just doublecheck this. folks get this message if they have "automatically update selected playlists only" selected in their itunes "ipod" preferences tab. so bring up that tab ("edit > preferences", click "ipod" while the ipod is showing up in the source list), and do a playlist by playlist crosscheck of the playlists selected in that tab, and the playlists showing up in the itunes sourcelist.
    is there any playlist selected in the preferences tab that isn't showing up in the sourcelist?
    love, b

  • "Cannot update iPod because the selected playlists no longer exist"

    That is an error message I'm now getting. My iPod is erased but iTunes works fine. How do I fix this? (I've already restored all settings, updated, software, etc.)
    HP   Windows XP  

    " When I try to put it back it says "Songs on the iPod cannot update because all of the playlists selected for
    syncing no longer exist"."
    http://discussions.apple.com/thread.jspa?messageID=607312&#607312

  • Cannot update b/c all playlists no longer exist

    I cannot update my iPod. This is the error message I continually get when I try. 'Songs on the iPod "Aimee's iPod" cannot be updated because all of the playlists selected for updating no longer exist.' I can see the playlists on the iTunes screen but when I tried to update it removed all songs from my iPod completely. I have tried reinstalling the iTunes software and the problem persists. Does anyone have any ideas. I have searched the Apple support website and cannot resolve. Thank you, in advance, for any assistance provided.
    Aimee
    Dell Dimension XPS   Windows XP  

    http://discussions.apple.com/thread.jspa?messageID=607312&#607312

  • I cannot update my ipad2 to ios5.  Updating through iTunes on pc Windows Vista, Error message reads "cannot connect to iPad Software Update Server.  Tried resetting network settings, still not connecting.  Tried updating iTunes, still not connecting.

    I cannot update my ipad2 to ios5.  Updating through iTunes on pc Windows Vista, Error message reads "cannot connect to iPad Software Update Server.  Tried resetting network settings, still not connecting.  Tried updating iTunes, still not connecting.

    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    Additional things to try.
    Try this first. Turn Off your iPad. Then turn Off (disconnect power cord) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    Change the channel on your wireless router. Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
     Cheers, Tom

  • HT1386 I have a brand new ipad with iOS 6.1.3 and an imac with OS 10.5.8. I cannot update my OS on this machine, but want to sync the new ipad. What can I do?

    I have a brand new ipad with iOS 6.1.3 and an imac with OS 10.5.8. I cannot update my OS on this machine, but want to sync the new ipad. What can I do?

    If it's an Intel Mac, you can upgrade it to Mac OS X 10.6.8.
    If it's a PowerPC Mac, you need to use these instructions and/or iTunes Match to put content on the iPad.
    (83068)

  • Cannot update Adobe Acrobat for Mac from 11.0.0 to 11.0.01

    Hi all. I cannot update my Adobe Acrobat from 11.0.0 to 11.0.01. There's been some error during the installation of the update. I have tried uninstall and reinstall for several times but didn't help. The error log is as follows:
    Feb 27 19:00:22 MYNAME-MBP.local Installer[4256]: @(#)PROGRAM:Install  PROJECT:Install-735
    Feb 27 19:00:22 MYNAME-MBP.local Installer[4256]: @(#)PROGRAM:Installer  PROJECT:Installer-614
    Feb 27 19:00:22 MYNAME-MBP.local Installer[4256]: Hardware: MacBookPro8,1 @ 2.40 GHz (x 4), 8192 MB RAM
    Feb 27 19:00:22 MYNAME-MBP.local Installer[4256]: Running OS Build: Mac OS X 10.8.2 (12C60)
    Feb 27 19:00:22 MYNAME-MBP.local Installer[4256]: Env: PATH=/usr/bin:/bin:/usr/sbin:/sbin
    Feb 27 19:00:22 MYNAME-MBP.local Installer[4256]: Env: TMPDIR=/var/folders/xr/gczqchkx567d6ty6y6rww5sr0000gn/T/
    Feb 27 19:00:22 MYNAME-MBP.local Installer[4256]: Env: SHELL=/bin/bash
    Feb 27 19:00:22 MYNAME-MBP.local Installer[4256]: Env: HOME=/Users/MYNAME
    Feb 27 19:00:22 MYNAME-MBP.local Installer[4256]: Env: USER=MYNAME
    Feb 27 19:00:22 MYNAME-MBP.local Installer[4256]: Env: LOGNAME=MYNAME
    Feb 27 19:00:22 MYNAME-MBP.local Installer[4256]: Env: SSH_AUTH_SOCK=/tmp/launch-wjOeEs/Listeners
    Feb 27 19:00:22 MYNAME-MBP.local Installer[4256]: Env: Apple_Ubiquity_Message=/tmp/launch-S51plA/Apple_Ubiquity_Message
    Feb 27 19:00:22 MYNAME-MBP.local Installer[4256]: Env: Apple_PubSub_Socket_Render=/tmp/launch-druDAU/Render
    Feb 27 19:00:22 MYNAME-MBP.local Installer[4256]: Env: COMMAND_MODE=unix2003
    Feb 27 19:00:22 MYNAME-MBP.local Installer[4256]: Env: __CF_USER_TEXT_ENCODING=0x1F5:0:0
    Feb 27 19:00:24 MYNAME-MBP.local Installer[4256]: Adobe Acrobat XI Pro (11.0.01)  Installation Log
    Feb 27 19:00:24 MYNAME-MBP.local Installer[4256]: Opened from: /Volumes/AcrobatUpd11001/AcrobatUpd11001.pkg
    Feb 27 19:00:24 MYNAME-MBP.local Installer[4256]: Product archive /Volumes/AcrobatUpd11001/AcrobatUpd11001.pkg trustLevel=202
    Feb 27 19:01:54 MYNAME-MBP.local Installer[4256]: InstallerStatusNotifications plugin loaded
    Feb 27 19:01:58 MYNAME-MBP.local runner[4269]: Administrator authorization granted.
    Feb 27 19:01:58 MYNAME-MBP.local Installer[4256]: ===================================================================== ===========
    Feb 27 19:01:58 MYNAME-MBP.local Installer[4256]: User picked Standard Install
    Feb 27 19:01:58 MYNAME-MBP.local Installer[4256]: Choices selected for installation:
    Feb 27 19:01:58 MYNAME-MBP.local Installer[4256]:           Install: "Adobe Acrobat XI Pro (11.0.01)"
    Feb 27 19:01:58 MYNAME-MBP.local Installer[4256]:                     AcrobatUpd11001.pkg#payload.pkg : com.adobe.acrobat.a11.AcrobatUpd11001 : 11.0.01
    Feb 27 19:01:58 MYNAME-MBP.local Installer[4256]: ===================================================================== ===========
    Feb 27 19:01:58 MYNAME-MBP.local Installer[4256]: It took 0.00 seconds to summarize the package selections.
    Feb 27 19:01:58 MYNAME-MBP.local Installer[4256]: -[IFDInstallController(Private) _buildInstallPlan]: location = file://localhost
    Feb 27 19:01:58 MYNAME-MBP.local Installer[4256]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/AcrobatUpd11001/AcrobatUpd11001.pkg#payload. pkg
    Feb 27 19:01:58 MYNAME-MBP.local Installer[4256]: Set authorization level to root for session
    Feb 27 19:01:58 MYNAME-MBP.local Installer[4256]: Will use PK session
    Feb 27 19:01:58 MYNAME-MBP.local Installer[4256]: Starting installation:
    Feb 27 19:01:58 MYNAME-MBP.local Installer[4256]: Configuring volume "HardDisk"
    Feb 27 19:01:58 MYNAME-MBP.local Installer[4256]: Preparing disk for local booted install.
    Feb 27 19:01:58 MYNAME-MBP.local Installer[4256]: Free space on "HardDisk": 47.25 GB (47253155840 bytes).
    Feb 27 19:01:58 MYNAME-MBP.local Installer[4256]: Create temporary directory "/var/folders/xr/gczqchkx567d6ty6y6rww5sr0000gn/T//Install.4256POG6iX "
    Feb 27 19:01:58 MYNAME-MBP.local Installer[4256]: IFPKInstallElement (1 packages)
    Feb 27 19:01:58 MYNAME-MBP.local Installer[4256]: Using authorization level of root for IFPKInstallElement
    Feb 27 19:01:58 MYNAME-MBP.local installd[4272]: installd: Starting
    Feb 27 19:01:58 MYNAME-MBP.local installd[4272]: installd: uid=0, euid=0
    Feb 27 19:01:58 MYNAME-MBP.local installd[4272]: PackageKit: ----- Begin install -----
    Feb 27 19:01:58 MYNAME-MBP.local installd[4272]: PackageKit: request=PKInstallRequest <1 packages, destination=/tmp>
    Feb 27 19:01:58 MYNAME-MBP.local installd[4272]: PackageKit: packages=(
                  "PKLeopardPackage <file://localhost/Volumes/AcrobatUpd11001/AcrobatUpd11001.pkg#payload .pkg>"
    Feb 27 19:01:59 MYNAME-MBP.local installd[4272]: PackageKit: Extracting file://localhost/Volumes/AcrobatUpd11001/AcrobatUpd11001.pkg#payload. pkg (destination=/private/tmp/.PKInstallSandboxManager/1.sandbox/Root/com .adobe.acrobat.viewer.updater, uid=0)
    Feb 27 19:01:59 MYNAME-MBP.local installd[4272]: PackageKit: prevent user idle system sleep
    Feb 27 19:01:59 MYNAME-MBP.local installd[4272]: PackageKit: suspending backupd
    Feb 27 19:01:59 MYNAME-MBP.local installd[4272]: PackageKit: Executing script "./preinstall" in /private/tmp/PKInstallSandbox.ZpuS9p/Scripts/com.adobe.acrobat.a11.Ac robatUpd11001.iBOpAc
    Feb 27 19:01:59 MYNAME-MBP.local installd[4272]: ./preinstall: 1545688085
    Feb 27 19:01:59 MYNAME-MBP.local installd[4272]: ./preinstall: Info: Space availability check passed.
    Feb 27 19:01:59 MYNAME-MBP.local installd[4272]: ./preinstall: Info: UI mode installation.
    Feb 27 19:02:03 MYNAME-MBP.local installd[4272]: ./preinstall: AcroPatchInstall:INFO: More than one path found, showing window to choose one.
    Feb 27 19:02:03 MYNAME-MBP.local installd[4272]: ./preinstall: Processed application path: /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app.
    Feb 27 19:02:05 MYNAME-MBP.local installd[4272]: ./preinstall: '        INFO: For creating debug logs, please run following command in terminal'
    Feb 27 19:02:05 MYNAME-MBP.local installd[4272]: ./preinstall: '        $ sudo defaults write "/Library/Application Support/Adobe/Acrobat/11.0/com.adobe.Acrobat.InstallerOverrides" AcroPatchLogLevel debug'
    Feb 27 19:02:05 MYNAME-MBP.local installd[4272]: ./preinstall: '  cmd: /usr/bin/defaults read "/Library/Application Support/Adobe/Acrobat/11.0/com.adobe.Acrobat.InstallerOverrides" AcroPatchLogLevel'
    Feb 27 19:02:05 MYNAME-MBP.local installd[4272]: ./preinstall: '  cmdRetCode [1],  cmdErrMsg [2013-02-27 19:02:05.286 defaults[4296:1307] \nThe domain/default pair of (/Library/Application Support/Adobe/Acrobat/11.0/com.adobe.Acrobat.InstallerOverrides, AcroPatchLogLevel) does not exist], cmdOutput []'
    Feb 27 19:02:05 MYNAME-MBP.local installd[4272]: ./preinstall: u'Info: App. path is obtained as /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app.'
    Feb 27 19:02:05 MYNAME-MBP.local installd[4272]: ./preinstall: '  cmd: /bin/ps -x -c -A | grep AdobeResourceSynchronizer'
    Feb 27 19:02:05 MYNAME-MBP.local installd[4272]: ./preinstall: '  cmdRetCode [1],  cmdErrMsg [], cmdOutput []'
    Feb 27 19:02:05 MYNAME-MBP.local installd[4272]: ./preinstall: 'Info: Getting installed application locale'
    Feb 27 19:02:05 MYNAME-MBP.local installd[4272]: ./preinstall: u'  cmd: /usr/bin/defaults read "/Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/AcroLocale" AcroInstallLocaleID'
    Feb 27 19:02:05 MYNAME-MBP.local installd[4272]: ./preinstall: '  cmdRetCode [0],  cmdErrMsg [], cmdOutput [MUI]'
    Feb 27 19:02:05 MYNAME-MBP.local installd[4272]: ./preinstall: 'Info: The installed app language obtained [MUI].'
    Feb 27 19:02:05 MYNAME-MBP.local installd[4272]: ./preinstall: u'Info: Task plist file validation successful, file path: /private/tmp/PKInstallSandbox.ZpuS9p/Scripts/com.adobe.acrobat.a11.Ac robatUpd11001.iBOpAc/Tools/Tasks.plist'
    Feb 27 19:02:05 MYNAME-MBP.local installd[4272]: ./preinstall: 'Info: Checking for browser plugin.'
    Feb 27 19:02:05 MYNAME-MBP.local installd[4272]: ./preinstall: u'Info: The path obtained from /Library/Preferences/com.adobe.acrobat.pdfviewer is /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/.'
    Feb 27 19:02:05 MYNAME-MBP.local installd[4272]: ./preinstall: 'Info: checking if major version is 11 in /Library/Internet Plug-Ins/AdobePDFViewer.plugin'
    Feb 27 19:02:05 MYNAME-MBP.local installd[4272]: ./preinstall: '  cmd: /usr/bin/defaults read "/Library/Internet Plug-Ins/AdobePDFViewer.plugin/Contents/Info" CFBundleVersion'
    Feb 27 19:02:05 MYNAME-MBP.local installd[4272]: ./preinstall: '  cmdRetCode [0],  cmdErrMsg [], cmdOutput [11.0.0]'
    Feb 27 19:02:05 MYNAME-MBP.local installd[4272]: ./preinstall: 'Info: checking if major version is 11 in /Library/Automator/Save as Adobe PDF.action'
    Feb 27 19:02:05 MYNAME-MBP.local installd[4272]: ./preinstall: '  cmd: /usr/bin/defaults read "/Library/Automator/Save as Adobe PDF.action/Contents/Info" CFBundleVersion'
    Feb 27 19:02:05 MYNAME-MBP.local installd[4272]: ./preinstall: '  cmdRetCode [0],  cmdErrMsg [], cmdOutput [11.0.0]'
    Feb 27 19:02:05 MYNAME-MBP.local installd[4272]: ./preinstall: 'Info: checking if major version is 11 in /Library/PDF Services/Save as Adobe PDF.app'
    Feb 27 19:02:05 MYNAME-MBP.local installd[4272]: ./preinstall: '  cmd: /usr/bin/defaults read "/Library/PDF Services/Save as Adobe PDF.app/Contents/Info" CFBundleVersion'
    Feb 27 19:02:05 MYNAME-MBP.local installd[4272]: ./preinstall: '  cmdRetCode [0],  cmdErrMsg [], cmdOutput [11.0.0]'
    Feb 27 19:02:05 MYNAME-MBP.local installd[4272]: ./preinstall: 'Info: Browser Plugin should be updated.'
    Feb 27 19:02:05 MYNAME-MBP.local installd[4272]: ./preinstall: 'Info: Print Automator should be updated.'
    Feb 27 19:02:05 MYNAME-MBP.local installd[4272]: ./preinstall: 'Info: Print PDF Service should be updated.'
    Feb 27 19:02:05 MYNAME-MBP.local installd[4272]: ./preinstall: 'Info: Pre-validating all the tasks.'
    Feb 27 19:02:05 MYNAME-MBP.local installd[4272]: ./preinstall: 'Info: Pre-validation for all tasks successful.'
    Feb 27 19:02:05 MYNAME-MBP.local installd[4272]: PackageKit: Shoving /private/tmp/.PKInstallSandboxManager/1.sandbox/Root (1 items) to /tmp
    Feb 27 19:02:05 MYNAME-MBP.local installd[4272]: PackageKit: Executing script "./postinstall" in /private/tmp/PKInstallSandbox.ZpuS9p/Scripts/com.adobe.acrobat.a11.Ac robatUpd11001.iBOpAc
    Feb 27 19:02:05 MYNAME-MBP.local installd[4272]: ./postinstall: Extracting MUI.7z.
    Feb 27 19:02:07 MYNAME-MBP.local installd[4272]: ./postinstall: 7-Zip (A) 9.04 beta  Copyright (c) 1999-2009 Igor Pavlov  2009-05-30
    Feb 27 19:02:07 MYNAME-MBP.local installd[4272]: ./postinstall: p7zip Version 9.04 (locale=utf8,Utf16=on,HugeFiles=on,4 CPUs)
    Feb 27 19:02:07 MYNAME-MBP.local installd[4272]: ./postinstall: Processing archive: MUI.7z
    Feb 27 19:02:07 MYNAME-MBP.local installd[4272]: ./postinstall: Extracting  MUI/Application/Adobe Acrobat Pro.app/Contents/Built-in/Accessibility.acroplugin/Contents/MacOS/Acc essibility
    Feb 27 19:02:07 MYNAME-MBP.local installd[4272]: ./postinstall: Extracting  MUI/Application/Acrobat Distiller.app/Contents/Frameworks/AcroAMT.framework/Versions/A/AcroAM T
    Feb 27 19:02:07 MYNAME-MBP.local installd[4272]: ./postinstall: Extracting  MUI/Application/Adobe Acrobat Pro.app/Contents/Frameworks/AcroAMT.framework/Versions/A/AcroAMT
    Feb 27 19:02:07 MYNAME-MBP.local installd[4272]: ./postinstall: Extracting  MUI/Application/Acrobat Distiller.app/Contents/Frameworks/AcroAMT.framework/AcroAMT
    Feb 27 19:02:07 MYNAME-MBP.local installd[4272]: ./postinstall: Extracting  MUI/Application/Adobe Acrobat Pro.app/Contents/Frameworks/AcroAMT.framework/AcroAMT
    Feb 27 19:02:07 MYNAME-MBP.local installd[4272]: ./postinstall: Extracting  MUI/Application/Adobe Acrobat Pro.app/Contents/Frameworks/Acrobat.framework/Versions/A/Acrobat
    Feb 27 19:02:07 MYNAME-MBP.local installd[4272]: ./postinstall: ERROR: E_FAIL              
    Feb 27 19:02:07 MYNAME-MBP.local installd[4272]: ./postinstall: Extracting en_US.7z.
    Feb 27 19:02:07 MYNAME-MBP.local installd[4272]: ./postinstall: 7-Zip (A) 9.04 beta  Copyright (c) 1999-2009 Igor Pavlov  2009-05-30
    Feb 27 19:02:07 MYNAME-MBP.local installd[4272]: ./postinstall: p7zip Version 9.04 (locale=utf8,Utf16=on,HugeFiles=on,4 CPUs)
    Feb 27 19:02:07 MYNAME-MBP.local installd[4272]: ./postinstall: Error:
    Feb 27 19:02:07 MYNAME-MBP.local installd[4272]: ./postinstall: there is no such archive
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: '        INFO: For creating debug logs, please run following command in terminal'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: '        $ sudo defaults write "/Library/Application Support/Adobe/Acrobat/11.0/com.adobe.Acrobat.InstallerOverrides" AcroPatchLogLevel debug'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: '  cmd: /usr/bin/defaults read "/Library/Application Support/Adobe/Acrobat/11.0/com.adobe.Acrobat.InstallerOverrides" AcroPatchLogLevel'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: '  cmdRetCode [1],  cmdErrMsg [2013-02-27 19:02:07.866 defaults[4318:1307] \nThe domain/default pair of (/Library/Application Support/Adobe/Acrobat/11.0/com.adobe.Acrobat.InstallerOverrides, AcroPatchLogLevel) does not exist], cmdOutput []'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: u'Info: App. path is obtained as /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app.'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: 'Info: Getting installed application locale'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: u'  cmd: /usr/bin/defaults read "/Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/AcroLocale" AcroInstallLocaleID'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: '  cmdRetCode [0],  cmdErrMsg [], cmdOutput [MUI]'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: 'Info: The installed app language obtained [MUI].'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: u'Info: Task plist file validation successful, file path: /private/tmp/PKInstallSandbox.ZpuS9p/Scripts/com.adobe.acrobat.a11.Ac robatUpd11001.iBOpAc/Tools/Tasks.plist'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: 'Info: Checking for browser plugin.'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: u'Info: The path obtained from /Library/Preferences/com.adobe.acrobat.pdfviewer is /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/.'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: 'Info: checking if major version is 11 in /Library/Internet Plug-Ins/AdobePDFViewer.plugin'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: '  cmd: /usr/bin/defaults read "/Library/Internet Plug-Ins/AdobePDFViewer.plugin/Contents/Info" CFBundleVersion'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: '  cmdRetCode [0],  cmdErrMsg [], cmdOutput [11.0.0]'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: 'Info: checking if major version is 11 in /Library/Automator/Save as Adobe PDF.action'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: '  cmd: /usr/bin/defaults read "/Library/Automator/Save as Adobe PDF.action/Contents/Info" CFBundleVersion'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: '  cmdRetCode [0],  cmdErrMsg [], cmdOutput [11.0.0]'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: 'Info: checking if major version is 11 in /Library/PDF Services/Save as Adobe PDF.app'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: '  cmd: /usr/bin/defaults read "/Library/PDF Services/Save as Adobe PDF.app/Contents/Info" CFBundleVersion'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: '  cmdRetCode [0],  cmdErrMsg [], cmdOutput [11.0.0]'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: 'Info: Browser Plugin should be updated.'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: 'Info: Print Automator should be updated.'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: 'Info: Print PDF Service should be updated.'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: 'Info: Preparing for Rollback for all the valid tasks.'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: u'  cmd: /bin/cp -fR "/Applications/Adobe Acrobat XI Pro/Acrobat Distiller.app/Contents/Frameworks/AcroAMT.framework/AcroAMT" "/tmp/com.adobe.acrobat.viewer.updater/rollbackstore/Applications/Ado be Acrobat XI Pro/Acrobat Distiller.app/Contents/Frameworks/AcroAMT.framework/AcroAMT"'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: '  cmdRetCode [1],  cmdErrMsg [cp: symlink: Versions/Current/AcroAMT: No space left on device], cmdOutput []'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: u'ERROR : The rollback preparation command /bin/cp -fR "/Applications/Adobe Acrobat XI Pro/Acrobat Distiller.app/Contents/Frameworks/AcroAMT.framework/AcroAMT" "/tmp/com.adobe.acrobat.viewer.updater/rollbackstore/Applications/Ado be Acrobat XI Pro/Acrobat Distiller.app/Contents/Frameworks/AcroAMT.framework/AcroAMT" failed.'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: 'EXCEPTION: Caught an exception while preparing for rollback for task 0.'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: 'Traceback (most recent call last):'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: '  File "/private/tmp/PKInstallSandbox.ZpuS9p/Scripts/com.adobe.acrobat.a11.A crobatUpd11001.iBOpAc/Tools/TaskExecutor.py", line 1036, in beginScan'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: '    prepareForRollback(plist[i],i)'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: '  File "/private/tmp/PKInstallSandbox.ZpuS9p/Scripts/com.adobe.acrobat.a11.A crobatUpd11001.iBOpAc/Tools/TaskExecutor.py", line 588, in prepareForRollback'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: '    prepareRollbackForOverwrite(dest,isDir,tasknum)'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: '  File "/private/tmp/PKInstallSandbox.ZpuS9p/Scripts/com.adobe.acrobat.a11.A crobatUpd11001.iBOpAc/Tools/TaskExecutor.py", line 563, in prepareRollbackForOverwrite'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: '    raise Exception("GenericError")'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: 'Exception: GenericError'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: ''
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: 'Info: The details of the failed task are'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: '   TaskType = Overwrite'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: '   StagingRootDir = Application'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: '   RelativePath = Acrobat Distiller.app/Contents/Frameworks/AcroAMT.framework/AcroAMT'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: '   IsDirectory = 0'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: '   TargetPackageId = com.adobe.acrobat.11.viewer.app.pkg'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: '   LangId = MUI'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: '   ChecksumBefore = 0'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: '   ChecksumAfter = 1925040286.0'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: '   NSFileOwnerAccountName = root'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: '   NSFilePosixPermissions = 509'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: '   NSFileGroupOwnerAccountName = admin'
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: ./postinstall: ERROR: Postinstall exited with error code 116.
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: PackageKit: releasing backupd
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: PackageKit: allow user idle system sleep
    Feb 27 19:02:12 MYNAME-MBP.local installd[4272]: PackageKit: Install Failed: Error Domain=PKInstallErrorDomain Code=112 "An error occurred while running scripts from the package “AcrobatUpd11001.pkg”." UserInfo=0x7fac8a42ebd0 {NSFilePath=./postinstall, NSURL=file://localhost/Volumes/AcrobatUpd11001/AcrobatUpd11001.pkg#pa yload.pkg, PKInstallPackageIdentifier=com.adobe.acrobat.a11.AcrobatUpd11001, NSLocalizedDescription=An error occurred while running scripts from the package “AcrobatUpd11001.pkg”.} {
                  NSFilePath = "./postinstall";
                  NSLocalizedDescription = "An error occurred while running scripts from the package \U201cAcrobatUpd11001.pkg\U201d.";
                  NSURL = "file://localhost/Volumes/AcrobatUpd11001/AcrobatUpd11001.pkg#payload .pkg";
                  PKInstallPackageIdentifier = "com.adobe.acrobat.a11.AcrobatUpd11001";
    Feb 27 19:02:12 MYNAME-MBP.local Installer[4256]: install:didFailWithError:Error Domain=PKInstallErrorDomain Code=112 "An error occurred while running scripts from the package “AcrobatUpd11001.pkg”." UserInfo=0x7fd3dbc6eee0 {NSFilePath=./postinstall, NSURL=file://localhost/Volumes/AcrobatUpd11001/AcrobatUpd11001.pkg#pa yload.pkg, PKInstallPackageIdentifier=com.adobe.acrobat.a11.AcrobatUpd11001, NSLocalizedDescription=An error occurred while running scripts from the package “AcrobatUpd11001.pkg”.}
    Feb 27 19:02:12 MYNAME-MBP.local Installer[4256]: Install failed: The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.
    Feb 27 19:02:12 MYNAME-MBP.local Installer[4256]: IFDInstallController DBC828D0 state = 7
    Feb 27 19:02:12 MYNAME-MBP.local Installer[4256]: Displaying 'Install Failed' UI.
    Feb 27 19:02:12 MYNAME-MBP.local Installer[4256]: 'Install Failed' UI displayed message:'The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.'.

    The error in the log is as follows:
    BEGIN INSTALL LOG EXCERPT
    Feb 27 19:02:07 MYNAME-MBP.local installd[4272]: ./postinstall: ERROR: E_FAIL             
    Feb 27 19:02:07 MYNAME-MBP.local installd[4272]: ./postinstall: Extracting en_US.7z.
    Feb 27 19:02:07 MYNAME-MBP.local installd[4272]: ./postinstall: 7-Zip (A) 9.04 beta  Copyright (c) 1999-2009 Igor Pavlov  2009-05-30
    Feb 27 19:02:07 MYNAME-MBP.local installd[4272]: ./postinstall: p7zip Version 9.04 (locale=utf8,Utf16=on,HugeFiles=on,4 CPUs)
    Feb 27 19:02:07 MYNAME-MBP.local installd[4272]: ./postinstall: Error:
    Feb 27 19:02:07 MYNAME-MBP.local installd[4272]: ./postinstall: there is no such archive
    END INSTALL LOG EXCERPT
    After this error the whole install begins a cascade failure.
    Bill@VT has the correct troubleshooting procedure though.  Download the update and try updating locally rather than through the ARM updater.

  • Cannot update data from DSO to Cube with further update in process chain

    Hi Guys,
                  This is the message am getting when am trying to update to cube by process further update with process chain.Process fails at further update with the following below message.
    However at DSO level i can see the data mart status but no request at cube level.
    Error Message:
    Cannot update request REQU_D57WAP7Z2WAI1CG5Y5OQ5W7JR in data target
        Message no. RSM1523
    Diagnosis
        System checks show that request REQU_D57WAP7Z2WAI1CG5Y5OQ5W7JR cannot be
        updated to a data target.
        The system checked whether
        o   request REQU_D57WAP7Z2WAI1CG5Y5OQ5W7JR is already in the data target
        o   the data target has active update rules for the InfoSource
        o   the data target was selected for updating
        o   locks exist
        o   for a DataStore object as a data target, that the request was
            updated in the correct order, if the DataStore object stipulates
    When i check the monitor screen under status tab it says "A caller 01, 02 or equal to or greater than 20 contains an error meesage" and under details tab "Data Package 1 : arrived in BW ; Processing : Data packet not yet processed "
    Regards,
    Krishna.
    Edited by: krishna Krishna on Mar 4, 2009 6:37 PM

    Hi
    It seems you used infopack when you select update data inot datatarget then system prompts you a infopack.That's the infopack which is generated by system being used in process chain variant to update data into datatarget.
    Create new infopack/ DTP manually then use that infoapck/DTP on the process chain variant then try.
    Chandu.

  • I want to update my phone, but i purchased many apps and music on the phone. it won't let me authorize my computer so i cannot update. i don't want to deauthorize all my computers. how can i find out which 5 computers i have authorized?

    i want to update my phone, but i purchased many apps and music on the phone. it won't let me authorize my computer so i cannot update. i don't want to deauthorize all my computers. how can i find out which 5 computers i have authorized? also how can i update the software?

    This is a tedious solution, which is stupid!  And some users report an inability to reauthorize a computer after an "en masse” deauthorization.  I can’t believe Apple doesn’t provide a list or menu to find out which computers you’ve authorized! Obviously, APPLE knows (or else they couldn’t tell us how many computers we have authorized)--so why can’t they give us access to that information about our own computers??!!!
    And for an already-authorized computer with a hard drive that’s since been replaced and upgraded from Mavericks to Yosemite, would it be recognized as a “new computer” and require authorization? Would its previous incarnation (i.e., with the old hard drive and OS) be considered a separate computer? Some users report they can’t authorize a computer after an OS upgrade because of that. Can’t believe we have to do such a bass-ackwards kludge!

  • I cannot update my apps to both my iphone4 and ipad2.

    I cannot update my apps to both my iphone4 and ipad2. They both have the same apple id. I Cant update for almost a month now. But i can download new ones. Pls help. I have done the logout-reboot-login thing but still it cannot update. I also checked my itunes n there are no items stalled, no restrictions, etc. Really appreciate your help. Thanks

    One thing that might work is .... Go to the purchased tab in the app store. Tap on an app that needs an update. That will take you to the app description page. Tap on the app icon in there and see if you can download the update. Could be very time consuming, but it might work.
    This is a recently talked about trick that might work. Its more for the "Cant' connect to the iTunes Store" issue, but you can try it.
    Go to Settings>General>Date and time. Change the date and time to some time in the future and see if that helps.
    Lastly, you can always update the apps in iTunes on your computer and them sync them to the iPad.

  • HT204053 When I am purchasing from the app store for free apps my card is not being accepted. It's the same account I keep putting in the 3 digit security code. It still is not accepting it therefore cannot update my games.

    Please can someone help me. I have been using my present account card for almost 2 years. Recently when purchasing free apps from store, I put in my password, then it takes me to my account to enter the security code for my card I do this and I have even re-entered the new card and it's still not accepting it.
    Hence I cannot update or buy until I do this. The same thing happened with my daughters account and had to use her dads card.

    Please can someone help me. I have been using my present account card for almost 2 years. Recently when purchasing free apps from store, I put in my password, then it takes me to my account to enter the security code for my card I do this and I have even re-entered the new card and it's still not accepting it.
    Hence I cannot update or buy until I do this. The same thing happened with my daughters account and had to use her dads card.

  • HT203433 I downloaded apps with one appleid on my iphone.  When my account was disabled I set up a new appleid & account.  Now I cannot update apps on my iphone that were downloaded with original appleid when I login with my new apple id.  What do I need

    I downloaded apps with one appleid on my iphone.  When my account was disabled I set up a new appleid & account.  Now I cannot update apps on my iphone that were downloaded with original appleid when I login with my new apple id.  What do I need to do?

    You can write into support and ask for help reenabling the account through this link here:
    http://www.apple.com/support/itunes/contact/
    Since the applications were purchased on the older account, you will need to log into that account to update them. The newer account will not recognize the purchases because they are not a part of the purchase history for the specific account.

  • Cannot update mini displayport to vga adapter firmware 1.0

    How come i cannot update the firmware,It says "The Updater could not find a Mini DisplayPort to Vga Adapter to update even though the adapter is already connected to my Philips HDTV.At first, the image in my philips hdtv is not clear as my secondary display plus my primary display which is my macbook aluminum has a black portion on the left and right of the screen about an inch wide so i did a little search on the net and it says i need to update the firmware so i downloaded it but i cant update it so im stuck at a crappy ,vivid image or display on my philips hdtv and a small image or display in my macbook everytime my display port is connected.I think my Philips HDTV is compatible with the display port because the image in my macbook can be mirrored but as i said the image is not clear really blurry but i maybe wrong so my second question is how do i know my Philips HDTV is compatible with my macbook as a secondary display?

    kmac1036 wrote:
    1. I don't believe you can have anything hooked up to the adapter. all you need is the adapter plugged in without screen.
    2. how old is the adapter? this update is about a year old, so chances are your adapter has the updated & probably newer firmware installed.
    I got the same error with mine back then as it already had the update when I bought it, even tho I did so BEFORE apple posted the firmware, so units leaving the factory already had the updates.
    I agree with kmac1036, having recently run the update (or rather attempted to). You can't have a monitor connected to the adapter. It's also likely that your adapter is the newer version, even though the software download is being prompted. I had read on some tech blog that said the model # on the newer adapter has a -1 after it to indicate it's the revision with the updated firmware.

  • On 10.4.11 Mac Mail I get this: Mail cannot update your mailboxes because your home directory is full. You must free up space in your home folder before using Mail. Delete unnedded documents or move documents to another volume. I can't open mail.

    On 10.4.11 iMac Mac Mail I get this message: "Mail cannot update your mailboxes because your home directory is full. You must free up space in your home folder before using Mail. Delete unneeded documents or move documents to another volume." I can't open mail to do this. I have reinstalled software but no effect. How do I get into Mail to delete?

    Found this on the "more like this" Worked like a charm!
    With the Mail.app quit and using the Finder, go to Home > Library > Mail. Copy the Mail folder and place the copy on the Desktop for backup purposes.
    Go to Home > Library > Mail > Envelope Index. Move the Envelope Index file to the Desktop.
    Launch Mail and you will be prompted to import mailboxes. Select OK and allow the import process to complete.
    After confirming all mailboxes were successfully imported and available, you can delete the copy of the Mail folder and old Envelope Index file from the Desktop and this should resolve the problem.

Maybe you are looking for