You are not logged in.

#1 2008-06-20 04:22:25

boneyjellyfish
Member
Registered: 2007-06-22
Posts: 12

Keytouch having strange behavior on Dell Vostro 1500

I'm trying to configure the media buttons (mute, volume down, volume up, play/pause, prev song, next song, stop) on my laptop and luckily everything works great... until I reboot. For some reason, even though keytouch retains my configuration and the daemon is running, none of the buttons work. I actually have to go into the keytouch program and switch to a different configuration file, and then back to the one I made, before it will work again.

Does anybody have any suggestions on how to fix this problem/need any further information?

Offline

#2 2008-06-20 13:17:29

iggy
Member
From: Germany, L.E. - Leipzig
Registered: 2004-10-17
Posts: 367

Re: Keytouch having strange behavior on Dell Vostro 1500

did you tried esekeyd? it works perfect for me with my dell m1330 and logitech internet navigator.


sorry for my bad english smile

Offline

#3 2008-06-20 15:35:14

oliwer
Member
From: Paris
Registered: 2007-06-30
Posts: 153
Website

Re: Keytouch having strange behavior on Dell Vostro 1500

I have a Vostro 1500 myself and here is what I did.

First, create a .Xmodmap file in your home and put this in :

! Multimedia keys on Dell Vostro 1500

keycode 162 = XF86AudioPlay
keycode 164 = XF86AudioStop
keycode 160 = XF86AudioMute
keycode 144 = XF86AudioPrev
keycode 153 = XF86AudioNext
keycode 176 = XF86AudioRaiseVolume
keycode 174 = XF86AudioLowerVolume

Then configure your desktop environment accordingly.

Offline

#4 2008-06-20 16:12:30

boneyjellyfish
Member
Registered: 2007-06-22
Posts: 12

Re: Keytouch having strange behavior on Dell Vostro 1500

iggy wrote:

did you tried esekeyd? it works perfect for me with my dell m1330 and logitech internet navigator.

This got the keys working, but is there any way to get the OSD to pop up when when I press my volume up/down keys? It did this in keytouch (when the program worked, anyway)

Offline

#5 2008-06-20 16:41:07

hokasch
Member
Registered: 2007-09-23
Posts: 1,461

Re: Keytouch having strange behavior on Dell Vostro 1500

Besides having "keytouch" in your rc.conf DAEMONS array, did you load "keytouchd" at session startup (xsession or WM startup file, f.e.)?

Offline

#6 2008-06-20 16:59:58

timetrap
Member
From: Here and There
Registered: 2008-06-05
Posts: 342
Website

Re: Keytouch having strange behavior on Dell Vostro 1500

Can you fine Vostro 1500 owners start a wiki page?

Here is an example that you can rip off:

http://wiki.archlinux.org/index.php/Dell_Vostro_1000

The more hardware guides we have the better.

Offline

#7 2008-06-20 17:28:55

boneyjellyfish
Member
Registered: 2007-06-22
Posts: 12

Re: Keytouch having strange behavior on Dell Vostro 1500

hokasch wrote:

Besides having "keytouch" in your rc.conf DAEMONS array, did you load "keytouchd" at session startup (xsession or WM startup file, f.e.)?

Yeah, I have keytouch set in rc.conf as well as keytouchd in my xfce autostarted applications. For some bizarre reason keytouch is now letting me use my media control keys (play, stop, etc.) but not my volume keys, even with esekeyd disabled.

oliwer wrote:

I have a Vostro 1500 myself and here is what I did.

First, create a .Xmodmap file in your home and put this in :

! Multimedia keys on Dell Vostro 1500

keycode 162 = XF86AudioPlay
keycode 164 = XF86AudioStop
keycode 160 = XF86AudioMute
keycode 144 = XF86AudioPrev
keycode 153 = XF86AudioNext
keycode 176 = XF86AudioRaiseVolume
keycode 174 = XF86AudioLowerVolume

Then configure your desktop environment accordingly.

Thanks, do you know how to set these in xfce?

Edit:

Here's my Vostro1500.Dell configuration file for keytouch:

<keyboard>
  <file-info>
    <syntax-version>1.1</syntax-version>
    <last-change format="%d-%m-%Y">20-06-2008</last-change>
    <author></author>
  </file-info>
  <keyboard-info>
    <keyboard-name>
      <manufacturer>Dell</manufacturer>
      <model>Vostro1500</model>
    </keyboard-name>
  </keyboard-info>
  <key-list>
    <key>
      <name>Mute</name>
      <scancode>160</scancode>
      <keycode>MUTE</keycode>
      <default-action action-type="plugin">
        <plugin-name>Amixer</plugin-name>
        <plugin-function>Mute</plugin-function>
      </default-action>
    </key>
    <key>
      <name>Volume Down</name>
      <scancode>174</scancode>
      <keycode>VOLUMEDOWN</keycode>
      <default-action action-type="plugin">
        <plugin-name>Amixer</plugin-name>
        <plugin-function>Volume decrease</plugin-function>
      </default-action>
    </key>
    <key>
      <name>Volume Up</name>
      <scancode>176</scancode>
      <keycode>VOLUMEUP</keycode>
      <default-action action-type="plugin">
        <plugin-name>Amixer</plugin-name>
        <plugin-function>Volume increase</plugin-function>
      </default-action>
    </key>
    <key>
      <name>Play/Pause</name>
      <scancode>162</scancode>
      <keycode>PLAYPAUSE</keycode>
      <default-action>audacious -t</default-action>
    </key>
    <key>
      <name>Previous song</name>
      <scancode>144</scancode>
      <keycode>PREVIOUSSONG</keycode>
      <default-action>audacious -r</default-action>
    </key>
    <key>
      <name>Next song</name>
      <scancode>153</scancode>
      <keycode>NEXTSONG</keycode>
      <default-action>audacious -f</default-action>
    </key>
    <key>
      <name>Stop CD</name>
      <scancode>164</scancode>
      <keycode>STOPCD</keycode>
      <default-action>audacious -s</default-action>
    </key>
  </key-list>
</keyboard>

Last edited by boneyjellyfish (2008-06-20 18:06:33)

Offline

Board footer

Powered by FluxBB