Synaptics (Do not work !!!)

Sabayon, Calculate, Funtoo, Exherbo

Модератор: /dev/random

Аватара пользователя
Thoth
Сообщения: 432
Статус: Хорошему коту и в декабре март.
ОС: gentoo only !!!

Synaptics

Сообщение Thoth »

Пользовался вот этим : http://gentoo-wiki.com/HARDWARE_Synaptics_Touchpad

вот xorg.conf

Section "Module"
Load "dbe"
Load "synaptics"
Load "freetype"
Load "glx"
EndSection

Section "Files"

FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/Type1"

EndSection

Section "ServerFlags"
#NO
EndSection

Section "InputDevice"

Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "thinkpad"
Option "XkbLayout" "us"

EndSection

Section "InputDevice"
Driver "synaptics"
Identifier "TouchPad" #"AlwaysCore" // и тут ошибка если активирую "AlwaysCore"
Option "Device" "/dev/input/mouse0"
Option "Protocol" "auto-dev"
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" "on"
EndSection

Section "Monitor"

Identifier "My Monitor"
HorizSync 31.5 - 48.5
VertRefresh 50-70

EndSection

Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"
Driver "vga"

EndSection

Section "Device"

Identifier "** ATI Radeon (generic) [radeon]"
Driver "radeon"
#VideoRam 32768
# Insert Clocks lines here if appropriate

EndSection

Section "Screen"
Identifier "Screen 1"
Device "** ATI Radeon (generic) [radeon]"
Monitor "My Monitor"
DefaultDepth 24

Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection

Section "ServerLayout"

Identifier "Simple Layout"
Screen "Screen 1"
# InputDevice "Mouse0" "CorePointer" // на этой строчке ошибка !!!
InputDevice "Keyboard1" "CoreKeyboard"

EndSection

вот вывод # cat /proc/bus/input/devices

I: Bus=0011 Vendor=0001 Product=0001 Version=ab54
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
S: Sysfs=/class/input/input0
H: Handlers=kbd event0
B: EV=120013
B: KEY=4 2000000 3802078 f840d001 f2ffffdf ffefffff ffffffff fffffffe
B: MSC=10
B: LED=7

I: Bus=0011 Vendor=0002 Product=0007 Version=0000 // Это то что надо ????
N: Name="SynPS/2 Synaptics TouchPad"
P: Phys=isa0060/serio1/input0
S: Sysfs=/class/input/input1
H: Handlers=mouse0 event1
B: EV=b
B: KEY=6420 0 70000 0 0 0 0 0 0 0 0
B: ABS=11000003

I: Bus=0003 Vendor=0f62 Product=1001 Version=0001
N: Name="Acrox USB & PS/2 Mouse"
P: Phys=usb-0000:00:1d.1-2/input0
S: Sysfs=/class/input/input2
H: Handlers=mouse1 event2
B: EV=7
B: KEY=1f0000 0 0 0 0 0 0 0 0
B: REL=103

I: Bus=0000 Vendor=0000 Product=0000 Version=0000
N: Name="hdaps"
P: Phys=
S: Sysfs=/class/input/input3
H: Handlers=event3
B: EV=9
B: ABS=3

I: Bus=0011 Vendor=0002 Product=000a Version=0000
N: Name="TPPS/2 IBM TrackPoint"
P: Phys=synaptics-pt/serio0/input0
S: Sysfs=/class/input/input4
H: Handlers=mouse2 event4
B: EV=7
B: KEY=70000 0 0 0 0 0 0 0 0
B: REL=3


Вообщем прошу помочь так как у сомого не получается .......
П.С. кстати в ядре все активированно так как написано в wiki.

Section "ServerLayout"

Identifier "Simple Layout"
Screen "Screen 1"
# InputDevice "Mouse0" "CorePointer" // на этой строчке ошибка !!!
InputDevice "Keyboard1" "CoreKeyboard"

EndSection

A если здесь пишу так : InputDevice "Touchpad" "CorePointer"
то тогда мышь usb и мышь на клаве ( маленькая красная пимпочка на клавиатуре ) не работают ...........
:( :( :( :(
ГГГента vanilla-sources + some patchs, kde real-base only,GNU emacs
Юзаю gentoo патаму шта он рудит нипадецки, а всё астальное ацтой.
лапоть: OpenSuse-10.2
Спасибо сказали:
Аватара пользователя
Thoth
Сообщения: 432
Статус: Хорошему коту и в декабре март.
ОС: gentoo only !!!

Re: Synaptics

Сообщение Thoth »

Усе решилось так :
добавил вот это в xorg.conf :

Section "InputDevice"

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto" # Auto detect
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
Option "Emulate3Buttons"

EndSection

a так же :

Section "ServerLayout"

Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Touchpad" "CorePointer" // ------- это и,
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "SendCoreEvents" // ---------- это .

EndSection
ГГГента vanilla-sources + some patchs, kde real-base only,GNU emacs
Юзаю gentoo патаму шта он рудит нипадецки, а всё астальное ацтой.
лапоть: OpenSuse-10.2
Спасибо сказали:
Аватара пользователя
Sirx
Сообщения: 167
ОС: Ubuntu 9.04, Gentoo 2008.0

Re: Synaptics

Сообщение Sirx »

Thoth писал(а):
23.05.2006 00:54
Пользовался вот этим : http://gentoo-wiki.com/HARDWARE_Synaptics_Touchpad

вот xorg.conf

Вообщем прошу помочь так как у сомого не получается .......
П.С. кстати в ядре все активированно так как написано в wiki.


Устройство надо указывать как /dev/input/mice.
По крайней мере у меня на ноуте таким макаром работает.
Спасибо сказали: