Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Ayuda para configurar Touchpad
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
ivn31
n00b
n00b


Joined: 06 Mar 2015
Posts: 3

PostPosted: Sat Mar 28, 2015 12:27 am    Post subject: Ayuda para configurar Touchpad Reply with quote

Hola, soy un nuevo usuario de Gentoo y un antiguo usuario de linux. Tengo problemas para configurar el touchpad de mi Acer Aspire E5-571-56UQ. En otras distro me funciona por defecto

Al ejecutar syncliente me muestra:

Code:
Couldn't find synaptics properties. No synaptics driver loaded?



Y xinput:

Code:
⎡ Virtual core pointer                       id=2   [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                 id=4   [slave  pointer  (2)]
⎜   ↳ Microsoft Microsoft® Nano Transceiver v1.0   id=11   [slave  pointer  (2)]
⎜   ↳ Microsoft Microsoft® Nano Transceiver v1.0   id=12   [slave  pointer  (2)]
⎣ Virtual core keyboard                      id=3   [master keyboard (2)]
    ↳ Virtual core XTEST keyboard                id=5   [slave  keyboard (3)]
    ↳ Power Button                               id=6   [slave  keyboard (3)]
    ↳ Video Bus                                  id=7   [slave  keyboard (3)]
    ↳ Power Button                               id=8   [slave  keyboard (3)]
    ↳ Sleep Button                               id=9   [slave  keyboard (3)]
    ↳ Microsoft Microsoft® Nano Transceiver v1.0   id=10   [slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard               id=13   [slave  keyboard (3)]
    ↳ Acer WMI hotkeys                           id=14   [slave  keyboard (3)]


Creo que el problema es que no cargue el modulo correcto al compilar el kernel, pero no estoy seguro
Back to top
View user's profile Send private message
Arctic
Apprentice
Apprentice


Joined: 04 Jul 2011
Posts: 207

PostPosted: Sat Mar 28, 2015 5:19 pm    Post subject: Reply with quote

¿Has seguido esta guía?

https://wiki.gentoo.org/wiki/Synaptics

El kernel supongo que debería estar bien de forma predeterminada, mas bien creo que cuando emergiste xorg-server tu make.conf no contenía esta linea:

Code:
INPUT_DEVICES="synaptics evdev"


Tambien puedes emerger el paquete a mano:

Code:
xf86-input-synaptics


Salu2
_________________
ln -s /user/artic /user/arctic
Back to top
View user's profile Send private message
ivn31
n00b
n00b


Joined: 06 Mar 2015
Posts: 3

PostPosted: Sat Mar 28, 2015 5:42 pm    Post subject: Reply with quote

Hola, gracias por responder. Si, segui esa guia cuando configure el kernel, tambien tenia activado "Synaptics"en el make.conf cuando compile y el paquete que citaste ya esta instalado en mi sistema
Back to top
View user's profile Send private message
Arctic
Apprentice
Apprentice


Joined: 04 Jul 2011
Posts: 207

PostPosted: Sat Mar 28, 2015 5:51 pm    Post subject: Reply with quote

¿En el log de las X, que error te muestra?

Si ves que no te carga el módulo synaptic, mételo temporalmente en /etc/X11/xorg.conf y vuelve a probar, aunque debería leer todos lo ficheros de /etc/X11/xorg.conf.d/

Supongo que estas lineas también están incluidas

Code:
INPUT_DEVICES="evdev keyboard mouse synaptic"


se corresponden a:

Code:
xf86-input-mouse
xf86-input-keyboard
xf86-input-evdev

_________________
ln -s /user/artic /user/arctic
Back to top
View user's profile Send private message
ivn31
n00b
n00b


Joined: 06 Mar 2015
Posts: 3

PostPosted: Wed Apr 08, 2015 2:03 am    Post subject: Reply with quote

El log de las X me da
Code:
[    15.143]
X.Org X Server 1.17.1
Release Date: 2015-02-10
[    15.143] X Protocol Version 11, Revision 0
[    15.143] Build Operating System: Linux 3.18.3-ck x86_64 Gentoo
[    15.143] Current Operating System: Linux ivan-gentoo 3.18.3-ck #1 SMP Thu Mar 12 23:01:23 VET 2015 x86_64
[    15.144] Kernel command line: root=PARTUUID=5e4d62a0-7c43-4edc-9cb1-ea8b5a6c448d ro
[    15.144] Build Date: 13 March 2015  01:43:41AM
[    15.144] 
[    15.144] Current version of pixman: 0.32.6
[    15.144]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[    15.144] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    15.144] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr  6 17:55:18 2015
[    15.194] (==) Using config file: "/etc/X11/xorg.conf"
[    15.194] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    15.194] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    15.261] (==) No Layout section.  Using the first Screen section.
[    15.261] (==) No screen section available. Using defaults.
[    15.261] (**) |-->Screen "Default Screen Section" (0)
[    15.261] (**) |   |-->Monitor "<default monitor>"
[    15.261] (==) No monitor specified for screen "Default Screen Section".
   Using a default monitor configuration.
[    15.261] (==) Automatically adding devices
[    15.261] (==) Automatically enabling devices
[    15.261] (==) Automatically adding GPU devices
[    15.294] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[    15.294]    Entry deleted from font path.
[    15.294] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    15.294]    Entry deleted from font path.
[    15.294] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    15.294]    Entry deleted from font path.
[    15.301] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[    15.301]    Entry deleted from font path.
[    15.301]    (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[    15.301] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[    15.301]    Entry deleted from font path.
[    15.301]    (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[    15.301] (==) FontPath set to:
   /usr/share/fonts/misc/
[    15.301] (==) ModulePath set to "/usr/lib64/xorg/modules"
[    15.301] (II) The server relies on udev to provide the list of input devices.
   If no devices become available, reconfigure udev or disable AutoAddDevices.
[    15.301] (II) Loader magic: 0x80ec80
[    15.301] (II) Module ABI versions:
[    15.301]    X.Org ANSI C Emulation: 0.4
[    15.301]    X.Org Video Driver: 19.0
[    15.301]    X.Org XInput driver : 21.0
[    15.301]    X.Org Server Extension : 9.0
[    15.301] (II) xfree86: Adding drm device (/dev/dri/card0)
[    15.530] (--) PCI:*(0:0:2:0) 8086:0a16:1025:0866 rev 11, Mem @ 0xb0000000/4194304, 0xa0000000/268435456, I/O @ 0x00004000/64
[    15.530] (II) LoadModule: "glx"
[    15.560] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[    15.672] (II) Module glx: vendor="X.Org Foundation"
[    15.672]    compiled for 1.17.1, module version = 1.0.0
[    15.672]    ABI class: X.Org Server Extension, version 9.0
[    15.672] (==) AIGLX enabled
[    15.672] (==) Matched intel as autoconfigured driver 0
[    15.672] (==) Matched intel as autoconfigured driver 1
[    15.672] (==) Matched modesetting as autoconfigured driver 2
[    15.672] (==) Matched fbdev as autoconfigured driver 3
[    15.672] (==) Matched vesa as autoconfigured driver 4
[    15.672] (==) Assigned the driver to the xf86ConfigLayout
[    15.672] (II) LoadModule: "intel"
[    15.672] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[    15.697] (II) Module intel: vendor="X.Org Foundation"
[    15.697]    compiled for 1.17.1, module version = 2.99.917
[    15.697]    Module class: X.Org Video Driver
[    15.697]    ABI class: X.Org Video Driver, version 19.0
[    15.697] (II) LoadModule: "modesetting"
[    15.697] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[    15.708] (II) Module modesetting: vendor="X.Org Foundation"
[    15.708]    compiled for 1.17.1, module version = 1.17.1
[    15.708]    Module class: X.Org Video Driver
[    15.708]    ABI class: X.Org Video Driver, version 19.0
[    15.708] (II) LoadModule: "fbdev"
[    15.708] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so
[    15.716] (II) Module fbdev: vendor="X.Org Foundation"
[    15.716]    compiled for 1.17.1, module version = 0.4.4
[    15.716]    Module class: X.Org Video Driver
[    15.716]    ABI class: X.Org Video Driver, version 19.0
[    15.716] (II) LoadModule: "vesa"
[    15.716] (WW) Warning, couldn't open module vesa
[    15.716] (II) UnloadModule: "vesa"
[    15.716] (II) Unloading vesa
[    15.716] (EE) Failed to load module "vesa" (module does not exist, 0)
[    15.716] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
   i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
   915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
   Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
   GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    15.716] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[    15.717] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[    15.717] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[    15.717] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    15.717] (II) FBDEV: driver for framebuffer: fbdev
[    15.717] (++) using VT number 7

[    15.725] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20140905
[    15.726] (WW) Falling back to old probe method for modesetting
[    15.726] (WW) Falling back to old probe method for fbdev
[    15.726] (II) Loading sub module "fbdevhw"
[    15.726] (II) LoadModule: "fbdevhw"
[    15.726] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
[    15.740] (II) Module fbdevhw: vendor="X.Org Foundation"
[    15.741]    compiled for 1.17.1, module version = 0.0.2
[    15.741]    ABI class: X.Org Video Driver, version 19.0
[    15.741] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4400
[    15.741] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2
[    15.741] (II) intel(0): Creating default Display subsection in Screen section
   "Default Screen Section" for depth/fbbpp 24/32
[    15.741] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    15.741] (==) intel(0): RGB weight 888
[    15.741] (==) intel(0): Default visual is TrueColor
[    15.741] (II) intel(0): Output eDP1 has no monitor section
[    15.742] (--) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[    15.742] (II) intel(0): Enabled output eDP1
[    15.742] (II) intel(0): Output DP1 has no monitor section
[    15.742] (II) intel(0): Enabled output DP1
[    15.742] (II) intel(0): Output HDMI1 has no monitor section
[    15.742] (II) intel(0): Enabled output HDMI1
[    15.742] (II) intel(0): Output HDMI2 has no monitor section
[    15.742] (II) intel(0): Enabled output HDMI2
[    15.742] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    15.742] (II) intel(0): Output VIRTUAL1 has no monitor section
[    15.742] (II) intel(0): Enabled output VIRTUAL1
[    15.742] (--) intel(0): Output eDP1 using initial mode 1366x768 on pipe 0
[    15.742] (==) intel(0): TearFree disabled
[    15.742] (==) intel(0): DPI set to (96, 96)
[    15.742] (II) Loading sub module "dri2"
[    15.742] (II) LoadModule: "dri2"
[    15.742] (II) Module "dri2" already built-in
[    15.742] (II) Loading sub module "present"
[    15.742] (II) LoadModule: "present"
[    15.742] (II) Module "present" already built-in
[    15.742] (II) UnloadModule: "modesetting"
[    15.742] (II) Unloading modesetting
[    15.742] (II) UnloadModule: "fbdev"
[    15.742] (II) Unloading fbdev
[    15.743] (II) UnloadSubModule: "fbdevhw"
[    15.743] (II) Unloading fbdevhw
[    15.743] (==) Depth 24 pixmap format is 32 bpp
[    15.743] (II) intel(0): SNA initialized with Haswell (gen7.5, gt2) backend
[    15.743] (==) intel(0): Backing store enabled
[    15.743] (==) intel(0): Silken mouse enabled
[    15.743] (II) intel(0): HW Cursor enabled
[    15.743] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    15.743] (==) intel(0): DPMS enabled
[    15.743] (==) intel(0): display hotplug detection enabled
[    15.744] (II) intel(0): [DRI2] Setup complete
[    15.744] (II) intel(0): [DRI2]   DRI driver: i965
[    15.744] (II) intel(0): [DRI2]   VDPAU driver: i965
[    15.744] (II) intel(0): direct rendering: DRI2 enabled
[    15.744] (II) intel(0): hardware support for Present enabled
[    15.744] (--) RandR disabled
[    15.909] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    15.909] (II) AIGLX: enabled GLX_ARB_create_context
[    15.909] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    15.909] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[    15.909] (II) AIGLX: enabled GLX_INTEL_swap_event
[    15.909] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    15.909] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    15.909] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    15.909] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    15.909] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[    15.909] (II) AIGLX: Loaded and initialized i965
[    15.909] (II) GLX: Initialized DRI2 GL provider for screen 0
[    15.911] (II) intel(0): switch to mode 1366x768@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[    15.928] (II) intel(0): Setting screen physical size to 361 x 203
[    16.257] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    16.257] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    16.257] (II) LoadModule: "evdev"
[    16.257] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[    16.308] (II) Module evdev: vendor="X.Org Foundation"
[    16.308]    compiled for 1.17.1, module version = 2.9.2
[    16.308]    Module class: X.Org XInput Driver
[    16.308]    ABI class: X.Org XInput driver, version 21.0
[    16.308] (II) Using input driver 'evdev' for 'Power Button'
[    16.308] (**) Power Button: always reports core events
[    16.308] (**) evdev: Power Button: Device: "/dev/input/event3"
[    16.308] (--) evdev: Power Button: Vendor 0 Product 0x1
[    16.308] (--) evdev: Power Button: Found keys
[    16.308] (II) evdev: Power Button: Configuring as keyboard
[    16.308] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    16.308] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    16.308] (**) Option "xkb_rules" "evdev"
[    16.308] (**) Option "xkb_model" "pc104"
[    16.308] (**) Option "xkb_layout" "us"
[    16.340] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[    16.340] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    16.340] (II) Using input driver 'evdev' for 'Video Bus'
[    16.340] (**) Video Bus: always reports core events
[    16.340] (**) evdev: Video Bus: Device: "/dev/input/event4"
[    16.340] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    16.340] (--) evdev: Video Bus: Found keys
[    16.340] (II) evdev: Video Bus: Configuring as keyboard
[    16.340] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4/event4"
[    16.340] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    16.340] (**) Option "xkb_rules" "evdev"
[    16.340] (**) Option "xkb_model" "pc104"
[    16.340] (**) Option "xkb_layout" "us"
[    16.341] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    16.341] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    16.341] (II) Using input driver 'evdev' for 'Power Button'
[    16.341] (**) Power Button: always reports core events
[    16.341] (**) evdev: Power Button: Device: "/dev/input/event1"
[    16.341] (--) evdev: Power Button: Vendor 0 Product 0x1
[    16.341] (--) evdev: Power Button: Found keys
[    16.341] (II) evdev: Power Button: Configuring as keyboard
[    16.341] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0C:00/input/input1/event1"
[    16.341] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    16.341] (**) Option "xkb_rules" "evdev"
[    16.341] (**) Option "xkb_model" "pc104"
[    16.341] (**) Option "xkb_layout" "us"
[    16.342] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    16.342] (II) No input driver specified, ignoring this device.
[    16.342] (II) This device may have been added with another device file.
[    16.342] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[    16.342] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    16.342] (II) Using input driver 'evdev' for 'Sleep Button'
[    16.342] (**) Sleep Button: always reports core events
[    16.342] (**) evdev: Sleep Button: Device: "/dev/input/event2"
[    16.342] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[    16.342] (--) evdev: Sleep Button: Found keys
[    16.342] (II) evdev: Sleep Button: Configuring as keyboard
[    16.342] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0E:00/input/input2/event2"
[    16.342] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    16.342] (**) Option "xkb_rules" "evdev"
[    16.342] (**) Option "xkb_model" "pc104"
[    16.342] (**) Option "xkb_layout" "us"
[    16.343] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v1.0 (/dev/input/event8)
[    16.343] (**) Microsoft Microsoft® Nano Transceiver v1.0: Applying InputClass "evdev keyboard catchall"
[    16.343] (II) Using input driver 'evdev' for 'Microsoft Microsoft® Nano Transceiver v1.0'
[    16.343] (**) Microsoft Microsoft® Nano Transceiver v1.0: always reports core events
[    16.343] (**) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Device: "/dev/input/event8"
[    16.343] (--) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Vendor 0x45e Product 0x7b2
[    16.343] (--) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Found keys
[    16.343] (II) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Configuring as keyboard
[    16.343] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:045E:07B2.0001/input/input8/event8"
[    16.343] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v1.0" (type: KEYBOARD, id 10)
[    16.343] (**) Option "xkb_rules" "evdev"
[    16.343] (**) Option "xkb_model" "pc104"
[    16.343] (**) Option "xkb_layout" "us"
[    16.344] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v1.0 (/dev/input/event9)
[    16.344] (**) Microsoft Microsoft® Nano Transceiver v1.0: Applying InputClass "evdev pointer catchall"
[    16.344] (II) Using input driver 'evdev' for 'Microsoft Microsoft® Nano Transceiver v1.0'
[    16.344] (**) Microsoft Microsoft® Nano Transceiver v1.0: always reports core events
[    16.344] (**) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Device: "/dev/input/event9"
[    16.344] (--) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Vendor 0x45e Product 0x7b2
[    16.344] (--) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Found 9 mouse buttons
[    16.344] (--) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Found scroll wheel(s)
[    16.344] (--) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Found relative axes
[    16.344] (--) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Found x and y relative axes
[    16.344] (II) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Configuring as mouse
[    16.344] (II) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Adding scrollwheel support
[    16.344] (**) evdev: Microsoft Microsoft® Nano Transceiver v1.0: YAxisMapping: buttons 4 and 5
[    16.344] (**) evdev: Microsoft Microsoft® Nano Transceiver v1.0: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    16.344] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:045E:07B2.0002/input/input9/event9"
[    16.344] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v1.0" (type: MOUSE, id 11)
[    16.344] (II) evdev: Microsoft Microsoft® Nano Transceiver v1.0: initialized for relative axes.
[    16.345] (**) Microsoft Microsoft® Nano Transceiver v1.0: (accel) keeping acceleration scheme 1
[    16.345] (**) Microsoft Microsoft® Nano Transceiver v1.0: (accel) acceleration profile 0
[    16.345] (**) Microsoft Microsoft® Nano Transceiver v1.0: (accel) acceleration factor: 2.000
[    16.345] (**) Microsoft Microsoft® Nano Transceiver v1.0: (accel) acceleration threshold: 4
[    16.345] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v1.0 (/dev/input/mouse0)
[    16.345] (II) No input driver specified, ignoring this device.
[    16.345] (II) This device may have been added with another device file.
[    16.346] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v1.0 (/dev/input/event10)
[    16.346] (**) Microsoft Microsoft® Nano Transceiver v1.0: Applying InputClass "evdev keyboard catchall"
[    16.346] (II) Using input driver 'evdev' for 'Microsoft Microsoft® Nano Transceiver v1.0'
[    16.346] (**) Microsoft Microsoft® Nano Transceiver v1.0: always reports core events
[    16.346] (**) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Device: "/dev/input/event10"
[    16.346] (--) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Vendor 0x45e Product 0x7b2
[    16.346] (--) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Found 1 mouse buttons
[    16.346] (--) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Found scroll wheel(s)
[    16.346] (--) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Found relative axes
[    16.346] (--) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Found absolute axes
[    16.346] (--) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Found absolute multitouch axes
[    16.346] (--) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Found x and y absolute axes
[    16.346] (--) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Found keys
[    16.346] (II) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Forcing relative x/y axes to exist.
[    16.346] (II) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Configuring as mouse
[    16.346] (II) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Configuring as keyboard
[    16.346] (II) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Adding scrollwheel support
[    16.346] (**) evdev: Microsoft Microsoft® Nano Transceiver v1.0: YAxisMapping: buttons 4 and 5
[    16.346] (**) evdev: Microsoft Microsoft® Nano Transceiver v1.0: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    16.346] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:045E:07B2.0003/input/input10/event10"
[    16.346] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v1.0" (type: KEYBOARD, id 12)
[    16.346] (**) Option "xkb_rules" "evdev"
[    16.346] (**) Option "xkb_model" "pc104"
[    16.346] (**) Option "xkb_layout" "us"
[    16.346] (II) evdev: Microsoft Microsoft® Nano Transceiver v1.0: initialized for relative axes.
[    16.346] (WW) evdev: Microsoft Microsoft® Nano Transceiver v1.0: ignoring absolute axes.
[    16.346] (**) Microsoft Microsoft® Nano Transceiver v1.0: (accel) keeping acceleration scheme 1
[    16.346] (**) Microsoft Microsoft® Nano Transceiver v1.0: (accel) acceleration profile 0
[    16.346] (**) Microsoft Microsoft® Nano Transceiver v1.0: (accel) acceleration factor: 2.000
[    16.346] (**) Microsoft Microsoft® Nano Transceiver v1.0: (accel) acceleration threshold: 4
[    16.347] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[    16.347] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    16.347] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    16.347] (**) AT Translated Set 2 keyboard: always reports core events
[    16.347] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event5"
[    16.347] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    16.347] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    16.347] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    16.347] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[    16.347] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[    16.347] (**) Option "xkb_rules" "evdev"
[    16.347] (**) Option "xkb_model" "pc104"
[    16.347] (**) Option "xkb_layout" "us"
[    16.348] (II) config/udev: Adding input device Acer WMI hotkeys (/dev/input/event6)
[    16.348] (**) Acer WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    16.348] (II) Using input driver 'evdev' for 'Acer WMI hotkeys'
[    16.348] (**) Acer WMI hotkeys: always reports core events
[    16.348] (**) evdev: Acer WMI hotkeys: Device: "/dev/input/event6"
[    16.348] (--) evdev: Acer WMI hotkeys: Vendor 0 Product 0
[    16.348] (--) evdev: Acer WMI hotkeys: Found keys
[    16.348] (II) evdev: Acer WMI hotkeys: Configuring as keyboard
[    16.348] (**) Option "config_info" "udev:/sys/devices/virtual/input/input6/event6"
[    16.348] (II) XINPUT: Adding extended input device "Acer WMI hotkeys" (type: KEYBOARD, id 14)
[    16.348] (**) Option "xkb_rules" "evdev"
[    16.348] (**) Option "xkb_model" "pc104"
[    16.348] (**) Option "xkb_layout" "us"
[    16.349] (II) config/udev: Adding input device Acer BMA150 accelerometer (/dev/input/event7)
[    16.349] (II) No input driver specified, ignoring this device.
[    16.349] (II) This device may have been added with another device file.
[    28.985] (II) intel(0): EDID vendor "CMN", prod id 5567
[    28.985] (II) intel(0): Printing DDC gathered Modelines:
[    28.985] (II) intel(0): Modeline "1366x768"x0.0   76.42  1366 1434 1479 1592  768 772 779 800 -hsync -vsync (48.0 kHz eP)



Ya lo meti en /etc/X11/xorg.conf pero nada
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum