/etc/X11/XF86Config の 内容です。抜粋 mouse の 部分のみ
Linux から lx:~# less /mnt/etc/X11/XF86Config なんぞ で 見る事 可能
Section "InputDevice"
# Identifier and driver
    Identifier  "Mouse1"
    Driver      "mouse"
#    Option "Protocol"    "PS/2"
    Option "Protocol" "auto"
    Option "Device"      "/dev/mouse"
    Option "buttons" "5"
# Mouse-speed setting for PS/2 mouse.
#    Option "Resolution"        "256"
# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.
#    Option "Protocol"  "Xqueue"
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.
#    Option "BaudRate"  "9600"
#    Option "SampleRate"        "150"
# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"
# ChordMiddle is an option for some 3-button Logitech mice
#    Option "ChordMiddle"
EndSection
/etc/X11/XF86Config の 内容です。抜粋 mouse の 部分のみ
取り敢えず 動いている 暫定版 です。 [ Option "Emulate3Buttons" ]は そ のままにしてありますが?ぶちゃげた 話 rc.conf と XF86Config 両方 必要 どちらかで いいのか 調査していないのです。追い追い と いうことです。拝!