LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Dell 6400M Media Buttons (https://www.linuxquestions.org/questions/linux-newbie-8/dell-6400m-media-buttons-518092/)

LDJ 01-10-2007 01:33 PM

Dell 6400M Media Buttons
 
Woudl anyone tell me what i need to do to get the media buttons on the front of my DELL 6400M laptop to function in Linux?
At the moment they dont do anything, but I would like to get them working.

Any pointers appreciated.

Thnks

titopoquito 01-10-2007 05:53 PM

Maybe you can get them working by getting the keycodes with xev and by creating a .Xmodmap file in your home directory.
Start xev from a console and type one of the keys -- does it display a keycode? If yes create a .Xmodmap file. Some sample lines of mine:

Code:

keycode 174 = XF86AudioLowerVolume
keycode 176 = XF86AudioRaiseVolume
keycode 160 = XF86AudioMute
keycode 222 = XF86PowerOff

Sorry, I don't know where I got the Names from (what is right of the "="), but Google is your friend if you need them.

EDIT: When using a graphical login manager I had to use .xprofile instead of .Xmodmap


All times are GMT -5. The time now is 09:57 PM.