KDE 4 Krash

hm!
First KDE 4 snapshot.
I think many people want to try it!

Funny how people dont really care at all about CVS/SVN snapshots, they've lost their status as 'unstable'.
Because this is exactly what KDE4 is at this stage zeus, unstable and practically unusable. It exists only so developers can use it to port their applications to the new frameworks.
If it were as usable as you'd like to think, you would have screenshots everywhere -- but you havnt, because there's nothing much to see yet but subsystems.
James

Similar Messages

  • [Solved] Kmix krash on kde startup

    I have archlinux with kde and phonon-vlc. Every time i've logged in i see a KDE crash report from kdeinit4, sometimes there is also a KMix crash report. Sound in all application is perfect. I tried to install pulseaudio, after that there is no reports, but now sound is terrible noisy. Can you help me?
    Last edited by berlin (2012-07-31 08:42:53)

    boast wrote:
    berlin wrote:Oh, i've found that music in google-chrome or dolphin preview is without noise. But vlc, amarok and plasma-desktop play sounds with noise.
    do these help?
    https://wiki.archlinux.org/index.php/Pu … _crackling
    thank you, that's help:
    load-module module-udev-detect tsched=0
    also i delete ~/.pulse folder

  • Juk and KDE Notifications

    When I get sound notifications from any kde programm ( kopete for example) and when current track in Juk ended (after sound notification), volume in Juk always up to 100%.
    what could go wrong?
    if after notification I reset volume, it don't increase
    Last edited by x1site (2013-12-02 14:45:54)

    karol wrote:Are you using PA or ALSA?
    https://bbs.archlinux.org/viewtopic.php?id=173731
    pulseaudio

  • [solved] Xorg-1.8 + KDE on Asus 1201n : dupplicated Fn key event

    Hello,
    after upgrading to Xorg 1.8 one week ago, I noticed that my Fn keys (sound up/down, mute) were dupplicated. For example, if I press Fn+F10 (=MUTE/Unmute), the sound get muted and immediately unmuted.
    Moreover,
    My xorg.conf:
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    10-evdev.conf:
    # Catchall classes for input devices
    # We don't simply match on any device since that also adds accelerometers
    # and other devices that we don't really want to use. The list below
    # matches everything but joysticks.
    Section "InputClass"
    Identifier "evdev pointer catchall"
    MatchIsPointer "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev keyboard catchall"
    MatchIsKeyboard "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    Option "XkbLayout" "ch"
    Option "XkbVariant" "fr"
    Option "XkbOptions" "terminate:ctrl_alt_bksp"
    EndSection
    Section "InputClass"
    Identifier "evdev touchpad catchall"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    And the Xorg.0.log file, we can see that the keyboard is added twice...
    [ 19.593] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jun 30 09:48:01 2010
    [ 19.649] (==) Using config file: "/etc/X11/xorg.conf"
    [ 19.649] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 19.719] (==) ServerLayout "Layout0"
    [ 19.720] (**) |-->Screen "Screen0" (0)
    [ 19.720] (**) | |-->Monitor "Monitor0"
    [ 19.720] (**) | |-->Device "Device0"
    [ 19.720] (==) Automatically adding devices
    [ 19.720] (==) Automatically enabling devices
    [ 19.780] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 19.780] Entry deleted from font path.
    [ 19.804] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 19.804] Entry deleted from font path.
    [ 19.804] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 19.804] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 19.804] Entry deleted from font path.
    [ 19.804] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 19.804] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 19.804] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 19.804] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 19.805] (II) Loader magic: 0x7ce880
    [ 19.805] (II) Module ABI versions:
    [ 19.805] X.Org ANSI C Emulation: 0.4
    [ 19.805] X.Org Video Driver: 7.0
    [ 19.805] X.Org XInput driver : 9.0
    [ 19.805] X.Org Server Extension : 3.0
    [ 19.819] (--) PCI: (0:0:3:5) 10de:0aa3:1043:8402 nVidia Corporation MCP79 Co-processor rev 177, Mem @ 0xf9f80000/524288
    [ 19.819] (--) PCI:*(0:5:0:0) 10de:0876:1043:8402 nVidia Corporation ION VGA [GeForce 9400M] rev 177, Mem @ 0xfa000000/16777216, 0xe0000000/268435456, 0xf6000000/33554432, I/O @ 0x0000cc00/128, BIOS @ 0x????????/131072
    [ 19.820] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 19.820] (II) LoadModule: "extmod"
    [ 19.864] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 19.872] (II) Module extmod: vendor="X.Org Foundation"
    [ 19.872] compiled for 1.8.1.902, module version = 1.0.0
    [ 19.872] Module class: X.Org Server Extension
    [ 19.872] ABI class: X.Org Server Extension, version 3.0
    [ 19.872] (II) Loading extension MIT-SCREEN-SAVER
    [ 19.872] (II) Loading extension XFree86-VidModeExtension
    [ 19.872] (II) Loading extension XFree86-DGA
    [ 19.872] (II) Loading extension DPMS
    [ 19.872] (II) Loading extension XVideo
    [ 19.872] (II) Loading extension XVideo-MotionCompensation
    [ 19.872] (II) Loading extension X-Resource
    [ 19.872] (II) LoadModule: "dbe"
    [ 19.873] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 19.879] (II) Module dbe: vendor="X.Org Foundation"
    [ 19.879] compiled for 1.8.1.902, module version = 1.0.0
    [ 19.879] Module class: X.Org Server Extension
    [ 19.879] ABI class: X.Org Server Extension, version 3.0
    [ 19.879] (II) Loading extension DOUBLE-BUFFER
    [ 19.879] (II) LoadModule: "glx"
    [ 19.879] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 20.470] (II) Module glx: vendor="NVIDIA Corporation"
    [ 20.479] compiled for 4.0.2, module version = 1.0.0
    [ 20.479] Module class: X.Org Server Extension
    [ 20.479] (II) NVIDIA GLX Module 256.35 Wed Jun 16 19:10:31 PDT 2010
    [ 20.480] (II) Loading extension GLX
    [ 20.480] (II) LoadModule: "record"
    [ 20.480] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 20.490] (II) Module record: vendor="X.Org Foundation"
    [ 20.490] compiled for 1.8.1.902, module version = 1.13.0
    [ 20.490] Module class: X.Org Server Extension
    [ 20.490] ABI class: X.Org Server Extension, version 3.0
    [ 20.491] (II) Loading extension RECORD
    [ 20.491] (II) LoadModule: "dri"
    [ 20.491] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 20.527] (II) Module dri: vendor="X.Org Foundation"
    [ 20.527] compiled for 1.8.1.902, module version = 1.0.0
    [ 20.527] ABI class: X.Org Server Extension, version 3.0
    [ 20.527] (II) Loading extension XFree86-DRI
    [ 20.527] (II) LoadModule: "dri2"
    [ 20.527] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 20.528] (II) Module dri2: vendor="X.Org Foundation"
    [ 20.528] compiled for 1.8.1.902, module version = 1.2.0
    [ 20.528] ABI class: X.Org Server Extension, version 3.0
    [ 20.528] (II) Loading extension DRI2
    [ 20.528] (II) LoadModule: "nvidia"
    [ 20.539] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 20.600] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 20.604] compiled for 4.0.2, module version = 1.0.0
    [ 20.604] Module class: X.Org Video Driver
    [ 20.640] (II) NVIDIA dlloader X Driver 256.35 Wed Jun 16 18:45:02 PDT 2010
    [ 20.640] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 20.641] (++) using VT number 7
    [ 20.643] (II) Primary Device is: PCI 05@00:00:0
    [ 20.644] (II) Loading sub module "fb"
    [ 20.644] (II) LoadModule: "fb"
    [ 20.644] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 20.657] (II) Module fb: vendor="X.Org Foundation"
    [ 20.657] compiled for 1.8.1.902, module version = 1.0.0
    [ 20.658] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 20.658] (II) Loading sub module "wfb"
    [ 20.658] (II) LoadModule: "wfb"
    [ 20.711] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 20.712] (II) Module wfb: vendor="X.Org Foundation"
    [ 20.712] compiled for 1.8.1.902, module version = 1.0.0
    [ 20.712] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 20.713] (II) Loading sub module "ramdac"
    [ 20.713] (II) LoadModule: "ramdac"
    [ 20.713] (II) Module "ramdac" already built-in
    [ 20.735] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 20.735] (==) NVIDIA(0): RGB weight 888
    [ 20.735] (==) NVIDIA(0): Default visual is TrueColor
    [ 20.735] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 20.735] (**) NVIDIA(0): Option "NoLogo" "true"
    [ 20.735] (**) NVIDIA(0): Option "ConnectedMonitor" "CRT , CRT"
    [ 20.735] (**) NVIDIA(0): Option "TwinView" "TRUE"
    [ 20.736] (**) NVIDIA(0): Option "TwinViewOrientation" "Clone"
    [ 20.736] (**) NVIDIA(0): Option "SecondMonitorHorizSync" "0"
    [ 20.736] (**) NVIDIA(0): Option "SecondMonitorVertRefresh" "0"
    [ 20.736] (**) NVIDIA(0): Enabling RENDER acceleration
    [ 20.736] (**) NVIDIA(0): ConnectedMonitor string: "CRT , CRT"
    [ 20.736] (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    [ 20.736] (II) NVIDIA(0): enabled.
    [ 21.512] (WW) NVIDIA(GPU-0): Invalid ConnectedMonitor request; request was for 'CRT-0,
    [ 21.512] (WW) NVIDIA(GPU-0): CRT-1', but the valid display devices are 'CRT-0, DFP-0,
    [ 21.512] (WW) NVIDIA(GPU-0): DFP-1'.
    [ 21.527] (II) NVIDIA(0): NVIDIA GPU ION (C79) at PCI:5:0:0 (GPU-0)
    [ 21.527] (--) NVIDIA(0): Memory: 524288 kBytes
    [ 21.527] (--) NVIDIA(0): VideoBIOS: 62.79.67.00.00
    [ 21.527] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 21.527] (--) NVIDIA(0): Connected display device(s) on ION at PCI:5:0:0:
    [ 21.527] (--) NVIDIA(0): HSD121PHW1 (DFP-0)
    [ 21.527] (--) NVIDIA(0): HSD121PHW1 (DFP-0): 330.0 MHz maximum pixel clock
    [ 21.527] (--) NVIDIA(0): HSD121PHW1 (DFP-0): Internal Dual Link LVDS
    [ 21.538] (WW) NVIDIA(0): No TwinView "MetaModes" specified; will fall back to Display
    [ 21.538] (WW) NVIDIA(0): SubSection modes.
    [ 21.538] (**) NVIDIA(0): TwinView enabled
    [ 21.538] (WW) NVIDIA(0): TwinView requested, but only 1 display devices found.
    [ 21.569] (II) NVIDIA(0): Assigned Display Device: DFP-0
    [ 21.569] (==) NVIDIA(0):
    [ 21.569] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 21.569] (==) NVIDIA(0): will be used as the requested mode.
    [ 21.569] (==) NVIDIA(0):
    [ 21.569] (II) NVIDIA(0): Validated modes:
    [ 21.569] (II) NVIDIA(0): "nvidia-auto-select"
    [ 21.569] (II) NVIDIA(0): Virtual screen size determined to be 1366 x 768
    [ 22.632] (--) NVIDIA(0): DPI set to (128, 130); computed from "UseEdidDpi" X config
    [ 22.633] (--) NVIDIA(0): option
    [ 22.633] (==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    [ 22.633] (--) Depth 24 pixmap format is 32 bpp
    [ 22.633] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
    [ 22.634] (II) NVIDIA(0): Initialized GPU GART.
    [ 22.641] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 22.641] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 22.641] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 22.641] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 22.641] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 22.641] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 22.641] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 22.641] (II) NVIDIA(0): Config Options in the README.
    [ 22.642] (II) NVIDIA(0): ACPI display change hotkey events enabled: the X server is new
    [ 22.642] (II) NVIDIA(0): enough to receive ACPI hotkey events.
    [ 22.642] (II) NVIDIA(0): ACPI brightness change hotkey events enabled.
    [ 22.644] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    [ 22.920] (II) Loading extension NV-GLX
    [ 22.960] (II) NVIDIA(0): Initialized OpenGL Acceleration
    [ 22.994] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 22.994] (II) NVIDIA(0): Initialized X Rendering Acceleration
    [ 23.005] (==) NVIDIA(0): Backing store disabled
    [ 23.005] (==) NVIDIA(0): Silken mouse enabled
    [ 23.013] (**) NVIDIA(0): DPMS enabled
    [ 23.043] (II) Loading extension NV-CONTROL
    [ 23.044] (II) Loading extension XINERAMA
    [ 23.044] (II) Loading sub module "dri2"
    [ 23.044] (II) LoadModule: "dri2"
    [ 23.045] (II) Reloading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 23.045] (II) NVIDIA(0): [DRI2] Setup complete
    [ 23.045] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 23.045] (==) RandR enabled
    [ 23.045] (II) Initializing built-in extension Generic Event Extension
    [ 23.045] (II) Initializing built-in extension SHAPE
    [ 23.045] (II) Initializing built-in extension MIT-SHM
    [ 23.045] (II) Initializing built-in extension XInputExtension
    [ 23.045] (II) Initializing built-in extension XTEST
    [ 23.045] (II) Initializing built-in extension BIG-REQUESTS
    [ 23.045] (II) Initializing built-in extension SYNC
    [ 23.045] (II) Initializing built-in extension XKEYBOARD
    [ 23.045] (II) Initializing built-in extension XC-MISC
    [ 23.045] (II) Initializing built-in extension SECURITY
    [ 23.045] (II) Initializing built-in extension XINERAMA
    [ 23.045] (II) Initializing built-in extension XFIXES
    [ 23.045] (II) Initializing built-in extension RENDER
    [ 23.045] (II) Initializing built-in extension RANDR
    [ 23.045] (II) Initializing built-in extension COMPOSITE
    [ 23.045] (II) Initializing built-in extension DAMAGE
    [ 23.052] (II) Initializing extension GLX
    [ 23.688] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 23.688] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 23.688] (II) LoadModule: "evdev"
    [ 23.689] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 23.708] (II) Module evdev: vendor="X.Org Foundation"
    [ 23.708] compiled for 1.8.0, module version = 2.4.0
    [ 23.708] Module class: X.Org XInput Driver
    [ 23.708] ABI class: X.Org XInput driver, version 9.0
    [ 23.708] (**) Power Button: always reports core events
    [ 23.708] (**) Power Button: Device: "/dev/input/event4"
    [ 23.720] (II) Power Button: Found keys
    [ 23.720] (II) Power Button: Configuring as keyboard
    [ 23.720] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 23.720] (**) Option "xkb_rules" "evdev"
    [ 23.720] (**) Option "xkb_model" "evdev"
    [ 23.720] (**) Option "xkb_layout" "ch"
    [ 23.720] (**) Option "xkb_variant" "fr"
    [ 23.720] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 23.826] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
    [ 23.826] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 23.826] (**) Video Bus: always reports core events
    [ 23.827] (**) Video Bus: Device: "/dev/input/event8"
    [ 23.873] (II) Video Bus: Found keys
    [ 23.873] (II) Video Bus: Configuring as keyboard
    [ 23.873] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    [ 23.873] (**) Option "xkb_rules" "evdev"
    [ 23.873] (**) Option "xkb_model" "evdev"
    [ 23.873] (**) Option "xkb_layout" "ch"
    [ 23.873] (**) Option "xkb_variant" "fr"
    [ 23.873] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 23.875] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 23.876] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 23.876] (**) Power Button: always reports core events
    [ 23.876] (**) Power Button: Device: "/dev/input/event3"
    [ 23.900] (II) Power Button: Found keys
    [ 23.900] (II) Power Button: Configuring as keyboard
    [ 23.900] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 23.900] (**) Option "xkb_rules" "evdev"
    [ 23.900] (**) Option "xkb_model" "evdev"
    [ 23.900] (**) Option "xkb_layout" "ch"
    [ 23.900] (**) Option "xkb_variant" "fr"
    [ 23.900] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 23.901] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 23.901] (II) No input driver/identifier specified (ignoring)
    [ 23.902] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
    [ 23.902] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 23.902] (**) Sleep Button: always reports core events
    [ 23.902] (**) Sleep Button: Device: "/dev/input/event2"
    [ 23.923] (II) Sleep Button: Found keys
    [ 23.923] (II) Sleep Button: Configuring as keyboard
    [ 23.923] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    [ 23.923] (**) Option "xkb_rules" "evdev"
    [ 23.923] (**) Option "xkb_model" "evdev"
    [ 23.923] (**) Option "xkb_layout" "ch"
    [ 23.923] (**) Option "xkb_variant" "fr"
    [ 23.923] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 23.929] (II) config/udev: Adding input device USB 2.0 PC Cam (/dev/input/event10)
    [ 23.929] (**) USB 2.0 PC Cam: Applying InputClass "evdev keyboard catchall"
    [ 23.929] (**) USB 2.0 PC Cam: always reports core events
    [ 23.929] (**) USB 2.0 PC Cam: Device: "/dev/input/event10"
    [ 23.950] (II) USB 2.0 PC Cam: Found keys
    [ 23.950] (II) USB 2.0 PC Cam: Configuring as keyboard
    [ 23.950] (II) XINPUT: Adding extended input device "USB 2.0 PC Cam" (type: KEYBOARD)
    [ 23.950] (**) Option "xkb_rules" "evdev"
    [ 23.950] (**) Option "xkb_model" "evdev"
    [ 23.950] (**) Option "xkb_layout" "ch"
    [ 23.950] (**) Option "xkb_variant" "fr"
    [ 23.950] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 23.953] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event11)
    [ 23.953] (II) No input driver/identifier specified (ignoring)
    [ 23.961] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event7)
    [ 23.961] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 23.962] (**) Eee PC WMI hotkeys: always reports core events
    [ 23.962] (**) Eee PC WMI hotkeys: Device: "/dev/input/event7"
    [ 23.976] (II) Eee PC WMI hotkeys: Found keys
    [ 23.976] (II) Eee PC WMI hotkeys: Configuring as keyboard
    [ 23.976] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD)
    [ 23.976] (**) Option "xkb_rules" "evdev"
    [ 23.977] (**) Option "xkb_model" "evdev"
    [ 23.977] (**) Option "xkb_layout" "ch"
    [ 23.977] (**) Option "xkb_variant" "fr"
    [ 23.977] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 23.978] (II) config/udev: Adding input device Asus EeePC extra buttons (/dev/input/event9)
    [ 23.978] (**) Asus EeePC extra buttons: Applying InputClass "evdev keyboard catchall"
    [ 23.978] (**) Asus EeePC extra buttons: always reports core events
    [ 23.978] (**) Asus EeePC extra buttons: Device: "/dev/input/event9"
    [ 24.016] (II) Asus EeePC extra buttons: Found keys
    [ 24.016] (II) Asus EeePC extra buttons: Configuring as keyboard
    [ 24.016] (II) XINPUT: Adding extended input device "Asus EeePC extra buttons" (type: KEYBOARD)
    [ 24.016] (**) Option "xkb_rules" "evdev"
    [ 24.016] (**) Option "xkb_model" "evdev"
    [ 24.017] (**) Option "xkb_layout" "ch"
    [ 24.017] (**) Option "xkb_variant" "fr"
    [ 24.017] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 24.018] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 24.018] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 24.018] (**) AT Translated Set 2 keyboard: always reports core events
    [ 24.018] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 24.043] (II) AT Translated Set 2 keyboard: Found keys
    [ 24.043] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 24.043] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    [ 24.043] (**) Option "xkb_rules" "evdev"
    [ 24.043] (**) Option "xkb_model" "evdev"
    [ 24.043] (**) Option "xkb_layout" "ch"
    [ 24.043] (**) Option "xkb_variant" "fr"
    [ 24.043] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 24.044] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
    [ 24.045] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 24.045] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 24.045] (II) LoadModule: "synaptics"
    [ 24.045] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 24.060] (II) Module synaptics: vendor="X.Org Foundation"
    [ 24.060] compiled for 1.8.0.902, module version = 1.2.2
    [ 24.060] Module class: X.Org XInput Driver
    [ 24.060] ABI class: X.Org XInput driver, version 9.0
    [ 24.060] (II) Synaptics touchpad driver version 1.2.2
    [ 24.060] (**) Option "Device" "/dev/input/event6"
    [ 24.190] (II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
    [ 24.190] (II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
    [ 24.190] (II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 24.190] (II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
    [ 24.190] (II) SynPS/2 Synaptics TouchPad: buttons: left right
    [ 24.190] (**) Option "SHMConfig" "on"
    [ 24.190] (**) Option "MaxTapMove" "2000"
    [ 24.190] (**) Option "VertEdgeScroll" "on"
    [ 24.190] (**) Option "VertTwoFingerScroll" "on"
    [ 24.190] (**) Option "HorizTwoFingerScroll" "on"
    [ 24.190] (**) Option "TapButton1" "1"
    [ 24.190] (**) Option "CircularScrolling" "on"
    [ 24.296] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [ 24.296] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 24.350] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
    [ 24.350] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 24.350] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
    [ 24.350] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 24.350] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 24.430] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [ 24.430] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 24.430] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 24.430] (II) Synaptics touchpad driver version 1.2.2
    [ 26.296] SynPS/2 Synaptics TouchPad no synaptics event device found
    [ 26.296] (**) Option "Device" "/dev/input/mouse0"
    [ 26.323] (**) Option "SHMConfig" "on"
    [ 26.323] (**) Option "MaxTapMove" "2000"
    [ 26.323] (**) Option "VertEdgeScroll" "on"
    [ 26.323] (**) Option "VertTwoFingerScroll" "on"
    [ 26.323] (**) Option "HorizTwoFingerScroll" "on"
    [ 26.323] (**) Option "TapButton1" "1"
    [ 26.323] (**) Option "CircularScrolling" "on"
    [ 26.344] Query no Synaptics: 6003C8
    [ 26.344] (--) SynPS/2 Synaptics TouchPad: no supported touchpad found
    [ 26.344] (EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
    [ 26.386] (EE) PreInit failed for input device "SynPS/2 Synaptics TouchPad"
    [ 26.386] (II) UnloadModule: "synaptics"
    [ 26.387] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
    [ 26.387] (II) No input driver/identifier specified (ignoring)
    I have not put the 10-synaptic touchpad config file since it works well (Identifier "touchpad catchall" Driver "synaptics").
    Any idea what could be the problem ?
    Last edited by Bluespear (2010-07-18 20:05:16)

    Nothing ?
    Switchng off hal deamon and cleaning ~/.kde* has no effect...
    So, after searching on google again an again, still nothing found.... even among the Ubuntu specific issue where post are terminated
    with "wait next version of the package", the windows-style answer.
    I will continue my attempts to fix this... but my conclusion about this is that hal was more precise in his behavior than udev...

  • Alunn no longer working with KDE 4.6

    I use alunn to be notified about available package updates.
    After upgrade to KDE 4.6, alunn still shows the package updates, but they can't be installed any more using alunn. The internally by alunn issued command is
    kdesu "konsole -e alunn_updatescript"
    If you have alunn installed, you can enter that in a terminal as well. You will be prompted for the root password and after having entered the correct password, you get the following error response:
    Der Befehl „ 'konsole -e alunn_updatescript'“ kann nicht ausgeführt werden. -> in English:
    Cannot execute „ 'konsole -e alunn_updatescript'“.
    Console output:
    [dieter@arch32 ~]$ kdesu konsole -e alunn_updatescript
    kdesu: Unbekannte Option „e“.
    kdesu: Benutzen Sie den Parameter „--help“, um die verfügbaren Optionen zu sehen.
    [dieter@arch32 ~]$ kdesu "konsole -e alunn_updatescript"
    kdesu(3752) startApp: Daemon not safe (not sgid), not using it.
    kdesu(3752)/kdesu (kdelibs) KDESu::PtyProcess::exec: [ /build/src/kdelibs-4.6.0/kdesu/process.cpp : 293 ] Running "/bin/su"
    kdesu(3752)/kdesu (kdelibs) KDESu::SuProcess::ConverseSU: [ /build/src/kdelibs-4.6.0/kdesu/su.cpp : 259 ] Read line "Password: "
    kdesu(3752)/kdesu (kdelibs) KDESu::PtyProcess::exec: [ /build/src/kdelibs-4.6.0/kdesu/process.cpp : 293 ] Running "/bin/su"
    kdesu(3752)/kdesu (kdelibs) KDESu::SuProcess::ConverseSU: [ /build/src/kdelibs-4.6.0/kdesu/su.cpp : 259 ] Read line "Password: "
    kdesu(3752)/kdesu (kdelibs) KDESu::PtyProcess::WaitSlave: [ /build/src/kdelibs-4.6.0/kdesu/process.cpp : 379 ] Child pid 3760
    kdesu(3752)/kdesu (kdelibs) KDESu::SuProcess::ConverseSU: [ /build/src/kdelibs-4.6.0/kdesu/su.cpp : 259 ] Read line ""
    kdesu(3752)/kdesu (kdelibs) KDESu::SuProcess::ConverseSU: [ /build/src/kdelibs-4.6.0/kdesu/su.cpp : 259 ] Read line "kdesu_stub"
    kdesu(3752)/kdesu (kdelibs) KDESu::PtyProcess::exec: [ /build/src/kdelibs-4.6.0/kdesu/process.cpp : 293 ] Running "/bin/su"
    kdesu(3752)/kdesu (kdelibs) KDESu::SuProcess::ConverseSU: [ /build/src/kdelibs-4.6.0/kdesu/su.cpp : 259 ] Read line "Password: "
    kdesu(3752)/kdesu (kdelibs) KDESu::PtyProcess::WaitSlave: [ /build/src/kdelibs-4.6.0/kdesu/process.cpp : 379 ] Child pid 3764
    kdesu(3752)/kdesu (kdelibs) KDESu::SuProcess::ConverseSU: [ /build/src/kdelibs-4.6.0/kdesu/su.cpp : 259 ] Read line ""
    kdesu(3752)/kdesu (kdelibs) KDESu::SuProcess::ConverseSU: [ /build/src/kdelibs-4.6.0/kdesu/su.cpp : 259 ] Read line "kdesu_stub"
    Any idea? Or shall I file a bug report?

    As you said there are 3 folders with application files.
    For_4.1.0 - contains application files for RIM OS 4.1.0 and higher version number
    For_4.2.0  - contains application files for RIM OS 4.2.0 and higher version number
    For_4.6.0  - contains application files for RIM OS 4.2.0 and higher version number
    You have RIM OS 4.5 on your device, and I recommend to install application from folder For_4.2.0
    Connect your blackberry to the desktop computer
    Run Blackberry Desktop Software
    Select "Application loader" and specify folder: For_4.2.0 as a location of files to be installed
    Message Edited by tbilisoft on 12-02-2008 02:11 PM

  • KDE shutdown/reboot issue

    I've had this issue for ages, hope I can explain it clearly enough.  Two people use my computer, when both are logged in, and the person who logged in first logs out, then the second person tries to restart or shut down, it doesn't work properly.  It just shows a flashing cursor, but if the person manually switches to vt1 the shutdown/restart continues as normal.  It's not a major deal just annoying.  Had the issue with KDE 4.6 and it continues with 4.7.  KDE starts via inittab.

    I've managed to reproduce this in virtualbox, anyone care to shed any light before I attempt a bug report?

  • Firefox running under Linux Mint (based on Ubuntu) 12 (KDE) won't install extensions for Firefox

    Linux Mint (based on Ubuntu) 12, KDE desktop
    Firefox 10.0
    Started up Firefox right after Mint was installed. On the add-ons page video download helper was shown as a featured extension and I installed it, then rebooted when prompted. After that, Firefox would never install another extension again. Just gives download error.
    I google searched and in a forum I found a post about uninstalling and reinstalling Firefox. I tried it. First time I started it up, it installed video download helper again, but then would not install any other extension after that. I tried numerous extensions I '''KNOW''' are working in Firefox 10.0 because they are working in Firefox over on my Win 7. Everytime I get a download error, either from the addons site or from the Add-ons Manager in Firefox.
    Someone told me on the Mint forums that I needed to add a subdirectory on a certain directory, so I did that. Didn't work.
    It seems Ubuntu disables the root, or cripples it, and I guess Mint does too. You can still use sudo when doing things in Ubuntu (and Mint I would assume, since it's based on Ubuntu) but you can't get true 'superuser' access as I understand it. But, I don't think this would have any bearing on the problem, or my search of the Mint forums would have come up with all kinds of threads screaming about this.

    Problem solved - it was caused by an add-on called "PDF Download 3.0.0.2)
    To fix - in Firefox :
    Click on '''Tools''' command (top of screen)
    Select '''Extensions'''
    click on "'''disable''' button beside '''PDF Download'''
    Close Firefox and restart it.
    Clicking on any pdf file should open a new tab now and the document will appear there.

  • [SOLVED] Unable to open some programs in KDE, HFS+ partiton needs fsck

    I've had two unsettling experiences today; I'm not sure if they're related or not.
    I have a Mid-2012 MacBook Pro. I installed bluez + bluez-utils 5.13.1-1 in order to use an Apple Wireless Keyboard and Magic Trackpad. Following the instructions in the wiki for setting up bluetooth devices using bluetoothctl, I was able to connect to the keyboard without a hitch. However, when I connected the trackpad, I would be able to move the mouse for a few seconds and then the whole system would freeze and I would have to force reboot. I tried this a few a times. I couldn't find any errors in the logs or dmesg; the last entry in dmesg would always show the trackpad being connected, so it seemed like whatever happened after that wasn't being logged. I found a couple recent bug reports, one for Arch and one for Fedora, with similar issues.
    I ran pacman -Syu in case my problem was due to outdated drivers or something, but it didn't get fixed. It's possible that the problems I've having now were caused by the update and have nothing to do with the trackpad, but I don't know.
    Here's what was upgraded:
    [2014-01-08 17:33] [PACMAN] starting full system upgrade
    [2014-01-08 17:34] [PACMAN] upgraded glibc (2.18-11 -> 2.18-12)
    [2014-01-08 17:34] [ALPM] warning: /usr/share/config/kdm/kdmrc installed as /usr/share/config/kdm/kdmrc.pacnew
    [2014-01-08 17:34] [PACMAN] upgraded kdebase-workspace (4.11.4-2 -> 4.11.5-1)
    [2014-01-08 17:34] [PACMAN] upgraded lib32-glibc (2.18-11 -> 2.18-12)
    [2014-01-08 17:34] [PACMAN] upgraded libdrm (2.4.50-1 -> 2.4.51-1)
    [2014-01-08 17:34] [PACMAN] upgraded lib32-libdrm (2.4.50-1 -> 2.4.51-1)
    [2014-01-08 17:34] [PACMAN] upgraded lib32-nvidia-304xx-utils (304.117-1 -> 304.117-3)
    [2014-01-08 17:34] [PACMAN] upgraded lib32-pcre (8.33-1 -> 8.34-1)
    [2014-01-08 17:34] [PACMAN] upgraded libcap (2.23-2 -> 2.24-1)
    [2014-01-08 17:34] [PACMAN] upgraded librsvg (1:2.40.1-1 -> 1:2.40.1-3)
    [2014-01-08 17:34] [PACMAN] upgraded libxfont (1.4.6-1 -> 1.4.7-1)
    [2014-01-08 17:34] [PACMAN] upgraded mesa (10.0.1-1 -> 10.0.1-2)
    [2014-01-08 17:34] [PACMAN] upgraded openssl (1.0.1.e-5 -> 1.0.1.f-1)
    [2014-01-08 17:34] [ALPM] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
    [2014-01-08 17:34] [PACMAN] upgraded pacman-mirrorlist (20130830-1 -> 20140107-1)
    [2014-01-08 17:34] [PACMAN] upgraded xorg-server-common (1.14.5-1 -> 1.14.5-2)
    [2014-01-08 17:34] [PACMAN] upgraded xorg-server (1.14.5-1 -> 1.14.5-2)
    [2014-01-08 17:34] [PACMAN] upgraded xorg-server-devel (1.14.5-1 -> 1.14.5-2)
    In any case, now I can't open some programs; Skype and Okular both spend a while trying to open and then close again before anything happens. I also can't open the KDE application menu, although I can still launch programs with the quick launcher.
    Also, I have a non-journaled HFS partition that I use to store media and has been working fine, but now I can't write to it. In dmesg there's an entry from hfsplus saying "Filesystem wasn't unmounted cleanly, mounting it as read-only" and suggesting I run fsck.hfsplus, which doesn't seem to exist. I assume this message refers to my media partition. I tried doing a systemctl short health test which checked out fine, but I don't know that that really has much meaning here. I do have a backup of it if anything risky or drastic needs to be done.
    I'm generally new to Linux and not quite sure how to go about troubleshooting all this. I'd love some places to look, stuff to try, etc. Maybe I should try downgrading X server? I see some potentially weird stuff in my logs but nothing that looks like a smoking gun to me. However, I might just not know enough at this point to be able to recognize it.
    dmesg:
    There're a few firmware bugs and a segfault in konsole (see 0.047701, 0.257523, 12.077596, 27.185098).
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.12.6-1-ARCH (tobias@T-POWA-LX) (gcc version 4.8.2 (GCC) ) #1 SMP PREEMPT Fri Dec 20 19:39:00 CET 2013
    [ 0.000000] Command line: \boot\vmlinuz-linux ro root=UUID=95c49290-b97c-4136-90a5-b8ae1b964cd7 initrd=boot\initramfs-linux.img
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008dfff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000008e000-0x000000000008ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000bffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000040005000-0x000000008cd12fff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000008cd13000-0x000000008cd52fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x000000008cd53000-0x000000008cd68fff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000008cd69000-0x000000008cd8efff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x000000008cd8f000-0x000000008ce3afff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000008ce3b000-0x000000008ce8efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000008ce8f000-0x000000008cecdfff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000008cece000-0x000000008cefefff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000008ceff000-0x000000008cf91fff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000008cf92000-0x000000008cffefff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000008cfff000-0x000000008cffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000008d000000-0x000000008f9fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffe70000-0x00000000ffe9ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000016f5fffff] usable
    [ 0.000000] e820: update [mem 0x8970c190-0x89721dcf] usable ==> usable
    [ 0.000000] extended physical RAM map:
    [ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000008dfff] usable
    [ 0.000000] reserve setup_data: [mem 0x000000000008e000-0x000000000008ffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000bffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000001fffffff] usable
    [ 0.000000] reserve setup_data: [mem 0x0000000020000000-0x00000000201fffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000020200000-0x0000000040003fff] usable
    [ 0.000000] reserve setup_data: [mem 0x0000000040004000-0x0000000040004fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000040005000-0x000000008970c18f] usable
    [ 0.000000] reserve setup_data: [mem 0x000000008970c190-0x0000000089721dcf] usable
    [ 0.000000] reserve setup_data: [mem 0x0000000089721dd0-0x000000008cd12fff] usable
    [ 0.000000] reserve setup_data: [mem 0x000000008cd13000-0x000000008cd52fff] ACPI NVS
    [ 0.000000] reserve setup_data: [mem 0x000000008cd53000-0x000000008cd68fff] usable
    [ 0.000000] reserve setup_data: [mem 0x000000008cd69000-0x000000008cd8efff] ACPI data
    [ 0.000000] reserve setup_data: [mem 0x000000008cd8f000-0x000000008ce3afff] usable
    [ 0.000000] reserve setup_data: [mem 0x000000008ce3b000-0x000000008ce8efff] reserved
    [ 0.000000] reserve setup_data: [mem 0x000000008ce8f000-0x000000008cecdfff] usable
    [ 0.000000] reserve setup_data: [mem 0x000000008cece000-0x000000008cefefff] reserved
    [ 0.000000] reserve setup_data: [mem 0x000000008ceff000-0x000000008cf91fff] usable
    [ 0.000000] reserve setup_data: [mem 0x000000008cf92000-0x000000008cffefff] reserved
    [ 0.000000] reserve setup_data: [mem 0x000000008cfff000-0x000000008cffffff] usable
    [ 0.000000] reserve setup_data: [mem 0x000000008d000000-0x000000008f9fffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000ffe70000-0x00000000ffe9ffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000016f5fffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] efi: EFI v1.10 by Apple
    [ 0.000000] efi: ACPI=0x8cd8e000 ACPI 2.0=0x8cd8e014 SMBIOS=0x8cd1b000
    [ 0.000000] efi: mem00: type=7, attr=0x80000000000000f, range=[0x0000000000000000-0x000000000008e000) (0MB)
    [ 0.000000] efi: mem01: type=0, attr=0x80000000000000f, range=[0x000000000008e000-0x0000000000090000) (0MB)
    [ 0.000000] efi: mem02: type=2, attr=0x80000000000000f, range=[0x0000000000090000-0x000000000009a000) (0MB)
    [ 0.000000] efi: mem03: type=7, attr=0x80000000000000f, range=[0x000000000009a000-0x00000000000a0000) (0MB)
    [ 0.000000] efi: mem04: type=7, attr=0xf, range=[0x0000000000100000-0x0000000001000000) (15MB)
    [ 0.000000] efi: mem05: type=2, attr=0xf, range=[0x0000000001000000-0x0000000001f54000) (15MB)
    [ 0.000000] efi: mem06: type=7, attr=0xf, range=[0x0000000001f54000-0x0000000020000000) (480MB)
    [ 0.000000] efi: mem07: type=0, attr=0xf, range=[0x0000000020000000-0x0000000020200000) (2MB)
    [ 0.000000] efi: mem08: type=7, attr=0xf, range=[0x0000000020200000-0x0000000040004000) (510MB)
    [ 0.000000] efi: mem09: type=0, attr=0xf, range=[0x0000000040004000-0x0000000040005000) (0MB)
    [ 0.000000] efi: mem10: type=7, attr=0xf, range=[0x0000000040005000-0x000000007fcd7000) (1020MB)
    [ 0.000000] efi: mem11: type=2, attr=0xf, range=[0x000000007fcd7000-0x0000000080000000) (3MB)
    [ 0.000000] efi: mem12: type=7, attr=0xf, range=[0x0000000080000000-0x0000000088fbc000) (143MB)
    [ 0.000000] efi: mem13: type=1, attr=0xf, range=[0x0000000088fbc000-0x000000008936f000) (3MB)
    [ 0.000000] efi: mem14: type=7, attr=0xf, range=[0x000000008936f000-0x000000008970c000) (3MB)
    [ 0.000000] efi: mem15: type=2, attr=0xf, range=[0x000000008970c000-0x000000008972d000) (0MB)
    [ 0.000000] efi: mem16: type=7, attr=0xf, range=[0x000000008972d000-0x0000000089741000) (0MB)
    [ 0.000000] efi: mem17: type=2, attr=0xf, range=[0x0000000089741000-0x0000000089742000) (0MB)
    [ 0.000000] efi: mem18: type=7, attr=0xf, range=[0x0000000089742000-0x0000000089746000) (0MB)
    [ 0.000000] efi: mem19: type=4, attr=0xf, range=[0x0000000089746000-0x0000000089747000) (0MB)
    [ 0.000000] efi: mem20: type=2, attr=0xf, range=[0x0000000089747000-0x0000000089cb2000) (5MB)
    [ 0.000000] efi: mem21: type=4, attr=0xf, range=[0x0000000089cb2000-0x0000000089cb4000) (0MB)
    [ 0.000000] efi: mem22: type=2, attr=0xf, range=[0x0000000089cb4000-0x0000000089ccf000) (0MB)
    [ 0.000000] efi: mem23: type=4, attr=0xf, range=[0x0000000089ccf000-0x0000000089cd0000) (0MB)
    [ 0.000000] efi: mem24: type=2, attr=0xf, range=[0x0000000089cd0000-0x0000000089d0f000) (0MB)
    [ 0.000000] efi: mem25: type=4, attr=0xf, range=[0x0000000089d0f000-0x0000000089d24000) (0MB)
    [ 0.000000] efi: mem26: type=2, attr=0xf, range=[0x0000000089d24000-0x0000000089d4a000) (0MB)
    [ 0.000000] efi: mem27: type=4, attr=0xf, range=[0x0000000089d4a000-0x0000000089d4b000) (0MB)
    [ 0.000000] efi: mem28: type=2, attr=0xf, range=[0x0000000089d4b000-0x0000000089d4d000) (0MB)
    [ 0.000000] efi: mem29: type=4, attr=0xf, range=[0x0000000089d4d000-0x0000000089d53000) (0MB)
    [ 0.000000] efi: mem30: type=2, attr=0xf, range=[0x0000000089d53000-0x0000000089d55000) (0MB)
    [ 0.000000] efi: mem31: type=4, attr=0xf, range=[0x0000000089d55000-0x0000000089d65000) (0MB)
    [ 0.000000] efi: mem32: type=2, attr=0xf, range=[0x0000000089d65000-0x0000000089d99000) (0MB)
    [ 0.000000] efi: mem33: type=4, attr=0xf, range=[0x0000000089d99000-0x0000000089dba000) (0MB)
    [ 0.000000] efi: mem34: type=2, attr=0xf, range=[0x0000000089dba000-0x0000000089dbc000) (0MB)
    [ 0.000000] efi: mem35: type=4, attr=0xf, range=[0x0000000089dbc000-0x0000000089eb2000) (0MB)
    [ 0.000000] efi: mem36: type=2, attr=0xf, range=[0x0000000089eb2000-0x0000000089eb9000) (0MB)
    [ 0.000000] efi: mem37: type=4, attr=0xf, range=[0x0000000089eb9000-0x0000000089ec4000) (0MB)
    [ 0.000000] efi: mem38: type=2, attr=0xf, range=[0x0000000089ec4000-0x0000000089ec5000) (0MB)
    [ 0.000000] efi: mem39: type=4, attr=0xf, range=[0x0000000089ec5000-0x0000000089ec7000) (0MB)
    [ 0.000000] efi: mem40: type=2, attr=0xf, range=[0x0000000089ec7000-0x0000000089ecc000) (0MB)
    [ 0.000000] efi: mem41: type=4, attr=0xf, range=[0x0000000089ecc000-0x0000000089ecd000) (0MB)
    [ 0.000000] efi: mem42: type=2, attr=0xf, range=[0x0000000089ecd000-0x0000000089ece000) (0MB)
    [ 0.000000] efi: mem43: type=4, attr=0xf, range=[0x0000000089ece000-0x0000000089ed2000) (0MB)
    [ 0.000000] efi: mem44: type=2, attr=0xf, range=[0x0000000089ed2000-0x0000000089ed3000) (0MB)
    [ 0.000000] efi: mem45: type=4, attr=0xf, range=[0x0000000089ed3000-0x000000008a123000) (2MB)
    [ 0.000000] efi: mem46: type=3, attr=0xf, range=[0x000000008a123000-0x000000008a143000) (0MB)
    [ 0.000000] efi: mem47: type=4, attr=0xf, range=[0x000000008a143000-0x000000008b3ca000) (18MB)
    [ 0.000000] efi: mem48: type=3, attr=0xf, range=[0x000000008b3ca000-0x000000008b3de000) (0MB)
    [ 0.000000] efi: mem49: type=1, attr=0xf, range=[0x000000008b3de000-0x000000008b413000) (0MB)
    [ 0.000000] efi: mem50: type=4, attr=0xf, range=[0x000000008b413000-0x000000008b41d000) (0MB)
    [ 0.000000] efi: mem51: type=3, attr=0xf, range=[0x000000008b41d000-0x000000008b42b000) (0MB)
    [ 0.000000] efi: mem52: type=4, attr=0xf, range=[0x000000008b42b000-0x000000008b42d000) (0MB)
    [ 0.000000] efi: mem53: type=2, attr=0xf, range=[0x000000008b42d000-0x000000008b42e000) (0MB)
    [ 0.000000] efi: mem54: type=4, attr=0xf, range=[0x000000008b42e000-0x000000008b42f000) (0MB)
    [ 0.000000] efi: mem55: type=2, attr=0xf, range=[0x000000008b42f000-0x000000008b430000) (0MB)
    [ 0.000000] efi: mem56: type=4, attr=0xf, range=[0x000000008b430000-0x000000008b433000) (0MB)
    [ 0.000000] efi: mem57: type=2, attr=0xf, range=[0x000000008b433000-0x000000008b435000) (0MB)
    [ 0.000000] efi: mem58: type=4, attr=0xf, range=[0x000000008b435000-0x000000008b436000) (0MB)
    [ 0.000000] efi: mem59: type=2, attr=0xf, range=[0x000000008b436000-0x000000008b438000) (0MB)
    [ 0.000000] efi: mem60: type=4, attr=0xf, range=[0x000000008b438000-0x000000008b43b000) (0MB)
    [ 0.000000] efi: mem61: type=2, attr=0xf, range=[0x000000008b43b000-0x000000008b43e000) (0MB)
    [ 0.000000] efi: mem62: type=4, attr=0xf, range=[0x000000008b43e000-0x000000008b43f000) (0MB)
    [ 0.000000] efi: mem63: type=2, attr=0xf, range=[0x000000008b43f000-0x000000008b446000) (0MB)
    [ 0.000000] efi: mem64: type=4, attr=0xf, range=[0x000000008b446000-0x000000008b543000) (0MB)
    [ 0.000000] efi: mem65: type=2, attr=0xf, range=[0x000000008b543000-0x000000008b544000) (0MB)
    [ 0.000000] efi: mem66: type=4, attr=0xf, range=[0x000000008b544000-0x000000008b55f000) (0MB)
    [ 0.000000] efi: mem67: type=3, attr=0xf, range=[0x000000008b55f000-0x000000008b567000) (0MB)
    [ 0.000000] efi: mem68: type=4, attr=0xf, range=[0x000000008b567000-0x000000008b57b000) (0MB)
    [ 0.000000] efi: mem69: type=2, attr=0xf, range=[0x000000008b57b000-0x000000008b57c000) (0MB)
    [ 0.000000] efi: mem70: type=4, attr=0xf, range=[0x000000008b57c000-0x000000008b582000) (0MB)
    [ 0.000000] efi: mem71: type=3, attr=0xf, range=[0x000000008b582000-0x000000008b584000) (0MB)
    [ 0.000000] efi: mem72: type=4, attr=0xf, range=[0x000000008b584000-0x000000008b58c000) (0MB)
    [ 0.000000] efi: mem73: type=3, attr=0xf, range=[0x000000008b58c000-0x000000008b593000) (0MB)
    [ 0.000000] efi: mem74: type=4, attr=0xf, range=[0x000000008b593000-0x000000008b594000) (0MB)
    [ 0.000000] efi: mem75: type=3, attr=0xf, range=[0x000000008b594000-0x000000008b595000) (0MB)
    [ 0.000000] efi: mem76: type=4, attr=0xf, range=[0x000000008b595000-0x000000008b597000) (0MB)
    [ 0.000000] efi: mem77: type=3, attr=0xf, range=[0x000000008b597000-0x000000008b598000) (0MB)
    [ 0.000000] efi: mem78: type=4, attr=0xf, range=[0x000000008b598000-0x000000008b599000) (0MB)
    [ 0.000000] efi: mem79: type=2, attr=0xf, range=[0x000000008b599000-0x000000008b59a000) (0MB)
    [ 0.000000] efi: mem80: type=4, attr=0xf, range=[0x000000008b59a000-0x000000008b59e000) (0MB)
    [ 0.000000] efi: mem81: type=3, attr=0xf, range=[0x000000008b59e000-0x000000008b5a3000) (0MB)
    [ 0.000000] efi: mem82: type=4, attr=0xf, range=[0x000000008b5a3000-0x000000008b5bd000) (0MB)
    [ 0.000000] efi: mem83: type=3, attr=0xf, range=[0x000000008b5bd000-0x000000008b5c1000) (0MB)
    [ 0.000000] efi: mem84: type=4, attr=0xf, range=[0x000000008b5c1000-0x000000008b5c5000) (0MB)
    [ 0.000000] efi: mem85: type=2, attr=0xf, range=[0x000000008b5c5000-0x000000008b5c6000) (0MB)
    [ 0.000000] efi: mem86: type=4, attr=0xf, range=[0x000000008b5c6000-0x000000008b5c8000) (0MB)
    [ 0.000000] efi: mem87: type=3, attr=0xf, range=[0x000000008b5c8000-0x000000008b5c9000) (0MB)
    [ 0.000000] efi: mem88: type=4, attr=0xf, range=[0x000000008b5c9000-0x000000008b5ca000) (0MB)
    [ 0.000000] efi: mem89: type=3, attr=0xf, range=[0x000000008b5ca000-0x000000008b5d5000) (0MB)
    [ 0.000000] efi: mem90: type=4, attr=0xf, range=[0x000000008b5d5000-0x000000008b5d9000) (0MB)
    [ 0.000000] efi: mem91: type=3, attr=0xf, range=[0x000000008b5d9000-0x000000008b5db000) (0MB)
    [ 0.000000] efi: mem92: type=4, attr=0xf, range=[0x000000008b5db000-0x000000008b5ec000) (0MB)
    [ 0.000000] efi: mem93: type=2, attr=0xf, range=[0x000000008b5ec000-0x000000008b5ed000) (0MB)
    [ 0.000000] efi: mem94: type=4, attr=0xf, range=[0x000000008b5ed000-0x000000008b5f5000) (0MB)
    [ 0.000000] efi: mem95: type=3, attr=0xf, range=[0x000000008b5f5000-0x000000008b631000) (0MB)
    [ 0.000000] efi: mem96: type=4, attr=0xf, range=[0x000000008b631000-0x000000008b647000) (0MB)
    [ 0.000000] efi: mem97: type=3, attr=0xf, range=[0x000000008b647000-0x000000008b64a000) (0MB)
    [ 0.000000] efi: mem98: type=4, attr=0xf, range=[0x000000008b64a000-0x000000008b681000) (0MB)
    [ 0.000000] efi: mem99: type=3, attr=0xf, range=[0x000000008b681000-0x000000008b68f000) (0MB)
    [ 0.000000] efi: mem100: type=4, attr=0xf, range=[0x000000008b68f000-0x000000008b69d000) (0MB)
    [ 0.000000] efi: mem101: type=3, attr=0xf, range=[0x000000008b69d000-0x000000008b6b1000) (0MB)
    [ 0.000000] efi: mem102: type=4, attr=0xf, range=[0x000000008b6b1000-0x000000008b6b5000) (0MB)
    [ 0.000000] efi: mem103: type=3, attr=0xf, range=[0x000000008b6b5000-0x000000008b6bb000) (0MB)
    [ 0.000000] efi: mem104: type=2, attr=0xf, range=[0x000000008b6bb000-0x000000008b6bc000) (0MB)
    [ 0.000000] efi: mem105: type=4, attr=0xf, range=[0x000000008b6bc000-0x000000008b6bd000) (0MB)
    [ 0.000000] efi: mem106: type=3, attr=0xf, range=[0x000000008b6bd000-0x000000008b6bf000) (0MB)
    [ 0.000000] efi: mem107: type=4, attr=0xf, range=[0x000000008b6bf000-0x000000008b6c6000) (0MB)
    [ 0.000000] efi: mem108: type=3, attr=0xf, range=[0x000000008b6c6000-0x000000008b6df000) (0MB)
    [ 0.000000] efi: mem109: type=4, attr=0xf, range=[0x000000008b6df000-0x000000008b6e0000) (0MB)
    [ 0.000000] efi: mem110: type=3, attr=0xf, range=[0x000000008b6e0000-0x000000008b6e1000) (0MB)
    [ 0.000000] efi: mem111: type=4, attr=0xf, range=[0x000000008b6e1000-0x000000008b6e2000) (0MB)
    [ 0.000000] efi: mem112: type=2, attr=0xf, range=[0x000000008b6e2000-0x000000008b6e3000) (0MB)
    [ 0.000000] efi: mem113: type=4, attr=0xf, range=[0x000000008b6e3000-0x000000008b6e5000) (0MB)
    [ 0.000000] efi: mem114: type=3, attr=0xf, range=[0x000000008b6e5000-0x000000008b6e6000) (0MB)
    [ 0.000000] efi: mem115: type=4, attr=0xf, range=[0x000000008b6e6000-0x000000008b6e7000) (0MB)
    [ 0.000000] efi: mem116: type=2, attr=0xf, range=[0x000000008b6e7000-0x000000008b6e8000) (0MB)
    [ 0.000000] efi: mem117: type=4, attr=0xf, range=[0x000000008b6e8000-0x000000008b6e9000) (0MB)
    [ 0.000000] efi: mem118: type=3, attr=0xf, range=[0x000000008b6e9000-0x000000008b6eb000) (0MB)
    [ 0.000000] efi: mem119: type=4, attr=0xf, range=[0x000000008b6eb000-0x000000008b6ec000) (0MB)
    [ 0.000000] efi: mem120: type=3, attr=0xf, range=[0x000000008b6ec000-0x000000008b6f1000) (0MB)
    [ 0.000000] efi: mem121: type=4, attr=0xf, range=[0x000000008b6f1000-0x000000008b6f2000) (0MB)
    [ 0.000000] efi: mem122: type=3, attr=0xf, range=[0x000000008b6f2000-0x000000008b6f3000) (0MB)
    [ 0.000000] efi: mem123: type=4, attr=0xf, range=[0x000000008b6f3000-0x000000008b6f6000) (0MB)
    [ 0.000000] efi: mem124: type=3, attr=0xf, range=[0x000000008b6f6000-0x000000008b6f7000) (0MB)
    [ 0.000000] efi: mem125: type=4, attr=0xf, range=[0x000000008b6f7000-0x000000008b6f9000) (0MB)
    [ 0.000000] efi: mem126: type=3, attr=0xf, range=[0x000000008b6f9000-0x000000008b6fb000) (0MB)
    [ 0.000000] efi: mem127: type=2, attr=0xf, range=[0x000000008b6fb000-0x000000008b6fc000) (0MB)
    [ 0.000000] efi: mem128: type=4, attr=0xf, range=[0x000000008b6fc000-0x000000008b6fe000) (0MB)
    [ 0.000000] efi: mem129: type=3, attr=0xf, range=[0x000000008b6fe000-0x000000008b702000) (0MB)
    [ 0.000000] efi: mem130: type=4, attr=0xf, range=[0x000000008b702000-0x000000008b705000) (0MB)
    [ 0.000000] efi: mem131: type=3, attr=0xf, range=[0x000000008b705000-0x000000008b70d000) (0MB)
    [ 0.000000] efi: mem132: type=4, attr=0xf, range=[0x000000008b70d000-0x000000008b710000) (0MB)
    [ 0.000000] efi: mem133: type=3, attr=0xf, range=[0x000000008b710000-0x000000008b715000) (0MB)
    [ 0.000000] efi: mem134: type=4, attr=0xf, range=[0x000000008b715000-0x000000008b716000) (0MB)
    [ 0.000000] efi: mem135: type=3, attr=0xf, range=[0x000000008b716000-0x000000008b717000) (0MB)
    [ 0.000000] efi: mem136: type=4, attr=0xf, range=[0x000000008b717000-0x000000008b718000) (0MB)
    [ 0.000000] efi: mem137: type=3, attr=0xf, range=[0x000000008b718000-0x000000008b71e000) (0MB)
    [ 0.000000] efi: mem138: type=2, attr=0xf, range=[0x000000008b71e000-0x000000008b71f000) (0MB)
    [ 0.000000] efi: mem139: type=4, attr=0xf, range=[0x000000008b71f000-0x000000008b720000) (0MB)
    [ 0.000000] efi: mem140: type=3, attr=0xf, range=[0x000000008b720000-0x000000008b722000) (0MB)
    [ 0.000000] efi: mem141: type=4, attr=0xf, range=[0x000000008b722000-0x000000008b724000) (0MB)
    [ 0.000000] efi: mem142: type=3, attr=0xf, range=[0x000000008b724000-0x000000008b728000) (0MB)
    [ 0.000000] efi: mem143: type=2, attr=0xf, range=[0x000000008b728000-0x000000008b729000) (0MB)
    [ 0.000000] efi: mem144: type=4, attr=0xf, range=[0x000000008b729000-0x000000008b733000) (0MB)
    [ 0.000000] efi: mem145: type=3, attr=0xf, range=[0x000000008b733000-0x000000008b738000) (0MB)
    [ 0.000000] efi: mem146: type=4, attr=0xf, range=[0x000000008b738000-0x000000008b741000) (0MB)
    [ 0.000000] efi: mem147: type=3, attr=0xf, range=[0x000000008b741000-0x000000008b75a000) (0MB)
    [ 0.000000] efi: mem148: type=4, attr=0xf, range=[0x000000008b75a000-0x000000008b75c000) (0MB)
    [ 0.000000] efi: mem149: type=3, attr=0xf, range=[0x000000008b75c000-0x000000008b76a000) (0MB)
    [ 0.000000] efi: mem150: type=4, attr=0xf, range=[0x000000008b76a000-0x000000008b76b000) (0MB)
    [ 0.000000] efi: mem151: type=3, attr=0xf, range=[0x000000008b76b000-0x000000008b76e000) (0MB)
    [ 0.000000] efi: mem152: type=4, attr=0xf, range=[0x000000008b76e000-0x000000008b771000) (0MB)
    [ 0.000000] efi: mem153: type=3, attr=0xf, range=[0x000000008b771000-0x000000008b780000) (0MB)
    [ 0.000000] efi: mem154: type=4, attr=0xf, range=[0x000000008b780000-0x000000008b781000) (0MB)
    [ 0.000000] efi: mem155: type=3, attr=0xf, range=[0x000000008b781000-0x000000008b785000) (0MB)
    [ 0.000000] efi: mem156: type=2, attr=0xf, range=[0x000000008b785000-0x000000008b786000) (0MB)
    [ 0.000000] efi: mem157: type=4, attr=0xf, range=[0x000000008b786000-0x000000008b78b000) (0MB)
    [ 0.000000] efi: mem158: type=3, attr=0xf, range=[0x000000008b78b000-0x000000008b78f000) (0MB)
    [ 0.000000] efi: mem159: type=4, attr=0xf, range=[0x000000008b78f000-0x000000008b792000) (0MB)
    [ 0.000000] efi: mem160: type=2, attr=0xf, range=[0x000000008b792000-0x000000008b793000) (0MB)
    [ 0.000000] efi: mem161: type=4, attr=0xf, range=[0x000000008b793000-0x000000008b797000) (0MB)
    [ 0.000000] efi: mem162: type=3, attr=0xf, range=[0x000000008b797000-0x000000008b798000) (0MB)
    [ 0.000000] efi: mem163: type=4, attr=0xf, range=[0x000000008b798000-0x000000008b79a000) (0MB)
    [ 0.000000] efi: mem164: type=2, attr=0xf, range=[0x000000008b79a000-0x000000008b79b000) (0MB)
    [ 0.000000] efi: mem165: type=4, attr=0xf, range=[0x000000008b79b000-0x000000008b79c000) (0MB)
    [ 0.000000] efi: mem166: type=3, attr=0xf, range=[0x000000008b79c000-0x000000008b7ae000) (0MB)
    [ 0.000000] efi: mem167: type=4, attr=0xf, range=[0x000000008b7ae000-0x000000008b7af000) (0MB)
    [ 0.000000] efi: mem168: type=3, attr=0xf, range=[0x000000008b7af000-0x000000008b7b1000) (0MB)
    [ 0.000000] efi: mem169: type=4, attr=0xf, range=[0x000000008b7b1000-0x000000008b7b3000) (0MB)
    [ 0.000000] efi: mem170: type=3, attr=0xf, range=[0x000000008b7b3000-0x000000008b7bc000) (0MB)
    [ 0.000000] efi: mem171: type=4, attr=0xf, range=[0x000000008b7bc000-0x000000008b7c3000) (0MB)
    [ 0.000000] efi: mem172: type=3, attr=0xf, range=[0x000000008b7c3000-0x000000008b7c4000) (0MB)
    [ 0.000000] efi: mem173: type=4, attr=0xf, range=[0x000000008b7c4000-0x000000008b7c5000) (0MB)
    [ 0.000000] efi: mem174: type=2, attr=0xf, range=[0x000000008b7c5000-0x000000008b7c6000) (0MB)
    [ 0.000000] efi: mem175: type=4, attr=0xf, range=[0x000000008b7c6000-0x000000008b7c7000) (0MB)
    [ 0.000000] efi: mem176: type=3, attr=0xf, range=[0x000000008b7c7000-0x000000008b7d5000) (0MB)
    [ 0.000000] efi: mem177: type=4, attr=0xf, range=[0x000000008b7d5000-0x000000008b7d6000) (0MB)
    [ 0.000000] efi: mem178: type=3, attr=0xf, range=[0x000000008b7d6000-0x000000008b7e3000) (0MB)
    [ 0.000000] efi: mem179: type=4, attr=0xf, range=[0x000000008b7e3000-0x000000008b7e4000) (0MB)
    [ 0.000000] efi: mem180: type=3, attr=0xf, range=[0x000000008b7e4000-0x000000008b7ee000) (0MB)
    [ 0.000000] efi: mem181: type=4, attr=0xf, range=[0x000000008b7ee000-0x000000008b7ef000) (0MB)
    [ 0.000000] efi: mem182: type=3, attr=0xf, range=[0x000000008b7ef000-0x000000008b7f5000) (0MB)
    [ 0.000000] efi: mem183: type=4, attr=0xf, range=[0x000000008b7f5000-0x000000008b7f9000) (0MB)
    [ 0.000000] efi: mem184: type=3, attr=0xf, range=[0x000000008b7f9000-0x000000008b7ff000) (0MB)
    [ 0.000000] efi: mem185: type=4, attr=0xf, range=[0x000000008b7ff000-0x000000008b800000) (0MB)
    [ 0.000000] efi: mem186: type=3, attr=0xf, range=[0x000000008b800000-0x000000008b801000) (0MB)
    [ 0.000000] efi: mem187: type=4, attr=0xf, range=[0x000000008b801000-0x000000008b802000) (0MB)
    [ 0.000000] efi: mem188: type=2, attr=0xf, range=[0x000000008b802000-0x000000008b804000) (0MB)
    [ 0.000000] efi: mem189: type=4, attr=0xf, range=[0x000000008b804000-0x000000008b805000) (0MB)
    [ 0.000000] efi: mem190: type=3, attr=0xf, range=[0x000000008b805000-0x000000008b806000) (0MB)
    [ 0.000000] efi: mem191: type=4, attr=0xf, range=[0x000000008b806000-0x000000008b80b000) (0MB)
    [ 0.000000] efi: mem192: type=3, attr=0xf, range=[0x000000008b80b000-0x000000008b80d000) (0MB)
    [ 0.000000] efi: mem193: type=4, attr=0xf, range=[0x000000008b80d000-0x000000008b810000) (0MB)
    [ 0.000000] efi: mem194: type=2, attr=0xf, range=[0x000000008b810000-0x000000008b811000) (0MB)
    [ 0.000000] efi: mem195: type=3, attr=0xf, range=[0x000000008b811000-0x000000008b812000) (0MB)
    [ 0.000000] efi: mem196: type=4, attr=0xf, range=[0x000000008b812000-0x000000008b814000) (0MB)
    [ 0.000000] efi: mem197: type=3, attr=0xf, range=[0x000000008b814000-0x000000008b817000) (0MB)
    [ 0.000000] efi: mem198: type=4, attr=0xf, range=[0x000000008b817000-0x000000008b819000) (0MB)
    [ 0.000000] efi: mem199: type=3, attr=0xf, range=[0x000000008b819000-0x000000008b824000) (0MB)
    [ 0.000000] efi: mem200: type=4, attr=0xf, range=[0x000000008b824000-0x000000008b826000) (0MB)
    [ 0.000000] efi: mem201: type=3, attr=0xf, range=[0x000000008b826000-0x000000008b828000) (0MB)
    [ 0.000000] efi: mem202: type=4, attr=0xf, range=[0x000000008b828000-0x000000008b82c000) (0MB)
    [ 0.000000] efi: mem203: type=3, attr=0xf, range=[0x000000008b82c000-0x000000008b82d000) (0MB)
    [ 0.000000] efi: mem204: type=4, attr=0xf, range=[0x000000008b82d000-0x000000008b82f000) (0MB)
    [ 0.000000] efi: mem205: type=2, attr=0xf, range=[0x000000008b82f000-0x000000008b830000) (0MB)
    [ 0.000000] efi: mem206: type=4, attr=0xf, range=[0x000000008b830000-0x000000008b832000) (0MB)
    [ 0.000000] efi: mem207: type=3, attr=0xf, range=[0x000000008b832000-0x000000008b833000) (0MB)
    [ 0.000000] efi: mem208: type=4, attr=0xf, range=[0x000000008b833000-0x000000008b837000) (0MB)
    [ 0.000000] efi: mem209: type=3, attr=0xf, range=[0x000000008b837000-0x000000008b839000) (0MB)
    [ 0.000000] efi: mem210: type=4, attr=0xf, range=[0x000000008b839000-0x000000008b83b000) (0MB)
    [ 0.000000] efi: mem211: type=2, attr=0xf, range=[0x000000008b83b000-0x000000008b83c000) (0MB)
    [ 0.000000] efi: mem212: type=4, attr=0xf, range=[0x000000008b83c000-0x000000008b83d000) (0MB)
    [ 0.000000] efi: mem213: type=3, attr=0xf, range=[0x000000008b83d000-0x000000008b83e000) (0MB)
    [ 0.000000] efi: mem214: type=4, attr=0xf, range=[0x000000008b83e000-0x000000008b841000) (0MB)
    [ 0.000000] efi: mem215: type=3, attr=0xf, range=[0x000000008b841000-0x000000008b842000) (0MB)
    [ 0.000000] efi: mem216: type=4, attr=0xf, range=[0x000000008b842000-0x000000008b859000) (0MB)
    [ 0.000000] efi: mem217: type=3, attr=0xf, range=[0x000000008b859000-0x000000008b85e000) (0MB)
    [ 0.000000] efi: mem218: type=4, attr=0xf, range=[0x000000008b85e000-0x000000008b863000) (0MB)
    [ 0.000000] efi: mem219: type=2, attr=0xf, range=[0x000000008b863000-0x000000008b864000) (0MB)
    [ 0.000000] efi: mem220: type=4, attr=0xf, range=[0x000000008b864000-0x000000008b8bf000) (0MB)
    [ 0.000000] efi: mem221: type=3, attr=0xf, range=[0x000000008b8bf000-0x000000008b8d1000) (0MB)
    [ 0.000000] efi: mem222: type=4, attr=0xf, range=[0x000000008b8d1000-0x000000008b8ec000) (0MB)
    [ 0.000000] efi: mem223: type=3, attr=0xf, range=[0x000000008b8ec000-0x000000008b8ef000) (0MB)
    [ 0.000000] efi: mem224: type=4, attr=0xf, range=[0x000000008b8ef000-0x000000008b91b000) (0MB)
    [ 0.000000] efi: mem225: type=3, attr=0xf, range=[0x000000008b91b000-0x000000008b92f000) (0MB)
    [ 0.000000] efi: mem226: type=4, attr=0xf, range=[0x000000008b92f000-0x000000008b930000) (0MB)
    [ 0.000000] efi: mem227: type=2, attr=0xf, range=[0x000000008b930000-0x000000008b931000) (0MB)
    [ 0.000000] efi: mem228: type=4, attr=0xf, range=[0x000000008b931000-0x000000008b94d000) (0MB)
    [ 0.000000] efi: mem229: type=3, attr=0xf, range=[0x000000008b94d000-0x000000008b952000) (0MB)
    [ 0.000000] efi: mem230: type=4, attr=0xf, range=[0x000000008b952000-0x000000008b958000) (0MB)
    [ 0.000000] efi: mem231: type=2, attr=0xf, range=[0x000000008b958000-0x000000008b959000) (0MB)
    [ 0.000000] efi: mem232: type=4, attr=0xf, range=[0x000000008b959000-0x000000008b95a000) (0MB)
    [ 0.000000] efi: mem233: type=3, attr=0xf, range=[0x000000008b95a000-0x000000008b95b000) (0MB)
    [ 0.000000] efi: mem234: type=4, attr=0xf, range=[0x000000008b95b000-0x000000008b95c000) (0MB)
    [ 0.000000] efi: mem235: type=3, attr=0xf, range=[0x000000008b95c000-0x000000008b95d000) (0MB)
    [ 0.000000] efi: mem236: type=4, attr=0xf, range=[0x000000008b95d000-0x000000008b970000) (0MB)
    [ 0.000000] efi: mem237: type=3, attr=0xf, range=[0x000000008b970000-0x000000008b975000) (0MB)
    [ 0.000000] efi: mem238: type=4, attr=0xf, range=[0x000000008b975000-0x000000008b976000) (0MB)
    [ 0.000000] efi: mem239: type=3, attr=0xf, range=[0x000000008b976000-0x000000008b979000) (0MB)
    [ 0.000000] efi: mem240: type=4, attr=0xf, range=[0x000000008b979000-0x000000008b97a000) (0MB)
    [ 0.000000] efi: mem241: type=3, attr=0xf, range=[0x000000008b97a000-0x000000008b98b000) (0MB)
    [ 0.000000] efi: mem242: type=4, attr=0xf, range=[0x000000008b98b000-0x000000008b98e000) (0MB)
    [ 0.000000] efi: mem243: type=3, attr=0xf, range=[0x000000008b98e000-0x000000008b99a000) (0MB)
    [ 0.000000] efi: mem244: type=2, attr=0xf, range=[0x000000008b99a000-0x000000008b99b000) (0MB)
    [ 0.000000] efi: mem245: type=4, attr=0xf, range=[0x000000008b99b000-0x000000008b99c000) (0MB)
    [ 0.000000] efi: mem246: type=3, attr=0xf, range=[0x000000008b99c000-0x000000008b99d000) (0MB)
    [ 0.000000] efi: mem247: type=2, attr=0xf, range=[0x000000008b99d000-0x000000008b99e000) (0MB)
    [ 0.000000] efi: mem248: type=4, attr=0xf, range=[0x000000008b99e000-0x000000008b99f000) (0MB)
    [ 0.000000] efi: mem249: type=3, attr=0xf, range=[0x000000008b99f000-0x000000008b9a2000) (0MB)
    [ 0.000000] efi: mem250: type=4, attr=0xf, range=[0x000000008b9a2000-0x000000008b9a3000) (0MB)
    [ 0.000000] efi: mem251: type=3, attr=0xf, range=[0x000000008b9a3000-0x000000008b9a5000) (0MB)
    [ 0.000000] efi: mem252: type=2, attr=0xf, range=[0x000000008b9a5000-0x000000008b9a6000) (0MB)
    [ 0.000000] efi: mem253: type=4, attr=0xf, range=[0x000000008b9a6000-0x000000008b9a7000) (0MB)
    [ 0.000000] efi: mem254: type=3, attr=0xf, range=[0x000000008b9a7000-0x000000008b9a8000) (0MB)
    [ 0.000000] efi: mem255: type=4, attr=0xf, range=[0x000000008b9a8000-0x000000008bdc9000) (4MB)
    [ 0.000000] efi: mem256: type=3, attr=0xf, range=[0x000000008bdc9000-0x000000008bdce000) (0MB)
    [ 0.000000] efi: mem257: type=4, attr=0xf, range=[0x000000008bdce000-0x000000008be56000) (0MB)
    [ 0.000000] efi: mem258: type=3, attr=0xf, range=[0x000000008be56000-0x000000008be5d000) (0MB)
    [ 0.000000] efi: mem259: type=4, attr=0xf, range=[0x000000008be5d000-0x000000008be5e000) (0MB)
    [ 0.000000] efi: mem260: type=2, attr=0xf, range=[0x000000008be5e000-0x000000008be5f000) (0MB)
    [ 0.000000] efi: mem261: type=3, attr=0xf, range=[0x000000008be5f000-0x000000008be60000) (0MB)
    [ 0.000000] efi: mem262: type=4, attr=0xf, range=[0x000000008be60000-0x000000008be61000) (0MB)
    [ 0.000000] efi: mem263: type=3, attr=0xf, range=[0x000000008be61000-0x000000008be66000) (0MB)
    [ 0.000000] efi: mem264: type=4, attr=0xf, range=[0x000000008be66000-0x000000008be67000) (0MB)
    [ 0.000000] efi: mem265: type=3, attr=0xf, range=[0x000000008be67000-0x000000008be68000) (0MB)
    [ 0.000000] efi: mem266: type=4, attr=0xf, range=[0x000000008be68000-0x000000008be69000) (0MB)
    [ 0.000000] efi: mem267: type=3, attr=0xf, range=[0x000000008be69000-0x000000008be6a000) (0MB)
    [ 0.000000] efi: mem268: type=4, attr=0xf, range=[0x000000008be6a000-0x000000008be6c000) (0MB)
    [ 0.000000] efi: mem269: type=3, attr=0xf, range=[0x000000008be6c000-0x000000008be6d000) (0MB)
    [ 0.000000] efi: mem270: type=4, attr=0xf, range=[0x000000008be6d000-0x000000008be92000) (0MB)
    [ 0.000000] efi: mem271: type=3, attr=0xf, range=[0x000000008be92000-0x000000008be93000) (0MB)
    [ 0.000000] efi: mem272: type=4, attr=0xf, range=[0x000000008be93000-0x000000008c358000) (4MB)
    [ 0.000000] efi: mem273: type=2, attr=0xf, range=[0x000000008c358000-0x000000008c359000) (0MB)
    [ 0.000000] efi: mem274: type=4, attr=0xf, range=[0x000000008c359000-0x000000008ccf7000) (9MB)
    [ 0.000000] efi: mem275: type=2, attr=0xf, range=[0x000000008ccf7000-0x000000008ccf8000) (0MB)
    [ 0.000000] efi: mem276: type=4, attr=0xf, range=[0x000000008ccf8000-0x000000008ccfa000) (0MB)
    [ 0.000000] efi: mem277: type=2, attr=0xf, range=[0x000000008ccfa000-0x000000008ccfb000) (0MB)
    [ 0.000000] efi: mem278: type=4, attr=0xf, range=[0x000000008ccfb000-0x000000008cd03000) (0MB)
    [ 0.000000] efi: mem279: type=7, attr=0xf, range=[0x000000008cd03000-0x000000008cd13000) (0MB)
    [ 0.000000] efi: mem280: type=10, attr=0xf, range=[0x000000008cd13000-0x000000008cd53000) (0MB)
    [ 0.000000] efi: mem281: type=7, attr=0xf, range=[0x000000008cd53000-0x000000008cd69000) (0MB)
    [ 0.000000] efi: mem282: type=9, attr=0xf, range=[0x000000008cd69000-0x000000008cd8f000) (0MB)
    [ 0.000000] efi: mem283: type=7, attr=0xf, range=[0x000000008cd8f000-0x000000008ce3b000) (0MB)
    [ 0.000000] efi: mem284: type=6, attr=0x800000000000000f, range=[0x000000008ce3b000-0x000000008ce8f000) (0MB)
    [ 0.000000] efi: mem285: type=7, attr=0xf, range=[0x000000008ce8f000-0x000000008cece000) (0MB)
    [ 0.000000] efi: mem286: type=5, attr=0x800000000000000f, range=[0x000000008cece000-0x000000008ceff000) (0MB)
    [ 0.000000] efi: mem287: type=7, attr=0xf, range=[0x000000008ceff000-0x000000008cf92000) (0MB)
    [ 0.000000] efi: mem288: type=0, attr=0xf, range=[0x000000008cf92000-0x000000008cfff000) (0MB)
    [ 0.000000] efi: mem289: type=2, attr=0xf, range=[0x000000008cfff000-0x000000008d000000) (0MB)
    [ 0.000000] efi: mem290: type=7, attr=0xf, range=[0x0000000100000000-0x000000016f600000) (1782MB)
    [ 0.000000] efi: mem291: type=0, attr=0x8000000000000000, range=[0x00000000000a0000-0x00000000000c0000) (0MB)
    [ 0.000000] efi: mem292: type=0, attr=0x8000000000000000, range=[0x000000008d000000-0x000000008fa00000) (42MB)
    [ 0.000000] efi: mem293: type=11, attr=0x8000000000000000, range=[0x00000000e00f8000-0x00000000e00f9000) (0MB)
    [ 0.000000] efi: mem294: type=11, attr=0x8000000000000000, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
    [ 0.000000] efi: mem295: type=11, attr=0x8000000000000000, range=[0x00000000ffe70000-0x00000000ffea0000) (0MB)
    [ 0.000000] SMBIOS 2.4 present.
    [ 0.000000] DMI: Apple Inc. MacBookPro9,1/Mac-4B7AC7E43945597E, BIOS MBP91.88Z.00D3.B08.1208081132 08/08/2012
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x16f600 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: write-back
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-DFFFF write-protect
    [ 0.000000] E0000-FFFFF uncachable
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0C0000000 mask FC0000000 uncachable
    [ 0.000000] 1 base 0A0000000 mask FE0000000 uncachable
    [ 0.000000] 2 base 090000000 mask FF0000000 uncachable
    [ 0.000000] 3 base 08E000000 mask FFE000000 uncachable
    [ 0.000000] 4 base 08D000000 mask FFF000000 uncachable
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] 8 disabled
    [ 0.000000] 9 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: last_pfn = 0x8d000 max_arch_pfn = 0x400000000
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000090000] 90000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x02b32000, 0x02b32fff] PGTABLE
    [ 0.000000] BRK [0x02b33000, 0x02b33fff] PGTABLE
    [ 0.000000] BRK [0x02b34000, 0x02b34fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x16f400000-0x16f5fffff]
    [ 0.000000] [mem 0x16f400000-0x16f5fffff] page 2M
    [ 0.000000] BRK [0x02b35000, 0x02b35fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x16c000000-0x16f3fffff]
    [ 0.000000] [mem 0x16c000000-0x16f3fffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x16bffffff]
    [ 0.000000] [mem 0x100000000-0x16bffffff] page 2M
    [ 0.000000] BRK [0x02b36000, 0x02b36fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x1fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x20200000-0x40003fff]
    [ 0.000000] [mem 0x20200000-0x3fffffff] page 2M
    [ 0.000000] [mem 0x40000000-0x40003fff] page 4k
    [ 0.000000] BRK [0x02b37000, 0x02b37fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x40005000-0x8cd12fff]
    [ 0.000000] [mem 0x40005000-0x401fffff] page 4k
    [ 0.000000] [mem 0x40200000-0x8cbfffff] page 2M
    [ 0.000000] [mem 0x8cc00000-0x8cd12fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x8cd53000-0x8cd68fff]
    [ 0.000000] [mem 0x8cd53000-0x8cd68fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x8cd8f000-0x8ce3afff]
    [ 0.000000] [mem 0x8cd8f000-0x8ce3afff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x8ce8f000-0x8cecdfff]
    [ 0.000000] [mem 0x8ce8f000-0x8cecdfff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x8ceff000-0x8cf91fff]
    [ 0.000000] [mem 0x8ceff000-0x8cf91fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x8cfff000-0x8cffffff]
    [ 0.000000] [mem 0x8cfff000-0x8cffffff] page 4k
    [ 0.000000] RAMDISK: [mem 0x7fcd7000-0x7fffffff]
    [ 0.000000] ACPI: RSDP 000000008cd8e014 00024 (v02 APPLE )
    [ 0.000000] ACPI: XSDT 000000008cd8e1c0 000B4 (v01 APPLE Apple00 00000000 01000013)
    [ 0.000000] ACPI: FACP 000000008cd8c000 000F4 (v04 APPLE Apple00 00000000 Loki 0000005F)
    [ 0.000000] ACPI: DSDT 000000008cd82000 04D53 (v01 APPLE MacBookP 00090001 INTL 20100915)
    [ 0.000000] ACPI: FACS 000000008cd1e000 00040
    [ 0.000000] ACPI: HPET 000000008cd8b000 00038 (v01 APPLE Apple00 00000001 Loki 0000005F)
    [ 0.000000] ACPI: APIC 000000008cd8a000 000BC (v02 APPLE Apple00 00000001 Loki 0000005F)
    [ 0.000000] ACPI: SBST 000000008cd88000 00030 (v01 APPLE Apple00 00000001 Loki 0000005F)
    [ 0.000000] ACPI: ECDT 000000008cd87000 00053 (v01 APPLE Apple00 00000001 Loki 0000005F)
    [ 0.000000] ACPI: SSDT 000000008cd7f000 002E0 (v01 APPLE SataAhci 00001000 INTL 20100915)
    [ 0.000000] ACPI: SSDT 000000008cd7e000 00024 (v01 APPLE SmcDppt 00001000 INTL 20100915)
    [ 0.000000] ACPI: SSDT 000000008cd79000 00D20 (v01 APPLE UsbPpt 00001000 INTL 20100915)
    [ 0.000000] ACPI: SSDT 000000008cd77000 00159 (v02 APPLE IGHda 00001000 INTL 20100915)
    [ 0.000000] ACPI: SSDT 000000008cd75000 00032 (v01 APPLE SsdtS3 00001000 INTL 20100915)
    [ 0.000000] ACPI: SSDT 000000008cd73000 015EB (v02 APPLE SsdtIGPU 00001000 INTL 20100915)
    [ 0.000000] ACPI: SSDT 000000008cd6e000 013D8 (v01 APPLE TbtPEG11 00001000 INTL 20100915)
    [ 0.000000] ACPI: SSDT 000000008cd6d000 00615 (v01 PmRef Cpu0Ist 00003000 INTL 20100915)
    [ 0.000000] ACPI: SSDT 000000008cd6c000 00B3D (v01 PmRef CpuPm 00003000 INTL 20100915)
    [ 0.000000] ACPI: SSDT 000000008cd6b000 00315 (v01 PmRef Cpu0Tst 00003000 INTL 20100915)
    [ 0.000000] ACPI: SSDT 000000008cd6a000 0037A (v01 PmRef ApTst 00003000 INTL 20100915)
    [ 0.000000] ACPI: DMAR 000000008cd69000 00088 (v01 APPLE IVB 00000001 AAPL 00000001)
    [ 0.000000] ACPI: MCFG 000000008cd89000 0003C (v01 APPLE Apple00 00000001 Loki 0000005F)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000016f5fffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x16f5fffff]
    [ 0.000000] NODE_DATA [mem 0x16f5f7000-0x16f5fbfff]
    [ 0.000000] [ffffea0000000000-ffffea0005bfffff] PMD -> [ffff88016ac00000-ffff88016ebfffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x16f5fffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0008dfff]
    [ 0.000000] node 0: [mem 0x00090000-0x0009ffff]
    [ 0.000000] node 0: [mem 0x00100000-0x1fffffff]
    [ 0.000000] node 0: [mem 0x20200000-0x40003fff]
    [ 0.000000] node 0: [mem 0x40005000-0x8cd12fff]
    [ 0.000000] node 0: [mem 0x8cd53000-0x8cd68fff]
    [ 0.000000] node 0: [mem 0x8cd8f000-0x8ce3afff]
    [ 0.000000] node 0: [mem 0x8ce8f000-0x8cecdfff]
    [ 0.000000] node 0: [mem 0x8ceff000-0x8cf91fff]
    [ 0.000000] node 0: [mem 0x8cfff000-0x8cffffff]
    [ 0.000000] node 0: [mem 0x100000000-0x16f5fffff]
    [ 0.000000] On node 0 totalpages: 1032772
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 26 pages reserved
    [ 0.000000] DMA zone: 3997 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 8947 pages used for memmap
    [ 0.000000] DMA32 zone: 572583 pages, LIFO batch:31
    [ 0.000000] Normal zone: 7128 pages used for memmap
    [ 0.000000] Normal zone: 456192 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 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[0x04] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 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: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: [mem 0x0008e000-0x0008ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000bffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000c0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x40004000-0x40004fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x8970c000-0x8970cfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x89721000-0x89721fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x8cd13000-0x8cd52fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x8cd69000-0x8cd8efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x8ce3b000-0x8ce8efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x8cece000-0x8cefefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x8cf92000-0x8cffefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x8d000000-0x8f9fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x8fa00000-0xe00f7fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xe00f9000-0xfed1bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xffe6ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xffe70000-0xffe9ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xffea0000-0xffffffff]
    [ 0.000000] e820: [mem 0x8fa00000-0xe00f7fff] 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:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88016f200000 s86464 r8192 d24128 u262144
    [ 0.000000] pcpu-alloc: s86464 r8192 d24128 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1016607
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: \boot\vmlinuz-linux ro root=UUID=95c49290-b97c-4136-90a5-b8ae1b964cd7 initrd=boot\initramfs-linux.img
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
    [ 0.000000] Checking aperture...
    [ 0.000000] 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: 3935088K/4131088K available (5124K kernel code, 807K rwdata, 1628K rodata, 1144K init, 1288K bss, 196000K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
    [ 0.000000] NR_IRQS:8448 nr_irqs:744 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 16777216 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.003333] tsc: Detected 2294.978 MHz processor
    [ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 4591.20 BogoMIPS (lpj=7649926)
    [ 0.000005] pid_max: default: 32768 minimum: 301
    [ 0.000032] init_memory_mapping: [mem 0x8ce3b000-0x8ce8efff]
    [ 0.000034] [mem 0x8ce3b000-0x8ce8efff] page 4k
    [ 0.000045] init_memory_mapping: [mem 0x8cece000-0x8cefefff]
    [ 0.000046] [mem 0x8cece000-0x8cefefff] page 4k
    [ 0.000086] init_memory_mapping: [mem 0x8d000000-0x8f9fffff]
    [ 0.000087] [mem 0x8d000000-0x8f9fffff] page 2M
    [ 0.026158] Security Framework initialized
    [ 0.026166] AppArmor: AppArmor disabled by boot time parameter
    [ 0.026167] Yama: becoming mindful.
    [ 0.026441] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.027488] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.027952] Mount-cache hash table entries: 256
    [ 0.028114] Initializing cgroup subsys memory
    [ 0.028122] Initializing cgroup subsys devices
    [ 0.028124] Initializing cgroup subsys freezer
    [ 0.028125] Initializing cgroup subsys net_cls
    [ 0.028127] Initializing cgroup subsys blkio
    [ 0.028148] CPU: Physical Processor ID: 0
    [ 0.028149] CPU: Processor Core ID: 0
    [ 0.028538] mce: CPU supports 9 MCE banks
    [ 0.028551] CPU0: Thermal monitoring enabled (TM1)
    [ 0.028560] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
    tlb_flushall_shift: 1
    [ 0.028670] Freeing SMP alternatives memory: 20K (ffffffff819e9000 - ffffffff819ee000)
    [ 0.029671] ACPI: Core revision 20130725
    [ 0.036004] ACPI: All ACPI Tables successfully acquired
    [ 0.037838] ftrace: allocating 20318 entries in 80 pages
    [ 0.047613] dmar: Host address width 36
    [ 0.047615] dmar: DRHD base: 0x000000fed90000 flags: 0x0
    [ 0.047621] dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c0000020e60262 ecap f0101a
    [ 0.047622] dmar: DRHD base: 0x000000fed91000 flags: 0x1
    [ 0.047627] dmar: IOMMU 1: reg_base_addr fed91000 ver 1:0 cap c9008020660262 ecap f0105a
    [ 0.047628] dmar: RMRR base: 0x0000008d800000 end: 0x0000008f9fffff
    [ 0.047699] IOAPIC id 0 under DRHD base 0xfed91000 IOMMU 1
    [ 0.047700] HPET id 0 under DRHD base 0xfed91000
    [ 0.047701] [Firmware Bug]: ioapic 2 has no mapping iommu, interrupt remapping will be disabled
    [ 0.047705] Not enable interrupt remapping
    [ 0.047706] Failed to enable irq remapping. You are vulnerable to irq-injection attacks.
    [ 0.048157] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.081147] smpboot: CPU0: Intel(R) Core(TM) i7-3615QM CPU @ 2.30GHz (fam: 06, model: 3a, stepping: 09)
    [ 0.081154] TSC deadline timer enabled
    [ 0.081162] Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
    [ 0.081169] ... version: 3
    [ 0.081170] ... bit width: 48
    [ 0.081171] ... generic registers: 4
    [ 0.081171] ... value mask: 0000ffffffffffff
    [ 0.081172] ... max period: 0000ffffffffffff
    [ 0.081173] ... fixed-purpose events: 3
    [ 0.081174] ... event mask: 000000070000000f
    [ 0.118277] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.104573] smpboot: Booting Node 0, Processors # 1 # 2 # 3 # 4 # 5 # 6 # 7 OK
    [ 0.240347] Brought up 8 CPUs
    [ 0.240351] smpboot: Total of 8 processors activated (36734.63 BogoMIPS)
    [ 0.247904] devtmpfs: initialized
    [ 0.250380] PM: Registering ACPI NVS region [mem 0x8cd13000-0x8cd52fff] (262144 bytes)
    [ 0.251164] RTC time: 7:32:07, date: 01/09/14
    [ 0.251202] NET: Registered protocol family 16
    [ 0.251294] cpuidle: using governor ladder
    [ 0.251296] cpuidle: using governor menu
    [ 0.251322] ACPI: bus type PCI registered
    [ 0.251324] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.251381] PCI: MMCONFIG for domain 0000 [bus 00-9b] at [mem 0xe0000000-0xe9bfffff] (base 0xe0000000)
    [ 0.251384] PCI: not using MMCONFIG
    [ 0.251385] PCI: Using configuration type 1 for base access
    [ 0.251999] bio: create slab <bio-0> at 0
    [ 0.252116] ACPI: Added _OSI(Module Device)
    [ 0.252117] ACPI: Added _OSI(Processor Device)
    [ 0.252118] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.252119] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.253362] ACPI: EC: EC description table is found, configuring boot EC
    [ 0.257523] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 2.254668] ACPI Exception: AE_ERROR, Returned by Handler for [PCI_Config] (20130725/evregion-287)
    [ 2.254672] ACPI Error: Method parse/execution failed [\_SB_.PCI0.ZYXW] (Node ffff880169288708), AE_ERROR (20130725/psparse-536)
    [ 2.254677] ACPI Error: Method parse/execution failed [\_SB_._INI] (Node ffff880169253fa0), AE_ERROR (20130725/psparse-536)
    [ 2.255095] ACPI: SSDT 000000008cd19190 008AD (v01 PmRef Cpu0Cst 00003001 INTL 20100915)
    [ 2.255414] ACPI: Dynamic OEM Table Load:
    [ 2.255416] ACPI: SSDT (null) 008AD (v01 PmRef Cpu0Cst 00003001 INTL 20100915)
    [ 2.268225] ACPI: SSDT 000000008cd1a710 003A4 (v01 PmRef ApIst 00003000 INTL 20100915)
    [ 2.268583] ACPI: Dynamic OEM Table Load:
    [ 2.268585] ACPI: SSDT (null) 003A4 (v01 PmRef ApIst 00003000 INTL 20100915)
    [ 2.281264] ACPI: SSDT 000000008cd18d90 00119 (v01 PmRef ApCst 00003000 INTL 20100915)
    [ 2.281581] ACPI: Dynamic OEM Table Load:
    [ 2.281583] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20100915)
    [ 2.295568] ACPI: Interpreter enabled
    [ 2.295575] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130725/hwxface-571)
    [ 2.295579] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130725/hwxface-571)
    [ 2.295592] ACPI: (supports S0 S3 S4 S5)
    [ 2.295593] ACPI: Using IOAPIC for interrupt routing
    [ 2.295614] PCI: MMCONFIG for domain 0000 [bus 00-9b] at [mem 0xe0000000-0xe9bfffff] (base 0xe0000000)
    [ 2.295963] PCI: MMCONFIG at [mem 0xe0000000-0xe9bfffff] reserved in ACPI motherboard resources
    [ 2.319936] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 2.320064] ACPI: No dock devices found.
    [ 2.328628] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 2.328727] acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d)
    [ 2.328815] acpi PNP0A08:00: ACPI _OSC control (0x1d) granted
    [ 2.329006] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-9b] only partially covers this bridge
    [ 2.329109] ACPI: \_SB_.PCI0.PDRC: can't evaluate _ADR (0x5)
    [ 2.329127] PCI host bridge to bus 0000:00
    [ 2.329129] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 2.329131] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 2.329133] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 2.329135] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 2.329136] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
    [ 2.329138] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
    [ 2.329139] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
    [ 2.329141] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
    [ 2.329142] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    [ 2.329144] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    [ 2.329145] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    [ 2.329147] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    [ 2.329148] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
    [ 2.329150] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
    [ 2.329151] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
    [ 2.329153] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
    [ 2.329154] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff]
    [ 2.329156] pci_bus 0000:00: root bus resource [mem 0x8fa00000-0xfeafffff]
    [ 2.329157] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
    [ 2.329165] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
    [ 2.329244] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
    [ 2.329277] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 2.329309] pci 0000:00:01.0: System wakeup disabled by ACPI
    [ 2.329346] pci 0000:00:01.1: [8086:0155] type 01 class 0x060400
    [ 2.329425] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
    [ 2.329464] pci 0000:00:01.1: System wakeup disabled by ACPI
    [ 2.329498] pci 0000:00:02.0: [8086:0166] type 00 class 0x030000
    [ 2.329509] pci 0000:00:02.0: reg 0x10: [mem 0xc1400000-0xc17fffff 64bit]
    [ 2.329516] pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
    [ 2.329521] pci 0000:00:02.0: reg 0x20: [io 0x3000-0x303f]
    [ 2.329611] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
    [ 2.329633] pci 0000:00:14.0: reg 0x10: [mem 0xc1c00000-0xc1c0ffff 64bit]
    [ 2.329696] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 2.329729] pci 0000:00:14.0: System wakeup disabled by ACPI
    [ 2.329765] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
    [ 2.329790] pci 0000:00:16.0: reg 0x10: [mem 0xc1c17100-0xc1c1710f 64bit]
    [ 2.329869] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 2.329945] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
    [ 2.329968] pci 0000:00:1a.0: reg 0x10: [mem 0xc1c16c00-0xc1c16fff]
    [ 2.330059] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 2.330095] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 2.330130] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
    [ 2.330143] pci 0000:00:1b.0: reg 0x10: [mem 0xc1c10000-0xc1c13fff 64bit]
    [ 2.330205] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 2.330240] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 2.330273] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
    [ 2.330352] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 2.330391] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [ 2.330423] pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
    [ 2.330502] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 2.330540] pci 0000:00:1c.1: System wakeup disabled by ACPI
    [ 2.330572] pci 0000:00:1c.2: [8086:1e14] type 01 class 0x060400
    [ 2.330653] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 2.330690] pci 0000:00:1c.2: System wakeup disabled by ACPI
    [ 2.330733] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
    [ 2.330755] pci 0000:00:1d.0: reg 0x10: [mem 0xc1c16800-0xc1c16bff]
    [ 2.330846] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 2.330882] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 2.330917] pci 0000:00:1f.0: [8086:1e57] type 00 class 0x060100
    [ 2.331082] pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
    [ 2.331102] pci 0000:00:1f.2: reg 0x10: [io 0x3098-0x309f]
    [ 2.331111] pci 0000:00:1f.2: reg 0x14: [io 0x30bc-0x30bf]
    [ 2.331120] pci 0000:00:1f.2: reg 0x18: [io 0x3090-0x3097]
    [ 2.331129] pci 0000:00:1f.2: reg 0x1c: [io 0x30b8-0x30bb]
    [ 2.331137] pci 0000:00:1f.2: reg 0x20: [io 0x3060-0x307f]
    [ 2.331145] pci 0000:00:1f.2: reg 0x24: [mem 0xc1c16000-0xc1c167ff]
    [ 2.331192] pci 0000:00:1f.2: PME# supported from D3hot
    [ 2.331255] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
    [ 2.331269] pci 0000:00:1f.3: reg 0x10: [mem 0xc1c17000-0xc1c170ff 64bit]
    [ 2.331285] pci 0000:00:1f.3: reg 0x20: [io 0xefa0-0xefbf]
    [ 2.331414] pci 0000:01:00.0: [10de:0fd5] type 00 class 0x030000
    [ 2.331425] pci 0000:01:00.0: reg 0x10: [mem 0xc0000000-0xc0ffffff]
    [ 2.331436] pci 0000:01:00.0: reg 0x14: [mem 0x90000000-0x9fffffff 64bit pref]
    [ 2.331447] pci 0000:01:00.0: reg 0x1c: [mem 0xa0000000-0xa1ffffff 64bit pref]
    [ 2.331455] pci 0000:01:00.0: reg 0x24: [io 0x2000-0x207f]
    [ 2.331463] pci 0000:01:00.0: reg 0x30: [mem 0xc1000000-0xc107ffff pref]
    [ 2.331519] pci 0000:01:00.0: System wakeup disabled by ACPI
    [ 2.331560] pci 0000:01:00.1: [10de:0e1b] type 00 class 0x040300
    [ 2.331569] pci 0000:01:00.1: reg 0x10: [mem 0xc1080000-0xc1083fff]
    [ 3.338172] pci 0000:00:01.0: ASPM: Could not configure common clock
    [ 3.338218] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 3.338221] pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
    [ 3.338223] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xc10fffff]
    [ 3.338227] pci 0000:00:01.0: bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
    [ 3.338301] pci 0000:00:01.1: PCI bridge to [bus 05-9b]
    [ 3.338304] pci 0000:00:01.1: bridge window [io 0x4000-0x6fff]
    [ 3.338308] pci 0000:00:01.1: bridge window [mem 0xc1d00000-0xcdffffff]
    [ 3.338314] pci 0000:00:01.1: bridge window [mem 0xce000000-0xd9ffffff 64bit pref]
    [ 3.338460] pci 0000:02:00.0: [14e4:16b4] type 00 class 0x020000
    [ 3.338493] pci 0000:02:00.0: reg 0x10: [mem 0xc1800000-0xc180ffff 64bit pref]
    [ 3.338518] pci 0000:02:00.0: reg 0x18: [mem 0xc1810000-0xc181ffff 64bit pref]
    [ 3.338668] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
    [ 3.338738] pci 0000:02:00.0: System wakeup disabled by ACPI
    [ 3.338824] pci 0000:02:00.1: [14e4:16bc] type 00 class 0x080501
    [ 3.338861] pci 0000:02:00.1: reg 0x10: [mem 0xc1820000-0xc182ffff 64bit pref]
    [ 3.339051] pci 0000:02:00.1: PME# supported from D0 D3hot D3cold
    [ 3.339096] pci 0000:02:00.1: System wakeup disabled by ACPI
    [ 3.344942] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 3.344949] pci 0000:00:1c.0: bridge window [mem 0xc1b00000-0xc1bfffff]
    [ 3.344955] pci 0000:00:1c.0: bridge window [mem 0xc1800000-0xc18fffff 64bit pref]
    [ 3.345076] pci 0000:03:00.0: [14e4:4331] type 00 class 0x028000
    [ 3.345105] pci 0000:03:00.0: reg 0x10: [mem 0xc1a00000-0xc1a03fff 64bit]
    [ 3.345247] pci 0000:03:00.0: supports D1 D2
    [ 3.345286] pci 0000:03:00.0: System wakeup disabled by ACPI
    [ 3.351561] pci 0000:00:1c.1: PCI bridge to [bus 03]
    [ 3.351568] pci 0000:00:1c.1: bridge window [mem 0xc1a00000-0xc1afffff]
    [ 3.351673] pci 0000:04:00.0: [11c1:5901] type 00 class 0x0c0010
    [ 3.351712] pci 0000:04:00.0: reg 0x10: [mem 0xc1900000-0xc1900fff 64bit]
    [ 3.351903] pci 0000:04:00.0: supports D1 D2
    [ 3.351904] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 3.358214] pci 0000:00:1c.2: PCI bridge to [bus 04]
    [ 3.358221] pci 0000:00:1c.2: bridge window [mem 0xc1900000-0xc19fffff]
    [ 3.358742] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
    [ 3.358790] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
    [ 3.358836] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
    [ 3.358883] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
    [ 3.358929] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
    [ 3.358973] ACPI: PCI Interrupt L

    I did read that report initially; I ended up just removing bluez and bluez-utils since I don't care that much about using those peripherals. I imagine that if I downgraded the kernel I might be able to run bluez and get the trackpad to work. I think I'd rather keep my copy of the kernel up-to-date at this point since I don't really care that much about using that trackpad. Thanks for the suggestion, though—if I decide I really do want to use it I'll downgrade and see if that helps.
    The problems with running programs seem to have fixed themselves semi-mysteriously. That problem was persisting through reboots initially. I looked at the running processes and saw that the programs I had tried to open were actually running, but KDE wasn't behaving as such. I tried rebooting and using startx to see if I could see those programs running there, which I could. After that KDE behaved properly.
    It seems like HFS support for fsck is poorly if at all supported outside of Mac OS, so I booted into Mac OS and ran fsck_hfs on my media partition. This worked, and I can read and write from it again.
    EDIT: In case anyone is curious, there seems to be a fix pending for the trackpad issues—see here and here.
    Last edited by tenfoxes (2014-01-09 20:42:45)

  • [SOLVED] log into KDE given a blank black screen with mouse cursor

    hi,
    noticed kwin using much higher cpu usage then normal, restarted KDE, everything seemed ok and then, while copying a file over to a samba share, my desktop went black with only a mouse cursor.
    Restarted KDE, rebooted pc, reinstalled KDE (everything), xorg, nvidia, deleted xorg.conf created new user but nothing will give me my desktop back
    once when i logged on, i had a kde crash report and messages on my widgets saying missing components. Tried to submit bug but missing debugging tools.
    sometimes KDE won't log in at all.
    forced an fsck on next boot with no errors found.
    please help
    thanks
    EDIT: [solved] I had filled up my /var partition. cleaned pacman cache and all is good again. Phew!
    Last edited by Fungyo (2009-12-07 08:10:40)

    Hi,
    Have you tried the suggestion Cyber_Defend_Team provided?
    If the issue persists, start the computer in Safe mode to check the result:
    If it doesn't reappear when you start in safe mode, you can eliminate the default settings and basic device drivers as possible causes. If a recently installed program, device, or driver prevents Windows from running correctly, you can start your computer
    in safe mode and then remove the program that's causing the problem.
    If it still in the safe mode, we may need to repair the installation with the recovery media.
    In addition, please logon the problematic computer with the domain user account which works fine in other computer to test to see if it's the user account issue.
    Karen Hu
    TechNet Community Support

  • Problem with firefox and gtk applications in KDE!

    Hi there, i have my arch installed and it's great, i use kdemod that is quite perfect but i have a problem: all the gtk applications like firefox, eclipse, emesene and so on are terrible looking expecially the fonts. Here what I've done:
    1) installed kdemod-gtk-qt-engine and configured to use qt theme and it's better
    2) enabled fonts with antialiasing and hinting
    3) installed fonts for lcd like cairo-lcd
    4) installed microsoft fonts
    But stille it's ugly and it's impossible to use the apps, here's a screenshot:
    The point is that i can't use konqueror because i need some plugins like googlebrowsersync that doesn't exist for konqueror. And in other distros like n00buntu it works.
    Thanks for your help!

    pelle.k wrote:
    I can relate to what borzo is saying, because i have exactly the same problem.
    See, i have installed libxft-lcd and enabled antialiasing and sub-pixel hinting in kde font properties. All kde fonts look great. Now, i usually the exactly the same in gnome "Appearance" font settings (when i use gnome).
    The thing is when you have KDE installed you can't set antialiasing and sub-pixel hinting for *GTK* apps, even if you can set a theme and font size with gtk-chtheme/.gtkrc
    This has nothing to do with how firefox renders fonts, really, but how GTK fonts a drawn in KDE since gnome-settings-manager isn't running, and thus GTK apps get crappy fonts (including firefox html rendering).
    So, how can i enable antialiasing and sub-pixel rendering specifically for GTK apps in KDE without running gnome-settings-manager?
    I know this is an old thread, but I'm still having exactly the same problem. I've been fiddling with fonts for a whole week now. Fonts in KDE apps look great, but crappy in GTK-apps like Thunderbird and Firefox. Like Pelle asked: how can I set aintialiasing and sub-pixel redndering for GTK apps? When running Gnome the fonts in GTK-apps look so much better. I wanna use my shiny new KDE 4 desktop, though.

  • [solved] Issue with conky and Kde 4

    I have a small issue with conky and KDE 4.2. I start conky with a script which I stored under ~/.kde/Autostart. The script is simple and looks like this..
    conky -c ~/.conkyrc_kde4
    This works fine. But when I restart the first KDE and check with ps, I have 2 instances of conky running. The instances keep on growing with the number of restarts.
    I think kde tries to restart all the apps which were running when the session was terminated. Is there a way to change this behavior in general or all the programs or for only a specific program like conky ?
    Last edited by rangalo (2009-07-28 19:02:17)

    I did
    Systemsettings > Advanced > Session Manager > Start with an empty session
    and put everything you want in Autostart

  • Problem with kde and sound

    Hi!
    I've a problem with KDE and sound.
    When KDE shows a alert the alert's sound sounds with delay. 3-5 seconds.
    Same happens with kde start.
    Can anybody help me?
    Thanks!

    Pilli wrote:
    Hi!
    I've a problem with KDE and sound.
    When KDE shows a alert the alert's sound sounds with delay. 3-5 seconds.
    Same happens with kde start.
    Can anybody help me?
    Thanks!
    Change the player to mplayer or something in the control panel (Sound and Multimedia - System notifications - Player Settings).

  • Problem with SystemTray on FC5 KDE

    Hello!
    I'm trying to use new Java6 feature - SystemTray.
    There is problem with it on my Fedora Core 5 in KDE - system tray icon simply goes crazy (it appears and disappears, mainly disappears :( , sometimes it is moving on system tray in random direction). There are no problems in GNOME.
    In my opinion there may be two reasons for this:
    - my KDE is not configured properly;
    - Java SystemTray support for [FC5] KDE is not fine.
    Any ideas?
    Thanks in advance
    Message was edited by:
    Andriy_Tsykholyas

    I already know, what is the problem:
    there is bug in Java 1.6 - system tray does not work in KDE 3.5.* :(
    It should be fixed in Java 1.7 b02.

  • Trying to switch to kde but...

    So I'm trying to switch to kde not because I dislike gnome but because I'm curious about kde.  So far I've had a few issues that keep me going back to gnome where I haven't even had to deal with this problems.
    I have a Thinkpad X201 which is a small laptop (12.1 inch screen).  When I get to work I dock and close the lid and use a 21 inch screen.  The laptop screen is off.  When I un-dock it, it seamlessly switches back to the laptop screen.  I didn't have to do anything to get this to work in gnome other than set it up under the display settings.  KDE, I have to configure it on each boot, and it seems a little buggy sometimes (as in it doesn't do the same thing each time even though I go through the same proceedure, like the laptop monitor says even when I say to disable it, until I re-enable it and disable it a second time).  It doesn't always happen but it does sometimes.  I know I can default it to one setting but when I un-dock it or reboot it with the external monitor as default it doesn't go back to the laptop display like gnome does (which mean I don't get a screen on my laptop to switch it back to the laptop).  I went through the intel/xorg/kde wiki's and either I missed it or it doesn't really say anything about my situation.  I saw the multi-monitor settings for xorg and tried it but it did nothing.
    This alone make kde not an option as I'm constantly going back and forth from docked to un-docked and can't keep manually switching display settings.
    Also, I tried my vm's in virtualbox and it complained as I started the vm that it was configured for 32 color but that kde is set to 24 bit.  I see no settings to change it in kde and forcing it with an xorg config file does not take.  How do I change it to 32bit color?
    Some of the other quirks I can sort of deal with (clock size, qt/gtk integration, others) but those above will keep me gnome until they can be solved.
    $ lspci
    00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02)
    00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02)
    00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
    00:19.0 Ethernet controller: Intel Corporation 82577LM Gigabit Network Connection (rev 06)
    00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
    00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
    00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 06)
    00:1c.3 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 4 (rev 06)
    00:1c.4 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 5 (rev 06)
    00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a6)
    00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 06)
    00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 6 port SATA AHCI Controller (rev 06)
    00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 06)
    00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 06)
    02:00.0 Network controller: Intel Corporation Centrino Advanced-N 6200 (rev 35)
    ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 02)
    ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 02)
    ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 02)
    ff:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 02)
    ff:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
    ff:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 02)

    The problem I'm having is more extreme than yours but possibly related. (There's a thread here somewhere and a forum thread on the KDE site.) I need to sit down and try to recreate the issue in my office.
    Apart from the configure-every-time on connect and configure-twice on disconnect, I also tend to find I lose all display on disconnect (not immediately but shortly after). Either ll display for X or all display period.
    It is probably the biggest issue I have right now (apart from the new kernels - but the lts one works great).
    Possibly related:
    https://bugs.kde.org/show_bug.cgi?id=291819
    https://bbs.archlinux.org/viewtopic.php … 0#p1079700
    http://forum.kde.org/viewtopic.php?f=22&t=101058
    There are some other bugs/threads on the KDE sites if you search...

  • KDE Printer Manager fails with "client-error-bad-request"

    I'm having some trouble with printing on my system. The KDE printer manager shows "client-error-bad-request" and no other information. When I run the KCM from the command line, I also get "kcmshell(17286) KCupsRequest::serverError: status unrecognised:  1024" on the console. I wasn't able to find any useful information on this issue on google or these forums; not even what the 1024 status code means. It seems to me that this may be a bug in the kcm_printer_manager module, but I'd like to rule out other possibilities first. Unfortunately, I don't know what to try from here. I'll provide as much potentially relevant information as I can think of below.
    Changes since last successful print job:
    Multiple updates to KDE packages
    Update to cups that changed systemd unit file names.
    Stopped and disbled old units
    daemon-reload
    Enable and start new units
    Other updates to cups since then, if I recall correctly.
    Packages and versions:
    kdeutils-print-manager 4.14.3-1 (owns kcm_printer_manager module for kcmshell4)
    kdebase-runtime 4.14.3-1 (owns kcmshell4 binary)
    cups 2.0.1-1
    libcups 2.0.1-1
    systemd 218-1
    linux 3.17.6-1
    Let me know if any other information might be helpful.

    Anyone please help.
    Thanks,
    Orton

Maybe you are looking for