Gnome 3.6 and Eclipse theme issue

Hi all,
I just upgraded to Gnome 3.6, but since then there are some issues with Eclipse buttons. Specifically, toggle buttons states for selected/not selected appear to be the same, with only the text color being slightly darker when selected. Here is a screenshot:
This happens with both Eclipse 4.2 and 3.7, and it didn't happen on Gnome 3.4, so this should be a bug of Gnome 3.6 Adwaita theme.
Anyone else experiencing this too?
Thanks

Filed a bug on Gnome's Bugzilla: https://bugzilla.gnome.org/show_bug.cgi?id=687519

Similar Messages

  • BPEL Installation Issues and Eclipse Plugin Issue

    I'm trying to evaluate BPEL and encountered the following issues:
    (1) Installation of patch 4343748:
    MISSING_COMPONENT : oracle.j2ee, 10.1.2.0.0
    This Oracle Home does not have components/versions required by the patch.
    ERROR: OPatch failed during pre-reqs check.
    OPatch returns with error code = 150
    The other 2 patches installed fine.
    Is there a required order for installing the patches. The information that I found is a bit spotty on that.
    (2) The Eclipse Plugin also doesn't work properly. The following stack trace is reported back, when trying to open a .bpel file:
    java.lang.NullPointerException
         at bpelz.browser.OleWebBrowser.registerAsDropTarget(OleWebBrowser.java:345)
         at bpelz.browser.OleBrowserView.createBrowserControl(OleBrowserView.java:168)
         at bpelz.browser.OleBrowserView.createPartControl(OleBrowserView.java:75)
         at bpelz.views.SimpleBrowserView.createPartControl(SimpleBrowserView.java:55)
         at bpelz.views.PaletteView.createPartControl(PaletteView.java:64)
         at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:305)
         at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:180)
         at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
         at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:283)
         at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:512)
         at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:126)
         at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)
         at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
         at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:391)
         at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1102)
         at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1051)
         at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1256)
         at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:576)
         at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:528)
         at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:485)
         at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:230)
         at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:813)
         at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:2928)
         at org.eclipse.ui.internal.WorkbenchPage.busySetPerspective(WorkbenchPage.java:902)
         at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:887)
         at org.eclipse.ui.internal.WorkbenchPage$12.run(WorkbenchPage.java:3051)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
         at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:3049)
         at bpelz.wizards.BPELProjectCreationOperation.switchToBPELPerspective(BPELProjectCreationOperation.java:204)
         at bpelz.wizards.BPELProjectCreationOperation.run(BPELProjectCreationOperation.java:144)
         at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:346)
         at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:291)
         at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:830)
         at bpelz.wizards.BPELProcessWizard.performFinish(BPELProcessWizard.java:207)
         at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:676)
         at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:349)
         at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:556)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
         at org.eclipse.jface.window.Window.runEventLoop(Window.java:809)
         at org.eclipse.jface.window.Window.open(Window.java:787)
         at org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction.java:114)
         at org.eclipse.jface.action.Action.runWithEvent(Action.java:996)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538)
         at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
         at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
         at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
         at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
         at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
         at org.eclipse.core.launcher.Main.run(Main.java:973)
         at org.eclipse.core.launcher.Main.main(Main.java:948)
    Any advice on how to proceed is much appreciated.
    Andreas

    I'm still hoping to find an answer on why the Eclipse BPEL Designer does not work for me. I can generate a BPEL project but the visual BPEL Editor will just not open up. Any clues on what I should be looking at would be very appreciated.
    Here is the exact Eclipse version that I'm using:
    Version: 3.1.0
    Build id: I20050627-1435
    And another stack trace that is seen in the Eclipse error log:
    org.eclipse.jface.util.Assert$AssertionFailedException: Assertion failed:
    at org.eclipse.jface.util.Assert.isTrue(Assert.java:180)
    at org.eclipse.jface.util.Assert.isTrue(Assert.java:165)
    at org.eclipse.ui.part.MultiPageEditorPart.setActivePage(MultiPageEditorPart.java:579)
    at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:244)
    at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:585)
    at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:365)
    at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
    at org.eclipse.ui.internal.EditorAreaHelper.setVisibleEditor(EditorAreaHelper.java:258)
    at org.eclipse.ui.internal.EditorManager.setVisibleEditor(EditorManager.java:1216)
    at org.eclipse.ui.internal.EditorManager$5.run(EditorManager.java:944)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
    at org.eclipse.core.runtime.Platform.run(Platform.java:783)
    at org.eclipse.ui.internal.EditorManager.restoreState(EditorManager.java:939)
    at org.eclipse.ui.internal.WorkbenchPage.restoreState(WorkbenchPage.java:2535)
    at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1819)
    at org.eclipse.ui.internal.Workbench.doRestoreState(Workbench.java:2566)
    at org.eclipse.ui.internal.Workbench.access$14(Workbench.java:2515)
    at org.eclipse.ui.internal.Workbench$19.run(Workbench.java:1514)
    at org.eclipse.ui.internal.Workbench$16.run(Workbench.java:1263)
    at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:346)
    at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:291)
    at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:447)
    at org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1258)
    at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1512)
    at org.eclipse.ui.internal.Workbench.access$12(Workbench.java:1491)
    at org.eclipse.ui.internal.Workbench$17.run(Workbench.java:1374)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
    at org.eclipse.core.runtime.Platform.run(Platform.java:783)
    at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1318)
    at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:183)
    at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:700)
    at org.eclipse.ui.internal.Workbench.init(Workbench.java:1034)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1636)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
    at org.eclipse.core.launcher.Main.run(Main.java:973)
    at org.eclipse.core.launcher.Main.main(Main.java:948)
    Thanks,
    Andreas

  • GNOME toolbar transparency and GTK themes

    It seems that GNOME 2.10 toolbar transparency doesn't work with certain GTK themes. Whether or not it works does not seem to depend on the engine - some pixmap themes (e.g. Grand Canyon) don't cause problems, wheras others (Rubbersoul) inhibit toolbar transparency, leaving ugly opaque patches. Only about half of the themes that come with GNOME and gnome-themes-extras allow for complete toolbar transparency.
    What's going on here? Is there any way to fix the problem?

    Okay...
    - Most pixmap themes don't work.
    - No SVG themes seem to work.
    - Industrial engine themes mostly work.
    - Smooth engine themes may or may not work.
    This is weird as hell.

  • Netbeans and eclipse plugin issue for OracleWaveset_8_1_1_0

    Hi,
    I am struggling with the correct plugin for OracleWaveset_8_1_1_0. I had sun idm 8.0 and now i have upgraded it to OracleWaveset_8_1_1_0. Since I am not able to run BPE Business procedd editor which comes default IDE with sun idm, so I downloaded Netbeans 7.1 (latest version) but i am not getting correct plugin for my installed idm. i have java 6 installed in my system. can anybody help to use IDE for OracleWaveset_8_1_1_0.
    I downloaded below files :
    com-sun-idm-ide_9.0.0.20110309_nb6.8.nbm
    com-sun-idm-ide_8.1.0.20080630.nbm
    from http://java.net/projects/identitymanageride/downloads but while importing this plugin it is giving me error -
    Some plugins require plugin Editor Library to be installed.
    The plugin Editor Library is requested in version >= 1.20.1.4.2 (release version 1) but only 3.17.1.19.25 (of release version different from 1) was found. The following plugin is affected:       Identity Manager IDE
    Its not allowing to install this plugin....
    Looking forward for your help on this
    Regards,
    Jimmy

    I've been successfully using com-sun-idm-ide_9.0.0.20110309_nb6.8.nbm with NetBeans 6.8 and Waveset 8.1.0.10 for some time now.
    After upgrading to 8.1.1.6, I've noticed an intermittent behavior when uploading an object from Netbeans when the progress bar cycles continuously until it s killed. Looking at the Waveset log shows 1,000s of logins in a row during this time.
    Anyone else see this behavior? There have been no updates to the java.net project in almost a year, and I can't find a newer .nbm bundled with 8.1.1.0-8.1.1.6.
    -Rob

  • GNOME Desktop and LibreOffice Graphical Issue

    So, sometimes I start GNOME 3.10 and the panel items are squished, the gear notification icon is half visible.  My favorite app icons in the Activities menu are squished and searching gives unusable results.  Clicking the System menu give me an unusable corrupt menu that seems displaced off screen with only a tiny portion visible.  If I press Ctl+Alt+Delete, I get a reduced shutdown prompt. 
    This was only happening occasionally and a reboot would often fix it.  By the way, this only occurs at login.  I was able to reduce the occurances by removing and reinstalling LibreOffice (the version currently in extra repository).  After updating today, I had to remove LibreOffice to get my desktop back in order. 
    About a week ago I installed the LibreOffice version in testing and had the same issues. 
    Is anyone else having this very odd issue?

    The Gnome icons become normal if I close and re-open the laptop lid. Need to repeat this on restarts. I can't figure out which of these updates caused the issue:
    [2014-03-04 13:19] [PACMAN] upgraded glibc (2.19-2 -> 2.19-3)
    [2014-03-04 13:19] [PACMAN] upgraded systemd (208-11 -> 210-2)
    [2014-03-04 13:19] [PACMAN] upgraded libpulse (4.0-6 -> 5.0-1)
    [2014-03-04 13:19] [PACMAN] upgraded chromium (33.0.1750.117-1 -> 33.0.1750.146-1)
    [2014-03-04 13:19] [PACMAN] upgraded device-mapper (2.02.105-1 -> 2.02.105-2)
    [2014-03-04 13:19] [PACMAN] upgraded cryptsetup (1.6.3-2 -> 1.6.4-1)
    [2014-03-04 13:19] [PACMAN] upgraded webkitgtk2 (1.10.2-8 -> 2.2.5-2)
    [2014-03-04 13:20] [PACMAN] upgraded eclipse (4.3.1-2 -> 4.3.2-1)
    [2014-03-04 13:20] [PACMAN] upgraded freetype2-infinality-ultimate (2.5.2-3 -> 2.5.2-5)
    [2014-03-04 13:20] [PACMAN] upgraded fontconfig-infinality-ultimate (2.11.0-15 -> 2.11.0-19)
    [2014-03-04 13:20] [PACMAN] upgraded gcr (3.10.1-2 -> 3.10.1-3)
    [2014-03-04 13:20] [PACMAN] upgraded gdk-pixbuf2 (2.30.5-1 -> 2.30.6-1)
    [2014-03-04 13:20] [PACMAN] upgraded webkitgtk (2.2.5-1 -> 2.2.5-2)
    [2014-03-04 13:20] [PACMAN] upgraded gitg (0.2.7-2 -> 0.3.2-1)
    [2014-03-04 13:20] [PACMAN] upgraded readline (6.2.004-2 -> 6.3-1)
    [2014-03-04 13:20] [PACMAN] upgraded gnutls (3.2.11-1 -> 3.2.12-1)
    [2014-03-04 13:20] [PACMAN] upgraded gptfdisk (0.8.9-1 -> 0.8.10-1)
    [2014-03-04 13:20] [PACMAN] upgraded lib32-glibc (2.19-1 -> 2.19-3)
    [2014-03-04 13:20] [PACMAN] upgraded lib32-libpulse (4.0-6 -> 5.0-1)
    [2014-03-04 13:20] [PACMAN] upgraded libgphoto2 (2.5.3.1-1 -> 2.5.3.1-2)
    [2014-03-04 13:20] [PACMAN] upgraded libtirpc (0.2.3-2 -> 0.2.4-1)
    [2014-03-04 13:20] [PACMAN] upgraded linux-ck-ivybridge (3.12.13-1 -> 3.13.5-2)
    [2014-03-04 13:20] [PACMAN] upgraded linux-ck-ivybridge-headers (3.12.13-1 -> 3.13.5-2)
    [2014-03-04 13:20] [PACMAN] upgraded lvm2 (2.02.105-1 -> 2.02.105-2)
    [2014-03-04 13:20] [PACMAN] upgraded man-pages (3.60-1 -> 3.61-1)
    [2014-03-04 13:20] [PACMAN] upgraded ppp (2.4.6-1 -> 2.4.6-2)
    [2014-03-04 13:20] [PACMAN] upgraded pulseaudio (4.0-6 -> 5.0-1)
    [2014-03-04 13:20] [PACMAN] upgraded raptor (2.0.12-1 -> 2.0.13-1)
    [2014-03-04 13:20] [PACMAN] upgraded systemd-sysvcompat (208-11 -> 210-2)
    [2014-03-04 13:20] [PACMAN] upgraded virtualbox-ck-host-modules-ivybridge (4.3.8-1 -> 4.3.8-3)
    [2014-03-04 13:20] [PACMAN] upgraded xterm (301-1 -> 302-1)
    [2014-03-04 13:20] [PACMAN] upgraded yelp (3.10.1-2 -> 3.10.2-1)
    [2014-03-04 13:21] [PACMAN] upgraded chromium-libpdf (1:33.0.1750.117-1 -> 1:33.0.1750.146-1)
    [2014-03-04 13:22] [PACMAN] upgraded chromium-pepper-flash (12.0.0.70-2 -> 12.0.0.70-3)
    [2014-03-04 13:22] [PACMAN] upgraded google-talkplugin (5.1.4.0-1 -> 5.1.5.0-1)

  • Spark skins, modules and custom themes: linking issues?

    I've read some other threads on this topic that were related to the pre-release versions, but I can't get a complete answer get. I also opened an issue in the bug tracker (https://bugs.adobe.com/jira/browse/SDK-30748), but I'm also posting here, hoping to get some help.
    Basically, I have a bunch of skin classes for the standard Spark controls (e.g. s:Button), as well as other skin classes for my custom SkinnableComponent objects. I need to reuse those skins in many projects, so I created a theme: I put in a Flex Library Project all my skin classes, all related graphical assets, and a defaults.css stylesheet that associates each component with its correct skinClass.
    Now, in my modular application project, what is the correct method to link this compiled theme SWC? I tried different ways, and found some issue for each one:
    In <app>-config.xml, using the <theme> compiler option: this way, modules don't pick up the skinClass correctly (default components use the standard Spark skin, and for custom components I get many skinNotFound errors).. its a pity, I like this method because command-line invocations of MXMLC (build scripts) automatically apply the settings in the config.xml file, while I have to manually keep in sync any additional compiler argument.
    In <app>-config.xml, using the <theme> compiler option and add -compiler.isolated-styles=false: seems to work, but not always.. moreover, the option must be put in additional compiler argument, and not in <app>-config.xml, to have effect... I understand that the config.xml file, in a modular application, is only applied to the main application (or that it must replicated with correct name for each module)?
    In additional compiler arguments, using the theme+= option.. these arguments should be used also for modules compilation, and this seems the most effective solution at the moment (swf size of compiled modules has slightly increased), but skinNotFound errors still happens sometimes, usually going away after a clean build.. maybe this has something with the incremental build performed by Flash Builder and/or optimization of modules?
    Right now, I've tried adding also -keep-all-type-selectors in the compiler arguments to see how it goes...
    Is my scenario supported by Flex 4? How should I setup my environment? I read how to create custom themes in the official documentation (http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7f85.html) and a specific help section exists about using styles with modules (http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-799a.html#WSda 78ed3a750d6b8f1b97f82d12508050aa0-8000), but it only cover simple style sheets, no specific information about compiled themes and the suggested linking strategy.
    I'm using Flash Builder 4.5.1 and compiling with Flex SDK 4.5.0 (both application and theme), the project use some Halo components (e.g. DateField) but almost all components are Spark, and I use Spark component for <s:Application> and <s:Module>. Modules are optimized for the main application, and are loaded using the ModuleManager.
    Thanks in advance for any help.
    Cosma Colanicchia

    I'm not sure Spark components will work if the compatibility mode is set to
    3.

  • Condition of Gnome Shell (git) and its issues

    I had recently been able to build gnome-shell-git succesfully, but, after that, there have always been issues.
    I have uploaded gnome-shell-git on AUR http://aur.archlinux.org/packages.php?ID=29509, but it seems that there are some things that may be wrong on the deps:
    1)gobject-instrospection needs to be built before clutter-git.
    2)Clutter (git), on the other hand, often has build issues and can't be built with (1) installed first, even though it is required as a makedep. If we turn off gobject-introspection integration, we don't have Clutter-*.gir created.
    Clutter 1.0.x on the other hand (the [extra] one), doesn't seem to be gobject-introspection aware, even though we *have* to include this dep.
    3)If someone can build the (1) and (2), has issues, during compiling gnome-shell-git, where, during compilation, Mutter is being executed somehow (?) (you can see errors that occur only if mutter is being executed), with a strange mozjs error.
    4)Last but not least, should we prefer Mutter (Metacity 3.x) from git.gnome.org, or the patched one from git.moblin.org (that already exists on AUR). Mutter seems not to respect my xf86-video-ati driver, since, if I turn on Mutter composition, I have no hardware acceleration (but software acceleration) and the fonts become very blurry. (of course I have 3D desktop composition for many months now with the other Window managers)
    I'd like to have your opinion on what should be done to make gnome-shell work and to hear if someone could make gnome-shell work.
    Last edited by flamelab (2009-09-01 03:33:58)

    Well, it's frustrating:
    CCLD libgnome-shell.la
    CC test_recorder-shell-recorder.o
    CC test_recorder-shell-recorder-src.o
    CC test_recorder-test-recorder.o
    CCLD test-recorder
    GEN gnome-shell
    GEN Big-1.0.gir
    Window manager warning: Could not change to home directory /root.
    (mutter:30396): mutter-WARNING **: Could not load library [/home/flamelab/Projects/gnome-shell/src/gnome-shell-build/src/libgnome-shell.la (libmozjs.so: cannot open shared object file: No such file or directory)]
    (mutter:30396): mutter-CRITICAL **: failed to load plugins
    Invalid GType: 'big_box_get_type'
    failed to dump: Failed to find symbol 'big_box_get_type'
    Command '['mutter', '--mutter-plugins=/home/flamelab/Projects/gnome-shell/src/gnome-shell-build/src/libgnome-shell.la', '--introspect-dump=/tmp/tmp-introspect6lyTA_/types.txt,/tmp/tmp-introspect6lyTA_/dump.xml']' returned non-zero exit status 1
    make[3]: *** [Big-1.0.gir] Error 1
    make[3]: Leaving directory `/home/flamelab/Projects/gnome-shell/src/gnome-shell-build/src'
    make[2]: *** [all] Error 2
    make[2]: Leaving directory `/home/flamelab/Projects/gnome-shell/src/gnome-shell-build/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/flamelab/Projects/gnome-shell/src/gnome-shell-build'
    make: *** [all] Error 2
    ==> ERROR: Build Failed.
    Aborting...
    Well, the same error had another person:
    http://mail.gnome.org/archives/gnome-sh … 00169.html
    but the devs seem to be SO jhbuild dependent that they don't know what goes wrong. So they can't help him.
    So, what's going on ?

  • Gnome installation and start up issues

    Hey, so I recently made the jump from Windows XP to Archlinux (best... choice... ever!), and has been trying to install gnome, gdm, and xorg using pacman. That was the easy part, after that I edited /ect/inittab to activate the GUI from start up (i.e. removing the # from id:5, and placing one in front of id:3) successfully as well. Now whenever Arch starts up I enter "startx" and gnome initializes completely and I can see the screen, but my keyboard and mouse die at that point. I really am stuck here after 3 or so hours fighting through code, so any help is appreciated.

    You shouldn't have to type 'startx' if you set up the computer to start X11 rather than leave you at the command line. Scroll down to the bottom of inittab and make sure the right id:5 is selected for dgm. Also, make sure you have xf86-input-mouse and xf86-input-keyboard installed. This also may be of help; http://wiki.archlinux.org/index.php/Xor … otplugging.
    /edit
    Also, if you don't restart after you install xorg-server, it will load the wm/de but and show the mouse pointer, but then it crashes hard and you have to do a hard reboot, as in the the power button. This probably isn't what you are experiencing though?
    Last edited by Sjoden (2009-02-24 01:37:44)

  • Fresh Install: Gnome Shell segfault and bgrt invalid status (Nvidia)

    Hi everyone! I have Arch freshly installed, and after some modprobing last night I was finally able to get the Arch repository Nvidia drivers working. That being said, I am still getting a "bgrt invalid status" message on boot up (and, for what it is worth I do not have an Arch splash screen). I have googled the issue which took me to a thread here on the Arch forums, but that was dealing with the Noveau driver and not Nvidia.
    Below is my entire dmesg output, and would appreciate if someone might help me look through it and diagnose the Gnome segfault and any other issues that may be present. I am also looking for some advice as to the proprietary Nvidia drivers. I have a GTX 980, and while currently I don't need any advanced rendering, here when an upcoming game gets released on Steam, I very well may need that.
    dmesg output [main concern near bottom at entry 2.875973]:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.19.3-3-ARCH (builduser@tobias) (gcc version 4.9.2 20150304 (prerelease) (GCC) ) #1 SMP PREEMPT Wed Apr 8 14:10:00 CEST 2015
    [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=d00bbf3b-182d-4b7f-9502-23eff99f42e5 rw quiet
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000009d08dfff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000009d08e000-0x000000009d094fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x000000009d095000-0x000000009d4f4fff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000009d4f5000-0x000000009d964fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000009d965000-0x00000000bd92bfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bd92c000-0x00000000bdc97fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bdc98000-0x00000000bdcb5fff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000bdcb6000-0x00000000be1defff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000be1df000-0x00000000bef51fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bef52000-0x00000000beffefff] type 20
    [ 0.000000] BIOS-e820: [mem 0x00000000befff000-0x00000000beffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000083effffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] efi: EFI v2.31 by American Megatrends
    [ 0.000000] efi: ACPI 2.0=0xbdc9e000 ACPI=0xbdc9e000 SMBIOS=0xf04d0 MPS=0xfd5d0
    [ 0.000000] efi: mem00: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x0000000000000000-0x0000000000008000) (0MB)
    [ 0.000000] efi: mem01: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000000008000-0x0000000000048000) (0MB)
    [ 0.000000] efi: mem02: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x0000000000048000-0x0000000000058000) (0MB)
    [ 0.000000] efi: mem03: [Reserved | | | | | |WB|WT|WC|UC] range=[0x0000000000058000-0x0000000000059000) (0MB)
    [ 0.000000] efi: mem04: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000000059000-0x000000000005f000) (0MB)
    [ 0.000000] efi: mem05: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x000000000005f000-0x0000000000060000) (0MB)
    [ 0.000000] efi: mem06: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x0000000000060000-0x000000000009f000) (0MB)
    [ 0.000000] efi: mem07: [Reserved | | | | | |WB|WT|WC|UC] range=[0x000000000009f000-0x00000000000a0000) (0MB)
    [ 0.000000] efi: mem08: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x0000000000100000-0x0000000000f3e000) (14MB)
    [ 0.000000] efi: mem09: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000000f3e000-0x000000003795c000) (874MB)
    [ 0.000000] efi: mem10: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000003795c000-0x0000000037ca6000) (3MB)
    [ 0.000000] efi: mem11: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000037ca6000-0x0000000070a60000) (909MB)
    [ 0.000000] efi: mem12: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x0000000070a60000-0x0000000099a88000) (656MB)
    [ 0.000000] efi: mem13: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000099a88000-0x000000009c090000) (38MB)
    [ 0.000000] efi: mem14: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c090000-0x000000009c094000) (0MB)
    [ 0.000000] efi: mem15: [Loader Code | | | | | |WB|WT|WC|UC] range=[0x000000009c094000-0x000000009c0b1000) (0MB)
    [ 0.000000] efi: mem16: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c0b1000-0x000000009c0b2000) (0MB)
    [ 0.000000] efi: mem17: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c0b2000-0x000000009c0b3000) (0MB)
    [ 0.000000] efi: mem18: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c0b3000-0x000000009c0b7000) (0MB)
    [ 0.000000] efi: mem19: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c0b7000-0x000000009c0b9000) (0MB)
    [ 0.000000] efi: mem20: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c0b9000-0x000000009c0ba000) (0MB)
    [ 0.000000] efi: mem21: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c0ba000-0x000000009c0bb000) (0MB)
    [ 0.000000] efi: mem22: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c0bb000-0x000000009c0bd000) (0MB)
    [ 0.000000] efi: mem23: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c0bd000-0x000000009c0be000) (0MB)
    [ 0.000000] efi: mem24: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c0be000-0x000000009c0c2000) (0MB)
    [ 0.000000] efi: mem25: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c0c2000-0x000000009c0c4000) (0MB)
    [ 0.000000] efi: mem26: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c0c4000-0x000000009c0c5000) (0MB)
    [ 0.000000] efi: mem27: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c0c5000-0x000000009c0c6000) (0MB)
    [ 0.000000] efi: mem28: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c0c6000-0x000000009c0e2000) (0MB)
    [ 0.000000] efi: mem29: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c0e2000-0x000000009c0e3000) (0MB)
    [ 0.000000] efi: mem30: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c0e3000-0x000000009c0e4000) (0MB)
    [ 0.000000] efi: mem31: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c0e4000-0x000000009c0e5000) (0MB)
    [ 0.000000] efi: mem32: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c0e5000-0x000000009c0e7000) (0MB)
    [ 0.000000] efi: mem33: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c0e7000-0x000000009c0e8000) (0MB)
    [ 0.000000] efi: mem34: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c0e8000-0x000000009c0f0000) (0MB)
    [ 0.000000] efi: mem35: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c0f0000-0x000000009c0f4000) (0MB)
    [ 0.000000] efi: mem36: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c0f4000-0x000000009c114000) (0MB)
    [ 0.000000] efi: mem37: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c114000-0x000000009c115000) (0MB)
    [ 0.000000] efi: mem38: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c115000-0x000000009c116000) (0MB)
    [ 0.000000] efi: mem39: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c116000-0x000000009c117000) (0MB)
    [ 0.000000] efi: mem40: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c117000-0x000000009c118000) (0MB)
    [ 0.000000] efi: mem41: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c118000-0x000000009c119000) (0MB)
    [ 0.000000] efi: mem42: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c119000-0x000000009c126000) (0MB)
    [ 0.000000] efi: mem43: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c126000-0x000000009c128000) (0MB)
    [ 0.000000] efi: mem44: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c128000-0x000000009c129000) (0MB)
    [ 0.000000] efi: mem45: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c129000-0x000000009c12b000) (0MB)
    [ 0.000000] efi: mem46: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c12b000-0x000000009c12e000) (0MB)
    [ 0.000000] efi: mem47: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c12e000-0x000000009c130000) (0MB)
    [ 0.000000] efi: mem48: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c130000-0x000000009c132000) (0MB)
    [ 0.000000] efi: mem49: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c132000-0x000000009c135000) (0MB)
    [ 0.000000] efi: mem50: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c135000-0x000000009c138000) (0MB)
    [ 0.000000] efi: mem51: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c138000-0x000000009c13e000) (0MB)
    [ 0.000000] efi: mem52: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c13e000-0x000000009c141000) (0MB)
    [ 0.000000] efi: mem53: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c141000-0x000000009c142000) (0MB)
    [ 0.000000] efi: mem54: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c142000-0x000000009c143000) (0MB)
    [ 0.000000] efi: mem55: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c143000-0x000000009c146000) (0MB)
    [ 0.000000] efi: mem56: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c146000-0x000000009c148000) (0MB)
    [ 0.000000] efi: mem57: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c148000-0x000000009c149000) (0MB)
    [ 0.000000] efi: mem58: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c149000-0x000000009c14a000) (0MB)
    [ 0.000000] efi: mem59: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c14a000-0x000000009c14d000) (0MB)
    [ 0.000000] efi: mem60: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c14d000-0x000000009cb1b000) (9MB)
    [ 0.000000] efi: mem61: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009cb1b000-0x000000009cb1d000) (0MB)
    [ 0.000000] efi: mem62: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009cb1d000-0x000000009cb1e000) (0MB)
    [ 0.000000] efi: mem63: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009cb1e000-0x000000009cb1f000) (0MB)
    [ 0.000000] efi: mem64: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009cb1f000-0x000000009cb23000) (0MB)
    [ 0.000000] efi: mem65: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009cb23000-0x000000009cb27000) (0MB)
    [ 0.000000] efi: mem66: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009cb27000-0x000000009cb28000) (0MB)
    [ 0.000000] efi: mem67: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009cb28000-0x000000009cb2b000) (0MB)
    [ 0.000000] efi: mem68: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009cb2b000-0x000000009cb4e000) (0MB)
    [ 0.000000] efi: mem69: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009cb4e000-0x000000009cb52000) (0MB)
    [ 0.000000] efi: mem70: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009cb52000-0x000000009cb53000) (0MB)
    [ 0.000000] efi: mem71: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009cb53000-0x000000009cb59000) (0MB)
    [ 0.000000] efi: mem72: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009cb59000-0x000000009d08e000) (5MB)
    [ 0.000000] efi: mem73: [ACPI Memory NVS | | | | | |WB|WT|WC|UC] range=[0x000000009d08e000-0x000000009d095000) (0MB)
    [ 0.000000] efi: mem74: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x000000009d095000-0x000000009d1f6000) (1MB)
    [ 0.000000] efi: mem75: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x000000009d1f6000-0x000000009d4ba000) (2MB)
    [ 0.000000] efi: mem76: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x000000009d4ba000-0x000000009d4bf000) (0MB)
    [ 0.000000] efi: mem77: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x000000009d4bf000-0x000000009d4c3000) (0MB)
    [ 0.000000] efi: mem78: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x000000009d4c3000-0x000000009d4d8000) (0MB)
    [ 0.000000] efi: mem79: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x000000009d4d8000-0x000000009d4ea000) (0MB)
    [ 0.000000] efi: mem80: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x000000009d4ea000-0x000000009d4f5000) (0MB)
    [ 0.000000] efi: mem81: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x000000009d4f5000-0x000000009d965000) (4MB)
    [ 0.000000] efi: mem82: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x000000009d965000-0x000000009d978000) (0MB)
    [ 0.000000] efi: mem83: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009d978000-0x000000009d97c000) (0MB)
    [ 0.000000] efi: mem84: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009d97c000-0x000000009d97d000) (0MB)
    [ 0.000000] efi: mem85: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009d97d000-0x000000009d982000) (0MB)
    [ 0.000000] efi: mem86: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009d982000-0x000000009d983000) (0MB)
    [ 0.000000] efi: mem87: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009d983000-0x000000009d987000) (0MB)
    [ 0.000000] efi: mem88: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009d987000-0x00000000a4a2a000) (112MB)
    [ 0.000000] efi: mem89: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a4a2a000-0x00000000a4a2d000) (0MB)
    [ 0.000000] efi: mem90: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a4a2d000-0x00000000a4a2e000) (0MB)
    [ 0.000000] efi: mem91: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a4a2e000-0x00000000a4a30000) (0MB)
    [ 0.000000] efi: mem92: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a4a30000-0x00000000a4a31000) (0MB)
    [ 0.000000] efi: mem93: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a4a31000-0x00000000a4a32000) (0MB)
    [ 0.000000] efi: mem94: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a4a32000-0x00000000a4a38000) (0MB)
    [ 0.000000] efi: mem95: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a4a38000-0x00000000a4a39000) (0MB)
    [ 0.000000] efi: mem96: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a4a39000-0x00000000a4a45000) (0MB)
    [ 0.000000] efi: mem97: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a4a45000-0x00000000a4a46000) (0MB)
    [ 0.000000] efi: mem98: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a4a46000-0x00000000a4a6a000) (0MB)
    [ 0.000000] efi: mem99: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a4a6a000-0x00000000a4a6b000) (0MB)
    [ 0.000000] efi: mem100: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a4a6b000-0x00000000a4a77000) (0MB)
    [ 0.000000] efi: mem101: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a4a77000-0x00000000a4a78000) (0MB)
    [ 0.000000] efi: mem102: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a4a78000-0x00000000a4a9c000) (0MB)
    [ 0.000000] efi: mem103: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a4a9c000-0x00000000a4a9d000) (0MB)
    [ 0.000000] efi: mem104: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a4a9d000-0x00000000a4aa9000) (0MB)
    [ 0.000000] efi: mem105: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a4aa9000-0x00000000a4aaa000) (0MB)
    [ 0.000000] efi: mem106: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a4aaa000-0x00000000a4b29000) (0MB)
    [ 0.000000] efi: mem107: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a4b29000-0x00000000a4b2a000) (0MB)
    [ 0.000000] efi: mem108: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a4b2a000-0x00000000a4c4c000) (1MB)
    [ 0.000000] efi: mem109: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a4c4c000-0x00000000a5238000) (5MB)
    [ 0.000000] efi: mem110: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a5238000-0x00000000a5239000) (0MB)
    [ 0.000000] efi: mem111: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a5239000-0x00000000a523b000) (0MB)
    [ 0.000000] efi: mem112: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a523b000-0x00000000a523c000) (0MB)
    [ 0.000000] efi: mem113: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a523c000-0x00000000a523d000) (0MB)
    [ 0.000000] efi: mem114: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a523d000-0x00000000a524a000) (0MB)
    [ 0.000000] efi: mem115: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a524a000-0x00000000a524d000) (0MB)
    [ 0.000000] efi: mem116: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a524d000-0x00000000a524e000) (0MB)
    [ 0.000000] efi: mem117: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a524e000-0x00000000a5250000) (0MB)
    [ 0.000000] efi: mem118: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a5250000-0x00000000a5289000) (0MB)
    [ 0.000000] efi: mem119: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a5289000-0x00000000a528a000) (0MB)
    [ 0.000000] efi: mem120: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a528a000-0x00000000a52ef000) (0MB)
    [ 0.000000] efi: mem121: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a52ef000-0x00000000a52f0000) (0MB)
    [ 0.000000] efi: mem122: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a52f0000-0x00000000a5334000) (0MB)
    [ 0.000000] efi: mem123: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a5334000-0x00000000a593e000) (6MB)
    [ 0.000000] efi: mem124: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a593e000-0x00000000a594b000) (0MB)
    [ 0.000000] efi: mem125: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a594b000-0x00000000a594c000) (0MB)
    [ 0.000000] efi: mem126: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a594c000-0x00000000a594d000) (0MB)
    [ 0.000000] efi: mem127: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a594d000-0x00000000a595d000) (0MB)
    [ 0.000000] efi: mem128: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a595d000-0x00000000a5b5c000) (1MB)
    [ 0.000000] efi: mem129: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a5b5c000-0x00000000a5b78000) (0MB)
    [ 0.000000] efi: mem130: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a5b78000-0x00000000a5c47000) (0MB)
    [ 0.000000] efi: mem131: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a5c47000-0x00000000a5c49000) (0MB)
    [ 0.000000] efi: mem132: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a5c49000-0x00000000a5c68000) (0MB)
    [ 0.000000] efi: mem133: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a5c68000-0x00000000a5c71000) (0MB)
    [ 0.000000] efi: mem134: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a5c71000-0x00000000a5e1e000) (1MB)
    [ 0.000000] efi: mem135: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a5e1e000-0x00000000a6149000) (3MB)
    [ 0.000000] efi: mem136: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a6149000-0x00000000a6168000) (0MB)
    [ 0.000000] efi: mem137: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a6168000-0x00000000a6263000) (0MB)
    [ 0.000000] efi: mem138: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a6263000-0x00000000a626c000) (0MB)
    [ 0.000000] efi: mem139: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a626c000-0x00000000a65d6000) (3MB)
    [ 0.000000] efi: mem140: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a65d6000-0x00000000a65d8000) (0MB)
    [ 0.000000] efi: mem141: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a65d8000-0x00000000a6b1e000) (5MB)
    [ 0.000000] efi: mem142: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a6b1e000-0x00000000a6b20000) (0MB)
    [ 0.000000] efi: mem143: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a6b20000-0x00000000a6b26000) (0MB)
    [ 0.000000] efi: mem144: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a6b26000-0x00000000a6b28000) (0MB)
    [ 0.000000] efi: mem145: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a6b28000-0x00000000a711a000) (5MB)
    [ 0.000000] efi: mem146: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a711a000-0x00000000a711c000) (0MB)
    [ 0.000000] efi: mem147: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a711c000-0x00000000a853f000) (20MB)
    [ 0.000000] efi: mem148: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a853f000-0x00000000a8547000) (0MB)
    [ 0.000000] efi: mem149: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8547000-0x00000000a854e000) (0MB)
    [ 0.000000] efi: mem150: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a854e000-0x00000000a8556000) (0MB)
    [ 0.000000] efi: mem151: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8556000-0x00000000a855c000) (0MB)
    [ 0.000000] efi: mem152: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a855c000-0x00000000a8564000) (0MB)
    [ 0.000000] efi: mem153: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8564000-0x00000000a8568000) (0MB)
    [ 0.000000] efi: mem154: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a8568000-0x00000000a8570000) (0MB)
    [ 0.000000] efi: mem155: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8570000-0x00000000a8578000) (0MB)
    [ 0.000000] efi: mem156: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a8578000-0x00000000a8586000) (0MB)
    [ 0.000000] efi: mem157: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8586000-0x00000000a8592000) (0MB)
    [ 0.000000] efi: mem158: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a8592000-0x00000000a8597000) (0MB)
    [ 0.000000] efi: mem159: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8597000-0x00000000a859c000) (0MB)
    [ 0.000000] efi: mem160: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a859c000-0x00000000a85a3000) (0MB)
    [ 0.000000] efi: mem161: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a85a3000-0x00000000a85aa000) (0MB)
    [ 0.000000] efi: mem162: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a85aa000-0x00000000a85b1000) (0MB)
    [ 0.000000] efi: mem163: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a85b1000-0x00000000a85b5000) (0MB)
    [ 0.000000] efi: mem164: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a85b5000-0x00000000a85bd000) (0MB)
    [ 0.000000] efi: mem165: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a85bd000-0x00000000a85bf000) (0MB)
    [ 0.000000] efi: mem166: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a85bf000-0x00000000a85c3000) (0MB)
    [ 0.000000] efi: mem167: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a85c3000-0x00000000a85ca000) (0MB)
    [ 0.000000] efi: mem168: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a85ca000-0x00000000a85d2000) (0MB)
    [ 0.000000] efi: mem169: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a85d2000-0x00000000a85d9000) (0MB)
    [ 0.000000] efi: mem170: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a85d9000-0x00000000a85e4000) (0MB)
    [ 0.000000] efi: mem171: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a85e4000-0x00000000a85e9000) (0MB)
    [ 0.000000] efi: mem172: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a85e9000-0x00000000a85ee000) (0MB)
    [ 0.000000] efi: mem173: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a85ee000-0x00000000a85f6000) (0MB)
    [ 0.000000] efi: mem174: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a85f6000-0x00000000a85fc000) (0MB)
    [ 0.000000] efi: mem175: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a85fc000-0x00000000a8604000) (0MB)
    [ 0.000000] efi: mem176: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a8604000-0x00000000a8608000) (0MB)
    [ 0.000000] efi: mem177: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8608000-0x00000000a860a000) (0MB)
    [ 0.000000] efi: mem178: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a860a000-0x00000000a860d000) (0MB)
    [ 0.000000] efi: mem179: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a860d000-0x00000000a8612000) (0MB)
    [ 0.000000] efi: mem180: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a8612000-0x00000000a861c000) (0MB)
    [ 0.000000] efi: mem181: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a861c000-0x00000000a86f7000) (0MB)
    [ 0.000000] efi: mem182: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a86f7000-0x00000000a86fb000) (0MB)
    [ 0.000000] efi: mem183: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a86fb000-0x00000000a873e000) (0MB)
    [ 0.000000] efi: mem184: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a873e000-0x00000000a8740000) (0MB)
    [ 0.000000] efi: mem185: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8740000-0x00000000a879c000) (0MB)
    [ 0.000000] efi: mem186: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a879c000-0x00000000a879e000) (0MB)
    [ 0.000000] efi: mem187: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a879e000-0x00000000a87a0000) (0MB)
    [ 0.000000] efi: mem188: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a87a0000-0x00000000a87a2000) (0MB)
    [ 0.000000] efi: mem189: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a87a2000-0x00000000a880e000) (0MB)
    [ 0.000000] efi: mem190: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a880e000-0x00000000a881e000) (0MB)
    [ 0.000000] efi: mem191: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a881e000-0x00000000a8823000) (0MB)
    [ 0.000000] efi: mem192: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a8823000-0x00000000a8835000) (0MB)
    [ 0.000000] efi: mem193: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8835000-0x00000000a883e000) (0MB)
    [ 0.000000] efi: mem194: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a883e000-0x00000000a8841000) (0MB)
    [ 0.000000] efi: mem195: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8841000-0x00000000a8842000) (0MB)
    [ 0.000000] efi: mem196: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a8842000-0x00000000a887e000) (0MB)
    [ 0.000000] efi: mem197: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a887e000-0x00000000a8883000) (0MB)
    [ 0.000000] efi: mem198: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a8883000-0x00000000a8884000) (0MB)
    [ 0.000000] efi: mem199: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8884000-0x00000000a88d6000) (0MB)
    [ 0.000000] efi: mem200: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a88d6000-0x00000000a8926000) (0MB)
    [ 0.000000] efi: mem201: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8926000-0x00000000a892a000) (0MB)
    [ 0.000000] efi: mem202: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a892a000-0x00000000a8948000) (0MB)
    [ 0.000000] efi: mem203: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8948000-0x00000000a89ef000) (0MB)
    [ 0.000000] efi: mem204: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a89ef000-0x00000000a8a1a000) (0MB)
    [ 0.000000] efi: mem205: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8a1a000-0x00000000a8bca000) (1MB)
    [ 0.000000] efi: mem206: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a8bca000-0x00000000a8bdc000) (0MB)
    [ 0.000000] efi: mem207: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8bdc000-0x00000000a8be0000) (0MB)
    [ 0.000000] efi: mem208: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a8be0000-0x00000000a8be7000) (0MB)
    [ 0.000000] efi: mem209: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8be7000-0x00000000a8bea000) (0MB)
    [ 0.000000] efi: mem210: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a8bea000-0x00000000a8bfc000) (0MB)
    [ 0.000000] efi: mem211: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8bfc000-0x00000000a8d7f000) (1MB)
    [ 0.000000] efi: mem212: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a8d7f000-0x00000000a8daa000) (0MB)
    [ 0.000000] efi: mem213: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8daa000-0x00000000a8dc5000) (0MB)
    [ 0.000000] efi: mem214: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a8dc5000-0x00000000a8dd0000) (0MB)
    [ 0.000000] efi: mem215: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8dd0000-0x00000000a8dfd000) (0MB)
    [ 0.000000] efi: mem216: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a8dfd000-0x00000000a8dfe000) (0MB)
    [ 0.000000] efi: mem217: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8dfe000-0x00000000a8dff000) (0MB)
    [ 0.000000] efi: mem218: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a8dff000-0x00000000a8e08000) (0MB)
    [ 0.000000] efi: mem219: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8e08000-0x00000000a90d8000) (2MB)
    [ 0.000000] efi: mem220: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a90d8000-0x00000000a90d9000) (0MB)
    [ 0.000000] efi: mem221: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a90d9000-0x00000000a94f9000) (4MB)
    [ 0.000000] efi: mem222: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a94f9000-0x00000000a94fb000) (0MB)
    [ 0.000000] efi: mem223: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a94fb000-0x00000000aa9e9000) (20MB)
    [ 0.000000] efi: mem224: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000aa9e9000-0x00000000aa9eb000) (0MB)
    [ 0.000000] efi: mem225: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000aa9eb000-0x00000000adb6d000) (49MB)
    [ 0.000000] efi: mem226: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000adb6d000-0x00000000adb6f000) (0MB)
    [ 0.000000] efi: mem227: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000adb6f000-0x00000000ae74b000) (11MB)
    [ 0.000000] efi: mem228: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000ae74b000-0x00000000ae74d000) (0MB)
    [ 0.000000] efi: mem229: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000ae74d000-0x00000000ae752000) (0MB)
    [ 0.000000] efi: mem230: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000ae752000-0x00000000ae754000) (0MB)
    [ 0.000000] efi: mem231: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000ae754000-0x00000000ae86e000) (1MB)
    [ 0.000000] efi: mem232: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000ae86e000-0x00000000ae872000) (0MB)
    [ 0.000000] efi: mem233: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000ae872000-0x00000000ae878000) (0MB)
    [ 0.000000] efi: mem234: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000ae878000-0x00000000ae87a000) (0MB)
    [ 0.000000] efi: mem235: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000ae87a000-0x00000000aeafa000) (2MB)
    [ 0.000000] efi: mem236: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000aeafa000-0x00000000aeafc000) (0MB)
    [ 0.000000] efi: mem237: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000aeafc000-0x00000000aeb16000) (0MB)
    [ 0.000000] efi: mem238: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000aeb16000-0x00000000aeb18000) (0MB)
    [ 0.000000] efi: mem239: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000aeb18000-0x00000000af538000) (10MB)
    [ 0.000000] efi: mem240: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000af538000-0x00000000af564000) (0MB)
    [ 0.000000] efi: mem241: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000af564000-0x00000000af5fe000) (0MB)
    [ 0.000000] efi: mem242: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000af5fe000-0x00000000af64e000) (0MB)
    [ 0.000000] efi: mem243: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000af64e000-0x00000000af7a2000) (1MB)
    [ 0.000000] efi: mem244: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000af7a2000-0x00000000af7aa000) (0MB)
    [ 0.000000] efi: mem245: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000af7aa000-0x00000000af86e000) (0MB)
    [ 0.000000] efi: mem246: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000af86e000-0x00000000af892000) (0MB)
    [ 0.000000] efi: mem247: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000af892000-0x00000000afa7e000) (1MB)
    [ 0.000000] efi: mem248: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000afa7e000-0x00000000afaa1000) (0MB)
    [ 0.000000] efi: mem249: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000afaa1000-0x00000000afae3000) (0MB)
    [ 0.000000] efi: mem250: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000afae3000-0x00000000afb00000) (0MB)
    [ 0.000000] efi: mem251: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000afb00000-0x00000000afea4000) (3MB)
    [ 0.000000] efi: mem252: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000afea4000-0x00000000afebc000) (0MB)
    [ 0.000000] efi: mem253: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000afebc000-0x00000000aff04000) (0MB)
    [ 0.000000] efi: mem254: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000aff04000-0x00000000aff0e000) (0MB)
    [ 0.000000] efi: mem255: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000aff0e000-0x00000000b00a3000) (1MB)
    [ 0.000000] efi: mem256: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b00a3000-0x00000000b00a9000) (0MB)
    [ 0.000000] efi: mem257: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b00a9000-0x00000000b0123000) (0MB)
    [ 0.000000] efi: mem258: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b0123000-0x00000000b012a000) (0MB)
    [ 0.000000] efi: mem259: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b012a000-0x00000000b0176000) (0MB)
    [ 0.000000] efi: mem260: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b0176000-0x00000000b0199000) (0MB)
    [ 0.000000] efi: mem261: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b0199000-0x00000000b02b6000) (1MB)
    [ 0.000000] efi: mem262: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b02b6000-0x00000000b02e3000) (0MB)
    [ 0.000000] efi: mem263: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b02e3000-0x00000000b0426000) (1MB)
    [ 0.000000] efi: mem264: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b0426000-0x00000000b0443000) (0MB)
    [ 0.000000] efi: mem265: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b0443000-0x00000000b0645000) (2MB)
    [ 0.000000] efi: mem266: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b0645000-0x00000000b0662000) (0MB)
    [ 0.000000] efi: mem267: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b0662000-0x00000000b07a0000) (1MB)
    [ 0.000000] efi: mem268: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b07a0000-0x00000000b07a6000) (0MB)
    [ 0.000000] efi: mem269: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b07a6000-0x00000000b08d9000) (1MB)
    [ 0.000000] efi: mem270: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b08d9000-0x00000000b08e4000) (0MB)
    [ 0.000000] efi: mem271: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b08e4000-0x00000000b0a30000) (1MB)
    [ 0.000000] efi: mem272: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b0a30000-0x00000000b0a3e000) (0MB)
    [ 0.000000] efi: mem273: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b0a3e000-0x00000000b0a91000) (0MB)
    [ 0.000000] efi: mem274: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b0a91000-0x00000000b0a94000) (0MB)
    [ 0.000000] efi: mem275: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b0a94000-0x00000000b0bf3000) (1MB)
    [ 0.000000] efi: mem276: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b0bf3000-0x00000000b0bf7000) (0MB)
    [ 0.000000] efi: mem277: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b0bf7000-0x00000000b0c55000) (0MB)
    [ 0.000000] efi: mem278: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b0c55000-0x00000000b0c56000) (0MB)
    [ 0.000000] efi: mem279: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b0c56000-0x00000000b0d46000) (0MB)
    [ 0.000000] efi: mem280: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b0d46000-0x00000000b0d50000) (0MB)
    [ 0.000000] efi: mem281: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b0d50000-0x00000000b0da2000) (0MB)
    [ 0.000000] efi: mem282: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b0da2000-0x00000000b0daf000) (0MB)
    [ 0.000000] efi: mem283: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b0daf000-0x00000000b0dd7000) (0MB)
    [ 0.000000] efi: mem284: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b0dd7000-0x00000000b0ddf000) (0MB)
    [ 0.000000] efi: mem285: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b0ddf000-0x00000000b0de4000) (0MB)
    [ 0.000000] efi: mem286: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b0de4000-0x00000000b0de8000) (0MB)
    [ 0.000000] efi: mem287: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b0de8000-0x00000000b0ea0000) (0MB)
    [ 0.000000] efi: mem288: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b0ea0000-0x00000000b0ea5000) (0MB)
    [ 0.000000] efi: mem289: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b0ea5000-0x00000000b0f50000) (0MB)
    [ 0.000000] efi: mem290: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b0f50000-0x00000000b0f56000) (0MB)
    [ 0.000000] efi: mem291: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b0f56000-0x00000000b0f91000) (0MB)
    [ 0.000000] efi: mem292: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b0f91000-0x00000000b0f9e000) (0MB)
    [ 0.000000] efi: mem293: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b0f9e000-0x00000000b0fd1000) (0MB)
    [ 0.000000] efi: mem294: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b0fd1000-0x00000000b0fde000) (0MB)
    [ 0.000000] efi: mem295: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b0fde000-0x00000000b1080000) (0MB)
    [ 0.000000] efi: mem296: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b1080000-0x00000000b1087000) (0MB)
    [ 0.000000] efi: mem297: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b1087000-0x00000000b1146000) (0MB)
    [ 0.000000] efi: mem298: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b1146000-0x00000000b1154000) (0MB)
    [ 0.000000] efi: mem299: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b1154000-0x00000000b116f000) (0MB)
    [ 0.000000] efi: mem300: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b116f000-0x00000000b1176000) (0MB)
    [ 0.000000] efi: mem301: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b1176000-0x00000000b11a5000) (0MB)
    [ 0.000000] efi: mem302: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b11a5000-0x00000000b11ab000) (0MB)
    [ 0.000000] efi: mem303: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b11ab000-0x00000000b1231000) (0MB)
    [ 0.000000] efi: mem304: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b1231000-0x00000000b1236000) (0MB)
    [ 0.000000] efi: mem305: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b1236000-0x00000000b1271000) (0MB)
    [ 0.000000] efi: mem306: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b1271000-0x00000000b127e000) (0MB)
    [ 0.000000] efi: mem307: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b127e000-0x00000000b1304000) (0MB)
    [ 0.000000] efi: mem308: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b1304000-0x00000000b1308000) (0MB)
    [ 0.000000] efi: mem309: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b1308000-0x00000000b142c000) (1MB)
    [ 0.000000] efi: mem310: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b142c000-0x00000000b142f000) (0MB)
    [ 0.000000] efi: mem311: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b142f000-0x00000000b151c000) (0MB)
    [ 0.000000] efi: mem312: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b151c000-0x00000000b1525000) (0MB)
    [ 0.000000] efi: mem313: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b1525000-0x00000000b153c000) (0MB)
    [ 0.000000] efi: mem314: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b153c000-0x00000000b1544000) (0MB)
    [ 0.000000] efi: mem315: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b1544000-0x00000000b155b000) (0MB)
    [ 0.000000] efi: mem316: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b155b000-0x00000000b1560000) (0MB)
    [ 0.000000] efi: mem317: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b1560000-0x00000000b198d000) (4MB)
    [ 0.000000] efi: mem318: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b198d000-0x00000000b1999000) (0MB)
    [ 0.000000] efi: mem319: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b1999000-0x00000000b19a2000) (0MB)
    [ 0.000000] efi: mem320: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b19a2000-0x00000000b19a5000) (0MB)
    [ 0.000000] efi: mem321: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b19a5000-0x00000000b19a8000) (0MB)
    [ 0.000000] efi: mem322: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b19a8000-0x00000000b19a9000) (0MB)
    [ 0.000000] efi: mem323: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b19a9000-0x00000000b19fa000) (0MB)
    [ 0.000000] efi: mem324: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b19fa000-0x00000000b19fb000) (0MB)
    [ 0.000000] efi: mem325: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b19fb000-0x00000000b1a37000) (0MB)
    [ 0.000000] efi: mem326: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b1a37000-0x00000000b1a38000) (0MB)
    [ 0.000000] efi: mem327: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b1a38000-0x00000000b1aa1000) (0MB)
    [ 0.000000] efi: mem328: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b1aa1000-0x00000000b1aad000) (0MB)
    [ 0.000000] efi: mem329: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b1aad000-0x00000000b1acd000) (0MB)
    [ 0.000000] efi: mem330: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b1acd000-0x00000000b1ace000) (0MB)
    [ 0.000000] efi: mem331: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b1ace000-0x00000000b1af3000) (0MB)
    [ 0.000000] efi: mem332: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b1af3000-0x00000000b1af4000) (0MB)
    [ 0.000000] efi: mem333: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b1af4000-0x00000000bb91e000) (158MB)
    [ 0.000000] efi: mem334: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000bb91e000-0x00000000bb920000) (0MB)
    [ 0.000000] efi: mem335: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000bb920000-0x00000000bcf8f000) (22MB)
    [ 0.000000] efi: mem336: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000bcf8f000-0x00000000bd052000) (0MB)
    [ 0.000000] efi: mem337: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x00000000bd052000-0x00000000bd061000) (0MB)
    [ 0.000000] efi: mem338: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000bd061000-0x00000000bd92c000) (8MB)
    [ 0.000000] efi: mem339: [Reserved | | | | | |WB|WT|WC|UC] range=[0x00000000bd92c000-0x00000000bd9df000) (0MB)
    [ 0.000000] efi: mem340: [Reserved | | | | | |WB|WT|WC|UC] range=[0x00000000bd9df000-0x00000000bdc98000) (2MB)
    [ 0.000000] efi: mem341: [ACPI Reclaim Memory| | | | | |WB|WT|WC|UC] range=[0x00000000bdc98000-0x00000000bdc9e000) (0MB)
    [ 0.000000] efi: mem342: [ACPI Reclaim Memory| | | | | |WB|WT|WC|UC] range=[0x00000000bdc9e000-0x00000000bdcb6000) (0MB)
    [ 0.000000] efi: mem343: [ACPI Memory NVS | | | | | |WB|WT|WC|UC] range=[0x00000000bdcb6000-0x00000000bddbe000) (1MB)
    [ 0.000000] efi: mem344: [ACPI Memory NVS | | | | | |WB|WT|WC|UC] range=[0x00000000bddbe000-0x00000000be1df000) (4MB)
    [ 0.000000] efi: mem345: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000be1df000-0x00000000be538000) (3MB)
    [ 0.000000] efi: mem346: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000be538000-0x00000000bee39000) (9MB)
    [ 0.000000] efi: mem347: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000bee39000-0x00000000bee3b000) (0MB)
    [ 0.000000] efi: mem348: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000bee3b000-0x00000000beeb1000) (0MB)
    [ 0.000000] efi: mem349: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000beeb1000-0x00000000beeb4000) (0MB)
    [ 0.000000] efi: mem350: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000beeb4000-0x00000000bef52000) (0MB)
    [ 0.000000] efi: mem351: [Runtime Code |RUN| | | | |WB|WT|WC|UC] range=[0x00000000bef52000-0x00000000bef74000) (0MB)
    [ 0.000000] efi: mem352: [Runtime Code |RUN| | | | |WB|WT|WC|UC] range=[0x00000000bef74000-0x00000000befff000) (0MB)
    [ 0.000000] efi: mem353: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000befff000-0x00000000bf000000) (0MB)
    [ 0.000000] efi: mem354: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000100000000-0x000000083f000000) (29680MB)
    [ 0.000000] efi: mem355: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000e0000000-0x00000000f0000000) (256MB)
    [ 0.000000] efi: mem356: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000fec00000-0x00000000fec01000) (0MB)
    [ 0.000000] efi: mem357: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000fed00000-0x00000000fed04000) (0MB)
    [ 0.000000] efi: mem358: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
    [ 0.000000] efi: mem359: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000fee00000-0x00000000fee01000) (0MB)
    [ 0.000000] efi: mem360: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000ff000000-0x0000000100000000) (16MB)
    [ 0.000000] SMBIOS 2.8 present.
    [ 0.000000] DMI: ASUS All Series/Z97-PRO, BIOS 2012 09/30/2014
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] AGP: No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x83f000 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-DBFFF write-protect
    [ 0.000000] DC000-DFFFF uncachable
    [ 0.000000] E0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0000000000 mask 7800000000 write-back
    [ 0.000000] 1 base 0800000000 mask 7FE0000000 write-back
    [ 0.000000] 2 base 0820000000 mask 7FF0000000 write-back
    [ 0.000000] 3 base 0830000000 mask 7FF8000000 write-back
    [ 0.000000] 4 base 0838000000 mask 7FFC000000 write-back
    [ 0.000000] 5 base 083C000000 mask 7FFE000000 write-back
    [ 0.000000] 6 base 083E000000 mask 7FFF000000 write-back
    [ 0.000000] 7 base 00C0000000 mask 7FC0000000 uncachable
    [ 0.000000] 8 disabled
    [ 0.000000] 9 disabled
    [ 0.000000] PAT configuration [0-7]: WB WC UC- UC WB WC UC- UC
    [ 0.000000] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0xbf000 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000fd8d0-0x000fd8df] mapped at [ffff8800000fd8d0]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000089000] 89000 size 24576
    [ 0.000000] Using GB pages for direct mapping
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b32000, 0x01b32fff] PGTABLE
    [ 0.000000] BRK [0x01b33000, 0x01b33fff] PGTABLE
    [ 0.000000] BRK [0x01b34000, 0x01b34fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x83ee00000-0x83effffff]
    [ 0.000000] [mem 0x83ee00000-0x83effffff] page 2M
    [ 0.000000] BRK [0x01b35000, 0x01b35fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x820000000-0x83edfffff]
    [ 0.000000] [mem 0x820000000-0x83edfffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x800000000-0x81fffffff]
    [ 0.000000] [mem 0x800000000-0x81fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x9d08dfff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x3fffffff] page 2M
    [ 0.000000] [mem 0x40000000-0x7fffffff] page 1G
    [ 0.000000] [mem 0x80000000-0x9cffffff] page 2M
    [ 0.000000] [mem 0x9d000000-0x9d08dfff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x9d095000-0x9d4f4fff]
    [ 0.000000] [mem 0x9d095000-0x9d1fffff] page 4k
    [ 0.000000] [mem 0x9d200000-0x9d3fffff] page 2M
    [ 0.000000] [mem 0x9d400000-0x9d4f4fff] page 4k
    [ 0.000000] BRK [0x01b36000, 0x01b36fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x9d965000-0xbd92bfff]
    [ 0.000000] [mem 0x9d965000-0x9d9fffff] page 4k
    [ 0.000000] [mem 0x9da00000-0xbd7fffff] page 2M
    [ 0.000000] [mem 0xbd800000-0xbd92bfff] page 4k
    [ 0.000000] BRK [0x01b37000, 0x01b37fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xbefff000-0xbeffffff]
    [ 0.000000] [mem 0xbefff000-0xbeffffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x7ffffffff]
    [ 0.000000] [mem 0x100000000-0x7ffffffff] page 1G
    [ 0.000000] RAMDISK: [mem 0x3795c000-0x37ca5fff]
    [ 0.000000] ACPI: Early table checksum verification disabled
    [ 0.000000] ACPI: RSDP 0x00000000BDC9E000 000024 (v02 ALASKA)
    [ 0.000000] ACPI: XSDT 0x00000000BDC9E080 00007C (v01 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: FACP 0x00000000BDCAD510 00010C (v05 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: DSDT 0x00000000BDC9E198 00F372 (v02 ALASKA A M I 00000011 INTL 20120711)
    [ 0.000000] ACPI: FACS 0x00000000BE1DEF80 000040
    [ 0.000000] ACPI: APIC 0x00000000BDCAD620 000092 (v03 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: FPDT 0x00000000BDCAD6B8 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: SSDT 0x00000000BDCAD700 000C7D (v01 Ther_R Ther_Rvp 00001000 INTL 20120711)
    [ 0.000000] ACPI: SSDT 0x00000000BDCAE380 000539 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    [ 0.000000] ACPI: SSDT 0x00000000BDCAE8C0 000B74 (v01 CpuRef CpuSsdt 00003000 INTL 20051117)
    [ 0.000000] ACPI: MCFG 0x00000000BDCAF438 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
    [ 0.000000] ACPI: HPET 0x00000000BDCAF478 000038 (v01 ALASKA A M I 01072009 AMI. 00000005)
    [ 0.000000] ACPI: SSDT 0x00000000BDCAF4B0 00036D (v01 SataRe SataTabl 00001000 INTL 20120711)
    [ 0.000000] ACPI: SSDT 0x00000000BDCAF820 005977 (v01 SaSsdt SaSsdt 00003000 INTL 20120711)
    [ 0.000000] ACPI: BGRT 0x00000000BDCB51F0 000038 (v01 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000083effffff]
    [ 0.000000] NODE_DATA(0) allocated [mem 0x83eff8000-0x83effbfff]
    [ 0.000000] [ffffea0000000000-ffffea0020ffffff] PMD -> [ffff88081e600000-ffff88083e5fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x83effffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x00057fff]
    [ 0.000000] node 0: [mem 0x00059000-0x0009efff]
    [ 0.000000] node 0: [mem 0x00100000-0x9d08dfff]
    [ 0.000000] node 0: [mem 0x9d095000-0x9d4f4fff]
    [ 0.000000] node 0: [mem 0x9d965000-0xbd92bfff]
    [ 0.000000] node 0: [mem 0xbefff000-0xbeffffff]
    [ 0.000000] node 0: [mem 0x100000000-0x83effffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00001000-0x83effffff]
    [ 0.000000] On node 0 totalpages: 8373331
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 59 pages reserved
    [ 0.000000] DMA zone: 3997 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 12051 pages used for memmap
    [ 0.000000] DMA32 zone: 771254 pages, LIFO batch:31
    [ 0.000000] Normal zone: 118720 pages used for memmap
    [ 0.000000] Normal zone: 7598080 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x1808
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[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[0xff] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-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: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
    [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9d08e000-0x9d094fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9d4f5000-0x9d964fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbd92c000-0xbdc97fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbdc98000-0xbdcb5fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbdcb6000-0xbe1defff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbe1df000-0xbef51fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbef52000-0xbeffefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbf000000-0xdfffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfebfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
    [ 0.000000] e820: [mem 0xbf000000-0xdfffffff] 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 31 pages/cpu @ffff88083ec00000 s86336 r8192 d32448 u262144
    [ 0.000000] pcpu-alloc: s86336 r8192 d32448 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: 8242437
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=d00bbf3b-182d-4b7f-9502-23eff99f42e5 rw quiet
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form
    [ 0.000000] AGP: Checking aperture...
    [ 0.000000] AGP: No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 32486996K/33493324K available (5534K kernel code, 917K rwdata, 1744K rodata, 1164K init, 1156K bss, 1006328K reserved, 0K cma-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] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
    [ 0.000000] NR_IRQS:8448 nr_irqs:488 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 4000.001 MHz processor
    [ 0.000017] Calibrating delay loop (skipped), value calculated using timer frequency.. 8003.33 BogoMIPS (lpj=13333336)
    [ 0.000019] pid_max: default: 32768 minimum: 301
    [ 0.000022] ACPI: Core revision 20141107
    [ 0.009229] ACPI: All ACPI Tables successfully acquired
    [ 0.029785] Security Framework initialized
    [ 0.029788] Yama: becoming mindful.
    [ 0.030858] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)
    [ 0.034247] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
    [ 0.035692] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.035711] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.035889] Initializing cgroup subsys memory
    [ 0.035892] Initializing cgroup subsys devices
    [ 0.035893] Initializing cgroup subsys freezer
    [ 0.035894] Initializing cgroup subsys net_cls
    [ 0.035895] Initializing cgroup subsys blkio
    [ 0.035908] CPU: Physical Processor ID: 0
    [ 0.035909] CPU: Processor Core ID: 0
    [ 0.035911] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.036595] mce: CPU supports 9 MCE banks
    [ 0.036604] CPU0: Thermal monitoring enabled (TM1)
    [ 0.036611] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
    Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
    [ 0.036664] Freeing SMP alternatives memory: 20K (ffffffff81a0a000 - ffffffff81a0f000)
    [ 0.037117] Ignoring BGRT: invalid status 0 (expected 1)
    [ 0.043080] ftrace: allocating 21171 entries in 83 pages
    [ 0.048407] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
    [ 0.081410] smpboot: CPU0: Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz (fam: 06, model: 3c, stepping: 03)
    [ 0.081414] TSC deadline timer enabled
    [ 0.081426] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
    [ 0.081437] ... version: 3
    [ 0.081437] ... bit width: 48
    [ 0.081438] ... generic registers: 4
    [ 0.081438] ... value mask: 0000ffffffffffff
    [ 0.081439] ... max period: 0000ffffffffffff
    [ 0.081439] ... fixed-purpose events: 3
    [ 0.081440] ... event mask: 000000070000000f
    [ 0.101445] x86: Booting SMP configuration:
    [ 0.101446] .... node #0, CPUs: #1
    [ 0.115404] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.122053] #2 #3 #4 #5 #6 #7
    [ 0.238414] x86: Booted up 1 node, 8 CPUs
    [ 0.238416] smpboot: Total of 8 processors activated (64025.68 BogoMIPS)
    [ 0.243980] devtmpfs: initialized
    [ 0.246376] PM: Registering ACPI NVS region [mem 0x9d08e000-0x9d094fff] (28672 bytes)
    [ 0.246377] PM: Registering ACPI NVS region [mem 0xbdcb6000-0xbe1defff] (5410816 bytes)
    [ 0.246503] pinctrl core: initialized pinctrl subsystem
    [ 0.246530] RTC time: 13:27:06, date: 04/16/15
    [ 0.246592] NET: Registered protocol family 16
    [ 0.257198] cpuidle: using governor ladder
    [ 0.270535] cpuidle: using governor menu
    [ 0.270549] ACPI: bus type PCI registered
    [ 0.270550] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.270588] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.270589] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    [ 0.270757] PCI: Using configuration type 1 for base access
    [ 0.284059] ACPI: Added _OSI(Module Device)
    [ 0.284060] ACPI: Added _OSI(Processor Device)
    [ 0.284060] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.284061] ACPI: Add

    Hey, I ran into a similar error (not bgrt invalid status, but a gnome shell segfault) after updating recently and I'm using the proprietary drivers. I think I may have had multiple issues. I'm not sure if any of this advice will prove useful, but some combination of these worked for me:
    * Stop gdm with systemctl (use ctrl alt f2 or another tty), uncomment WaylandEnable=false in /etc/gdm/custom.conf and try restarting gdm
    * If that doesn't work, disable gdm and install another login manager (I used sddm)
    * If that still doesn't work and you have the infinality font packages for freetype, fontconfig, and cairo, replace them with the default packages and try starting your login manager again
    Last edited by canurabus (2015-04-17 18:36:59)

  • Java JDK 7 u17 won't install and Eclipse won't run past boot logo.

    Java JDK 7 u17 won't install and Eclipse won't run past boot logo. Eclipse Classic used to work fine for awhile. I haven't used it for a month or two and tried to boot it, Eclipse won't run past boot logo. It looks like JDK is not even there anymore. JDK won't install successfully. I have Mac OS X 10.8.3.
    I tried removing Java, re-download JDK multiple times.. same results.
    MyComputer-MacBook-Air:~ MyComputer$ java -version
    java version "1.7.0_17"
    Java(TM) SE Runtime Environment (build 1.7.0_17-b02)
    Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode)

    Paul Adare is correct in saying that you cannot "upgrade" from 32-bit to 64-bit. You can, however, backup your files and reload them onto your PC.
    Given that you are able to boot Windows 7 after the failure to install Windows 10 Technical Preview, it is apparent that you are not formatting the drive during your clean installation. There are a number of potential issues an existing configuration can
    cause, such as preventing Windows Setup from registering boot files, modifying partitions, or moving an existing installation and data to the windows.old folder. I would recommend removing the partitions from your drive (note: this will erase any data remaining
    on the hard disk) during installation to ensure that Windows Setup has a fresh hard drive to install to. If you continue to experience errors, two other factors to take into consideration are:
    Does your system use a storage controller that requires loading a driver during Windows Setup?
    Is the hardware malfunctioning? Do the hard disk and memory pass testing software like Windows Memory Diagnostic or chkdsk?
    Reference
    this article for more information.
    Hessam
    Windows Outreach Team- IT Pro
    Windows for IT Pros on TechNet

  • Gnome splash screen and gtk-apps in awesome huge fonts.

    Hi all,
    I installed awesome wm the other day and for some reason all GTK-apps have huge fonts. GDM and the gnome splash screen have the same issue. I'm thinking this is a DPI issue but I wouldn't know where to start looking. Could someone point me in the right direction?
    Thanks.

    Master One wrote:
    In the meantime I swapped over to KDEMOD again, but I am still not satisfied. I prefer a mix of QT and GTK+ applications, and whatever I tried, they just do not look the same if running them in KDE or XFCE4.
    Maybe I should try running a WM instead of a DE, after some reading I am very tempted to go for Openbox.
    Can somebody running just a WM comment on the results, when mixing QT & GTK+ apps?
    I use Openbox and don't have any ugly looking apps. Granted, I think the only QT app I use is opera though

  • Windows 8 64-bit install on 970a-g46 Mainboard AHCI and NVIDIA DRIVER issues

    My Box:
    MSI 970A-G46
    BIOS 1.9  (AUG 2012) (Tried 1.11 but the nightmare started then)
    AMD FX-6100 (STOCK SPEED AND SETTINGS) WITH OEM HSF
    16GB PATRIOT VIPER 3 (1866) RUNNING @ (1600)
    USED an EVGA 9800GT 1ST AND UPGRADED TO NVIDIA REFERENCE CARD GTX 550 Ti (1GB) WITH SAME ISSUES
    90gb MonsterDigital Daytona SATA III SSD DRIVE (OS and minimal programs)
    Antec HE 550
    I am at a point of pulling my hair out. I decided to upgrade my system to enhance Diablo III game play. I got a combo deal on the mainboard and cpu, and thought the speed of the game caching on a SSD would also help. The first attempt which took a little struggle was Vista 64-bit. Eventually, I was able to get the OS to work with me, and it was smooth.  Since M$ decided to offer the Windows 8 Pro upgrade for only $39.99, I thought, what do I had to lose. Well….lots of time. Now, I am not a newbie, though SSD drives haven’t been more than an interesting thought. So yes, I read many guides on everything from Trim enabled Win 7 and 8, and many other do’s and don’ts. What is driving me to the Netherlands of hell, is the installation and how buggy it has been. It boils down to drivers for the IDE/SATA/AHCI CONTROLLER. First, even thought it “sees”  the SSD on installation drive selection, after pulling the USB installation drive, the system forgets it, and there is a “problem with the boot sector”. If you load the driver from the AMD site, it lets the install occur “fine”, but there is an issue with that driver which causes an irq conflict which leads to D3 audio issues and freeze ups. I did finally get things in order (not sure which driver I choose for that), and things were smooth, except I tried to install the GTX 550 ti and that led to a corrupt file error, which the system runs a check disk and cycles the “preparing to repair” and “diagnosing PC” a few times and never allows me to enter SAFE MODE (shift+f8), to disable the NVIDIA driver that is buggy, and doesn’t allow for the NVIDIA Control Panel to install without losing video, and starts the repair cycles again… Leading to ANOTHER RE-INSTALL...
    My question, for the Windows 8 Pro installation on the 970a-G46 mainboard and then after install is complete, which driver is the correct choice for the AHCI/SATA Controller?  All I find is Win7 64-bit AHCI inf’s, and SB7XX 64-bit inf’s (no SB950 INF). The Driver disk which came with the mainboard is very dated pre Win 8 stuff, ASMEDIA X106 which are not recognized by the OS as written for Win 8. AMD’s latest drivers are the ones causing the IRQ type lags and corruption.
    What version, build and type of Windows 8 installations have you used on this mainboard, and what drivers allowed you install it without the above conflicts? Your input may decrease my insanity… So, thank you in advance…

    Quote from: m0r9h3u5 on 28-January-13, 12:11:16
    I understand what you are telling me,  only the generic drivers deliver subpar results. What is the point of running those drivers instead of windows 8 certified drivers written for said devices. My last install is functioning better, but still windows update fails every attempt, the apps i install (ie. weather bug) on the start screen wont load... to me windows 8 is a big fail....but that is just my view...
    OK...I also own the 970a G46, and my upgrade experience from Win7 x64 AHCI to Win8 x64 AHCI was flawless the first time.  No problems at all.  You are running an AMD chipset board with a nVidia gpu, which means that your chipset drivers are not automatically updated with every gpu driver update you do--this would happen automatically if you owned an AMD gpu because AMD includes them in its gpu driver install packages.  But--all you have to do to get the proper drivers for your motherboard is go here and download them.  You only need the *chipset drivers* from this page--you do not need the RAID drivers, of course.  That's it.  It's no big deal, and back in the days when nVidia was making motherboard chipsets you had to separately download both the motherboard chipset drivers from nVidia and the AMD gpu drivers from AMD if you did not also own a nVidia gpu.
    From your description of your problems it sounds like your installation of Win8 is hosed and you need to format C:\ and clean install from scratch, anyway, so...
    A note about AHCI--the *ideal* way to install the AHCI drivers is prior to installing your OS for the first time, you enter the UEFI and set "AHCI" in the appropriate place, instead of IDE, and *then* you reboot from DVD and install your OS which will automatically install the correct AHCI driver from Windows.  After the driver installation is complete you should then install the updated 970a drivers from AMD as linked above.
    However, it is actually very easy to activate and install AHCI *after* you have installed Windows in normal IDE mode:
    To enable AHCI in existing Windows 8 IDE Installation's
    Caution: Do NOT enable AHCI in UEFI prior to making the following changes in your Registry! If you had AHCI enabled alreadyin UEFI, disable it first and restart your computer!
    Use WinKey + R and type Regedit in the command line and hit the Enter key, this will open the Registration Editor.
    Go to:
        HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/services/iaStorV
        right click on Start, select Modify and set Data Value to 0
    Close Registration Editor and restart computer.
    While booting,  open the UEFI Page and set the SATA Mode to AHCI from IDE
    Save UEFI settings and restart.
    Windows will now install the AHCI drivers automatically and they should work without issues.
    In order to avoid installation problems just like you have been experiencing, here is what I would do in your shoes:
    1) Set UEFI for normal IDE drive mode
    2) Reboot into IDE mode and install your OS
    3) After you have finished with the installation, you should be having no troubles in IDE mode.  Then go to the instructions above on how to properly enable AHCI *after* you have installed Windows 8 in normal IDE mode.
    4) After everything is coming up roses in AHCI mode and you are having no problems, then install the AMD chipset drivers as linked above and you are golden. 
    Those 4 steps worked perfectly for me the first time (the first time I got them right, that is...).
    There's nothing wrong with Win8--this is strictly operator error caused by insufficient research into what AHCI is and how to properly enable it.  The Internet has some bad info on Win8 registry settings for AHCI because of the developer preview and the consumer preview versions of Win8 that Microsoft released to the public prior to the final shipping build--many "instructions" for Win8 are therefore not valid for the shipping version of Win8.  At first I made some of the same goofs that you did, but now you get to benefit from my hard-won experience...  Good luck! Should work like a charm. And, registry AHCI is done differently in Win8 than it is done in Win7 or Vista.  Also, the registry settings relative to AHCI in Windows 8 for AMD are different from the registry values that must be changed for an Intel controller.
    Parenthetically, My FX-6300 (Vishera) will be here in a couple of days! Yeah!

  • Gmail/Exchange email and calendar syncing issues

    I have wiped my email accounts several times and entered in my data in the various ways as shown through the forums but my email accounts do no sync properly whether it is manual or active synced.
    I read my emails in my gmail and my Microsoft exchange account and will delete or file them away but then when I check my accounts on my desktop, they are not synced as I've done so on my phone. I've also noticed that my calendars are not synced correctly either.
    Could someone help me understand why and how these issues can be fixed? I'm in meetings for most of the day so I rely on my phone to keep me mobile. Was this a bad purchase?!?!

    Hi JadeyMU,
    How do you have your Microsoft Exchange account configured on your BlackBerry Z10? Are you using ActiveSync, BlackBerry Enterprise Server (BES), IMAP or POP?
    Thanks.
    -CptS
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Cisco Jabber windows call option and user addition issue

    Hi,
    After uploading the jabber-config.xml (EDI-BDI) on the CUCM, the call option for new user contacts started appearing but the already existing contacts in Jabber client have still no call option. Also when we add new contacts to the Jabber client, it just disappears as such. Any one faced similar issue before. Below are the details and attached jabber-config.xml and LDAP profile snap.
    We are using employeeNumber as attribute in LDAP configuration.
    CUCM - 8.5.1.15900-4
    UCCX - 8.6.3.10000-20
    Jabber for windows - 9.7.0 (Tried with earlier version of jabber as well)

    Hey
    Just right click on the contacts which do not have the call option and select view profile, then see if those contacts that are added are they from the Outlook or the AD, if its AD then they will have a contact number and as such they will have the Call Option enabled.
    If they are from outlook then delete the users and readd them by checking the view profile option to verify they are being pulled from AD.
    Also if i assumed the issue differently then what it is please explain the whole scenario.
    Note-: In case of J4W it will not connect to the directory using the LDAP profile info, it automatically verified and cnnects to the domain using your login creds.

  • Getting values from a table and concatenate them

    Hi All,
    I think somebody out there should be able to help me.
    I have a list of contract numbers the user has to type in.
    I've created a table where user can add as many rows as needed. Each row is a contract number.
    Once completed, I have to concatenate all of the contract numbers, separated with commas, so that I can send them to a floating field within a text box.
    It should look like this.
    .....1234, 2345, 3456 and 5678 (assuming these four values were keyed in by the user in the table form)
    Anybody can help me explaining how to concatenate the values and put them into the floating field?
    Thanks in advance.
    Rafael

    You can concatinate them easily but getting them into a floating field on the same form will be an issue. The floating field can only be filled when th eform is rendered and data is placed on the form. Floating fields are not interactive...so after the data load they are turned into text....they are not even fields anymore.

Maybe you are looking for

  • Employee Photo Upload through binary data

    Hi all, I know the Provision for Photo upload through OAAD Tcode, I know FM to upload the photos by giving path as input data. my requirement is I have picture in the form of binary data . i want to upload that into PA30. I have return the following

  • Error saving connection factory

    I was trying to create a JCA connection factory so that I can use the user module to convert IDOCs to flat file. But I was encountering this problem when saving Saving JCA Connection Factory: CF_ID1_800 failed due to: Can not add connection factory I

  • S_ALR_87013614 layout issue

    Hello Guru We are using SAP standard transaction S_ALR_87013614 to get the cost center current period/ cumulative selection.we have observed that the layout format is change every month. we tried to find the change log but we couldn't find the change

  • Problem in connecting oracle form to Oracle Timesten

    Hi.. I had tried to connect the application which is developed using Oracle Form/Report to Oracle Timesten. But it doesn't work til now. So, I hope some help from anyone in this forum.

  • How to understand the embeded src

    What for example does this mean: <embed src=" http://www.clip4e.com/clip4e.swf " width="400" height="320" type="application/x-shockwave-flash" pluginspage=" http://www.macromedia.com/go/getflashplayer" flashvars="cl_id=1505&guid=c71f4b9df28b7594"/>