|
From: <Mar...@t-...> - 2004-01-27 13:39:18
|
Am 27.01.2004 05:47:40 schrieb(en) Michael Reinelt:
> Hi Markus,
>
> Here are some comments on your config file:
>
>> Display HD44780-20x4 {
>> Driver 'HD44780'
>> # Port '/dev/par0'
>> Port '0x378'
> you should really try to get parport up and running. "Raw" port I/O
> (by specifiying 0x378 as a port) will be dropped someday.
>
>> asc255bug 1
> does your display really have this bug? double-check it...
>
I've just overtaken the Driversection from the Sampleconfig.
>> Widget XMMS_Title {
>> class 'Text'
>> expression xmms('Title')
>> width 16
>> align 'L'
> ever tried 'M' (marquee scroller)?
>
>> Widget XMMS_Bar {
>> class 'Bar'
>> expression xmms('uSecPosition')
>> max 1000000
>
> so your bar is at 100% after 10 Minutes? That's bad... Is there a way
> to get the length of the current track in uSecs? If so, you could
> specify
> max xmms('uSecLength')
> and get the bar scaled to the real track length...
>
This is the configuration for my debugging. your "changes" are already
in my config, but i've send the wrong one. *g*
Markus
|