Hi everyone.
i have some problems with Backtrack, the synaptics touchpad .mo (of slax) dont work!!
i have a Notebook HP 500, somebody can help me?
Here my /etc/X11/xorg.conf
Code:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "TouchPad"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "record"
Load "xtrap"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "ZAxisMapping" "4 5"
Option "Buttons" "3"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "InputDevice"
Identifier "TouchPad"
Driver "synaptics"
Option "AlwaysCore"
Option "Device" "/dev/input/event3"
Option "Protocol" "event"
Option "MaxTapTime" "0"
Option "SHMConfig" "on"
Option "Emulate3Buttons" "on"
EndSection
Code:
Section "Monitor"
Identifier "Monitor0"
VendorName "LPL"
ModelName "8d00"
EndSection
Section "Device"
Identifier "Card0"
Driver "i810"
VendorName "Intel Corporation"
BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
And " lsmod"
Module Size Used by
i915 21120 1
drm 70300 2 i915
ipv6 227680 10
snd_seq_dummy 3084 0
snd_seq_oss 30720 0
snd_seq_midi_event 5888 1 snd_seq_oss
snd_seq 44016 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 6668 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 42048 0
snd_mixer_oss 15232 2 snd_pcm_oss
capability 3468 0
commoncap 5376 1 capability
fuse 38804 0
eepro100 27328 0
lp 9928 0
parport_pc 24548 0
parport 30408 2 lp,parport_pc
psmouse 35616 0
pcmcia 31272 0
uhci_hcd 21140 0
ipw2200 139112 0
snd_intel8x0 29636 3
snd_ac97_codec 95276 1 snd_intel8x0
ac97_bus 2176 1 snd_ac97_codec
snd_pcm 68752 4 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
snd_timer 19336 3 snd_seq,snd_pcm
pcspkr 2432 0
ieee80211 30408 1 ipw2200
ieee80211_crypt 4480 1 ieee80211
snd 44644 12 snd_seq_dummy,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
soundcore 5984 2 snd
snd_page_alloc 7816 2 snd_intel8x0,snd_pcm
ata_generic 5256 0
intel_agp 21148 1
agpgart 27952 3 drm,intel_agp
yenta_socket 24476 1
rsrc_nonstatic 11276 1 yenta_socket
iTCO_wdt 9256 0
pcmcia_core 34488 3 pcmcia,yenta_socket,rsrc_nonstatic
e100 31632 0
iTCO_vendor_support 3720 1 iTCO_wdt
ehci_hcd 29336 0
mii 4992 2 eepro100,e100
evdev 8320 0
and .......
Code:
bt ~ # ls /dev/input/
event0 event2 event4 event6 mouse0
event1 event3 event5 mice mouse1
Thanks, peace out.