=============================================================================== * SETUP NOTE * SETUP NOTE * o Please remove ${X11BASE}/lib/modules/input/synaptics_drv.so manually, If you have installed synaptics-0.14.4_1. I forgot to chase pkg-plist on 0.14.4_1. o Add boot time tunable to /boot/loader.conf. Set hw.psm.synaptics_support=1 and shutdown -r now! /boot/loader.conf --------------------------------- hw.psm.synaptics_support=1 --------------------------------------------------- o Don't run moused(8) daemon. Dont' set moused_enable="YES" in /etc/rc.conf. /etc/rc.conf -------------------------------------- moused_enable="NO" --------------------------------------------------- o Set your /etc/xorg.conf (or /etc/XF86Config) Adopt your environment. This is a sample configration, and following setting is mine. You may want to change the values of *Edge and *Delta. *NOTE* Please disable your existing "CorePointer" in "ServerLayout" section, only use "Synaptics_Touchpad" CorePointer. /etc/xorg.conf (or /etc/XF86Config) --------------- : Section "Module" : Load "synaptics" EndSection Section "ServerLayout" : # InputDevice "Standard_PS/2_Mouse" "CorePointer" InputDevice "Synaptics_Touchpad" "CorePointer" EndSection Section "InputDevice" Identifier "Synaptics_Touchpad" Driver "synaptics" Option "Device" "/dev/psm0" Option "Protocol" "psm" Option "LeftEdge" "1700" Option "RightEdge" "5300" Option "TopEdge" "1700" Option "BottomEdge" "4200" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "VertScrollDelta" "100" Option "HorizScrollDelta" "100" Option "MinSpeed" "0.06" Option "MaxSpeed" "0.06" Option "AccelFactor" "0.0010" Option "ScrollButtonRepeat" "100" Option "UpDownScrolling" "on" Option "UpDownRepeat" "on" Option "LeftRightScrolling" "on" Option "LeftRightRepeat" "on" # "SHMConfig on" seems good works with synclient(1). But this # options is insecure. I recommended "off" as default. Option "SHMConfig" "off" # If you use circular touchpad, uncomment them. # Option "CircularPad" "on" # Option "CircularScrolling" "on" # Option "CircScrollDelta" "0.5" EndSection : /etc/xorg.conf (or /etc/XF86Config) --------------- =============================================================================== s/minimist-1.2.2'>dependabot/npm_and_yarn/devel/electron4/files/minimist-1.2.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/games/pipenightdreams
Commit message (Expand)AuthorAgeFilesLines
* Remove USE_REINPLACE for categories starting with a Gedwin2006-05-081-1/+0
* Reset markp due to lack of response to email and maintainer-timeouts.linimon2006-04-151-1/+1
* SHA256ifyedwin2006-01-221-0/+1
* Unbreak with new GCC by fixing bad C++ code.anholt2005-04-2412-4/+197
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
* Chase library bump of libSDL-1.1 for all ports which were dependingedwin2004-03-161-1/+1
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-04