Stories
Slash Boxes
Comments

Dev.SN ♥ developers

posted by LaminatorX on Thursday March 06 2014, @08:20AM   Printer-friendly
from the satisying-clackity-clack dept.
An anonymous coward writes "Anyone know of good affordable keyboards that are low latency (preferably backed by actual stats)? Low latency is not the same as polling rate.

I had an old keyboard that was high latency (added about 30-50ms more latency when compared to a "gaming" mouse I had!) so I bought a low end "gaming" keyboard[1] which is lower latency but the keys "stick" sometimes (e.g. the system thinks keys are still being held down even though they aren't have to press the offending keys again to unstick them). I don't want to buy an expensive keyboard and find the latency to not be really much better or even worse[2]. And yes 30-50ms can be a noticeable and significant difference in games (2-3 frames).

I've done those reaction time test stuff and I get about 150-170ms using my "fastest" mouse (I have two), 170-190 with my new keyboard and 200+ms with my old keyboard. I see many people get 200+ ( see: http://cognitivefun.net/stat/1 ). At work on my employer's macbook pro I get 220+ms. So it's likely that high latency mice/keyboards[2] and screens[3] are too common. And you can appear to have 50-80ms faster reflexes just by having better equipment.

[1] an A4Tech G800V keyboard, based on one of the few less useless responses from the Other Site when I asked a similar question. Maybe it's faulty but it's going to be hard to prove since it's intermittent. FWIW I got it for half the newegg price and the place I bought it from doesn't sell A4tech mice or keyboards anymore.

[2] http://www.blackboxtoolkit.com/responsedevices.htm l
  http://www.pstnet.com/eprimedevice.cfm

[3] http://www.displaylag.com/display-database/"
 
This discussion has been archived. No new comments can be posted.
Display Options Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 4, Informative) by gallondr00nk on Thursday March 06 2014, @09:45AM

    by gallondr00nk (392) on Thursday March 06 2014, @09:45AM (#11917)

    The answer then would be to find a good quality used PS/2 keyboard, perhaps a Cherry or Model M. I assume that a PS/2 mouse would be faster as well?

    It might be something as simple as buying a couple of USB -> PS/2 adapters?

    I'm not sure if it's still true, but a lot of LCD monitors displays used to add a good 50-100ms onto latency as well. It's still true of TVs. A lot of speedrun gamers using old consoles insist on using a CRT TV, because the postprocessing in an LCD TV adds lag.

    Starting Score:    1  point
    Moderation   +2  
       Informative=2, Total=2
    Extra 'Informative' Modifier   0  
    Karma-Bonus Modifier   +1  

    Total Score:   4  
  • (Score: 1) by tempest on Thursday March 06 2014, @10:21AM

    by tempest (3050) on Thursday March 06 2014, @10:21AM (#11938)

    Most "serious gaming keyboards" have PS2 connectors due to the n-key rollover issue. Personally I think "keyboard lag" is absurd, but if he's got problems with keys sticking, his whole keyboard is messed up so perhaps that's a really issue for him.

  • (Score: 4, Insightful) by mechanicjay on Thursday March 06 2014, @11:30AM

    by mechanicjay (7) <{jason} {at} {smbfc.net}> on Thursday March 06 2014, @11:30AM (#11986) Homepage Journal
    A USB -> PS/2 adapter doesn't change the fact that you're still polling for keyboard input. Better USB -> PS/2 adapters don't have N-key rollover issues. I guess there is a enough on-chip logic to handle it. I wonder if that makes keyboard response faster or slower though.
    --
    My VMS box beat up your Windows box.
  • (Score: 0) by Anonymous Coward on Thursday March 06 2014, @05:57PM

    by Anonymous Coward on Thursday March 06 2014, @05:57PM (#12240)

    Posting AC to avoid undoing moderation...

    This is key right here. PS/2 is interrupt driven, and USB is not only polled, but shared, and hub-ed, which means the polling is tree-ed out down the hubs. The more USB things plugged in the worse it gets, even of those things are simply other USB ports with a built in HUB.

    If you know your motherboard, you can make sure your keyboard/mouse is not shearing a header with anything else (external disk drives, thumb drives, wifi, sound devices, SD card readers, etc), and this will make a big difference. Most people don't realize just how widely their USB devices fan out. Polling has to ask each device if it has data to send, and even no response takes time to check.

    I always use PS2 keyboard for game play, although I've found I can get by with a wireless USB mouse if I keep it on a separate USB header. I've tried wireless and wired USB keyboards and they are quite inferior.