Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[duplicate, please close, sorry ^_^] Problems with evdev
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Duplicate Threads
View previous topic :: View next topic  
Author Message
mel_82
Tux's lil' helper
Tux's lil' helper


Joined: 25 Oct 2004
Posts: 117
Location: Somewhere in Italy

PostPosted: Mon Mar 23, 2009 12:09 pm    Post subject: [duplicate, please close, sorry ^_^] Problems with evdev Reply with quote

I have not understood how to configure evdev.

I have a Dell Latitude E6500 with Italian keyboard.

This the relevant part of my Xorg.0.log, can you help me?
Thanks in advance :)

Xorg.0.log:
Code:

(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
   compiled for 1.5.3, module version = 2.2.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 2.1
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event2"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us,it"
(**) Option "xkb_options" "grp:alt_shift_toggle"
(II) config/hal: Adding input device AlpsPS/2 ALPS DualPoint TouchPad
(**) AlpsPS/2 ALPS DualPoint TouchPad: always reports core events
(**) AlpsPS/2 ALPS DualPoint TouchPad: Device: "/dev/input/event1"
(II) AlpsPS/2 ALPS DualPoint TouchPad: Found 3 mouse buttons
(II) AlpsPS/2 ALPS DualPoint TouchPad: Found x and y relative axes
(II) AlpsPS/2 ALPS DualPoint TouchPad: Found x and y absolute axes
(II) AlpsPS/2 ALPS DualPoint TouchPad: Configuring as tablet
(**) AlpsPS/2 ALPS DualPoint TouchPad: YAxisMapping: buttons 4 and 5
(**) AlpsPS/2 ALPS DualPoint TouchPad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "AlpsPS/2 ALPS DualPoint TouchPad" (type: TABLET)
(II) config/hal: Adding input device DualPoint Stick
(**) DualPoint Stick: always reports core events
(**) DualPoint Stick: Device: "/dev/input/event0"
(II) DualPoint Stick: Found 3 mouse buttons
(II) DualPoint Stick: Found x and y relative axes
(II) DualPoint Stick: Configuring as mouse
(**) DualPoint Stick: YAxisMapping: buttons 4 and 5
(**) DualPoint Stick: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "DualPoint Stick" (type: MOUSE)
(II) config/hal: Adding input device Video Bus
(**) Video Bus: always reports core events
(**) Video Bus: Device: "/dev/input/event9"
(II) Video Bus: Found keys
(II) Video Bus: Configuring as keyboard
(II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us,it"
(**) Option "xkb_options" "grp:alt_shift_toggle"
(II) config/hal: Adding input device Video Bus
(**) Video Bus: always reports core events
(**) Video Bus: Device: "/dev/input/event8"
(II) Video Bus: Found keys
(II) Video Bus: Configuring as keyboard
(II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us,it"
(**) Option "xkb_options" "grp:alt_shift_toggle"
(II) config/hal: Adding input device Video Bus
(**) Video Bus: always reports core events
(**) Video Bus: Device: "/dev/input/event7"
(II) Video Bus: Found keys
(II) Video Bus: Configuring as keyboard
(II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us,it"
(**) Option "xkb_options" "grp:alt_shift_toggle"
(II) AT Translated Set 2 keyboard: Close
(II) UnloadModule: "evdev"
(II) AlpsPS/2 ALPS DualPoint TouchPad: Close
(II) UnloadModule: "evdev"
(II) DualPoint Stick: Close
(II) UnloadModule: "evdev"
(II) Video Bus: Close
(II) UnloadModule: "evdev"
(II) Video Bus: Close
(II) UnloadModule: "evdev"
(II) Video Bus: Close
(II) UnloadModule: "evdev"
(II) intel(0): xf86UnbindGARTMemory: unbind key 0
(II) intel(0): xf86UnbindGARTMemory: unbind key 1
(II) intel(0): xf86UnbindGARTMemory: unbind key 2
(II) intel(0): xf86UnbindGARTMemory: unbind key 3
(II) intel(0): xf86UnbindGARTMemory: unbind key 4
(II) intel(0): xf86UnbindGARTMemory: unbind key 5
(II) intel(0): [drm] removed 1 reserved context for kernel
(II) intel(0): [drm] unmapping 8192 bytes of SAREA 0xf94d5000 at 0xb797b000
(II) intel(0): [drm] Closed DRM master.

_________________
http://www.feelingsofgreatness.net


Last edited by mel_82 on Mon Mar 23, 2009 1:00 pm; edited 1 time in total
Back to top
View user's profile Send private message
mel_82
Tux's lil' helper
Tux's lil' helper


Joined: 25 Oct 2004
Posts: 117
Location: Somewhere in Italy

PostPosted: Mon Mar 23, 2009 12:10 pm    Post subject: Reply with quote

My hal configuraton:
Code:
<?xml version="1.0" encoding="utf-8"?>
<deviceinfo version="0.2">

    <match key="info.capabilities" contains="input.keys">
      <merge key="input.xkb.model" type="string">evdev</merge>
      <merge key="input.xkb.layout" type="string">us,it</merge>
      <merge key="input.xkb.options" type="string">grp:alt_shift_toggle</merge>
      <append key="input.xkb.options" type="strlist">grp_led:scroll</append>
    </match>

    <match key="info.capabilities" contains="input.mouse">
        <merge key="input.x11_driver" type="string">evdev</merge>
    </match>

</deviceinfo>

_________________
http://www.feelingsofgreatness.net
Back to top
View user's profile Send private message
ronmon
Veteran
Veteran


Joined: 15 Apr 2002
Posts: 1043
Location: Key West, FL

PostPosted: Mon Mar 23, 2009 12:51 pm    Post subject: Reply with quote

There is a sticky thread that covers this in detail.
_________________
Ask Questions the Smart Way - by ESR
Back to top
View user's profile Send private message
mel_82
Tux's lil' helper
Tux's lil' helper


Joined: 25 Oct 2004
Posts: 117
Location: Somewhere in Italy

PostPosted: Mon Mar 23, 2009 1:00 pm    Post subject: Reply with quote

thanks :)
_________________
http://www.feelingsofgreatness.net
Back to top
View user's profile Send private message
timeBandit
Bodhisattva
Bodhisattva


Joined: 31 Dec 2004
Posts: 2719
Location: here, there or in transit

PostPosted: Mon Mar 23, 2009 2:02 pm    Post subject: Reply with quote

Moved (on request) from Desktop Environments to Duplicate Threads.
_________________
Plants are pithy, brooks tend to babble--I'm content to lie between them.
Super-short f.g.o checklist: Search first, strip comments, mark solved, help others.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Duplicate Threads 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