From: Michael R. <re...@eu...> - 2004-01-27 04:48:00
|
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... > 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... bye, Michael -- Michael Reinelt Tel: +43 676 3079941 Geisslergasse 4 Fax: +43 316 692343 A-8045 Graz, Austria e-mail: re...@eu... |