Slashdot Mirror


Does Your PC Really Need a SysRq Button Anymore?

An anonymous reader writes "Ever wondered what the SysRq key on your keyboard does? Lenovo has decided it's so rarely used that it has started removing the key from some new Thinkpad Edge laptops. We already know that Lenovo are something of the fastidious scientists when it comes to keyboard design. Last time they fiddled with the age-old key layout, it was after painstaking research to count exactly how many times users press the Delete and Escape keys. Now it seems another relic of computer keyboards is starting to disappear."

112 of 806 comments (clear)

  1. I don't recall ever using it... by ls671 · · Score: 4, Interesting

    I don't recall ever using that key although I have coded my own "terminate and stay resident" (TSR) programs back then in order to achieve some level of multitasking in DOS.

    With TSR programs, you could intercept the timer interrupt and do some amount of computation in the background before returning to the running program. You could also intercept the keyboard interrupt in order to switch from one application to another on the fly but I have never actually intercepted the Sysrq key. I used some other hot key combination definition. Maybe back then I though that it wasn't a good idea to fool around with that key but this page says other TSR programmers were using it:

    http://en.wikipedia.org/wiki/System_request

    --
    Everything I write is lies, read between the lines.
    1. Re:I don't recall ever using it... by Alinabi · · Score: 4, Interesting

      I have a KVM switch which intercepts SysRq. Without it I could not switch between input sources. So needless to say, I use it all the time.

      --
      "You can't allow somebody to commit the crime before you detain them." [Condoleezza Rice]
    2. Re:I don't recall ever using it... by Z00L00K · · Score: 2, Informative

      Linux kernel developers also use that button.

      --
      If builders built buildings the way programmers wrote programs, then the first woodpecker would destroy civilization.
    3. Re:I don't recall ever using it... by OnlineAlias · · Score: 4, Informative

      SysRq is the print screen button, and I use it all of the time too. It is cut and paste for me, alt-printscreen (or control-printscreen) then shift-printscreen. Fastest screen paste in the west....

    4. Re:I don't recall ever using it... by TrevorDoom · · Score: 2, Insightful

      On Windows Vista/7, you can use the Clipper Tool to do a grab of a window with a menu dropped down.

    5. Re:I don't recall ever using it... by VertigoAce · · Score: 3, Informative

      Hold Alt, navigate through the menus with the keyboard, then press PrtSc.

    6. Re:I don't recall ever using it... by s73v3r · · Score: 2, Insightful

      So you configure it to some other, rarely used key.

    7. Re:I don't recall ever using it... by BrokenHalo · · Score: 2, Insightful

      The key I most despise is that stupid Windows button. I never knew (or cared) what it did, even on Windows boxes. Next is the Caps Lock key, which I simply disable, since the only times I have ever used it were by accident.

    8. Re:I don't recall ever using it... by Impy+the+Impiuos+Imp · · Score: 2, Informative

      I am old enough to remember that the Scroll Lock key actually did lock the scrolling of an old text-based terminal window. They didn't even have a buffer to "scroll" back up, so if you needed to see something, it was that or forget it.

      It basically froze the entire computer and stopped processing. You can see a modern analog of that in a Windows "DOS" window (do a "dir" on a large directory). Scroll Lock doesn't work, but you can use the mouse to "select" a bit of text while it's moving and the whole thing halts, including any computation from that window.

      I never knew what SysRq did, though :)

      --
      (-1: Post disagrees with my already-settled worldview) is not a valid mod option.
  2. Debug key by sopssa · · Score: 5, Interesting

    Ever wondered what the SysRq key on your keyboard does?

    Introduced by IBM with the PC/AT, it was intended to be available as a special key to directly invoke low-level operating system functions with no possibility of conflicting with any existing software.

    In Linux, the kernel can be configured to provide functions for system debugging and crash recovery.[4] This use is known as the "Magic SysRq key".

    Microsoft has used SysRq for various OS- and application-level debuggers. In the CodeView debugger, it was sometimes used to break into the debugging during program execution.[5] For the Windows NT remote kernel debugger, it can be used to force the system into the debugger.[6]

    So it's a handy debugger key for those who need one, functioning in the same key as print screen, but you need to hold alt key. What's the harm having it there, since it already is? It's not like it's an extra button on your keyboard.

    1. Re:Debug key by Infiniti2000 · · Score: 5, Funny

      Lenovo doesn't need to do any debugging so the key is superfluous to them.

    2. Re:Debug key by houstonbofh · · Score: 3, Interesting

      In Linux, the kernel can be configured to provide functions for system debugging and crash recovery.[4] This use is known as the "Magic SysRq key".

      I guess there will be no more Raising Skinny Elephants on a Lenovo anymore. And while I have only used it a few times in the last year, I have used it.

    3. Re:Debug key by digitalhermit · · Score: 3, Informative

      Oh heck, I use the SysRq key on an almost daily basis whenever I screw up a kernel compile (and that's often). At least on my keyboards, it's on the same key as PrntScrn. Looking at my keyboard, there's nothing that I don't use on a fairly regular basis:Num Lk - *almost* always on when using a laptop. Almost always off when using a regular keyboard. Pause/Break I've mapped to bring up my task manager. I've also noticed that the paint is actually wearing off the hjkl keys on one keyboard (too much nethack...er vi).

    4. Re:Debug key by ais523 · · Score: 4, Informative

      This conflicts badly with Ubuntu's decision to make Alt-Sysrq+K the default way to kill X (as opposed to control-alt-backspace which is too easy to press by mistake), too.

      --
      (1)DOCOMEFROM!2~.2'~#1WHILE:1<-"'?.1$.2'~'"':1/.1$.2'~#0"$#65535'"$"'"'&.1$.2'~'#0$#65535'"$#0'~#32767$#1"
    5. Re:Debug key by C0vardeAn0nim0 · · Score: 2, Interesting

      just do like HP did with the notebook i use at work

      Fn key + scroll lock = num lock
      Fn key + pause = break
      Fn key + insert = prt scr
      Fn key + delete = sys rq

      or are you gonna tell me lenovos dont have the "fn" key ?

      heck, even 5 yr old iBooks have Fn keys...

      --
      What ? Me, worry ?
    6. Re:Debug key by grub · · Score: 5, Funny


      I use the SysRq key on an almost daily basis whenever I screw up a kernel compile

      Hey, how is Gentoo nowadays?

      .

      --
      Trolling is a art,
    7. Re:Debug key by mcgrew · · Score: 2, Insightful

      It's just like every other key on your keyboard -- what it does is up to the programmer. Why do OSes use alt-tab to switch between applications, when SysReq is a logical choice? Why did they add that stuupid "windows key" when, again, SysReq would serve perfectly adequately?

      I'd posit that Scroll Lock has been the useless key ever since they started putting the numeric keypad separate from the navigation keys. I always fond it maddening that Bios manufacturers and Microsoft had the numeric keypad set to "cursor key mode" by default, despite the fact that there's a separate set of cursor keys. Most PCs I'd have to change the default in the BIOS, and it would still be in cursor mode on starting Windows and I had to change it there, too.

      Some of you guys that make these decisions annoy me to no end.

    8. Re:Debug key by houstonbofh · · Score: 2, Funny

      Oh yeah... THAT makes it portable.

    9. Re:Debug key by lcarnevale · · Score: 2, Insightful

      Yeap, I agree, the Magic SysRq key may be used little if at all (I don't remember the last time I used it), but maybe the solution is not removing the key because is not used, instead try to finding it a use.

    10. Re:Debug key by onepoint · · Score: 2, Insightful

      Well, outside of slashdot user-base ( the users of slashdot are primarily composed of higher educated, much more computer skilled users, whom, can do more with there computers in a day than most people in a week ) the SysRq key is a key of use. as for the rest of 99.44% of people it's a non-issue

      Anyway, most of the users of slashdot would know to custom build there own developmental workstation platform and would order that specific type of keyboard.

      it's wonderful to see that the users here battle it out for keyboard layout preferences.

      heck if I was a manufacture of anything related to computers, I would first spend a month researching slashdot just to find idea's and trying to fill them.

      --
      if you see me, smile and say hello.
    11. Re:Debug key by Anonymous Coward · · Score: 2, Insightful

      You're compiling kernels on the road?

    12. Re:Debug key by Rogerborg · · Score: 5, Funny

      Hang on, he'll get back to you in 36 hours with an optimal rejoinder.

      --
      If you were blocking sigs, you wouldn't have to read this.
    13. Re:Debug key by Andrewkov · · Score: 5, Funny

      You'd be surprised, I pressed it twice just while typing this comment.

    14. Re:Debug key by thebasicsteve · · Score: 5, Informative

      Ubuntu didn't change the key. On any kernel with the "magic SysRq key" enabled (which Ubuntu has), Alt+SysRq+K kills all running processes on the current VT. Therefore, it kills X.
      Ubuntu's recent decision to disable Ctrl+Alt+Backspace by default is a separate issue.
      On older versions of Ubuntu, you will find that either key combo will kill X.

    15. Re:Debug key by PitaBred · · Score: 2, Insightful

      ...too easy to hit by mistake? I have never, ever even come close to hitting ctrl+alt+bksp by mistake. I mean... how would you actually go about doing that?

    16. Re:Debug key by TheRaven64 · · Score: 3, Funny

      If you are compiling kernels that often, then you are either a kernel developer or an idiot. If you are a kernel developer, then you can just make your kernel intercept some other key combination. If you are an idiot, then there's no reason for the rest of the world to cater to you.

      --
      I am TheRaven on Soylent News
    17. Re:Debug key by hson · · Score: 3, Informative

      Yeah, try that in Solaris and watch all processes die...

      killall is used by shutdown(1M) to kill all active processes not directly related to the shutdown procedure.

      Use pkill(1).

    18. Re:Debug key by colin_s_guthrie · · Score: 4, Informative

      I think you're confused. Alt+SysRq+K is one of the Linux "Magic Keys" http://en.wikipedia.org/wiki/Magic_SysRq_key it kills all processes on the current VT, not just X. Most modern X implementations will still work with Ctrl+Alt+BkSp but you now need to do it twice and the first time it makes a rather ominous "beeeeeeeeeep" at you to warn you that you maybe about to make a bad decision....

      So this is hardly an "Ubuntu decision" (like most distros they just package up what's already there, mix it up with a few good and a few bad ideas of their own and paint it nicely).

    19. Re:Debug key by digitalhermit · · Score: 4, Funny

      Haha, who's laughing now. I did it in six hours!!! And you mocked my -funroll-loops and -O16. Who's laughing now???

    20. Re:Debug key by Ekdar · · Score: 2, Insightful

      Vast majority of the keys appear to have no Fn capability at all, so the issue seems to be more about aesthetics (or something) than space.

    21. Re:Debug key by bcmm · · Score: 3, Informative

      They are not actually the same. Ctrl-alt-backspace tells X to quit, which it will do if it's actually well enough to listen. Alt-SysRq-K is a key combo for the kernel, and tells it to kill everything running on the current virtual console (originally so that you could make sure you were typing your password into the getty instead of into a program another user had left running to phish login details).

      This has the advantage that it will always kill X, even if X has hung (and will always give you your display back unless the graphics driver has left the adaptor in a weird state), and can also kill whatever (graphical) program had made the system unresponsive, even if it's malfunctioned badly enough to continue eating resources after losing it's connection to the X server.

      --
      # cat /dev/mem | strings | grep -i llama
      Damn, my RAM is full of llamas.
    22. Re:Debug key by bughunter · · Score: 2, Funny

      You've never met a gentoo user have you? They compile kernels everywhere.

      Sounds analogous to my geriatric, incontinent cat.

      --
      I can see the fnords!
    23. Re:Debug key by marcansoft · · Score: 2, Informative

      Ubuntu's recent decision to disable Ctrl+Alt+Backspace by default is a separate issue.

      It wasn't Ubuntu's decision, it was Xorg's. I had to explicitly map Ctrl+Alt+Backspace again under Gentoo after a recent Xorg update.

  3. Terminals? by russotto · · Score: 3, Informative

    I'm pretty sure SysRq is a left over from the terminal days, though I don't recall which terminal (the VT100 doesn't have it). It was basically the equivalent of CTRL-ALT-DEL.

    Ahh, Wiki to the rescue; it was from the IBM 3270.

  4. Get rid of unnecessary one and zero keys by shoppa · · Score: 4, Funny

    When I learned to type we didn't have these extra "one" and "zero" keys. We used lower case "ell" and upper case "Oh" and we were happy, dang it!

    1. Re:Get rid of unnecessary one and zero keys by ais523 · · Score: 2, Informative

      Although I've never used an old-fashioned typewriter, I have a old book teaching people how to use an old-fashioned typewriter. With the example keyboard layout it gives, the numbers start at 2; it recommends using l to type 1 and O to type 0 (as well as other fun combinations involving backspace to get a whole range of other symbols).

      --
      (1)DOCOMEFROM!2~.2'~#1WHILE:1<-"'?.1$.2'~'"':1/.1$.2'~#0"$#65535'"$"'"'&.1$.2'~'#0$#65535'"$#0'~#32767$#1"
    2. Re:Get rid of unnecessary one and zero keys by Opportunist · · Score: 2

      Funny? Who modded this funny? Young'uns don't remember, I know, but you have NO idea how many programs barfed in the early days because you got people who couldn't tell the difference between a 0 and an O. So programmers came up with the bright idea to mark the 0 with a dash through it.

      In came the Danes and promptly managed to confuse it with an Ø. We just couldn't win.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    3. Re:Get rid of unnecessary one and zero keys by Dmala · · Score: 3, Informative

      I remember editing some documents for a woman who apparently learned this way. The problem is it looks OK in fonts like Courier and Times New Roman, but if you change the font they can stick out like a sore thumb.

    4. Re:Get rid of unnecessary one and zero keys by FromellaSlob · · Score: 4, Funny

      Pah. One and zero are the only keys that *are* essential.

    5. Re:Get rid of unnecessary one and zero keys by hpa · · Score: 2

      The tradition of putting a slash through a zero to distinguish it from O is much older than computers... it was standard operating procedure for Morse telegraphists when writing by hand.

    6. Re:Get rid of unnecessary one and zero keys by hudsucker · · Score: 2, Insightful

      With careful timing, all you need is the 1 key.

    7. Re:Get rid of unnecessary one and zero keys by edittard · · Score: 2, Funny

      Notice that the number keys begin at '2'.

      So does it go up to 11?

      --
      At the bottom of the /. main page it says 'Yesterday's News'. Well they got that right.
    8. Re:Get rid of unnecessary one and zero keys by dzfoo · · Score: 2, Funny

      Haha! That's silly! Why would they confuse the O with a zero when they write morse code, do they spell out the "DØT"?

                -dZ.

      --
      Carol vs. Ghost
      ...Can you save Christmas?
    9. Re:Get rid of unnecessary one and zero keys by david_thornley · · Score: 2, Funny

      And '!' was typed as period-backspace-apostrophe (or the reverse). I wonder if I have that thing any more. It was good at making regular marks on paper during a power failure, but it had this extremely bad habit of inserting the character I typed rather than the one I wanted.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
  5. As it is just about never used... by TrisexualPuppy · · Score: 5, Insightful

    On my laptop, I use it to toggle VMs. It's perfect because on my machine, it does absolutely nothing. Double scroll lock is the next best bet for me, but my keyboard requires me to press the Fn key simultaneously.

    Is Lenovo leaving any "useless" keys? Some of us actually NEED keys that are otherwise never used and the OSes recognize by default.

    1. Re:As it is just about never used... by Blakey+Rat · · Score: 3, Interesting

      IMO, the perfect keyboard was the Mac Classic one, before they made it all PC-compatible.

      My favorite feature was that "Enter" and "Return" were two different keys, so you didn't have to do that retarded "use control-Enter to actually do return" crap that we do all the time now. ("Return" added a new line and "Enter" entered information.)

      "Home" and "End" worked in a reasonable fashion. And "Caps Lock" actually did what the key SAID it did, instead of caps reverse, which is what PCs have always done.

      If I ran the world, I'd get rid of every key that causes more tech support calls than it saves time. This includes "Scroll Lock" and "Pause", which basically work as a "my Excel is broken!" key. And ditto "Insert", except that one's more of a "my Word is broken!" key. Oh, and "Num Lock"... why would anybody ever want the keypad to *not* be a keypad? Definitely scrap that one too.

      And while we're at it, we need Microsoft to make up its mind whether the "Windows" key is a key or a modifier... right now it does both, which is insane.

    2. Re:As it is just about never used... by troll8901 · · Score: 2, Insightful

      Would you like to share a bit more with us? On how we can set and use the modifiers - whether in Windows, GNOME, or whatever.

      Yes, I can Google for it, but I'd rather hear it from someone experienced.

    3. Re:As it is just about never used... by Blakey+Rat · · Score: 3, Interesting

      Troll? Seriously?

      I don't mind being down-modded, if the mod makes sense. Could someone please explain to me how anything in that post is considered "trolling."

  6. Has to be said a bit differently this time ... by tomhudson · · Score: 5, Funny

    "You can have my SysRq key when you pry it from my cold dead ThinkPad!"

  7. Linux, Specifically Ubuntu by Aldenissin · · Score: 4, Informative

    I use the "busier" backwards or "reisub" combination with the sysrq key in order to gently shutdown Ubuntu when it locks up. So yes, I use it, but that has only been in the last couple of years or so. Not sure what else it is used for...

    --
    Like a city whose walls are broken down is a man who lacks self-control.
  8. Randomly I noticed that key today... by djsmiley · · Score: 2, Informative

    randomly I noticed that key earlier today, because some people have been given new usb keyboards instead of PS2 and they dont have that key (hp keyboards).... and now it appears here...

    Weird.

    --
    - http://www.milkme.co.uk
  9. I've used it by jonbryce · · Score: 4, Informative

    If linux freezes, then Alt-SysRq-S+U+B will do an emergency sync of the disks, unmount them and reboot the system.

    1. Re:I've used it by mm_202 · · Score: 5, Funny

      Yep... just confirmed that it also works even if Linux isnt frozen...

    2. Re:I've used it by Victor_0x53h · · Score: 2, Informative

      I figured you were joking. "How do I hold all that down at once?" I thought.

      Alt+SysRq then press S, U, then B one at a time. R also looks like it might be necessary?

      http://www.makeuseof.com/tag/fix-unresponsive-or-frozen-computers-with-keyboard-shortcuts/

    3. Re:I've used it by discord5 · · Score: 4, Funny

      If linux freezes, then Alt-SysRq-S+U+B will do an emergency sync of the disks, unmount them and reboot the system.

      Bah! That almost looks like an emacs keycombo. M-x-Ctrl-v-p-o-k-l-m-z-w and then press your spacebar with your nose, and it'll do the same thing by the way. It's really handy to have such a shortcut, but the odds of your cat walking over the keyboard and hitting that particular combo are pretty high.

    4. Re:I've used it by BESTouff · · Score: 2, Informative

      You don't. You keep Alt+SysRq pressed, and you press S, U and B in sequence.

    5. Re:I've used it by luder · · Score: 5, Informative

      I actually use Alt - SysRq - R + E + I + S + U + B:

              * R: Switch the keyboard from raw mode to XLATE mode
              * E: Send the SIGTERM signal to all processes except init
              * I: Send the SIGKILL signal to all processes except init
              * S: Sync all mounted filesystems
              * U: Remount all mounted filesystems in read-only mode
              * B: Immediately reboot the system, without unmounting partitions or syncing

      You don't need to hold the REISUB keys, so you can use your left hand to hold Alt, your right one to hold SysRq and use the free fingers to type REISUB.

    6. Re:I've used it by ais523 · · Score: 5, Informative

      You don't. You hold down alt and sysrq, but the other keys are pressed in sequence (and rather slowly). (Some laptop keyboards with sysrq requiring fn require you to let go of sysrq while you press the other keys, in which case you hold down alt but alternate between sysrq and the other characters.)

      Incidentally, for the grandparent: you probably want to write the whole sequence of 6 commands, R E I S U B, rather than just S U B. The R sets the keyboard to raw mode, sometimes allowing you to control-alt-f1 into a terminal and fix the crash without rebooting. E tells all the processes which are still running properly to terminate (many of them will save crash recovery or autosave data if you do that, so you can more easily get back to where you were); I kills all the processes that didn't shut down when you pressed E. This means that when you use S to synchronise the disks, it actually saves what you want to save, and nothing tries to queue up more data to save afterwards. Then U remounts filesystems readonly (or unmounts them; it comes to much the same thing), and B reboots the system instantly (the REISU do the rest of the shutdown process between them).

      A good mnemonic for this is that REISUB is "busier" spelt backwards. (Raising Elephants Is So Utterly Boring is another common mnemonic.)

      Sometimes I end up doing REISUO instead; unlike REISUB which is a manual reboot, RESIUO is a manual shutdown. It all rather depends on whether you want the system to stay down or come back up.

      --
      (1)DOCOMEFROM!2~.2'~#1WHILE:1<-"'?.1$.2'~'"':1/.1$.2'~#0"$#65535'"$"'"'&.1$.2'~'#0$#65535'"$#0'~#32767$#1"
    7. Re:I've used it by baKanale · · Score: 4, Insightful

      A good mnemonic for this is that REISUB is "busier" spelt backwards. (Raising Elephants Is So Utterly Boring is another common mnemonic.)

      I always liked Reboot Even If System Utterly Broken, since that's kinda what REISUB does. But hey, any mnemonic that helps you remember is a good mnemonic, right?

    8. Re:I've used it by SQL+Error · · Score: 2, Funny

      Hold down both shift keys, both alt keys, and F1, pop the disk out of the drive and put it back in.

    9. Re:I've used it by Richy_T · · Score: 5, Funny

      Careful. I accidently typed Alt - SysRq - R + E + I + S + E + R and my wife disappeared.

  10. Print Screen by Lord+Lode · · Score: 5, Insightful

    That is the Print Screen key. Don't ever remove that key from the keyboard! I don't care that the word "SysRq" is written below "Print Screen" on that key. Feel free to remove that "SysRq" word from there, but do NOT remove the handy print screen key! Thanks.

  11. Re:Caps Lock Key by jonbryce · · Score: 2, Informative

    I use the Caps Lock for entering software serial numbers where you get a long string of capital letters and numbers.

  12. Re:Um, I use a Macbook Pro... by russotto · · Score: 2, Informative

    ...Anybody know where I can find the sysrq key on it? :)

    It's the eject key.

  13. argh by Anonymous Coward · · Score: 2, Interesting

    As far as I'm concerned, the 101-key keyboard layout was handed down from on high by the FSM, and anyone who changes it should be boiled in oil.

    (Yes, this includes whoever was responsible for Windows keys, which I'm still pissed about 15 years later.)

  14. Re:Um, I use a Macbook Pro... by bsDaemon · · Score: 3, Insightful

    I don't know, but having different keys for backspace and delete on mine would be very nice...

  15. Say what? by djupedal · · Score: 2, Funny

    "Ever wondered what the SysRq key on your keyboard does?"

    No - since I own a Mac....you insensitive bork........

    1. Re:Say what? by noidentity · · Score: 2, Informative

      No - since I own a Mac....you insensitive bork........

      Then you have the Programmer's Key, though it was removed from Mac designs around 1995, replaced with the Command-Power combination, or on later Macs with USB keyboards, Command-Eject.

  16. First they came for my Gold key... by WinterSolstice · · Score: 2, Insightful

    I keep seeing these, and I wonder how long it will be until we have nothing but a blackberry style keyboard.

    I guess I can't complain since I still use my Model M and LK463 keyboards, but laptops are getting to the point that the function keys are all remapped to random tasks (brightness, volume, etc) and we keep seeing random multi-media keys... yet stuff like num lock, scroll lock, print screen, break is getting pulled.

    Maybe most suits don't spend anytime dealing with text? Powerpoint doesn't recognize break?

    --
    An operating system should be like a light switch... simple, effective, easy to use, and designed for everyone.
  17. Re:Print Screen by jollyreaper · · Score: 4, Funny

    That is the Print Screen key. Don't ever remove that key from the keyboard! I don't care that the word "SysRq" is written below "Print Screen" on that key. Feel free to remove that "SysRq" word from there, but do NOT remove the handy print screen key! Thanks.

    But if we drop the sysrq key we'll finally have room for the any key.

    --
    Kwisatz Haderach
    Sell the spice to CHOAM
    This Mahdi took Shaddam's Throne
  18. Lenovo not the first it seems by Xest · · Score: 2, Interesting

    Reading through the discussion I looked down to remind myself where on my keyboard it was, only to find that my Logitech keyboard I've been using at work for the last 2 years doesn't even have a Syr rq key.

    My work laptop does though as an alternative on the delete key.

    Still, I didn't even realised it'd gone from my main keyboard!!

  19. Probably not. by lorg · · Score: 2, Insightful

    The people in the market segment for the Lenovo Laptops probably don't need the SysRq button (nor Print Screen). I'm fairly sure you could remove a bunch of other buttons they don't need beyond that one to. 12 function keys? the "Scroll Lock" and "Pause/Break" probably doesn't do much either - but they might already be gone.

    The question is what are you going to replace them with? I don't really need a shortcut button to check my email or whatever either. Plus removing keys and moving them around really screws up the layout and has a serious negative impact on my type-speed.

  20. Goodbye to the ThinkPad brand. by darthflo · · Score: 4, Insightful

    If this change is indicative of what'll happen to the "serious business" series (T, X, R), then the ThinkPad has, after some 18 years or so, finally jumped the shark.

    One of the main selling points of a ThinkPad was the keyboard. When all the other brands went completely nuts and placed the PrtSc/ScrLk/Pause/Insert/Delete/Home/End/PgUp and PgDn keys at a whim, on a ThinkPad you could blindly hit the spot where the key was supposed to be and actually hit it. They were quite proud of that, and nobody minded.
    Now, you get a chiclet keyboard with the F-keys disabled by default and six rows. Well, congrats Lenovo, you've just went from top-of-the-line in 2010 to consumer-grade-sony-vaio in 1999 or so.

    Another thing were the displays. Great, high-resolution, matte 4:3 screens one could work with. I own a 12" X61 with 1050 horizontal lines. Nowadays, it's WXGA with less than 800 lines in everything up to 14.1", and half of the models come in glare-type finish. Thanks to the shiny finish you can't see the screen contents anyways, so that slightly mitigates the lack of resolution.

    What's next, Lenovo? Get rid of the high-quality finish of the Notebooks and switch to cheap plastic? Fuck up the support infrastructure IBM built? Oh wait, already happened. I guess it's down to the nipple mouse as the last true hallmark of a ThinkPad. And that, I won't give up 'til you pry it from my cold, dead hands.

    1. Re:Goodbye to the ThinkPad brand. by Chalex · · Score: 4, Informative

      The laptops that are getting this change are the Thinkpad Edge models. They are the low-end consumer level Lenovo laptops, Thinkpads in name only. They are not the regular Thinkpad T or X or R series models. The R series is discontinued now anyway. The regular T and X series are staying as they were (with minor modifications). You can read more details here: http://lenovoblogs.com/insidethebox/?p=349

      I look forward to the Thinkpad T series being the solid black square tanks that they have always been.

  21. Re:Print Screen by REggert · · Score: 2, Informative

    If you look at the pictures in TFA, you'll note that they've moved Print Screen to share space with the Insert key. To invoke Print Screen instead of Insert, you have to hold down the Fn key.

    --

    cp /dev/zero ~/signature.txt

  22. It's there to tell the OS by hey! · · Score: 5, Funny

    that the user is pressing the SysRq key.

    In fact, to *urgently* tell the OS that the SysRq. It's not supposed to be buffered or anything, it supposed to grab the OS by the collar and scream "THE USER JUST PRESSED THE DAMMNED SYSRQ KEY!!!!" at it.

    But what is that supposed to mean?

    It doesn't mean anything.

    That's the whole point.

    When they were designing the keyboard, they thought of all the things that you might want a keyboard to say ("STOP SCROLLING", "Show me that last page", "Get me the hell out of this input mode"). And after they'd mandated keys for everything anybody could think of, they had a stroke of genius. They mandated a key that did nothing anybody wanted to do.

    Why is that a stroke of genius?

    It is something rare in engineering, which thrives on bravado and feverishly inflated self-confidence. It is an admission of the limitation of human foresight, an acknowledgement that there are more things under Heaven and Earth than are dreamt of in our philosophies; a semiotic *memento mori*.

    This key is mandated to mean nothing, therefore it can mean anything, or indeed, everything.

    --
    Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
    1. Re:It's there to tell the OS by itsdapead · · Score: 2, Funny

      In fact, to *urgently* tell the OS that the SysRq.

      My first computer, an OSI Superboard 2 had a key for that: "Break". I think it was wired to the reset pin of the 6502.

      That got its attention :-)

      --
      In a survey of 100 programmers, 111111 thought that duck-typing was a good idea.
  23. Re:Print Screen by Jaruzel · · Score: 3, Informative

    Ditto. Alt+PrtScn is your current-dialog-capturing-friend!

    Although, it still amazes me the amount of people who still install 'freeware' utilities to take screengrabs of dialogs, when Windows has had that functionality built in for many versions... ... and I kid you not, I did once have this conversation:

    User: I need Photoshop CS2 installed, here's my Cost-Code.
    Me: Why?
    User: I write documentation that needs screenshots.
    Me: You know you can screengrab via windows and paste directly into Word?
    User: I don't care, Bob has Photoshop, and I want a copy as well.
    Me: *sigh* Ok, I'll buy a copy and charge your dept...

    -Jar

    --
    Together, We Can Make Slashdot Better. I Do NOT Mod ACs. - Check Me Out
  24. PrintScreen by SharpFang · · Score: 2, Insightful

    I don't care about SysRq but I don't mind it sharing space with PrintScreen. And don't you dare taking my PrintScreen.

    --
    45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
    1. Re:PrintScreen by Nadaka · · Score: 4, Funny

      Print screen is tool for terrorists and pirates! You could copy all 15 hours of the extended edition of lord of the rings by using print screen on each frame of film and saving it all to uncompressed bitmaps.[/humor]

  25. This is not your father's Thinkpad Lenevo! by Zero__Kelvin · · Score: 2, Interesting

    They would do better to remove the CAPS LOCK key, which is more bulky and - as far as I know - useful only to morons who don't know how to keep from SHOUTING on the internet. If CAPS LOCK functionality is really needed, they could just allow holding the Shift key for a period longer than t(x). The SysRq key is both the same key as "Print Screen" which is often used and useful, and is a major component of debugging for the most used operating system in the server market (Linux). (Bear in mind that the kernel that runs on those servers gets developed on laptops and desktop workstations, not servers.)

    As a Linux developer this move screams to me: "HEY! WE'RE LENEVO, AND NOW THAT WE HAVE BOUGHT THE RIGHTS TO THE THINKPAD NAME FROM IBM, WE ARE SHOUTING HOW CLUELESS WE ARE BECOMING FROM THE VIRTUAL ROOFTOPS".

    This is NOT
    their father's Thinkpad.

    --
    Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
  26. Re:How about the even more useless keys? by afidel · · Score: 2, Informative

    You can use numlock and the accessibility feature to use the number pad as a mouse, I do that with my wireless keyboard as using a wireless mouse on furniture sucks.

    --
    There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
  27. What key again? by PopeRatzo · · Score: 2, Insightful

    I'm looking down at my vanilla Logitech keyboard and I don't see any key with "SysRq" on it.

    So I guess I don't need one.

    --
    You are welcome on my lawn.
    1. Re:What key again? by mkettler · · Score: 2, Informative

      check your print screen button.

      --
      -Matt
  28. Re:Caps Lock Key by jgtg32a · · Score: 2, Interesting

    Rebind it to CTRL and learn to love the CAPS key

    http://johnhaller.com/jh/useful_stuff/disable_caps_lock/

  29. Too many keys!!! by Primitive+Pete · · Score: 4, Funny

    Frankly, there are a lot of keys we could get rid of, because they just take up real estate and don't help with the way I use the keyboard. I rarely have rekwirements to use the Q key, and I'm kwite sure that others could get by without it, too. These key-friendly users just need to akwire new work habits. What's hard about that?

  30. ctrl alt backspace by jackflap · · Score: 2, Insightful

    cool, can we now have ctrl+alt+backspace to restart the xserver back in x.org please?

    one of the main arguments was that we could use the never-working sysrq+blahblha combination to do the same thing..

  31. Re:Print Screen by SharpFang · · Score: 2, Funny

    But how will a psychiatrist diagnose their patient then?
    They just need to ask the user to press any key...

    space bar - penile size complex.
    ctrl - control freak
    esc - escapism
    alt - schizophrenia
    shift - split personality
    enter - vaginal fixation
    F1 - overgrown ambition.
    num enter - anal fixation
    num zero - low self esteem
    menu key - bulimic
    tab - drunkard
    backslash - paranoia
    caps lock - Tourette's
    delete - destructive
    arrow up - mania
    arrow down - depression
    windows key - suicidal tendencies
    reset - hopeless idiot.

    --
    45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
  32. What about CTRL and Fc by Tomahawk · · Score: 3, Insightful

    One major ilk I have about laptop keyboard is the positioning of the CTRL and Fn keys.

    I was in a shop recently that sold laptops of many different brands. All of them, except Lenovo, had the CTRL key as the first key in the row, with the Fn key to the right of it. This, IMHO, is the correct position for it - it's where my little finger automatically goes for CTRL, and where it is located on a 'normal' keyboard.

    Lenovo had the Fn key first, with the CTRL key to the right, meaning that when you go to hit CTRL-, I hit Fn instead. This, for me, is a major factor is choosing what laptop to buy - if the CTRL key is in the wrong place, it's marked off the list immediately.

    funny story:
    Several years ago, for work, I got a Compaq Evo N620c (which I still use for work). While the Fn and CTRL keys are in the wrong place, at least they have the forethought to allow you to swap them in the BIOS, which I naturally did.
    Now, the laptop was to be reburned, so the Service Desk took it in. When I went to pick it up the next day, they had a normal keyboard plugged into the PS/2 socket. I asked them why, and they told me that the CTRL key was broken and they couldn't use CTRL-ALT-DEL (yes, it's Windows. *sigh*)
    So firstly I explained to them that the CTRL and Fn keys were swapped in the BIOS, and then asked the question "Why didn't you just use the CTRL key on the other side of the keyboard?" (which, when tried, worked perfectly).
    *sigh*

    T.

  33. Re:Print Screen by xtracto · · Score: 2, Informative

    does Alt+PrtSc allow you to manually select any *section* of screen ?
    didn't think so..

    LOL

    just WIN+R pbrush[ENTER] CTRL+V

    And use your mouse to select any section of the screen.

    --
    Ubuntu is an African word meaning 'I can't configure Debian'
  34. Re:How about the even more useless keys? by omgarthas · · Score: 2, Funny

    I don't know why, but the windows computer at my job does the Copy with CONTROL + INSERT and the Paste with SHIFT + INSERT, weird, I know... It's Windows XP, I could change it if I wanted, but I've just get used to it, tho at home I use the common ctrl-c, ctrl-v....

  35. Chiclets by Dr_Barnowl · · Score: 2, Informative

    The real problem? This laptop has one of those horrible chiclet keyboards.

    Lenovo argues the new design gives the laptop a more "clean and inviting look"

    I don't want to use any keyboard where the look of the thing was given anything more than secondary consideration. I've used chiclet-keys on Powerbooks, and I hate them. And the stupid key layout. I understand that compromises have to be made on a laptop keyboard because of space, but the Powerbook keyboard seems to have been solely designed to "think different" from the standard layout. Thou Shalt Not Move The Slash Keys. Whenever I know I have to support one now, I take my USB keyboard with me, a nice Cherry G80-3000 with a boring, normal, sensible layout, and clicky key switches.

  36. Re:Print Screen by JediTrainer · · Score: 2, Informative

    I don't even bother with that anymore. If you have it, OneNote puts a better screengrabber into Windowkey+S which lets you select the part of the screen that you want to capture (no more cropping!)

    I managed to get that part of OneNote working on Ubuntu as well, although through the tray icon instead of the hotkey. Unfortunately most everything else that I need in OneNote remains broken under the version of CrossOver I have.

    --

    You can accomplish anything you set your mind to. The impossible just takes a little longer.
  37. Re:Print Screen by tomtomtom · · Score: 2, Interesting

    Is there a good reason Fn+Alt+Ins can't still function as SysRq?

  38. Re:Print Screen by Linker3000 · · Score: 5, Funny

    You can use ALT-F4 instead - try it now.

    --
    AT&ROFLMAO
  39. Re:Yes? by natehoy · · Score: 2, Interesting

    Since Lenovo is remapping the PrintScreen function to be an alternate of the Insert key, you'll still have print screen.

    There's a picture of the keyboard in the article, and it does seem relatively well laid-out. Page-up and page-down look a tad clumsy, but are logically placed in relation to the arrow keys at least.

    I think my biggest objection would be the reintroduction of the chiclet keys, but then again I suppose those are easier to seal and clean, so I guess there's a good argument for them. I just hope for Lenovo's sake they haven't screwed up the keyboard play and made the chiclets feel like the old mushtastic keys on the TRS-80, which is the last time I dealt with chiclets and I hated them.

    What I don't understand is, if they have the "fn" key there anyway, why not remap SysRq to Fn-Tab, or Fn-Tilde, or something? Of course, then they'd have the problem that most of the "magic SysRq functions" in Linux are done with normal keys and having Fn pushed to get to SysRq could mess with that, I suppose.

    --
    "This post contains words, known to the State of California to cause thought. Wash brain thoroughly after reading."
  40. Not very Linux friendly... by Omeganon · · Score: 3, Informative

    SysRQ can be extremely useful in figuring out why a machine has locked up or become unresponsive...

    http://www.kernel.org/doc/Documentation/sysrq.txt

    --
    Omeganon
  41. Comment removed by account_deleted · · Score: 5, Informative

    Comment removed based on user account deletion

  42. I don't care much about the SysRq key but... by Ralphus+Maximus · · Score: 3, Insightful

    For the love of $deity, but the CTRL key back where it frakkin' belongs, next to the frakkin' A key!

    Seriously. CTRL-key combo's are much easier to press, while touch typing, when the CTRL key is just to the left of the A key.

    Cheers,
    RM

    --
    Nobody's as dumb, as I appear to be
  43. Save WinKey, kill Insert by dallaylaen · · Score: 3, Interesting

    Winkey is very useful.

    I have a ton of tiny shell scripts invoked by Win + $key (via xbindkeys):

    "Grey+" / "Grey -" -- volume control
    G -- google current selection (see xclip (1))
    W -- search Wikipedia (or Russian wikipedia with shift)
    A -- open terminal
    K -- invoke xkill (1)
    L -- lock screen
    and some more

    On the other hand, the invenror of the Insert key deserves a mousetrap being put right under the light switch in their room.

    --
    WYSIWIG, but what you see might not be what you need
  44. Re:Mainframes by natehoy · · Score: 2, Informative

    Actually, I've been using a lot of 3270 emulators on various operating systems since Windows 3.11, and I have yet to see a single one that actually uses the physical SysRq key to mean SysRq. The old DOS ones did, but anything in Windows really can't, because SysRq causes a local interrupt that's harder to intercept. It's easier for emulator programmers to capture a less invasive keypress and simulate SysRq over the 3270 stream.

    My current 3270 emulator uses CTRL-ESC to emulate SysRq. I've seen a few others used as well. Actually, since the ESC key is meaningless over the 3270 screen, ESC itself is the ATTN/ClearError/ClearBuffer key.

    It's rather like the problem some operating systems have when using a remote desktop (VNC, Remote Control, etc). If you press CTRL-ALT-DEL, the emulator generally can't send that to the remote session because CTRL-ALT-DEL just caused a priority OS interrupt on the local machine and, depending on how your local OS handles CTRL-ALT-DEL, it may be rebooting. :)

    So most remote control software has a little button or control that says "send CTRL-ALT-DEL to remote".

    --
    "This post contains words, known to the State of California to cause thought. Wash brain thoroughly after reading."
  45. Lenovo keyboards by piojo · · Score: 2, Interesting

    I love the keyboard on my 2.5 year old thinkpad. Especially the dedicated "back" and "forward" buttons, which I've remapped to more useful functions. In fact, I think the keyboard is almost a "killer feature" that none of their competitors can match. If they start removing buttons I use, I may be able to make my next laptop a system76 or clevo.

    --
    A cat can't teach a dog to bark.
  46. New Product by Tea-Bone+of+Brooklyn · · Score: 2, Funny

    I'm seeing a market for a USB SysRq key - just a single key with a rotatable USB connector on it.

  47. Re:They're remapping something else by Intron · · Score: 2, Insightful

    But it doesn't need it's own special key. Any combination of keys could be programmed to send the PRTSCR keycode, without needing a dedicated key.

    Also true for every other key. In fact, you could just have one key and if you keep hitting it it cycles through all of the keycodes until you get to the one you want. Then you pause and go on to the next one. Seems very elegant to me. Put the most-used characters at the front of the list: etaoin...

    --
    Intron: the portion of DNA which expresses nothing useful.
  48. Re:But you don't only lose a key by El_Isma · · Score: 2, Funny

    My Asus Travelmate has an key and a $ key. I'm still wondering what to do with them. I really don't know what went through their minds when they decided "HEY! Let's put a $ key!", like shift-4 wasn't enough.

  49. Re:They're remapping something else by daniorerio · · Score: 5, Funny

    You're hired! - Steve Jobs

  50. Never used it, but the function keys.... by kalirion · · Score: 2, Insightful

    And why stop there? Lenovo has also asked itself how often users press the F Function keys. On the new laptops, the F Function buttons are reduced to secondary controls, in place of laptop controls like screen brightness. Now, you'll need to hold the Fn button to use keys like F11 (while screen brightness can be pressed without holding Fn).

    Now that is a dumb decision. I use function keys all the time, and having to hold some other key for them to work would definitely be a dealbreaker. My Microsoft keyboard has an "F Lock" key which is like the Fn key but toggleable (think Caps Lock instead of Shift). That's a much better design.

  51. Re:NOOOoooooo! My Magic-SYSRQ KEY! by miknix · · Score: 2, Informative

    Used it a lot on my desktop when I hacked some scanner drivers to support my parallel port scanner. It is amazing the light show that a "simple" null pointer deference in your kernel driver can make. : )

    Also use it a lot to force buffers to flush to the disk and then remount the root filesystem as readonly. This was very useful to prevent disk corruption while I was debugging my ACPI suspend function on the laptop. For some reason (Microsoft ASL compiler) when the laptop was resuming from suspend state, the laptop LCD didn't turn on.

    I also noticed that some laptops have SYSRQ as a function (fn key). That way one has to press:
    fn+sysrq+ however, things start to be funny when these laptop also have a numeric keyboard available as second function in the {u, i, o, j, k, l, m} keys.
    For example: fn+i gives key 5.

    Now imagine fn+sysrq+u , one wanted a sysrq with command 'u' (remount root as ro I think), but will get a sysrq with command 5 (change log level I think). Yikes!

  52. Screw Thinkpads then by molafish · · Score: 2, Insightful

    Consequently I will not be purchasing a Thinkpad Edge. I've had to reboot a redhat machine repeatedly with the magic sysreq keys lately. Just throwing this useful key away is a mistake. I don't understand what it benefits them anyway, since it's just some extra silkscreen on an existing button that does see use and another scan code in their hardware.

  53. Re:They're remapping something else by stepdown · · Score: 2, Funny

    Reminds me of that "Apple Introduces Revolutionary New Laptop With No Keyboard" story from The Onion. http://www.theonion.com/content/video/apple_introduces_revolutionary?utm_source=embedded_video

  54. Re:Caps Lock Key by pclminion · · Score: 2, Funny

    Jeez, how many serial numbers do you type per day that you need a special key on your keyboard just to make typing serial numbers easier? Is you job title "Serial Number Entry Technician?"

  55. Agree Sys Admins Answer by WED+Fan · · Score: 5, Interesting

    While hooked up to a time share in the mid 70's, I wanted to know what the key did. I kept pounding it. After a few minutes, my display responded with ****STOP RINGING THAT DAMN BELL*****. Seems a large clanging bell in the server room, miles away, was hooked up so the System Admin could respond to requests from the user.

    --
    Politics is the art of looking for trouble, finding it everywhere, diagnosing it incorrectly and applying the wrong fix.