Re: [XFree86] xev ignores some keypresses

2003-11-25 Thread OS
 What's next, file a bug?
I've already filed one on the lack of button support for Logitech mice :-( 
Sadly I don't think anyone has even looked at it :-(

I've got a shoebox fool of old Logitech (and Trust which have Logitech 
innards) wheel mice just trying to find one supported by X. 

Sigh !!

Owen

On Monday 20 Oct 2003 11:41 pm, Dylan Carlson wrote:
  I reported a bug that X / xev doesn't register all the button presses
  (anything above button 3 !) on Logitech mice. Is there any relation
  between these two ?

 Probably.

 But we're not getting any traction on the mailing list with this problem
 ... I was hoping someone more knowledgeable would have commented by now.  
 I find it _impossible_ that other people are not having this problem, as I
 seriously doubt I'm the only guy with a newer Logitech keyboard running
 XFree86.  You can't GET a keyboard nowadays without these extra buttons on
 them.

 Surely I must not be the only one playing with xev/XKeysymDB to get them to
 work...  Note that most of them do work, but 6 of them don't.

 Between your problem with 4-button mice and my keyboard issue, I going to
 go out on a limb and say it smells like a limitation/bug with XFree86 since
 this stuff works fine in Windows(tm).

 What's next, file a bug?

 Cheers

 ___
 XFree86 mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xfree86

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] xev ignores some keypresses

2003-10-21 Thread Aivils Stoss
But we're not getting any traction on the mailing list with this problem

I was hoping someone more knowledgeable would have commented by now.   I
find it _impossible_ that other people are not having this problem, as I
seriously doubt I'm the only guy with a newer Logitech keyboard running
XFree86.  You can't GET a keyboard nowadays without these extra buttons on
them.

If You use Linux, then problem is kernel related. Almost Logitech keyboards
uses two USB interfaces : 1st as normal keyboard and 2nd as multimedia
keys.
I think 2.4 ingnore multimedia keypress and do not send keycodes to TTY.
Instead You can read multimedia keypress from event interface.
So 1st normal keyboard from /dev/input/event0 and 2nd multimedia from
/dev/input/event1.
Current xf86 ingnore event interface. I know only one site
http://people.debian.org/~warp/evdev/
XFree86 input from linux event interface by Zephian E. Hull.
This code allow use /dev/input/eventXX as mouse and keyboard, but do not
catch multimedia keys, because them have different eventXX device file.

IMHO code, which read multimedia keypress from /dev/input/eventXX and
push into XFree86 events, does not exist :(

Aivils Stoss

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] xev ignores some keypresses

2003-10-20 Thread Dylan Carlson
 I reported a bug that X / xev doesn't register all the button presses 
 (anything above button 3 !) on Logitech mice. Is there any relation 
 between these two ?

Probably.  

But we're not getting any traction on the mailing list with this problem ... 
I was hoping someone more knowledgeable would have commented by now.   I 
find it _impossible_ that other people are not having this problem, as I 
seriously doubt I'm the only guy with a newer Logitech keyboard running 
XFree86.  You can't GET a keyboard nowadays without these extra buttons on 
them.  

Surely I must not be the only one playing with xev/XKeysymDB to get them to 
work...  Note that most of them do work, but 6 of them don't.  

Between your problem with 4-button mice and my keyboard issue, I going to go 
out on a limb and say it smells like a limitation/bug with XFree86 since 
this stuff works fine in Windows(tm).

What's next, file a bug?  

Cheers

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] xev ignores some keypresses

2003-10-17 Thread OS
I reported a bug that X / xev doesn't register all the button presses 
(anything above button 3 !) on Logitech mice. Is there any relation between 
these two ?

Owen 

On Friday 17 Oct 2003 2:04 am, Dylan Carlson wrote:
 Greetings,

 I tried xnee, and it did not see the keys just as xev failed to.  Perhaps
 this is some bug in xkb?  Because I do not think it'd be possible that the
 keyboard would be sending unusual codes that xev/xnee could not read.

 Also -- I tested this keyboard under Windows just to ensure that the keys
 do in fact work... and under Windows they do.

  Hi
 
  I have a Logitech RH35 and all keys seem to be caught with xnee, using
  the following options:
  xnee --record --keyboard
 
  I use xkeymouse to tie the keys to actions.
 
  /h
 
  xnee: http://www.gnu.org/software/xnee/

 ___
 XFree86 mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xfree86

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] xev ignores some keypresses

2003-10-16 Thread Dylan Carlson
Greetings,

I have a Logitech Access Keyboard (model # Y-SR34) with which I'm attempting 
to use some of the special/non-standard keys.  I've done this before on 
other keyboards... and it has always worked well before.

On this keyboard, most of the special keys show up fine -- I have defined 
xmodmaps for the ones that work -- but there are 6 keys which do not 
register an event under 'xev'.

They are:

* Messenger button
* New Mail
* My Computer
* My Docs
* My Pics
* My Music

In an attempt to understand why 'xev' doesn't see those keys, I've gone 
through the docs and various searches in Google and Bugzilla, but came up 
empty-handed.   Wondering if anyone on the list can help.

TIA for hints  advice.   Please reply-all, as I am not subscribed on this 
list.  

Cheers,
Dylan

PS, the following keys show up under 'xev' fine:

* Email
* Webcam
* Mute
* Volume up
* Volume down
* Media
* My Home
* Search
* Reply
* Forward
* Send
* Previous Track
* Next Track
* Play/Pause
* Stop Playback
* Right Win
* Left Win
* Menu

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] xev ignores some keypresses

2003-10-16 Thread Henrik Sandklef
Hi

I have a Logitech RH35 and all keys seem to be caught with xnee, using
the following options:
xnee --record --keyboard

I use xkeymouse to tie the keys to actions.

/h

xnee: http://www.gnu.org/software/xnee/
xkeymouse: http://sourceforge.net/projects/xkeymouse/


On Thu, 2003-10-16 at 20:13, Dylan Carlson wrote:
 Greetings,
 
 I have a Logitech Access Keyboard (model # Y-SR34) with which I'm attempting 
 to use some of the special/non-standard keys.  I've done this before on 
 other keyboards... and it has always worked well before.
 
 On this keyboard, most of the special keys show up fine -- I have defined 
 xmodmaps for the ones that work -- but there are 6 keys which do not 
 register an event under 'xev'.
 
 They are:
 
 * Messenger button
 * New Mail
 * My Computer
 * My Docs
 * My Pics
 * My Music
 
 In an attempt to understand why 'xev' doesn't see those keys, I've gone 
 through the docs and various searches in Google and Bugzilla, but came up 
 empty-handed.   Wondering if anyone on the list can help.
 
 TIA for hints  advice.   Please reply-all, as I am not subscribed on this 
 list.  
 
 Cheers,
 Dylan
 
 PS, the following keys show up under 'xev' fine:
 
 * Email
 * Webcam
 * Mute
 * Volume up
 * Volume down
 * Media
 * My Home
 * Search
 * Reply
 * Forward
 * Send
 * Previous Track
 * Next Track
 * Play/Pause
 * Stop Playback
 * Right Win
 * Left Win
 * Menu
 
 ___
 XFree86 mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xfree86

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] xev ignores some keypresses

2003-10-16 Thread Dylan Carlson
Greetings, 

I tried xnee, and it did not see the keys just as xev failed to.  Perhaps 
this is some bug in xkb?  Because I do not think it'd be possible that the 
keyboard would be sending unusual codes that xev/xnee could not read.

Also -- I tested this keyboard under Windows just to ensure that the keys do 
in fact work... and under Windows they do.

 Hi
 
 I have a Logitech RH35 and all keys seem to be caught with xnee, using
 the following options:
   xnee --record --keyboard
 
 I use xkeymouse to tie the keys to actions.
 
 /h
 
 xnee: http://www.gnu.org/software/xnee/


___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86