If the trackpad is handled by the ubcmtp(4) driver but isn't recognized
as clickpad, configure a bottom area (see wsmouse(4), wsconsctl(8), and
wsconsctl.conf(5)):
# wsconsctl mouse.tp.edges=0,5,10,5
This command defines a bottom area of 10% of the touchpad height.
"Thumb contacts" in this ar
Try
$ man wsmouse
if you want to know whether the 'disable' option is what you are looking
for.
On 3/12/24 12:45, Anthony wrote:
> Hi,
>
> I am trying to disable the touchpad when typing with the keyboard, but I
> can't find the documentation about the variables in /etc/wsconsctl.conf.
> I'
There is a bug in the tapping mechanism of the input driver, which affects
exactly this type of input (the sequence of two taps and a third touch
for dragging). It generates a button-up event too early. I'm preparing
a patch.
On 4/13/22 16:46, u...@mailo.com wrote:
> Mouse/touchpad text selectio
given below):
>> When X is first started or restarted the touchpad is fine, but after X
>> has been running for "a while" (anywhere from 2 hours to some days),
>> the touchpad will suddenly stop working. [[...]]
>
> In <https://marc.info/?l=openbsd-misc&m=16
on "InputClass"
> Identifier "wsmouse touchpad"
> Driver "synaptics"
> MatchIsTouchpad "on"
> EndSection
> %
>
> The reason I have an /etc/xorg.conf is to work around a different X
> touchpad problem (which occurs
On 4/18/21 6:39 PM, tetrahe...@danwin1210.me wrote:
> On Fri, Apr 16, 2021 at 08:56:59PM +0200, Ulf Brosziewski wrote:
>> Unfortunately, that "trick" is no general solution because turning the
>> "ClickPad" option off makes click-and-drag operations with two f
upport, and even if these data are available, they aren't
passed to userland drivers in OpenBSD. Only wsmouse(4) makes use of
them, but it doesn't offer that "click method" for touchpads - hardly
anyone has asked for it.
On 4/16/21 6:56 PM, tetrahe...@danwin1210.me wr
Could you remove the "ClickPad" option from the configuration file and
try two-finger clicks again?
The combination of that option with the "ClickFinger" mechanism is broken,
and you probably don't need it if you don't use "soft-button areas".
Three-finger clicks should work - if your hardware de
consctl/mousecfg.h
> index 8e99139d280..97ef153fcb3 100644
> --- sbin/wsconsctl/mousecfg.h
> +++ sbin/wsconsctl/mousecfg.h
> @@ -22,6 +22,7 @@ extern struct wsmouse_parameters cfg_edges;
> extern struct wsmouse_parameters cfg_swapsides;
> extern struct wsmouse_paramete
Could you tell us why it feels weird?
If you are really serious about a completely "linear" response, you might
want to try
$ doas wsconsctl mouse0.param=34:0,35:0,36:0
This turns off noise filtering and deceleration (very low speeds are slowed
down even further, which may be helpful if you wa
t;delay" option e.g. like tune2fs
sets a fsck every n-th boot, could KARL, just for very old machines be
tuned, say, to be applied every 10/20 boots?
Thank you very much for your attention.
Ulf
If from one side is true that many modern interfaces (mostly M$, though)
are made for people who know nothing about computing, from one another is
clear that some good ones (in terms of usability) help the user to keep
concentrated on his work.
On a mac, on a recent gnome, on a kde, etc. it's easi
Could you please post a dmesg and your xorg.conf, and be a bit more
specific about your observations? Does the problem only affect the
touchpad, or all wsmouse devices? Does it occur regularly, always,
sometimes? Does the mouse pointer just freeze, or is there random
movement, or sluggish moveme
n 3.0
> uhub0 at usb0 configuration 1 interface 0 "Intel xHCI root hub" rev 3.00/1.00
> addr 1
> "Intel 7 Series MEI" rev 0x04 at pci0 dev 22 function 0 not configured
> puc0 at pci0 dev 22 function 3 "Intel 7 Series KT" rev 0x04: ports: 16 com
> com4
If two-finger scrolling doesn't work out of the box, it usually means
that the hardware is not supported, and no xorg.conf or wsmouse
configuration will help (only pointer movement works because the
touchpad emulates a PS2 mouse). Could you post the output of the dmesg
command here?
On 3/31/19 5:
The "ZAxisMapping" doesn't work for touchpads with a new kernel.
For now, you can apply this workaround:
Read out the scroll distance with wsconsctl (you must run it as
root or create a doas(1) configuration for it). Here is an
example:
$ doas wsconsctl mouse.param=134
mouse.param -> 134
Hi Alex,
you are out of luck with that hardware. There is no touchpad
driver for it in OpenBSD, ubcmtp(4) only supports newer models.
Regards,
Ulf
Am 11/27/18 um 10:33 PM schrieb Alex Mihajlov:
> I try use synaptics, but when I use
> Section "InputClass"
> ...
>
On 10/17/2018 06:21 PM, Jake Champlin wrote:
> On Tue, Oct 16, 2018 at 09:45:52PM -0400, Charles Daniels wrote:
>> First off, I'm new around here, so my apologies in advance if this is
>> the wrong list or I've formatted something incorrectly.
>>
>> I've recently installed OpenBSD 6.3 on my Thinkpa
nd 5 are mappings from "Z axis" values). No kind of button
mapping will help. If it's a workaround for you, you might enable
middle-button emulation in X.
On 05/14/2018 01:26 PM, Patrick Marchand wrote:
> On 05/14, Ulf Brosziewski wrote:
>> Would you mind to run
>>
There is no button mapping in wsmouse, it just passes the
button codes from the hardware drivers to userland. For
X configuration options, please have a look at the ws,
xorg.conf, and xinput man pages. The "ButtonMapping"
option or the set-button-map command of xinput might be of
interest here.
4) enabled via the xorg.conf you suggested
> in <https://marc.info/?l=openbsd-misc&m=152435166200806&w=1>, the
> touchpad works perfectly. (I haven't experimented with multitouch
> gestures yet.)
>
> Thanks to both of you (IL and Ulf) for pointing me to the solution!
>
> ciao,
>
Does it make a difference if you use synaptics(4) as touchpad
input driver?
You can activate it by adding the following entry to
/etc/xorg.conf (if the file isn't present, simply create it
with these lines):
Section "InputClass"
Identifier "wsmouse touchpad"
Driver "synaptics"
The short answer is: The X server has hard-coded defaults, which
can be overridden by configuration files, which are processed in a
specific order - if they are present. Please see xorg.conf(5) for
details. For customizing the settings, you have to *create* an
/etc/xorg.conf file.
70-synaptics.
:...
will change them. You have to reduce the values - which represent
distances in device units - in order to increase the scroll speed
(the relation is inversely proportional). And BTW, such a change
would also reduce the threshold - in the current implementation, at
least ;-)
Regards,
Ulf
On 12/20/2017 04:54 PM, Christoph R. Murauer wrote:
> Hello Ulf !
>
>> there seems to be a terminology problem here: Usually,
>> "pinch gesture" refers to an input with two touches moving
>> toward each other, or away from each other, and it doesn't
>&g
ed as tap). I increased that limit
then, but possibly it's still too low for that hardware.
Can you check whether tapping without force works better, and
also test it with the synaptics driver (which has a much higher
threshold)?
Cheers,
Ulf
On 12/17/2017 11:55 PM, Christoph R. Murauer wr
On 12/10/2017 09:10 PM, Lari Rasku wrote:
> Ulf Brosziewski kirjoitti 12/06/17 klo 00:59:
>> please consider giving ws a try, and help
>> us by reporting problems if it doesn't work for you.
>
> ws(4) seems to have much higher limiting friction for me when two-finger
&g
ve never
worked with it).
BTW, xorg configuration files in
/usr/X11R6/share/X11/xorg.conf.d/
aren't necessarily named "xorg.conf". The files in that
directory only need the ".conf" extension, and an old version
of 70_synaptics.conf (or an ancient 50_synaptics.conf) wou
n a touchpad - are translated into a series of button events, which is
coarse compared to coordinate-based scrolling.)
Regards,
Ulf
> [...] If all works as it should, I also could
> try it on a MacBook Pro the next days.
>
> thinkpad-w541# wsconsctl | grep 'mouse'
> wsconsc
me on ThinkPad T470s.
>
> On Tue, Dec 5, 2017 at 3:59 PM, Ulf Brosziewski > wrote:
>
>> If you're following -current, or if you upgrade your system with the
>> next or a future snapshot, please note that the default setup for
>> touchpads in X will change.
>
If you're following -current, or if you upgrade your system with the
next or a future snapshot, please note that the default setup for
touchpads in X will change.
X will select ws(4) instead of synaptics(4) as default driver. In a
configuration with ws, touchpad-specific input processing is done
The hardware drivers for Atmel touchpads (iatp) and the older
Elantech models (pms, for versions 1-3) have been updated in
-current. If anybody is using a laptop with one of those models,
tests with the next snapshots would be welcome, ideally with both
synaptics(4) and the wsmouse-internal input
ten, not all touchpad drivers cooperate with the input
driver up to now. I hope this will change soon. It's not ready yet,
but some work on imt/hidmt has already been done, with help of Remi.
Thanks again for the friendly, competent, and helpful feedback!
On 07/31/2017 11:02 PM, Ulf Brosz
On 08/10/2017 01:47 AM, Ulf Brosziewski wrote:
> On 08/09/2017 02:12 PM, Matthias Schmidt wrote:
>> Hi,
>>
>>
>> * Marcus MERIGHI wrote:
>>> Hello,
>>>
>>> just as Josh I have a X220 which works fine, thanks!
>>>
>>> note
ted. Interestingly my touchpad keeps
> scrolling when I lift my fingers.
>
Hi,
are you sure that this isn't just Firefox trying to catch up
with your inputs? I may actually look like the "coasting" feature.
Thanks for the feedback,
Ulf
> $ doas wsconsctl | grep
Hi,
thanks for testing and for these hints. You are not the first
one who thinks that scrolling is a bit slow. I will consider
increasing the default speed, but such a change would need some
checks because the speed is not uniform on different touchpads -
which is due to the fact that many mode
Hi,
unfortunately, the input driver won't work in this configuration,
but I hope we can change that soon ;-)
On 08/07/2017 09:16 PM, Michele Curti wrote:
> On Mon, Jul 31, 2017 at 11:02:28PM +0200, Ulf Brosziewski wrote:
>>
>> If you have a new snapshot (from July 27 or lat
he method to
click-and-drag operations, newer versions to both click-and-drag
and two-finger scrolling.
The wsmouse driver implements a different approach: when it
receives multi-touch data - up to now, from Apple or Elantech-4
models - it assigns pointer-control to touches that are moving (if
such
On 08/05/2017 11:10 PM, Paul de Weerd wrote:
> Hi Ulf,
>
> On Fri, Aug 04, 2017 at 11:26:12PM +0200, Ulf Brosziewski wrote:
> | Hi Paul,
> |
> | thanks for your help. Does tapping work when you use
> | the synaptics driver?
>
> Nope, it doesn't.
>
w
m? And neither one-, two-, nor
three-finger taps work?
Regards,
Ulf
On 08/04/2017 11:24 AM, Paul de Weerd wrote:
> Hi Ulf,
>
> This really helps a lot on my touchpad. I used to have the following
> config:
>
> Section "InputClass"
> Identifier &quo
8/03/2017 01:32 PM, Remi Locherer wrote:
> On Mon, Jul 31, 2017 at 11:02:28PM +0200, Ulf Brosziewski wrote:
>> for you. As always, a dmesg would be appreciated. The output of
>> # wsconsctl | grep 'mouse'
>> could also be of interest here (you must run it as ro
Thanks a lot. Again, there seems to be a misunderstanding
concerning the 'swapsides' flag. I have described its meaning
in my answer to Tom, and I hope it's clearer this time.
On 08/03/2017 06:30 PM, Bruno Flueckiger wrote:
> I've tested it on my HP ProBook 450 G3 with the snapshot from July 30.
kr0 at pcppi0
> vmm0 at mainbus0: VMX/EPT
> efifb at mainbus0 not configured
> uhub3 at uhub1 port 1 configuration 1 interface 0 "Intel Rate Matching
> Hub" rev 2.00/0.00 addr 2
> ugen0 at uhub3 port 4 "Broadcom Corp BCM20702A0" rev 2.00/1.12 addr 3
> uvideo0 at u
Thanks for the report. The speed of scrolling is indeed
independent of the scale factor. Internally, these are
distinct settings. (I've been vaguely considering to couple
them, but there is nothing settled yet; it might be a bad
idea if the initial values don't match).
As to the pointer movemen
gt; button press 1
> button release 1
> button press 1
> button release 1
> button press 3
> button release 3
> button press 1
> button release 1
> button press 1
> button release 1
> button press 3
> button release 3
> button press 3
> button release
-4620,5140,-150,6600,0,0,0
>
Would you mind to report the output of the following command?
# wsconsctl mouse1.tp.param=64,65
And special thanks again for all your work,
Ulf
On 08/01/2017 05:13 PM, Bryan Vyhmeister wrote:
> On Mon, Jul 31, 2017 at 05:37:00PM -0700, Bryan Vyhmeister wrote
Hi,
thanks for testing! Does "NOT OK" mean that two-finger
scrolling works badly, or that it doesn't work at all?
If possible, could you record the output of
$ xinput --test /dev/wsmouse0
for a short period of time and perform the scroll gesture?
Ulf
On 08/01/2017 11:09 AM,
In the long run the synaptics driver, which handles touchpad inputs in
X, may be a dead end of the input framework, and it's time to prepare
an alternative. The kernel contains an internal touchpad input driver
now, it's a part of wsmouse(4). It provides standard features -
two-finger/edge scroll
On 06/14/2016 11:58 PM, frantisek holop wrote:
> ropers, 14 Jun 2016 03:37:
>>> the acer travelmate b115-m is an el cheapo netbook
>>> with no moving parts if you stick an ssd in it.
>>>
>>
>> Thanks for the addition and dmesg. Do you know if all the Travelmate B115's
>> are fanless or only the M m
X doesn't recognize the touchpad as clickpad automatically. Open
an X-terminal and enter
$ synclient ClickPad=1
This will enable click-and-drag/select actions with two fingers. For
emulating left-clicks with tapping, enter
$ synclient TapButton1=1
and for right-clicks with two-finger tappin
Hi, it might be that you are out of luck with your hardware. If
I'm not mistaken, it has a Cypress touchpad, which isn't supported.
On 05/06/2016 05:16 AM, Gabriel Guzman wrote:
> Hello misc@
>
> I have a Dell XPS 13 9333 that I recently installed OpenBSD on. For the
> most part everything runs
Hi,
the hardware driver for your touchpad model isn't up-to-date yet.
I believe it's not much that's missing, so maybe it will be changed
soon.
On 04/09/2016 05:24 AM, Joe Schillinger wrote:
> Hi,
>
> New OpenBSD user here, I decided to install OpenBSD 5.9 (now on -current) on
> my MacBook this
as ended, because the hardware sends a packet with all four
"coordinates" set to zero in this case, and this is what the patches
are about.
On 02/27/2015 08:40 PM, patrick keshishian wrote:
Hi,
On 2/26/15, Ulf Brosziewski wrote:
On 02/27/2015 03:31 AM, Ulf Brosziewski wrote:
...>
On 02/25/2015 11:53 PM, patrick keshishian wrote:
Hi,
On 2/25/15, joshua stein wrote:
On Tue, 24 Feb 2015 at 12:32:10 -0800, patrick keshishian wrote:
I'm noticing slight annoyance with recent update from 20141121
snapshot to 20150217.
My touchpad, while two-finger scrolling (up/down) someti
On 02/27/2015 03:31 AM, Ulf Brosziewski wrote:
...>
It might be that the following patch to wsmouse.c solves the problem
with the new version of wsconscomm. Tests would be welcome (I could
only verify that the patch does no harm to other touchpad types, i.e.,
Elantech-v4 and Alps Glidepo
On 02/26/2015 11:12 PM, patrick keshishian wrote:
On 2/26/15, Ulf Brosziewski wrote:
On 02/26/2015 06:06 PM, patrick keshishian wrote:
On 2/26/15, Ulf Brosziewski wrote:
On 02/26/2015 02:32 AM, patrick keshishian wrote:
On 2/25/15, Ulf Brosziewskiwrote:
...
Hi Patrick,
thanks for
On 02/26/2015 06:06 PM, patrick keshishian wrote:
On 2/26/15, Ulf Brosziewski wrote:
On 02/26/2015 02:32 AM, patrick keshishian wrote:
On 2/25/15, Ulf Brosziewski wrote:
...
Hi Patrick,
thanks for the reply. What I meant was this: There can be a (possibly
small) time interval between
On 02/26/2015 02:32 AM, patrick keshishian wrote:
On 2/25/15, Ulf Brosziewski wrote:
On 02/25/2015 11:53 PM, patrick keshishian wrote:
Hi,
On 2/25/15, joshua stein wrote:
On Tue, 24 Feb 2015 at 12:32:10 -0800, patrick keshishian wrote:
I'm noticing slight annoyance with recent u
On 02/25/2015 11:53 PM, patrick keshishian wrote:
Hi,
On 2/25/15, joshua stein wrote:
On Tue, 24 Feb 2015 at 12:32:10 -0800, patrick keshishian wrote:
I'm noticing slight annoyance with recent update from 20141121
snapshot to 20150217.
My touchpad, while two-finger scrolling (up/down) someti
On Fri, 16 May 2008 21:03:17 -0300
"John Nietzsche" <[EMAIL PROTECTED]> wrote:
> Dear users,
>
> i would like to add support for java on my 4.3 openbsd
> desktop. Has anybody already done so? May you point a url
> where i could download the package(s) from?
As others have pointed out, instructio
box you don't
put together yourself, can be a much harder experience.
- Ulf
t know if it has any relevance but (similar?) problems with
Western Digital 'MyBook' usb drives has been reported on FreeBSD 6.1
(patched and solved?). http://www.freebsd.org/cgi/query-pr.cgi?pr=99419
- Ulf
aintain the system
anyway? I am new to OpenBSD and I do find most things a little difficult.
Installation was the easy part :-)
- Ulf
63 matches
Mail list logo