[solved] Touchpad scrolling and tapping stops working after Xorg 1.9

Hi all,
My laptop is an Acer Extensa 5630EZ and it has been running for over a year with Arch without problems. However, since the xorg 1.9 upgrade the touchpad edge scrolling just randomly stops working. Everything else continues working fine. I have searched the forums and Googled but haven't found anything that fixes it. Logging out and back into KDE gets the scrolling working again (X restart I guess). I'm pretty much stumped for ideas. Please help!
[edit]
- I edited the title for a more accurate description
- I noticed that tapping also stops working
- Note that it initially works but then randomly stops... as opposed to others' where it does not work at all.
/etc/X11/xorg.conf.d/10-synaptics.conf
$ cat /etc/X11/xorg.conf.d/10-synaptics.conf
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
Option "VertEdgeScroll" "on"
Option "VertTwoFingerScroll" "on"
Option "CornerCoasting" "1"
Option "RBCornerButton" "3"
Option "LTCornerButton" "2"
Option "CoastingSpeed" "0.5"
Option "CoastingFriction" "0"
Option "EmulateTwoFingerMinZ" "40"
Option "EmulateTwoFingerMinW" "5"
EndSection
/etc/X11/xorg.conf.d/10-evdev.conf
$ cat /etc/X11/xorg.conf.d/10-evdev.conf
# Catch-all evdev loader for udev-based systems
# We don't simply match on any device since that also adds accelerometers
# and other devices that we don't really want to use. The list below
# matches everything but joysticks.
Section "InputClass"
Identifier "evdev pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
Section "InputClass"
Identifier "evdev keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
Section "InputClass"
Identifier "evdev touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
Section "InputClass"
Identifier "evdev tablet catchall"
MatchIsTablet "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
Section "InputClass"
Identifier "evdev touchscreen catchall"
MatchIsTouchscreen "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
touchpad part of X log
[ 36091.108] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/event5)
[ 36091.108] (**) PS/2 Mouse: Applying InputClass "evdev pointer catchall"
[ 36091.108] (**) PS/2 Mouse: always reports core events
[ 36091.108] (**) PS/2 Mouse: Device: "/dev/input/event5"
[ 36091.120] (--) PS/2 Mouse: Found 3 mouse buttons
[ 36091.120] (--) PS/2 Mouse: Found relative axes
[ 36091.120] (--) PS/2 Mouse: Found x and y relative axes
[ 36091.120] (II) PS/2 Mouse: Configuring as mouse
[ 36091.120] (**) PS/2 Mouse: YAxisMapping: buttons 4 and 5
[ 36091.120] (**) PS/2 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 36091.120] (II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE)
[ 36091.120] (**) PS/2 Mouse: (accel) keeping acceleration scheme 1
[ 36091.120] (**) PS/2 Mouse: (accel) acceleration profile 0
[ 36091.120] (**) PS/2 Mouse: (accel) acceleration factor: 2.000
[ 36091.120] (**) PS/2 Mouse: (accel) acceleration threshold: 4
[ 36091.120] (II) PS/2 Mouse: initialized for relative axes.
[ 36091.121] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/mouse0)
[ 36091.121] (II) No input driver/identifier specified (ignoring)
[ 36091.121] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/event6)
[ 36091.121] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "evdev touchpad catchall"
[ 36091.121] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall"
[ 36091.121] (II) LoadModule: "synaptics"
[ 36091.122] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 36091.130] (II) Module synaptics: vendor="X.Org Foundation"
[ 36091.130] compiled for 1.9.0, module version = 1.3.0
[ 36091.130] Module class: X.Org XInput Driver
[ 36091.130] ABI class: X.Org XInput driver, version 11.0
[ 36091.130] (II) Synaptics touchpad driver version 1.3.0
[ 36091.130] (**) Option "Device" "/dev/input/event6"
[ 36091.249] (--) AlpsPS/2 ALPS GlidePoint: x-axis range 0 - 1023
[ 36091.249] (--) AlpsPS/2 ALPS GlidePoint: y-axis range 0 - 767
[ 36091.249] (--) AlpsPS/2 ALPS GlidePoint: pressure range 0 - 127
[ 36091.249] (--) AlpsPS/2 ALPS GlidePoint: buttons: left right middle
[ 36091.249] (--) AlpsPS/2 ALPS GlidePoint: invalid finger width range. defaulting to 0 - 16
[ 36091.249] (**) Option "EmulateTwoFingerMinZ" "40"
[ 36091.249] (**) Option "EmulateTwoFingerMinW" "5"
[ 36091.249] (**) Option "VertEdgeScroll" "on"
[ 36091.249] (**) Option "CornerCoasting" "1"
[ 36091.250] (**) Option "VertTwoFingerScroll" "on"
[ 36091.250] (**) Option "RBCornerButton" "3"
[ 36091.250] (**) Option "LTCornerButton" "2"
[ 36091.250] (**) Option "TapButton1" "1"
[ 36091.250] (**) Option "TapButton2" "2"
[ 36091.250] (**) Option "TapButton3" "3"
[ 36091.250] (**) Option "CoastingSpeed" "0.5"
[ 36091.250] (**) Option "CoastingFriction" "0"
[ 36091.349] (--) AlpsPS/2 ALPS GlidePoint: touchpad found
[ 36091.349] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
[ 36091.416] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: TOUCHPAD)
[ 36091.416] (**) AlpsPS/2 ALPS GlidePoint: (accel) MinSpeed is now constant deceleration 2.5
[ 36091.416] (**) AlpsPS/2 ALPS GlidePoint: MaxSpeed is now 1.75
[ 36091.416] (**) AlpsPS/2 ALPS GlidePoint: AccelFactor is now 0.156
[ 36091.416] (**) AlpsPS/2 ALPS GlidePoint: (accel) keeping acceleration scheme 1
[ 36091.416] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration profile 1
[ 36091.416] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration factor: 2.000
[ 36091.416] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration threshold: 4
[ 36091.459] (--) AlpsPS/2 ALPS GlidePoint: touchpad found
[ 36091.460] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse1)
[ 36091.460] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall"
[ 36091.460] (II) Synaptics touchpad driver version 1.3.0
[ 36091.856] (EE) AlpsPS/2 ALPS GlidePoint no synaptics event device found
[ 36091.905] (**) Option "Device" "/dev/input/mouse1"
[ 36091.916] (--) AlpsPS/2 ALPS GlidePoint: invalid x-axis range. defaulting to 1615 - 5685
[ 36091.916] (--) AlpsPS/2 ALPS GlidePoint: invalid y-axis range. defaulting to 1729 - 4171
[ 36091.916] (--) AlpsPS/2 ALPS GlidePoint: invalid pressure range. defaulting to 0 - 256
[ 36091.916] (--) AlpsPS/2 ALPS GlidePoint: invalid finger width range. defaulting to 0 - 16
[ 36091.916] (**) Option "EmulateTwoFingerMinZ" "40"
[ 36091.916] (**) Option "EmulateTwoFingerMinW" "5"
[ 36091.916] (**) Option "VertEdgeScroll" "on"
[ 36091.916] (**) Option "CornerCoasting" "1"
[ 36091.916] (**) Option "VertTwoFingerScroll" "on"
[ 36091.916] (**) Option "RBCornerButton" "3"
[ 36091.916] (**) Option "LTCornerButton" "2"
[ 36091.916] (**) Option "TapButton1" "1"
[ 36091.916] (**) Option "TapButton2" "2"
[ 36091.916] (**) Option "TapButton3" "3"
[ 36091.916] (**) Option "CoastingSpeed" "0.5"
[ 36091.916] (**) Option "CoastingFriction" "0"
[ 36091.937] (EE) Query no Synaptics: 6003C8
[ 36091.937] (--) AlpsPS/2 ALPS GlidePoint: no supported touchpad found
[ 36091.937] (EE) AlpsPS/2 ALPS GlidePoint Unable to query/initialize Synaptics hardware.
[ 36091.979] (EE) PreInit failed for input device "AlpsPS/2 ALPS GlidePoint"
[ 36091.979] (II) UnloadModule: "synaptics"
[ 36101.679] (II) intel(0): EDID vendor "LGD", prod id 502
[ 36101.679] (II) intel(0): Printing DDC gathered Modelines:
[ 36101.679] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[ 36113.812] (II) intel(0): EDID vendor "LGD", prod id 502
[ 36113.813] (II) intel(0): Printing DDC gathered Modelines:
[ 36113.813] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
Last edited by drsjlazar (2010-10-13 14:46:44)

I know about Google's Linux search but I hardly use it... I just add Linux to my search terms. Thanks for the reminder though.
My laptop is an Acer Extensa 5630EZ with an ALPS 'GlidePoint' touchpad.
Searching for problems that seem related to mine does not bring up much. Xorg 1.9 being new is probably the reason. I have gone through the updated installation guide and tried to get everything in order. Some pages recommend HAL, Xorg does not. But without HAL, I have no suspend/hibernate option in KDE and VMWare will not work. The problem appears even if I run DBus only without HAL. So I've decided to to just run HAL.
I have removed all the extra stuff I don't need at startup. Most notable is syndaemon in bashrc (totally forgot I had that). I have to wait for it to stop working since it is unpredictable. Though, I have noticed that it seems to stop working when I use keyboard shortcuts/combinations.
Here is my entire Xorg log after it stopped working:
[ 45238.439]
X.Org X Server 1.9.0
Release Date: 2010-08-20
[ 45238.439] X Protocol Version 11, Revision 0
[ 45238.439] Build Operating System: Linux 2.6.34-ARCH x86_64
[ 45238.439] Current Operating System: Linux extensa-arch 2.6.35-ARCH #1 SMP PREEMPT Wed Sep 29 08:45:18 CEST 2010 x86_64
[ 45238.439] Kernel command line: root=/dev/mapper/AllPartitions-ArchRoot ro quiet splash
[ 45238.439] Build Date: 24 August 2010 01:44:37PM
[ 45238.439]
[ 45238.439] Current version of pixman: 0.18.4
[ 45238.439] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 45238.439] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 45238.439] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Oct 7 11:41:07 2010
[ 45238.439] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 45238.439] (==) No Layout section. Using the first Screen section.
[ 45238.439] (==) No screen section available. Using defaults.
[ 45238.439] (**) |-->Screen "Default Screen Section" (0)
[ 45238.439] (**) | |-->Monitor "<default monitor>"
[ 45238.440] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 45238.440] (==) Automatically adding devices
[ 45238.440] (==) Automatically enabling devices
[ 45238.440] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 45238.440] Entry deleted from font path.
[ 45238.440] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/
[ 45238.440] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 45238.440] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 45238.440] (II) Loader magic: 0x7d4880
[ 45238.440] (II) Module ABI versions:
[ 45238.440] X.Org ANSI C Emulation: 0.4
[ 45238.440] X.Org Video Driver: 8.0
[ 45238.440] X.Org XInput driver : 11.0
[ 45238.440] X.Org Server Extension : 4.0
[ 45238.441] (--) PCI:*(0:0:2:0) 8086:2a42:1025:013c rev 9, Mem @ 0xf4000000/4194304, 0xd0000000/268435456, I/O @ 0x00001800/8
[ 45238.441] (--) PCI: (0:0:2:1) 8086:2a43:1025:013c rev 9, Mem @ 0xf4400000/1048576
[ 45238.441] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 45238.441] (II) LoadModule: "extmod"
[ 45238.441] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 45238.441] (II) Module extmod: vendor="X.Org Foundation"
[ 45238.441] compiled for 1.9.0, module version = 1.0.0
[ 45238.441] Module class: X.Org Server Extension
[ 45238.441] ABI class: X.Org Server Extension, version 4.0
[ 45238.441] (II) Loading extension MIT-SCREEN-SAVER
[ 45238.441] (II) Loading extension XFree86-VidModeExtension
[ 45238.441] (II) Loading extension XFree86-DGA
[ 45238.441] (II) Loading extension DPMS
[ 45238.441] (II) Loading extension XVideo
[ 45238.441] (II) Loading extension XVideo-MotionCompensation
[ 45238.441] (II) Loading extension X-Resource
[ 45238.441] (II) LoadModule: "dbe"
[ 45238.441] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 45238.441] (II) Module dbe: vendor="X.Org Foundation"
[ 45238.441] compiled for 1.9.0, module version = 1.0.0
[ 45238.442] Module class: X.Org Server Extension
[ 45238.442] ABI class: X.Org Server Extension, version 4.0
[ 45238.442] (II) Loading extension DOUBLE-BUFFER
[ 45238.442] (II) LoadModule: "glx"
[ 45238.442] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 45238.442] (II) Module glx: vendor="X.Org Foundation"
[ 45238.442] compiled for 1.9.0, module version = 1.0.0
[ 45238.442] ABI class: X.Org Server Extension, version 4.0
[ 45238.442] (==) AIGLX enabled
[ 45238.442] (II) Loading extension GLX
[ 45238.442] (II) LoadModule: "record"
[ 45238.442] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 45238.442] (II) Module record: vendor="X.Org Foundation"
[ 45238.442] compiled for 1.9.0, module version = 1.13.0
[ 45238.442] Module class: X.Org Server Extension
[ 45238.442] ABI class: X.Org Server Extension, version 4.0
[ 45238.442] (II) Loading extension RECORD
[ 45238.442] (II) LoadModule: "dri"
[ 45238.442] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 45238.443] (II) Module dri: vendor="X.Org Foundation"
[ 45238.443] compiled for 1.9.0, module version = 1.0.0
[ 45238.443] ABI class: X.Org Server Extension, version 4.0
[ 45238.443] (II) Loading extension XFree86-DRI
[ 45238.443] (II) LoadModule: "dri2"
[ 45238.443] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 45238.443] (II) Module dri2: vendor="X.Org Foundation"
[ 45238.443] compiled for 1.9.0, module version = 1.2.0
[ 45238.443] ABI class: X.Org Server Extension, version 4.0
[ 45238.443] (II) Loading extension DRI2
[ 45238.443] (==) Matched intel as autoconfigured driver 0
[ 45238.443] (==) Matched vesa as autoconfigured driver 1
[ 45238.443] (==) Matched fbdev as autoconfigured driver 2
[ 45238.443] (==) Assigned the driver to the xf86ConfigLayout
[ 45238.443] (II) LoadModule: "intel"
[ 45238.443] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 45238.443] (II) Module intel: vendor="X.Org Foundation"
[ 45238.443] compiled for 1.9.0, module version = 2.12.0
[ 45238.443] Module class: X.Org Video Driver
[ 45238.443] ABI class: X.Org Video Driver, version 8.0
[ 45238.443] (II) LoadModule: "vesa"
[ 45238.443] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 45238.444] (II) Module vesa: vendor="X.Org Foundation"
[ 45238.444] compiled for 1.9.0, module version = 2.3.0
[ 45238.444] Module class: X.Org Video Driver
[ 45238.444] ABI class: X.Org Video Driver, version 8.0
[ 45238.444] (II) LoadModule: "fbdev"
[ 45238.444] (WW) Warning, couldn't open module fbdev
[ 45238.444] (II) UnloadModule: "fbdev"
[ 45238.444] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 45238.444] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale
[ 45238.444] (II) VESA: driver for VESA chipsets: vesa
[ 45238.444] (++) using VT number 7
[ 45238.448] (WW) Falling back to old probe method for vesa
[ 45238.450] drmOpenDevice: node name is /dev/dri/card0
[ 45238.450] drmOpenDevice: open result is 8, (OK)
[ 45238.450] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[ 45238.450] drmOpenDevice: node name is /dev/dri/card0
[ 45238.450] drmOpenDevice: open result is 8, (OK)
[ 45238.450] drmOpenByBusid: drmOpenMinor returns 8
[ 45238.450] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 45238.450] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 45238.450] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 45238.451] (==) intel(0): RGB weight 888
[ 45238.451] (==) intel(0): Default visual is TrueColor
[ 45238.451] (II) intel(0): Integrated Graphics Chipset: Intel(R) GM45
[ 45238.451] (--) intel(0): Chipset: "GM45"
[ 45238.451] (==) intel(0): video overlay key set to 0x101fe
[ 45238.472] (II) intel(0): Output VGA1 has no monitor section
[ 45238.578] (II) intel(0): Output LVDS1 has no monitor section
[ 45238.578] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
[ 45238.581] (II) intel(0): Output DP1 has no monitor section
[ 45238.599] (II) intel(0): EDID for output VGA1
[ 45238.705] (II) intel(0): EDID for output LVDS1
[ 45238.705] (II) intel(0): Manufacturer: LGD Model: 1f6 Serial#: 0
[ 45238.705] (II) intel(0): Year: 2009 Week: 0
[ 45238.705] (II) intel(0): EDID Version: 1.3
[ 45238.705] (II) intel(0): Digital Display Input
[ 45238.705] (II) intel(0): Max Image Size [cm]: horiz.: 33 vert.: 21
[ 45238.705] (II) intel(0): Gamma: 2.20
[ 45238.705] (II) intel(0): No DPMS capabilities specified
[ 45238.705] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 45238.705] (II) intel(0): First detailed timing is preferred mode
[ 45238.705] (II) intel(0): redX: 0.603 redY: 0.349 greenX: 0.325 greenY: 0.553
[ 45238.705] (II) intel(0): blueX: 0.157 blueY: 0.144 whiteX: 0.313 whiteY: 0.329
[ 45238.705] (II) intel(0): Manufacturer's mask: 0
[ 45238.705] (II) intel(0): Supported detailed timing:
[ 45238.705] (II) intel(0): clock: 71.0 MHz Image Size: 331 x 207 mm
[ 45238.705] (II) intel(0): h_active: 1280 h_sync: 1328 h_sync_end 1360 h_blank_end 1440 h_border: 0
[ 45238.705] (II) intel(0): v_active: 800 v_sync: 803 v_sync_end 809 v_blanking: 823 v_border: 0
[ 45238.705] (II) intel(0): LG Display
[ 45238.705] (II) intel(0): LP154WX4-TLB5
[ 45238.705] (II) intel(0): EDID (in hex):
[ 45238.706] (II) intel(0): 00ffffffffffff0030e4f60100000000
[ 45238.706] (II) intel(0): 00130103802115780a56759a59538d28
[ 45238.706] (II) intel(0): 24505400000001010101010101010101
[ 45238.706] (II) intel(0): 010101010101bc1b00a0502017303020
[ 45238.706] (II) intel(0): 36004bcf100000190000000000000000
[ 45238.706] (II) intel(0): 00000000000000000000000000fe004c
[ 45238.706] (II) intel(0): 4720446973706c61790a2020000000fe
[ 45238.706] (II) intel(0): 004c503135345758342d544c423500eb
[ 45238.706] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[ 45238.706] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 45238.706] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 45238.706] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[ 45238.706] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[ 45238.706] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[ 45238.706] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[ 45238.706] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[ 45238.706] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[ 45238.706] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[ 45238.706] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[ 45238.706] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[ 45238.706] (II) intel(0): Printing probed modes for output LVDS1
[ 45238.706] (II) intel(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[ 45238.706] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 45238.706] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 45238.706] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 45238.706] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 45238.707] (II) intel(0): EDID for output DP1
[ 45238.707] (II) intel(0): Output VGA1 disconnected
[ 45238.707] (II) intel(0): Output LVDS1 connected
[ 45238.707] (II) intel(0): Output DP1 disconnected
[ 45238.707] (II) intel(0): Using exact sizes for initial modes
[ 45238.707] (II) intel(0): Output LVDS1 using initial mode 1280x800
[ 45238.707] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 45238.707] (II) intel(0): Pageflipping enabled in kernel, but disabled in X
[ 45238.707] (II) intel(0): Don't panic: https://bugzilla.redhat.com/588421
[ 45238.707] (==) intel(0): DPI set to (96, 96)
[ 45238.707] (II) Loading sub module "fb"
[ 45238.707] (II) LoadModule: "fb"
[ 45238.707] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 45238.707] (II) Module fb: vendor="X.Org Foundation"
[ 45238.707] compiled for 1.9.0, module version = 1.0.0
[ 45238.707] ABI class: X.Org ANSI C Emulation, version 0.4
[ 45238.707] (II) UnloadModule: "vesa"
[ 45238.708] (II) Unloading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 45238.708] (==) Depth 24 pixmap format is 32 bpp
[ 45238.708] (II) intel(0): [DRI2] Setup complete
[ 45238.708] (II) intel(0): [DRI2] DRI driver: i965
[ 45238.708] (**) intel(0): Tiling enabled
[ 45238.708] (**) intel(0): SwapBuffers wait enabled
[ 45238.708] (==) intel(0): VideoRam: 262144 KB
[ 45238.708] (II) intel(0): Allocated new frame buffer 1280x800 stride 5120, tiled
[ 45238.719] (II) UXA(0): Driver registered support for the following operations:
[ 45238.719] (II) solid
[ 45238.719] (II) copy
[ 45238.719] (II) composite (RENDER acceleration)
[ 45238.719] (II) put_image
[ 45238.719] (II) get_image
[ 45238.719] (==) intel(0): Backing store disabled
[ 45238.719] (==) intel(0): Silken mouse enabled
[ 45238.719] (II) intel(0): Initializing HW Cursor
[ 45238.745] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 45238.755] (==) intel(0): DPMS enabled
[ 45238.755] (==) intel(0): Intel XvMC decoder enabled
[ 45238.755] (II) intel(0): Set up textured video
[ 45238.755] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[ 45238.755] (II) intel(0): direct rendering: DRI2 Enabled
[ 45238.755] (--) RandR disabled
[ 45238.755] (II) Initializing built-in extension Generic Event Extension
[ 45238.755] (II) Initializing built-in extension SHAPE
[ 45238.755] (II) Initializing built-in extension MIT-SHM
[ 45238.755] (II) Initializing built-in extension XInputExtension
[ 45238.755] (II) Initializing built-in extension XTEST
[ 45238.755] (II) Initializing built-in extension BIG-REQUESTS
[ 45238.755] (II) Initializing built-in extension SYNC
[ 45238.755] (II) Initializing built-in extension XKEYBOARD
[ 45238.755] (II) Initializing built-in extension XC-MISC
[ 45238.755] (II) Initializing built-in extension SECURITY
[ 45238.755] (II) Initializing built-in extension XINERAMA
[ 45238.755] (II) Initializing built-in extension XFIXES
[ 45238.755] (II) Initializing built-in extension RENDER
[ 45238.755] (II) Initializing built-in extension RANDR
[ 45238.755] (II) Initializing built-in extension COMPOSITE
[ 45238.755] (II) Initializing built-in extension DAMAGE
[ 45238.767] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 45238.767] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 45238.767] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 45238.767] (II) AIGLX: enabled GLX_SGI_make_current_read
[ 45238.767] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 45238.767] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i965_dri.so
[ 45238.767] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 45238.768] (II) intel(0): Setting screen physical size to 338 x 211
[ 45238.886] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 45238.886] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 45238.886] (II) LoadModule: "evdev"
[ 45238.886] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 45238.886] (II) Module evdev: vendor="X.Org Foundation"
[ 45238.886] compiled for 1.9.0, module version = 2.5.0
[ 45238.886] Module class: X.Org XInput Driver
[ 45238.886] ABI class: X.Org XInput driver, version 11.0
[ 45238.886] (**) Power Button: always reports core events
[ 45238.886] (**) Power Button: Device: "/dev/input/event2"
[ 45238.899] (--) Power Button: Found keys
[ 45238.899] (II) Power Button: Configuring as keyboard
[ 45238.899] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 45238.899] (**) Option "xkb_rules" "evdev"
[ 45238.899] (**) Option "xkb_model" "evdev"
[ 45238.899] (**) Option "xkb_layout" "us"
[ 45238.934] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 45238.934] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 45238.934] (**) Video Bus: always reports core events
[ 45238.934] (**) Video Bus: Device: "/dev/input/event4"
[ 45238.943] (--) Video Bus: Found keys
[ 45238.943] (II) Video Bus: Configuring as keyboard
[ 45238.943] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[ 45238.943] (**) Option "xkb_rules" "evdev"
[ 45238.943] (**) Option "xkb_model" "evdev"
[ 45238.943] (**) Option "xkb_layout" "us"
[ 45238.945] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 45238.945] (II) No input driver/identifier specified (ignoring)
[ 45238.946] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 45238.946] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 45238.946] (**) Sleep Button: always reports core events
[ 45238.946] (**) Sleep Button: Device: "/dev/input/event1"
[ 45238.953] (--) Sleep Button: Found keys
[ 45238.953] (II) Sleep Button: Configuring as keyboard
[ 45238.953] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[ 45238.953] (**) Option "xkb_rules" "evdev"
[ 45238.953] (**) Option "xkb_model" "evdev"
[ 45238.953] (**) Option "xkb_layout" "us"
[ 45238.956] (II) config/udev: Adding input device Acer Crystal Eye webcam (/dev/input/event7)
[ 45238.956] (**) Acer Crystal Eye webcam: Applying InputClass "evdev keyboard catchall"
[ 45238.956] (**) Acer Crystal Eye webcam: always reports core events
[ 45238.956] (**) Acer Crystal Eye webcam: Device: "/dev/input/event7"
[ 45238.963] (--) Acer Crystal Eye webcam: Found keys
[ 45238.963] (II) Acer Crystal Eye webcam: Configuring as keyboard
[ 45238.963] (II) XINPUT: Adding extended input device "Acer Crystal Eye webcam" (type: KEYBOARD)
[ 45238.963] (**) Option "xkb_rules" "evdev"
[ 45238.963] (**) Option "xkb_model" "evdev"
[ 45238.963] (**) Option "xkb_layout" "us"
[ 45238.963] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
[ 45238.964] (II) No input driver/identifier specified (ignoring)
[ 45238.971] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 45238.971] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 45238.971] (**) AT Translated Set 2 keyboard: always reports core events
[ 45238.972] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event3"
[ 45238.979] (--) AT Translated Set 2 keyboard: Found keys
[ 45238.979] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[ 45238.979] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[ 45238.979] (**) Option "xkb_rules" "evdev"
[ 45238.979] (**) Option "xkb_model" "evdev"
[ 45238.979] (**) Option "xkb_layout" "us"
[ 45238.980] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/event5)
[ 45238.980] (**) PS/2 Mouse: Applying InputClass "evdev pointer catchall"
[ 45238.980] (**) PS/2 Mouse: always reports core events
[ 45238.980] (**) PS/2 Mouse: Device: "/dev/input/event5"
[ 45238.993] (--) PS/2 Mouse: Found 3 mouse buttons
[ 45238.993] (--) PS/2 Mouse: Found relative axes
[ 45238.993] (--) PS/2 Mouse: Found x and y relative axes
[ 45238.993] (II) PS/2 Mouse: Configuring as mouse
[ 45238.993] (**) PS/2 Mouse: YAxisMapping: buttons 4 and 5
[ 45238.993] (**) PS/2 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 45238.993] (II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE)
[ 45238.993] (**) PS/2 Mouse: (accel) keeping acceleration scheme 1
[ 45238.993] (**) PS/2 Mouse: (accel) acceleration profile 0
[ 45238.993] (**) PS/2 Mouse: (accel) acceleration factor: 2.000
[ 45238.993] (**) PS/2 Mouse: (accel) acceleration threshold: 4
[ 45238.993] (II) PS/2 Mouse: initialized for relative axes.
[ 45238.993] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/mouse0)
[ 45238.993] (II) No input driver/identifier specified (ignoring)
[ 45238.994] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/event6)
[ 45238.994] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall"
[ 45238.994] (II) LoadModule: "synaptics"
[ 45238.994] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 45238.994] (II) Module synaptics: vendor="X.Org Foundation"
[ 45238.994] compiled for 1.9.0, module version = 1.3.0
[ 45238.994] Module class: X.Org XInput Driver
[ 45238.994] ABI class: X.Org XInput driver, version 11.0
[ 45238.994] (II) Synaptics touchpad driver version 1.3.0
[ 45238.995] (**) Option "Device" "/dev/input/event6"
[ 45239.033] (--) AlpsPS/2 ALPS GlidePoint: x-axis range 0 - 1023
[ 45239.033] (--) AlpsPS/2 ALPS GlidePoint: y-axis range 0 - 767
[ 45239.033] (--) AlpsPS/2 ALPS GlidePoint: pressure range 0 - 127
[ 45239.033] (--) AlpsPS/2 ALPS GlidePoint: buttons: left right middle
[ 45239.033] (--) AlpsPS/2 ALPS GlidePoint: invalid finger width range. defaulting to 0 - 16
[ 45239.033] (**) Option "EmulateTwoFingerMinZ" "40"
[ 45239.033] (**) Option "EmulateTwoFingerMinW" "5"
[ 45239.033] (**) Option "VertEdgeScroll" "on"
[ 45239.033] (**) Option "CornerCoasting" "1"
[ 45239.033] (**) Option "VertTwoFingerScroll" "on"
[ 45239.033] (**) Option "RBCornerButton" "3"
[ 45239.033] (**) Option "LTCornerButton" "2"
[ 45239.033] (**) Option "TapButton1" "1"
[ 45239.033] (**) Option "TapButton2" "2"
[ 45239.033] (**) Option "TapButton3" "3"
[ 45239.033] (**) Option "CoastingSpeed" "0.5"
[ 45239.033] (**) Option "CoastingFriction" "0"
[ 45239.059] (--) AlpsPS/2 ALPS GlidePoint: touchpad found
[ 45239.059] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
[ 45239.073] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: TOUCHPAD)
[ 45239.073] (**) AlpsPS/2 ALPS GlidePoint: (accel) MinSpeed is now constant deceleration 2.5
[ 45239.073] (**) AlpsPS/2 ALPS GlidePoint: MaxSpeed is now 1.75
[ 45239.073] (**) AlpsPS/2 ALPS GlidePoint: AccelFactor is now 0.156
[ 45239.073] (**) AlpsPS/2 ALPS GlidePoint: (accel) keeping acceleration scheme 1
[ 45239.073] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration profile 1
[ 45239.073] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration factor: 2.000
[ 45239.073] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration threshold: 4
[ 45239.099] (--) AlpsPS/2 ALPS GlidePoint: touchpad found
[ 45239.100] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse1)
[ 45239.100] (II) No input driver/identifier specified (ignoring)
[ 45242.575] (II) intel(0): EDID vendor "LGD", prod id 502
[ 45242.575] (II) intel(0): Printing DDC gathered Modelines:
[ 45242.575] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[ 45243.125] (II) intel(0): EDID vendor "LGD", prod id 502
[ 45243.125] (II) intel(0): Printing DDC gathered Modelines:
[ 45243.125] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[ 45245.428] (II) intel(0): EDID vendor "LGD", prod id 502
[ 45245.428] (II) intel(0): Printing DDC gathered Modelines:
[ 45245.428] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[ 45248.639] (II) intel(0): EDID vendor "LGD", prod id 502
[ 45248.639] (II) intel(0): Printing DDC gathered Modelines:
[ 45248.639] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[ 70602.586] (II) intel(0): EDID vendor "LGD", prod id 502
[ 70602.586] (II) intel(0): Printing DDC gathered Modelines:
[ 70602.586] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[ 70602.803] (II) intel(0): EDID vendor "LGD", prod id 502
[ 70602.803] (II) intel(0): Printing DDC gathered Modelines:
[ 70602.803] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[ 70603.146] (II) intel(0): EDID vendor "LGD", prod id 502
[ 70603.146] (II) intel(0): Printing DDC gathered Modelines:
[ 70603.146] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[ 70603.358] (II) intel(0): EDID vendor "LGD", prod id 502
[ 70603.358] (II) intel(0): Printing DDC gathered Modelines:
[ 70603.359] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[ 70603.518] (II) intel(0): EDID vendor "LGD", prod id 502
[ 70603.518] (II) intel(0): Printing DDC gathered Modelines:
[ 70603.518] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[ 70603.662] (II) intel(0): EDID vendor "LGD", prod id 502
[ 70603.662] (II) intel(0): Printing DDC gathered Modelines:
[ 70603.662] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[ 90776.420] (II) intel(0): EDID vendor "LGD", prod id 502
[ 90776.420] (II) intel(0): Printing DDC gathered Modelines:
[ 90776.420] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[122487.594] (II) intel(0): EDID vendor "LGD", prod id 502
[122487.594] (II) intel(0): Printing DDC gathered Modelines:
[122487.594] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[122488.139] (II) intel(0): EDID vendor "LGD", prod id 502
[122488.139] (II) intel(0): Printing DDC gathered Modelines:
[122488.139] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[122488.784] (II) intel(0): EDID vendor "LGD", prod id 502
[122488.784] (II) intel(0): Printing DDC gathered Modelines:
[122488.784] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[122488.980] (II) intel(0): EDID vendor "LGD", prod id 502
[122488.980] (II) intel(0): Printing DDC gathered Modelines:
[122488.980] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[122489.174] (II) intel(0): EDID vendor "LGD", prod id 502
[122489.174] (II) intel(0): Printing DDC gathered Modelines:
[122489.174] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[122489.321] (II) intel(0): EDID vendor "LGD", prod id 502
[122489.321] (II) intel(0): Printing DDC gathered Modelines:
[122489.321] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[122489.470] (II) intel(0): EDID vendor "LGD", prod id 502
[122489.470] (II) intel(0): Printing DDC gathered Modelines:
[122489.470] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[122489.617] (II) intel(0): EDID vendor "LGD", prod id 502
[122489.617] (II) intel(0): Printing DDC gathered Modelines:
[122489.617] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[122489.756] (II) intel(0): EDID vendor "LGD", prod id 502
[122489.756] (II) intel(0): Printing DDC gathered Modelines:
[122489.756] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[122489.903] (II) intel(0): EDID vendor "LGD", prod id 502
[122489.904] (II) intel(0): Printing DDC gathered Modelines:
[122489.904] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[122490.054] (II) intel(0): EDID vendor "LGD", prod id 502
[122490.054] (II) intel(0): Printing DDC gathered Modelines:
[122490.054] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[165444.489] (II) intel(0): EDID vendor "LGD", prod id 502
[165444.519] (II) intel(0): Printing DDC gathered Modelines:
[165444.519] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[165445.260] (II) intel(0): EDID vendor "LGD", prod id 502
[165445.260] (II) intel(0): Printing DDC gathered Modelines:
[165445.261] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[165445.519] (II) intel(0): EDID vendor "LGD", prod id 502
[165445.519] (II) intel(0): Printing DDC gathered Modelines:
[165445.519] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[165445.682] (II) intel(0): EDID vendor "LGD", prod id 502
[165445.682] (II) intel(0): Printing DDC gathered Modelines:
[165445.682] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[165445.827] (II) intel(0): EDID vendor "LGD", prod id 502
[165445.827] (II) intel(0): Printing DDC gathered Modelines:
[165445.827] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[165446.027] (II) intel(0): EDID vendor "LGD", prod id 502
[165446.027] (II) intel(0): Printing DDC gathered Modelines:
[165446.027] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[165446.234] (II) intel(0): EDID vendor "LGD", prod id 502
[165446.234] (II) intel(0): Printing DDC gathered Modelines:
[165446.234] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[165446.409] (II) intel(0): EDID vendor "LGD", prod id 502
[165446.409] (II) intel(0): Printing DDC gathered Modelines:
[165446.409] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[165446.638] (II) intel(0): EDID vendor "LGD", prod id 502
[165446.639] (II) intel(0): Printing DDC gathered Modelines:
[165446.639] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[165446.798] (II) intel(0): EDID vendor "LGD", prod id 502
[165446.798] (II) intel(0): Printing DDC gathered Modelines:
[165446.798] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[165447.035] (II) intel(0): EDID vendor "LGD", prod id 502
[165447.035] (II) intel(0): Printing DDC gathered Modelines:
[165447.035] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[165447.227] (II) intel(0): EDID vendor "LGD", prod id 502
[165447.227] (II) intel(0): Printing DDC gathered Modelines:
[165447.227] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[165450.227] (II) intel(0): EDID vendor "LGD", prod id 502
[165450.227] (II) intel(0): Printing DDC gathered Modelines:
[165450.227] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[edit] I haven't had any problems the since I disabled all the extra stuff. I don't feel like finding the exact cause since I think it was specific to my own setup... though I suspect syndaemon. I'll go ahead and mark this as solved... again. Thanks for the help.
Last edited by drsjlazar (2010-10-13 14:44:37)

Similar Messages

  • Safari and firefox stop working after a few minutes of browsing, regardless of what site I'm on. I have to restart my computer to get internet access again but it only works for a few more minutes, then I have to restart again. Please help!

    Safari and firefox stop working after a few minutes of browsing, regardless of what site I'm on. I have to restart my computer to get internet access again but it only works for a few more minutes, then I have to restart again. I don't get a spinning ball, it just stops working at whatever page it's on. I can close the program just fine but when I re-open it, either safari or firefox, it freezes trying to load the hompage. This started a few days ago after trying to stream a movie on my computer. I'm on a Mac Air OS X Version 10.6.8 and have downloaded all updates. When I go into finder, it says I have over 80 gigs available. Is there some other memory cache that I need to check? Thanks so much for your help.

    ejwoodall wrote:
    It's not a router problem as I explained in my post. If it was a router problem then I wouldn't have the problem everywhere I go. It is an issue with the software.
    Then I guess the millions of people running 10.5.7 with no issues are just hallucinating that their machines are working fine?
    I'm not trying to belittle your issues; you're certainly having them and I know first hand how annoying an intermittent AirPort issue can be. (In fact, mine was due to an AirPort driver bug that no one else seemed to suffer from.)
    The single best diagnostic you could do is take your system running 10.5.7 to an Apple Store, and try using their in-store network.
    If your machine performs flawlessly, it may be a router issue.
    If your machine has connectivity issues there, it may be a hardware problem with your machine.
    There have been numerous people in multiple threads over the years who swore that an update was buggy because things used to work, but returned later to sheepishly admit that they took their machine in, a problem was found and fixed, and now their Mac works flawlessly with the newer software.
    But simply reinstalling 10.5.5 in no way means the explanation of how firmware bugs may be at play here is incorrect.
    In the context of that explanation, all you've done is possibly reinstall software that asks to add "2 + 3."

  • Windows 7 professional backup and restore stop working after installation of acronis true image 2010

    HI,
    windows 7 professional backup and restore stop working after installation of acronis true image 2010. it generates a error code 0x81000019. please help.
    thanks
    Song

    Sankalp,
    I too have the error 0x81000033 when running the full system image backup.  I could not assign a drive letter to my 100mb drive with the Disk Management.  So, I went into the diskpart and ran the following commands:
    diskpart
    list disk
    DISKPART> list par
      Partition ###  Type              Size     Offset
      Partition 1    System             100 MB  1024 KB           ( 78.2 of 96.0MB free )
      Partition 2    Reserved           128 MB   101 MB
      Partition 3    Primary             73 GB   229 MB
      Partition 4    Recovery           423 MB    74 GB
    sel dis 0
    list par
    select partition 1
    assign letter=q
    fsutil usn queryjournal q:
    fsutil usn deletejournal /D q:
    After diskpart, I opened the "My Computer" and see that I have 78.2 of 96.0MB free.  Despite that, I ran these commands on the new q: drive:
    C:\Windows\System32>q:
    Q:\>fsutil usn queryjournal q:
    Error:  The parameter is incorrect.
    The FSUTIL utility requires a local NTFS volume.
    Q:\>fsutil usn deletejournal /D q:
    Error:  The parameter is incorrect.
    The FSUTIL utility requires a local NTFS volume.
    Q:\>
    Any help is appreciated.

  • Bookmark bar and menu stop working after awhile on Firefox 12

    I have upgraded to Firefox 12. Everything works fine when I start up Firefox, but after some amount of use (and I can't always reproduce this) eventually when I click on bookmarks in my Bookmark Bar or from the Bookmark menu, nothing happens. Firefox doesn't load the bookmark. If I open the "Show All Bookmarks" window and click on bookmarks there, they load fine and then the menu and bookmark bar suddenly start working again. If I close the "Show All Bookmarks" window the Bookmark Bar and menu stop working again.

    Hi ischou,
    I haven't heard of this particular issue, but you might want to try starting Firefox in [[Safe Mode]]. Let is sit for a while as you described above and if you don't have the issue while all of your add-ons, extensions, and themes are disabled, you can try adding them back in one by one until you find the culprit. You should look at the [https://support.mozilla.org/en-US/kb/Troubleshooting-extensions-themes Extensions and Themes troubleshooting guide ] and the [[Troubleshooting plugins]] article as well.
    You could also try [https://support.mozilla.org/en-US/kb/Managing-profiles?s=create+a+new+profile&r=2&e=es&as=s#w_creating-a-profile Creating a new profile].
    Hopefully this helps!

  • Mouse and Keyboard stops working after a while

    Hi, I'm not even sure where to start to find the cause of the problem. I have a normal ps/2 keyboard and USB optical mouse, both of them just stops working after a few hours. The light on the mouse just dies and the keyboard is not responsive at all.  I have to do a hard reboot of my computer. How and where can I diagnose the problem? I noticed the problem started when I upgraded to the latest kernel.

    And then after a while it will just use a new address:
    Oct 31 01:47:15 wdesktop usb 1-1: USB disconnect, address 6
    Oct 31 01:47:15 wdesktop usb 1-1: new low speed USB device using uhci_hcd and address 7
    Oct 31 01:47:16 wdesktop usb 1-1: configuration #1 chosen from 1 choice
    Oct 31 01:47:16 wdesktop input: Microsoft Microsoft Wheel Mouse Optical as /class/input/input8
    Oct 31 01:47:16 wdesktop input,hidraw0: USB HID v1.00 Mouse [Microsoft Microsoft Wheel Mouse Optical] on usb-0000:00:10.0-1
    Then after that my mouse is unusable, the following is shown:
    Oct 31 01:48:41 wdesktop usb 1-1: USB disconnect, address 7
    Oct 31 01:48:41 wdesktop usb 1-1: new low speed USB device using uhci_hcd and address 8
    Oct 31 01:49:13 wdesktop usb 1-1: new low speed USB device using uhci_hcd and address 9
    Oct 31 01:49:45 wdesktop usb 1-1: new low speed USB device using uhci_hcd and address 10
    Oct 31 01:49:56 wdesktop usb 1-1: new low speed USB device using uhci_hcd and address 11
    Oct 31 01:50:08 wdesktop uhci_hcd 0000:00:10.0: Controller not stopped yet!
    Unplugging and plugging the mouse back does not work
    I found a workaround for that by unplugging the mouse, removing the uhci_hcd and adding it back, so:
    sudo rmmod uhci_hcd
    sudo modprobe uhci-hcd
    But I'm still not sure what causes the problem.
    Last edited by willy (2008-10-30 15:02:54)

  • Mouse and Keyboard stop working after reboot

    So far the computer is working great except for the fact everytime you reboot the keyboard and mouse stop working... I did a clean format x2 and put the service pack on and I am still getting the same problem.
    Anyone have this problem or something similair ? Any ideas ?
    Thanks in advance :-)

    The problem is not your S/W install. It's with the MSI Motherboard. Your best bet is to ask MSI when a fix will be available, or go buy a different board.

  • [SOLVED]Two finger scrolling/tapping stoped working after xorg update

    Hi everyone, i updated my system yesterday to the new xorg server (1.11.1-2). Everything works except for the two finger scrolling on my synaptics touchpad.
    There is some info:
    Kernel:  3.0.6-2 (stock)
    Synaptics Touchpad driver: 1.5.0-1 (lastest)
    Right side scrolling works fine, two or three finger tapping doesn't work either.
    Here's my Xorg.log:
    [ 172.989]
    X.Org X Server 1.11.1
    Release Date: 2011-09-24
    [ 172.989] X Protocol Version 11, Revision 0
    [ 172.989] Build Operating System: Linux 3.0-ARCH i686
    [ 172.989] Current Operating System: Linux Xenogears 3.0-ARCH #1 SMP PREEMPT Fri Oct 7 10:11:05 UTC 2011 i686
    [ 172.989] Kernel command line: root=/dev/sda2 ro quiet fastboot init=/sbin/e4rat-preload
    [ 172.989] Build Date: 10 October 2011 08:49:15AM
    [ 172.989]
    [ 172.989] Current version of pixman: 0.22.2
    [ 172.989] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 172.990] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 172.990] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Oct 13 13:27:22 2011
    [ 172.990] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 172.990] (==) No Layout section. Using the first Screen section.
    [ 172.990] (==) No screen section available. Using defaults.
    [ 172.990] (**) |-->Screen "Default Screen Section" (0)
    [ 172.990] (**) | |-->Monitor "<default monitor>"
    [ 172.990] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 172.990] (==) Automatically adding devices
    [ 172.990] (==) Automatically enabling devices
    [ 172.991] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 172.991] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 172.991] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 172.991] (II) Loader magic: 0x8228580
    [ 172.991] (II) Module ABI versions:
    [ 172.991] X.Org ANSI C Emulation: 0.4
    [ 172.991] X.Org Video Driver: 11.0
    [ 172.991] X.Org XInput driver : 13.0
    [ 172.991] X.Org Server Extension : 6.0
    [ 172.992] (--) PCI:*(0:1:5:0) 1002:791f:1631:c108 rev 0, Mem @ 0xc0000000/268435456, 0xfd8f0000/65536, 0xfd700000/1048576, I/O @ 0x00008800/256
    [ 172.992] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 172.992] (II) LoadModule: "extmod"
    [ 172.993] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 172.993] (II) Module extmod: vendor="X.Org Foundation"
    [ 172.993] compiled for 1.11.1, module version = 1.0.0
    [ 172.993] Module class: X.Org Server Extension
    [ 172.993] ABI class: X.Org Server Extension, version 6.0
    [ 172.993] (II) Loading extension MIT-SCREEN-SAVER
    [ 172.993] (II) Loading extension XFree86-VidModeExtension
    [ 172.993] (II) Loading extension XFree86-DGA
    [ 172.993] (II) Loading extension DPMS
    [ 172.993] (II) Loading extension XVideo
    [ 172.993] (II) Loading extension XVideo-MotionCompensation
    [ 172.993] (II) Loading extension X-Resource
    [ 172.993] (II) LoadModule: "dbe"
    [ 172.993] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 172.993] (II) Module dbe: vendor="X.Org Foundation"
    [ 172.993] compiled for 1.11.1, module version = 1.0.0
    [ 172.993] Module class: X.Org Server Extension
    [ 172.993] ABI class: X.Org Server Extension, version 6.0
    [ 172.994] (II) Loading extension DOUBLE-BUFFER
    [ 172.994] (II) LoadModule: "glx"
    [ 172.994] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 172.994] (II) Module glx: vendor="X.Org Foundation"
    [ 172.994] compiled for 1.11.1, module version = 1.0.0
    [ 172.994] ABI class: X.Org Server Extension, version 6.0
    [ 172.994] (==) AIGLX enabled
    [ 172.994] (II) Loading extension GLX
    [ 172.994] (II) LoadModule: "record"
    [ 172.994] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 172.994] (II) Module record: vendor="X.Org Foundation"
    [ 172.994] compiled for 1.11.1, module version = 1.13.0
    [ 172.994] Module class: X.Org Server Extension
    [ 172.994] ABI class: X.Org Server Extension, version 6.0
    [ 172.994] (II) Loading extension RECORD
    [ 172.994] (II) LoadModule: "dri"
    [ 172.994] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 172.995] (II) Module dri: vendor="X.Org Foundation"
    [ 172.995] compiled for 1.11.1, module version = 1.0.0
    [ 172.995] ABI class: X.Org Server Extension, version 6.0
    [ 172.995] (II) Loading extension XFree86-DRI
    [ 172.995] (II) LoadModule: "dri2"
    [ 172.995] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 172.995] (II) Module dri2: vendor="X.Org Foundation"
    [ 172.995] compiled for 1.11.1, module version = 1.2.0
    [ 172.995] ABI class: X.Org Server Extension, version 6.0
    [ 172.995] (II) Loading extension DRI2
    [ 172.995] (==) Matched ati as autoconfigured driver 0
    [ 172.995] (==) Matched vesa as autoconfigured driver 1
    [ 172.995] (==) Matched fbdev as autoconfigured driver 2
    [ 172.995] (==) Assigned the driver to the xf86ConfigLayout
    [ 172.995] (II) LoadModule: "ati"
    [ 172.995] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 172.995] (II) Module ati: vendor="X.Org Foundation"
    [ 172.995] compiled for 1.11.0, module version = 6.14.2
    [ 172.995] Module class: X.Org Video Driver
    [ 172.995] ABI class: X.Org Video Driver, version 11.0
    [ 172.995] (II) LoadModule: "radeon"
    [ 172.996] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 172.996] (II) Module radeon: vendor="X.Org Foundation"
    [ 172.996] compiled for 1.11.0, module version = 6.14.2
    [ 172.996] Module class: X.Org Video Driver
    [ 172.996] ABI class: X.Org Video Driver, version 11.0
    [ 172.996] (II) LoadModule: "vesa"
    [ 172.996] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 172.996] (II) Module vesa: vendor="X.Org Foundation"
    [ 172.996] compiled for 1.10.99.902, module version = 2.3.0
    [ 172.996] Module class: X.Org Video Driver
    [ 172.996] ABI class: X.Org Video Driver, version 11.0
    [ 172.996] (II) LoadModule: "fbdev"
    [ 172.997] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 172.997] (II) Module fbdev: vendor="X.Org Foundation"
    [ 172.997] compiled for 1.10.99.902, module version = 0.4.2
    [ 172.997] ABI class: X.Org Video Driver, version 11.0
    [ 172.997] (II) RADEON: Driver for ATI Radeon chipsets:
    ********************LOTS OF VIDEO CARDS*******************************
    [ 173.004] (II) VESA: driver for VESA chipsets: vesa
    [ 173.004] (II) FBDEV: driver for framebuffer: fbdev
    [ 173.004] (++) using VT number 8
    [ 173.015] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 173.015] (II) [KMS] Kernel modesetting enabled.
    [ 173.015] (WW) Falling back to old probe method for vesa
    [ 173.015] (WW) Falling back to old probe method for fbdev
    [ 173.015] (II) Loading sub module "fbdevhw"
    [ 173.015] (II) LoadModule: "fbdevhw"
    [ 173.016] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [ 173.016] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 173.016] compiled for 1.11.1, module version = 0.0.2
    [ 173.016] ABI class: X.Org Video Driver, version 11.0
    [ 173.016] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 173.016] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 173.016] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 173.016] (==) RADEON(0): Default visual is TrueColor
    [ 173.016] (==) RADEON(0): RGB weight 888
    [ 173.016] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 173.016] (--) RADEON(0): Chipset: "ATI Radeon X1200" (ChipID = 0x791f)
    [ 173.016] (II) RADEON(0): PCI card detected
    [ 173.016] drmOpenDevice: node name is /dev/dri/card0
    [ 173.016] drmOpenDevice: open result is 9, (OK)
    [ 173.016] drmOpenByBusid: Searching for BusID pci:0000:01:05.0
    [ 173.016] drmOpenDevice: node name is /dev/dri/card0
    [ 173.016] drmOpenDevice: open result is 9, (OK)
    [ 173.016] drmOpenByBusid: drmOpenMinor returns 9
    [ 173.016] drmOpenByBusid: drmGetBusid reports pci:0000:01:05.0
    [ 173.017] (II) Loading sub module "exa"
    [ 173.017] (II) LoadModule: "exa"
    [ 173.017] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 173.017] (II) Module exa: vendor="X.Org Foundation"
    [ 173.017] compiled for 1.11.1, module version = 2.5.0
    [ 173.017] ABI class: X.Org Video Driver, version 11.0
    [ 173.017] (II) RADEON(0): KMS Color Tiling: enabled
    [ 173.017] (II) RADEON(0): KMS Pageflipping: enabled
    [ 173.017] (II) RADEON(0): SwapBuffers wait for vsync: enabled
    [ 173.190] (II) RADEON(0): Output VGA-0 has no monitor section
    [ 173.190] (II) RADEON(0): Output LVDS has no monitor section
    [ 173.356] (II) RADEON(0): EDID for output VGA-0
    [ 173.356] (II) RADEON(0): EDID for output LVDS
    [ 173.356] (II) RADEON(0): Manufacturer: AUO Model: 8174 Serial#: 0
    [ 173.356] (II) RADEON(0): Year: 2006 Week: 1
    [ 173.356] (II) RADEON(0): EDID Version: 1.3
    [ 173.356] (II) RADEON(0): Digital Display Input
    [ 173.356] (II) RADEON(0): Max Image Size [cm]: horiz.: 33 vert.: 21
    [ 173.357] (II) RADEON(0): Gamma: 2.20
    [ 173.357] (II) RADEON(0): No DPMS capabilities specified
    [ 173.357] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 173.357] (II) RADEON(0): First detailed timing is preferred mode
    [ 173.357] (II) RADEON(0): redX: 0.590 redY: 0.345 greenX: 0.315 greenY: 0.555
    [ 173.357] (II) RADEON(0): blueX: 0.155 blueY: 0.155 whiteX: 0.313 whiteY: 0.329
    [ 173.357] (II) RADEON(0): Manufacturer's mask: 0
    [ 173.357] (II) RADEON(0): Supported detailed timing:
    [ 173.357] (II) RADEON(0): clock: 71.1 MHz Image Size: 331 x 207 mm
    [ 173.357] (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1360 h_blank_end 1440 h_border: 0
    [ 173.357] (II) RADEON(0): v_active: 800 v_sync: 803 v_sync_end 809 v_blanking: 823 v_border: 0
    [ 173.357] (II) RADEON(0): Unknown vendor-specific block f
    [ 173.357] (II) RADEON(0): AUO
    [ 173.357] (II) RADEON(0): B154EW08 V1
    [ 173.357] (II) RADEON(0): EDID (in hex):
    [ 173.357] (II) RADEON(0): 00ffffffffffff0006af748100000000
    [ 173.357] (II) RADEON(0): 01100103802115780a1cf59758508e27
    [ 173.357] (II) RADEON(0): 27505400000001010101010101010101
    [ 173.357] (II) RADEON(0): 010101010101c71b00a0502017303020
    [ 173.357] (II) RADEON(0): 36004bcf100000180000000f00000000
    [ 173.357] (II) RADEON(0): 00000000000000000020000000fe0041
    [ 173.357] (II) RADEON(0): 554f0a202020202020202020000000fe
    [ 173.357] (II) RADEON(0): 004231353445573038205631200a0043
    [ 173.357] (II) RADEON(0): Printing probed modes for output LVDS
    [ 173.357] (II) RADEON(0): Modeline "1280x800"x60.0 71.11 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.4 kHz)
    [ 173.357] (II) RADEON(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz)
    [ 173.357] (II) RADEON(0): Modeline "1152x768"x59.8 71.75 1152 1216 1328 1504 768 771 781 798 -hsync +vsync (47.7 kHz)
    [ 173.357] (II) RADEON(0): Modeline "1024x768"x59.9 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync (47.8 kHz)
    [ 173.357] (II) RADEON(0): Modeline "800x600"x59.9 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync (37.4 kHz)
    [ 173.357] (II) RADEON(0): Modeline "848x480"x59.7 31.50 848 872 952 1056 480 483 493 500 -hsync +vsync (29.8 kHz)
    [ 173.357] (II) RADEON(0): Modeline "720x480"x59.7 26.75 720 744 808 896 480 483 493 500 -hsync +vsync (29.9 kHz)
    [ 173.357] (II) RADEON(0): Modeline "640x480"x59.4 23.75 640 664 720 800 480 483 487 500 -hsync +vsync (29.7 kHz)
    [ 173.357] (II) RADEON(0): Output VGA-0 disconnected
    [ 173.357] (II) RADEON(0): Output LVDS connected
    [ 173.357] (II) RADEON(0): Using exact sizes for initial modes
    [ 173.357] (II) RADEON(0): Output LVDS using initial mode 1280x800
    [ 173.357] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 173.357] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:10000000 visible:fbd8000
    [ 173.357] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
    [ 173.357] (==) RADEON(0): DPI set to (96, 96)
    [ 173.357] (II) Loading sub module "fb"
    [ 173.357] (II) LoadModule: "fb"
    [ 173.358] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 173.358] (II) Module fb: vendor="X.Org Foundation"
    [ 173.358] compiled for 1.11.1, module version = 1.0.0
    [ 173.358] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 173.358] (II) Loading sub module "ramdac"
    [ 173.358] (II) LoadModule: "ramdac"
    [ 173.358] (II) Module "ramdac" already built-in
    [ 173.358] (II) UnloadModule: "vesa"
    [ 173.358] (II) Unloading vesa
    [ 173.358] (II) UnloadModule: "fbdev"
    [ 173.358] (II) Unloading fbdev
    [ 173.358] (II) UnloadModule: "fbdevhw"
    [ 173.358] (II) Unloading fbdevhw
    [ 173.358] (--) Depth 24 pixmap format is 32 bpp
    [ 173.358] (II) RADEON(0): [DRI2] Setup complete
    [ 173.358] (II) RADEON(0): [DRI2] DRI driver: r300
    [ 173.359] (II) RADEON(0): Front buffer size: 4000K
    [ 173.359] (II) RADEON(0): VRAM usage limit set to 228499K
    [ 173.359] (==) RADEON(0): Backing store disabled
    [ 173.359] (II) RADEON(0): Direct rendering enabled
    [ 173.359] (II) RADEON(0): Render acceleration enabled for R300/R400/R500 type cards.
    [ 173.359] (II) RADEON(0): Setting EXA maxPitchBytes
    [ 173.359] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 173.359] (II) EXA(0): Driver registered support for the following operations:
    [ 173.359] (II) Solid
    [ 173.359] (II) Copy
    [ 173.359] (II) Composite (RENDER acceleration)
    [ 173.359] (II) UploadToScreen
    [ 173.359] (II) DownloadFromScreen
    [ 173.359] (II) RADEON(0): Acceleration enabled
    [ 173.359] (==) RADEON(0): DPMS enabled
    [ 173.359] (==) RADEON(0): Silken mouse enabled
    [ 173.359] (II) RADEON(0): Set up textured video
    [ 173.359] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 173.359] (--) RandR disabled
    [ 173.359] (II) Initializing built-in extension Generic Event Extension
    [ 173.359] (II) Initializing built-in extension SHAPE
    [ 173.360] (II) Initializing built-in extension MIT-SHM
    [ 173.360] (II) Initializing built-in extension XInputExtension
    [ 173.360] (II) Initializing built-in extension XTEST
    [ 173.360] (II) Initializing built-in extension BIG-REQUESTS
    [ 173.360] (II) Initializing built-in extension SYNC
    [ 173.360] (II) Initializing built-in extension XKEYBOARD
    [ 173.360] (II) Initializing built-in extension XC-MISC
    [ 173.360] (II) Initializing built-in extension SECURITY
    [ 173.360] (II) Initializing built-in extension XINERAMA
    [ 173.360] (II) Initializing built-in extension XFIXES
    [ 173.360] (II) Initializing built-in extension RENDER
    [ 173.360] (II) Initializing built-in extension RANDR
    [ 173.360] (II) Initializing built-in extension COMPOSITE
    [ 173.360] (II) Initializing built-in extension DAMAGE
    [ 173.378] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 173.378] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 173.378] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 173.378] (II) AIGLX: enabled GLX_SGI_make_current_read
    [ 173.378] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 173.379] (II) AIGLX: Loaded and initialized r300
    [ 173.379] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 173.380] (II) RADEON(0): Setting screen physical size to 338 x 211
    [ 173.458] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 173.458] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 173.458] (II) LoadModule: "evdev"
    [ 173.458] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 173.459] (II) Module evdev: vendor="X.Org Foundation"
    [ 173.459] compiled for 1.10.99.902, module version = 2.6.0
    [ 173.459] Module class: X.Org XInput Driver
    [ 173.459] ABI class: X.Org XInput driver, version 13.0
    [ 173.459] (II) Using input driver 'evdev' for 'Power Button'
    [ 173.459] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 173.459] (**) Power Button: always reports core events
    [ 173.459] (**) Power Button: Device: "/dev/input/event4"
    [ 173.459] (--) Power Button: Found keys
    [ 173.459] (II) Power Button: Configuring as keyboard
    [ 173.459] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
    [ 173.459] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 173.459] (**) Option "xkb_rules" "evdev"
    [ 173.459] (**) Option "xkb_model" "evdev"
    [ 173.459] (**) Option "xkb_layout" "us"
    [ 173.497] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
    [ 173.497] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 173.497] (II) Using input driver 'evdev' for 'Video Bus'
    [ 173.497] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 173.497] (**) Video Bus: always reports core events
    [ 173.497] (**) Video Bus: Device: "/dev/input/event5"
    [ 173.497] (--) Video Bus: Found keys
    [ 173.497] (II) Video Bus: Configuring as keyboard
    [ 173.497] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:02/LNXVIDEO:00/input/input5/event5"
    [ 173.497] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 173.497] (**) Option "xkb_rules" "evdev"
    [ 173.497] (**) Option "xkb_model" "evdev"
    [ 173.497] (**) Option "xkb_layout" "us"
    [ 173.498] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 173.498] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 173.498] (II) Using input driver 'evdev' for 'Power Button'
    [ 173.498] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 173.498] (**) Power Button: always reports core events
    [ 173.498] (**) Power Button: Device: "/dev/input/event1"
    [ 173.498] (--) Power Button: Found keys
    [ 173.498] (II) Power Button: Configuring as keyboard
    [ 173.498] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1"
    [ 173.498] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 173.498] (**) Option "xkb_rules" "evdev"
    [ 173.498] (**) Option "xkb_model" "evdev"
    [ 173.498] (**) Option "xkb_layout" "us"
    [ 173.499] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
    [ 173.499] (II) No input driver/identifier specified (ignoring)
    [ 173.499] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
    [ 173.499] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 173.499] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 173.499] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 173.499] (**) Sleep Button: always reports core events
    [ 173.500] (**) Sleep Button: Device: "/dev/input/event2"
    [ 173.500] (--) Sleep Button: Found keys
    [ 173.500] (II) Sleep Button: Configuring as keyboard
    [ 173.500] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2"
    [ 173.500] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
    [ 173.500] (**) Option "xkb_rules" "evdev"
    [ 173.500] (**) Option "xkb_model" "evdev"
    [ 173.500] (**) Option "xkb_layout" "us"
    [ 173.501] (II) config/udev: Adding input device CNF7050 (/dev/input/event10)
    [ 173.501] (**) CNF7050: Applying InputClass "evdev keyboard catchall"
    [ 173.501] (II) Using input driver 'evdev' for 'CNF7050'
    [ 173.501] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 173.501] (**) CNF7050: always reports core events
    [ 173.501] (**) CNF7050: Device: "/dev/input/event10"
    [ 173.501] (--) CNF7050: Found keys
    [ 173.501] (II) CNF7050: Configuring as keyboard
    [ 173.501] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:13.5/usb1/1-7/1-7:1.0/input/input10/event10"
    [ 173.501] (II) XINPUT: Adding extended input device "CNF7050" (type: KEYBOARD, id 10)
    [ 173.501] (**) Option "xkb_rules" "evdev"
    [ 173.501] (**) Option "xkb_model" "evdev"
    [ 173.501] (**) Option "xkb_layout" "us"
    [ 173.502] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
    [ 173.502] (II) No input driver/identifier specified (ignoring)
    [ 173.502] (II) config/udev: Adding input device Asus Laptop extra buttons (/dev/input/event6)
    [ 173.502] (**) Asus Laptop extra buttons: Applying InputClass "evdev keyboard catchall"
    [ 173.502] (II) Using input driver 'evdev' for 'Asus Laptop extra buttons'
    [ 173.502] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 173.502] (**) Asus Laptop extra buttons: always reports core events
    [ 173.502] (**) Asus Laptop extra buttons: Device: "/dev/input/event6"
    [ 173.502] (--) Asus Laptop extra buttons: Found keys
    [ 173.502] (II) Asus Laptop extra buttons: Configuring as keyboard
    [ 173.502] (**) Option "config_info" "udev:/sys/devices/platform/asus_laptop/input/input6/event6"
    [ 173.502] (II) XINPUT: Adding extended input device "Asus Laptop extra buttons" (type: KEYBOARD, id 11)
    [ 173.502] (**) Option "xkb_rules" "evdev"
    [ 173.502] (**) Option "xkb_model" "evdev"
    [ 173.502] (**) Option "xkb_layout" "us"
    [ 173.503] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 173.503] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 173.503] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 173.503] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 173.503] (**) AT Translated Set 2 keyboard: always reports core events
    [ 173.503] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 173.503] (--) AT Translated Set 2 keyboard: Found keys
    [ 173.503] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 173.503] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 173.503] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
    [ 173.503] (**) Option "xkb_rules" "evdev"
    [ 173.503] (**) Option "xkb_model" "evdev"
    [ 173.504] (**) Option "xkb_layout" "us"
    [ 173.504] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event9)
    [ 173.504] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 173.504] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 173.504] (II) LoadModule: "synaptics"
    [ 173.505] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 173.505] (II) Module synaptics: vendor="X.Org Foundation"
    [ 173.505] compiled for 1.11.0, module version = 1.5.0
    [ 173.505] Module class: X.Org XInput Driver
    [ 173.505] ABI class: X.Org XInput driver, version 13.0
    [ 173.505] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 173.505] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 173.505] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 173.505] (**) Option "Device" "/dev/input/event9"
    [ 173.716] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
    [ 173.716] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
    [ 173.716] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 173.716] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 0
    [ 173.716] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right
    [ 173.716] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 173.716] (**) Option "TapButton1" "1"
    [ 173.716] (**) Option "TapButton2" "2"
    [ 173.716] (**) Option "TapButton3" "3"
    [ 173.823] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 173.823] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 173.930] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input9/event9"
    [ 173.930] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
    [ 173.930] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 173.930] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
    [ 173.930] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.040
    [ 173.930] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 173.930] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 173.930] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 173.930] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 173.930] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 173.930] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 173.930] (II) No input driver/identifier specified (ignoring)
    [ 173.931] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
    [ 173.931] (II) No input driver/identifier specified (ignoring)
    [ 180.276] (II) RADEON(0): EDID vendor "AUO", prod id 33140
    [ 180.276] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 180.276] (II) RADEON(0): Modeline "1280x800"x0.0 71.11 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.4 kHz)
    [ 183.590] (II) RADEON(0): EDID vendor "AUO", prod id 33140
    [ 183.590] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 183.590] (II) RADEON(0): Modeline "1280x800"x0.0 71.11 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.4 kHz)
    I deteled the part where it lists all the suported video cards...
    Thanks in advance.
    Last edited by Hyugga (2011-10-20 06:46:11)

    Same problem here
    Worked like a charm before.
    /etc/X11/xorg.conf
    # NOXORGCONFEXISTED: No X.org configuration file existed when this backup was created.
    /etc/X11/xorg.conf.d/10-evdev.conf
    # Catch-all evdev loader for udev-based systems
    # We don't simply match on any device since that also adds accelerometers
    # and other devices that we don't really want to use. The list below
    # matches everything but joysticks.
    Section "InputClass"
    Identifier "evdev pointer catchall"
    MatchIsPointer "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev keyboard catchall"
    MatchIsKeyboard "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    Option "XkbLayout" "de"
    Option "XkbVariant" "nodeadkeys"
    EndSection
    Section "InputClass"
    Identifier "evdev touchpad catchall"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev tablet catchall"
    MatchIsTablet "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev touchscreen catchall"
    MatchIsTouchscreen "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    /etc/X11/xorg.conf.d/10-synaptics.conf
    Section "InputClass"
    Identifier "touchpad catchall"
    Driver "synaptics"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"
    Option "TapButton1" "1"
    Option "TapButton2" "2"
    Option "TapButton3" "3"
    EndSection
    Xorg log
    [ 90.424] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
    [ 90.424] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 90.424] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 90.424] (II) LoadModule: "synaptics"
    [ 90.424] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 90.424] (II) Module synaptics: vendor="X.Org Foundation"
    [ 90.424] compiled for 1.11.0, module version = 1.5.0
    [ 90.424] Module class: X.Org XInput Driver
    [ 90.424] ABI class: X.Org XInput driver, version 13.0
    [ 90.424] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 90.424] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 90.424] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 90.424] (**) Option "Device" "/dev/input/event6"
    [ 90.500] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5598
    [ 90.500] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4670
    [ 90.500] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 90.500] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 0
    [ 90.500] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right
    [ 90.500] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 90.500] (**) Option "TapButton1" "1"
    [ 90.500] (**) Option "TapButton2" "2"
    [ 90.500] (**) Option "TapButton3" "3"
    [ 90.532] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 90.532] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 90.564] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event6"
    [ 90.564] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
    [ 90.564] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 90.564] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
    [ 90.564] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.038
    [ 90.564] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 90.564] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 90.564] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 90.564] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 90.564] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 90.564] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 90.564] (II) No input driver/identifier specified (ignoring)
    Last edited by akurei (2011-10-14 10:28:45)

  • ITunes and QuickTime stopped working after an upgrade...

    I have been pulling my hair out trying to get my iTunes working again. Here is what I have done already in order:
    1. Does not work regardless of user (http://docs.info.apple.com/article.html?artnum=302856)
    2. Tried running with changes to MSCONFIG
    - Ran according to Apple Support Web Site (http://docs.info.apple.com/article.html?artnum=302538)
    - Ran in Diagnostics mode
    - Ran in /SAFEMODE
    3. Uninstalled and removed from any reference from registry
    4. Removed iTunes configuration files (http://docs.info.apple.com/article.html?artnum=302386)
    5. Installed WinInspector Spy and launched iTunes to see what happened. Unfortunately I have not figured out how to copy and paste the log, but it shows the iTunes window class being created, a bunch of other stuff, then the OfficeWatson class, stuff and then the infamous "iTunes has encountered a problem and needs to close" message. After hitting the Send Error Report, I see the OfficeWatson window being destroyed and that is it. This leads me to believe that the problem is somehow with the outlook integration between iTunes and Windows? So I looked in my Add/Remove programs and sure enough Office and Outlook were upgraded the day after the last time i was able to use iTunes. So I tried uninstalling Office, iTunes and QuickTime. QuickTime refused to uninstalled claiming a fatal error. I then forcably removed it as described in the apple knowledge paper. Another interesting point, when I ran QuickTime, nothing happens, not even a crash message. When I run QuickTime Preferences from the system tray, the dialog shows, but when I click on the FileTypes tab, I get a RUNDLL error: "An exception occurred while trying to run "Shell32.dll, Control_RunDLL "C:\Program Files\QuickTime\QTSystem\QuickTime.cpl".
    I also tried running StraceNtX.exe against it, but it doesnt create the right environment for iTunes (it thinks it is Windows 2000 and does have the right service pack).
    PLEASE can someone help? This is the second time this has happened to me. The first time was on another computer that came with a "real" restore point (not the stupid one Windows has that does not work) and I solved it by simply restoring back in time. This time I do not have that option!
    ARGH - I really do not want to have to use Media Player.
    Is there a way to force a stack trace? I am a UNIX programmer and not familiar with Windoze.
    Bryan
    DELL Latitude 820, Intel Core 2 Duo, 4GB Ram

    It sounds as though things have got pretty screwed up. If you couldn't clean things up properly with the MS installer cleaup, there is thread on cleaning up uninstall information in the registry.
    http://discussions.apple.com/thread.jspa?messageID=3637190&#3637190
    I am not sure that I have anything more to offer as you appear to have done most things. Have you tried turning off all security software while doing the install, and doing the MSconfig thing with just Quicktime. Presumably your system is free of malware?
    As a matter of interst, what happens if you have the task manager running when you start Quicktime, does it start and then stop, or keep running or not start at all?
    A few people seem to have these intractable problems and the forum expert on this has been away since christmas, but you could try searching the forum for "b noir" posts about install/launch problems.

  • ADF: Page navigation and buttons stop working after a while

    Hi all,
    We have a web app built with ADF Faces/JDev 10.1.3 that runs in OC4J 10.1.2.0.2. Sometimes we encounter this problem in our JSF pages: after a while (can't relate to some particular action), all navigation in a page (links, tabs, buttons, etc) just stops working, i.e. you can click them, the server receives some request (we see this in the logs), but the desired action never happens. It's just like the page keeps refreshing all the time. There is no navigation out of the page at this point, it's completely stuck.
    If, at the same time, we connect to the app from a different browser, it will work fine, but the first browser will remain in the faulty state.
    I turned the enableTokenValidation in the pages on and off, but it seems to make no difference. Can anyone provide an idea about what might be going on?
    Thanks,
    Serban

    Hello,
    Any answer on this issue? It seems that ADF is pretty unstable if user clicks repetedly on the same submit button (like a double-click) or on different tabs on the old page, until the next page loads. We are using .jspx pages and combined with SSL access this behaviour is behaving even worser.
    Basically we encounter the following problems:
    1) It seems that users with not so good network access (and accessing ADF app on a SSL OC4J) still have access to the origin page until the target page loads on a submit. If they click a different button or tab on the origin page in this interval (waiting for their previous action to complete), they usually get a JavaScript error that will block the interface until they do a manual refresh (F5)...
    This can be reproduced even on client machines with good network access if you click very fast on the same button twice or on two different submit buttons.
    2) It seems that sometimes the browser keeps showing the loading bar in the status bar even if the new .jspx page is already loaded. Any advice on how to solve this, as the users might be tempted to push application buttons or browser navigation thinking that the page is blocked?
    All the above happen on IE 6, which is the preffered browser.
    Thanks! I can give you more details if needed.

  • [SOLVED] Gnome 3.6 desktop stopped working after few boots

    I have been an avid ArchLinux user for many years but really need some help on this one. It drives me nuts.
    It started with the big systemd/gnome 3.6 update, went pretty smooth, got GDM and then my desktop. I think that at some point I added an Exchange account in the online account panel. I think the next reboot I could not pass GDM, only the Oops windows. Un-installed a couple of suspicious gnome-shell-extensions but still no luck with Gnome although KDE, LXDE and XFCE are working just fine. I then moved my home folder in order to start from a fresh one but still no luck after one reboot. Then I got tired and thought that maybe it was time to do a clean systemd install and switch to SSD. That's what I did and got my desktop working pretty easily. Installed Equinox theme and couple of extensions via the online service (mainly to hide icons). I did many reboot during that time and it was fine. Then I started reinstalling a lot of packages from texlive to audacity. In the meantime I added two online accounts; one gmail when I asked to sync calendar & contacts and another one with an Exchange account (calendar sync only). Gmail account seemed to work fine and I could see the calendar events in both evolution and the top bar. Exchange didn't work so I installed evolution-ews package and then continued to install my other many packages. I then rebooted and guess what? Ooops is back. This time dmesg says:
    systemd-journald[210]: File /var/log/journal/03137ccde67641f0a7ff7949e7384a8f/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
    [ 41.015383] mission-control[830]: segfault at 0 ip 00007ff80331a360 sp 00007ffff3ed1788 error 4 in libglib-2.0.so.0.3400.2[7ff8032e2000+f4000]
    [ 82.668771] mission-control[1500]: segfault at 0 ip 00007f7588056360 sp 00007fff6783bb48 error 4 in libglib-2.0.so.0.3400.2[7f758801e000+f4000]
    Removed ~/.local but didn't fix the problem. It is official ... I am really lost!
    I removed Equinox theme, telepathy-gabble but still no luck.
    Here are the packages installed on this machine:
    a2ps 4.14-2
    a52dec 0.7.4-6
    aalib 1.4rc5-9
    accountsservice 0.6.25-1
    acl 2.2.51-2
    acroread 9.5.1-2
    aircrack-ng 1.1-8
    aircrack-ng-scripts 1.1-8
    aisleriot 3.2.3.2-1
    akonadi 1.8.1-1
    alacarte 3.6.1-2
    alsa-lib 1.0.26-1
    alsa-oss 1.0.25-1
    alsa-plugins 1.0.26-1
    alsa-utils 1.0.26-1
    antiword 0.37-3
    apr 1.4.6-1
    apr-util 1.4.1-1
    arandr 0.1.6-1
    archlinux-keyring 20121113-1
    ardour 2.8.14-1
    arte7recorder 5.0-beta5
    aspell 0.60.6.1-1
    aspell-en 7.1-2
    aspell-fr 0.50.3-6
    at-spi 1.32.0-5
    at-spi2-atk 2.6.2-1
    at-spi2-core 2.6.2-1
    atk 2.6.0-1
    atkmm 2.22.6-1
    attica 0.4.1-1
    attr 2.4.46-2
    aubio 0.3.2-5
    audacity 2.0.2-1
    autoconf 2.69-1
    automake 1.12.5-1
    avahi 0.6.31-4
    avidemux-cli 2.5.6-4
    avidemux-gtk 2.5.6-4
    babl 0.1.10-1
    banshee 2.6.0-2
    baobab 3.6.3-1
    bash 4.2.039-1
    bash-completion 2.0-2
    bc 1.06-8
    bcompare 3.3.5.15075-1
    binutils 2.23.1-1
    bison 2.6.5-1
    bleachbit 0.9.3-1
    bless 0.6.0-3
    bluez 4.101-1
    bonnie++ 1.03e-6
    boo 0.9.4.9-2
    boost-libs 1.50.0-3
    brasero 3.6.1-1
    bridge-utils 1.5-1
    brltty 4.3-7
    brother-dcp560cn 1.0.1-1
    bzip2 1.0.6-4
    bzr 2.5.1-2
    ca-certificates 20121105-1
    ca-certificates-java 20120608-1
    cacheclean 2.1-5
    cairo 1.12.8-2
    cairo-perl 1.082-2
    cairomm 1.10.0-2
    cantarell-fonts 0.0.11-2
    caribou 0.4.4.2-1
    catfish 0.4.0.2-1
    ccid 1.4.8-1
    cdparanoia 10.2-4
    cdrdao 1.2.3-6
    cdrkit 1.1.11-2
    celt 0.11.1-4
    cheese 3.6.2-1
    chmlib 0.40-3
    chromaprint 0.7-1
    chromium 23.0.1271.64-1
    cifs-utils 5.7-1
    clamav 0.97.6-1
    clementine 1.1.0-2
    cln 1.3.2-1
    cloog 0.17.0-2
    clucene 2.3.3.4-6
    clutter 1.12.2-1
    clutter-gst 1.9.92-1
    clutter-gtk 1.4.0-1
    cmake 2.8.10.1-2
    cogl 1.10.4-1
    colord 0.1.24-3
    colord-gtk 0.1.23-1
    colordiff 1.0.13-1
    compositeproto 0.4.2-2
    coreutils 8.20-1
    cpupower 3.6-1
    cracklib 2.8.19-1
    cronie 1.4.8-3
    cryptsetup 1.5.1-1
    cups 1.6.1-6
    cups-filters 1.0.24-2
    cups-pdf 2.6.1-1
    cups-pk-helper 0.2.4-1
    curl 7.28.0-1
    cutecom 0.22.0-1
    damageproto 1.2.1-2
    darktable 1.0.5-4
    dasher 4.10.1-3
    davfs2 1.4.7-1
    davmail 4.1.0-1
    db 5.3.21-1
    dbus 1.6.8-1
    dbus-core 1.6.8-1
    dbus-glib 0.100-1
    dbus-sharp 0.7.0-4
    dbus-sharp-glib 0.5.0-4
    dconf 0.14.1-1
    ddrescue 1.16-2
    deb2targz 0.1-6
    deja-dup 24.0-2
    desktop-file-utils 0.20-1
    device-mapper 2.02.98-1
    dhclient 4.2.4.2-1
    dhcpcd 5.6.2-1
    dhex 0.68-1
    dia 0.97.2-3
    dialog 1.1_20120706-1
    diffutils 3.2-1
    digikam 2.9.0-1
    dirmngr 1.1.0-4
    djvulibre 3.5.25.3-1
    dkms 2.2.0.3-12
    dkms-frandom 1.1-2
    dmxproto 2.3.1-2
    dnssec-anchors 20120422-1
    dnsutils 9.9.2-1
    docbook-xml 4.5-5
    docbook-xsl 1.77.1-2
    dosfstools 3.0.12-1
    dotconf 1.3-3
    dstat 0.7.2-4
    duplicity 0.6.20-2
    duply 1.5.8-1
    dvd+rw-tools 7.1-4
    dvdauthor 0.7.1-2
    e2fsprogs 1.42.6-1
    easytag 2.1.7-3
    ecryptfs-utils 100-2
    ekiga 3.9.90-1
    empathy 3.6.2-1
    enca 1.13-2
    encfs 1.7.4-8
    enchant 1.6.0-4
    enigmail-bin 1.4.6-1
    eog 3.6.2-1
    eog-plugins 3.6.1-1
    epiphany 3.6.1-1
    ethtool 1:3.6-1
    ettercap 0.7.5-2
    ettercap-gtk 0.7.5-2
    evince 3.6.1-1
    evolution 3.6.2-1
    evolution-data-server 3.6.2-1
    exempi 2.2.0-1
    exiv2 0.23-1
    expat 2.1.0-1
    extundelete 0.2.0-2
    faac 1.28-4
    faad2 2.7-3
    faenza-icon-theme 1.3-1
    fakeroot 1.18.4-1
    farstream 0.2.2-1
    fbpdf-git 20121118-1
    feh 2.7-1
    ffdiaporama-devel 1.5.b2.2012.1118-1
    ffmpeg 1:1.0-2
    ffmpeg-compat 20120509-2
    fftw 3.3.2-1
    file 5.11-1
    file-roller 3.6.2-3
    filesystem 2012.10-2
    filezilla 3.6.0-1
    findutils 4.4.2-4
    fingerprint-gui 1.04-2
    firefox 16.0.2-1
    firefox-i18n-fr 16.0.2-1
    fixesproto 5.0-2
    flac 1.2.1-3
    flashplugin 11.2.202.251-1
    flex 2.5.37-1
    fltk 1.3.1-1
    flvstreamer 2.1c1-2
    folks 0.8.0-1
    fontconfig 2.10.1-2
    fontsproto 2.1.2-1
    foomatic-db 1:4.0.17_20120712-1
    foomatic-db-engine 1:4.0.17_20120712-1
    foomatic-db-nonfree 1:4.0.17_20120712-1
    foomatic-filters 1:4.0.17_20120712-1
    freeglut 2.8.0-2
    freemind 0.9.0-3
    freeplane 1.2.20-1
    freerdp 1.0.1-8
    freetype2 2.4.10-1
    frei0r-plugins 1.3-6
    fribidi 0.19.4-1
    fuse 2.9.2-1
    gajim 0.15.2-1
    gamin 0.1.10-6
    gavl 1.4.0-1
    gawk 4.0.1-1
    gc 7.2.d-1
    gcalctool 6.6.2-1
    gcc 4.7.2-2
    gcc-go 4.7.2-2
    gcc-libs 4.7.2-2
    gconf 3.2.5-3
    gconf-editor 3.0.1-1
    gconf-sharp 2.24.2-2
    gcr 3.6.2-2
    gd 2.0.36RC1-5
    gdata-sharp 1.7.0.1-2
    gdb 7.5-1
    gdbm 1.10-1
    gdk-pixbuf2 2.26.5-1
    gdm 3.6.2-1
    gecko-mediaplayer 1.0.7-1
    gedit 3.6.2-1
    gedit-plugins 3.6.1-1
    geeqie 1.1-2
    gegl 0.2.0-5
    geoclue 0.12.0-5
    geoip 1.4.8-2
    geoip-database 20121105-1
    gettext 0.18.1.1-4
    ghex 3.6.1-1
    ghostscript 9.06-1
    giblib 1.2.4-5
    giflib 4.1.6-5
    giggle 0.7-1
    gimp-devel 2.8.2-1
    gimp-plugin-fblur 3.2.6-3
    gimp-plugin-gmic 1.5.1.8-4
    gimp-plugin-lqr 0.7.1-4
    gimp-plugin-saveforweb 0.29.3-1
    gimp-plugin-separate+ 0.5.8-3
    gimp-plugin-wavelet-decompose 0.1.2-2
    gimp-plugin-wavelet-denoise 0.3.1-2
    gimp-plugin-wavelet-sharpen 0.1.2-2
    gimp-refocus 0.9.0-3
    gimp-resynth-heal-selection 0.16-4
    gimp-ufraw 0.18-5
    gimpfx-foundry 2.6_1-2
    git 1.8.0-1
    gitg 0.2.5-1
    gitso 0.6-2
    gjs 1.34.0-1
    gkeyfile-sharp 0.1-2
    gksu 2.0.2-4
    glade-perl 1.007-6
    glew 1.9.0-1
    glib 1.2.10-9
    glib-networking 2.34.2-1
    glib-perl 1.260-1
    glib2 2.34.2-1
    glibc 2.16.0-5
    glibmm 2.34.1-1
    glu 9.0.0-1
    gmime 2.6.12-1
    gmp 5.0.5-1
    gmpc 11.8.16-1
    gmtk 1.0.7-1
    gnochm 0.9.11-11
    gnome-backgrounds 3.6.0-1
    gnome-bluetooth 3.6.1-1
    gnome-color-manager 3.6.0-1
    gnome-contacts 3.6.2-1
    gnome-control-center 3.6.3-2
    gnome-desktop 1:3.6.2-1
    gnome-dictionary 3.6.0-1
    gnome-disk-utility 3.6.1-1
    gnome-documents 3.6.2-1
    gnome-font-viewer 3.6.1-1
    gnome-games 3.6.1-1
    gnome-games-extra-data 3.2.0-2
    gnome-icon-theme 3.6.2-1
    gnome-icon-theme-extras 3.6.2-1
    gnome-icon-theme-symbolic 3.6.2-1
    gnome-keyring 3.6.2-1
    gnome-media 3.4.0-1
    gnome-menus 3.6.1-1
    gnome-mime-data 2.18.0-6
    gnome-mplayer 1.0.7-1
    gnome-nettool 3.2.0-1
    gnome-online-accounts 3.6.2-1
    gnome-panel 3.6.2-1
    gnome-power-manager 3.6.0-1
    gnome-python 2.28.1-8
    gnome-screensaver 3.6.1-1
    gnome-screenshot 3.6.1-1
    gnome-search-tool 3.6.0-1
    gnome-session 3.6.2-1
    gnome-settings-daemon 3.6.3-2
    gnome-shell 3.6.2-1
    gnome-speech 0.4.25-2
    gnome-system-log 3.6.1-1
    gnome-system-monitor 3.6.0-1
    gnome-terminal 3.6.0-1
    gnome-themes-standard 3.6.2-1
    gnome-tweak-tool 3.6.1-1
    gnome-user-docs 3.6.2-1
    gnome-vfs 2.24.4-6
    gnome-video-effects 0.4.0-2
    gnonlin 0.10.17-1
    gnu-netcat 0.7.1-4
    gnupg 2.0.19-2
    gnutls 3.1.3-2
    go 2:1.0.3-3
    gobject-introspection 1.34.2-1
    goocanvas1 1.0.0-1
    google-earth 7.0.1.8244-1
    gpart 0.1h-5
    gparted 0.14.0-1
    gperf 3.0.4-4
    gpgme 1.3.1-4
    gpicview 0.2.3-1
    gpm 1.20.7-1
    gptfdisk 0.8.5-2
    gqview 2.0.4-5
    grantlee 0.3.0-1
    graphicsmagick 1.3.17-1
    graphite 1:1.0.3-1
    graphviz 2.28.0-10
    grep 2.14-1
    grfkill 20121118-1
    griffith 0.13-3
    grml-zsh-config 0.7.1-3
    groff 1.21-2
    grsync 1.2.2-1
    grub-bios 2.00-1
    grub-common 2.00-1
    gsettings-desktop-schemas 3.6.1-1
    gsfonts 1.0.7pre44-3
    gsl 1.15-2
    gsm 1.0.13-7
    gsmartcontrol 0.8.7-2
    gst-plugins-bad 1.0.2-1
    gst-plugins-base 1.0.2-1
    gst-plugins-base-libs 1.0.2-1
    gst-plugins-good 1.0.2-1
    gstreamer 1.0.2-1
    gstreamer0.10 0.10.36-1
    gstreamer0.10-bad 0.10.23-3
    gstreamer0.10-bad-plugins 0.10.23-3
    gstreamer0.10-base 0.10.36-1
    gstreamer0.10-base-plugins 0.10.36-1
    gstreamer0.10-ffmpeg 0.10.13-1
    gstreamer0.10-good 0.10.31-1
    gstreamer0.10-good-plugins 0.10.31-1
    gstreamer0.10-python 0.10.22-1
    gstreamer0.10-ugly 0.10.19-3
    gstreamer0.10-ugly-plugins 0.10.19-3
    gtk 1.2.10-11
    gtk-aurora-engine 1.5.1-3
    gtk-engines 2.21.0-1
    gtk-recordmydesktop 0.3.8-6
    gtk-sharp-2 2.12.11-1
    gtk-update-icon-cache 2.24.13-1
    gtk-vnc 0.5.1-1
    gtk2 2.24.13-1
    gtk2-perl 1.244-1
    gtk3 3.6.2-1
    gtkhtml4 4.6.1-1
    gtkimageview 1.6.4-3
    gtkmm 2.24.2-2
    gtkmm3 3.6.0-1
    gtkpacman 2.3.1-4
    gtksourceview2 2.10.5-2
    gtksourceview3 3.6.1-1
    gtkspell 2.0.16-2
    gts 0.7.6-2
    guake 0.4.4-2
    gudev-sharp 0.1-2
    guile 1.8.8-2
    gutenprint 5.2.9-1
    gvfs 1.14.2-1
    gvfs-afc 1.14.2-1
    gvfs-obexftp 1.14.2-1
    gvim 7.3.712-1
    gzip 1.5-1
    hachoir-core 1.3.3-3
    hachoir-metadata 1.3.3-2
    hachoir-parser 1.3.4-3
    hachoir-urwid 1.1-2
    handbrake 0.9.8-1
    hardinfo 0.5.1-5
    harfbuzz 0.9.5-2
    hdparm 9.42-1
    heirloom-mailx 12.5-3
    hexedit 1.2.12-5
    hicolor-icon-theme 0.12-2
    hplip 3.12.10.a-3
    hspell 1.2-1
    hsqldb-java 1:1.8.0.10-2
    htop 1.0.2-1
    hubbub 0.1.2-1
    hunspell 1.3.2-2
    hwids 20121022-1
    hyphen 2.8.6-1
    i7z 0.27.2-1
    iana-etc 2.30-3
    icedtea-web-java7 1.3.1-1
    icon-naming-utils 0.8.90-2
    icu 50.1-2
    id3lib 3.8.3-12
    id3v2 0.1.12-2
    idnkit 1.0-2
    iftop 0.17-10
    ilmbase 1.0.3-1
    imagemagick 6.8.0.3-1
    imlib2 1.4.5-2
    impressive 0.10.3-5
    inetutils 1.9.1-4
    iniparser 3.1-2
    inkscape 0.48.3.1-7
    inputproto 2.2-1
    intel-dri 9.0.1-1
    intel-tbb 4.1_20120718-2
    intltool 0.50.2-1
    iproute2 3.6.0-2
    iptables 1.4.16.2-1
    iputils 20121114-1
    isl 0.10-1
    iso-codes 3.38-1
    iw 3.6-1
    jack 0.121.3-7
    jasper 1.900.1-8
    jbig2dec 0.11-5
    jdk7-openjdk 7.u9_2.3.3-1
    jdownloader2 latest-1
    jessyink2 2.0.0.alpha.1-1
    jfsutils 1.1.15-3
    john 1.7.9-7
    jre7-openjdk 7.u9_2.3.3-1
    jre7-openjdk-headless 7.u9_2.3.3-1
    js 1.8.5-3
    json-c 0.9-1
    json-glib 0.15.2-1
    k3b 2.0.2-6
    k9copy 2.3.8-2
    kactivities 4.9.3-1
    kbd 1.15.3-3
    kbproto 1.0.6-1
    kde-base-artwork 4.9.3-1
    kdebase-runtime 4.9.3-1
    kdebase-workspace 4.9.3-1
    kdeedu-marble 4.9.3-1
    kdelibs 4.9.3-2
    kdenlive 0.9.2-5
    kdepim-runtime 4.9.3-1
    kdepimlibs 4.9.3-1
    kdiff3 0.9.97-2
    keepassx 0.4.3-3
    keyutils 1.5.5-3
    khrplatform-devel 9.0.1-1
    kid3 2.2-1
    kipi-plugins 2.9.0-1
    kismet 2011_03_R2-5
    kmod 11-2
    krb5 1.10.3-1
    ladspa 1.13-4
    lame 3.99.5-1
    languagetool 1.9-1
    lcms 1.19-2
    lcms2 2.4-1
    ld-lsb 3-5
    ldns 1.6.14-1
    leafpad 0.8.18.1-3
    lensfun 0.2.6-1
    less 451-1
    levelator 1.3.0-3
    lfhex 0.42-2
    lftp 4.4.0-1
    lib32-alsa-lib 1.0.26-1
    lib32-atk 2.6.0-1
    lib32-bzip2 1.0.6-1
    lib32-cairo 1.12.8-1
    lib32-dbus-core 1.6.8-1
    lib32-e2fsprogs 1.42.6-1
    lib32-expat 2.1.0-1
    lib32-fontconfig 2.10.1-1
    lib32-freetype2 2.4.10-1
    lib32-gcc-libs 4.7.2-2
    lib32-gdk-pixbuf2 2.26.5-1
    lib32-glib2 2.34.2-1
    lib32-glibc 2.16.0-5
    lib32-gtk2 2.24.13-1
    lib32-harfbuzz 0.9.5-1
    lib32-icu 49.1.2-1
    lib32-intel-dri 9.0.1-1
    lib32-keyutils 1.5.5-1
    lib32-krb5 1.10.3-1
    lib32-libcups 1.6.1-1
    lib32-libdrm 2.4.40-1
    lib32-libffi 3.0.11-1
    lib32-libgl 9.0.1-1
    lib32-libglapi 9.0.1-1
    lib32-libice 1.0.8-1
    lib32-libjpeg-turbo 1.2.1-1
    lib32-libldap 2.4.33-1
    lib32-libmng 1.0.10-6
    lib32-libpciaccess 0.13.1-1
    lib32-libpng 1.5.13-1
    lib32-libsm 1.2.1-1
    lib32-libtiff 4.0.3-1
    lib32-libx11 1.5.0-1
    lib32-libxau 1.0.7-1
    lib32-libxcb 1.9-1
    lib32-libxcomposite 0.4.3-3
    lib32-libxcursor 1.1.13-1
    lib32-libxdamage 1.1.3-4
    lib32-libxdmcp 1.1.1-1
    lib32-libxext 1.3.1-1
    lib32-libxfixes 5.0-1
    lib32-libxft 2.3.1-1
    lib32-libxi 1.6.1-1
    lib32-libxinerama 1.1.2-1
    lib32-libxml2 2.8.0-1
    lib32-libxrandr 1.4.0-1
    lib32-libxrender 0.9.7-1
    lib32-libxss 1.2.2-1
    lib32-libxv 1.0.7-1
    lib32-libxxf86vm 1.1.2-1
    lib32-mesa 9.0.1-1
    lib32-ncurses 5.9-1
    lib32-openssl 1.0.1.c-1
    lib32-pango 1.32.1-1
    lib32-pcre 8.31-1
    lib32-pixman 0.28.0-1
    lib32-qt 4.8.3-3
    lib32-readline 6.2.004-1
    lib32-sqlite 3.7.14.1-1
    lib32-util-linux 2.22.1-1
    lib32-v4l-utils 0.8.8-1
    lib32-xcb-util 0.3.9-1
    lib32-zlib 1.2.7-1
    libao 1.1.0-2
    libarchive 3.0.4-2
    libart-lgpl 2.3.21-2
    libass 0.10.0-3
    libassuan 2.0.3-1
    libasyncns 0.8-4
    libatasmart 0.19-1
    libavc1394 0.5.4-1
    libbluray 0.2.3-1
    libbonobo 2.32.1-2
    libbonoboui 2.24.5-2
    libcaca 0.99.beta18-1
    libcanberra 0.30-2
    libcanberra-pulse 0.30-2
    libcap 2.22-3
    libcap-ng 0.7-1
    libcdaudio 0.99.12-6
    libcddb 1.3.2-3
    libcdio 0.83-1
    libchamplain 0.12.3-1
    libcroco 0.6.8-1
    libcryptui 3.6.0-1
    libcss 0.1.2-2
    libcups 1.6.1-6
    libdaemon 0.14-2
    libdatrie 0.2.5-1
    libdbusmenu-qt 0.9.2-1
    libdc1394 2.1.3-2
    libdca 0.0.5-3
    libdiscid 0.2.2-2
    libdmtx 0.7.4-3
    libdmx 1.1.2-1
    libdrm 2.4.40-1
    libdv 1.0.0-4
    libdvbpsi 0.2.2-1
    libdvdcss 1.2.12-1
    libdvdnav 4.2.0-2
    libdvdread 4.2.0-1
    libebml 1.2.2-2
    libedit 20120601_3.0-1
    libegl 9.0.1-1
    libevent 2.0.20-1
    libexif 0.6.21-1
    libfakekey 0.1-5
    libffi 3.0.11-1
    libfm 1.1.0-3
    libfontenc 1.1.1-1
    libfprint 0.4.0-3
    libftdi 0.20-1
    libgbm 9.0.1-1
    libgcrypt 1.5.0-3
    libgdata 0.13.2-1
    libgdiplus 2.10-3
    libgee 0.6.6.1-1
    libgksu 2.0.12-5
    libgl 9.0.1-1
    libglade 2.6.4-3
    libglademm 2.6.7-2
    libglapi 9.0.1-1
    libgles 9.0.1-1
    libgme 0.6.0-2
    libgnome 2.32.1-3
    libgnome-data 2.32.1-3
    libgnome-keyring 3.6.0-1
    libgnome-media-profiles 3.0.0-3
    libgnomecanvas 2.30.3-2
    libgnomecanvasmm 2.26.0-2
    libgnomekbd 3.6.0-1
    libgnomeui 2.24.5-1
    libgpg-error 1.10-2
    libgphoto2 2.4.14-1
    libgpod 0.8.2-6
    libgsf 1.14.25-1
    libgssglue 0.4-1
    libgtkhtml 2.11.1-4
    libgtop 2.28.4-1
    libgusb 0.1.4-1
    libgweather 3.6.2-1
    libgxps 0.2.2-1
    libical 0.48-1
    libice 1.0.8-1
    libid3tag 0.15.1b-7
    libidl2 0.8.14-2
    libidn 1.25-1
    libiec61883 1.2.0-3
    libieee1284 0.2.11-4
    libimobiledevice 1.1.4-2
    libiodbc 3.52.8-1
    libiptcdata 1.0.4-2
    libirman 0.4.5-3
    libjpeg-turbo 1.2.1-1
    libkate 0.4.1-3
    libkcddb 4.9.3-1
    libkdcraw 4.9.3-1
    libkexiv2 4.9.3-1
    libkface 2.9.0-1
    libkgapi 0.4.3-1
    libkgeomap 2.9.0-1
    libkipi 4.9.3-1
    libksane 4.9.3-1
    libksba 1.2.0-2
    libkvkontakte 2.9.0-1
    liblastfm 0.3.3-3
    libldap 2.4.33-1
    liblo 0.26-2
    liblouis 2.3.0-1
    liblqr 0.4.1-3
    liblrdf 0.5.0-1
    libltdl 2.4.2-7
    libmad 0.15.1b-6
    libmatroska 1.3.0-2
    libmediainfo 0.7.61-1
    libmikmod 3.2.0-1
    libmms 0.6.2-1
    libmng 1.0.10-4
    libmodplug 0.8.8.4-1
    libmp4v2 2.0.0-2
    libmpc 1.0.1-1
    libmpcdec 1.2.6-3
    libmpd 11.8.17-1
    libmpeg2 0.5.1-3
    libmtp 1.1.5-1
    libmusicbrainz5 5.0.1-1
    libmysqlclient 5.5.28-1
    libmythes 1:1.2.3-1
    libnet 1.1.6-1
    libnice 0.1.3-1
    libnl 3.2.11-1
    libnl1 1.1-1
    libnotify 0.7.5-1
    libnsbmp 0.0.3-3
    libnsgif 0.0.3-3
    liboauth 0.9.6-1
    libofa 0.9.3-4
    libogg 1.3.0-1
    libotr 4.0.0-1
    libparserutils 0.1.1-2
    libpcap 1.3.0-1
    libpciaccess 0.13.1-1
    libpeas 1.6.1-1
    libpipeline 1.2.2-1
    libplist 1.8-2
    libpng 1.5.13-1
    libproxy 0.4.7-2
    libpst 0.6.54-2
    libpulse 2.1-1
    libpurple 2.10.6-2
    libpwquality 1.2.0-1
    libqalculate 0.9.7-3
    libquvi 0.4.1-1
    libquvi-scripts 0.4.9-1
    libqzeitgeist 0.8.0-2
    libraw1394 2.0.7-2
    libreoffice-base 3.6.3-3
    libreoffice-calc 3.6.3-3
    libreoffice-common 3.6.3-3
    libreoffice-draw 3.6.3-3
    libreoffice-extension-languagetool 1.9-1
    libreoffice-fr 3.6.3-1
    libreoffice-gnome 3.6.3-3
    libreoffice-impress 3.6.3-3
    libreoffice-kde4 3.6.3-3
    libreoffice-math 3.6.3-3
    libreoffice-postgresql-connector 3.6.3-3
    libreoffice-sdk 3.6.3-3
    libreoffice-sdk-doc 3.6.3-3
    libreoffice-writer 3.6.3-3
    librpcsecgss 0.19-7
    librsvg 2.36.4-1
    librsync 0.9.7-6
    libsamplerate 0.1.8-1
    libsasl 2.1.23-9
    libsecret 0.11-1
    libshout 1:2.3.1-1
    libsidplay 1.36.59-5
    libsigc++ 2.2.11-1
    libsigsegv 2.10-1
    libsm 1.2.1-1
    libsndfile 1.0.25-2
    libsocialweb 0.25.20-1
    libsoup 2.40.2-1
    libsoup-gnome 2.40.2-1
    libspectre 0.2.7-1
    libssh 0.5.2-1
    libssh2 1.4.2-1
    libtasn1 3.0-1
    libthai 0.1.18-1
    libtheora 1.1.1-2
    libtiff 4.0.3-1
    libtiger 0.3.4-3
    libtirpc 0.2.2-4
    libtool 2.4.2-7
    libtracker-sparql 0.14.4-2
    libui-dialog-perl 1.08-1
    libunique 1.1.6-5
    libunique3 3.0.2-2
    libupnp 1.6.17-1
    libusb-compat 0.1.4-2
    libusbx 1.0.14-1
    libva 1.1.0-2
    libvdpau 0.5-1
    libvisual 0.4.0-4
    libvncserver 0.9.9-1
    libvorbis 1.3.3-1
    libvpx 1.1.0-1
    libwacom 0.6-1
    libwapcaplet 0.1.1-1
    libwbclient 3.6.9-1
    libwebp 0.2.0-1
    libwmf 0.2.8.4-9
    libwnck 2.30.7-1
    libwnck3 3.4.4-1
    libwpd 0.9.4-1
    libwps 0.2.7-1
    libx11 1.5.0-1
    libxau 1.0.7-1
    libxaw 1.0.11-1
    libxcb 1.9-1
    libxcomp 3.5.0.15-2
    libxcomposite 0.4.3-2
    libxcursor 1.1.13-1
    libxdamage 1.1.3-2
    libxdmcp 1.1.1-1
    libxext 1.3.1-1
    libxfixes 5.0-2
    libxfont 1.4.5-1
    libxft 2.3.1-1
    libxi 1.6.1-1
    libxinerama 1.1.2-1
    libxkbfile 1.0.8-1
    libxklavier 5.3-1
    libxml2 2.8.0-1
    libxmu 1.1.1-1
    libxp 1.0.1-3
    libxpm 3.5.10-1
    libxrandr 1.4.0-1
    libxrender 0.9.7-1
    libxres 1.0.6-1
    libxslt 1.1.26-3
    libxss 1.2.2-1
    libxt 1.1.3-1
    libxtst 1.2.1-1
    libxv 1.0.7-1
    libxvmc 1.0.7-1
    libxxf86dga 1.1.3-1
    libxxf86vm 1.1.2-1
    libyaml 0.1.4-2
    libytnef 1.5-3
    libzapojit 0.0.2-1
    libzeitgeist 0.3.18-3
    libzen 0.4.28-1
    licenses 2.9-1
    lilv 0.14.4-1
    linux 3.6.6-1
    linux-api-headers 3.6.3-1
    linux-firmware 20120625-1
    linux-headers 3.6.6-1
    lirc-utils 1:0.9.0-34
    lm_sensors 3.3.3-1
    log4c 1.2.1-1
    logrotate 3.8.2-1
    lorcon 224-2
    lpsolve 5.5.2.0-2
    lsof 4.86-1
    lua 5.1.5-2
    lv2 1.0.0-2
    lvm2 2.02.98-1
    lxappearance 0.5.2-1
    lxappearance-obconf 0.2.0-1
    lxde-common 0.5.5-2
    lxde-icon-theme 0.5.0-1
    lxdm 0.4.1-18
    lxinput 0.3.2-2
    lxlauncher 0.2.2-2
    lxmenu-data 0.1.2-1
    lxmusic 0.4.5-1
    lxpanel 0.5.10-2
    lxrandr 0.1.2-2
    lxsession 0.4.6.1-3
    lxshortcut 0.1.2-1
    lxtask 0.1.4-3
    lxterminal 0.1.11-2
    lynx 2.8.7-6
    lyx 2.0.5-1
    lzo2 2.06-1
    m4 1.4.16-2
    macchanger 1.5.0-5
    macchanger-gtk 1.1-1
    make 3.82-5
    man-db 2.6.3-1
    man-pages 3.44-1
    mash 0.2.0-1
    mc 4.8.6-2
    mcpp 2.7.2-4
    md5deep 4.2-1
    mdadm 3.2.6-1
    media-player-info 17-1
    mediainfo 0.7.61-1
    mediainfo-gui 0.7.61-1
    meld 1.6.1-1
    mencoder 35421-1
    menu-cache 0.4.0-1
    mesa 9.0.1-1
    metacity 2.34.13-1
    mime-types 8-1
    minicom 2.6.1-1
    mjpegtools 2.0.0-2
    mkinitcpio 0.11.2-1
    mkinitcpio-busybox 1.20.2-1
    mkvtoolnix-cli 5.8.0-1
    mkvtoolnix-gtk 5.8.0-1
    mlocate 0.26-1
    mlt 0.8.2-3
    mlt-python-bindings 0.8.2-3
    mobile-broadband-provider-info 20120614-1
    modemmanager 0.6.0.0-1
    mono 2.10.8-2
    mono-addins 0.6.2-2
    mono-upnp 0.1.2-1
    mono-zeroconf 0.9.0-3
    mousetweaks 3.6.0-1
    mozilla-common 1.4-3
    mozplugger 1.14.6-1
    mpfr 3.1.1.p2-1
    mpg123 1.14.4-1
    mplayer2 20120729-2
    mtdev 1.1.3-1
    mtools 4.0.17-2
    mtpfs 1.1-1
    mupdf 1.1-1
    musicbrainz 2.1.5-5
    mutagen 1.20-4
    mutter 3.6.2-1
    mx 1.4.6-1
    mysql 5.5.28-1
    mysql-clients 5.5.28-1
    nano 2.2.6-2
    nautilus 3.6.3-1
    ncftp 3.2.5-2
    ncurses 5.9-3
    neon 0.29.6-4
    nepomuk-core 4.9.3-1
    net-snmp 5.7.2-1
    net-tools 1.60.20120804git-2
    netcfg 3.0-1
    netdiscover-debian 0.3beta7-2
    netkit-bsd-finger 0.17-7
    netsurf 2.9-4
    nettle 2.5-1
    network-manager-applet 0.9.6.4-1
    networkmanager 0.9.6.4-1
    networkmanager-openconnect 0.9.6.2-1
    networkmanager-openvpn 0.9.6.0-1
    networkmanager-pptp 0.9.6.0-2
    networkmanager-vpnc 0.9.6.0-1
    nfs-utils 1.2.6-3
    nfsidmap 0.25-1
    nmap 6.01-2
    notification-daemon 0.7.6-1
    novacut 12.04.0-1
    nspr 4.9.3-1
    nss 3.14-1
    nss-myhostname 0.3-3
    ntfs-3g 2012.1.15-3
    ntfsprogs 2012.1.15-3
    ntp 4.2.6.p5-11
    nx-common 3.5.0-5
    nxclient 3.5.0.7-3
    obex-data-server 0.4.6-3
    obexd-client 1:0.46-1
    obmenu 1.0-9
    ocsync 0.60.1-1
    oh-my-zsh-git 20121118-1
    opal 3.10.7-3
    openbox 3.5.0-7
    openconnect 1:4.07-1
    opencore-amr 0.1.3-1
    opencv 2.4.3-2
    openexr 1.7.1-2
    openjpeg 1.5.0-1
    openobex 1.5-3
    openshot 1.4.3-1
    openssh 6.1p1-3
    openssl 1.0.1.c-1
    openvpn 2.2.2-2
    opus 1.0.1-2
    orbit2 2.14.19-2
    orc 0.4.16-1
    orca 3.6.2-1
    owncloud-client 1.1.1-1
    oxygen-icons 4.9.3-1
    p0f 3.01b-2
    p11-kit 0.13-1
    p7zip 9.20.1-6
    pacgraph 20110629-1
    package-query 1.1-2
    pacman 4.0.3-5
    pacman-color 4.0.3-3
    pacman-mirrorlist 20120908-1
    pam 1.1.6-1
    pambase 20120701-1
    pango 1.32.2-1
    pango-perl 1.223-2
    pangomm 2.28.4-1
    parted 3.1-1
    patch 2.7.1-1
    pciutils 3.1.10-1
    pcmanfm 1.1.0-1
    pcmciautils 018-4
    pcre 8.31-1
    pcsc-perl 1.4.12-3
    pcsc-tools 1.4.20-1
    pcsclite 1.8.6-1
    pdfedit 0.4.5-2
    pdftk-bin 1.44-4
    perl 5.16.2-1
    perl-error 0.17018-1
    perl-xml-parser 2.41-3
    perl-xml-simple 2.20-1
    pgpdump-git 20121118-1
    phatch 0.2.7.1-4
    phonon 1:4.6.0-3
    phonon-gstreamer 4.6.2-1
    picard 1.1-1
    pidgin 2.10.6-2
    pidgin-otr 4.0.0-1
    pinentry 0.8.2-1
    pitivi 0.15.2-2
    pixman 0.28.0-1
    pkg-config 0.27.1-1
    pkgfile 7-1
    pkgtools 24-4
    plotutils 2.6-3
    pluzzdl 0.9.3-1
    pm-quirks 0.20100619-2
    pm-utils 1.4.1-5
    polkit 0.107-4
    polkit-gnome 0.105-1
    polkit-kde 0.99.0-2
    polkit-qt 0.103.0-1
    poppler 0.20.5-1
    poppler-data 0.4.5-1
    poppler-glib 0.20.5-1
    popt 1.16-5
    portaudio 19_20111121-1
    portmidi 217-3
    postgresql-libs 9.2.1-2
    powertop 2.1.1-1
    ppl 1.0-1
    ppp 2.4.5-5
    pptpclient 1.7.2-4
    preziplayer-git 20121118-1
    printproto 1.0.5-2
    prison 1.0-1
    procinfo-ng 2.0.304-3
    procps-ng 3.3.5-1
    progsreiserfs 0.3.0.5-7
    protobuf 2.4.1-2
    proxychains 3.1-3
    proxychains-gui 1.4.1-2
    psmisc 22.19-1
    pstoedit 3.60-3
    psutils 1.17-3
    pth 2.0.7-4
    ptlib 2.10.7-2
    pulseaudio 2.1-1
    pulseaudio-alsa 2-1
    putty 0.62-1
    pycups 1.9.62-1
    pygobject-devel 3.4.2-1
    pygobject2-devel 2.28.6-8
    pygoocanvas 0.14.1-5
    pygtk 2.24.0-3
    pygtksourceview2 2.10.1-4
    pyorbit 2.24.0-4
    pyqt-common 4.9.5-3
    pyrenamer 0.6.0-6
    pyrex 0.9.9-3
    pysmbc 1.0.13-1
    pysvn-py2 1.7.6-1
    python 3.3.0-1
    python-cairo 1.10.0-2
    python-dbus-common 1.1.1-2
    python-distribute 0.6.30-1
    python-docutils 0.9.1-2
    python-dulwich 0.8.5-1
    python-gobject 3.4.2-1
    python-jinja 2.6-3
    python-markupsafe 0.15-2
    python-microfiber 12.04.0-1
    python-pygments 1.5-3
    python-sphinx 1.1.3-3
    python-userwebkit 12.04.0-1
    python2 2.7.3-2
    python2-atspi 2.6.0-2
    python2-beaker 1.6.3-2
    python2-beautifulsoup3 3.2.1-1
    python2-bonobo 2.28.1-8
    python2-boto 2.6.0-1
    python2-cairo 1.10.0-1
    python2-configobj 4.7.2-5
    python2-crypto 2.6-3
    python2-dbus 1.1.1-2
    python2-distribute 0.6.30-1
    python2-gconf 2.28.1-8
    python2-gnomecanvas 2.28.1-8
    python2-gnomevfs 2.28.1-8
    python2-gnupginterface 0.3.2-1
    python2-gobject 3.4.2-1
    python2-gobject2 2.28.6-8
    python2-gtkhtml2 2.25.3-12
    python2-gtkspell 2.25.3-12
    python2-httplib2 0.7.6-1
    python2-imaging 1.1.7-5
    python2-libgnome 2.28.1-8
    python2-lxml 3.0.1-1
    python2-mako 0.7.2-2
    python2-markupsafe 0.15-2
    python2-mpd 0.3.0-4
    python2-nautilus 1.1-3
    python2-notify 0.1.1-12
    python2-opengl 3.0.2-2
    python2-paramiko 1.7.7.1-3
    python2-pyasn1 0.1.4-1
    python2-pychm 0.8.4-1
    python2-pycurl 7.19.0-2
    python2-pygame 1.9.1-7
    python2-pylorcon 2-2
    python2-pyopenssl 0.13-2
    python2-pyqt 4.9.5-3
    python2-pysqlite 2.6.3-3
    python2-reportlab 2.6-1
    python2-simplejson 2.6.2-1
    python2-sip 4.14-2
    python2-socksipy-branch 1.02-1
    python2-sqlalchemy 0.7.9-1
    python2-urwid 1.0.2-2
    python2-xdg 0.23-2
    python2-zope-interface 4.0.1-1
    pyxml 0.8.4-10
    qca 2.0.3-2
    qca-ossl 2.0.0-4
    qcad 2.0.5.0-11
    qgit 2.3-3
    qimageblitz 0.0.6-2
    qjson 0.7.1-2
    qpdf 3.0.2-1
    qrencode 3.4.1-1
    qscintilla 2.6.2-3
    qscintilla-qt3 1.7.1-4
    qt 4.8.3-6
    qt3 1:3.3.8b-2
    qtwebkit 2.2.2-1
    quodlibet 2.4.1-1
    quodlibet-plugins 2.4.1-2
    rabbitvcs 0.15.2-1
    randrproto 1.4.0-1
    rapidsvn 0.12.1-1
    raptor 2.0.8-2
    rasqal 1:0.9.29-1
    rawtherapee 1:4.0.8-1
    readline 6.2.004-1
    recode 3.6-7
    recordmydesktop 0.3.8.1-6
    recordproto 1.14.2-1
    redland 1:1.0.15-3
    redland-storage-virtuoso 1:1.0.15-3
    reiserfsprogs 3.6.21-4
    remmina 1.0.0-9
    renderproto 0.11.1-2
    rest 0.7.90-1
    rfkill 0.4-6
    rhythmbox 2.98-4
    rlog 1.4-4
    rpcbind 0.2.0-9
    rpmextract 1.0-5
    rrdtool 1.4.7-2
    rsync 3.0.9-5
    rtkit 0.11-1
    rtmpdump 2.4-1
    rubberband 1.7.0-1
    ruby 1.9.3_p327-1
    rubyripper 0.6.2-2
    run-parts 4.3.4-1
    rxvt-unicode 9.15-3
    samba 3.6.9-1
    sane 1.0.23-1
    schroedinger 1.0.11-1
    screen 4.0.3-15
    scribes 0.4.954-2
    scribus 1.4.1-1
    scribus-templates 1.3.8-1
    scrnsaverproto 1.2.2-1
    sdl 1.2.15-3
    sdl_image 1.2.12-2
    sdl_mixer 1.2.12-3
    sdl_ttf 2.0.11-2
    seahorse 3.6.3-1
    secure-delete 3.1-4
    sed 4.2.1-4
    serd 0.18.0-1
    sg3_utils 1.33-1
    shadow 4.1.5.1-1
    shape-collage 2.5.3-1
    shared-color-profiles 0.1.5-1
    shared-color-targets 0.1.1-1
    shared-desktop-ontologies 0.10.0-1
    shared-mime-info 1.0-1
    shorewall 4.5.9.2-1
    shorewall-core 4.5.9.2-1
    sip 4.14-2
    skype 4.1.0.20-2
    slang 2.2.4-2
    smartmontools 6.0-1
    smbclient 3.6.9-1
    smpeg 0.4.4-7
    smplayer 0.8.1-1
    socat 1.7.2.1-1
    sonata 1.6.2.1-8
    soprano 2.8.0-2
    sord 0.10.0-1
    sound-juicer 3.5.0-1
    sound-theme-freedesktop 0.8-1
    soundtouch 1.6.0-1
    sox 14.4.0-3
    sozi 12.09-1
    spandsp 0.0.6pre21-1
    speech-dispatcher 0.7.1-7
    speex 1.2rc1-2
    sqlite 3.7.14.1-1
    sqlitebrowser 2.0b1-2
    sratom 0.4.0-1
    sshfs 2.4-1
    sshuttle-git 20121118-1
    ssss 0.5-2
    startup-notification 0.12-3
    strace 4.7-1
    stress 1.0.4-3
    strigi 0.7.7-2
    subversion 1.7.7-2
    sudo 1.8.6.p3-1
    suil 0.6.4-1
    sushi 3.6.1-1
    sysfsutils 2.1.0-8
    syslinux 4.06-1
    system-config-printer-common 1.3.12-1
    system-config-printer-gnome 1.3.12-1
    systemd 195-2
    systemd-sysvcompat 195-2
    sysvinit-tools 2.88-9
    t1lib 5.1.2-3
    taglib 1.8-1
    taglib-sharp 2.0.4.0-1
    talloc 2.0.7-1
    tar 1.26-2
    task-git 20121118-1
    tcl 8.5.13-1
    tdb 1.2.10-2
    telepathy-farstream 0.6.0-1
    telepathy-glib 0.20.1-1
    telepathy-logger 0.6.0-1
    telepathy-mission-control 5.14.0-1
    testdisk 6.13-3
    texinfo 4.13a-7
    texlive-bibtexextra 2012.26868-1
    texlive-bin 2012.0-5
    texlive-core 2012.26892-2
    texlive-fontsextra 2012.26866-1
    texlive-formatsextra 2012.26689-1
    texlive-genericextra 2012.26700-1
    texlive-htmlxml 2012.24013-1
    texlive-humanities 2012.25861-1
    texlive-latexextra 2012.26807-1
    texlive-pictures 2012.26791-1
    texlive-plainextra 2012.25953-1
    texlive-pstricks 2012.26865-1
    texlive-publishers 2012.26831-1
    texlive-science 2012.26607-1
    tftp-hpa 5.2-3
    thunderbird 16.0.2-1
    thunderbird-i18n-fr 16.0.2-1
    tig 1.1-1
    tightvnc 1.3.10-9
    time-drive 0.4.0-3
    tint2 0.11-5
    tmux 1.7-1
    tomboy 1.12.2-1
    tor 0.2.2.39-2
    tor-browser-en 2.2.39_5-1
    torchat 0.9.9.553-2
    totem 3.6.3-1
    totem-plparser 3.4.3-1
    tracker 0.14.4-2
    transcode 1.1.7-6
    transfig 3.2.5d-1
    transmission-gtk 2.73-2
    truecrypt 1:7.1a-1
    tsocks 1.8beta5-5
    ttf-bitstream-vera 1.10-8
    ttf-dejavu 2.33-3
    ttf-freefont 20120503-1
    ttf-inconsolata 20090215-3
    ttf-ms-fonts 2.0-9
    ttf-ubuntu-font-family 0.80-3
    tzdata 2012j-1
    udisks 1.0.4-5
    udisks2 2.0.0-1
    ultracopier 0.3.1.0-1
    unetbootin 581-1
    unison 2.40.65-1
    unixodbc 2.3.1-1
    unrar 4.2.4-1
    unzip 6.0-6
    upower 0.9.18-2
    usb_modeswitch 1.2.5-1
    usbmuxd 1.0.8-1
    usbutils 006-1
    util-linux 2.22.1-3
    v4l-utils 0.8.8-1
    vala 0.18.1-1
    vamp-plugin-sdk 2.4-1
    vi 1:050325-2
    vidalia 0.2.20-2
    videoproto 2.3.1-2
    vim-explorer 0.98-2
    vim-fugitive 20121118-1
    vim-gnupg 2.5-1
    vim-languagetool 1.23-1
    vim-latexsuite 20120926-2
    vim-minibufexpl 6.4.2-2
    vim-nerdtree 4.2.0-3
    vim-runtime 7.3.712-1
    vim-spell-en 20120506-1
    vim-spell-fr 20120506-1
    vinagre 3.6.2-1
    vino 3.6.2-1
    virtualbox 4.2.4-2
    virtualbox-ext-oracle 4.2.4-1
    virtualbox-guest-iso 4.2.4-1
    virtualbox-host-source 4.2.4-2
    virtuoso-base 6.1.6-1
    vlc 2.0.4-4
    vpnc 0.5.3.svn516-3
    vte 0.28.2-3
    vte-common 0.34.2-1
    vte3 0.34.2-1
    wacom-utility 1.21-3
    wavpack 4.60.1-2
    webkitgtk2 1.10.1-3
    webkitgtk3 1.10.1-3
    weborf 0.13-2
    webrtc-audio-processing 0.1-1
    wget 1.14-2
    which 2.20-5
    whois 5.0.20-1
    wicd 1.7.2.4-5
    wikidpad-dev 2.3beta05-1
    wildmidi 0.2.3.5-2
    wipe 2.3.1-2
    wireless-regdb 2011.04.28-1
    wireless_tools 29-7
    wireshark-cli 1.8.3-2
    wireshark-gtk 1.8.3-2
    wpa_supplicant 1.0-2
    wvdial 1.61-4
    wvstreams 4.6.1-5
    wxgtk 2.8.12.1-4
    wxpython 2.8.12.1-4
    x11vnc 0.9.13-3
    x264 20121113-1
    xarchiver 0.5.2-5
    xbitmaps 1.1.1-2
    xcb-proto 1.8-1
    xcb-util 0.3.9-1
    xcb-util-keysyms 0.3.9-1
    xchat 2.8.8-10
    xdelta3 3.0.4-1
    xdg-user-dirs 0.14-3
    xdg-user-dirs-gtk 0.9-1
    xdg-utils 1.1.0.git20121008-1
    xextproto 7.2.1-1
    xf86-input-evdev 2.7.3-2
    xf86-input-synaptics 1.6.2-2
    xf86-input-wacom 0.18.0-1
    xf86-video-intel 2.20.13-1
    xf86dgaproto 2.1-2
    xf86vidmodeproto 2.3.1-2
    xfsprogs 3.1.8-2
    xine-lib 1.2.2-3
    xineramaproto 1.2.1-2
    xinetd 2.3.15-2
    xkeyboard-config 2.7-1
    xmltoman 0.4-1
    xmms 1.2.11-6
    xmms2 0.8DrO_o-9
    xorg-bdftopcf 1.0.3-2
    xorg-font-util 1.3.0-1
    xorg-font-utils 7.6-3
    xorg-fonts-alias 1.0.2-2
    xorg-fonts-encodings 1.0.4-3
    xorg-fonts-misc 1.0.1-2
    xorg-iceauth 1.0.5-1
    xorg-luit 1.1.1-1
    xorg-mkfontdir 1.0.7-1
    xorg-mkfontscale 1.1.0-1
    xorg-server 1.13.0-4
    xorg-server-common 1.13.0-4
    xorg-server-utils 7.6-3
    xorg-sessreg 1.0.7-1
    xorg-setxkbmap 1.3.0-1
    xorg-twm 1.0.7-1
    xorg-utils 7.6-8
    xorg-xauth 1.0.7-1
    xorg-xbacklight 1.2.0-1
    xorg-xclock 1.0.6-1
    xorg-xcmsdb 1.0.4-1
    xorg-xdpyinfo 1.3.0-1
    xorg-xdriinfo 1.0.4-3
    xorg-xev 1.2.0-1
    xorg-xgamma 1.0.5-1
    xorg-xhost 1.0.5-1
    xorg-xinit 1.3.2-3
    xorg-xinput 1.6.0-1
    xorg-xkbcomp 1.2.4-1
    xorg-xlsatoms 1.1.1-1
    xorg-xlsclients 1.1.2-2
    xorg-xmessage 1.0.3-2
    xorg-xmodmap 1.0.7-1
    xorg-xprop 1.2.1-1
    xorg-xrandr 1.3.5-1
    xorg-xrdb 1.0.9-2
    xorg-xrefresh 1.0.4-3
    xorg-xset 1.2.2-1
    xorg-xsetroot 1.1.0-3
    xorg-xvinfo 1.1.1-3
    xorg-xwininfo 1.1.2-1
    xplc 0.3.13-4
    xproto 7.0.23-1
    xterm 286-1
    xvidcore 1.3.2-1
    xz 5.0.4-1
    yajl 2.0.4-1
    yaourt 1.2.1-1
    yelp 3.6.2-1
    yelp-xsl 3.6.0-1
    zenity 3.6.0-1
    zip 3.0-3
    zlib 1.2.7-1
    zsh 5.0.0-3
    zvbi 0.2.33-4
    zziplib 0.13.62-1
    Thank you for your help.
    Looking at the journal it looks like things started to go wrong around here:
    ov 18 20:04:12 fatfly dbus-daemon[414]: dbus[414]: [system] Activating via systemd: service name='org.freedesktop.ModemManager' unit='modem-manager.service'
    Nov 18 20:04:12 fatfly dbus[414]: [system] Activating via systemd: service name='org.freedesktop.ModemManager' unit='modem-manager.service'
    Nov 18 20:04:12 fatfly systemd[1]: Starting Modem Manager...
    Nov 18 20:04:12 fatfly modem-manager[11263]: <info> ModemManager (version 0.6.0.0) starting...
    Nov 18 20:04:12 fatfly dbus-daemon[414]: dbus[414]: [system] Successfully activated service 'org.freedesktop.ModemManager'
    Nov 18 20:04:12 fatfly dbus[414]: [system] Successfully activated service 'org.freedesktop.ModemManager'
    Nov 18 20:04:12 fatfly dbus[414]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.2" (uid=0 pid=410 comm="/usr/sbin/NetworkManager --no-daemon ") interface="org.freedesktop.ModemManager" member="EnumerateDevices" error name="(unset)" requested_reply="0" destination="org.freedesktop.ModemManager" (uid=0 pid=11263 comm="/usr/sbin/modem-manager ")
    Nov 18 20:04:12 fatfly modem-manager[11263]: <warn> Could not acquire the org.freedesktop.ModemManager service.
    Nov 18 20:04:12 fatfly NetworkManager[410]: <info> modem-manager is now available
    Nov 18 20:04:12 fatfly NetworkManager[410]: <info> the modem manager disappeared
    Nov 18 20:04:12 fatfly NetworkManager[410]: <info> trying to start the modem manager...
    Nov 18 20:04:12 fatfly dbus-daemon[414]: dbus[414]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.2" (uid=0 pid=410 comm="/usr/sbin/NetworkManager --no-daemon ") interface="org.freedesktop.ModemManager" member="EnumerateDevices" error name="(unset)" requested_reply="0" destination="org.freedesktop.ModemManager" (uid=0 pid=11263 comm="/usr/sbin/modem-manager ")
    Nov 18 20:04:12 fatfly systemd[1]: Started Modem Manager.
    Nov 18 20:04:12 fatfly systemd[1]: modem-manager.service: main process exited, code=exited, status=255/n/a
    Nov 18 20:04:12 fatfly systemd[1]: Unit modem-manager.service entered failed state
    Nov 18 20:04:13 fatfly sudo[11266]: alpha : TTY=pts/2 ; PWD=/home/alpha ; USER=root ; COMMAND=/usr/bin/pacman -S zip
    Nov 18 20:04:13 fatfly sudo[11266]: pam_unix(sudo:session): session opened for user root by (uid=0)
    Nov 18 20:04:14 fatfly sudo[11266]: pam_unix(sudo:session): session closed for user root
    Nov 18 20:04:37 fatfly dbus-daemon[414]: dbus[414]: [system] Failed to activate service 'org.freedesktop.ModemManager': timed out
    Nov 18 20:04:37 fatfly dbus[414]: [system] Failed to activate service 'org.freedesktop.ModemManager': timed out
    Nov 18 20:06:12 fatfly dbus-daemon[414]: dbus[414]: [system] Activating via systemd: service name='org.freedesktop.ModemManager' unit='modem-manager.service'
    Nov 18 20:06:12 fatfly dbus[414]: [system] Activating via systemd: service name='org.freedesktop.ModemManager' unit='modem-manager.service'
    Nov 18 20:06:12 fatfly systemd[1]: Starting Modem Manager...
    Nov 18 20:06:12 fatfly modem-manager[11373]: <info> ModemManager (version 0.6.0.0) starting...
    Nov 18 20:06:12 fatfly dbus-daemon[414]: dbus[414]: [system] Successfully activated service 'org.freedesktop.ModemManager'
    Nov 18 20:06:12 fatfly dbus[414]: [system] Successfully activated service 'org.freedesktop.ModemManager'
    Nov 18 20:06:12 fatfly dbus[414]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.2" (uid=0 pid=410 comm="/usr/sbin/NetworkManager --no-daemon ") interface="org.freedesktop.ModemManager" member="EnumerateDevices" error name="(unset)" requested_reply="0" destination="org.freedesktop.ModemManager" (uid=0 pid=11373 comm="/usr/sbin/modem-manager ")
    Nov 18 20:06:12 fatfly modem-manager[11373]: <warn> Could not acquire the org.freedesktop.ModemManager service.
    Nov 18 20:06:12 fatfly NetworkManager[410]: <info> modem-manager is now available
    Nov 18 20:06:12 fatfly NetworkManager[410]: <info> the modem manager disappeared
    Nov 18 20:06:12 fatfly NetworkManager[410]: <info> trying to start the modem manager...
    Nov 18 20:06:12 fatfly dbus-daemon[414]: dbus[414]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.2" (uid=0 pid=410 comm="/usr/sbin/NetworkManager --no-daemon ") interface="org.freedesktop.ModemManager" member="EnumerateDevices" error name="(unset)" requested_reply="0" destination="org.freedesktop.ModemManager" (uid=0 pid=11373 comm="/usr/sbin/modem-manager ")
    Nov 18 20:06:12 fatfly systemd[1]: Started Modem Manager.
    Nov 18 20:06:12 fatfly systemd[1]: modem-manager.service: main process exited, code=exited, status=255/n/a
    Nov 18 20:06:12 fatfly systemd[1]: Unit modem-manager.service entered failed state
    Nov 18 20:06:12 fatfly kernel: wlan0: deauthenticated from 30:46:9a:06:c5:9e (Reason: 7)
    Nov 18 20:06:12 fatfly kernel: cfg80211: Calling CRDA for country: US
    Nov 18 20:06:12 fatfly NetworkManager[410]: <info> (wlan0): supplicant interface state: completed -> disconnected
    Nov 18 20:06:12 fatfly NetworkManager[410]: <info> (wlan0): supplicant interface state: disconnected -> scanning
    Nov 18 20:06:17 fatfly kernel: wlan0: authenticate with 30:46:9a:06:c5:9e
    Nov 18 20:06:17 fatfly NetworkManager[410]: <info> (wlan0): supplicant interface state: scanning -> authenticating
    Nov 18 20:06:17 fatfly kernel: wlan0: send auth to 30:46:9a:06:c5:9e (try 1/3)
    Nov 18 20:06:17 fatfly kernel: wlan0: authenticated
    Nov 18 20:06:17 fatfly NetworkManager[410]: <info> (wlan0): supplicant interface state: authenticating -> associating
    Nov 18 20:06:17 fatfly kernel: wlan0: associate with 30:46:9a:06:c5:9e (try 1/3)
    Nov 18 20:06:17 fatfly kernel: wlan0: RX AssocResp from 30:46:9a:06:c5:9e (capab=0x411 status=0 aid=2)
    Nov 18 20:06:17 fatfly kernel: wlan0: associated
    Nov 18 20:06:17 fatfly NetworkManager[410]: <info> (wlan0): supplicant interface state: associating -> 4-way handshake
    Nov 18 20:06:17 fatfly NetworkManager[410]: <info> (wlan0): supplicant interface state: 4-way handshake -> completed
    Nov 18 20:06:37 fatfly dbus-daemon[414]: dbus[414]: [system] Failed to activate service 'org.freedesktop.ModemManager': timed out
    Nov 18 20:06:37 fatfly dbus[414]: [system] Failed to activate service 'org.freedesktop.ModemManager': timed out
    Nov 18 20:07:07 fatfly sudo[11394]: alpha : TTY=pts/2 ; PWD=/home/alpha ; USER=root ; COMMAND=/usr/bin/vim /etc/gdm/custom.conf
    Nov 18 20:07:07 fatfly sudo[11394]: pam_unix(sudo:session): session opened for user root by (uid=0)
    Nov 18 20:07:34 fatfly sudo[11394]: pam_unix(sudo:session): session closed for user root
    Nov 18 20:07:56 fatfly systemd-logind[413]: System is rebooting.
    Nov 18 20:07:56 fatfly systemd[1]: Deactivating swap /dev/dm-3...
    Nov 18 20:07:56 fatfly gnome-session[591]: CRITICAL: gsm_manager_set_phase: assertion `GSM_IS_MANAGER (manager)' failed
    Nov 18 20:07:56 fatfly gnome-session[591]: Gtk-CRITICAL: gtk_main_quit: assertion `main_loops != NULL' failed
    Nov 18 20:07:56 fatfly gdm-password][579]: pam_unix(gdm-password:session): session closed for user alpha
    Nov 18 20:07:56 fatfly systemd[1]: Deactivating swap /dev/dm-3...
    Nov 18 20:07:56 fatfly systemd[1]: Deactivating swap /dev/dm-3...
    Nov 18 20:07:56 fatfly systemd[1]: Deactivating swap /dev/dm-3...
    Nov 18 20:07:56 fatfly systemd[1]: Stopping /sys/devices/virtual/block/dm-3.
    Nov 18 20:07:56 fatfly systemd[1]: Stopping /sys/devices/virtual/block/dm-3.
    Nov 18 20:07:56 fatfly systemd[1]: Stopping /sys/devices/virtual/block/dm-3.
    Nov 18 20:07:56 fatfly systemd[1]: Stopping /sys/devices/virtual/block/dm-3.
    Nov 18 20:07:56 fatfly systemd[1]: Stopping /sys/devices/virtual/block/dm-3.
    Nov 18 20:07:56 fatfly systemd[1]: Stopping Sound Card.
    Nov 18 20:07:56 fatfly systemd[1]: Stopped target Sound Card.
    Nov 18 20:07:56 fatfly systemd[1]: Stopping Manage, Install and Generate Color Profiles...
    Nov 18 20:07:56 fatfly systemd[1]: Stopping Bluetooth.
    Nov 18 20:07:56 fatfly systemd[1]: Stopped D-Bus System Message Bus.
    Nov 18 20:07:56 fatfly systemd[1]: Stopped Authorization Manager.
    Nov 18 20:07:56 fatfly systemd[1]: Stopped Accounts Service.
    Nov 18 20:07:56 fatfly systemd[1]: Stopped Daemon for power management.
    Nov 18 20:07:56 fatfly systemd[1]: Stopped RealtimeKit Scheduling Policy Service.
    Nov 18 20:07:56 fatfly systemd[1]: Stopped Manage, Install and Generate Color Profiles.
    Nov 18 20:07:56 fatfly kernel: wlan0: deauthenticating from 30:46:9a:06:c5:9e by local choice (reason=3)
    Nov 18 20:07:56 fatfly NetworkManager[410]: <warn> disconnected by the system bus.
    Nov 18 20:07:56 fatfly gdm[11461]: ******************* START **********************************
    Nov 18 20:07:56 fatfly NetworkManager[410]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Nov 18 20:07:56 fatfly gdm[418]: **
    Nov 18 20:07:56 fatfly gdm[418]: GLib-GIO:ERROR:gdbusobjectmanagerserver.c:969:g_dbus_object_manager_server_emit_interfaces_removed: assertion failed (error == NULL): La connexion est fermée (g-io-error-quark, 18)
    Nov 18 20:07:56 fatfly gdm[418]: gdm[11461]: ******************* START **********************************
    Nov 18 20:07:56 fatfly kernel: cfg80211: Calling CRDA to update world regulatory domain
    Nov 18 20:07:56 fatfly systemd[1]: Stopped Network Time Service.
    Nov 18 20:07:56 fatfly systemd[1]: Deactivated swap /dev/dm-3.
    Nov 18 20:07:56 fatfly systemd[1]: Stopping Network.
    Nov 18 20:07:56 fatfly systemd[1]: Stopped target Network.
    Nov 18 20:07:56 fatfly systemd[1]: Stopping Network Manager...
    Nov 18 20:07:56 fatfly systemd[1]: Deactivated swap /dev/disk/by-uuid/b5704958-4e96-47c7-82fa-8f0845402470.
    Nov 18 20:07:56 fatfly systemd[1]: Deactivated swap /dev/disk/by-id/dm-uuid-CRYPT-PLAIN-enc-swap.
    Nov 18 20:07:56 fatfly systemd[1]: Deactivated swap /dev/disk/by-id/dm-name-enc-swap.
    Nov 18 20:07:56 fatfly systemd[1]: Deactivated swap /dev/mapper/enc-swap.
    Nov 18 20:07:56 fatfly systemd[1]: Stopping /sys/devices/virtual/block/dm-3.
    Nov 18 20:07:56 fatfly NetworkManager[410]: <info> caught signal 15, shutting down normally.
    Nov 18 20:07:56 fatfly NetworkManager[410]: <info> (wlan0): now unmanaged
    Nov 18 20:07:56 fatfly NetworkManager[410]: <info> (wlan0): device state change: activated -> unmanaged (reason 'removed') [100 10 36]
    Nov 18 20:07:56 fatfly systemd[1]: Stopped Login Service.
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-DISCONNECTED bssid=30:46:9a:06:c5:9e reason=7
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: SME: Trying to authenticate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Trying to associate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Associated with 30:46:9a:06:c5:9e
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: WPA: Key negotiation completed with 30:46:9a:06:c5:9e [PTK=CCMP GTK=CCMP]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-CONNECTED - Connection to 30:46:9a:06:c5:9e completed (reauth) [id=0 id_str=]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-DISCONNECTED bssid=30:46:9a:06:c5:9e reason=7
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: SME: Trying to authenticate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Trying to associate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Associated with 30:46:9a:06:c5:9e
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: WPA: Key negotiation completed with 30:46:9a:06:c5:9e [PTK=CCMP GTK=CCMP]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-CONNECTED - Connection to 30:46:9a:06:c5:9e completed (reauth) [id=0 id_str=]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-DISCONNECTED bssid=30:46:9a:06:c5:9e reason=7
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: SME: Trying to authenticate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Trying to associate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Associated with 30:46:9a:06:c5:9e
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: WPA: Key negotiation completed with 30:46:9a:06:c5:9e [PTK=CCMP GTK=CCMP]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-CONNECTED - Connection to 30:46:9a:06:c5:9e completed (reauth) [id=0 id_str=]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-DISCONNECTED bssid=30:46:9a:06:c5:9e reason=7
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: SME: Trying to authenticate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Trying to associate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Associated with 30:46:9a:06:c5:9e
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: WPA: Key negotiation completed with 30:46:9a:06:c5:9e [PTK=CCMP GTK=CCMP]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-CONNECTED - Connection to 30:46:9a:06:c5:9e completed (reauth) [id=0 id_str=]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-DISCONNECTED bssid=30:46:9a:06:c5:9e reason=7
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: SME: Trying to authenticate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Trying to associate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Associated with 30:46:9a:06:c5:9e
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: WPA: Key negotiation completed with 30:46:9a:06:c5:9e [PTK=CCMP GTK=CCMP]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-CONNECTED - Connection to 30:46:9a:06:c5:9e completed (reauth) [id=0 id_str=]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-DISCONNECTED bssid=30:46:9a:06:c5:9e reason=7
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: SME: Trying to authenticate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Trying to associate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Associated with 30:46:9a:06:c5:9e
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: WPA: Key negotiation completed with 30:46:9a:06:c5:9e [PTK=CCMP GTK=CCMP]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-CONNECTED - Connection to 30:46:9a:06:c5:9e completed (reauth) [id=0 id_str=]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-DISCONNECTED bssid=30:46:9a:06:c5:9e reason=7
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: SME: Trying to authenticate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Trying to associate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Associated with 30:46:9a:06:c5:9e
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: WPA: Key negotiation completed with 30:46:9a:06:c5:9e [PTK=CCMP GTK=CCMP]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-CONNECTED - Connection to 30:46:9a:06:c5:9e completed (reauth) [id=0 id_str=]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-TERMINATING - signal 15 received
    Nov 18 20:07:56 fatfly systemd[1]: Started Store Sound Card State.
    Nov 18 20:07:56 fatfly systemd[1]: Stopped WPA supplicant.
    Nov 18 20:07:57 fatfly gdm[418]: warning: Could not load shared library symbols for linux-vdso.so.1.
    Nov 18 20:07:57 fatfly gdm[418]: Do you need "set solib-search-path" or "set sysroot"?
    Nov 18 20:07:57 fatfly NetworkManager[410]: <info> (wlan0): deactivating device (reason 'removed') [36]
    Nov 18 20:07:57 fatfly NetworkManager[410]: <info> (wlan0): canceled DHCP transaction, DHCP client pid 583
    Nov 18 20:07:57 fatfly NetworkManager[410]: dbus_g_proxy_begin_call: assertion `!DBUS_G_PROXY_DESTROYED (proxy)' failed
    Nov 18 20:07:57 fatfly NetworkManager[410]: dbus_g_proxy_begin_call: assertion `!DBUS_G_PROXY_DESTROYED (proxy)' failed
    Nov 18 20:07:57 fatfly NetworkManager[410]: <info> (wlan0): cleaning up...
    Nov 18 20:07:57 fatfly NetworkManager[410]: dbus_g_proxy_begin_call: assertion `!DBUS_G_PROXY_DESTROYED (proxy)' failed
    Nov 18 20:07:57 fatfly NetworkManager[410]: dbus_g_proxy_begin_call: assertion `!DBUS_G_PROXY_DESTROYED (proxy)' failed
    Nov 18 20:07:57 fatfly NetworkManager[410]: dbus_g_proxy_call_no_reply: assertion `!DBUS_G_PROXY_DESTROYED (proxy)' failed
    Nov 18 20:07:57 fatfly NetworkManager[410]: dbus_g_proxy_new_for_name: assertion `connection != NULL' failed
    Nov 18 20:07:57 fatfly NetworkManager[410]: <error> [1353265677.113921] [NetworkManagerUtils.c:513] nm_utils_call_dispatcher(): could not get dispatcher proxy!
    Nov 18 20:07:57 fatfly NetworkManager[410]: <info> exiting (success)
    Nov 18 20:07:57 fatfly systemd[1]: Stopped Network Manager.
    Nov 18 20:07:57 fatfly systemd[1]: Stopped (with error) /dev/mapper/enc-swap.
    Nov 18 20:07:57 fatfly systemd[1]: Stopped (with error) /dev/disk/by-uuid/b5704958-4e96-47c7-82fa-8f0845402470.
    Nov 18 20:07:57 fatfly systemd[1]: Stopped (with error) /dev/disk/by-id/dm-uuid-CRYPT-PLAIN-enc-swap.
    Nov 18 20:07:57 fatfly systemd[1]: Stopped (with error) /dev/disk/by-id/dm-name-enc-swap.
    Nov 18 20:07:57 fatfly systemd[1]: Stopped (with error) /dev/dm-3.
    Nov 18 20:07:57 fatfly systemd[1]: Stopped (with error) /sys/devices/virtual/block/dm-3.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: [New LWP 426]
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: [New LWP 423]
    Nov 18 20:07:57 fatfly gdm[11461]: [New LWP 426]
    Nov 18 20:07:57 fatfly gdm[11461]: [New LWP 423]
    Nov 18 20:07:57 fatfly gdm[11461]: [Thread debugging using libthread_db enabled]
    Nov 18 20:07:57 fatfly gdm[11461]: Using host libthread_db library "/usr/lib/libthread_db.so.1".
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: [Thread debugging using libthread_db enabled]
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: Using host libthread_db library "/usr/lib/libthread_db.so.1".
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: 0x00007f8ae9129d97 in waitpid () from /usr/lib/libpthread.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: 0x00007f8ae9129d97 in waitpid () from /usr/lib/libpthread.so.0
    Nov 18 20:07:57 fatfly gdm[418]: Traceback (most recent call last):
    Nov 18 20:07:57 fatfly gdm[418]: File "/usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so.0.3400.2-gdb.py", line 9, in <module>
    Nov 18 20:07:57 fatfly gdm[418]: from gobject import register
    Nov 18 20:07:57 fatfly gdm[418]: File "/usr/share/glib-2.0/gdb/gobject.py", line 3, in <module>
    Nov 18 20:07:57 fatfly gdm[418]: import gdb.backtrace
    Nov 18 20:07:57 fatfly gdm[418]: ImportError: No module named backtrace
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #0 0x00007f8ae9129d97 in waitpid () from /usr/lib/libpthread.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #1 0x0000000000428a40 in ?? ()
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #2 0x0000000000428d7a in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: #0 0x00007f8ae9129d97 in waitpid () from /usr/lib/libpthread.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #1 0x0000000000428a40 in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: #2 0x0000000000428d7a in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: #3 <signal handler called>
    Nov 18 20:07:57 fatfly gdm[11461]: #4 0x00007f8ae8da8fd5 in raise () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: #5 0x00007f8ae8daa458 in abort () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: #6 0x00007f8ae99b58d7 in g_assertion_message () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #7 0x00007f8ae99b5b0f in g_assertion_message_error () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #8 0x00007f8ae9f6a5f5 in ?? () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #9 0x00007f8ae9f6ad0e in ?? () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #10 0x00007f8ae9f6b71c in g_dbus_object_manager_server_unexport () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #11 0x00007f8ae998419b in g_hash_table_find () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #12 0x000000000040af3b in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: #13 0x0000000000410bf8 in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: #14 0x00007f8ae9c570f8 in g_object_unref () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #15 0x0000000000409565 in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: #16 0x00007f8ae896fe48 in ffi_call_unix64 () from /usr/lib/libffi.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: #17 0x00007f8ae896f850 in ffi_call () from /usr/lib/libffi.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: #18 0x00007f8ae9c52afb in g_cclosure_marshal_generic () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #19 0x00007f8ae9c521a0 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #20 0x00007f8ae9c635b0 in ?? () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #21 0x00007f8ae9c6b51c in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #22 0x00007f8ae9c6b6b2 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #23 0x00007f8ae9f48d45 in ?? () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #24 0x00007f8ae9993845 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #25 0x00007f8ae9993b78 in ?? () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: rom /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #27 0x000000000040919e in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: #28 0x00007f8ae8d95725 in __libc_start_main () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: #29 0x000000000040944d in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]:
    Nov 18 20:07:57 fatfly gdm[11461]: Thread 3 (Thread 0x7f8ae7acc700 (LWP 423)):
    Nov 18 20:07:57 fatfly gdm[11461]: ib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #1 0x00007f8ae9993b14 in ?? () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #2 0x00007f8ae9993f72 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: 0007f8ae9f5c336 in ?? () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #4 0x00007f8ae99b73a5 in ?? () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #5 0x00007f8ae9122e0f in start_thread () from /usr/lib/libpthread.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: o symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #6 0x00007f8ae8e5a31d in clone () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]:
    Nov 18 20:07:57 fatfly gdm[11461]: Thread 2 (Thread 0x7f8ae70be700 (LWP 426)):
    Nov 18 20:07:57 fatfly gdm[11461]: #0 0x00007f8ae8e5218d in poll () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: .
    Nov 18 20:07:57 fatfly gdm[11461]: #1 0x00007f8ae9993b14 in ?? () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #2 0x00007f8ae9993c34 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: /lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #4 0x00007f8ae99b73a5 in ?? () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #5 0x00007f8ae9122e0f in start_thread () from /usr/lib/libpthread.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: 0x00007f8ae8e5a31d in clone () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]:
    Nov 18 20:07:57 fatfly gdm[11461]: Thread 1 (Thread 0x7f8aea5e0700 (LWP 418)):
    Nov 18 20:07:57 fatfly gdm[11461]: #0 0x00007f8ae9129d97 in waitpid () from /usr/lib/libpthread.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #2 0x0000000000428d7a in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #3 <signal handler called>
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #4 0x00007f8ae8da8fd5 in raise () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: .
    Nov 18 20:07:57 fatfly gdm[11461]: #5 0x00007f8ae8daa458 in abort () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #6 0x00007f8ae99b58d7 in g_assertion_message () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: r () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #8 0x00007f8ae9f6a5f5 in ?? () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #9 0x00007f8ae9f6ad0e in ?? () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]:
    Nov 18 20:07:57 fatfly gdm[11461]: #10 0x00007f8ae9f6b71c in g_dbus_object_manager_server_unexport () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #11 0x00007f8ae998419b in g_hash_table_find () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: 040af3b in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #13 0x0000000000410bf8 in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #14 0x00007f8ae9c570f8 in g_object_unref () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #15 0x0000000000409565 in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #16 0x00007f8ae896fe48 in ffi_call_unix64 () from /usr/lib/libffi.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #17 0x00007f8ae896f850 in ffi_call () from /usr/lib/libffi.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: n g_cclosure_marshal_generic () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #19 0x00007f8ae9c521a0 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: /libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #21 0x00007f8ae9c6b51c in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #22 0x00007f8ae9c6b6b2 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #23 0x00007f8ae9f48d45 in ?? () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #24 0x00007f8ae9993845 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: in ?? () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #26 0x00007f8ae9993f72 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #27 0x000000000040919e in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: 7f8ae8d95725 in __libc_start_main () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #29 0x000000000040944d in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: A debugging session is active.
    Nov 18 20:07:57 fatfly gdm[11461]:
    Nov 18 20:07:57 fatfly gdm[11461]: Inferior 1 [process 418] will be detached.
    Nov 18 20:07:57 fatfly gdm[11461]:
    Nov 18 20:07:57 fatfly gdm[11461]: [answered Y; input not from terminal]
    Nov 18 20:07:57 fatfly gdm[11461]: ******************* END **********************************
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #3 <signal handler called>
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #4 0x00007f8ae8da8fd5 in raise () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #5 0x00007f8ae8daa458 in abort () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #6 0x00007f8ae99b58d7 in g_assertion_message () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #7 0x00007f8ae99b5b0f in g_assertion_message_error () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #8 0x00007f8ae9f6a5f5 in ?? () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #9 0x00007f8ae9f6ad0e in ?? () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #10 0x00007f8ae9f6b71c in g_dbus_object_manager_server_unexport () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #11 0x00007f8ae998419b in g_hash_table_find () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #12 0x000000000040af3b in ?? ()
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #13 0x0000000000410bf8 in ?? ()
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #14 0x00007f8ae9c570f8 in g_object_unref () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #15 0x0000000000409565 in ?? ()
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #16 0x00007f8ae896fe48 in ffi_call_unix64 () from /usr/lib/libffi.so.6
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #17 0x00007f8ae896f850 in ffi_call () from /usr/lib/libffi.so.6
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #18 0x00007f8ae9c52afb in g_cclosure_marshal_generic () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #19 0x00007f8ae9c521a0 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #20 0x00007f8ae9c635b0 in ?? () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #21 0x00007f8ae9c6b51c in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #22 0x00007f8ae9c6b6b2 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #23 0x00007f8ae9f48d45 in ?? () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #24 0x00007f8ae9993845 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #25 0x00007f8ae9993b78 in ?? () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: rom /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #27 0x000000000040919e in ?? ()
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #28 0x00007f8ae8d95725 in __libc_start_main () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #29 0x000000000040944d in ?? ()
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]:
    Nov 18 20:07:57 fatfly systemd[1]: gdm.service: main process exited, code=exited, status=1/FAILURE
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: Thread 3 (Thread 0x7f8ae7acc700 (LWP 423)):
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: ib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #1 0x00007f8ae9993b14 in ?? () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #2 0x00007f8ae9993f72 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: 0007f8ae9f5c336 in ?? () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #4 0x00007f8ae99b73a5 in ?? () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #5 0x00007f8ae9122e0f in start_thread () from /usr/lib/libpthread.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: o symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #6 0x00007f8ae8e5a31d in clone () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]:
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: Thread 2 (Thread 0x7f8ae70be700 (LWP 426)):
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #0 0x00007f8ae8e5218d in poll () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: .
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #1 0x00007f8ae9993b14 in ?? () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #2 0x00007f8ae9993c34 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: /lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #4 0x00007f8ae99b73a5 in ?? () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #5 0x00007f8ae9122e0f in start_thread () from /usr/lib/libpthread.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: 0x00007f8ae8e5a31d in clone () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]:
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: Thread 1 (Thread 0x7f8aea5e0700 (LWP 418)):
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #0 0x00007f8ae9129d97 in waitpid () from /usr/lib/libpthread.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: in ?? ()
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #2 0x0000000000428d7a in ?? ()
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #3 <signal handler called>
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info a

    In order to find out about the problem I have restarted another fresh install but inside a VM this time so I can take notes and snapshots.
    I found that the following official package will break my Gnome 3.6 pretty easily:
    - pygtksourceview2 : this one instantly crashes Gnome and you are no longer able to log in.
    - pycups  and pysmbc : doesn't crash immediately but after 10s you get the oops.
    Let's remove them from the real install to see if it fixes the problem.
    [EDIT] Tried again to install the above three package inside a fresh Gnome install living into a VM and it didn't crash. See post above regarding my broken Gnome which was related to fingerprint-gui package from AUR.
    Last edited by alphazo (2012-11-20 14:35:08)

  • Win 7 Drag and Drop stopped working after iTunes update

    I really hope that this is the right sub-forum for this.
    Here goes:
    A few days ago I finally upgraded to 9.1.1.12 and today I was in for a nasty surprise: I can't move MP3s from windows explorer into the iTunes window any more.
    I often create playlists and then drag files I get from a few bands I follow directly into those playlists. This is an easy and painless process. My FTP client downloads the files into a prearranged folder whenever they get a new song up, and I then open said folder and drag and drop the file into iTunes.
    I just got a new song to listen to today, wanted to drag it in an... Nothing. Just the black, crossed-through circle of "No".
    It worked last week. It worked the week before. It worked the years before.
    I got Win7 64 in April. It worked on it since then.
    It stopped working today.
    And no, I won't let iTunes consolidate or organize my media. It only organizes files bought via the iTunes store, nothing I rip from CDs or obtain otherwise, as those files have to be playable by two other players as well. But, again: Until this night it worked without a problem. And after the new update... Stopped.
    Is there a new option I'm missing?

    I was able to fix it.
    I simply stopped running iTunes in Admin mode. For some reason, running it in administrator mode makes it behave "worse" than not doing so.
    When I ran it as a normal program, I was able to drag files into it correctly again.
    Which is weird, as the last version was also running in admin mode, but worked perfectly.

  • Scrolling stopped working after Xorg update, already disabled hotplug

    Heres my xorg file, everything works except for twofinger scrolling, circular scrolling, and regular scrolling. All three worked before the update. Also, gsynaptic will not open. It gives me the following error:
    GSynaptics couldn't initialize.
    You have to set 'SHMConfig' 'true' in xorg.conf or XF86Config to use GSynaptics
    But as you can see, I already have SHMConfig set to true. Help
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder58) Wed Oct 1 15:12:53 PDT 2008
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Touchpad" "SendCoreEvents"
    EndSection
    Section "ServerFlags"
    Option "AutoAddDevices" "false"
    Option "AllowMouseOpenFail" "true"
    EndSection
    Section "Files"
    #RgbPath "/usr/share/X11/rgb"
    EndSection
    Section "Module"
    Load "dbe"
    Load "extmod"
    Load "freetype"
    Load "glx"
    Load "synaptics"
    EndSection
    Section "InputDevice"
    Identifier "Touchpad"
    Driver "synaptics"
    Option "Device" "/dev/input/mouse3"
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "130"
    Option "RightEdge" "840"
    Option "TopEdge" "130"
    Option "BottomEdge" "640"
    Option "FingerLow" "7"
    Option "FingerHigh" "8"
    Option "MaxTapTime" "180"
    Option "MaxTapMove" "110"
    Option "EmulateMidButtonTime" "75"
    Option "VertScrollDelta" "20"
    Option "VertEdgeScroll" "true"
    Option "HorizEdgeScroll" "true"
    Option "HorizScrollDelta" "20"
    Option "MinSpeed" "0.25"
    Option "MaxSpeed" "0.50"
    Option "AccelFactor" "0.010"
    Option "EdgeMotionMinSpeed" "200"
    Option "EdgeMotionMaxSpeed" "200"
    Option "UpDownScrolling" "1"
    Option "CircularScrolling" "1"
    Option "CircScrollDelta" "0.1"
    Option "CircScrollTrigger" "2"
    Option "VertTwoFingerScroll" "true"
    Option "HorizTwoFingerScroll" "true"
    Option "EmulateTwoFingerMinZ" "90"
    Option "TapButton1" "1"
    Option "SHMConfig" "true"
    Option "Emulate3Buttons" "on"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbLayout" "gb"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 30.0 - 110.0
    VertRefresh 50.0 - 150.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    Option "NoLogo" "True"
    Option "RenderAccel" "True"
    Option "TripleBuffer" "True"
    Option "BackingStore" "True"
    Option "DamageEvents" "True"
    Option "OnDemandVBlankInterrupts" "True"
    Option "Coolbits" "1"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    Last edited by wankel (2008-12-07 05:09:02)

    jarryson wrote:please have a look at wiki touchpad. you'll find what you want.
    I read the wiki numerous times, but its still not working for me. For scrolling, I added
    Option "VertEdgeScroll" "true" #vertical scrolling when dragging along the right edge.
    Option "HorizEdgeScroll" "true" #horizontal scrolling when dragging along the bottom edge.
    like is said but its still not working. And I thought that whole .fdi thing was only used if you have hotplugging enabled?

  • Mouse and keybord stopped working after upgrading to Mavericks.

    Since upgrading from snow Leopard to Mavericks, the Apple USB keyboard and mouse nolonger work on my Mac Pro. I've tried booting in safe mode sucsessfuly, but the keyboard and mouse still don't work. Can anybody help me please?
    Thanks,
    Dave

    Test the devices with another computer, if possible. If they work, or if you can't test, see below.
    If you don't already have a current backup, back up all data, then reinstall the OS.* You don't need to erase the startup volume, and you won't need the backup unless something goes wrong. If the system was upgraded from an older version of OS X, you may need the Apple ID and password you used.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    If you installed the Java runtime distributed by Apple and still need it, you'll have to reinstall it. The same goes for Xcode.
    *The linked support article refers to OS X 10.9 ("Mavericks"), but the procedure is the same for OS X 10.7 ("Lion") and later.

  • System freezes and wireless stopped working after update

    Yesterday I ran my updates and the following were updated:
    [2012-06-29 21:03] Running 'pacman -Syu'
    [2012-06-29 21:03] synchronizing package lists
    [2012-06-29 21:03] starting full system upgrade
    [2012-06-29 21:08] upgraded ca-certificates-java (20120524-1 -> 20120608-1)
    [2012-06-29 21:08] upgraded chromium (20.0.1132.43-1 -> 20.0.1132.47-1)
    [2012-06-29 21:08] upgraded cryptsetup (1.4.2-2 -> 1.4.3-1)
    [2012-06-29 21:08] upgraded docbook-xsl (1.77.0-1 -> 1.77.1-2)
    [2012-06-29 21:08] upgraded grub2-common (1:2.00beta6-1 -> 1:2.00rc1-1)
    [2012-06-29 21:08] upgraded grub2-bios (1:2.00beta6-1 -> 1:2.00rc1-1)
    [2012-06-29 21:08] upgraded hplip (3.12.6-2 -> 3.12.6-3)
    [2012-06-29 21:08] upgraded hyphen (2.8.3-1 -> 2.8.4-1)
    [2012-06-29 21:08] upgraded imagemagick (6.7.7.7-1 -> 6.7.7.10-1)
    [2012-06-29 21:08] upgraded libsystemd (185-3 -> 185-4)
    [2012-06-29 21:08] upgraded systemd-tools (185-3 -> 185-4)
    [2012-06-29 21:08] upgraded sysvinit (2.88-3 -> 2.88-6)
    [2012-06-29 21:08] upgraded initscripts (2012.06.1-1 -> 2012.06.2-1)
    [2012-06-29 21:08] upgraded keyutils (1.5.5-2 -> 1.5.5-3)
    [2012-06-29 21:08] upgraded libnl (3.2.9-1 -> 3.2.11-1)
    [2012-06-29 21:08] upgraded libusbx (1.0.12-1 -> 1.0.12-2)
    [2012-06-29 21:08] upgraded libpcap (1.2.1-2 -> 1.3.0-1)
    [2012-06-29 21:08] upgraded libquvi-scripts (0.4.5-1 -> 0.4.6-1)
    [2012-06-29 21:08] upgraded linux-firmware (20120227-2 -> 20120625-1)
    [2012-06-29 21:08] upgraded netcfg (2.8.3-1 -> 2.8.5-1)
    [2012-06-29 21:08] upgraded pciutils (3.1.9-2 -> 3.1.10-1)
    [2012-06-29 21:08] upgraded psmisc (22.18-2 -> 22.19-1)
    [2012-06-29 21:08] upgraded qt (4.8.2-1 -> 4.8.2-2)
    [2012-06-29 21:08] upgraded raptor (2.0.7-2 -> 2.0.8-1)
    [2012-06-29 21:08] upgraded whois (5.0.16-1 -> 5.0.17-1)
    Now today, after a reboot, my wireless card won't activate (I normally run on wired, but I needed to hook my printer up and its wireless) and the system locks up and freezes at random times (it just stops...the display displays everything as normal except nothing responds. there are no log messages in everything.log about it).
    I have determined that the wireless problem probably came from the firmware update since when I tried to start the wireless card it said:
    phy0 -> rt2x00lib_request_firmware: Error - Failed to request firmware
    My wireless shows up in lspci as an Ralink Corp. RT2800 802.11n PCI which is correct.
    How do I go about troubleshooting these issues? I am very new to Arch Linux (it's been a week or so now) so I think this will probably be a handy skill to have.

    Looking at my currently loaded modules (using lsmod) it would seem that my wireless driver is loaded at the module level:
    rt2800pci 9681 0
    rt2800lib 43247 1 rt2800pci
    rt2x00pci 5050 1 rt2800pci
    rt2x00lib 35928 3 rt2x00pci,rt2800lib,rt2800pci
    mac80211 395680 3 rt2x00lib,rt2x00pci,rt2800lib
    cfg80211 170074 2 mac80211,rt2x00lib
    I also found some handy output from dmesg:
    [ 702.101074] systemd-udevd[4835]: segfault at 20 ip 000000000040dac7 sp 00007fff334e3580 error 4 in systemd-udevd[400000+2c000]
    [ 762.590997] phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
    [ 762.591584] systemd-udevd[4878]: segfault at 20 ip 000000000040dac7 sp 00007fff334e3580 error 4 in systemd-udevd[400000+2c000]
    [ 1285.067769] systemd-udevd[928]: segfault at 20 ip 000000000040dac7 sp 00007fff334e3580 error 4 in systemd-udevd[400000+2c000]
    [ 1345.615907] phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
    [ 1345.616427] systemd-udevd[931]: segfault at 20 ip 000000000040dac7 sp 00007fff334e3580 error 4 in systemd-udevd[400000+2c000]
    [ 2377.442112] systemd-udevd[24961]: segfault at 20 ip 000000000040dac7 sp 00007fff334e3580 error 4 in systemd-udevd[400000+2c000]
    [ 2438.494258] phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
    [ 2438.494770] systemd-udevd[26660]: segfault at 20 ip 000000000040dac7 sp 00007fff334e3580 error 4 in systemd-udevd[400000+2c000]
    [ 2606.966231] systemd-udevd[3796]: segfault at 20 ip 000000000040dac7 sp 00007fff334e3580 error 4 in systemd-udevd[400000+2c000]
    [ 2667.394993] phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
    [ 2667.395348] systemd-udevd[3807]: segfault at 20 ip 000000000040dac7 sp 00007fff334e3580 error 4 in systemd-udevd[400000+2c000]
    Since the firmware for this update just came out on the 27th is it possible something made its way in there and broke this? I can't seem to find anyone else who has had this problem and from all appearances it looks like it should be working (and it used to work quite well).
    EDIT: One thing I am not sure about is that the firmware is in the firmware directory. Here are all the rt* firmwares. Is this correct or should there be an rt2x00 firmware in there?
    -rw-r--r-- 1 root root 8192 Jun 14 20:10 rt2561.bin
    -rw-r--r-- 1 root root 8192 Jun 14 20:10 rt2561s.bin
    -rw-r--r-- 1 root root 8192 Jun 14 20:10 rt2661.bin
    -rw-r--r-- 1 root root 8192 Jun 14 20:10 rt2860.bin
    -rw-r--r-- 1 root root 8192 Jun 14 20:10 rt2870.bin
    lrwxrwxrwx 1 root root 10 Jun 14 20:10 rt3070.bin -> rt2870.bin
    -rw-r--r-- 1 root root 4096 Jun 14 20:10 rt3071.bin
    lrwxrwxrwx 1 root root 10 Jun 14 20:10 rt3090.bin -> rt2860.bin
    -rw-r--r-- 1 root root 4096 Jun 14 20:10 rt3290.bin
    -rw-r--r-- 1 root root 2048 Jun 14 20:10 rt73.bin
    rtl_nic:
    total 44
    -rw-r--r-- 1 root root 2076 Jun 14 20:10 rtl8105e-1.fw
    -rw-r--r-- 1 root root 1492 Jun 14 20:10 rtl8168d-1.fw
    -rw-r--r-- 1 root root 1324 Jun 14 20:10 rtl8168d-2.fw
    -rw-r--r-- 1 root root 5500 Jun 14 20:10 rtl8168e-1.fw
    -rw-r--r-- 1 root root 3920 Jun 14 20:10 rtl8168e-2.fw
    -rw-r--r-- 1 root root 3872 Jun 14 20:10 rtl8168e-3.fw
    -rw-r--r-- 1 root root 3136 Jun 14 20:10 rtl8168f-1.fw
    -rw-r--r-- 1 root root 1232 Jun 14 20:10 rtl8168f-2.fw
    -rw-r--r-- 1 root root 1824 Jun 14 20:10 rtl8402-1.fw
    -rw-r--r-- 1 root root 1840 Jun 14 20:10 rtl8411-1.fw
    rtlwifi:
    total 272
    -rw-r--r-- 1 root root 13540 Jun 14 20:10 rtl8192cfw.bin
    -rw-r--r-- 1 root root 16014 Jun 14 20:10 rtl8192cufw.bin
    -rw-r--r-- 1 root root 20526 Jun 14 20:10 rtl8192defw.bin
    -rw-r--r-- 1 root root 88856 Jun 14 20:10 rtl8192sefw.bin
    -rw-r--r-- 1 root root 129304 Jun 14 20:10 rtl8712u.bin
    Last edited by Los Frijoles (2012-06-30 16:18:17)

  • Drag & Drop in finder and spotlight stopped working after 10.5.7 update

    Fresh brand new iMac here, clean install 10.5.6, everything fine, copied user data back, all fine, applied 10.5.7 update, bang, admin and user can no longer drag & drop.
    I did a permission fix which finds a LOT wrong, that worked, once, next restart gave me the same problem. Running permission fix did not resolve it this time.
    Seeing the machine needs to be urgently used I'm re-installing but would LOVE to see a fix as I have 3 other machines with exactly the same problem.

    Try a restart.
    Try trashing your com.apple.finder pref located in HD/Users/yourname/Library/Preferences, then restart.
    Apply the stand alone combo update 10.5.6 Combo Update This is a fuller install, as opposed to an incremental "delta" update so it should overwrite any files that are damaged or missing. It does not matter if you have applied it before.
    Remember to Verify Disk before update and repair permissions after update from /Applications/Utilities/Disk Utility.
    -mj

Maybe you are looking for

  • Crystal report broke

    Post Author: Davearia CA Forum: .NET Hi, Firstly apologies if this is a stupid question but I have hit a brick wall. I have a crystal report that fails on a formula field but I cannot see why.Here is my code: Code:Public Function CreateReportPDF(ByVa

  • Output problem

    Code tags added by moderator: please use them in future.  Please use a more informative subject in future. Hi,       In output Mrp controlling data is not updated, plz help me. my program is: tables: s022. Types : Begin of ty_afpo,          aufnr typ

  • HOW TO CUSTOM CODE SAVING/DEFAULT FILE ITEM BLOBS IN PORTAL

    I am trying to create a link for Portal users to allow them to upload a specific File type in Portal. This is taking advantage of Portal's Content Management features (not the same as iFS). I want to know what API's to use and the steps to perform to

  • IPad 2 hosed after trying to load 5

    JUst tried loading 5 on iPad. It said I had to restore, Idid that and now its hosed. iTunes won't see it and the iPad itself is stuck on the apple screen. Anyone have a clue how to get this working?

  • Deletion of PR after PO

    Hi, Once the PO is created with reference to PR, then system should not allow to set the deletion indicator in PR. Please advise. Thanks SHP