Bug 873 - Wrong Statistics !!!
Status:
NEW
Component:
Debian
Version:
1.9.0
Hardware:
PC Linux
Importance:
P5 normal
Target Milestone:
---
Assignee:
Rob Caelers
URL:
Depends on:
Blocks:
Reported:
Nov 8 2009 05:08:22 UTC
by:
Fabiano Gastaldi
Modified:
May 15 2010 00:13:57 UTC
CC List:
martijn
| Who | When | What | Removed | Added |
|---|---|---|---|---|
| martijn | Mar 10 2010 13:35:43 UTC | cc | martijn |
Description
Fabiano Gastaldi Nov 8 2009 05:08:22 UTC
When i press the CAPS, CONTROL or ALT or SHIFT, (special keys), etc. the keyboard activity in stats counts 4 times. Sorry for wrong english (from Brasil) Tks.
Comment 1
Rob Caelers Nov 27 2009 16:48:14 UTC
I can't reproduce your problem on my Linux system... Could you please execute the following commands (to check the version of your X server and whether the record extension has been exabled): xdpyinfo | grep version xdpyinfo | grep -i record Thanks!
Comment 2
Fabiano Gastaldi Nov 29 2009 03:02:49 UTC
$ xdpyinfo | grep version
version number: 11.0
X.Org version: 1.6.0
$ xdpyinfo | grep -i record
RECORDComment 3
martijn Mar 10 2010 13:35:43 UTC
clicks are counted twice and keystrokes are counted four times (no matter whater caps lock is active are not).
xdpyinfo | grep version
version number: 11.0
X.Org version: 1.6.4
xdpyinfo | grep -i record
RECORD
cat /etc/issue
Ubuntu 9.10Comment 4
Rob Caelers May 15 2010 00:13:57 UTC
Could you please try the following: - start the 'xev' program from a terminal - activate the 'xev' window - press a key and check how many events appear in the terminal window - press a mouse button and check how many events appear in the terminal window If a key or button press shown more than 2 events (a press and a release) than please attach the output of xev too this bug. Thanks