DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD General

OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 26th November 2021
Zielonykid123 Zielonykid123 is offline
Fdisk Soldier
 
Join Date: Nov 2021
Posts: 69
Default Enable touchpad tapping on Xorg session

I need touchpad tapping, is it even possible on OpenBSD? I can see /dev/wsmouse, /dev/wsmouse0 and /dev/wsmouse1 in `xinput` command output.
Reply With Quote
  #2   (View Single Post)  
Old 26th November 2021
marek
-Guest-
 
Posts: n/a
Default

doas nano /etc/wsconsctl.conf

mouse.tp.tapping=1

Reboot.
Reply With Quote
  #3   (View Single Post)  
Old 27th November 2021
Zielonykid123 Zielonykid123 is offline
Fdisk Soldier
 
Join Date: Nov 2021
Posts: 69
Default

Quote:
Originally Posted by marek View Post
doas nano /etc/wsconsctl.conf

mouse.tp.tapping=1

Reboot.
Thank you, it's really helpful.
Reply With Quote
  #4   (View Single Post)  
Old 27th November 2021
Head_on_a_Stick's Avatar
Head_on_a_Stick Head_on_a_Stick is offline
Real Name: Matthew
Bitchy Nerd Elitist
 
Join Date: Dec 2015
Location: London
Posts: 461
Default

You could have used
Code:
apropos wsmouse
Then
Code:
man wsmouse
Which would have told you
Quote:
The wsmouse driver provides a number of ioctl functions to control various parameters (see /usr/include/dev/wscons/wsconsio.h). The wsconsctl(8) utility gives access to these variables.
So then
Code:
man wsconsctl
Which would have let you solve the problem without ever having to start a thread and wait for an answer.

The documentation in OpenBSD is peerless, you really should learn how to use it
__________________
Are you infected with Wetiko?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Xorg right click with touchpad psypro OpenBSD General 30 30th October 2016 10:14 PM
X session errors darif OpenBSD General 6 2nd August 2016 10:54 AM
xorg.conf doesn't exist & I want to keep record of my working Xorg setting daemonfowl OpenBSD General 14 28th August 2012 01:13 AM
gnome session dennky OpenBSD Packages and Ports 1 14th January 2010 03:28 PM
rtorrent: Could not lock session directory: "/Torrents/Downloading/rtorrent.session/ mfaridi FreeBSD Ports and Packages 2 26th November 2008 06:47 AM


All times are GMT. The time now is 02:38 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick