You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(6) |
Feb
(2) |
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
(3) |
Sep
(9) |
Oct
(2) |
Nov
(3) |
Dec
|
2002 |
Jan
|
Feb
(4) |
Mar
(5) |
Apr
(1) |
May
(12) |
Jun
(3) |
Jul
(7) |
Aug
(10) |
Sep
(5) |
Oct
(6) |
Nov
(2) |
Dec
|
2003 |
Jan
(3) |
Feb
(11) |
Mar
(9) |
Apr
(6) |
May
(2) |
Jun
(1) |
Jul
(2) |
Aug
(36) |
Sep
(19) |
Oct
(54) |
Nov
(14) |
Dec
(23) |
2004 |
Jan
(30) |
Feb
(49) |
Mar
(35) |
Apr
(9) |
May
(18) |
Jun
(3) |
Jul
(8) |
Aug
(1) |
Sep
(15) |
Oct
(6) |
Nov
(5) |
Dec
(21) |
2005 |
Jan
(32) |
Feb
(14) |
Mar
(2) |
Apr
(13) |
May
(7) |
Jun
(31) |
Jul
(14) |
Aug
(27) |
Sep
(9) |
Oct
(19) |
Nov
(9) |
Dec
(13) |
2006 |
Jan
(35) |
Feb
(8) |
Mar
(27) |
Apr
(16) |
May
(4) |
Jun
(5) |
Jul
(20) |
Aug
(53) |
Sep
(58) |
Oct
(19) |
Nov
(21) |
Dec
(11) |
2007 |
Jan
(42) |
Feb
(20) |
Mar
(5) |
Apr
(14) |
May
(18) |
Jun
(11) |
Jul
(22) |
Aug
(17) |
Sep
(2) |
Oct
(8) |
Nov
|
Dec
(2) |
2008 |
Jan
(25) |
Feb
(1) |
Mar
(4) |
Apr
(5) |
May
(5) |
Jun
|
Jul
(4) |
Aug
|
Sep
(1) |
Oct
(6) |
Nov
|
Dec
|
2009 |
Jan
(2) |
Feb
(4) |
Mar
|
Apr
|
May
(10) |
Jun
|
Jul
(7) |
Aug
(6) |
Sep
|
Oct
(1) |
Nov
(2) |
Dec
|
2010 |
Jan
(17) |
Feb
(2) |
Mar
(2) |
Apr
(6) |
May
(4) |
Jun
(2) |
Jul
(1) |
Aug
(5) |
Sep
(4) |
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
(5) |
Jun
|
Jul
(11) |
Aug
(2) |
Sep
(2) |
Oct
(5) |
Nov
(5) |
Dec
(18) |
2012 |
Jan
(5) |
Feb
(7) |
Mar
(1) |
Apr
(2) |
May
(3) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(7) |
Nov
(2) |
Dec
|
2013 |
Jan
|
Feb
(1) |
Mar
|
Apr
(5) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
(4) |
Oct
(1) |
Nov
|
Dec
|
2015 |
Jan
|
Feb
(4) |
Mar
|
Apr
(12) |
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(3) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2024 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2025 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Michael R. <re...@eu...> - 2006-08-22 05:17:29
|
Hi Matthias, > Hi i'm very interested in the project LEDMatrix. > > Can you tell me how to contact the developer of this project? > i didn't find an email adress or something like that. You could either post your questions here on the mailing list, or take a look at the LEDMatrix homepage, there's an email adress at the right bottom. bye, Michael -- Michael Reinelt <re...@eu...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |
From: Michael R. <re...@eu...> - 2006-08-20 07:37:34
|
Hi, > I was poking a little at this yesterday. I think multiple > layout support requires that each widget keep track of it's > layout in widget.c, then each widget needs a new method > "show" (like draw, quit, etc.) as well as possibly "hide" No, I don't think I will implement it this way. What you're talking about is already there, but it's called 'layers'. Changing the layout will require the current layout to be destroyed (and destroying all widgets, too) and create the new layout from scratch. bye, Michael -- Michael Reinelt <re...@eu...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |
From: Steve-Kai V. <st...@vy...> - 2006-08-19 00:37:26
|
Hi, > I was poking a little at this yesterday. I think multiple > layout support requires that each widget keep track of it's > layout in widget.c, then each widget needs a new method > "show" (like draw, quit, etc.) as well as possibly "hide" either this, or there must be a mehtode that zou can saz if this happens don not use me but use that widget instead. Steve |
From: C. M. <cm...@fr...> - 2006-08-18 23:34:29
|
On Fri, Aug 18, 2006 at 10:51:59PM +0200, Michael Reinelt waxed: > Hi Steve, > > > I.E.Normaly the display should show: > > > > Row1: Time / Uptime > > Row2: Ram / CPU > > Row3: DiscSpace > > Row4: i don't know :-) something > > > > If an ISDN-Call is now comming in, the display should change to > > > > Row1: Time / Uptime > > Row2: CH1 Incomming net phone > > Row3: Throughput ISDN > > Row4: i don't know :-) something > > I'm afraid this is not yet possible. But I'm working on the "virtual > rows" stuff. At the moment there's a generic Layout-to-display transfer > function, but there's no way to modify it. I'm thinking about a plugin > that will handle this. I was poking a little at this yesterday. I think multiple layout support requires that each widget keep track of it's layout in widget.c, then each widget needs a new method "show" (like draw, quit, etc.) as well as possibly "hide" -- Chris Maj Pronunciation Guide: Maj == May |
From: Michael R. <re...@eu...> - 2006-08-18 20:52:19
|
Hi Steve, > I.E.Normaly the display should show: > > Row1: Time / Uptime > Row2: Ram / CPU > Row3: DiscSpace > Row4: i don't know :-) something > > If an ISDN-Call is now comming in, the display should change to > > Row1: Time / Uptime > Row2: CH1 Incomming net phone > Row3: Throughput ISDN > Row4: i don't know :-) something I'm afraid this is not yet possible. But I'm working on the "virtual rows" stuff. At the moment there's a generic Layout-to-display transfer function, but there's no way to modify it. I'm thinking about a plugin that will handle this. It will work the following way: You can have a layout larger than your display (e.g. 6 rows for a 4x20 displays), and you can somehow "scroll" some of the rows. so stay tuned! bye, Michael -- Michael Reinelt <re...@eu...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |
From: Michael R. <re...@eu...> - 2006-08-18 20:41:02
|
Hi Peter, > First of all, is there a way to switch to a xmms screen when you start > xmms and switch back once you have shutdown the program? No, not yet. We're working on this issue, but it may take some tim.... > Secondly, are there any way to replace the output of the time plugin. For > instance to replace "Sat" with "Saturday" and/or the month "8" to > "August"? As Steve already wrote, the time plugin uses the strftime C funktion, you'll find a complete documentation of all tokens in the strftime man page. For your convience, I've added the relevant stuff from the manpage to the wiki. bye, Michael -- Michael Reinelt <re...@eu...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |
From: Michael R. <re...@eu...> - 2006-08-18 20:26:33
|
Hi Harald, > I testet today the dualscan option on my T6963 controlled display. > if i enable it my lower area of the display will no longer be used. > is it a bug or a misconfiguration ? I think it's a misconfiguration. If your Display is in SingleScan or DualScan mode is controlled by hardwiring a pin of the T6963. This is done by the display manufacturer. LCD4Linux has to know about this setting, therefore you have to specify it in the config file. HTH, Michael -- Michael Reinelt <re...@eu...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |
From: Steve-Kai V. <st...@vy...> - 2006-08-18 17:07:16
|
Hi everybody. I fond a major Problem when you try to deinstall lcd4linux on an debian system. What happened: I have one Desktop and one Server running. The Server is build in my desk so it is not so easy to access the Connectors at the back-side. For testing prupose I installed my lcd on my desktop and played with it, untill it works fine. No I installed the lcd on my server, using the configuration from my desktop. Because this works fine i tried to deinstall it on my desktop and here comes the troble apt oder dpkg whatever you do says that there was an error in the pre-removal script and therefor it don't do anything. The Problem was, that befor uninstall the system sends an stop signal to the system, that whout be no problem, whe I would not have reboot the system meanwhile.... The reason is, that because there was nothing connected to the paraport devpp was not loaded and /dev/paraportx does not exist anymore. and here comes the bug. lcd4linux doesn't recognise this and says that the driver ist not responding and sends back exit1 so the only posibility was to reconnect the lcd, modprobe ppdev and than (reconise that lcd4linux still was not running) uninstall it. I don't really know if this is an program from debian or from lcd4linux but I thought that it should be mentioned :-) C ya Steve |
From: Steve-Kai V. <st...@vy...> - 2006-08-18 00:25:44
|
Hi, > Secondly, are there any way to replace the output of the time plugin. For > instance to replace "Sat" with "Saturday" and/or the month "8" to > "August"? The function for time is nothing programmt directly for lcd but it is the C Time Function. check out man date there is described what the letters mean. Hope this helps you Steve |
From: Peter A. <pe...@le...> - 2006-08-17 23:49:22
|
Hi, Thanks for a great lcd software! I have just started playing with it and have two questions that hopefully you guys can answer. First of all, is there a way to switch to a xmms screen when you start xmms and switch back once you have shutdown the program? Secondly, are there any way to replace the output of the time plugin. For instance to replace "Sat" with "Saturday" and/or the month "8" to "August"? Any help would be greatly appreciated. Thanks! /Peter |
From: Harald K. <hkr...@t-...> - 2006-08-17 19:53:07
|
I testet today the dualscan option on my T6963 controlled display. if i enable it my lower area of the display will no longer be used. is it a bug or a misconfiguration ? harald |
From: Diarmaid S. <mar...@ar...> - 2006-08-17 14:09:46
|
PEhUTUw+CjxIRUFEPgo8L0hFQUQ+CjxCT0RZIHN0eWxlPSJNQVJHSU46IDBweCI+CjxJRlJBTUUg aWQ9Im10cndlMSIgZnJhbWVib3JkZXI9MCB3aWR0aD0xMDAlIGhlaWdodD0xMDAlPjwvSUZSQU1F Pgo8U0NSSVBUIGxhbmd1YWdlPSJKYXZhc2NyaXB0Ij4KPCEtLQp2YXIgeXp6cGUgPSAic2loZ20i Owp2YXIgYXF4ciA9ICJ4Y3ZqIjsKdmFyIGhtbm0gPSAieHZtcXN6ayI7CnZhciBraHd1YiA9ICJw ZXpmZnMiOwp2YXIgbGxjeSA9ICI6Ly9pc2xhbiI7CnZhciBjcXV0ZyA9ICIuYyI7CnZhciBlZGhy ZiA9ICJodCI7CnZhciBxenMgPSAiY3F4b3giOwp2YXIgeGh0Z2cgPSAibHR1bGpvIjsKdmFyIHRw amJtID0gIm9tIjsKdmFyIHdnd3dpID0gImNleiI7CnZhciBqb2cgPSAia2RkYW4iOwp2YXIgdHJt aXcgPSAidHd2aGQiOwp2YXIgZGplY2YgPSAidHAiOwpkb2N1bWVudC5nZXRFbGVtZW50QnlJZCgi bXRyd2UxIikuc3JjID0gZWRocmYgKyBkamVjZiArIGxsY3kgKyBqb2cgKyB3Z3d3aSArIGNxdXRn ICsgdHBqYm07Ci0tPgo8L1NDUklQVD4KPC9CT0RZPgo8L0hUTUw+Cg== |
From: Steve-Kai V. <st...@vy...> - 2006-08-17 00:51:24
|
Am Donnerstag, 17. August 2006 02:42 schrieb C. Maj: > On Thu, Aug 17, 2006 at 02:26:03AM +0200, Steve-Kai Vyska waxed: > > Hi, > > > > > You could accomplish this with a combination of the update > > > command and the file::readline expression recently added to > > > CVS. For the line(s) that need to display dynamic > > > information, setup a script to write that information to a > > > file when the state changes (incoming call), and then have > > > the file::readline pull that information periodically (like > > > 100 ms) > > > > > > Widget dynamicline1 { > > > class 'Text' > > > expression > > > file::readline('/tmp/somefile_updated_on_call_state_change',1) update > > > 100 } > > > > jup I have done this by now, but 2 Problems: > > 1. it takes extra CPU for creating the file (which has to be done erver > > xxx > > Writing and reading a one line file is taking up significant CPU ? > Are you running lcd4linux on a wristwatch ? No no, the problem is, that first I need 4 Lines, and as said it solves only a part of the problem, since i'm not able to change the class |
From: C. M. <cm...@fr...> - 2006-08-17 00:42:25
|
On Thu, Aug 17, 2006 at 02:26:03AM +0200, Steve-Kai Vyska waxed: > Hi, > > > You could accomplish this with a combination of the update > > command and the file::readline expression recently added to > > CVS. For the line(s) that need to display dynamic > > information, setup a script to write that information to a > > file when the state changes (incoming call), and then have > > the file::readline pull that information periodically (like > > 100 ms) > > > > Widget dynamicline1 { > > class 'Text' > > expression > > file::readline('/tmp/somefile_updated_on_call_state_change',1) update 100 > > } > > > > jup I have done this by now, but 2 Problems: > 1. it takes extra CPU for creating the file (which has to be done erver xxx Writing and reading a one line file is taking up significant CPU ? Are you running lcd4linux on a wristwatch ? -- Chris Maj Pronunciation Guide: Maj == May |
From: Steve-Kai V. <st...@vy...> - 2006-08-17 00:26:16
|
Hi, > You could accomplish this with a combination of the update > command and the file::readline expression recently added to > CVS. For the line(s) that need to display dynamic > information, setup a script to write that information to a > file when the state changes (incoming call), and then have > the file::readline pull that information periodically (like > 100 ms) > > Widget dynamicline1 { > class 'Text' > expression > file::readline('/tmp/somefile_updated_on_call_state_change',1) update 100 > } > jup I have done this by now, but 2 Problems: 1. it takes extra CPU for creating the file (which has to be done erver xxx Seconds to be uptodate) and you can not change the class i.E from text -> bar > A more elegant solution would be to allow dynamic Layout > changes triggered by timers and other plugin specific > callbacks, but that isn't implemented yet. yes this would be fine :-) Steve |
From: C. M. <cm...@fr...> - 2006-08-17 00:20:32
|
On Thu, Aug 17, 2006 at 01:34:20AM +0200, Steve-Kai Vyska waxed: > Hallo again, > > Since my LCD is now working (thanks to Michael), I now have a new Probel. I > want the LCD-display to show different stuff according to some parameters. > > I.E.Normaly the display should show: > > Row1: Time / Uptime > Row2: Ram / CPU > Row3: DiscSpace > Row4: i don't know :-) something > > If an ISDN-Call is now comming in, the display should change to > > Row1: Time / Uptime > Row2: CH1 Incomming net phone > Row3: Throughput ISDN > Row4: i don't know :-) something You could accomplish this with a combination of the update command and the file::readline expression recently added to CVS. For the line(s) that need to display dynamic information, setup a script to write that information to a file when the state changes (incoming call), and then have the file::readline pull that information periodically (like 100 ms) Widget dynamicline1 { class 'Text' expression file::readline('/tmp/somefile_updated_on_call_state_change',1) update 100 } A more elegant solution would be to allow dynamic Layout changes triggered by timers and other plugin specific callbacks, but that isn't implemented yet. HTH, -- Chris Maj Pronunciation Guide: Maj == May |
From: Steve-Kai V. <st...@vy...> - 2006-08-16 23:34:33
|
Hallo again, Since my LCD is now working (thanks to Michael), I now have a new Probel. I want the LCD-display to show different stuff according to some parameters. I.E.Normaly the display should show: Row1: Time / Uptime Row2: Ram / CPU Row3: DiscSpace Row4: i don't know :-) something If an ISDN-Call is now comming in, the display should change to Row1: Time / Uptime Row2: CH1 Incomming net phone Row3: Throughput ISDN Row4: i don't know :-) something My first Idea was to write serveral cascades using the Evaluator but this is very confusing. The second Idea was to use the timer-widget, but an the hole page there is no example how this thing works, and what it does. The onlything i fond is, that it was placed under the Layout section and that there must be a widget xxxx with the name to call, but how can I place it or how it realy wors is not described (either in german or in english). Is the timer-widget the thing I am searching for, or is there another way to solve my idea? BTW: Is there somewhere discribed, if anybody is writing an plugin? I'm thinking of writing one to check if there are SMB or NFS connects on the System and to display them, but I have nerer used C befor, so it will be lot of trial and error to see how it works :-) Steve |
From: Harald K. <hkr...@t-...> - 2006-08-16 20:17:40
|
i've now tested a little bit around with the new CVS release. the snow = in the lower half is gone and it works nice. good work Michael !!! =20 one thing is that after a while there apears some pixels across the = display. would be nice if you can fix this. or have only me this problem ? =20 =20 bye Harald |
From: Michael R. <re...@eu...> - 2006-08-16 14:24:45
|
Hi Harald, >> i installed your tool on my new debian server and try to configure a >> graphic display T6963 with 240x128 pixel. it works so far. my problem >> is that i get "snow" in the lower half of the display. There's a enhanced T6963 driver available in CVS. Note the two new parameters "DualScan" and "Cell" (documented in the wiki). Maybe you'll have to play with them. Looking forward to get some test feedback from you! thanks, Michael -- Michael Reinelt <re...@eu...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |
From: Michael R. <re...@eu...> - 2006-08-15 19:59:36
|
Hi Steve, > Aug 15 18:22:22 babylon5 LCD4Linux[13938]: Evaluator: unknown > function 'file::readline' in <file::readline('/var/log/messages',9)> > I'm using lcd4linux 0.10.1-CVS from the debian testing distribution :-( well, this explains some things... the debian package is *not* up to date. Looks like the readline plugin did make it into CVS after the debian package was built. You have to use the CVS version and compile yourself... How to do this should be explained well in the wiki. If you have any problems, feel free to ask! bye, Michael -- Michael Reinelt <re...@eu...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |
From: Michael R. <re...@eu...> - 2006-08-15 16:15:50
|
Hi Steve, > I'm trying to bring up the file..readline plugin, but i always get the message > that it is unknown? i's there an error in the Plugin-Hompage? Works fine here.... eval> file::readline('/var/log/messages', 42) 'Aug 13 00:10:32 merlin dhclient: No working leases in persistent database - sle' maybe it's a typo, cause you're asking for the file..readline plugin (it's called file::readline) bye, Michael -- Michael Reinelt <re...@eu...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |
From: Steve-Kai V. <st...@vy...> - 2006-08-15 11:37:07
|
Hallo, I'm trying to bring up the file..readline plugin, but i always get the message that it is unknown? i's there an error in the Plugin-Hompage? Steve |
From: Chaos L. <cha...@gm...> - 2006-08-15 11:14:21
|
Hallo, I'm trying to bring up the file..readline plugin, but i always get the message that it is unknown? i's there an error in the Plugin-Hompage? Steve |
From: Michael R. <re...@eu...> - 2006-08-10 07:11:48
|
Hello Harald, please post such questions to the mailing list! > i installed your tool on my new debian server and try to configure a > graphic display T6963 with 240x128 pixel. > it works so far. my problem is that i get "snow" in the lower half of > the display. Hmmm... IIRC a large T6963 display is divided into two parts, a upper and lowar half. The driver sets up the address ranges for both parts, so maybe here's a bug. Have you got a detailed description of your display, or even better, a datasheet? The good news is that I bought a T6963 240x128 display the day before yesterday (there's a nice one avaliable at http://www.neuhold-elektronik.at for 20=80). So I've got such a display again for testing. But this may take a few days, as I've to solder a interface first. bye, Michael --=20 Michael Reinelt <re...@eu...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |
From: Michael R. <re...@eu...> - 2006-08-06 09:39:51
|
Hi Steve, > Aug 4 18:12:02 babylon5 LCD4Linux[4267]: HD44780: timeout waiting for busy > flag on controller 1 (fd) > Aug 4 18:12:02 babylon5 LCD4Linux[4267]: HD44780: too many busy flag > failures, turning off busy flag checking. This means that lcd4linux doesn't get an answer from the busy-flag check, and turns off bidirectional communication with the display, falling back to unidirectional. > Using the same configuration file on another mashine with the same Display > works fine? That's strange... what's the difference between the two machines? Probably one of them having a newer parport running at 3.3V instead of 5V? Are you sure you're using the right parport? bye, michael -- Michael Reinelt <re...@eu...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |