Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Apr 2007 08:30:57 +0400
From:      sanya-spb@list.ru
To:        freebsd-questions@freebsd.org
Cc:        Firas Kraiem <fkraiem@enib.fr>
Subject:   Re: Synaptics touchpad and FBSD 6.2-R
Message-ID:  <200704170830.58284.sanya-spb@list.ru>
In-Reply-To: <20070416230250.ixwirhd8vu8sgk0w@imp.enib.fr>
References:  <20070416230250.ixwirhd8vu8sgk0w@imp.enib.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
=F7 =D3=CF=CF=C2=DD=C5=CE=C9=C9 =CF=D4 Tuesday 17 April 2007 01:02:50 Firas=
 Kraiem =CE=C1=D0=C9=D3=C1=CC(=C1):
> Greetings
>
> I have an Asus A6JM laptop with FBSD 6.2-RELEASE installed on it. The
> touchpad is recognized very well (tapping and scrolling work
> perfectly) but I'd like to be able to toggle in on/off with just a
> keystroke. In Linux, I add an InputDevice section about it in my
> xorg.conf and I use ksynaptics to manage the touchpad. In FBSD, I have
> installed ksynaptics but I have no idea what I should do with my
> xorg.conf and Google didn't help much.
>
> Any help, or even pointing to the right direction would be much
> appreciated.
>
> Firas

hi
You need to install "ports/x11-servers/synaptics/"
and add some strings in your xorg.conf
#=3D=3D=3D=3Dxorg.conf=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Section "Module"
=2E..
	Load  "synaptics"
EndSection

Section "InputDevice"
        Driver          "synaptics"
        Identifier      "TouchPad"
        Option  "Device"        "/dev/psm0"
#       Option  "Device"        "/dev/sysmouse"
        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  "MinSpeed"      "0.09"
        Option  "MaxSpeed"      "0.18"
        Option  "AccelFactor"   "0.0015"
        Option  "ShmConfig"     "true"
EndSection

Section "ServerLayout"
=2E..
        InputDevice    "TouchPad" "CorePointer"
EndSection
#=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

this is my fujitsu life book config, but also I turn off moused from console
#=3D=3D=3D=3D=3Drc.conf=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
=2E..
moused_enable=3D"NO"
#=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704170830.58284.sanya-spb>