On Sun, Oct 11, 2020 at 05:28:56PM +0200, Charlene Wendling wrote:
>
> xstatbar don't run on my macppc, it just prints out the help summary
> and quit when i try to run it without arguments. On amd64, it runs
> as expected.
>
> The problem is similar to the osd_clock one i just reported [0].
>
>
xstatbar don't run on my macppc, it just prints out the help summary
and quit when i try to run it without arguments. On amd64, it runs
as expected.
The problem is similar to the osd_clock one i just reported [0].
With the below diff, it runs fine on macppc and amd64.
Comments/feedback are wel
Hi Antoine,
xstatbar hangs on startup eating cycles with cmpci(4). I'm not sure if
this is a fault of the driver or what is going on exactly.
Anyway, if devinfo.type != AUDIO_MIXER_CLASS is true, xstatbar will never
make progress and loop forever. Fix it by trying the next device.
This patch doe