On Mon January 16 2006 08:35, Aurelien Jarno wrote:
> Hi,
>
> Rick Friedman a écrit :
> > Package: lineak-kdeplugins
> > Version: 2:0.8.4-1
> > Severity: normal
> >
> >
> > Since updating to version 2:0.8.4-1, I am finding that the KMIX_VOLUP &
> > KMIX_VOLDOWN macros are incrementing and decrementing the volume of the
> > mixer by 10. The increment & decrement used to be 3.
>
> The code of this part hasn't change and the default is still 3.
>
> > In my lineak.conf file, I have tried the changing the macro command to:
> >
> >    VolumeDown = "KMIX_VOLDOWN(3)"
> >    VolumeUp = "KMIX_VOLUP(3)"
> >
> > After restarting the lineak daemon, I find that the above changes make
> > no difference. The volume change is still 10 when pressing the volume
> > down & volume up keys.
>
> I have tried on my system, setting a step in the configuration file
> works correctly.
>
> Could you please try to run lineakd with the -v option and have a look
> at the output messages. It should tell you the old and the new value of
> the mixer.

I ran lineakd with the -v option as you suggested. When I press the volume up 
key the following messages are displayed:

Got an object!
Looking for CODE and PRESS
176 = 176
true
getting to the right place!
Plugin: kmixplugin to execute macro KMIX_VOLUP
----------------------------------------
 Key:
Object: VolumeUp
   event_type = PRESS
   type = CODE
   keycode = 176
   keysym = 269028186
   toggle = false
   modifier =  and command = KMIX_VOLUP(3)
   and display name =


        XOSD Display: VolumeUp
        Command: KMIX_VOLUP(3)

----------------------------------------
Start Volume is: 22
Start Setting volume to: 25
Mixer Name Mixer0
Size 4
increase volume from 22 to 25+++
 waitloops = 0
New Mastervalue 32
Setting the display for kmix volup!
Setting volume on stdout display to: 32
Checking the enable status of stdout display!
Checking the enable status of stdout display!
Checking the enable status of stdout display!

Pressing the volume down key gives:

Got an object!
Looking for CODE and PRESS
174 = 174
true
getting to the right place!
Plugin: kmixplugin to execute macro KMIX_VOLDOWN
----------------------------------------
 Key:
Object: VolumeDown
   event_type = PRESS
   type = CODE
   keycode = 174
   keysym = 269028185
   toggle = false
   modifier =  and command = KMIX_VOLDOWN(3)
   and display name =


        XOSD Display: VolumeDown
        Command: KMIX_VOLDOWN(3)

----------------------------------------
Start Volume is: 32
Start Setting volume to: 29
Mixer Name Mixer0
Size 4
decrease volume from 32 to 29---
 waitloops = 0
New Mastervalue 22
Setting volume on stdout display to: 22
Checking the enable status of stdout display!
Checking the enable status of stdout display!
Checking the enable status of stdout display!

Reply via email to