Touchpad not recongnized and working as mouse

Hello,
I don't have a physical mouse on my dell m4600 laptop, just using the touchpad. It works, but works as a mouse. So i can't do any two finger scrolling etc, and in Mouse & Touchpad system settings there's only a mouse tab.
xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ PS/2 Generic Mouse id=12 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Power Button id=8 [slave keyboard (3)]
↳ Sleep Button id=9 [slave keyboard (3)]
↳ Laptop_Integrated_Webcam_FHD id=10 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=11 [slave keyboard (3)]
↳ Dell WMI hotkeys id=13 [slave keyboard (3)]
i've installed xf86-input-synaptics and here's the 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.0.log
[ 11.582]
This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.
[ 11.582]
X.Org X Server 1.10.3.901 (1.10.4 RC 1)
Release Date: 2011-07-29
[ 11.582] X Protocol Version 11, Revision 0
[ 11.582] Build Operating System: Linux 3.0.0-ARCH x86_64
[ 11.582] Current Operating System: Linux precision 3.0-ARCH #1 SMP PREEMPT Wed Aug 17 21:55:57 CEST 2011 x86_64
[ 11.582] Kernel command line: root=/dev/sda6 ro
[ 11.582] Build Date: 08 August 2011 08:24:13AM
[ 11.582]
[ 11.582] Current version of pixman: 0.22.2
[ 11.582] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 11.582] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 11.582] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Aug 31 10:05:33 2011
[ 11.584] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 11.586] (==) No Layout section. Using the first Screen section.
[ 11.586] (==) No screen section available. Using defaults.
[ 11.586] (**) |-->Screen "Default Screen Section" (0)
[ 11.586] (**) | |-->Monitor "<default monitor>"
[ 11.586] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 11.586] (==) Automatically adding devices
[ 11.586] (==) Automatically enabling devices
[ 11.588] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 11.588] Entry deleted from font path.
[ 11.589] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 11.589] Entry deleted from font path.
[ 11.589] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 11.589] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 11.589] Entry deleted from font path.
[ 11.589] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 11.589] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/Type1/
[ 11.589] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 11.589] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 11.589] (II) Loader magic: 0x7d3620
[ 11.589] (II) Module ABI versions:
[ 11.589] X.Org ANSI C Emulation: 0.4
[ 11.589] X.Org Video Driver: 10.0
[ 11.589] X.Org XInput driver : 12.2
[ 11.589] X.Org Server Extension : 5.0
[ 11.590] (--) PCI:*(0:1:0:0) 1002:6740:1028:04a3 rev 0, Mem @ 0xd0000000/268435456, 0xe3820000/131072, I/O @ 0x00007000/256, BIOS @ 0x????????/131072
[ 11.590] (II) Open ACPI successful (/var/run/acpid.socket)
[ 11.590] (II) LoadModule: "extmod"
[ 11.593] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 11.595] (II) Module extmod: vendor="X.Org Foundation"
[ 11.595] compiled for 1.10.3.901, module version = 1.0.0
[ 11.595] Module class: X.Org Server Extension
[ 11.595] ABI class: X.Org Server Extension, version 5.0
[ 11.595] (II) Loading extension MIT-SCREEN-SAVER
[ 11.595] (II) Loading extension XFree86-VidModeExtension
[ 11.595] (II) Loading extension XFree86-DGA
[ 11.595] (II) Loading extension DPMS
[ 11.595] (II) Loading extension XVideo
[ 11.595] (II) Loading extension XVideo-MotionCompensation
[ 11.595] (II) Loading extension X-Resource
[ 11.595] (II) LoadModule: "dbe"
[ 11.595] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 11.596] (II) Module dbe: vendor="X.Org Foundation"
[ 11.596] compiled for 1.10.3.901, module version = 1.0.0
[ 11.596] Module class: X.Org Server Extension
[ 11.596] ABI class: X.Org Server Extension, version 5.0
[ 11.596] (II) Loading extension DOUBLE-BUFFER
[ 11.596] (II) LoadModule: "glx"
[ 11.596] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 11.599] (II) Module glx: vendor="X.Org Foundation"
[ 11.599] compiled for 1.10.3.901, module version = 1.0.0
[ 11.599] ABI class: X.Org Server Extension, version 5.0
[ 11.599] (==) AIGLX enabled
[ 11.599] (II) Loading extension GLX
[ 11.600] (II) LoadModule: "record"
[ 11.600] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 11.601] (II) Module record: vendor="X.Org Foundation"
[ 11.601] compiled for 1.10.3.901, module version = 1.13.0
[ 11.601] Module class: X.Org Server Extension
[ 11.601] ABI class: X.Org Server Extension, version 5.0
[ 11.601] (II) Loading extension RECORD
[ 11.601] (II) LoadModule: "dri"
[ 11.601] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 11.603] (II) Module dri: vendor="X.Org Foundation"
[ 11.603] compiled for 1.10.3.901, module version = 1.0.0
[ 11.603] ABI class: X.Org Server Extension, version 5.0
[ 11.603] (II) Loading extension XFree86-DRI
[ 11.603] (II) LoadModule: "dri2"
[ 11.603] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 11.604] (II) Module dri2: vendor="X.Org Foundation"
[ 11.604] compiled for 1.10.3.901, module version = 1.2.0
[ 11.604] ABI class: X.Org Server Extension, version 5.0
[ 11.604] (II) Loading extension DRI2
[ 11.604] (==) Matched ati as autoconfigured driver 0
[ 11.604] (==) Matched vesa as autoconfigured driver 1
[ 11.604] (==) Matched fbdev as autoconfigured driver 2
[ 11.604] (==) Assigned the driver to the xf86ConfigLayout
[ 11.604] (II) LoadModule: "ati"
[ 11.604] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[ 11.605] (II) Module ati: vendor="X.Org Foundation"
[ 11.605] compiled for 1.10.1, module version = 6.14.2
[ 11.605] Module class: X.Org Video Driver
[ 11.605] ABI class: X.Org Video Driver, version 10.0
[ 11.605] (II) LoadModule: "radeon"
[ 11.605] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[ 11.610] (II) Module radeon: vendor="X.Org Foundation"
[ 11.610] compiled for 1.10.1, module version = 6.14.2
[ 11.610] Module class: X.Org Video Driver
[ 11.610] ABI class: X.Org Video Driver, version 10.0
[ 11.611] (II) LoadModule: "vesa"
[ 11.612] (WW) Warning, couldn't open module vesa
[ 11.612] (II) UnloadModule: "vesa"
[ 11.612] (II) Unloading vesa
[ 11.612] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 11.612] (II) LoadModule: "fbdev"
[ 11.612] (WW) Warning, couldn't open module fbdev
[ 11.612] (II) UnloadModule: "fbdev"
[ 11.612] (II) Unloading fbdev
[ 11.612] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 11.612] (II) RADEON: Driver for ATI Radeon chipsets:
ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
ATI Radeon Mobility X300 (M24) 3152 (PCIE),
ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
ATI Radeon X600 (RV380) 3E50 (PCIE),
ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
ATI Radeon IGP330M/340M/350M (U2) 4337,
ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
ATI Radeon X800PRO (R420) JI (AGP),
ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
ATI Radeon Mobility 9800 (M18) JN (AGP),
ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
ATI Radeon Mobility M7 LW (AGP),
ATI Mobility FireGL 7800 M7 LX (AGP),
ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
ATI FireGL Mobility 9000 (M9) Ld (AGP),
ATI Radeon Mobility 9000 (M9) Lf (AGP),
ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
ATI Radeon 9800XT NJ (AGP),
ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
ATI Radeon Mobility 9600 (M10) NQ (AGP),
ATI Radeon Mobility 9600 (M11) NR (AGP),
ATI Radeon Mobility 9600 (M10) NS (AGP),
ATI FireGL Mobility T2 (M10) NT (AGP),
ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
ATI Radeon Mobility X300 (M22) 5460 (PCIE),
ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
ATI Radeon X800PRO (R423) UI (PCIE),
ATI Radeon X800LE (R423) UJ (PCIE),
ATI Radeon X800SE (R423) UK (PCIE),
ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
ATI FireGL unknown (R423) UR (PCIE),
ATI FireGL unknown (R423) UT (PCIE),
ATI Mobility FireGL V5000 (M26) (PCIE),
ATI Mobility FireGL V5000 (M26) (PCIE),
ATI Mobility Radeon X700 XL (M26) (PCIE),
ATI Mobility Radeon X700 (M26) (PCIE),
ATI Mobility Radeon X700 (M26) (PCIE),
ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
ATI Radeon Mobility 9100 IGP (U3) 5835,
ATI Radeon XPRESS 200 5954 (PCIE),
ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
ATI Radeon XPRESS 200M 5975 (PCIE),
ATI Radeon XPRESS 200 5A41 (PCIE),
ATI Radeon XPRESS 200M 5A42 (PCIE),
ATI Radeon XPRESS 200 5A61 (PCIE),
ATI Radeon XPRESS 200M 5A62 (PCIE),
ATI Radeon X300 (RV370) 5B60 (PCIE),
ATI Radeon X600 (RV370) 5B62 (PCIE),
ATI Radeon X550 (RV370) 5B63 (PCIE),
ATI FireGL V3100 (RV370) 5B64 (PCIE),
ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
ATI Mobility Radeon X800 XT (M28) (PCIE),
ATI Mobility FireGL V5100 (M28) (PCIE),
ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
ATI Radeon X850 XT PE (R480) (PCIE),
ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
ATI Radeon X850 XT (R480) (PCIE),
ATI Radeon X800XT (R423) 5D57 (PCIE),
ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
ATI Radeon X700 PRO (RV410) (PCIE),
ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
ATI Mobility Radeon X1700, ATI Radeon X2300HD,
ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
AMD FireStream 9250, ATI FirePro V8700 (FireGL),
ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
ATI Mobility Radeon HD 4670, ATI FirePro M5750,
ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
ATI Mobility Radeon HD 3850 X2, ATI RV670,
ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
ATI FireGL V3600, ATI Radeon HD 2600 LE,
ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
ATI Radeon 3000 Graphics, ATI Radeon HD 4200, ATI Radeon 4100,
ATI Mobility Radeon HD 4200, ATI Mobility Radeon 4100,
ATI Radeon HD 4290, ATI Radeon HD 4250, AMD Radeon HD 6310 Graphics,
AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
AMD Radeon HD 6250 Graphics, AMD Radeon HD 6300 Series Graphics,
AMD Radeon HD 6200 Series Graphics, CYPRESS,
ATI FirePro (FireGL) Graphics Adapter,
ATI FirePro (FireGL) Graphics Adapter,
ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
AMD Firestream 9350, ATI Radeon HD 5800 Series,
ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
ATI Mobility Radeon HD 5800 Series,
ATI FirePro (FireGL) Graphics Adapter,
ATI FirePro (FireGL) Graphics Adapter,
ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
ATI Mobility Radeon HD 5000 Series,
ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
ATI FirePro (FireGL) Graphics Adapter,
ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
ATI Mobility Radeon HD 5000 Series,
ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
ATI Mobility Radeon Graphics, CEDAR,
ATI FirePro (FireGL) Graphics Adapter,
ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
ATI Radeon HD 5450, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, AMD Radeon HD 6900 Series,
AMD Radeon HD 6900 Series, CAYMAN, CAYMAN, CAYMAN,
AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
BARTS, Mobility Radeon HD 6000 Series,
Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, CAICOS, CAICOS,
CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
CAICOS
[ 11.619] (++) using VT number 7
[ 11.622] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[ 11.622] (II) [KMS] Kernel modesetting enabled.
[ 11.623] (II) RADEON(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 11.623] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[ 11.623] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 11.623] (==) RADEON(0): Default visual is TrueColor
[ 11.623] (==) RADEON(0): RGB weight 888
[ 11.623] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[ 11.623] (--) RADEON(0): Chipset: "TURKS" (ChipID = 0x6740)
[ 11.623] (II) RADEON(0): PCIE card detected
[ 11.623] drmOpenDevice: node name is /dev/dri/card0
[ 11.623] drmOpenDevice: open result is 9, (OK)
[ 11.623] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
[ 11.623] drmOpenDevice: node name is /dev/dri/card0
[ 11.623] drmOpenDevice: open result is 9, (OK)
[ 11.623] drmOpenByBusid: drmOpenMinor returns 9
[ 11.623] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
[ 11.623] (II) Loading sub module "exa"
[ 11.623] (II) LoadModule: "exa"
[ 11.623] (II) Loading /usr/lib/xorg/modules/libexa.so
[ 11.624] (II) Module exa: vendor="X.Org Foundation"
[ 11.624] compiled for 1.10.3.901, module version = 2.5.0
[ 11.624] ABI class: X.Org Video Driver, version 10.0
[ 11.625] (II) RADEON(0): KMS Color Tiling: disabled
[ 11.625] (II) RADEON(0): KMS Pageflipping: enabled
[ 11.625] (II) RADEON(0): SwapBuffers wait for vsync: enabled
[ 11.625] (II) RADEON(0): Output LVDS has no monitor section
[ 11.636] (II) RADEON(0): Output DisplayPort-0 has no monitor section
[ 11.650] (II) RADEON(0): Output DisplayPort-1 has no monitor section
[ 11.663] (II) RADEON(0): Output DisplayPort-2 has no monitor section
[ 11.683] (II) RADEON(0): Output VGA-0 has no monitor section
[ 11.684] (II) RADEON(0): EDID for output LVDS
[ 11.684] (II) RADEON(0): Manufacturer: LGD Model: 2d9 Serial#: 0
[ 11.684] (II) RADEON(0): Year: 2010 Week: 0
[ 11.684] (II) RADEON(0): EDID Version: 1.4
[ 11.684] (II) RADEON(0): Digital Display Input
[ 11.684] (II) RADEON(0): 6 bits per channel
[ 11.684] (II) RADEON(0): Digital interface is undefined
[ 11.684] (II) RADEON(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 11.684] (II) RADEON(0): Gamma: 2.20
[ 11.684] (II) RADEON(0): No DPMS capabilities specified
[ 11.684] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 11.684] (II) RADEON(0): First detailed timing is preferred mode
[ 11.684] (II) RADEON(0): Preferred mode is native pixel format and refresh rate
[ 11.684] (II) RADEON(0): redX: 0.617 redY: 0.349 greenX: 0.313 greenY: 0.595
[ 11.684] (II) RADEON(0): blueX: 0.151 blueY: 0.056 whiteX: 0.313 whiteY: 0.329
[ 11.684] (II) RADEON(0): Manufacturer's mask: 0
[ 11.684] (II) RADEON(0): Supported detailed timing:
[ 11.684] (II) RADEON(0): clock: 139.5 MHz Image Size: 344 x 194 mm
[ 11.684] (II) RADEON(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2096 h_border: 0
[ 11.684] (II) RADEON(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1111 v_border: 0
[ 11.684] (II) RADEON(0): Supported detailed timing:
[ 11.684] (II) RADEON(0): clock: 93.0 MHz Image Size: 344 x 194 mm
[ 11.684] (II) RADEON(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2096 h_border: 0
[ 11.684] (II) RADEON(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1111 v_border: 0
[ 11.684] (II) RADEON(0): MC6JN156WF1
[ 11.684] (II) RADEON(0): Unknown vendor-specific block 0
[ 11.684] (II) RADEON(0): EDID (in hex):
[ 11.684] (II) RADEON(0): 00ffffffffffff0030e4d90200000000
[ 11.684] (II) RADEON(0): 00140104902213780a15d59e59509826
[ 11.684] (II) RADEON(0): 0e505400000001010101010101010101
[ 11.684] (II) RADEON(0): 0101010101017e3680b070381f403020
[ 11.684] (II) RADEON(0): 350058c210000018542480b070381f40
[ 11.684] (II) RADEON(0): 3020350058c210000018000000fe004d
[ 11.684] (II) RADEON(0): 43364a4e813135365746310a00000000
[ 11.684] (II) RADEON(0): 000041319e0000000002010a20200030
[ 11.684] (II) RADEON(0): EDID vendor "LGD", prod id 729
[ 11.685] (II) RADEON(0): Printing DDC gathered Modelines:
[ 11.685] (II) RADEON(0): Modeline "1920x1080"x0.0 139.50 1920 1968 2000 2096 1080 1083 1088 1111 -hsync -vsync (66.6 kHz)
[ 11.685] (II) RADEON(0): Modeline "1920x1080"x0.0 93.00 1920 1968 2000 2096 1080 1083 1088 1111 -hsync -vsync (44.4 kHz)
[ 11.685] (II) RADEON(0): Printing probed modes for output LVDS
[ 11.685] (II) RADEON(0): Modeline "1920x1080"x59.9 139.50 1920 1968 2000 2096 1080 1083 1088 1111 -hsync -vsync (66.6 kHz)
[ 11.685] (II) RADEON(0): Modeline "1920x1080"x39.9 93.00 1920 1968 2000 2096 1080 1083 1088 1111 -hsync -vsync (44.4 kHz)
[ 11.685] (II) RADEON(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[ 11.685] (II) RADEON(0): Modeline "1400x1050"x60.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz)
[ 11.685] (II) RADEON(0): Modeline "1280x1024"x59.9 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync (63.7 kHz)
[ 11.685] (II) RADEON(0): Modeline "1440x900"x59.9 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
[ 11.685] (II) RADEON(0): Modeline "1280x960"x59.9 101.25 1280 1360 1488 1696 960 963 967 996 -hsync +vsync (59.7 kHz)
[ 11.685] (II) RADEON(0): Modeline "1280x854"x59.9 89.25 1280 1352 1480 1680 854 857 867 887 -hsync +vsync (53.1 kHz)
[ 11.685] (II) RADEON(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz)
[ 11.685] (II) RADEON(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz)
[ 11.685] (II) RADEON(0): Modeline "1152x768"x59.8 71.75 1152 1216 1328 1504 768 771 781 798 -hsync +vsync (47.7 kHz)
[ 11.685] (II) RADEON(0): Modeline "1024x768"x59.9 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync (47.8 kHz)
[ 11.685] (II) RADEON(0): Modeline "800x600"x59.9 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync (37.4 kHz)
[ 11.685] (II) RADEON(0): Modeline "848x480"x59.7 31.50 848 872 952 1056 480 483 493 500 -hsync +vsync (29.8 kHz)
[ 11.685] (II) RADEON(0): Modeline "720x480"x59.7 26.75 720 744 808 896 480 483 493 500 -hsync +vsync (29.9 kHz)
[ 11.685] (II) RADEON(0): Modeline "640x480"x59.4 23.75 640 664 720 800 480 483 487 500 -hsync +vsync (29.7 kHz)
[ 11.696] (II) RADEON(0): EDID for output DisplayPort-0
[ 11.710] (II) RADEON(0): EDID for output DisplayPort-1
[ 11.723] (II) RADEON(0): EDID for output DisplayPort-2
[ 11.743] (II) RADEON(0): EDID for output VGA-0
[ 11.743] (II) RADEON(0): Output LVDS connected
[ 11.743] (II) RADEON(0): Output DisplayPort-0 disconnected
[ 11.743] (II) RADEON(0): Output DisplayPort-1 disconnected
[ 11.743] (II) RADEON(0): Output DisplayPort-2 disconnected
[ 11.743] (II) RADEON(0): Output VGA-0 disconnected
[ 11.743] (II) RADEON(0): Using exact sizes for initial modes
[ 11.743] (II) RADEON(0): Output LVDS using initial mode 1920x1080
[ 11.743] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 11.743] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:40000000 visible:f7d7000
[ 11.743] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
[ 11.743] (**) RADEON(0): Display dimensions: (340, 190) mm
[ 11.743] (**) RADEON(0): DPI set to (143, 144)
[ 11.743] (II) Loading sub module "fb"
[ 11.743] (II) LoadModule: "fb"
[ 11.743] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 11.745] (II) Module fb: vendor="X.Org Foundation"
[ 11.745] compiled for 1.10.3.901, module version = 1.0.0
[ 11.745] ABI class: X.Org ANSI C Emulation, version 0.4
[ 11.745] (II) Loading sub module "ramdac"
[ 11.745] (II) LoadModule: "ramdac"
[ 11.745] (II) Module "ramdac" already built-in
[ 11.745] (--) Depth 24 pixmap format is 32 bpp
[ 11.745] (II) RADEON(0): [DRI2] Setup complete
[ 11.745] (II) RADEON(0): [DRI2] DRI driver: r600
[ 11.745] (II) RADEON(0): Front buffer size: 8100K
[ 11.746] (II) RADEON(0): VRAM usage limit set to 221119K
[ 11.748] (==) RADEON(0): Backing store disabled
[ 11.748] (II) RADEON(0): Direct rendering enabled
[ 11.749] (II) RADEON(0): Setting EXA maxPitchBytes
[ 11.749] (II) EXA(0): Driver allocated offscreen pixmaps
[ 11.749] (II) EXA(0): Driver registered support for the following operations:
[ 11.749] (II) Solid
[ 11.749] (II) Copy
[ 11.749] (II) Composite (RENDER acceleration)
[ 11.749] (II) UploadToScreen
[ 11.749] (II) DownloadFromScreen
[ 11.749] (II) RADEON(0): Acceleration enabled
[ 11.749] (==) RADEON(0): DPMS enabled
[ 11.749] (==) RADEON(0): Silken mouse enabled
[ 11.751] (II) RADEON(0): Set up textured video
[ 11.751] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 11.751] (--) RandR disabled
[ 11.751] (II) Initializing built-in extension Generic Event Extension
[ 11.751] (II) Initializing built-in extension SHAPE
[ 11.751] (II) Initializing built-in extension MIT-SHM
[ 11.751] (II) Initializing built-in extension XInputExtension
[ 11.751] (II) Initializing built-in extension XTEST
[ 11.751] (II) Initializing built-in extension BIG-REQUESTS
[ 11.751] (II) Initializing built-in extension SYNC
[ 11.751] (II) Initializing built-in extension XKEYBOARD
[ 11.751] (II) Initializing built-in extension XC-MISC
[ 11.751] (II) Initializing built-in extension SECURITY
[ 11.751] (II) Initializing built-in extension XINERAMA
[ 11.751] (II) Initializing built-in extension XFIXES
[ 11.751] (II) Initializing built-in extension RENDER
[ 11.751] (II) Initializing built-in extension RANDR
[ 11.751] (II) Initializing built-in extension COMPOSITE
[ 11.751] (II) Initializing built-in extension DAMAGE
[ 11.810] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 11.810] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 11.810] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 11.810] (II) AIGLX: enabled GLX_SGI_make_current_read
[ 11.810] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 11.811] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/r600_dri.so
[ 11.811] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 11.813] (II) RADEON(0): Setting screen physical size to 508 x 285
[ 11.896] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[ 11.896] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 11.896] (II) LoadModule: "evdev"
[ 11.896] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 11.897] (II) Module evdev: vendor="X.Org Foundation"
[ 11.897] compiled for 1.10.0, module version = 2.6.0
[ 11.897] Module class: X.Org XInput Driver
[ 11.897] ABI class: X.Org XInput driver, version 12.2
[ 11.897] (II) Using input driver 'evdev' for 'Power Button'
[ 11.897] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 11.897] (**) Power Button: always reports core events
[ 11.897] (**) Power Button: Device: "/dev/input/event4"
[ 11.897] (--) Power Button: Found keys
[ 11.897] (II) Power Button: Configuring as keyboard
[ 11.897] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[ 11.897] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 11.897] (**) Option "xkb_rules" "evdev"
[ 11.897] (**) Option "xkb_model" "evdev"
[ 11.897] (**) Option "xkb_layout" "gb"
[ 11.934] (II) config/udev: Adding input device Video Bus (/dev/input/event13)
[ 11.934] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 11.934] (II) Using input driver 'evdev' for 'Video Bus'
[ 11.934] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 11.934] (**) Video Bus: always reports core events
[ 11.934] (**) Video Bus: Device: "/dev/input/event13"
[ 11.934] (--) Video Bus: Found keys
[ 11.934] (II) Video Bus: Configuring as keyboard
[ 11.934] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:29/LNXVIDEO:00/input/input13/event13"
[ 11.934] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[ 11.934] (**) Option "xkb_rules" "evdev"
[ 11.934] (**) Option "xkb_model" "evdev"
[ 11.934] (**) Option "xkb_layout" "gb"
[ 11.935] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 11.935] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 11.935] (II) Using input driver 'evdev' for 'Power Button'
[ 11.935] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 11.935] (**) Power Button: always reports core events
[ 11.935] (**) Power Button: Device: "/dev/input/event2"
[ 11.935] (--) Power Button: Found keys
[ 11.935] (II) Power Button: Configuring as keyboard
[ 11.935] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
[ 11.935] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 11.935] (**) Option "xkb_rules" "evdev"
[ 11.935] (**) Option "xkb_model" "evdev"
[ 11.935] (**) Option "xkb_layout" "gb"
[ 11.935] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 11.935] (II) No input driver/identifier specified (ignoring)
[ 11.935] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[ 11.935] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 11.935] (II) Using input driver 'evdev' for 'Sleep Button'
[ 11.935] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 11.935] (**) Sleep Button: always reports core events
[ 11.935] (**) Sleep Button: Device: "/dev/input/event3"
[ 11.935] (--) Sleep Button: Found keys
[ 11.935] (II) Sleep Button: Configuring as keyboard
[ 11.935] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event3"
[ 11.935] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[ 11.935] (**) Option "xkb_rules" "evdev"
[ 11.936] (**) Option "xkb_model" "evdev"
[ 11.936] (**) Option "xkb_layout" "gb"
[ 11.937] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP (/dev/input/event14)
[ 11.937] (II) No input driver/identifier specified (ignoring)
[ 11.938] (II) config/udev: Adding input device Laptop_Integrated_Webcam_FHD (/dev/input/event6)
[ 11.938] (**) Laptop_Integrated_Webcam_FHD: Applying InputClass "evdev keyboard catchall"
[ 11.938] (II) Using input driver 'evdev' for 'Laptop_Integrated_Webcam_FHD'
[ 11.938] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 11.938] (**) Laptop_Integrated_Webcam_FHD: always reports core events
[ 11.938] (**) Laptop_Integrated_Webcam_FHD: Device: "/dev/input/event6"
[ 11.938] (--) Laptop_Integrated_Webcam_FHD: Found keys
[ 11.938] (II) Laptop_Integrated_Webcam_FHD: Configuring as keyboard
[ 11.938] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input6/event6"
[ 11.938] (II) XINPUT: Adding extended input device "Laptop_Integrated_Webcam_FHD" (type: KEYBOARD)
[ 11.939] (**) Option "xkb_rules" "evdev"
[ 11.939] (**) Option "xkb_model" "evdev"
[ 11.939] (**) Option "xkb_layout" "gb"
[ 11.939] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
[ 11.939] (II) No input driver/identifier specified (ignoring)
[ 11.940] (II) config/udev: Adding input device HDA Intel PCH Mic at Ext Left Jack (/dev/input/event10)
[ 11.940] (II) No input driver/identifier specified (ignoring)
[ 11.940] (II) config/udev: Adding input device HDA Intel PCH Line Out at Sep Left Jack (/dev/input/event11)
[ 11.940] (II) No input driver/identifier specified (ignoring)
[ 11.940] (II) config/udev: Adding input device HDA Intel PCH HP Out at Ext Left Jack (/dev/input/event12)
[ 11.940] (II) No input driver/identifier specified (ignoring)
[ 11.941] (II) config/udev: Adding input device HDA Intel PCH Mic at Sep Left Jack (/dev/input/event9)
[ 11.941] (II) No input driver/identifier specified (ignoring)
[ 11.945] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 11.945] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 11.945] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 11.945] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 11.945] (**) AT Translated Set 2 keyboard: always reports core events
[ 11.945] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 11.945] (--) AT Translated Set 2 keyboard: Found keys
[ 11.945] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[ 11.945] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 11.945] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[ 11.945] (**) Option "xkb_rules" "evdev"
[ 11.945] (**) Option "xkb_model" "evdev"
[ 11.945] (**) Option "xkb_layout" "gb"
[ 11.946] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event15)
[ 11.946] (**) PS/2 Generic Mouse: Applying InputClass "evdev pointer catchall"
[ 11.946] (II) Using input driver 'evdev' for 'PS/2 Generic Mouse'
[ 11.946] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 11.946] (**) PS/2 Generic Mouse: always reports core events
[ 11.946] (**) PS/2 Generic Mouse: Device: "/dev/input/event15"
[ 11.946] (--) PS/2 Generic Mouse: Found 3 mouse buttons
[ 11.946] (--) PS/2 Generic Mouse: Found relative axes
[ 11.946] (--) PS/2 Generic Mouse: Found x and y relative axes
[ 11.946] (II) PS/2 Generic Mouse: Configuring as mouse
[ 11.946] (**) PS/2 Generic Mouse: YAxisMapping: buttons 4 and 5
[ 11.946] (**) PS/2 Generic Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 11.946] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input15/event15"
[ 11.946] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE)
[ 11.946] (II) PS/2 Generic Mouse: initialized for relative axes.
[ 11.946] (**) PS/2 Generic Mouse: (accel) keeping acceleration scheme 1
[ 11.946] (**) PS/2 Generic Mouse: (accel) acceleration profile 0
[ 11.946] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[ 11.946] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[ 11.946] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse0)
[ 11.946] (II) No input driver/identifier specified (ignoring)
[ 11.947] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[ 11.947] (II) No input driver/identifier specified (ignoring)
[ 11.948] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event7)
[ 11.948] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 11.948] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
[ 11.948] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 11.948] (**) Dell WMI hotkeys: always reports core events
[ 11.948] (**) Dell WMI hotkeys: Device: "/dev/input/event7"
[ 11.948] (--) Dell WMI hotkeys: Found keys
[ 11.948] (II) Dell WMI hotkeys: Configuring as keyboard
[ 11.948] (**) Option "config_info" "udev:/sys/devices/virtual/input/input7/event7"
[ 11.948] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD)
[ 11.948] (**) Option "xkb_rules" "evdev"
[ 11.948] (**) Option "xkb_model" "evdev"
[ 11.948] (**) Option "xkb_layout" "gb"
[ 11.964] (II) RADEON(0): EDID vendor "LGD", prod id 729
[ 11.964] (II) RADEON(0): Printing DDC gathered Modelines:
[ 11.964] (II) RADEON(0): Modeline "1920x1080"x0.0 139.50 1920 1968 2000 2096 1080 1083 1088 1111 -hsync -vsync (66.6 kHz)
[ 11.964] (II) RADEON(0): Modeline "1920x1080"x0.0 93.00 1920 1968 2000 2096 1080 1083 1088 1111 -hsync -vsync (44.4 kHz)
[ 12.873] (II) RADEON(0): EDID vendor "LGD", prod id 729
[ 12.873] (II) RADEON(0): Printing DDC gathered Modelines:
[ 12.873] (II) RADEON(0): Modeline "1920x1080"x0.0 139.50 1920 1968 2000 2096 1080 1083 1088 1111 -hsync -vsync (66.6 kHz)
[ 12.873] (II) RADEON(0): Modeline "1920x1080"x0.0 93.00 1920 1968 2000 2096 1080 1083 1088 1111 -hsync -vsync (44.4 kHz)
[ 12.941] (II) RADEON(0): EDID vendor "LGD", prod id 729
[ 12.941] (II) RADEON(0): Printing DDC gathered Modelines:
[ 12.941] (II) RADEON(0): Modeline "1920x1080"x0.0 139.50 1920 1968 2000 2096 1080 1083 1088 1111 -hsync -vsync (66.6 kHz)
[ 12.941] (II) RADEON(0): Modeline "1920x1080"x0.0 93.00 1920 1968 2000 2096 1080 1083 1088 1111 -hsync -vsync (44.4 kHz)
[ 13.004] (II) RADEON(0): EDID vendor "LGD", prod id 729
[ 13.004] (II) RADEON(0): Printing DDC gathered Modelines:
[ 13.004] (II) RADEON(0): Modeline "1920x1080"x0.0 139.50 1920 1968 2000 2096 1080 1083 1088 1111 -hsync -vsync (66.6 kHz)
[ 13.004] (II) RADEON(0): Modeline "1920x1080"x0.0 93.00 1920 1968 2000 2096 1080 1083 1088 1111 -hsync -vsync (44.4 kHz)
[ 13.072] (II) RADEON(0): EDID vendor "LGD", prod id 729
[ 13.072] (II) RADEON(0): Printing DDC gathered Modelines:
[ 13.072] (II) RADEON(0): Modeline "1920x1080"x0.0 139.50 1920 1968 2000 2096 1080 1083 1088 1111 -hsync -vsync (66.6 kHz)
[ 13.072] (II) RADEON(0): Modeline "1920x1080"x0.0 93.00 1920 1968 2000 2096 1080 1083 1088 1111 -hsync -vsync (44.4 kHz)
[ 14.499] (II) RADEON(0): EDID vendor "LGD", prod id 729
[ 14.499] (II) RADEON(0): Printing DDC gathered Modelines:
[ 14.499] (II) RADEON(0): Modeline "1920x1080"x0.0 139.50 1920 1968 2000 2096 1080 1083 1088 1111 -hsync -vsync (66.6 kHz)
[ 14.499] (II) RADEON(0): Modeline "1920x1080"x0.0 93.00 1920 1968 2000 2096 1080 1083 1088 1111 -hsync -vsync (44.4 kHz)
[ 3592.056] (II) RADEON(0): EDID vendor "LGD", prod id 729
[ 3592.056] (II) RADEON(0): Printing DDC gathered Modelines:
[ 3592.056] (II) RADEON(0): Modeline "1920x1080"x0.0 139.50 1920 1968 2000 2096 1080 1083 1088 1111 -hsync -vsync (66.6 kHz)
[ 3592.056] (II) RADEON(0): Modeline "1920x1080"x0.0 93.00 1920 1968 2000 2096 1080 1083 1088 1111 -hsync -vsync (44.4 kHz)
Thanks.

Have a look at this thread, you might have the same problem, and installing the AUR package from eworm might give you vertical scrolling.
https://bbs.archlinux.org/viewtopic.php?id=117109

Similar Messages

  • [SOLVED] HP Touchpad not detected or working with kernel 3.4.6-1

    On my HP Folio 13 (https://wiki.archlinux.org/index.php/HP_Folio_13), the touchpad stopped working tonight after upgrading to kernel 3.4.6-1.
    Downgrading back to 3.4.5 fixed it. I've tried AUR xf86-input-synaptics-led and the stock xf86-input-synaptics packages.
    Doesn't even seem to be detected, as there's not even a mention or reference to "synaptics" in /var/log/xorg.0.log, and it's nowhere to be found under /dev/inputs/.
    It isn't listed under "xinput -list" either (normally shows as "SynPS/2 Synaptics Touchpad").
    Last edited by sultanoswing (2012-07-26 08:18:15)

    anrxc wrote:Hello you need to rebuild synaptics-led with the new kernel if you have it installed. It replaces/overrides psmouse module in the kernel, and if it fails to load you would be left without a touchpad.
    Yep that was the problem. I'd forgotten I'd compiled and installed the psmouse module using synaptics-led (/face-palm)
    The AUR package, along with xf86-input-synaptics-led, did make the double-tap top-left corner hotspot work to turn the touch pad on and off. The LED light showing whether the pad is on or off never worked, however.
    So - I'm now back to stock xf86-input-synaptics and on kernel 3.4.6-1 and all is working as it should.

  • Finder Find command is suddenly not speedy and works weirdly

    I have a number of small, and one large, problems when I use command-F to find things in the Finder.
    After upgrading to Leopard from Tiger, like all users I experienced a WONDERFUL increase in the usefulness of this command. So I use it a lot, and for a long time it worked perfectly. My current problem is that when I type command-F, it opens a new finder window, and...
    (1) ... when I click on the box to type the words I want to find, the insertion point doesn't appear, but the letters do appear there after I type something [minor], and...
    (2) ... a FEW results of the search do appear instantly, but the window seems to enter a semi-frozen state [major; see below], and ...
    (3) ... the Finder window which is finding shows signs of being inactive (scroll bar bubble is gray, not colored; columns do not sort when column header is clicked); window is in some ways unresponsive [middling], and ...
    (4) ... after awhile (often as long as 30 or 40 seconds) the window suddenly finishes whatever was holding it up and the full set of results appear, the scroll bar bubble becomes colored, column-header-clicking sorts the column instantly.
    In short, there is now a long, weird, semi-inactive period between the initial appearance of a few Find results and the final appearance of the entire list, when I have gotten used to the seemingly 100% instantaneous appearance of a Find request's results. I'm spoiled, and I want my wonderful Find command back!
    The only thing I can think of that I might have done to contribute to this is that I HATE the behavior of the Finder searching using the title bar's oval Find window, so I removed that part from the default window setup. That is, I've changed my preferences so that when a new Finder window appears, there is no oval Find window in its upper right-hand corner. Thus, when I type command-F the Finder notices that there is no Find window to put the insertion point into, so it opens a few window with a search field at the top (the "Search for" box). (And then it refuses to put an insertion point into the window where I'm supposed to type the Search string.)
    Am I being clear?

    Did you read my hint at http://www.macosxhints.com/article.php?story=20080229204517495 ?

  • System Fan Not monitor and working

    Hello,
    I have the 875 Neo version 1.0 with Bios 2.2
    I have a Thermaltake Tsunami case and the 120mm fans are really noisy so i wanted to connect a small Thermaltake Fan Speed Controller and when i try to change the speed nothing happend even in CoreCenter, the System Fan is not seen (i see 0).
    In the Bios no option availbale to enable or disable that can someone help Me ?????

    Pentium IV 3.2C Ghz 800Mhz
    Ventilateur CPU Zalman CNPS-7000A-AlCu
    CM MSI 875P Neo-FISR PCB 1.0 Bios 2.2
    1Gb [2x256MB DDR-400 PC3200 Infineon] + [2x256MB DDR-400 PC3200 Kingston]
    DD WD 40 Gb 7200RPM 2Mb
    DD Maxtor 120 Gb 7200RPM 8Mb
    Club 3D Radeon 9700
    Graveur Samsung SW-216B
    Graveur DVD Nu-Tech DDW-081
    Moniteur Philips 190S5FS 19"
    Boitier Thermaltake Tsunami Black
    Souris Logitech MX500
    Clavier Logitech Internet Navigator SE
    Alimentation Tagan TG380-U01
    Windows XP Home SP2
    Direct X 9.0c
    Connection : Cable 4Mb/512Kb

  • Resize Panels bug? Dragging panel depth is not smooth and continues after mouse up

    I've noticed in both CS6 and CC when I adjust the custom panel layout by changing the depth of a panel or docked panels, the panel movement lags and often continues after mouseup. It's annoying and I have never seen this in CS5 or before. Does anyone else notice this? Surely it is not a "feature".
    Mac OSX 10.7.5
    AI CC 17.1

    Hi rcraighead,
    Can you please attach some snapshots depicting your problem.
    Sanjay.

  • Old QT refuses to uninstall...causing iTunes to not install and work.

    How can I uninstall QT?
    I've gone to the Add/Remove Programs and tried to uninstall it, but a window pops up titled InstallShield Wizard and says: Quicktime setup is preparing the InstallShield Wizard, which will guide you through the Program Setup Process. Please wait.
    Can anyone who knows what I'm talking about help?
      Windows XP  

    Okay. First: you are amazing!
    & thank you so much for helping me.
    Second: I changed the Folder Options, and I did another search, and instead of just searching drives C and D, I searched the whole computer, and came up with a lot more (42) files. Although almost half was Apple/QuickTime history from the web, the others were actual QT files, and most of them deleted right away. The leftovers are 2 notepad files that can be deleted, but I don't know if they'd have anything important in them, so I just left them. As for the other 2, one is a File Folder that is holding that QTtask. The other is an MPP file (not sure what that is), and when it's right-clicked, deleting isn't even an option.
    ♦ http://img262.imageshack.us/img262/3818/appletemp4ny9.png
    Thanks so much! =D

  • Keyboard and touchpad not working after Windows 10 update

    after udating windows 10 on my probook 4440s keyboard and touchpad not working. if i press a key for 10seconds the key then shows up in the screen. and touchpad is worst. it freezes all the time barely moves. but with usb mouse it works fine 

    It's known that installing Windows from an external DVD drive on a Mid 2013 MacBook Air causes that the keyboard doesn't work after finishing the installation. The fix is to install Windows by using a USB drive. See > http://support.apple.com/kb/TS4599

  • My laptop touchpad scroll is not working with firefox 4. It is wroking with other programs. When I attach a mouse then scroll works with mouse wheel. It is only not working with touchpad. It is/was working with firefox 3.6.x

    I am using windows xp service pack 3 with Lenovo T60p.

    I too have this problem, I have an Acer Aspire 7551G with an ALPS mutitouch touchpad. It works perfectly fine in every other program, and worked in Firefox 3.6. Scroll also works fine with a USB mouse. I tried downloading the 'latest' driver from the Acer support website, but when I tried to install it, it says that I am trying to install the same driver that I already have, so that fix isn't possible. I've only had the machine for 3 months, so I would imagine the drivers are pretty current.
    I can't believe that this is a driver problem anyway, as I say, it works perfectly well in every other program, so it must be something wrong with Firefox. I was looking forward to using Firefox 4, but this problem is too annoying to put up with. Oh well, back to Chrome... at least until there is a fix found or implemented.

  • I m using apple mac pc, when we start windows 7 , apple mouse doesn't work properly it take to much time to gain signals from the pc and many times it not work but when we use mac it moves fastly and works properly. please suggest me. thanks ravi

    i m using apple mac pc, when we start windows 7 , apple mouse doesn't work properly it take to much time to gain signals from the pc and many times it not work but when we use mac it moves fastly and works properly. please suggest me.
    thanks
    ravi
    <Email removed by Host>                                                                                                                                                                                                                                       

    sounds more like Bluetooth rather than moue, but w/o knowing w/o posting mac model type/year we... will... not... know... what you have
    All computers are personal computers, a PC though is also "non-Apple" in common usage.
    Mac also is platform and OS.
    Very confused reading what you are trying to tell us.

  • After updating OS X 10.8.5, bluetooth is not available in the menu bar. The Magic Mouse is recognized and working but the bluetooth mouse functions do not work.

    After updating OS X 10.8.5, bluetooth is not available in the menu bar.
    The Magic Mouse is recognized and working but the bluetooth mouse functions do not work.
    I have downloaded and installed 10.8.5 combo but it does not help.
    Menu bar - System Preferences/ there is no bluetooth item
    I restarted with cmd + alt + P + R it doesn't help.

    Did you try the suggestions from your other post on this?

  • After installing acrobat my Microsoft office package does not work properly, word will not open and in my email i can't select anything with the mouse

    After installing acrobat my Microsoft office package does not work properly, word will not open and when I want to write an email in my outlook email i can't select anything with the mouse. so copy past en delete are not an option.@

    Are you using any MS Office third party Add-ins? Test:  Remove third party Add-ins other than PDFMaker.  Test to see if the MS Office apps run afterward.
    Did you attempt to repair MS Office?  Test:  Go to Add/Remove Control Panel run Repair.
    Finally, have you tried testing to see if it's PDFMaker?  Test: Use the Add/Remove Control Panel to modify the Acrobat installation to remove PDFMaker.  See if MS Office applications launch and behave correctly?

  • G4 just replaced power supply , it powers up , but the screen is not on and the mouse and keyboard aren't on either. A few times the computer came on with screen working but then it froze up, can't do any type of reset cause of keyboard not working. Help!

    G4 just replaced power supply , it powers up , but the screen is not on and the mouse and keyboard aren't on either. A few times the computer came on with screen working but then it froze up, can't do any type of reset cause of keyboard not working. Help! Pressed pmu button already,  nothing ,..  Ppc g4 Mac

    Should I check the memory cards themselves? Reseat them?
    Yes.
    Memtest X or Rember to test the RAM.
    Reseat is also good.
    The iPhone 4 doesn't like USB 1.1 much.
    after the update the computer was working well, except for this freeze when ever I connect iPhone.
    I'd try USB 2.0 PCI. That's how I connect my iPhone 4s, and have connected all iPhones and iPods, to my G4.
    Never an issue.
    Can't say the same for USB 1.1.......
    The above (previous post) linked PCI card is cheap enough.
    Want cheaper, try this:
    http://www.amazon.com/Protronix®-5-Port-Controller-Card-Chipset/dp/B005JE2U82/re f=sr_1_2?ie=UTF8&qid=1337472141&sr=8-2
    The NEC chipset is the desired chipset, regardless of what OS the maker says is compatible.
    OS X has native NEC chipset USB support.

  • DV6-2177 Right Mouse Button (touchpad) not working.

    I've got a dv6-2177, 3 months old and the right mouse button isn't working.  When I right click, there is no context menu that shows up.  I've reloaded the pointing device drivers but it doesn't solve the problem.  Any external mouse that I connect will work fine but the built in right button is useless.
    Any idea what the problem is?

    I have the same issue. It has been driving me nuts for months. I have tried everything, and done a LOT of research. The left click brings on the context menu on the desktop and in a few other instances. The right click does not work AT ALL... even if you try to set it up as a tap-a-touch feature (so it is not the hardware), and also the windows lose focus, until you hit the start menu key, or control alt delete, if it is being really stubborn. I have an HP G7... only 6 months old. HP or Synaptic needs to fix this!! It makes my laptop almost useless and definitely frustrating to use!!

  • Touchpad not working after suspend/resume on Asus R409LD

    Hello,
    I have installed Arch on my Asus laptop and I had issues with the FocalTech touchpad being detected as a generic mouse. This problem is now fixed in the mainline kernel which I use (cf https://wiki.archlinux.org/index.php/AS … #Touch_Pad).
    However I still have a problem : when I suspend/resume my laptop, the touchpad ceases working.
    Here is the output of xinput before suspending :
    ⎡ Virtual core pointer id=2 [master pointer (3)]
    ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
    ⎜ ↳ FocalTechPS/2 FocalTech FocalTech Touchpad id=13 [slave pointer (2)]
    ⎣ Virtual core keyboard id=3 [master keyboard (2)]
    ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
    ↳ Power Button id=6 [slave keyboard (3)]
    ↳ Video Bus id=7 [slave keyboard (3)]
    ↳ Video Bus id=8 [slave keyboard (3)]
    ↳ Sleep Button id=9 [slave keyboard (3)]
    ↳ USB Camera id=10 [slave keyboard (3)]
    ↳ Asus WMI hotkeys id=11 [slave keyboard (3)]
    ↳ AT Translated Set 2 keyboard id=12 [slave keyboard (3)]
    I tried deactivating and reactivating psmouse but it doesn't work.
    Wierdly, the touchpad is still listed by xinput after resuming, but doesn't work. And when I disable/enable psmouse it disappears from the output.
    Here is a full dmseg with suspend/resume if it may help :
    [ 0.000000] CPU0 microcode updated early to revision 0x1c, date = 2014-07-03
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 4.0.0-1-mainline (auguste@hal) (gcc version 4.9.2 20150304 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Mar 14 14:53:37 CET 2015
    [ 0.000000] Command line: initrd=/intel-ucode.img initrd=/initramfs-linux-mainline.img root=/dev/sda2 rw rootfstype=ext4 acpi_osi=
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000b9d7dfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000b9d7e000-0x00000000b9d84fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000b9d85000-0x00000000ba5dafff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ba5db000-0x00000000ba85afff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ba85b000-0x00000000c98b4fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000c98b5000-0x00000000c9ac9fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000c9aca000-0x00000000c9e0efff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000c9e0f000-0x00000000cab1cfff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000cab1d000-0x00000000caffefff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000cafff000-0x00000000caffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000cbc00000-0x00000000cfdfffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000001af1fffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] e820: update [mem 0xba86a018-0xba877e57] usable ==> usable
    [ 0.000000] extended physical RAM map:
    [ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
    [ 0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009dfff] usable
    [ 0.000000] reserve setup_data: [mem 0x000000000009e000-0x000000000009ffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000b9d7dfff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000b9d7e000-0x00000000b9d84fff] ACPI NVS
    [ 0.000000] reserve setup_data: [mem 0x00000000b9d85000-0x00000000ba5dafff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000ba5db000-0x00000000ba85afff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000ba85b000-0x00000000ba86a017] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000ba86a018-0x00000000ba877e57] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000ba877e58-0x00000000c98b4fff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000c98b5000-0x00000000c9ac9fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000c9aca000-0x00000000c9e0efff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000c9e0f000-0x00000000cab1cfff] ACPI NVS
    [ 0.000000] reserve setup_data: [mem 0x00000000cab1d000-0x00000000caffefff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000cafff000-0x00000000caffffff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000cbc00000-0x00000000cfdfffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x00000001af1fffff] usable
    [ 0.000000] efi: EFI v2.31 by American Megatrends
    [ 0.000000] efi: ACPI=0xc9e93000 ACPI 2.0=0xc9e93000 SMBIOS=0xcaf46318
    [ 0.000000] efi: mem00: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000000000000-0x0000000000001000) (0MB)
    [ 0.000000] efi: mem01: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x0000000000001000-0x0000000000007000) (0MB)
    [ 0.000000] efi: mem02: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000000007000-0x0000000000058000) (0MB)
    [ 0.000000] efi: mem03: [Reserved | | | | | |WB|WT|WC|UC] range=[0x0000000000058000-0x0000000000059000) (0MB)
    [ 0.000000] efi: mem04: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000000059000-0x000000000009e000) (0MB)
    [ 0.000000] efi: mem05: [Reserved | | | | | |WB|WT|WC|UC] range=[0x000000000009e000-0x00000000000a0000) (0MB)
    [ 0.000000] efi: mem06: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000000100000-0x0000000001000000) (15MB)
    [ 0.000000] efi: mem07: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x0000000001000000-0x0000000001e39000) (14MB)
    [ 0.000000] efi: mem08: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000001e39000-0x000000007fc02000) (2013MB)
    [ 0.000000] efi: mem09: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000007fc02000-0x0000000080000000) (3MB)
    [ 0.000000] efi: mem10: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000080000000-0x00000000b687a000) (872MB)
    [ 0.000000] efi: mem11: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x00000000b687a000-0x00000000b697a000) (1MB)
    [ 0.000000] efi: mem12: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b697a000-0x00000000b7f44000) (21MB)
    [ 0.000000] efi: mem13: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x00000000b7f44000-0x00000000b7f45000) (0MB)
    [ 0.000000] efi: mem14: [Loader Code | | | | | |WB|WT|WC|UC] range=[0x00000000b7f45000-0x00000000b9d7e000) (30MB)
    [ 0.000000] efi: mem15: [ACPI Memory NVS | | | | | |WB|WT|WC|UC] range=[0x00000000b9d7e000-0x00000000b9d85000) (0MB)
    [ 0.000000] efi: mem16: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b9d85000-0x00000000b9ed9000) (1MB)
    [ 0.000000] efi: mem17: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000b9ed9000-0x00000000ba59b000) (6MB)
    [ 0.000000] efi: mem18: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000ba59b000-0x00000000ba5b8000) (0MB)
    [ 0.000000] efi: mem19: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000ba5b8000-0x00000000ba5d2000) (0MB)
    [ 0.000000] efi: mem20: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000ba5d2000-0x00000000ba5db000) (0MB)
    [ 0.000000] efi: mem21: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000ba5db000-0x00000000ba85b000) (2MB)
    [ 0.000000] efi: mem22: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000ba85b000-0x00000000ba86a000) (0MB)
    [ 0.000000] efi: mem23: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x00000000ba86a000-0x00000000ba879000) (0MB)
    [ 0.000000] efi: mem24: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000ba879000-0x00000000c72f8000) (202MB)
    [ 0.000000] efi: mem25: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000c72f8000-0x00000000c735c000) (0MB)
    [ 0.000000] efi: mem26: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000c735c000-0x00000000c7375000) (0MB)
    [ 0.000000] efi: mem27: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000c7375000-0x00000000c7395000) (0MB)
    [ 0.000000] efi: mem28: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000c7395000-0x00000000c73a5000) (0MB)
    [ 0.000000] efi: mem29: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000c73a5000-0x00000000c74af000) (1MB)
    [ 0.000000] efi: mem30: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000c74af000-0x00000000c74b0000) (0MB)
    [ 0.000000] efi: mem31: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000c74b0000-0x00000000c8c37000) (23MB)
    [ 0.000000] efi: mem32: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000c8c37000-0x00000000c95f3000) (9MB)
    [ 0.000000] efi: mem33: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000c95f3000-0x00000000c98b5000) (2MB)
    [ 0.000000] efi: mem34: [Reserved | | | | | |WB|WT|WC|UC] range=[0x00000000c98b5000-0x00000000c9a55000) (1MB)
    [ 0.000000] efi: mem35: [Reserved | | | | | |WB|WT|WC|UC] range=[0x00000000c9a55000-0x00000000c9aca000) (0MB)
    [ 0.000000] efi: mem36: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000c9aca000-0x00000000c9e0f000) (3MB)
    [ 0.000000] efi: mem37: [ACPI Memory NVS | | | | | |WB|WT|WC|UC] range=[0x00000000c9e0f000-0x00000000caad9000) (12MB)
    [ 0.000000] efi: mem38: [ACPI Memory NVS | | | | | |WB|WT|WC|UC] range=[0x00000000caad9000-0x00000000caaf9000) (0MB)
    [ 0.000000] efi: mem39: [ACPI Memory NVS | | | | | |WB|WT|WC|UC] range=[0x00000000caaf9000-0x00000000caafd000) (0MB)
    [ 0.000000] efi: mem40: [ACPI Memory NVS | | | | | |WB|WT|WC|UC] range=[0x00000000caafd000-0x00000000cab00000) (0MB)
    [ 0.000000] efi: mem41: [ACPI Memory NVS | | | | | |WB|WT|WC|UC] range=[0x00000000cab00000-0x00000000cab1d000) (0MB)
    [ 0.000000] efi: mem42: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000cab1d000-0x00000000cae70000) (3MB)
    [ 0.000000] efi: mem43: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000cae70000-0x00000000caea7000) (0MB)
    [ 0.000000] efi: mem44: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000caea7000-0x00000000caea9000) (0MB)
    [ 0.000000] efi: mem45: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000caea9000-0x00000000caf48000) (0MB)
    [ 0.000000] efi: mem46: [Runtime Code |RUN| | | | |WB|WT|WC|UC] range=[0x00000000caf48000-0x00000000caf6c000) (0MB)
    [ 0.000000] efi: mem47: [Runtime Code |RUN| | | | |WB|WT|WC|UC] range=[0x00000000caf6c000-0x00000000cafff000) (0MB)
    [ 0.000000] efi: mem48: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000cafff000-0x00000000cb000000) (0MB)
    [ 0.000000] efi: mem49: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000100000000-0x00000001af200000) (2802MB)
    [ 0.000000] efi: mem50: [Reserved |RUN| | | | | | | | ] range=[0x00000000cbc00000-0x00000000cfe00000) (66MB)
    [ 0.000000] efi: mem51: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000f8000000-0x00000000fc000000) (64MB)
    [ 0.000000] efi: mem52: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000fec00000-0x00000000fec01000) (0MB)
    [ 0.000000] efi: mem53: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000fed00000-0x00000000fed04000) (0MB)
    [ 0.000000] efi: mem54: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
    [ 0.000000] efi: mem55: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000fee00000-0x00000000fee01000) (0MB)
    [ 0.000000] efi: mem56: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000ff000000-0x0000000100000000) (16MB)
    [ 0.000000] SMBIOS 2.7 present.
    [ 0.000000] DMI: ASUSTeK COMPUTER INC. X450LD/X450LD, BIOS X450LD.208 06/11/2014
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] AGP: No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x1af200 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-DFFFF uncachable
    [ 0.000000] E0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0000000000 mask 7F00000000 write-back
    [ 0.000000] 1 base 0100000000 mask 7F80000000 write-back
    [ 0.000000] 2 base 0180000000 mask 7FC0000000 write-back
    [ 0.000000] 3 base 00E0000000 mask 7FE0000000 uncachable
    [ 0.000000] 4 base 00D0000000 mask 7FF0000000 uncachable
    [ 0.000000] 5 base 00CC000000 mask 7FFC000000 uncachable
    [ 0.000000] 6 base 00CBC00000 mask 7FFFC00000 uncachable
    [ 0.000000] 7 base 01B0000000 mask 7FF0000000 uncachable
    [ 0.000000] 8 base 01AF800000 mask 7FFF800000 uncachable
    [ 0.000000] 9 base 01AF400000 mask 7FFFC00000 uncachable
    [ 0.000000] PAT configuration [0-7]: WB WC UC- UC WB WC UC- UC
    [ 0.000000] e820: update [mem 0xcbc00000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0xcb000 max_arch_pfn = 0x400000000
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
    [ 0.000000] Using GB pages for direct mapping
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b2d000, 0x01b2dfff] PGTABLE
    [ 0.000000] BRK [0x01b2e000, 0x01b2efff] PGTABLE
    [ 0.000000] BRK [0x01b2f000, 0x01b2ffff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x1af000000-0x1af1fffff]
    [ 0.000000] [mem 0x1af000000-0x1af1fffff] page 2M
    [ 0.000000] BRK [0x01b30000, 0x01b30fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x1a0000000-0x1aeffffff]
    [ 0.000000] [mem 0x1a0000000-0x1aeffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x180000000-0x19fffffff]
    [ 0.000000] [mem 0x180000000-0x19fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0xb9d7dfff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x3fffffff] page 2M
    [ 0.000000] [mem 0x40000000-0x7fffffff] page 1G
    [ 0.000000] [mem 0x80000000-0xb9bfffff] page 2M
    [ 0.000000] [mem 0xb9c00000-0xb9d7dfff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xb9d85000-0xba5dafff]
    [ 0.000000] [mem 0xb9d85000-0xb9dfffff] page 4k
    [ 0.000000] [mem 0xb9e00000-0xba3fffff] page 2M
    [ 0.000000] [mem 0xba400000-0xba5dafff] page 4k
    [ 0.000000] BRK [0x01b31000, 0x01b31fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xba85b000-0xc98b4fff]
    [ 0.000000] [mem 0xba85b000-0xba9fffff] page 4k
    [ 0.000000] [mem 0xbaa00000-0xc97fffff] page 2M
    [ 0.000000] [mem 0xc9800000-0xc98b4fff] page 4k
    [ 0.000000] BRK [0x01b32000, 0x01b32fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xc9aca000-0xc9e0efff]
    [ 0.000000] [mem 0xc9aca000-0xc9bfffff] page 4k
    [ 0.000000] [mem 0xc9c00000-0xc9dfffff] page 2M
    [ 0.000000] [mem 0xc9e00000-0xc9e0efff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xcafff000-0xcaffffff]
    [ 0.000000] [mem 0xcafff000-0xcaffffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x17fffffff]
    [ 0.000000] [mem 0x100000000-0x17fffffff] page 1G
    [ 0.000000] RAMDISK: [mem 0x7fc02000-0x7fffffff]
    [ 0.000000] ACPI: Early table checksum verification disabled
    [ 0.000000] ACPI: RSDP 0x00000000C9E93000 000024 (v02 _ASUS_)
    [ 0.000000] ACPI: XSDT 0x00000000C9E93090 0000AC (v01 _ASUS_ Notebook 01072009 AMI 00010013)
    [ 0.000000] ACPI: FACP 0x00000000C9EA9800 00010C (v05 _ASUS_ Notebook 01072009 AMI 00010013)
    [ 0.000000] ACPI: DSDT 0x00000000C9E93258 0165A6 (v02 _ASUS_ Notebook 00000012 INTL 20120711)
    [ 0.000000] ACPI: FACS 0x00000000CAB1BF80 000040
    [ 0.000000] ACPI: APIC 0x00000000C9EA9910 000072 (v03 _ASUS_ Notebook 01072009 AMI 00010013)
    [ 0.000000] ACPI: FPDT 0x00000000C9EA9988 000044 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
    [ 0.000000] ACPI: ECDT 0x00000000C9EA99D0 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
    [ 0.000000] ACPI: LPIT 0x00000000C9EA9A98 000094 (v01 ALASKA 00000000 AMI. 00000005)
    [ 0.000000] ACPI: SSDT 0x00000000C9EA9B30 000174 (v01 Intel zpoddult 00001000 INTL 20120711)
    [ 0.000000] ACPI: SSDT 0x00000000C9EA9CA8 000539 (v01 PmRef Cpu0Ist 00003000 INTL 20120711)
    [ 0.000000] ACPI: SSDT 0x00000000C9EAA1E8 000AD8 (v01 PmRef CpuPm 00003000 INTL 20120711)
    [ 0.000000] ACPI: MCFG 0x00000000C9EAACC0 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097)
    [ 0.000000] ACPI: SSDT 0x00000000C9EAAD00 00306D (v01 DptfTa DptfTabl 00001000 INTL 20120711)
    [ 0.000000] ACPI: HPET 0x00000000C9EADD70 000038 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
    [ 0.000000] ACPI: SSDT 0x00000000C9EADDA8 000298 (v01 SataRe SataTabl 00001000 INTL 20120711)
    [ 0.000000] ACPI: SSDT 0x00000000C9EAE040 003EE7 (v01 SaSsdt SaSsdt 00003000 INTL 20091112)
    [ 0.000000] ACPI: SSDT 0x00000000C9EB1F28 000CA1 (v01 SgRef SgPch 00001000 INTL 20120711)
    [ 0.000000] ACPI: BGRT 0x00000000C9EB2BD0 000038 (v00 _ASUS_ Notebook 01072009 ASUS 00010013)
    [ 0.000000] ACPI: SSDT 0x00000000C9EB2C08 001480 (v01 OptRef OptTabl 00001000 INTL 20120711)
    [ 0.000000] ACPI: MSDM 0x00000000C9AC7E18 000055 (v03 _ASUS_ Notebook 00000000 ASUS 00000001)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x00000001af1fffff]
    [ 0.000000] NODE_DATA(0) allocated [mem 0x1af1f5000-0x1af1f8fff]
    [ 0.000000] [ffffea0000000000-ffffea0006bfffff] PMD -> [ffff8801a8800000-ffff8801ae7fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
    [ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
    [ 0.000000] Normal [mem 0x0000000100000000-0x00000001af1fffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x0000000000001000-0x0000000000057fff]
    [ 0.000000] node 0: [mem 0x0000000000059000-0x000000000009dfff]
    [ 0.000000] node 0: [mem 0x0000000000100000-0x00000000b9d7dfff]
    [ 0.000000] node 0: [mem 0x00000000b9d85000-0x00000000ba5dafff]
    [ 0.000000] node 0: [mem 0x00000000ba85b000-0x00000000c98b4fff]
    [ 0.000000] node 0: [mem 0x00000000c9aca000-0x00000000c9e0efff]
    [ 0.000000] node 0: [mem 0x00000000cafff000-0x00000000caffffff]
    [ 0.000000] node 0: [mem 0x0000000100000000-0x00000001af1fffff]
    [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x00000001af1fffff]
    [ 0.000000] On node 0 totalpages: 1542928
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3996 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 12838 pages used for memmap
    [ 0.000000] DMA32 zone: 821620 pages, LIFO batch:31
    [ 0.000000] Normal zone: 11208 pages used for memmap
    [ 0.000000] Normal zone: 717312 pages, LIFO batch:31
    [ 0.000000] Reserving Intel graphics stolen memory at 0xcbe00000-0xcfdfffff
    [ 0.000000] ACPI: PM-Timer IO Port: 0x1808
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-39
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
    [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xb9d7e000-0xb9d84fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xba5db000-0xba85afff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xba86a000-0xba86afff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xba877000-0xba877fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc98b5000-0xc9ac9fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc9e0f000-0xcab1cfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcab1d000-0xcaffefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcb000000-0xcbbfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcbc00000-0xcfdfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcfe00000-0xf7ffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
    [ 0.000000] e820: [mem 0xcfe00000-0xf7ffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 31 pages/cpu @ffff8801aee00000 s87128 r8192 d31656 u524288
    [ 0.000000] pcpu-alloc: s87128 r8192 d31656 u524288 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1518797
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: initrd=/intel-ucode.img initrd=/initramfs-linux-mainline.img root=/dev/sda2 rw rootfstype=ext4 acpi_osi=
    [ 0.000000] ACPI: _OSI method disabled
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form
    [ 0.000000] AGP: Checking aperture...
    [ 0.000000] AGP: No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 5953756K/6171712K available (5573K kernel code, 893K rwdata, 1788K rodata, 1168K init, 1156K bss, 217956K reserved, 0K cma-reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [ 0.000000] NR_IRQS:8448 nr_irqs:728 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] spurious 8259A interrupt: IRQ7.
    [ 0.000000] tsc: Detected 2394.353 MHz processor
    [ 0.000040] Calibrating delay loop (skipped), value calculated using timer frequency.. 4790.23 BogoMIPS (lpj=7981176)
    [ 0.000044] pid_max: default: 32768 minimum: 301
    [ 0.000050] ACPI: Core revision 20150204
    [ 0.034560] ACPI: All ACPI Tables successfully acquired
    [ 0.036629] Security Framework initialized
    [ 0.036636] Yama: becoming mindful.
    [ 0.037324] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.039478] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.040415] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.040428] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.040670] Initializing cgroup subsys blkio
    [ 0.040674] Initializing cgroup subsys memory
    [ 0.040681] Initializing cgroup subsys devices
    [ 0.040684] Initializing cgroup subsys freezer
    [ 0.040686] Initializing cgroup subsys net_cls
    [ 0.040715] CPU: Physical Processor ID: 0
    [ 0.040716] CPU: Processor Core ID: 0
    [ 0.040721] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    [ 0.040722] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.041941] mce: CPU supports 7 MCE banks
    [ 0.041957] CPU0: Thermal monitoring enabled (TM1)
    [ 0.041970] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
    [ 0.041972] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
    [ 0.042092] Freeing SMP alternatives memory: 20K (ffffffff81a05000 - ffffffff81a0a000)
    [ 0.043116] Ignoring BGRT: invalid status 0 (expected 1)
    [ 0.044495] ftrace: allocating 21346 entries in 84 pages
    [ 0.056747] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
    [ 0.089782] TSC deadline timer enabled
    [ 0.089786] smpboot: CPU0: Intel(R) Core(TM) i5-4210U CPU @ 1.70GHz (fam: 06, model: 45, stepping: 01)
    [ 0.089816] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
    [ 0.089843] ... version: 3
    [ 0.089844] ... bit width: 48
    [ 0.089845] ... generic registers: 4
    [ 0.089847] ... value mask: 0000ffffffffffff
    [ 0.089848] ... max period: 0000ffffffffffff
    [ 0.089849] ... fixed-purpose events: 3
    [ 0.089850] ... event mask: 000000070000000f
    [ 0.109937] x86: Booting SMP configuration:
    [ 0.109940] .... node #0, CPUs: #1
    [ 0.122572] CPU1 microcode updated early to revision 0x1c, date = 2014-07-03
    [ 0.126042] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.129984] #2 #3
    [ 0.165939] x86: Booted up 1 node, 4 CPUs
    [ 0.165943] smpboot: Total of 4 processors activated (19162.94 BogoMIPS)
    [ 0.170937] devtmpfs: initialized
    [ 0.173870] PM: Registering ACPI NVS region [mem 0xb9d7e000-0xb9d84fff] (28672 bytes)
    [ 0.173872] PM: Registering ACPI NVS region [mem 0xc9e0f000-0xcab1cfff] (13688832 bytes)
    [ 0.174282] pinctrl core: initialized pinctrl subsystem
    [ 0.174328] RTC time: 14:49:34, date: 03/14/15
    [ 0.174468] NET: Registered protocol family 16
    [ 0.187440] cpuidle: using governor ladder
    [ 0.200788] cpuidle: using governor menu
    [ 0.200839] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.200841] ACPI: bus type PCI registered
    [ 0.200843] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.200934] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.200937] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [ 0.201048] PCI: Using configuration type 1 for base access
    [ 0.214532] ACPI: Added _OSI(Module Device)
    [ 0.214535] ACPI: Added _OSI(Processor Device)
    [ 0.214536] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.214538] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.218484] ACPI : EC: EC description table is found, configuring boot EC
    [ 0.222593] ACPI: Executed 2 blocks of module-level executable AML code
    [ 0.234176] ACPI: Dynamic OEM Table Load:
    [ 0.234185] ACPI: SSDT 0xFFFF8801A7134800 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20120711)
    [ 0.235459] ACPI: Dynamic OEM Table Load:
    [ 0.235467] ACPI: SSDT 0xFFFF8801A709A000 0005AA (v01 PmRef ApIst 00003000 INTL 20120711)
    [ 0.236797] ACPI: Dynamic OEM Table Load:
    [ 0.236803] ACPI: SSDT 0xFFFF8801A7114A00 000119 (v01 PmRef ApCst 00003000 INTL 20120711)
    [ 0.238841] ACPI: Interpreter enabled
    [ 0.238853] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150204/hwxface-580)
    [ 0.238863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150204/hwxface-580)
    [ 0.238892] ACPI: (supports S0 S3 S4 S5)
    [ 0.238894] ACPI: Using IOAPIC for interrupt routing
    [ 0.238931] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.240682] ACPI: Power Resource [PC05] (on)
    [ 0.255005] ACPI Error: [_OSI] Namespace lookup failure, AE_NOT_FOUND (20150204/psargs-359)
    [ 0.255012] ACPI Error: Method parse/execution failed [\_SB_.BTKL._STA] (Node ffff8801a84aeaf0), AE_NOT_FOUND (20150204/psparse-536)
    [ 0.255033] ACPI Error: [_OSI] Namespace lookup failure, AE_NOT_FOUND (20150204/psargs-359)
    [ 0.255037] ACPI Error: Method parse/execution failed [\_SB_.BTKL._STA] (Node ffff8801a84aeaf0), AE_NOT_FOUND (20150204/psparse-536)
    [ 0.256966] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    [ 0.256974] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.257651] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
    [ 0.258130] PCI host bridge to bus 0000:00
    [ 0.258134] pci_bus 0000:00: root bus resource [bus 00-3e]
    [ 0.258137] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
    [ 0.258139] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
    [ 0.258141] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
    [ 0.258143] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
    [ 0.258145] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
    [ 0.258147] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
    [ 0.258149] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
    [ 0.258151] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
    [ 0.258153] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
    [ 0.258155] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
    [ 0.258157] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
    [ 0.258159] pci_bus 0000:00: root bus resource [mem 0xcfe00000-0xfeafffff window]
    [ 0.258169] pci 0000:00:00.0: [8086:0a04] type 00 class 0x060000
    [ 0.258303] pci 0000:00:02.0: [8086:0a16] type 00 class 0x030000
    [ 0.258318] pci 0000:00:02.0: reg 0x10: [mem 0xf7400000-0xf77fffff 64bit]
    [ 0.258327] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.258334] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
    [ 0.258456] pci 0000:00:03.0: [8086:0a0c] type 00 class 0x040300
    [ 0.258467] pci 0000:00:03.0: reg 0x10: [mem 0xf7a1c000-0xf7a1ffff 64bit]
    [ 0.258597] pci 0000:00:04.0: [8086:0a03] type 00 class 0x118000
    [ 0.258612] pci 0000:00:04.0: reg 0x10: [mem 0xf7a10000-0xf7a17fff 64bit]
    [ 0.258761] pci 0000:00:14.0: [8086:9c31] type 00 class 0x0c0330
    [ 0.258781] pci 0000:00:14.0: reg 0x10: [mem 0xf7a00000-0xf7a0ffff 64bit]
    [ 0.258849] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 0.258907] pci 0000:00:14.0: System wakeup disabled by ACPI
    [ 0.258954] pci 0000:00:16.0: [8086:9c3a] type 00 class 0x078000
    [ 0.258975] pci 0000:00:16.0: reg 0x10: [mem 0xf7a25000-0xf7a2501f 64bit]
    [ 0.259046] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.259156] pci 0000:00:1b.0: [8086:9c20] type 00 class 0x040300
    [ 0.259173] pci 0000:00:1b.0: reg 0x10: [mem 0xf7a18000-0xf7a1bfff 64bit]
    [ 0.259250] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.259309] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 0.259353] pci 0000:00:1c.0: [8086:9c10] type 01 class 0x060400
    [ 0.259428] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.259489] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [ 0.259533] pci 0000:00:1c.2: [8086:9c14] type 01 class 0x060400
    [ 0.259611] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 0.259672] pci 0000:00:1c.2: System wakeup disabled by ACPI
    [ 0.259717] pci 0000:00:1c.3: [8086:9c16] type 01 class 0x060400
    [ 0.259794] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.259855] pci 0000:00:1c.3: System wakeup disabled by ACPI
    [ 0.259900] pci 0000:00:1c.4: [8086:9c18] type 01 class 0x060400
    [ 0.259977] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.260053] pci 0000:00:1c.4: System wakeup disabled by ACPI
    [ 0.260107] pci 0000:00:1d.0: [8086:9c26] type 00 class 0x0c0320
    [ 0.260130] pci 0000:00:1d.0: reg 0x10: [mem 0xf7a23000-0xf7a233ff]
    [ 0.260231] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.260306] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.260356] pci 0000:00:1f.0: [8086:9c43] type 00 class 0x060100
    [ 0.260569] pci 0000:00:1f.2: [8086:9c03] type 00 class 0x010601
    [ 0.260586] pci 0000:00:1f.2: reg 0x10: [io 0xf0b0-0xf0b7]
    [ 0.260595] pci 0000:00:1f.2: reg 0x14: [io 0xf0a0-0xf0a3]
    [ 0.260603] pci 0000:00:1f.2: reg 0x18: [io 0xf090-0xf097]
    [ 0.260611] pci 0000:00:1f.2: reg 0x1c: [io 0xf080-0xf083]
    [ 0.260619] pci 0000:00:1f.2: reg 0x20: [io 0xf060-0xf07f]
    [ 0.260627] pci 0000:00:1f.2: reg 0x24: [mem 0xf7a22000-0xf7a227ff]
    [ 0.260670] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.260765] pci 0000:00:1f.3: [8086:9c22] type 00 class 0x0c0500
    [ 0.260781] pci 0000:00:1f.3: reg 0x10: [mem 0xf7a21000-0xf7a210ff 64bit]
    [ 0.260803] pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f]
    [ 0.260996] acpiphp: Slot [1] registered
    [ 0.261002] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [ 0.261103] pci 0000:02:00.0: [1969:10a1] type 00 class 0x020000
    [ 0.261131] pci 0000:02:00.0: reg 0x10: [mem 0xf7900000-0xf793ffff 64bit]
    [ 0.261144] pci 0000:02:00.0: reg 0x18: [io 0xe000-0xe07f]
    [ 0.261271] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.261309] pci 0000:02:00.0: System wakeup disabled by ACPI
    [ 0.267583] pci 0000:00:1c.2: PCI bridge to [bus 02]
    [ 0.267587] pci 0000:00:1c.2: bridge window [io 0xe000-0xefff]
    [ 0.267591] pci 0000:00:1c.2: bridge window [mem 0xf7900000-0xf79fffff]
    [ 0.269364] pci 0000:03:00.0: [1814:3290] type 00 class 0x028000
    [ 0.269385] pci 0000:03:00.0: reg 0x10: [mem 0xf7810000-0xf781ffff]
    [ 0.269534] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
    [ 0.269571] pci 0000:03:00.0: System wakeup disabled by ACPI
    [ 0.271295] pci 0000:03:00.1: [1814:3298] type 00 class 0x0d1100
    [ 0.271315] pci 0000:03:00.1: reg 0x10: [mem 0xf7800000-0xf780ffff]
    [ 0.271464] pci 0000:03:00.1: supports D1
    [ 0.271466] pci 0000:03:00.1: PME# supported from D0 D1 D3hot D3cold
    [ 0.279635] pci 0000:00:1c.3: PCI bridge to [bus 03]
    [ 0.279641] pci 0000:00:1c.3: bridge window [mem 0xf7800000-0xf78fffff]
    [ 0.279744] pci 0000:04:00.0: [10de:1140] type 00 class 0x030200
    [ 0.279769] pci 0000:04:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
    [ 0.279792] pci 0000:04:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.279816] pci 0000:04:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
    [ 0.279831] pci 0000:04:00.0: reg 0x24: [io 0xd000-0xd07f]
    [ 0.279847] pci 0000:04:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
    [ 0.279982] pci 0000:04:00.0: System wakeup disabled by ACPI
    [ 0.284661] pci 0000:00:1c.4: PCI bridge to [bus 04]
    [ 0.284665] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
    [ 0.284668] pci 0000:00:1c.4: bridge window [mem 0xf6000000-0xf70fffff]
    [ 0.284674] pci 0000:00:1c.4: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
    [ 0.284707] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
    [ 0.285766] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11 12) *0, disabled.
    [ 0.285822] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.285876] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.285928] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.285979] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.286029] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.286080] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.286131] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.286172] ACPI Error: [_OSI] Namespace lookup failure, AE_NOT_FOUND (20150204/psargs-359)
    [ 0.286178] ACPI Error: Method parse/execution failed [\_SB_.BTKL._STA] (Node ffff8801a84aeaf0), AE_NOT_FOUND (20150204/psparse-536)
    [ 0.286526] ACPI: Enabled 4 GPEs in block 00 to 7F
    [ 0.286627] ACPI : EC: GPE = 0xa, I/O: command/status = 0x66, data = 0x62
    [ 0.286757] vgaarb: setting as boot device: PCI:0000:00:02.0
    [ 0.286760] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.286764] vgaarb: loaded
    [ 0.286765] vgaarb: bridge control possible 0000:00:02.0
    [ 0.286917] PCI: Using ACPI for IRQ routing
    [ 0.288384] PCI: pci_cache_line_size set to 64 bytes
    [ 0.288438] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
    [ 0.288440] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
    [ 0.288442] e820: reserve RAM buffer [mem 0xb9d7e000-0xbbffffff]
    [ 0.288444] e820: reserve RAM buffer [mem 0xba5db000-0xbbffffff]
    [ 0.288445] e820: reserve RAM buffer [mem 0xba86a018-0xbbffffff]
    [ 0.288447] e820: reserve RAM buffer [mem 0xc98b5000-0xcbffffff]
    [ 0.288449] e820: reserve RAM buffer [mem 0xc9e0f000-0xcbffffff]
    [ 0.288451] e820: reserve RAM buffer [mem 0xcb000000-0xcbffffff]
    [ 0.288453] e820: reserve RAM buffer [mem 0x1af200000-0x1afffffff]
    [ 0.288579] NetLabel: Initializing
    [ 0.288580] NetLabel: domain hash size = 128
    [ 0.288581] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.288596] NetLabel: unlabeled traffic allowed by default
    [ 0.288627] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.288633] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.290662] Switched to clocksource hpet
    [ 0.296419] pnp: PnP ACPI init
    [ 0.296545] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
    [ 0.296549] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.296845] system 00:01: [io 0x0680-0x069f] has been reserved
    [ 0.296848] system 00:01: [io 0xffff] has been reserved
    [ 0.296850] system 00:01: [io 0xffff] has been reserved
    [ 0.296852] system 00:01: [io 0xffff] has been reserved
    [ 0.296854] system 00:01: [io 0x1c00-0x1cfe] has been reserved
    [ 0.296856] system 00:01: [io 0x1d00-0x1dfe] has been reserved
    [ 0.296859] system 00:01: [io 0x1e00-0x1efe] has been reserved
    [ 0.296861] system 00:01: [io 0x1f00-0x1ffe] has been reserved
    [ 0.296863] system 00:01: [io 0x1800-0x18fe] could not be reserved
    [ 0.296865] system 00:01: [io 0x164e-0x164f] has been reserved
    [ 0.296868] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.296905] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.296966] system 00:03: [io 0x1854-0x1857] has been reserved
    [ 0.296969] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 0.297030] system 00:04: [io 0x04d0-0x04d1] has been reserved
    [ 0.297033] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.297073] system 00:05: [io 0x0240-0x0259] has been reserved
    [ 0.297075] system 00:05: [io 0x0380-0x038f] has been reserved
    [ 0.297077] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.297149] pnp 00:06: Plug and Play ACPI device, IDs FLT0102 SYN0a00 SYN0002 PNP0f03 PNP0f13 PNP0f12 (active)
    [ 0.297194] pnp 00:07: Plug and Play ACPI device, IDs ATK3001 PNP030b (active)
    [ 0.297753] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.297756] system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
    [ 0.297759] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.297762] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.297765] system 00:08: [mem 0xf8000000-0xfbffffff] has been reserved
    [ 0.297768] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.297771] system 00:08: [mem 0xfed90000-0xfed93fff] has been reserved
    [ 0.297774] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 0.297777] system 00:08: [mem 0xff000000-0xffffffff] has been reserved
    [ 0.297780] system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 0.297783] system 00:08: [mem 0xf7fdf000-0xf7fdffff] has been reserved
    [ 0.297785] system 00:08: [mem 0xf7fe0000-0xf7feffff] has been reserved
    [ 0.297789] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.297888] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.298113] ACPI Error: [_OSI] Namespace lookup failure, AE_NOT_FOUND (20150204/psargs-359)
    [ 0.298119] ACPI Error: Method parse/execution failed [\_SB_.BTKL._STA] (Node ffff8801a84aeaf0), AE_NOT_FOUND (20150204/psparse-536)
    [ 0.298320] pnp: PnP ACPI: found 10 devices
    [ 0.304961] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [ 0.304974] pci 0000:00:1c.2: PCI bridge to [bus 02]
    [ 0.304978] pci 0000:00:1c.2: bridge window [io 0xe000-0xefff]
    [ 0.304983] pci 0000:00:1c.2: bridge window [mem 0xf7900000-0xf79fffff]
    [ 0.304991] pci 0000:00:1c.3: PCI bridge to [bus 03]
    [ 0.304996] pci 0000:00:1c.3: bridge window [mem 0xf7800000-0xf78fffff]
    [ 0.305004] pci 0000:00:1c.4: PCI bridge to [bus 04]
    [ 0.305007] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
    [ 0.305012] pci 0000:00:1c.4: bridge window [mem 0xf6000000-0xf70fffff]
    [ 0.305016] pci 0000:00:1c.4: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
    [ 0.305023] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
    [ 0.305026] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
    [ 0.305028] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
    [ 0.305030] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
    [ 0.305032] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
    [ 0.305034] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
    [ 0.305036] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
    [ 0.305038] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
    [ 0.305040] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
    [ 0.305042] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
    [ 0.305044] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
    [ 0.305046] pci_bus 0000:00: resource 15 [mem 0xcfe00000-0xfeafffff window]
    [ 0.305049] pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
    [ 0.305051] pci_bus 0000:02: resource 1 [mem 0xf7900000-0xf79fffff]
    [ 0.305053] pci_bus 0000:03: resource 1 [mem 0xf7800000-0xf78fffff]
    [ 0.305055] pci_bus 0000:04: resource 0 [io 0xd000-0xdfff]
    [ 0.305057] pci_bus 0000:04: resource 1 [mem 0xf6000000-0xf70fffff]
    [ 0.305059] pci_bus 0000:04: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
    [ 0.305092] NET: Registered protocol family 2
    [ 0.305327] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.305508] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.305650] TCP: Hash tables configured (established 65536 bind 65536)
    [ 0.305671] TCP: reno registered
    [ 0.305686] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.305719] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.305779] NET: Registered protocol family 1
    [ 0.305797] pci 0000:00:02.0: Video device with shadowed ROM
    [ 0.306052] pci 0000:02:00.0: set MSI_INTX_DISABLE_BUG flag
    [ 0.306077] PCI: CLS 64 bytes, default 64
    [ 0.306126] Unpacking initramfs...
    [ 0.388937] Freeing initrd memory: 4088K (ffff88007fc02000 - ffff880080000000)
    [ 0.388947] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.388951] software IO TLB [mem 0xc32f8000-0xc72f8000] (64MB) mapped at [ffff8800c32f8000-ffff8800c72f7fff]
    [ 0.389171] RAPL PMU detected, hw unit 2^-14 Joules, API unit is 2^-32 Joules, 4 fixed counters 655360 ms ovfl timer
    [ 0.389230] microcode: CPU0 sig=0x40651, pf=0x40, revision=0x1c
    [ 0.389238] microcode: CPU1 sig=0x40651, pf=0x40, revision=0x1c
    [ 0.389248] microcode: CPU2 sig=0x40651, pf=0x40, revision=0x1c
    [ 0.389258] microcode: CPU3 sig=0x40651, pf=0x40, revision=0x1c
    [ 0.389313] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 0.389343] Scanning for low memory corruption every 60 seconds
    [ 0.389619] futex hash table entries: 1024 (order: 4, 65536 bytes)
    [ 0.389637] Initialise system trusted keyring
    [ 0.390008] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.391638] zpool: loaded
    [ 0.391641] zbud: loaded
    [ 0.391847] VFS: Disk quotas dquot_6.5.2
    [ 0.391886] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.392076] Key type big_key registered
    [ 0.392275] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.392313] io scheduler noop registered
    [ 0.392316] io scheduler deadline registered
    [ 0.392350] io scheduler cfq registered (default)
    [ 0.393087] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
    [ 0.393092] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
    [ 0.393109] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
    [ 0.393111] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
    [ 0.393115] pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme loaded
    [ 0.393130] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
    [ 0.393132] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
    [ 0.393134] pci 0000:03:00.1: Signaling PME through PCIe PME interrupt
    [ 0.393138] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
    [ 0.393154] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
    [ 0.393156] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
    [ 0.393160] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
    [ 0.393168] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.393186] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.393205] efifb: probing for efifb
    [ 0.393226] efifb: framebuffer at 0xd0000000, mapped to 0xffffc90004f00000, using 4128k, total 4128k
    [ 0.393228] efifb: mode is 1366x768x32, linelength=5504, pages=1
    [ 0.393229] efifb: scrolling: redraw
    [ 0.393231] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.396869] Console: switching to colour frame buffer device 170x48
    [ 0.400357] fb0: EFI VGA frame buffer device
    [ 0.400367] intel_idle: MWAIT substates: 0x11142120
    [ 0.400369] intel_idle: v0.4 model 0x45
    [ 0.400370] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 0.400674] GHES: HEST is not enabled!
    [ 0.400759] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.401281] Linux agpgart interface v0.103
    [ 0.401345] rtc_cmos 00:02: RTC can wake from S4
    [ 0.401480] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    [ 0.401510] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    [ 0.401526] Intel P-state driver initializing.
    [ 0.401679] ledtrig-cpu: registered to indicate activity on CPUs
    [ 0.402207] TCP: cubic registered
    [ 0.402436] NET: Registered protocol family 10
    [ 0.402861] NET: Registered protocol family 17
    [ 0.403549] Loading compiled-in X.509 certificates
    [ 0.403578] registered taskstats version 1
    [ 0.404855] Magic number: 7:305:839
    [ 0.405045] rtc_cmos 00:02: setting system clock to 2015-03-14 14:49:34 UTC (1426344574)
    [ 0.405254] PM: Hibernation image not present or could not be loaded.
    [ 0.405865] Freeing unused kernel memory: 1168K (ffffffff818e1000 - ffffffff81a05000)
    [ 0.405869] Write protecting the kernel read-only data: 8192k
    [ 0.406503] Freeing unused kernel memory: 560K (ffff880001574000 - ffff880001600000)
    [ 0.406722] Freeing unused kernel memory: 260K (ffff8800017bf000 - ffff880001800000)
    [ 0.415600] random: systemd-tmpfile urandom read with 1 bits of entropy available
    [ 0.428621] sdhci: Secure Digital Host Controller Interface driver
    [ 0.428624] sdhci: Copyright(c) Pierre Ossman
    [ 0.432810] i8042: PNP: PS/2 Controller [PNP030b:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
    [ 0.434654] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.434686] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.438789] ACPI: bus type USB registered
    [ 0.438822] usbcore: registered new interface driver usbfs
    [ 0.438836] usbcore: registered new interface driver hub
    [ 0.438866] usbcore: registered new device driver usb
    [ 0.439456] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.439732] ehci-pci: EHCI PCI platform driver
    [ 0.439788] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [ 0.439796] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 1
    [ 0.439810] ehci-pci 0000:00:1d.0: debug port 2
    [ 0.440689] SCSI subsystem initialized
    [ 0.441807] libata version 3.00 loaded.
    [ 0.443716] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [ 0.443738] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7a23000
    [ 0.450881] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 0.457612] hub 1-0:1.0: USB hub found
    [ 0.457623] hub 1-0:1.0: 2 ports detected
    [ 0.457875] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 0.457882] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
    [ 0.457958] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00003810
    [ 0.457964] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [ 0.458152] hub 2-0:1.0: USB hub found
    [ 0.458161] hub 2-0:1.0: 9 ports detected
    [ 0.460386] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 0.460389] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
    [ 0.460507] hub 3-0:1.0: USB hub found
    [ 0.460513] hub 3-0:1.0: 4 ports detected
    [ 0.461400] ahci 0000:00:1f.2: version 3.0
    [ 0.461544] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
    [ 0.474228] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0x3 impl SATA mode
    [ 0.474234] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo only pio slum part deso sadm sds apst
    [ 0.474875] scsi host0: ahci
    [ 0.475020] scsi host1: ahci
    [ 0.475159] scsi host2: ahci
    [ 0.475279] scsi host3: ahci
    [ 0.475335] ata1: SATA max UDMA/133 abar m2048@0xf7a22000 port 0xf7a22100 irq 45
    [ 0.475337] ata2: SATA max UDMA/133 abar m2048@0xf7a22000 port 0xf7a22180 irq 45
    [ 0.475339] ata3: DUMMY
    [ 0.475340] ata4: DUMMY
    [ 0.483062] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.764471] usb 1-1: new high-speed USB device number 2 using ehci-pci
    [ 0.794476] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 0.797272] ata1.00: ATA-9: Corsair Force LX SSD, N0307A, max UDMA/133
    [ 0.797277] ata1.00: 250069680 sectors, multi 2: LBA48 NCQ (depth 31/32), AA
    [ 0.797611] ata1.00: configured for UDMA/133
    [ 0.797790] scsi 0:0:0:0: Direct-Access ATA Corsair Force LX 7A PQ: 0 ANSI: 5
    [ 0.817843] usb 2-5: new high-speed USB device number 2 using xhci_hcd
    [ 0.888974] hub 1-1:1.0: USB hub found
    [ 0.889039] hub 1-1:1.0: 8 ports detected
    [ 1.118072] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.121576] ata2.00: ATAPI: TSSTcorp CDDVDW SU-228FB, AS00, max UDMA/100
    [ 1.126383] ata2.00: configured for UDMA/100
    [ 1.134312] scsi 1:0:0:0: CD-ROM TSSTcorp CDDVDW SU-228FB AS00 PQ: 0 ANSI: 5
    [ 1.145602] sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
    [ 1.145650] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.145655] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.145664] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.149453] sda: sda1 sda2 sda3
    [ 1.149802] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.159142] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 1.159146] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.159335] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 1.270792] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
    [ 1.332987] systemd[1]: systemd 218 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN)
    [ 1.333146] systemd[1]: Detected architecture 'x86-64'.
    [ 1.333579] systemd[1]: Set hostname to <hal>.
    [ 1.390731] systemd[1]: Starting Login Prompts.
    [ 1.390866] systemd[1]: Reached target Login Prompts.
    [ 1.390892] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 1.391053] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 1.391068] systemd[1]: Expecting device dev-sda1.device...
    [ 1.391131] systemd[1]: Starting Swap.
    [ 1.391189] systemd[1]: Reached target Swap.
    [ 1.391204] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 1.391237] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 1.391251] systemd[1]: Starting Root Slice.
    [ 1.391516] systemd[1]: Created slice Root Slice.
    [ 1.391530] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 1.391586] tsc: Refined TSC clocksource calibration: 2394.457 MHz
    [ 1.391660] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 1.391676] systemd[1]: Starting Journal Socket.
    [ 1.391774] systemd[1]: Listening on Journal Socket.
    [ 1.391804] systemd[1]: Starting User and Session Slice.
    [ 1.391891] systemd[1]: Created slice User and Session Slice.
    [ 1.391899] systemd[1]: Starting Journal Socket (/dev/log).
    [ 1.391955] systemd[1]: Listening on Journal Socket (/dev/log).
    [ 1.391963] systemd[1]: Starting Delayed Shutdown Socket.
    [ 1.392014] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 1.392021] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 1.392076] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 1.392083] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 1.392142] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 1.404539] systemd[1]: Listening on Journal Audit Socket.
    [ 1.404567] systemd[1]: Starting System Slice.
    [ 1.404753] systemd[1]: Created slice System Slice.
    [ 1.405170] systemd[1]: Started Set Up Additional Binary Formats.
    [ 1.405256] systemd[1]: Mounting Debug File System...
    [ 1.405704] systemd[1]: Starting Setup Virtual Console...
    [ 1.406206] systemd[1]: Starting Journal Service...
    [ 1.406973] systemd[1]: Starting Create list of required static device nodes for the current kernel...
    [ 1.407431] systemd[1]: Starting system-getty.slice.
    [ 1.407583] systemd[1]: Created slice system-getty.slice.
    [ 1.407652] systemd[1]: Mounting Huge Pages File System...
    [ 1.408243] systemd[1]: Started File System Check on Root Device.
    [ 1.408275] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 1.408675] systemd[1]: Starting system-systemd\x2dfsck.slice.
    [ 1.408786] systemd[1]: Created slice system-systemd\x2dfsck.slice.
    [ 1.408802] systemd[1]: Starting Encrypted Volumes.
    [ 1.408843] systemd[1]: Reached target Encrypted Volumes.
    [ 1.408860] systemd[1]: Starting udev Control Socket.
    [ 1.408920] systemd[1]: Listening on udev Control Socket.
    [ 1.409625] systemd[1]: Mounting Temporary Directory...
    [ 1.410189] systemd[1]: Starting udev Kernel Socket.
    [ 1.410267] systemd[1]: Listening on udev Kernel Socket.
    [ 1.410296] systemd[1]: Starting udev Coldplug all Devices...
    [ 1.411636] systemd[1]: Started Load Kernel Modules.
    [ 1.411663] systemd[1]: Mounted FUSE Control File System.
    [ 1.411711] systemd[1]: Mounting Configuration File System...
    [ 1.412105] systemd[1]: Mounting POSIX Message Queue File System...
    [ 1.412517] systemd[1]: Starting Remote File Systems.
    [ 1.412594] systemd[1]: Reached target Remote File Systems.
    [ 1.412633] systemd[1]: Starting Apply Kernel Variables...
    [ 1.413108] systemd[1]: Expecting device dev-sda3.device...
    [ 1.413180] systemd[1]: Starting Slices.
    [ 1.413242] systemd[1]: Reached target Slices.
    [ 1.413268] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 1.413329] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 1.413348] systemd[1]: Starting Paths.
    [ 1.413415] systemd[1]: Reached target Paths.
    [ 1.413980] systemd[1]: Started Create list of required static device nodes for the current kernel.
    [ 1.415449] systemd[1]: Started Setup Virtual Console.
    [ 1.417502] systemd[1]: Mounted Configuration File System.
    [ 1.417780] EXT4-fs (sda2): re-mounted. Opts: data=ordered,discard
    [ 1.419393] systemd[1]: Mounted POSIX Message Queue File System.
    [ 1.420243] systemd[1]: Mounted Debug File System.
    [ 1.420980] systemd[1]: Mounted Huge Pages File System.
    [ 1.421670] systemd[1]: Mounted Temporary Directory.
    [ 1.422842] systemd[1]: Started Remount Root and Kernel File Systems.
    [ 1.431714] systemd[1]: Started Apply Kernel Variables.
    [ 1.432536] systemd[1]: Started udev Coldplug all Devices.
    [ 1.437198] systemd[1]: Starting Load/Save Random Seed...
    [ 1.438791] systemd[1]: Started Rebuild Hardware Database.
    [ 1.438826] systemd[1]: Started Rebuild Dynamic Linker Cache.
    [ 1.438844] systemd[1]: Started First Boot Wizard.
    [ 1.438860] systemd[1]: Started Create System Users.
    [ 1.438917] systemd[1]: Starting Create Static Device Nodes in /dev...
    [ 1.443195] systemd[1]: Started Load/Save Random Seed.
    [ 1.459454] systemd[1]: Started Create Static Device Nodes in /dev.
    [ 1.460356] systemd[1]: Starting udev Kernel Device Manager...
    [ 1.461282] systemd[1]: Starting Local File Systems (Pre).
    [ 1.461977] systemd[1]: Reached target Local File Systems (Pre).
    [ 1.531924] systemd[1]: Started udev Kernel Device Manager.
    [ 1.553706] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 1.556325] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
    [ 1.561234] ACPI: Lid Switch [LID]
    [ 1.561319] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3
    [ 1.561324] ACPI: Sleep Button [SLPB]
    [ 1.561393] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 1.561396] ACPI: Power Button [PWRF]
    [ 1.580408] ACPI: AC Adapter [AC0] (on-line)
    [ 1.606236] hidraw: raw HID events driver (C) Jiri Kosina
    [ 1.610817] [drm] Initialized drm 1.1.0 20060810
    [ 1.647229] ACPI: Battery Slot [BAT0] (battery present)
    [ 1.647475] wmi: Mapper loaded
    [ 1.677123] sound hdaudioC1D0: CX20751/2: BIOS auto-probing.
    [ 1.677422] sound hdaudioC1D0: autoconfig for CX20751/2: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
    [ 1.677426] sound hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
    [ 1.677429] sound hdaudioC1D0: hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
    [ 1.677431] sound hdaudioC1D0: mono: mono_out=0x0
    [ 1.677433] sound hdaudioC1D0: inputs:
    [ 1.677436] sound hdaudioC1D0: Internal Mic=0x1a
    [ 1.677439] sound hdaudioC1D0: Mic=0x19
    [ 1.677929] thermal LNXTHERM:00: registered as thermal_zone2
    [ 1.677933] ACPI: Thermal Zone [THRM] (42 C)
    [ 1.678052] sound hdaudioC1D0: Enable sync_write for stable communication
    [ 1.680963] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card1/hdaudioC1D0/input5
    [ 1.681093] [drm] Memory usable by graphics device = 2048M
    [ 1.681097] checking generic (d0000000 408000) vs hw (d0000000 10000000)
    [ 1.681099] fb: switching to inteldrmfb from EFI VGA
    [ 1.681124] Console: switching to colour dummy device 80x25
    [ 1.681211] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input6
    [ 1.681232] [drm] Replacing VGA console driver
    [ 1.681254] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input7
    [ 1.686528] input: PC Speaker as /devices/platform/pcspkr/input/input8
    [ 1.693423] alx 0000:02:00.0 eth0: Qualcomm Atheros AR816x/AR817x Ethernet [78:24:af:6c:a3:75]
    [ 1.701875] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 1.701878] [drm] Driver supports precise vblank timestamp query.
    [ 1.701979] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 1.709764] systemd[1]: Found device Corsair_Force_LX_SSD 3.
    [ 1.710440] systemd[1]: Found device Corsair_Force_LX_SSD ESP.
    [ 1.710484] systemd[1]: Mounting /boot...
    [ 1.711777] systemd[1]: Starting File System Check on /dev/sda3...
    [ 1.717424] iTCO_vendor_support: vendor-support=0
    [ 1.717576] AVX2 version of gcm_enc/dec engaged.
    [ 1.717578] AES CTR mode by8 optimization enabled
    [ 1.717646] cfg80211: Calling CRDA to update world regulatory domain
    [ 1.717946] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
    [ 1.717986] iTCO_wdt: Found a Lynx Point_LP TCO device (Version=2, TCOBASE=0x1860)
    [ 1.718109] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 1.718376] media: Linux media interface: v0.10
    [ 1.727078] systemd[1]: Starting Sound Card.
    [ 1.727130] systemd[1]: Reached target Sound Card.
    [ 1.729262] asus_wmi: ASUS WMI generic driver loaded
    [ 1.729427] Linux video capture interface: v2.00
    [ 1.730834] asus_wmi: Initialization: 0x1
    [ 1.730877] asus_wmi: BIOS WMI version: 7.9
    [ 1.730930] asus_wmi: SFUN value: 0x4a0877
    [ 1.731917] alx 0000:02:00.0 enp2s0: renamed from eth0
    [ 1.732263] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input10
    [ 1.748309] fbcon: inteldrmfb (fb0) is primary device
    [ 1.751204] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
    [ 1.761392] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [ 1.765545] ACPI: Video Device [PEGP] (multi-head: yes rom: yes post: no)
    [ 1.772307] asus_wmi: Backlight controlled by ACPI video driver
    [ 1.794652] uvcvideo: Found UVC 1.00 device USB Camera (0bda:57b4)
    [ 1.797927] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3290, rev 0013 detected
    [ 1.798396] intel_rapl: Found RAPL domain package
    [ 1.798398] intel_rapl: Found RAPL domain core
    [

    Still no ideas ?

  • MSI GS70 20D Touchpad not working after login when I upgraded to 8.1

    Short situation: I upgraded my laptop to windows 8.1, and the touchpad stopped working on the start/desktop screens. I could move it before I logged in, and after it would work for a few seconds, but then it would just stop. An external mouse works just fine, but I still don't want my touchpad not working.
    I looked on the MSI USA technical support page, and it said to delete the old drivers for the touchpad and download new ones. I deleted the drives, but every time I try to download the new ones, I get a window that says my touchpad isn't plugged in, and that the drive isn't compatible with my touchpad, which doesn't make sense to me because I looked up my product specifically and tried all three touchpad drivers. None of them worked.
    Now I can't use the touchpad at all because I deleted the drivers, so it would seem that the computer doesn't know it has a touchpad because it won't register the touchpad in my devices tab.
    Does anyone know what I can do to solve this? Or to at least get the touchpad to register again? I just got this computer for Christmas, I've treated it very well so it hasn't banged up against anything or been dropped or mistreated, so I cannot understand why this is happening. It worked before the 8.1 update, so I'm pretty sure the issue has something to do with that.

    UPDATE: So I managed to fix the touch pad by deleting the driver and rebooting, which is weird because I removed the driver completely and never reinstalled it, so the computer shouldn't really know it has a touch pad. But every time I reboot the computer after fixing it, the touch pad goes back to it's old problem and I need to redelete and reboot all over again.
    Also, My computer has begun to randomly freeze and not respond to anything, with one such event leading to a blue screen with a WHEA_UNCORRECTABLE_ERROR message. The computer has frozen a total of 6 times, at different moments; when I'm typing on microsoft word, at the login screen, even right when it starts up and the msi loading screen is up. 5 of these times have required a forced shut down, the first time the computer shut off on it's own because it ran out of battery power.
    Finally, my computer has begun to periodically for long stretches of time stopped detecting wireless networks and is asking to be plugged into an ethernet cable to connect to the internet. This has never happened to me before, and I know I haven't turned off my network sharing center.
    I'm not sure why this is all suddenly happening. It's not like I'm banging my laptop against walls. I'm very careful when I move and use my GS70, so these problems are greatly concerning to me because I just got this computer at Christmas.

Maybe you are looking for

  • Missing Records from R/3 Production to BW 3.5 Production (Sales Documents)

    Hi Experts I am working on SAP BW 3.5 Version When I am Loading data from R/3 Production to BW 3.5 Production half of the Sales Documents are Missing which are start with Alphabetical and I have done right LO-Cokpit procedure properly for 2LIS_11_VAI

  • SQL*Loader and binary

    i am trying to load binary data using SQL*Loader. given a table created a la: create table oofa ( data raw(500) ); and a control file (running on x86 linux): LOAD DATA INFILE * APPEND INTO TABLE OOFA ( DATA VARRAW(500) ) BEGINDATA X'05003132333435' i

  • Usage of VSIZE(x)

    I don't know how to use this function, anybody could do me the favor? VSIZE(x), if x is integer type, how to confirm the result? Other type of x is easy to understand, except integer.

  • Parallax scrolling for different screens

    Hi there... Does anybody know how to deal with different screen sizes and parallax scrolling? It know the 100% width option so that is not the issue.....the issue is the height!! Laptop versus desktop etc.. So what is the best height to use so it wil

  • Bootcamp USB won't mount

    I created a Windows 7 installation drive using a 2.0 GPT formatted USB by copying the files from the Windows 7 ISO. However, I cannot boot from this drive. When using bootcamp assistant to install windows, after restarting I get a black screen that s