Gentoo Archives: gentoo-user-es

From: "Julián Yuste" <jyuste09@×××.com>
To: Lista de correo Gentoo <gentoo-user-es@g.o>
Subject: Re: [gentoo-user-es] Compilando el 2.6.0-test9
Date: Sat, 22 Nov 2003 14:28:48
Message-Id: 1069511316.3618.11.camel@Laptop
In Reply to: Re: [gentoo-user-es] Compilando el 2.6.0-test9 by "Carlos Jiménez"
1 Veamos, yo estoy usando un raton USB con un acer travelmate 290
2 (procesador centrino)
3
4 Un dmesg |grep -i usb muestra esto:
5
6
7 drivers/usb/core/usb.c: registered new driver usbfs
8 drivers/usb/core/usb.c: registered new driver hub
9 ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus
10 number 1
11 ehci_hcd 0000:00:1d.7: USB 2.0 enabled, EHCI 1.00, driver
12 2003-Jun-13
13 hub 1-0:1.0: USB hub found
14 drivers/usb/host/uhci-hcd.c: USB Universal Host Controller
15 Interface driver v2.1
16 uhci-hcd 0000:00:1d.0: new USB bus registered, assigned bus
17 number 2
18 hub 2-0:1.0: USB hub found
19 uhci-hcd 0000:00:1d.1: new USB bus registered, assigned bus
20 number 3
21 hub 3-0:1.0: USB hub found
22 uhci-hcd 0000:00:1d.2: new USB bus registered, assigned bus
23 number 4
24 hub 4-0:1.0: USB hub found
25 drivers/usb/core/usb.c: registered new driver hiddev
26 drivers/usb/core/usb.c: registered new driver hid
27 drivers/usb/input/hid-core.c: v2.0:USB HID core driver
28 hub 2-0:1.0: new USB device on port 1, assigned address 2
29 input: USB HID v1.00 Mouse [Cypress Sem Cypress USB Mouse] on
30 usb-0000:00:1d.0-1
31
32
33 Tengo seleccionado en el kernel:
34
35 Device Drivers --->
36 Input device support --->
37 (1024) Horizontal screen resolution
38 (768) Vertical screen resolution
39 [*] Mice
40 USB support --->
41 <*> Support for USB
42 [*] USB device filesystem
43 <*> EHCI HCD (USB 2.0) support
44 <*> UHCI HCD (most Intel and VIA) support
45 <*> USB Human Interface Device (full HID) support
46 [*] HID input layer support
47 [*] /dev/hiddev raw HID device support
48
49 Eso es todo, la configuracion para las X es:
50
51 Touchpad:
52
53 Section "InputDevice"
54 Identifier "touchpad"
55 Driver "mouse"
56 # Option "CorePointer"
57 Option "Device" "/dev/psaux"
58 Option "Protocol" "PS/2"
59 Option "Emulate3Buttons" "true"
60 Option "ZAxisMapping" "4 5"
61 EndSection
62
63 Usb:
64 Section "InputDevice"
65 Identifier "ratonusb"
66 Driver "mouse"
67 #Option "SendCoreEvents" "true"
68 Option "Device" "/dev/input/mice"
69 Option "Protocol" "ImPS/2"
70 Option "Emulate3Buttons" "false"
71 Option "ZAxisMapping" "4 5"
72 EndSection
73
74
75
76 Section "ServerLayout"
77 Identifier "Default Layout"
78 Screen "Default Screen"
79 InputDevice "Generic Keyboard"
80 InputDevice "touchpad" "CorePointer"
81 InputDevice "ratonusb" "SendCoreEvents"
82 EndSection
83
84 Con esta configuracion puedes usar tanto uno como otro.
85
86 Espero serte de ayuda.

Replies

Subject Author
Re: [gentoo-user-es] Compilando el 2.6.0-test9 "Carlos Jiménez" <lordeath@××××××××××.net>