Awesome Window Manager Caps Lock icon

i just got a thinkpad x120e. there is no led for when the caps lock key is on.
does anyone know if there is a way to show an icon in the wibox when the caps lock is on?

You could also check it with a little help from xset
#!/bin/bash
# Here's a example in bash, doesn't do much more then just echo on or off
CAPS_STATE=$(xset q)
PATTERN='Caps Lock:\s+(on|off)'
if [[ "$CAPS_STATE" =~ $PATTERN ]]; then
# Match
echo ${BASH_REMATCH[1]}
exit 0
else
# Nothing...
exit 1
fi
You could call that shellscript for your widget to get caps lock's state.
Or you could run xset q directly from lua in your widget and
take care of it there and have one script less to care about
Since I haven't done anything else in lua other than the settings
for awesome.. this can likely be done better
function caps_is()
local f = io.popen("xset q")
for line in f:lines() do
local _, _, caps_state = string.find(line, 'Caps Lock:%s+(%w+)')
if caps_state ~= nil then
f:close()
return caps_state
end
end
f:close()
return "unknown"
end

Similar Messages

  • I have an Acer Aspire 7741. I want to disable the CAPS LOCK ICON. It interferes with my work.

    I have an Acer Aspire 7741.  I want to disable the CAPS LOCK ICON because it interferes with my work.  Microsoft states this is a  utility that is on the computer, not something that is controlled by Windows software.  Help, please.  This is the only computer I use that does this and it's quite annoying at times.

    it must already be installed on your system, normally it enables the Fn+F functions and over things like Caps lock. http://global-download.acer.com/GDFiles/Application/LaunchManager/LaunchManager_Dritek_4.0.5_W7x86W7x64_A.zip?acerid=634061190269930459&Step1=NOTEBOOK&Step2=ASPIRE&Step3=ASPIRE%207741&OS=ALL&LC=en&BC=ACER&SC=PA_6

  • Envy Dv6-7210us Windows 8 caps lock blinking continuously

    Hi,
    I noticed that there was a password set on my BIOS and I read in the forums that I could reset that by taking out the CMOS battery. Well I did such and while I was doing that I decided to clean my keyboard and fan unit, so I undid the screws for the keyboard and took the keyboard off. Now, after putting everything back together, my laptop will not turn on to the BIOS and thr caps lock light is flashing continuously and thr wi-fi amber light is on. I know the continuously single flash usually means there is a problem with the CPU, but I am wondering how this could have happened. I have done everything from the forums such as reseating the memory modules, trying to restore the BIOS, letting it sit overnight while running, power resetting, and taking out the CMOS battery again. Is there any other steps that I could be missing?

    Hi,
    This is the Maintenance and Service Guide for your Notebook: http://h10032.www1.hp.com/ctg/Manual/c03591281.pdf
    Can you please go through the replacement procedures of the components that you already replaced and confirm whether you had done everything accordingly? We will have to make sure that we are not missing on anything that is not letting the Notebook boot properly now. Please take utmost attention when you check the procedure for the procesor. If we miss on a small thing, it could be a problem.
    Please support me by clicking on the Kudos star if you like my post and “Accept as Solution” if my advice answered or helped your situation. These are the best ways in which you can thank me.
    I am an HP Employee. 

  • Awesome window manager client rule for "GtkFileChooserDialog"

    Hi,
    I've set up my current awesome wm so that the web browser (chromium) always opens on tag 2 of screen 1.
    When I have an external screen however, I soemtimes like to move the web browser to the external screen.
    The problem with my setup is that when I want to e.g. download something, the file chooser dialog opens (of course)
    on tag 2 of screen 1, instead of the current tag and screen of the main window of my web browser.
    Is there a way to set a rule for clients that are dialog windows to appear floating on the same tag and screen
    as the window that started the dialog?
    When I wanted to make a rule for this, the first problem I encountered is that the class and name of the dialog or the same as the main window.
    So I wondered if I can use other properties of windows besides name, class or instance.
    The second problem is that I do not know how to get the screen and tag of the window that opened the dialog?
    xprop of main window:
    _NET_WM_DESKTOP(CARDINAL) = 0
    _NET_WM_USER_TIME(CARDINAL) = 1953613
    WM_STATE(WM_STATE):
    window state: Normal
    icon window: 0x0
    WM_HINTS(WM_HINTS):
    Client accepts input or input focus: True
    Initial state is Normal State.
    bitmap id # to use for icon: 0x100004d
    bitmap id # of mask for icon: 0x100004e
    window id # of group leader: 0x1000001
    _GTK_HIDE_TITLEBAR_WHEN_MAXIMIZED(CARDINAL) = 1
    XdndAware(ATOM) = BITMAP
    _MOTIF_DRAG_RECEIVER_INFO(_MOTIF_DRAG_RECEIVER_INFO) = 0x6c, 0x0, 0x5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0x0
    _NET_WM_ICON(CARDINAL) = Icon (64 x 64):
    ... (deleted icons) ...
    WM_WINDOW_ROLE(STRING) = "browser"
    _NET_WM_SYNC_REQUEST_COUNTER(CARDINAL) = 16777288
    _NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_NORMAL
    _NET_WM_USER_TIME_WINDOW(WINDOW): window id # 0x1000047
    WM_CLIENT_LEADER(WINDOW): window id # 0x1000001
    _NET_WM_PID(CARDINAL) = 1164
    WM_LOCALE_NAME(STRING) = "en_US.UTF-8"
    WM_CLIENT_MACHINE(STRING) = "arch"
    WM_NORMAL_HINTS(WM_SIZE_HINTS):
    program specified minimum size: 266 by 63
    window gravity: NorthWest
    WM_PROTOCOLS(ATOM): protocols WM_DELETE_WINDOW, WM_TAKE_FOCUS, _NET_WM_PING, _NET_WM_SYNC_REQUEST
    WM_CLASS(STRING) = "chromium", "Chromium"
    WM_ICON_NAME(STRING) = "Post new topic / Arch Linux Forums - Chromium"
    _NET_WM_ICON_NAME(UTF8_STRING) = "Post new topic / Arch Linux Forums - Chromium"
    WM_NAME(STRING) = "Post new topic / Arch Linux Forums - Chromium"
    _NET_WM_NAME(UTF8_STRING) = "Post new topic / Arch Linux Forums - Chromium"
    xprop of dialog:
    WM_STATE(WM_STATE):
    window state: Normal
    icon window: 0x0
    _NET_WM_STATE(ATOM) = _NET_WM_STATE_MODAL
    WM_HINTS(WM_HINTS):
    Client accepts input or input focus: True
    Initial state is Normal State.
    bitmap id # to use for icon: 0x100004d
    bitmap id # of mask for icon: 0x100004e
    window id # of group leader: 0x1000001
    XdndAware(ATOM) = BITMAP
    _MOTIF_DRAG_RECEIVER_INFO(_MOTIF_DRAG_RECEIVER_INFO) = 0x6c, 0x0, 0x5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0x0
    _NET_WM_ICON(CARDINAL) = Icon (64 x 64):
    ... (deleted icons) ...
    WM_WINDOW_ROLE(STRING) = "GtkFileChooserDialog"
    WM_TRANSIENT_FOR(WINDOW): window id # 0x1000046
    _NET_WM_SYNC_REQUEST_COUNTER(CARDINAL) = 16796216
    _NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_DIALOG
    _NET_WM_USER_TIME(CARDINAL) = 1703990
    _NET_WM_USER_TIME_WINDOW(WINDOW): window id # 0x1004a37
    WM_CLIENT_LEADER(WINDOW): window id # 0x1000001
    _NET_WM_PID(CARDINAL) = 1164
    WM_LOCALE_NAME(STRING) = "en_US.UTF-8"
    WM_CLIENT_MACHINE(STRING) = "arch"
    WM_NORMAL_HINTS(WM_SIZE_HINTS):
    program specified location: 0, 0
    program specified minimum size: 545 by 294
    window gravity: NorthWest
    WM_PROTOCOLS(ATOM): protocols WM_DELETE_WINDOW, WM_TAKE_FOCUS, _NET_WM_PING, _NET_WM_SYNC_REQUEST
    WM_CLASS(STRING) = "chromium", "Chromium"
    WM_ICON_NAME(STRING) = "Save File"
    _NET_WM_ICON_NAME(UTF8_STRING) = "Save File"
    WM_NAME(STRING) = "Save File"
    _NET_WM_NAME(UTF8_STRING) = "Save File"
    So, something like:
    { rule = {window_role = "GtkFileChooserDialog"}, properties = {tag = mainwindow.tag, screen = mainwindow.screen} }
    (apologies for the limited pseudo lua-code)
    Any kind of help would be much appreciated
    grtz

    { rule = { role = "GtkFileChooserDialog" },
    properties = { floating = true, ontop = true },
    callback = function (c)
    awful.placement.centered(c, nil)
    awful.client.movetotag(tags[mouse.screen][awful.tag.getidx()], c)
    end

  • Windows 10 Caps Lock and Num Lock dosen`t work

    Hi guys,
    I have a problem to report, on asus k52de dosen`t work Light from the Caps and num lock .
    This problem appered yesterday when windows make the last update.
    If anybody is in the same problem like me please answer the solution.
    THX

    I've developed registry settings that both enable the "Filter Keys" feature in the Ease of Access center and use other values for which there are not UI fields to set repeat values to slow things down, but use values a little different
    than those provided by the UI.
    With this registry file the start of auto-repeat is slowed to 440 milliseconds, and the keys repeat at a reasonable rate of something around 30 per second. 
    http://Noel.ProDigitalSoftware.com/ForumPosts/Win10/Win10FastKeyboardRepeatFix.reg
    Here's what's inside the above:
    Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Response]
    "Last Valid Wait"=dword:00000000
    "Last Valid Delay"=dword:000003e8
    "Last Valid Repeat"=dword:000001f4
    "Last BounceKey Setting"=dword:00000000
    "Flags"="59"
    "DelayBeforeAcceptance"="0"
    "AutoRepeatRate"="20"
    "AutoRepeatDelay"="440"
    "BounceTime"="0"
    The following registry file disables "Filter Keys" and returns Windows to the default settings.  If you employ the above, after the next build drop I suggest running the following and see if Microsoft has fixed the problem (they've acknowledged
    it and said it will be fixed in a future build).
    http://Noel.ProDigitalSoftware.com/ForumPosts/Win10/Win10KeyboardRepeatReturnToDefault.reg
    The above contains:
    Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Response]
    "Last Valid Wait"=dword:00000000
    "Last Valid Delay"=dword:000003e8
    "Last Valid Repeat"=dword:000001f4
    "Last BounceKey Setting"=dword:00000000
    "Flags"="58"
    "DelayBeforeAcceptance"="0"
    "AutoRepeatRate"="500"
    "AutoRepeatDelay"="1000"
    "BounceTime"="0"
    If you're at all skeptical about running downloaded .reg files from other folks (as you should be), I encourage you to use the text yourself or download them and look inside with an editor before running them.
    -Noel
    Detailed how-to in my eBooks:  
    Configure The Windows 7 "To Work" Options
    Configure The Windows 8 "To Work" Options

  • Multimedia Keys in Awesome Window Manager [SOLVED]

    Hey,
    I've googled, searched, grepped and scanned about this for weeks, and I think I can't get it working on my own, although I'm sure the right answer is just out there waiting to be found, and one of you brighter minds might just know it already. Right, here's what happens.
    I was using openbox, and the keybindings were working just fine. This should probably discard missing symbols or scancodes for the keys, IMHO. Then I switch over to Awesome, and fall in love. The awesome (pun intended) config files by anrxc made it even better, and these days I can't live without my awesome. But I also wanted my volume keys to work. Not like I mind opening a terminal and popping alsamixer... I got 15 of them open all the time anyway. But I still wanted to use the fancy buttons.
    The strange thing is, the keys seem to "disappear" as soon as I map them somewhere. I've tried binding them in rc.lua:
    awful.key({}, "#121", function () exec("pvol.py -m", false) end),
    awful.key({}, "#122", function () exec("pvol.py -c -2", false) end),
    awful.key({}, "#123", function () exec("pvol.py -c 2", false) end),
    pvol.py is a script (made by anrxc too) that does stuff to the volume and displays a cute gtk progress bar to indicate current volume level. Invoking it from the terminal works fine.
    I also tried using xbindkeys:
    "pvol.py -m"
    XF86AudioMute
    "pvol.py -c -2"
    XF86AudioLowerVolume
    "pvol.py -c 2"
    XF86AudioRaiseVolume
    But the result was the same. Here's the output of xev with the keys unbound:
    KeyPress event, serial 25, synthetic NO, window 0x1600001,
    root 0x15a, subw 0x0, time 4706773, (74,267), root:(796,288),
    state 0x10, keycode 123 (keysym 0x1008ff13, XF86AudioRaiseVolume), same_screen YES,
    XLookupString gives 0 bytes:
    XmbLookupString gives 0 bytes:
    XFilterEvent returns: False
    KeyRelease event, serial 28, synthetic NO, window 0x1600001,
    root 0x15a, subw 0x0, time 4706853, (74,267), root:(796,288),
    state 0x10, keycode 123 (keysym 0x1008ff13, XF86AudioRaiseVolume), same_screen YES,
    XLookupString gives 0 bytes:
    XFilterEvent returns: False
    KeyPress event, serial 28, synthetic NO, window 0x1600001,
    root 0x15a, subw 0x0, time 4712422, (74,267), root:(796,288),
    state 0x10, keycode 122 (keysym 0x1008ff11, XF86AudioLowerVolume), same_screen YES,
    XLookupString gives 0 bytes:
    XmbLookupString gives 0 bytes:
    XFilterEvent returns: False
    KeyRelease event, serial 28, synthetic NO, window 0x1600001,
    root 0x15a, subw 0x0, time 4712534, (74,267), root:(796,288),
    state 0x10, keycode 122 (keysym 0x1008ff11, XF86AudioLowerVolume), same_screen YES,
    XLookupString gives 0 bytes:
    XFilterEvent returns: False
    KeyPress event, serial 28, synthetic NO, window 0x1600001,
    root 0x15a, subw 0x0, time 4713862, (74,267), root:(796,288),
    state 0x10, keycode 121 (keysym 0x1008ff12, XF86AudioMute), same_screen YES,
    XLookupString gives 0 bytes:
    XmbLookupString gives 0 bytes:
    XFilterEvent returns: False
    KeyRelease event, serial 28, synthetic NO, window 0x1600001,
    root 0x15a, subw 0x0, time 4713878, (74,267), root:(796,288),
    state 0x10, keycode 121 (keysym 0x1008ff12, XF86AudioMute), same_screen YES,
    XLookupString gives 0 bytes:
    XFilterEvent returns: False
    As you can see, they respond to the key codes 121. 122, and 123. Going to a console and running showkey, however, gives me the key codes 113, 114, and 115. I've tried mapping both, and the X11 symbols, with the same result. Below, a sample of xev's output when I bind the keys somewhere (out put for a single key, all result in the same output):
    FocusOut event, serial 29, synthetic NO, window 0x1600001,
    mode NotifyGrab, detail NotifyAncestor
    FocusIn event, serial 29, synthetic NO, window 0x1600001,
    mode NotifyUngrab, detail NotifyAncestor
    KeymapNotify event, serial 29, synthetic NO, window 0x0,
    keys: 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
    0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
    And of course, nothing happens. The same happens whether I bind the keys in awesome or through xbindkeys. I have to admit, I'm pretty much out of ideas. Anyone seen this before?
    Last edited by mkaito (2010-06-16 15:06:06)

    d2ogch3n wrote:
    Here's what I have
        -- Multimedia keys
        awful.key({ }, "XF86AudioRaiseVolume",    function () awful.util.spawn("amixer set Master 2+") end),
        awful.key({ }, "XF86AudioLowerVolume",    function () awful.util.spawn("amixer set Master 2-") end)
    Just to clarify for anyone who comes across this, "%" is needed after the number. It should be:
    awful.key({ }, "XF86AudioRaiseVolume", function () awful.util.spawn("amixer set Master 2%+") end),
    awful.key({ }, "XF86AudioLowerVolume", function () awful.util.spawn("amixer set Master 2%-") end)
    You should also be able to add Mute functionality:
    awful.key({ }, "XF86AudioMute", function () awful.util.spawn("amixer set Master toggle") end)
    Also, to get rid of the loading cursor, pass false as a second argument to all three of these:
    awful.key({ }, "XF86AudioRaiseVolume", function () awful.util.spawn("amixer set Master 2%+", false) end),
    awful.key({ }, "XF86AudioLowerVolume", function () awful.util.spawn("amixer set Master 2%-", false) end)
    awful.key({ }, "XF86AudioMute", function () awful.util.spawn("amixer set Master toggle", false) end)
    The AWM wiki is the source for this:
    http://awesome.naquadah.org/wiki/Volume … nd_display

  • [SOLVED] Awesome Windows Manager terminal not opening

    Hello,
    I recently reinstalled Arch on my UEFI laptop. It went pretty smoothly, apart from the fact that whenever I start up arch it says that it failed to activate my swap partition. But that's not the problem I'm posting about. I installed Xorg, and then AWM, and adding "exec awesome" to ~/.xinitrc, and Awesome starts up nicely when I run startx. However, when awesome starts up, I can't open a terminal window. I've taken to just exiting Awesome whenever I want to run a command, which is a real pain in the arse when I just installed and I'm still pacmanning like crazy for all the packages I need.
    Do you guys know what's wrong? I can right click, but when I click "open terminal", or "manual" or "edit config", nothing happens. No windows pops up under any of the tags, no application appears on the toolbar at the top. "restart" and "quit" work, so it's nothing to do with the actual right click menu / menu that pops up when you click the button in the top left.
    Any help would be greatly appreciated. I looked online, it doesn't seem like anyone else has this problem...
    Last edited by plomp90 (2013-10-03 01:47:33)

    Also, don't forget you can swap to a virtual terminal via Ctrl-Alt-F2, for instance. And Ctrl-Alt-F1 to get back (well, to be pedantic, Alt-F1 works from the terminal, but I prefer to just use the one that always works)

  • [SOLVED] How to install themes in awesome window manager?

    Hello world!
    I am trying to customize my awesome (literally and figuratively) system, and I keep breaking my rc.lua (luckily I keep backups). The theme I'm trying to install is Darklooks. Following the directions in This Article: http://solitudo.net/software/awesome/themes/
    I cloned the themes repository and copied Darklooks to my ~/.config/awesome/themes folder, then following the advice of the arch wiki, I changed a line in my rc.lua from
    beautiful.init("/usr/share/awesome/themes/default/theme.lua")
    to
    beautiful.init(awful.util.getdir("config") .. "/themes/Darklooks/theme.lua")
    Unfortunately, when I restart awesome, I get a ton of errors, to where I'm having trouble picking out any of them to read, but everything that is normally colored is black, like it's missing a color value.
    Any thoughts, hints, suggestions, or solutions would be much appreciated.
    On another note: This is somewhat related, but I'm not really sure if this belongs in another thread, so If I need to edit this out and start a new thread, please tell me:
    What exactly will the theme change? I know it will change the panel colors and such, but will it also change icons or do I install other icons separately? Also, If I were to add an icon theme, would that affect the indicators I have on the panel? For example, I have wicd-gtk and a battery monitor (I think it's batterymon?) that start with awesome and display on the panel, but the icons for those on the panel are pretty ugly. Is that something that would be changed by adding an icon pack, or is how they appear determined by the application itself?
    Once again, I appreciate any and all solutions, opinions, etc.
    Last edited by TheGuyWithTheFace (2013-07-21 01:16:48)

    Chances are that the theme you want to use has not been updated to work with the latest version of awesome.
    Remember ever version change in awesome comes with code changes that require you to re-edit/write your rc.lua, I would see if you can find an email address for the author & contact him/her directly to see if it is compatible.

  • Awesome window manager: How to keep application always on top

    Is it possible to keep media player applications always on top ?
    Following is my current configuration.
    { rule = { class = "Vlc" },
    properties = { floating = true, ontop = true } }
    This is working fine whenever I start application. But problem is, if I go to full screen and come back, ontop flag is unset.
    Is there anyway to fix this ?

    shmibs wrote:
    you could probably do something like
    client.connect_signal("property::fullscreen", function(c)
    if c.class == "mplayer" then
    c.ontop = true
    end
    end)
    i haven't tested this, though, so don't be surprised when it fails
    This is working partially. ie, VLC is keeping ontop propery, but video is not going full screen.

  • Window Manager

    So I was messing around with awesome window manager last night, and then I thought: what about my battery power?
    All I really need is a battery meter for my laptop. That's it.  Is there anyway to do with awesome?
    Edit: how do you connect to wifi with just a wm? I've heard about wicd, but I'm still not sure.
    Also - can you use TWM under XFCE?
    Last edited by COMMUNISTCHINA (2008-07-01 13:40:23)

    when it comes to wireless management, i have used netcfg2 even under kde and gnome. imho it's the best wifi managers out there.
    all you have to do is create simple files(s) under /etc/network.d/ (you can use files in /etc/network.d/example/ - just copy wpa.example or ethernet.example form there, then modify and rename it to your needs) with connection information.
    then add NETWORKS=("auto-wireless wlan0" ethernet) line into network section in rc.conf.
    you also have to add net-profiles into the dameons list in the rc.conf file and you're done.
    it loads the connection on boot and the connection stays active even when the x cannot start. and also it's very stable (which i can't say about networkmanager).
    if you need to connect different network after the boot, just type netcfg2 networkname and it's up.
    simple and easy - the arch way.
    netcfg wiki page

  • S205 caps lock on screen display

    The on screen display CAPS LOCK icon (C:\Program Files\CapsLK OSD\capsosd.   version 1.0.1.0)
    How do I stop the icon display permanently whilst caps lock is on?
    I have solved the problem on my Thinkpad (desktop right click/resolution/advanced/on screen display), but not on the S205 ideapad
    Solved!
    Go to Solution.

    Hello imp1971 and welcome to community,
    Kindly uninstall CapsLock App software from program and features.
    If you want it back then you can download from here
    Best Regards,
    Tanuj
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution".! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • KEYBOARD KG-0981 CAPS LOCK INDICATOR

    Have a HP Touch smart running win7 with a wireless key board and mouse.
    The key board isHP model kg-0981.
    The key board/computer use to display a cap lock  icon on the display
    when the caps lock was on.It just disapeared and I can't figure out how to get it
    back.
    Any information would be helpful
    Thx
    This question was solved.
    View Solution.

    Hi again CARUCCJA,
    Alternatively, I have conducted some more research on which driver to install on your system, and I came across this driver to enable the CAPS Lock notification. This software can be downloaded and installed from the link below:
    HP My Display Application
    Please re-post with the results of your troubleshooting, and I look forward to your reply!
    Regards
    MechPilot
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks” for helping!

  • Caps lock onscreen indicator windows 8

    Hello I have an all in one touchsmart Envy 23 but even though I have changed the settings I cannot get either a visual or audio prompt when my caps lock and num lock are on or off.  I am running Windows 8.1

    You can turn on an auditory notification through Ease of Access settings. Follow these steps:From the Start screen, click the Desktop icon.Press the Windows + U keys.On the Ease of Access Center window, click the Make the keyboard easier to use link under Explore all settings.Click the checkbox next to Turn on Toggle Keys. Hope that helps!

  • I loaded windows 7 and now when i try to type my password to log on to windows, the only button that does anything is the caps lock key, nothing else is inputting

    i loaded windows 7 and now when i try to type my password to log on to windows, the only button that does anything is the caps lock key, nothing else is inputting

    Lower left of Login screen is icon for ease of access where On-Screen Keyboard can be selected. Use the mouse.

  • Dv6 Notebook "Black Screen" following "Windows Blue Screen" error message. Caps Lock blinking!

    I have a HP DV6 notebook. I left my computer on overnight and the next morning I woke up to find a Windows Blue Screen error message. It said to restart my computer. I was in a rush so I just closed the lid. When I returned I opened the lid and the screen was black. I pressed the power button to restart it and I haven't been able to restart it since. I now have a power light, a black screen and the CAPS LOCK light is blinking twice then a pause! Please help!

    Hi btgclark,
    I understand that you are having an issue with turning on your notebook and the CAPS LOCK light blinks twice and then pauses. The following document 'Computer Does Not Start and the LEDs Blink or the Computer Beeps' will walk you through the steps that you need to follow. For your error code, it means that the BIOS has a corruption failure. This document will walk you through the necessary steps to get this resolved.
    If for some reason this document does not resolve the issue please provide me with the model number to your notebook. I have included a document 'How Do I Find My Model Number or Product Number?'
    Please let me know how this works out for you, thank you.
    I worked on behalf of HP

Maybe you are looking for

  • I cant update my Apps on my ipad mini

    I no longer use my old Apple ID and it's the only one is asking to update.. already check on setting and sing out n sing in the problem still I think is the iOS new update help!!!

  • Workflow condition question

    Whenever a new opportunity is being added, If the ExternalSystemId field is blank then go ahead and fire off the workflow action. If it's NOT blank then do not fire off the workflow In the workflow condition, I have this len(Field_Value('<ExternalSys

  • Explicitly extending the Object class

    Hi Everyone, I am aware that every object that is running inside a JVM inherits from class Object implicitly. Recently I have come across some code that explicitly extends the Object class, is there any advantage in doing this, please see the code sn

  • Progress gauge or bar when exporting images

    Hi, am I missing a viewing option? When exporting images within Aperture the sprocket is spinning indicating that the images selected are being exported. However, I would like to see some type of a specific status during exporting, such as" +"Exporti

  • Migrating System and Using Parallels

    I recently bought a new Intel iMac and had the company pre-install Parallels for me, with a new Windows XP system installed on the Windows side. When I then tried to migrate my system from my old PowerPC, it screwed up the Windows installation. When