Re: x11 and the mouse

2019-04-22 Thread ToddAndMargo via users
On 4/22/19 1:01 AM, Cameron Simpson wrote: If you change the mouse acceleration with Xfce, with xinput or with xset, does it affect the behaviour which caused you to start this thread? Also, if you change the acceleration with xinput or xset, odes the Xfce dialogue notice the change? After

Re: x11 and the mouse

2019-04-22 Thread ToddAndMargo via users
On 4/22/19 1:02 AM, Samuel Sieb wrote: On 4/22/19 12:35 AM, ToddAndMargo via users wrote: On 4/21/19 10:46 PM, Cameron Simpson wrote: does the mouse behaviour change with changes in either place? I am not sure what you are asking. I think the question is that while you are changing values

Re: x11 and the mouse

2019-04-22 Thread Samuel Sieb
On 4/22/19 12:35 AM, ToddAndMargo via users wrote: On 4/21/19 10:46 PM, Cameron Simpson wrote: does the mouse behaviour change with changes in either place? I am not sure what you are asking. I think the question is that while you are changing values in two different ways, does either one

Re: x11 and the mouse

2019-04-22 Thread Cameron Simpson
On 22Apr2019 00:35, ToddAndMargo wrote: On 4/21/19 10:46 PM, Cameron Simpson wrote: does the mouse behaviour change with changes in either place? I am not sure what you are asking. If you change the mouse acceleration with Xfce, with xinput or with xset, does it affect the behaviour which

Re: x11 and the mouse

2019-04-22 Thread ToddAndMargo via users
On 4/21/19 10:46 PM, Cameron Simpson wrote: does the mouse behaviour change with changes in either place? I am not sure what you are asking. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to

Re: x11 and the mouse

2019-04-21 Thread Cameron Simpson
On 21Apr2019 20:49, ToddAndMargo wrote: On 4/21/19 8:41 PM, Cameron Simpson wrote: This may be the issue.  The screen shot shows an acceleration of 2.5 and xinput says it is zero.  Xfce may be misreading xinput Can xinput acceleration be <0? To "descale" the mouse? What if Xfce is showing

Re: x11 and the mouse

2019-04-21 Thread ToddAndMargo via users
On 4/21/19 8:41 PM, Cameron Simpson wrote: On 21Apr2019 18:50, ToddAndMargo wrote: More interesting.  Xfce's mouse dialog show acceleration is on: screenshot: https://bugzilla.xfce.org/attachment.cgi?id=8432 Just wondering whether this dialogue is a direct query of the mouse state or some

Re: x11 and the mouse

2019-04-21 Thread Cameron Simpson
On 21Apr2019 18:50, ToddAndMargo wrote: More interesting.  Xfce's mouse dialog show acceleration is on: screenshot: https://bugzilla.xfce.org/attachment.cgi?id=8432 Just wondering whether this dialogue is a direct query of the mouse state or some kind of proxy via Xfce's settings i.e. if you

Re: x11 and the mouse

2019-04-21 Thread ToddAndMargo via users
On 4/21/19 4:15 PM, Cameron Simpson wrote: On 20Apr2019 14:04, ToddAndMargo wrote: On 4/20/19 1:59 PM, ToddAndMargo via users wrote: On 4/19/19 11:59 PM, Ed Greshko wrote: On 4/20/19 2:56 PM, ToddAndMargo via users wrote: On 4/19/19 11:13 PM, ToddAndMargo via users wrote: How do I check

Re: x11 and the mouse

2019-04-21 Thread Cameron Simpson
On 20Apr2019 14:04, ToddAndMargo wrote: On 4/20/19 1:59 PM, ToddAndMargo via users wrote: On 4/19/19 11:59 PM, Ed Greshko wrote: On 4/20/19 2:56 PM, ToddAndMargo via users wrote: On 4/19/19 11:13 PM, ToddAndMargo via users wrote: How do I check what the default acceleration is set to?

Re: x11 and the mouse

2019-04-20 Thread ToddAndMargo via users
On 4/20/19 1:59 PM, ToddAndMargo via users wrote: On 4/19/19 11:59 PM, Ed Greshko wrote: On 4/20/19 2:56 PM, ToddAndMargo via users wrote: On 4/19/19 11:13 PM, ToddAndMargo via users wrote: On 4/19/19 6:22 PM, Roger Heflin wrote: It definitely works: How do I check what the default

Re: x11 and the mouse

2019-04-20 Thread ToddAndMargo via users
On 4/19/19 11:59 PM, Ed Greshko wrote: On 4/20/19 2:56 PM, ToddAndMargo via users wrote: On 4/19/19 11:13 PM, ToddAndMargo via users wrote: On 4/19/19 6:22 PM, Roger Heflin wrote: It definitely works: How do I check what the default acceleration is set to? right under my nose: $ xinput

Re: x11 and the mouse

2019-04-20 Thread ToddAndMargo via users
On 4/19/19 11:59 PM, Ed Greshko wrote: On 4/20/19 2:56 PM, ToddAndMargo via users wrote: On 4/19/19 11:13 PM, ToddAndMargo via users wrote: On 4/19/19 6:22 PM, Roger Heflin wrote: It definitely works: How do I check what the default acceleration is set to? right under my nose: $ xinput

Re: x11 and the mouse

2019-04-20 Thread Jon LaBadie
On Fri, Apr 19, 2019 at 08:22:46PM -0500, Roger Heflin wrote: > It definitely works: > > xinput --list-props 11 > Device 'Kensington Kensington USB/PS2 Orbit': > Device Enabled (182):1 > Coordinate Transformation Matrix (184):1.00, 0.00, > 0.00, 0.00,

Re: x11 and the mouse

2019-04-20 Thread Ed Greshko
On 4/20/19 2:56 PM, ToddAndMargo via users wrote: > On 4/19/19 11:13 PM, ToddAndMargo via users wrote: >> On 4/19/19 6:22 PM, Roger Heflin wrote: >>> It definitely works: >> >> How do I check what the default acceleration is set to? > > right under my nose: > > $ xinput --list-props 15 | grep -i

Re: x11 and the mouse

2019-04-20 Thread ToddAndMargo via users
On 4/19/19 11:13 PM, ToddAndMargo via users wrote: On 4/19/19 6:22 PM, Roger Heflin wrote: It definitely works: How do I check what the default acceleration is set to? right under my nose: $ xinput --list-props 15 | grep -i "Accel Speed (" | awk '{print $5}' 1.00

Re: x11 and the mouse

2019-04-20 Thread ToddAndMargo via users
On 4/19/19 6:22 PM, Roger Heflin wrote: It definitely works: How do I check what the default acceleration is set to? ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora

Re: x11 and the mouse

2019-04-19 Thread ToddAndMargo via users
On 4/19/19 6:22 PM, Roger Heflin wrote: It definitely works: xinput --list-props 11 Device 'Kensington Kensington USB/PS2 Orbit': Device Enabled (182):1[tony@rn6 ~] Coordinate Transformation Matrix (184):1.00, 0.00, 0.00, 0.00, 1.00, 0.00,

Re: x11 and the mouse

2019-04-19 Thread ToddAndMargo via users
On 4/19/19 5:27 PM, Ed Greshko wrote: On 4/20/19 8:07 AM, ToddAndMargo via users wrote: Is there an X11 (not Xfce's settings) setting out there somewhere for how the mouse behaves? I suppose it would be helpful to those wishing to assist if you indicated what you're having problems with and

Re: x11 and the mouse

2019-04-19 Thread Roger Heflin
It definitely works: xinput --list-props 11 Device 'Kensington Kensington USB/PS2 Orbit': Device Enabled (182):1 Coordinate Transformation Matrix (184):1.00, 0.00, 0.00, 0.00, 1.00, 0.00, 0.00, 0.00, 1.00 libinput Natural Scrolling

Re: x11 and the mouse

2019-04-19 Thread Tom Horsley
On Fri, 19 Apr 2019 20:08:51 -0500 Roger Heflin wrote: > xinput seems to be interfacing with libinput and is reporting there > are devices and the devices have properties. > > It it is not clear though which properties work and don't work in it And unless they have improved it since it first

Re: x11 and the mouse

2019-04-19 Thread Roger Heflin
xinput seems to be interfacing with libinput and is reporting there are devices and the devices have properties. It it is not clear though which properties work and don't work in it On Fri, Apr 19, 2019 at 7:58 PM Ed Greshko wrote: > > On 4/20/19 8:50 AM, Roger Heflin wrote: > > the command

Re: x11 and the mouse

2019-04-19 Thread Ed Greshko
On 4/20/19 8:50 AM, Roger Heflin wrote: > the command line xinput and xset commands claim to change point settings. > > My playing with it in gnome does not seem to change anything, but I > know they used to work, so it may work if you don't have something > like gnome or xfce running. I'm pretty

Re: x11 and the mouse

2019-04-19 Thread Roger Heflin
the command line xinput and xset commands claim to change point settings. My playing with it in gnome does not seem to change anything, but I know they used to work, so it may work if you don't have something like gnome or xfce running. On Fri, Apr 19, 2019 at 7:28 PM Ed Greshko wrote: > > On

Re: x11 and the mouse

2019-04-19 Thread Ed Greshko
On 4/20/19 8:07 AM, ToddAndMargo via users wrote: > Is there an X11 (not Xfce's settings) setting out there > somewhere for how the mouse behaves? I suppose it would be helpful to those wishing to assist if you indicated what you're having problems with and what you'd like to achieve. Can

x11 and the mouse

2019-04-19 Thread ToddAndMargo via users
Hi All, Fedroa 29, x64 Xfce 4.13 Is there an X11 (not Xfce's settings) setting out there somewhere for how the mouse behaves? Many thanks, -T ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to