Invalidating the ADF session and redirecting to EBS login screen

Hi ADF team,
I am developing an application which is being accessed from eBusiness Suite (EBS), using ADFX function. It has a global Logout link. When the link is clicked, two things should happen.
1. the ADF session that is running on WLS server should be killed.
2. I should be redirected to eBusiness Suite login page.
This is what I am doing and I am getting error(s).
1. Created a Container jspx page and embedded a task flow in it.
2. Embedded a jsff into task flow.
3. In JSFF created a global link called Logout.
4. Set the action property of Logout link such that it calls a function in the AMImpl. (I confirmed, the function is being called)
5. In the function invalidate the ADF session using following code.
HttpServletResponse response = ((HttpServletResponse)ADFContext.getCurrent().getEnvironment().getResponse());
HttpServletRequest request = ((HttpServletRequest)ADFContext.getCurrent().getEnvironment().getRequest());
HttpSession sessionADF = request.getSession();
sessionADF.invalidate();
return "EBSLogin";
6. Now, EBSLogin control flow leads to a URL View component that has the URL property set as "www.oracle.com".
--Using this approach I get the error: adfc-14000: view port id ****** is invalid
-----Thus need help with this error. Is there a better way to accomplish this ?? What am i doing wrong?
Also, I have a question on how to set the URL property of 'URL View' component. I set it to #{pageFlowScope.MainPageBean.testLogoutURL}. testLogoutURL is a function that returns string. But I do get an error at run time, mentioning that the property cannot be NULL. Thus seems like the way I am doing it is not totally correct. Please advice.
Thanks & Regards,
Anoop

on top of my head
        FacesContext fc = FacesContext.getCurrentInstance();
        ExternalContext ectx = FacesContext.getCurrentInstance().getExternalContext();
        HttpServletResponse response = (HttpServletResponse)ectx.getResponse();
        HttpSession session = (HttpSession)ectx.getSession(false);
        String redirectURL = (String)session.getAttribute("ebizRedirectUrl");
        if(redirectURL!=null){
          int oa_html = redirectURL.indexOf("OA_HTML");
          finalRedirectURL = redirectURL.substring(0, oa_html);
          finalRedirectURL = finalRedirectURL + "oa_servlets/AppsLogin";
        if (session != null)
        session.invalidate();
        try {
            response.sendRedirect(finalRedirectURL);
            fc.responseComplete();
        } catch (IOException e) {
            e.printStackTrace();
        }

Similar Messages

  • Every time I launch Firefox 4 it opens 3 or 4 blank windows, no longer opens the tabs from the previous session and does not show my bookmarks sidebar.

    I have to manually close the extra windows and restore the tabs from the previous session, and reopen the sidebar. In disgust I uninstalled Firefox 4 and reinstalled 3.6. Everything works fine in 3.6. Looks to me like Firefox 4 has many major bugs and is not yet ready for prime time. I'll stay with 3.6 for now.

    This can be a problem with the files [http://kb.mozillazine.org/sessionstore.js sessionstore.js] and sessionstore.bak in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder]
    Delete [http://kb.mozillazine.org/sessionstore.js sessionstore.js] and sessionstore.bak in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder]
    * Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    If you see files sessionstore-##.js with a number in the left part of the name like sessionstore-1.js then delete those as well.<br />
    You will have to redo App Tabs and Tab Groups after deleting sessionstore.js.
    See:
    * http://kb.mozillazine.org/Session_Restore

  • Did an update on my phone and now i have the itunes symbol and usb symbol on my screen and my phone will not show anything else, what do i do?

    Did an update on my phone and now I have the itunes symbol and usb symbol on my screen and my phone will not show anything else, what do i do?

    http://support.apple.com/kb/ht1808

  • My phone keeps flashing the apple icon and going to a black screen.  It will not reset.  How do I fix this?

    My phone keeps flashing the apple icon and going to a black screen.  It will not reset.  How do I fix this?

    also have this problem.  will not reset. checked power cord, it charges other phone. 

  • My sons ipod shows the apple sign and then occasionaaly a white screen appears and then goes back to the apple symbol.. He cant get it to turn on

    my sons ipod shows the apple sign and then occasionaly a white screen appears and then goes back to the apple symbol.. He cant get it to turn on.. He has tried charging it.He also held down the sleep/wake button and the home button at the same time to reset it.  we need help

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar       

  • How to change the order of users in appearance of login screen?

    Hello!
    Because we often switch to a user,
    which is listed last in login screen,
    we want move them to the second place.
    How to change the order of users in appearance of login screen?
    Thank you for a tip
    Erhy

    The order users show up on the login screen is the way they are ordered under the
    C:/Users directory. This is usually alphabetical, AFAIK there is no other way to change the order other than to change the username to something that starts with a letter that will be higher alphabetically.

  • Invalidating the ADF application if not used for 20mins?

    Hi Everyone,
    My Jdev Version is 11.1.1.5.0.
    i have developed one ADF application of 7 pages(navigation is provided in between the pages).
    Even after closing the ADF application session is not being closed its still opened in background.
    so i want to close the session if user don't perform any operation for 20 mins.
    How can i achieve this?
    what code should i include in my page?
    where should i include?
    if i need to include any code should i include in all my 7 pages?
    please give suggestions to get me out of this issue.

    Hi Frank,
    Thanks for your response.
    As i have never tried this can u please tell me where i can get "web.xml"? and setting parameter?
    i mean i need the navigation.
    thanks for your support.
    Thanks.

  • Firefox 26 does not load the home page. Instead, it loads the previous session (and that includes all the tabs). It does not matter how Firefox is closed.

    Firefox 26 does not load the home page. Instead, it loads the previous session, irrespective of what has been entered in "Options". The browser is running in Win 7.0 64-bit; Norton Internet Suite 21 provides the security functions. There are certain "cloud" solutions also running such as Google Drive, Box, Skydrive and Cubby. The browser behaves similarly in all my machines (the setup and OS is similar to the one described above) and no amount of resetting of "Options" seems to affect it . Nor is it affected by the manner Firefox is closed. It is obviously a bug that needs to be fixed.

    u wait for firefox next update
    otherwise
    1. go to firefox tab .
    2. click on help ->trouble shooting information.
    3. reset ur browser .
    ur problem is solved

  • Will not restore or connec to itunes - just get the itunes logo and usb cale display on screen

    ipod touch will not restore or connec to itunes - just get the itunes logo and usb cable display on screen

    Hello...Any help? i cannot be the only person with this problem. My coworker is actually dealing with the same problem!!!!
    As an update i uninstalled and reinstalled all ipod updates and Itunes completely. Still only have the folder with exclmation point problem. I have followed all of Apple Ipods websites support tips. no luck..
    Please help...

  • Every time I click on a link from my university online learning module, i lose my link back to the universitry site and then have to login into the uni site again. How do I fix this annoying problem?

    Whene using a link supplied from a university online learning mode, the link appears immediatly, HOWEVER, i then lose the university page and have to login in again. I find myself having to re login multiple times as I need to go into several links, several ltimes a day.

    Hi spmorris,
    I'd try starting Firefox in [[Safe Mode]]. If you don't have the issue while all of your add-ons, extensions, and themes are disabled, you can try adding them back in one by one until you find the culprit. You should look at the [https://support.mozilla.org/en-US/kb/Troubleshooting-extensions-themes Extensions and Themes troubleshooting guide ] and the [[Troubleshooting plugins]] article as well.
    Finally, your issue may be because you've been hit with some [https://support.mozilla.org/en-US/kb/Is%20my%20Firefox%20problem%20a%20result%20of%20malware?s=malware&r=0&e=sph&as=s#w_how-do-i-get-rid-of-malware Malware].
    Hopefully this helps!

  • My mini ipad shows the itunes logo and picture of charger on screen

    My mini ipad shows the itunes logo and picture of charger on screen

    You are in Recovery Mode. Follow step 1 to 6 closely to recover your iPad.
    http://support.apple.com/kb/HT1808
    Note: You need to be patient and repeat the above many times to recover your iPad

  • GDM displays only a black screen and a cursor, before login screen

    I'm using the xf86-video-ati driver for an R9 270, and GDM (v3.16.1.1) only shows a black screen with cursor. I can run TWM fine with startx, and I've got 2 displays attached via DVI.
    Here's my Xorg.0.log:
    [ 2.743]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 2.743] X Protocol Version 11, Revision 0
    [ 2.743] Build Operating System: Linux 3.19.2-1-ARCH x86_64
    [ 2.743] Current Operating System: Linux spitfire 3.19.3-3-ARCH #1 SMP PREEMPT Wed Apr 8 14:10:00 CEST 2015 x86_64
    [ 2.743] Kernel command line: initrd=\initramfs-linux.img root=/dev/sda2 rw nomodeset
    [ 2.743] Build Date: 14 April 2015 10:34:18AM
    [ 2.743]
    [ 2.743] Current version of pixman: 0.32.6
    [ 2.743] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 2.743] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 2.743] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr 29 02:52:10 2015
    [ 2.744] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 2.744] (==) No Layout section. Using the first Screen section.
    [ 2.745] (==) No screen section available. Using defaults.
    [ 2.745] (**) |-->Screen "Default Screen Section" (0)
    [ 2.745] (**) | |-->Monitor "<default monitor>"
    [ 2.745] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 2.745] (==) Automatically adding devices
    [ 2.745] (==) Automatically enabling devices
    [ 2.745] (==) Automatically adding GPU devices
    [ 2.748] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
    [ 2.748] Entry deleted from font path.
    [ 2.748] (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
    [ 2.748] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 2.748] Entry deleted from font path.
    [ 2.752] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 2.752] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 2.752] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 2.753] (II) Loader magic: 0x815d80
    [ 2.753] (II) Module ABI versions:
    [ 2.753] X.Org ANSI C Emulation: 0.4
    [ 2.753] X.Org Video Driver: 19.0
    [ 2.753] X.Org XInput driver : 21.0
    [ 2.753] X.Org Server Extension : 9.0
    [ 2.754] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c2
    [ 2.754] (--) PCI:*(0:1:0:0) 1002:6811:1458:226c rev 0, Mem @ 0xd0000000/268435456, 0xefe00000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
    [ 2.754] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 2.755] (II) LoadModule: "glx"
    [ 2.755] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 2.758] (II) Module glx: vendor="X.Org Foundation"
    [ 2.758] compiled for 1.17.1, module version = 1.0.0
    [ 2.758] ABI class: X.Org Server Extension, version 9.0
    [ 2.758] (==) AIGLX enabled
    [ 2.758] (==) Matched ati as autoconfigured driver 0
    [ 2.758] (==) Matched modesetting as autoconfigured driver 1
    [ 2.758] (==) Matched fbdev as autoconfigured driver 2
    [ 2.758] (==) Matched vesa as autoconfigured driver 3
    [ 2.758] (==) Assigned the driver to the xf86ConfigLayout
    [ 2.758] (II) LoadModule: "ati"
    [ 2.758] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 2.758] (II) Module ati: vendor="X.Org Foundation"
    [ 2.758] compiled for 1.17.0, module version = 7.5.0
    [ 2.758] Module class: X.Org Video Driver
    [ 2.758] ABI class: X.Org Video Driver, version 19.0
    [ 2.758] (II) LoadModule: "radeon"
    [ 2.758] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 2.761] (II) Module radeon: vendor="X.Org Foundation"
    [ 2.761] compiled for 1.17.0, module version = 7.5.0
    [ 2.761] Module class: X.Org Video Driver
    [ 2.761] ABI class: X.Org Video Driver, version 19.0
    [ 2.761] (II) LoadModule: "modesetting"
    [ 2.761] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 2.761] (II) Module modesetting: vendor="X.Org Foundation"
    [ 2.761] compiled for 1.17.1, module version = 1.17.1
    [ 2.761] Module class: X.Org Video Driver
    [ 2.761] ABI class: X.Org Video Driver, version 19.0
    [ 2.761] (II) LoadModule: "fbdev"
    [ 2.761] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 2.762] (II) Module fbdev: vendor="X.Org Foundation"
    [ 2.762] compiled for 1.17.0, module version = 0.4.4
    [ 2.762] Module class: X.Org Video Driver
    [ 2.762] ABI class: X.Org Video Driver, version 19.0
    [ 2.762] (II) LoadModule: "vesa"
    [ 2.762] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 2.762] (II) Module vesa: vendor="X.Org Foundation"
    [ 2.762] compiled for 1.17.0, module version = 2.3.2
    [ 2.762] Module class: X.Org Video Driver
    [ 2.762] ABI class: X.Org Video Driver, version 19.0
    [ 2.762] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
    ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
    ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO2, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
    ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
    CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
    BARTS, BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
    OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
    HAINAN, HAINAN, HAINAN, HAINAN, HAINAN, HAINAN, BONAIRE, BONAIRE,
    BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE,
    BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
    KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
    KABINI, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
    MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
    MULLINS, MULLINS, MULLINS, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII,
    HAWAII, HAWAII, HAWAII, HAWAII, HAWAII
    [ 2.776] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 2.776] (II) FBDEV: driver for framebuffer: fbdev
    [ 2.776] (II) VESA: driver for VESA chipsets: vesa
    [ 2.776] (++) using VT number 1
    [ 2.776] (II) [KMS] drm report modesetting isn't supported.
    [ 2.776] (EE) open /dev/dri/card0: No such file or directory
    [ 2.776] (WW) Falling back to old probe method for modesetting
    [ 2.776] (EE) open /dev/dri/card0: No such file or directory
    [ 2.776] (II) Loading sub module "fbdevhw"
    [ 2.776] (II) LoadModule: "fbdevhw"
    [ 2.776] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [ 2.777] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 2.777] compiled for 1.17.1, module version = 0.0.2
    [ 2.777] ABI class: X.Org Video Driver, version 19.0
    [ 2.777] (**) FBDEV(2): claimed PCI slot 1@0:0:0
    [ 2.777] (II) FBDEV(2): using default device
    [ 2.777] (WW) Falling back to old probe method for vesa
    [ 2.777] (EE) Screen 0 deleted because of no matching config section.
    [ 2.777] (II) UnloadModule: "radeon"
    [ 2.777] (EE) Screen 0 deleted because of no matching config section.
    [ 2.777] (II) UnloadModule: "modesetting"
    [ 2.777] (II) FBDEV(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 2.777] (==) FBDEV(0): Depth 24, (==) framebuffer bpp 32
    [ 2.777] (==) FBDEV(0): RGB weight 888
    [ 2.777] (==) FBDEV(0): Default visual is TrueColor
    [ 2.777] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 2.777] (II) FBDEV(0): hardware: EFI VGA (video memory: 3072kB)
    [ 2.777] (II) FBDEV(0): checking modes against framebuffer device...
    [ 2.777] (II) FBDEV(0): checking modes against monitor...
    [ 2.777] (--) FBDEV(0): Virtual size is 1024x768 (pitch 1024)
    [ 2.777] (**) FBDEV(0): Built-in mode "current": 78.7 MHz, 59.9 kHz, 75.7 Hz
    [ 2.777] (II) FBDEV(0): Modeline "current"x0.0 78.65 1024 1056 1184 1312 768 772 776 792 -hsync -vsync -csync (59.9 kHz b)
    [ 2.777] (==) FBDEV(0): DPI set to (96, 96)
    [ 2.777] (II) Loading sub module "fb"
    [ 2.777] (II) LoadModule: "fb"
    [ 2.777] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 2.778] (II) Module fb: vendor="X.Org Foundation"
    [ 2.778] compiled for 1.17.1, module version = 1.0.0
    [ 2.778] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 2.778] (**) FBDEV(0): using shadow framebuffer
    [ 2.778] (II) Loading sub module "shadow"
    [ 2.778] (II) LoadModule: "shadow"
    [ 2.778] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [ 2.779] (II) Module shadow: vendor="X.Org Foundation"
    [ 2.779] compiled for 1.17.1, module version = 1.1.0
    [ 2.779] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 2.779] (II) UnloadModule: "vesa"
    [ 2.779] (II) Unloading vesa
    [ 2.779] (==) Depth 24 pixmap format is 32 bpp
    [ 2.779] (EE) FBDEV(0): FBIOBLANK: Invalid argument
    [ 2.781] (==) FBDEV(0): Backing store enabled
    [ 2.782] (==) FBDEV(0): DPMS enabled
    [ 2.782] (==) RandR enabled
    [ 2.786] (II) AIGLX: Screen 0 is not DRI2 capable
    [ 2.786] (EE) AIGLX: reverting to software rendering
    [ 2.874] (II) AIGLX: Loaded and initialized swrast
    [ 2.874] (II) GLX: Initialized DRISWRAST GL provider for screen 0
    [ 2.932] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 2.932] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 2.932] (**) Power Button: Applying InputClass "libinput keyboard catchall"
    [ 2.932] (II) LoadModule: "libinput"
    [ 2.932] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
    [ 2.933] (II) Module libinput: vendor="X.Org Foundation"
    [ 2.933] compiled for 1.17.1, module version = 0.9.0
    [ 2.933] Module class: X.Org XInput Driver
    [ 2.933] ABI class: X.Org XInput driver, version 21.0
    [ 2.933] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 14 paused 0
    [ 2.933] (II) Using input driver 'libinput' for 'Power Button'
    [ 2.933] (**) Power Button: always reports core events
    [ 2.933] (**) Option "Device" "/dev/input/event2"
    [ 2.934] (II) input device 'Power Button', /dev/input/event2 is tagged by udev as: Keyboard
    [ 2.934] (II) input device 'Power Button', /dev/input/event2 is a keyboard
    [ 2.934] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event2"
    [ 2.934] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 2.934] (II) input device 'Power Button', /dev/input/event2 is tagged by udev as: Keyboard
    [ 2.934] (II) input device 'Power Button', /dev/input/event2 is a keyboard
    [ 2.934] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 2.934] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 2.934] (**) Power Button: Applying InputClass "libinput keyboard catchall"
    [ 2.934] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 17 paused 0
    [ 2.934] (II) Using input driver 'libinput' for 'Power Button'
    [ 2.934] (**) Power Button: always reports core events
    [ 2.934] (**) Option "Device" "/dev/input/event0"
    [ 2.934] (II) input device 'Power Button', /dev/input/event0 is tagged by udev as: Keyboard
    [ 2.934] (II) input device 'Power Button', /dev/input/event0 is a keyboard
    [ 2.934] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event0"
    [ 2.934] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 2.935] (II) input device 'Power Button', /dev/input/event0 is tagged by udev as: Keyboard
    [ 2.935] (II) input device 'Power Button', /dev/input/event0 is a keyboard
    [ 2.935] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
    [ 2.935] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 2.935] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
    [ 2.935] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 18 paused 0
    [ 2.935] (II) Using input driver 'libinput' for 'Sleep Button'
    [ 2.935] (**) Sleep Button: always reports core events
    [ 2.935] (**) Option "Device" "/dev/input/event1"
    [ 2.935] (II) input device 'Sleep Button', /dev/input/event1 is tagged by udev as: Keyboard
    [ 2.935] (II) input device 'Sleep Button', /dev/input/event1 is a keyboard
    [ 2.935] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3/event1"
    [ 2.935] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
    [ 2.935] (II) input device 'Sleep Button', /dev/input/event1 is tagged by udev as: Keyboard
    [ 2.935] (II) input device 'Sleep Button', /dev/input/event1 is a keyboard
    [ 2.935] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event7)
    [ 2.935] (II) No input driver specified, ignoring this device.
    [ 2.935] (II) This device may have been added with another device file.
    [ 2.936] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event8)
    [ 2.936] (II) No input driver specified, ignoring this device.
    [ 2.936] (II) This device may have been added with another device file.
    [ 2.936] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event9)
    [ 2.936] (II) No input driver specified, ignoring this device.
    [ 2.936] (II) This device may have been added with another device file.
    [ 2.936] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=11 (/dev/input/event12)
    [ 2.936] (II) No input driver specified, ignoring this device.
    [ 2.936] (II) This device may have been added with another device file.
    [ 2.936] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event5)
    [ 2.936] (II) No input driver specified, ignoring this device.
    [ 2.936] (II) This device may have been added with another device file.
    [ 2.936] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event6)
    [ 2.936] (II) No input driver specified, ignoring this device.
    [ 2.936] (II) This device may have been added with another device file.
    [ 2.936] (II) config/udev: Adding input device LOGITECH G110 G-keys (/dev/input/event4)
    [ 2.936] (**) LOGITECH G110 G-keys: Applying InputClass "evdev keyboard catchall"
    [ 2.936] (**) LOGITECH G110 G-keys: Applying InputClass "libinput keyboard catchall"
    [ 2.936] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 19 paused 0
    [ 2.936] (II) Using input driver 'libinput' for 'LOGITECH G110 G-keys'
    [ 2.936] (**) LOGITECH G110 G-keys: always reports core events
    [ 2.936] (**) Option "Device" "/dev/input/event4"
    [ 2.937] (II) input device 'LOGITECH G110 G-keys', /dev/input/event4 is tagged by udev as: Keyboard
    [ 2.937] (II) input device 'LOGITECH G110 G-keys', /dev/input/event4 is a keyboard
    [ 2.937] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-11/3-11.1/3-11.1:1.0/0003:046D:C22B.0001/input/input7/event4"
    [ 2.937] (II) XINPUT: Adding extended input device "LOGITECH G110 G-keys" (type: KEYBOARD, id 9)
    [ 2.937] (II) input device 'LOGITECH G110 G-keys', /dev/input/event4 is tagged by udev as: Keyboard
    [ 2.937] (II) input device 'LOGITECH G110 G-keys', /dev/input/event4 is a keyboard
    [ 2.937] (II) config/udev: Adding input device Gaming Keyboard G110 (/dev/input/event10)
    [ 2.937] (**) Gaming Keyboard G110: Applying InputClass "evdev keyboard catchall"
    [ 2.937] (**) Gaming Keyboard G110: Applying InputClass "libinput keyboard catchall"
    [ 2.937] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 20 paused 0
    [ 2.937] (II) Using input driver 'libinput' for 'Gaming Keyboard G110'
    [ 2.937] (**) Gaming Keyboard G110: always reports core events
    [ 2.937] (**) Option "Device" "/dev/input/event10"
    [ 2.937] (II) input device 'Gaming Keyboard G110', /dev/input/event10 is tagged by udev as: Keyboard
    [ 2.937] (II) input device 'Gaming Keyboard G110', /dev/input/event10 is a keyboard
    [ 2.937] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-11/3-11.3/3-11.3:1.0/0003:046D:C22A.0002/input/input22/event10"
    [ 2.937] (II) XINPUT: Adding extended input device "Gaming Keyboard G110" (type: KEYBOARD, id 10)
    [ 2.938] (II) input device 'Gaming Keyboard G110', /dev/input/event10 is tagged by udev as: Keyboard
    [ 2.938] (II) input device 'Gaming Keyboard G110', /dev/input/event10 is a keyboard
    [ 2.938] (II) config/udev: Adding input device Gaming Keyboard G110 (/dev/input/event20)
    [ 2.938] (**) Gaming Keyboard G110: Applying InputClass "evdev keyboard catchall"
    [ 2.938] (**) Gaming Keyboard G110: Applying InputClass "libinput keyboard catchall"
    [ 2.938] (II) systemd-logind: got fd for /dev/input/event20 13:84 fd 21 paused 0
    [ 2.938] (II) Using input driver 'libinput' for 'Gaming Keyboard G110'
    [ 2.938] (**) Gaming Keyboard G110: always reports core events
    [ 2.938] (**) Option "Device" "/dev/input/event20"
    [ 2.938] (II) input device 'Gaming Keyboard G110', /dev/input/event20 is tagged by udev as: Keyboard
    [ 2.938] (II) input device 'Gaming Keyboard G110', /dev/input/event20 is a keyboard
    [ 2.938] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-11/3-11.3/3-11.3:1.1/0003:046D:C22A.0003/input/input23/event20"
    [ 2.938] (II) XINPUT: Adding extended input device "Gaming Keyboard G110" (type: KEYBOARD, id 11)
    [ 2.938] (II) input device 'Gaming Keyboard G110', /dev/input/event20 is tagged by udev as: Keyboard
    [ 2.938] (II) input device 'Gaming Keyboard G110', /dev/input/event20 is a keyboard
    [ 2.939] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event21)
    [ 2.939] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
    [ 2.939] (**) Logitech USB Receiver: Applying InputClass "libinput pointer catchall"
    [ 2.990] (II) systemd-logind: got fd for /dev/input/event21 13:85 fd 22 paused 0
    [ 2.990] (II) Using input driver 'libinput' for 'Logitech USB Receiver'
    [ 2.990] (**) Logitech USB Receiver: always reports core events
    [ 2.990] (**) Option "Device" "/dev/input/event21"
    [ 2.990] (II) input device 'Logitech USB Receiver', /dev/input/event21 is tagged by udev as: Mouse
    [ 2.990] (II) input device 'Logitech USB Receiver', /dev/input/event21 is a pointer caps
    [ 2.990] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-11/3-11.4/3-11.4:1.0/0003:046D:C52F.0004/input/input24/event21"
    [ 2.990] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 12)
    [ 2.990] (**) Option "AccelerationScheme" "none"
    [ 2.990] (**) Logitech USB Receiver: (accel) selected scheme none/0
    [ 2.990] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
    [ 2.990] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
    [ 2.990] (II) input device 'Logitech USB Receiver', /dev/input/event21 is tagged by udev as: Mouse
    [ 2.990] (II) input device 'Logitech USB Receiver', /dev/input/event21 is a pointer caps
    [ 2.990] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
    [ 2.990] (II) No input driver specified, ignoring this device.
    [ 2.990] (II) This device may have been added with another device file.
    [ 2.990] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event22)
    [ 2.990] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
    [ 2.990] (**) Logitech USB Receiver: Applying InputClass "libinput keyboard catchall"
    [ 2.991] (II) systemd-logind: got fd for /dev/input/event22 13:86 fd 23 paused 0
    [ 2.991] (II) Using input driver 'libinput' for 'Logitech USB Receiver'
    [ 2.991] (**) Logitech USB Receiver: always reports core events
    [ 2.991] (**) Option "Device" "/dev/input/event22"
    [ 2.991] (II) input device 'Logitech USB Receiver', /dev/input/event22 is tagged by udev as: Keyboard
    [ 2.991] (II) input device 'Logitech USB Receiver', /dev/input/event22 is a keyboard
    [ 2.991] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-11/3-11.4/3-11.4:1.1/0003:046D:C52F.0005/input/input25/event22"
    [ 2.991] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 13)
    [ 2.991] (**) Option "AccelerationScheme" "none"
    [ 2.991] (**) Logitech USB Receiver: (accel) selected scheme none/0
    [ 2.991] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
    [ 2.991] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
    [ 2.991] (II) input device 'Logitech USB Receiver', /dev/input/event22 is tagged by udev as: Keyboard
    [ 2.991] (II) input device 'Logitech USB Receiver', /dev/input/event22 is a keyboard
    [ 2.991] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event11)
    [ 2.991] (II) No input driver specified, ignoring this device.
    [ 2.991] (II) This device may have been added with another device file.
    [ 2.992] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event13)
    [ 2.992] (II) No input driver specified, ignoring this device.
    [ 2.992] (II) This device may have been added with another device file.
    [ 2.992] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event14)
    [ 2.992] (II) No input driver specified, ignoring this device.
    [ 2.992] (II) This device may have been added with another device file.
    [ 2.992] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event15)
    [ 2.992] (II) No input driver specified, ignoring this device.
    [ 2.992] (II) This device may have been added with another device file.
    [ 2.992] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event16)
    [ 2.992] (II) No input driver specified, ignoring this device.
    [ 2.992] (II) This device may have been added with another device file.
    [ 2.992] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event17)
    [ 2.992] (II) No input driver specified, ignoring this device.
    [ 2.992] (II) This device may have been added with another device file.
    [ 2.992] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event18)
    [ 2.992] (II) No input driver specified, ignoring this device.
    [ 2.992] (II) This device may have been added with another device file.
    [ 2.992] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event19)
    [ 2.992] (II) No input driver specified, ignoring this device.
    [ 2.992] (II) This device may have been added with another device file.
    [ 2.992] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
    [ 2.992] (II) No input driver specified, ignoring this device.
    [ 2.992] (II) This device may have been added with another device file.
    [ 2.993] (EE) FBDEV(0): FBIOBLANK: Invalid argument
    Output of lshw -c video:
    *-display
    description: VGA compatible controller
    product: Curacao PRO [Radeon R9 270]
    vendor: Advanced Micro Devices, Inc. [AMD/ATI]
    physical id: 0
    bus info: pci@0000:01:00.0
    version: 00
    width: 64 bits
    clock: 33MHz
    capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
    configuration: driver=radeon latency=0
    resources: irq:29 memory:d0000000-dfffffff memory:efe00000-efe3ffff ioport:e000(size=256) memory:efe40000-efe5ffff
    And the output of systemctl status gdm:
    ● gdm.service - GNOME Display Manager
    Loaded: loaded (/usr/lib/systemd/system/gdm.service; enabled; vendor preset: disabled)
    Active: active (running) since Wed 2015-04-29 03:30:42 AEST; 15min ago
    Main PID: 289 (gdm)
    CGroup: /system.slice/gdm.service
    └─289 /usr/bin/gdm
    Apr 29 03:30:42 spitfire systemd[1]: Starting GNOME Display Manager...
    Apr 29 03:30:42 spitfire systemd[1]: Started GNOME Display Manager.
    Apr 29 03:30:45 spitfire gdm[289]: GdmDisplay: display lasted 2.980133 seconds
    Apr 29 03:30:45 spitfire gdm[289]: Child process -311 was already dead.
    Apr 29 03:30:45 spitfire gdm[289]: Child process 303 was already dead.
    Apr 29 03:30:45 spitfire gdm[289]: Unable to kill session worker process
    Apr 29 03:30:45 spitfire gdm[289]: Child process 303 was already dead.
    Apr 29 03:30:45 spitfire gdm[289]: Unable to kill session worker process
    I don't know where the GDM logs are located, as the /var/log/gdm folder is empty. Newbie problems.
    If there are other logs that would help, please tell me and I'll add them. Thanks.
    Last edited by The6P4C (2015-04-28 09:53:14)

    The first is the audio codec, which is WM Std at 44.1kHz. WVP2 is the video codec and I have not heard of it. Nor seen it playback in QT assisted by Flip4mac so it may be unplayable.
    There are always listed one audio codec and one video codec in that box assuming there are audio and video in the clip, e.g. AAC 256 bit (audio) and H264 Simple Profile (video) in an iPod clip.
    Ooh bad news, from another source:
    +"It seems that the Flip4Mac WMV Player, which should provide the missing Windows Media support for Mac users (as endorsed by Microsoft) does not support all Windows Media codecs, namely *it refuses to play content encoded with the Windows Media Video 9 Image v2 (WVP2) codec.* "+

  • System freezes and restart after user login screen shows up

    The interesting thing is thing is that the same thing happens on the bootcamp partition. Every time I turn on MBA mid 2012, when the login screen shows up, the computer freezes and than turns off. Same problem when I boot into bootcamp partition, the computer turns on, pass through windows logo and after the login screen shows, it turns off.
    ...forgot to mention that it's running osx 10.9
    I figure out that I can log in with Sage Mode. Every time I log in with Safe Mode, the error popup message shows up saying about the error and its log. There is the log:
    Anonymous UUID:       1975668F-0791-B095-A5DD-001905FAF4A7
    Mon Nov  4 23:53:40 2013
    panic(cpu 2 caller 0xffffff8002adc19e): Kernel trap at 0xffffff7f84801ee1, type 14=page fault, registers:
    CR0: 0x000000008001003b, CR2: 0x0000000000000080, CR3: 0x000000003e429024, CR4: 0x00000000001606e0
    RAX: 0x0000000000000000, RBX: 0xffffff800f7ebc04, RCX: 0x000000000000000e, RDX: 0x0000000000000000
    RSP: 0xffffff8081d32fc0, RBP: 0xffffff8081d32fd0, RSI: 0xffffff801121a03a, RDI: 0x0000000000000000
    R8:  0xffffff801121a602, R9:  0x0000000000000000, R10: 0xffffff8003070850, R11: 0xffffff8003089ce8
    R12: 0xffffff800fae8644, R13: 0x0000000000000000, R14: 0x00000000000164a4, R15: 0xffffff800fae864c
    RFL: 0x0000000000010286, RIP: 0xffffff7f84801ee1, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x0000000000000080, Error code: 0x0000000000000000, Fault CPU: 0x2
    Backtrace (CPU 2), Frame : Return Address
    0xffffff8081d32c50 : 0xffffff8002a22f69
    0xffffff8081d32cd0 : 0xffffff8002adc19e
    0xffffff8081d32ea0 : 0xffffff8002af3606
    0xffffff8081d32ec0 : 0xffffff7f84801ee1
    0xffffff8081d32fd0 : 0xffffff7f847f6388
    0xffffff8081d33070 : 0xffffff7f8480de2d
    0xffffff8081d33130 : 0xffffff7f84811951
    0xffffff8081d332b0 : 0xffffff7f847fb2b8
    0xffffff8081d33390 : 0xffffff7f847f882f
    0xffffff8081d333e0 : 0xffffff7f847e7422
    0xffffff8081d33790 : 0xffffff8002be2abf
    0xffffff8081d33af0 : 0xffffff8002be363d
    0xffffff8081d33f20 : 0xffffff8002be31d9
    0xffffff8081d33f60 : 0xffffff8002e3db67
    0xffffff8081d33fb0 : 0xffffff8002af3af8
          Kernel Extensions in backtrace:
             com.paragon-software.filesystems.ntfs(78.1.10)[C00EE7CC-736F-3A48-AC68-33826B2C4CDF]@0xffffff7f847e4000->0xffffff7f8481dfff
    BSD process name corresponding to current thread: mount_ufsd_NTFS
    Mac OS version:
    13A603
    Kernel version:
    Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
    Kernel UUID: 1D9369E3-D0A5-31B6-8D16-BFFBBB390393
    Kernel slide:     0x0000000002800000
    Kernel text base: 0xffffff8002a00000
    System model name: MacBookAir5,2 (Mac-2E6FAB96566FE58C)
    System uptime in nanoseconds: 12684772054
    last loaded kext at 12348392875: com.paragon-software.filesystems.ntfs          78.1.10 (addr 0xffffff7f847e4000, size 237568)
    loaded kexts:
    com.paragon-software.filesystems.ntfs          78.1.10
    com.protech.NoSleep          1.3.3
    org.virtualbox.kext.VBoxUSB          4.2.16
    org.virtualbox.kext.VBoxDrv          4.2.16
    com.apple.driver.AudioAUUC          1.60
    com.apple.filesystems.autofs          3.0
    com.apple.iokit.IOBluetoothSerialManager          4.2.0f6
    com.apple.driver.AppleHDAHardwareConfigDriver          2.5.2fc2
    com.apple.driver.AppleMikeyHIDDriver          124
    com.apple.driver.AGPM          100.14.11
    com.apple.driver.X86PlatformShim          1.0.0
    com.apple.driver.ApplePlatformEnabler          2.0.9d1
    com.apple.driver.AppleHDA          2.5.2fc2
    com.apple.driver.AppleUpstreamUserClient          3.5.13
    com.apple.iokit.IOBluetoothUSBDFU          4.2.0f6
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport          4.2.0f6
    com.apple.driver.AppleMikeyDriver          2.5.2fc2
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.driver.AppleThunderboltIP          1.0.10
    com.apple.driver.AppleIntelHD4000Graphics          8.1.8
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AppleHWAccess          1
    com.apple.driver.AppleLPC          1.7.0
    com.apple.driver.AppleSMCPDRC          1.0.0
    com.apple.driver.AppleSMCLMU          2.0.4d1
    com.apple.driver.AppleMuxControl          3.4.12
    com.apple.driver.AppleBacklight          170.3.5
    com.apple.driver.AppleMCCSControl          1.1.12
    com.apple.driver.AppleIntelFramebufferCapri          8.1.8
    com.apple.driver.AppleUSBTCButtons          240.2
    com.apple.driver.AppleUSBTCKeyEventDriver          240.2
    com.apple.driver.AppleUSBTCKeyboard          240.2
    com.apple.iokit.SCSITaskUserClient          3.6.0
    com.apple.driver.AppleUSBCardReader          3.3.5
    com.apple.driver.AppleFileSystemDriver          3.0.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          35
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.4.0
    com.apple.driver.AirPort.Brcm4331          700.20.22
    com.apple.driver.AppleUSBHub          650.4.4
    com.apple.driver.AppleAHCIPort          2.9.5
    com.apple.driver.AppleUSBEHCI          650.4.1
    com.apple.driver.AppleUSBXHCI          650.4.3
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleRTC          2.0
    com.apple.driver.AppleACPIButtons          2.0
    com.apple.driver.AppleHPET          1.8
    com.apple.driver.AppleSMBIOS          2.0
    com.apple.driver.AppleACPIEC          2.0
    com.apple.driver.AppleAPIC          1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient          216.0.0
    com.apple.nke.applicationfirewall          153
    com.apple.security.quarantine          3
    com.apple.driver.AppleIntelCPUPowerManagement          216.0.0
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOSerialFamily          10.0.7
    com.apple.driver.DspFuncLib          2.5.2fc2
    com.apple.vecLib.kext          1.0.0
    com.apple.iokit.IOAudioFamily          1.9.4fc11
    com.apple.kext.OSvKernDSPLib          1.14
    com.apple.iokit.IOBluetoothHostControllerUSBTransport          4.2.0f6
    com.apple.iokit.IOSurface          91
    com.apple.driver.IOPlatformPluginLegacy          1.0.0
    com.apple.iokit.IOBluetoothFamily          4.2.0f6
    com.apple.driver.X86PlatformPlugin          1.0.0
    com.apple.driver.AppleThunderboltEDMSink          1.2.1
    com.apple.driver.AppleThunderboltDPOutAdapter          2.5.0
    com.apple.driver.IOPlatformPluginFamily          5.5.1d27
    com.apple.driver.AppleHDAController          2.5.2fc2
    com.apple.iokit.IOHDAFamily          2.5.2fc2
    com.apple.driver.AppleSMC          3.1.6d1
    com.apple.driver.AppleSMBusPCI          1.0.12d1
    com.apple.driver.AppleGraphicsControl          3.4.12
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.iokit.IONDRVSupport          2.3.6
    com.apple.driver.AppleSMBusController          1.0.11d1
    com.apple.iokit.IOAcceleratorFamily2          98.7.1
    com.apple.AppleGraphicsDeviceControl          3.4.12
    com.apple.iokit.IOGraphicsFamily          2.3.6
    com.apple.driver.AppleUSBMultitouch          240.6
    com.apple.iokit.IOUSBHIDDriver          650.4.4
    com.apple.driver.AppleThunderboltDPInAdapter          2.5.0
    com.apple.driver.AppleThunderboltDPAdapterFamily          2.5.0
    com.apple.driver.AppleThunderboltPCIDownAdapter          1.4.0
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.6.0
    com.apple.iokit.IOUSBMassStorageClass          3.6.0
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.6.0
    com.apple.driver.AppleUSBMergeNub          650.4.0
    com.apple.driver.AppleUSBComposite          650.4.0
    com.apple.driver.AppleThunderboltNHI          1.9.2
    com.apple.iokit.IOThunderboltFamily          2.8.5
    com.apple.iokit.IO80211Family          600.34
    com.apple.iokit.IONetworkingFamily          3.2
    com.apple.iokit.IOUSBUserClient          650.4.4
    com.apple.iokit.IOAHCIFamily          2.6.0
    com.apple.iokit.IOUSBFamily          650.4.4
    com.apple.driver.AppleEFINVRAM          2.0
    com.apple.driver.AppleEFIRuntime          2.0
    com.apple.iokit.IOHIDFamily          2.0.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          278.10
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.AppleKeyStore          2
    com.apple.driver.DiskImages          371.1
    com.apple.iokit.IOStorageFamily          1.9
    com.apple.iokit.IOReportFamily          21
    com.apple.driver.AppleFDEKeyStore          28.30
    com.apple.driver.AppleACPIPlatform          2.0
    com.apple.iokit.IOPCIFamily          2.8
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0
    com.apple.kec.pthread          1
    Model: MacBookAir5,2, BootROM MBA51.00EF.B02, 2 processors, Intel Core i5, 1.8 GHz, 4 GB, SMC 2.5f9
    Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 1024 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1600 MHz, 0x802C, 0x384B54463235363634485A2D3147364D3120
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1600 MHz, 0x802C, 0x384B54463235363634485A2D3147364D3120
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xE9), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.0f6 12982, 3 services, 15 devices, 0 incoming serial ports
    Network Service: Wi-Fi, AirPort, en0
    Serial ATA Device: APPLE SSD TS128E, 121,33 GB
    USB Device: Hub
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: Hub
    USB Device: Hub
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: Internal Memory Card Reader
    Thunderbolt Bus: MacBook Air, Apple Inc., 23.4
    Any ideas?

    Problem solved... Figure out that in Safe Mode, the bootcamp partition is unmounted. So I thought that it could be the problem, when the login screen shows up, I guess the system was trying to mount the bootcamp partition and for some reason the computer was restarting. That's why the computer was turning off when I was trying to log in into Bootcamp partition also. So I wiped my bootcamp partition and resized the OSX partition. Now I can succesfully log in my user with out a problem

  • Keyboard and Mouse Freeze On Login Screen

    Hey there,
    after just turning on my macbook pro 10.5.6 i am not able to use the keyboard nor the mouse to login, they are like froze, however the system is not. the writing cursor blinks in the password field, and the only button that works is the power button which i can press but cant use the keyboard to navigate, so i have to force shutdown. i can use keyboard to get into safe mode, where the same issue is found. and when i boot into single user mode, i am not able to use the keyboard. i also have tried attaching external keyboard and mouse, also no luck. However when i boot from the mac recovery discs, i am able to use both keyboard and mouse. Please if anyone can help me, i dont want to lose my information due to a restore. Thank You So Much Merry Christmas And Happy New Year!

    lol sorry about that.
    ok here is what i tried:
    1) using the recovery disks to repair disk and permissions.
    2) remove battery, press power button for 5 seconds and returning battery (weird, i read it on google)
    3) long press power button
    4) resetting the pram
    5) tried attaching external keyboard and mouse
    6) tried to enter single user mode however keyboard does not work in it to try some commands, also tried external keyboard, same result

  • White screen and progress bar on login screen

    Hi
    I recently upgraded my Mac Air 2012 to Yosemite. That went fine with no issues. I then turned on FileVault and left the computer to encrypt and optimize the system drive overnight. I woke up this morning to find that the computer had crashed and automatically restarted sometime during the night. The FileVault screen in System Preferences says that FileVault is on for System. I am hoping that this means the the encryption and optimization process completed before the crash.
    I only ask as now, whenever I login to my Apple Air, the login screen is blank white. When I enter my password a progress bar appears beneath the password box. When this progress bar has reached its conclusion, the computer logins in to my account and I can use it without issue.
    I know that this white screen should not be there as I recently upgraded my Macbook Pro to Yosemite and activated FileVault. I can now login to that computer on a screen with a blurred image of my desktop behind it. Once the password has been entered, there is no progress bar, I am just immediately logged onto the desktop.
    Any idea what might of happened and how this can be solved?
    Ta.

    Having spoken to Jigsaw 24 Tech support have solved the problem - just needed the PRAM resetting.

Maybe you are looking for

  • Syncing a single calendar to multiple iPhones

    I have a situation that Im hoping has an easy solution... My fiance and I both have 3G iPhones. My phone is synced to my work computer as well as our home machine via MobileMe while my fiance's is linked solely to the home computer via USB sync. We e

  • Calculating total time from a query

    Hi everyone, I have a simple database and one of the fields in this database is time spent on stuff, for example a bike ride lasted 00:45:00, 01:33:03, 01:23:03 ETC what I am trying to do is calculate total time. so do a sum of that column. Simple en

  • Dynamic Tree Creation using JSP, Struts framework

    I urgently require tips/information/code snippet for creating a Dynamic Tree structure. Tree is the hierarchical folder structure that we see in windows operating system. Dynamic tree in the sense that all nodes shall be populated from database & a r

  • How to make MDI child form

    Dear Seniors, I am new to java, I am trying to develop my 1st simple java app using NetBean 6, I have created a MDI form using Swing GUI Forms -> MDI application sample form.. I also have created a simple form using JFrame, how to make it as MDI chil

  • Email subfolder search not working

    This has been a problem since day one for me, and I kept hoping it was a bug that would go away. However I'm now on Q10SQN100-1/10.2.0.1791 and the issue persists, so I thought I'd write about it here and see if I'm not the only one.  When I do email