|
Other BSD and UNIX/UNIX-like Any other flavour of BSD or UNIX that does not have a section of its own. |
|
Thread Tools | Display Modes |
|
|||
The GhostBSD wiki has some results for touchpad configuration:
https://wiki.ghostbsd.org/index.php?...ulltext=Search Have you seen https://forums.freebsd.org/threads/x...ad-xorg.70368/ ?
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump Last edited by J65nko; 20th March 2024 at 01:02 AM. |
|
||||
[SOLUTION]
All I needed to do was create a directory xorg.conf.d in /etc/X11 and inside that directory create a file called 30-touchpad.conf
And simply paste this inside the file Code:
Section "InputClass" Identifier "touchpad" Driver "libinput" MatchIsTouchpad "on" Option "Tapping" "on" Option "TappingButtonMap" "lmr" EndSection Last edited by BingWithLessSandwich; 6th April 2024 at 07:09 AM. |
|
|||
Where/how did you find this solution?
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump |
|
||||
I don't actually remember where and how I got the solution, only thing I can remember is that I was trying to fix an unrelated issue that was my Intel GPU screen tearing and I found it by freak accident. I got it from either FreeBSD wiki or FreeBSD forum I do not know remember sorry
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
New version of GhostBSD | bsd-keith | FreeBSD General | 1 | 13th November 2023 03:48 PM |
Trackpad Sensitivity - HP Probook 2012 model | Entropic | OpenBSD General | 3 | 14th December 2022 03:04 PM |
Apple Trackpad 2 | Prevet | OpenBSD General | 0 | 17th April 2018 07:57 AM |
GhostBSD 2.5 available with GNOME or LXDE | J65nko | News | 5 | 26th January 2012 05:43 PM |
GhostBSD 2.0 Release. | fossala | News | 7 | 15th March 2011 07:06 AM |