[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: problemas con touchpad en mi portatil dell



BasaBuru <basaburu@basatu.org> escribió:
El Jueves, 28 de Febrero de 2008 18:23:58 Gerardo Castillo escribió:

> Section "InputDevice"
> Identifier "Configured Mouse"
> Driver "mouse"
> Option "CorePointer"
> Option "Device" "/dev/psaux"
> Option "Protocol" "ImPS/2"
> EndSection
>
> Section "InputDevice"
> Identifier "Synaptics Touchpad"
> Driver "synaptics"
> Option "SendCoreEvents" "true"
> Option "Device" "/dev/psaux"
> Option "Protocol" "auto-dev"
> Option "HorizScrollDelta" "0"
> Option "SHMConfig" "on"
> EndSection

declaras dos veces el device /dev/psaux

De todas formas sería mejor que los devices los declares por sus inputs.

cat /proc/bus/input/devices

Te debería decir algo como esto:

I: Bus=0011 Vendor=0002 Product=0008 Version=7321
N: Name="AlpsPS/2 ALPS GlidePoint"
P: Phys=isa0060/serio4/input0
S: Sysfs=/class/input/input7
U: Uniq=
H: Handlers=mouse2 event7
B: EV=f
B: KEY=420 70000 0 0 0 0
B: REL=3
B: ABS=1000003

puedes referirte al dispositivo como mouse2

Option "Device" "/dev/input/mouse2"

Un saludo

BasaBuru


Hola, hice un cat /proc/bus/input/devices y me da esto:
I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
S: Sysfs=/devices/platform/i8042/serio0/input/input0
U: Uniq=
H: Handlers=kbd event0
B: EV=120013
B: KEY=4 2000000 3803078 f800d001 feffffdf ffefffff ffffffff fffffffe
B: MSC=10
B: LED=7

I: Bus=0003 Vendor=0a5c Product=4502 Version=0111
N: Name="Broadcom Corp"
P: Phys=usb-0000:00:1d.2-2.2/input0
S: Sysfs=/devices/pci0000:00/0000:00:1d.2/usb5/5-2/5-2.2/5-2.2:1.0/input/input3
U: Uniq=
H: Handlers=kbd event1
B: EV=120013
B: KEY=10000 7 ff800000 7ff febeffdf f3cfffff ffffffff fffffffe
B: MSC=10
B: LED=7

I: Bus=0003 Vendor=0a5c Product=4503 Version=0111
N: Name="Broadcom Corp"
P: Phys=usb-0000:00:1d.2-2.3/input0
S: Sysfs=/devices/pci0000:00/0000:00:1d.2/usb5/5-2/5-2.3/5-2.3:1.0/input/input4
U: Uniq=
H: Handlers=mouse0 event2
B: EV=17
B: KEY=70000 0 0 0 0 0 0 0 0
B: REL=3
B: MSC=10

I: Bus=0019 Vendor=0000 Product=0005 Version=0000
N: Name="Lid Switch"
P: Phys=PNP0C0D/button/input0
S: Sysfs=/devices/virtual/input/input5
U: Uniq=
H: Handlers=event3
B: EV=21
B: SW=1

I: Bus=0019 Vendor=0000 Product=0001 Version=0000
N: Name="Power Button (CM)"
P: Phys=PNP0C0C/button/input0
S: Sysfs=/devices/virtual/input/input6
U: Uniq=
H: Handlers=kbd event4
B: EV=3
B: KEY=100000 0 0 0

I: Bus=0019 Vendor=0000 Product=0003 Version=0000
N: Name="Sleep Button (CM)"
P: Phys=PNP0C0E/button/input0
S: Sysfs=/devices/virtual/input/input7
U: Uniq=
H: Handlers=kbd event5
B: EV=3
B: KEY=4000 0 0 0 0

intenté Option "Device" "/dev/input/mouse2"

en en "Configured Mouse" como en "Synaptics Touchpad" pero nada.. no me funciona..
por su puesto reinicié las Xs con /etc/init.d/gdm restart luego de la edición del xorg.conf..

que estoy haciendo mal?

gracias...



¡Capacidad ilimitada de almacenamiento en tu correo!
No te preocupes más por el espacio de tu cuenta con Correo Yahoo!:
http://correo.yahoo.com.mx/

Reply to: