Re: [Haifux] Getting mouse buttons to work

2011-02-15 Thread guy keren
perhaps try to switch to a runlevel that does not have X window running. it could be that the X window code is competing for these events - and when you make tests, you don't want to have that. --guy On Tue, 2011-02-15 at 11:55 +0200, Dotan Cohen wrote: On Tue, Feb 15, 2011 at 11:19, Yedidyah

Re: [Haifux] Getting mouse buttons to work

2011-02-15 Thread Shahar Dag
Hi dotan This is from Ubunto, so it may not work for you try xinput list to see if you get any useful data (use xinput list | grep 'id=' to find mice id) if you can get data, then you can use xinput set-button-map to try and set buttons Shahar - Original Message - From: Dotan Cohen

Re: [Haifux] Getting mouse buttons to work

2011-02-15 Thread Dotan Cohen
On Tue, Feb 15, 2011 at 16:19, Leon Romanovsky l...@leon.nu wrote: On Tue, Feb 15, 2011 at 16:10, Shahar Dag d...@cs.technion.ac.il wrote: Hi dotan This is from Ubunto, so it may not work for you try xinput list to see if you get any useful data (use xinput list | grep 'id=' to find mice