new-install

Notes on OS intalls
git clone https://git.bracken.jp/new-install.git
Log | Files | Refs | LICENSE

commit 84d01fb23042c5ecd322fcbd88950e4fba7addc0
parent 4246efdb44df7f1c7f87efb6f566bc97c1ef5e91
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon,  4 May 2020 13:22:51 -0700

FreeBSD: configure natural scrolling in Xorg

Diffstat:
Mfreebsd_install.md | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/freebsd_install.md b/freebsd_install.md @@ -338,6 +338,18 @@ In some instances, this seems to result in a kernel panic. If that happens, install DRM from the `graphics/drm-kmod` port in the ports tree. +To configure natural scrolling, create the file +`/usr/local/etc/X11/xorg.conf.d/mouse.conf` with the following contents: + + Section "InputDevice" + Identifier "Mouse1" + Driver "mouse" + Option "Protocol" "auto" + Option "Device" "/dev/sysmouse" + Option "Buttons" "5" + Option "ZAxisMapping" "4 5" + EndSection + Install fonts: sudo pkg install webfonts