Suse/NovellThis Forum is for the discussion of Suse Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have been working to try and get the hotkeys on my Pavilion zd8000 to work under Suse 10.1 and while I've found some information about it, I cannot seem to get a handle on what I need to do. Here is the information that I get from xev when pressing the volume down button:
Code:
KeyPress event, serial 32, synthetic NO, window 0x2c00001,
root 0x76, subw 0x0, time 23463843, (159,523), root:(1677,550),
state 0x10, keycode 174 (keysym 0x0, NoSymbol), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 32, synthetic NO, window 0x2c00001,
root 0x76, subw 0x0, time 23464063, (159,523), root:(1677,550),
state 0x10, keycode 174 (keysym 0x0, NoSymbol), same_screen YES,
XLookupString gives 0 bytes
And here is the Volume Up button:
Code:
KeyPress event, serial 32, synthetic NO, window 0x2c00001,
root 0x76, subw 0x0, time 23535089, (112,376), root:(1630,403),
state 0x10, keycode 176 (keysym 0x0, NoSymbol), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 32, synthetic NO, window 0x2c00001,
root 0x76, subw 0x0, time 23535294, (112,376), root:(1630,403),
state 0x10, keycode 176 (keysym 0x0, NoSymbol), same_screen YES,
XLookupString gives 0 bytes:
Here is the code for the Mute button as well:
Code:
KeyPress event, serial 32, synthetic NO, window 0x2c00001,
root 0x76, subw 0x0, time 23599216, (121,405), root:(1639,432),
state 0x10, keycode 160 (keysym 0x0, NoSymbol), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 32, synthetic NO, window 0x2c00001,
root 0x76, subw 0x0, time 23599402, (121,405), root:(1639,432),
state 0x10, keycode 160 (keysym 0x0, NoSymbol), same_screen YES,
XLookupString gives 0 bytes:
Does anyone have any suggestions for what to do with this so that I can actually control the volume with these three buttons?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.