1.2, Одмин (?), 14:24, 10/03/2009 [ответить] [↓] [к модератору]
| +/– |
есть ещё gsynaptic (или как там оно называется). Эта штука на лету умееет параметры менять.
| |
1.4, NicK (?), 11:23, 11/03/2009 [ответить] [к модератору]
| +/– |
>А как в hal реализовать?
Вот таким образом:
sudo vim /etc/hal/fdi/policy/touchpad.fdi
<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
<device>
<match key="info.capabilities" contains="input.touchpad">
<merge key="input.x11_driver" type="string">synaptics</merge>
<merge key="input.x11_options.MinSpeed" type="string">0</merge>
<merge key="input.x11_options.MaxSpeed" type="string">1.10</merge>
<merge key="input.x11_options.AccelFactor" type="string">0.04</merge>
<merge key="input.x11_options.RTCornerButton" type="string">3</merge>
<merge key="input.x11_options.RBCornerButton" type="string">2</merge>
<merge key="input.x11_options.TapButton1" type="string">1</merge>
<merge key="input.x11_options.TapButton2" type="string">2</merge>
<merge key="input.x11_options.TapButton3" type="string">3</merge>
<merge key="input.x11_options.VertTwoFingerScroll" type="string">1</merge>
<merge key="input.x11_options.VertScrollDelta" type="string">15</merge>
<merge key="input.x11_options.HorizTwoFingerScroll" type="string">1</merge>
<merge key="input.x11_options.HorizScrollDelta" type="string">15</merge>
<merge key="input.x11_options.SendCoreEvents" type="string">true</merge>
<merge key="input.x11_options.Emulate3Buttons" type="string">yes</merge>
<merge key="input.x11_options.SHMConfig" type="string">true</merge>
</match>
</device>
</deviceinfo>
| |
1.5, ananizmous (?), 14:13, 11/03/2009 [ответить] [к модератору]
| +/– |
вопрос не в тему немного,
но может кто пояснит....
от чего у меня тачпад понимает 2-3 пальца (средняя и правая кнопки) и прокрутку (вертикальную) без всяких синаптиксов? определяется он так: input: ImPS/2 Logitech Wheel Mouse as /devices/platform/i8042/serio4/input/input6
спасибо
| |
|
2.6, pavlinux (ok), 03:25, 13/03/2009 [^] [^^] [^^^] [ответить] [к модератору]
| +/– |
У Вас Дежа Вю :) Вы с начала, тут прочли, потом настроили,
потом опять прочли и удивились, что у вас и так все работает :)
| |
|
3.8, ananizmous (?), 20:06, 16/03/2009 [^] [^^] [^^^] [ответить] [к модератору]
| +/– |
не-не-не
вот что в хорг.цонф
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/input/mice"
EndSection
и все прокрутко/тычки работают...
| |
|
|
|