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: Gary P. <gpo...@ra...> - 2007-01-17 15:59:19
|
Hi All, Ok so I have LCD4Linux 0.10.0 installed if that helps, yes I use the exec command in the majority of my files so I am creating numerous threads. When I close the file after the timeout I use Kill to kill the pid file, would this release the semphore ? if not how can I check to ensure that the semphores are released after use ? thanks -- Gary |
From: Michael R. <re...@eu...> - 2007-01-17 07:59:17
|
Hi Gray, please keep your replies on the list! Thanks! > thanks for the reply, I am running this on Bering - UCLIBC so am not > sure what version it is. just run 'lcd4linux -h', it should emit a version number > I am not sure I understand your question regarding threads ? Several plugins (namely the exec() plugin) start a separate thread, this thread communicates with the main process with shared memory and semaphores. > it seems to run fine for a while and then continuously give the > error. ok. could you please check if you get more and more lcd4linux processes, until it dies? I suppose it does so. Every process uses one or more semaphores, until you run out of them. bye, Michael -- Michael Reinelt <re...@eu...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |
From: Michael R. <re...@eu...> - 2007-01-17 05:51:02
|
Hi Gary, > I have tried to write a script that starts lcd4linux with an external > file, after a set time it stops lcd4linux and restarts it with the > next .conf file. > > this seemed to be working but now I am getting "LCD4Linux[27637]: > fatal error: semget() failed: No space left on device" messages in my > syslog file. The LCD freezes on one screen and I need to reboot to > restart it. Do you get this error immediately, or from time to time only? >From the semget() manpage: > ENOSPC A semaphore set has to be created but the system limit > for the maximum number of semaphore sets (SEMMNI), or the system wide > maximum number of semaphores (SEMMNS), would be exceeded. SEMMNI and SEMMNS can be retrieved from /proc/sys/kernel/sem LCD4Linux uses semaphores with threads only. Are you using threads excessively? Maybe your error comes from a old bug where lcd4linux did not terminate child processes on exit. Did you try a vurrent SVN version? HTH, Michael -- Michael Reinelt <re...@eu...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |
From: Robert B. <rb...@ge...> - 2007-01-17 02:18:17
|
Robert Buchholz schrieb: > The list has to/should be signed up by the list admin, but it's just a > small form. The imports are possible with the digests provided by > mailman at https://lists.sourceforge.net/lists/listinfo/lcd4linux-devel= Okay, that did not work as planned: sourceforge does not have the "standard" mail archive with mbox mails online. Maybe it can be reached on the filesystem somehow? Robert |
From: Robert B. <rb...@ge...> - 2007-01-17 02:12:28
|
Michael Reinelt schrieb: >>> Currently, I cannot see the mail messages at sourceforge. > Well, I think ther *is* a mailing list archive at SF... You are right. Back when I first wrote my email, the mailman archive was not searchable (and it not right now), but I see that the "forums" like archive did improve a lot (concerning searching). So the issue I had with the existing archives are smaller now, I have to agree (still, I love the frame view of GMANE, but maybe that's just me :-) >>> Maybe it would be a good idea to also use an alternative archiving >>> service. There's a great one for archiving open source mailing lists = and >>> viewing them, called GMANE, I am sure you heard about it. > No, I have not. >=20 > But I think this is a good idea! >=20 > At the moment the mailing list is the only important thing hosted at > SourceForge, which I want to get rid of, too (the hosting, not the > mailing lists) When moving away from sourceforge, it would be a good idea to have a new central place for the older and later archives. Do you plan to abandon sf completely (as in 'remove the project')? > For the moment it would be great if you could set up the list archive a= t > gmane, and probably even import the archives from sourceforge (I read > something there that such an import should be possible). The list has to/should be signed up by the list admin, but it's just a small form. The imports are possible with the digests provided by mailman at https://lists.sourceforge.net/lists/listinfo/lcd4linux-devel Regards, Rob |
From: Robert B. <rb...@ge...> - 2007-01-17 02:05:21
|
Michael Reinelt schrieb: > Hi, >=20 >> I have personal issues with GMANE, all of them SPAM related.=20 >> >> Therefore I will only accept it if my (or all) email addresses are con= cealed >> from the GMANE public archive. >=20 > ok, good point, I fully agree. >=20 > from what I remember GMANE does provide something like "address hiding"= =2E >=20 > @Robert: Could you please double-check that? Luis, I totally agree on the Spam issue. If I understand it correctly, there are two options gmane offers: * standard protection: this will obfuscate the mail address in the web interface, but the news service they offer will contain the plain text addressess (as it usually is in usenet) * total encryption: all email addresses will be encrypted and will go over the gmane server, being filtered there and all who sustain the filter, will still get a response in which they have to click a link to get their (private) mail through to you. See also http://gmane.org/tmda.php on the second option. Robert |
From: Gary P. <gpo...@ra...> - 2007-01-16 22:49:14
|
Hi All, I have my LCD up and running - using a 16x2 display it is great but I want to scroll through different screens to show various information, interface throughput, uptime, host name etc has anyone written a script to do this ? I have tried to write a script that starts lcd4linux with an external file, after a set time it stops lcd4linux and restarts it with the next .conf file. this seemed to be working but now I am getting "LCD4Linux[27637]: fatal error: semget() failed: No space left on device" messages in my syslog file. The LCD freezes on one screen and I need to reboot to restart it. any ideas or suggestions on how to get around this. Thanks -- Gary |
From: Michael R. <re...@eu...> - 2007-01-16 21:12:03
|
>> Although there may be a problem with the pid file (I'm afraid lcd4linux >> lacks a -p <pid-file> option) > > The -p option for the pidfile location should be in CVS/SVN, I added it on > 2006/09/14. Oh... sorry, I've been too lazy to have a look :-) Great, so there should be no problem with two displays. bye, michael -- Michael Reinelt <re...@eu...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |
From: Ernst B. <e.b...@xe...> - 2007-01-16 20:54:43
|
On Tuesday 16 January 2007 20:47, Michael Reinelt wrote: ... > It should be possible to drive two displays with two instances of > lcd4linux, each instance using it's own config file (specified by a -f > option). > > Although there may be a problem with the pid file (I'm afraid lcd4linux > lacks a -p <pid-file> option) The -p option for the pidfile location should be in CVS/SVN, I added it on 2006/09/14. /Ernst |
From: Michael R. <re...@eu...> - 2007-01-16 19:56:07
|
Hi, > I have personal issues with GMANE, all of them SPAM related. > > Therefore I will only accept it if my (or all) email addresses are concealed > from the GMANE public archive. ok, good point, I fully agree. from what I remember GMANE does provide something like "address hiding". @Robert: Could you please double-check that? TIA, Michael -- Michael Reinelt <re...@eu...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |
From: Michael R. <re...@eu...> - 2007-01-16 19:50:37
|
Hi Errol, > I want to try and add support for the lcdserializer. > > It is a normal HD44780 connected through a PIC to a serial port at 9600 baud. > > All data sent to the PIC is relayed to the LCD as data, except if preceded by 0xFE, in which case the following char is sent as a command. > > Now, my question: > > Should I add this as a new driver, or add another bus to the HD44780 driver? I'd recommend using a new driver, at least as a starting point. The HD44780 driver is already complicated enough... there are already some drivers (usb2anything) that drive a HD44780 via USB. bye, Michael -- Michael Reinelt <re...@eu...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |
From: Michael R. <re...@eu...> - 2007-01-16 19:48:15
|
Andreas schrieb: > Hey All... > > I'll try to translate... > > Andreas asked: > -------------------------------------------------------------- > Hello, > > is it possible to drive 2 displays on a fli4l-router (this one > is using lcd4linux for the display feature). > The 2 Displays are one USBLCD and one CTINCLUD. > > I would like to show the openvpn users on the usblcd. > > Hopefully, someone could help. Sorry for asking in german, cause > my english is'nt the best. > > Regards, > Andreas Winkler > --------------------------------------------------------------- > > Hope that helps for helping (cause i got no idea what's ctinclud)! :) It should be possible to drive two displays with two instances of lcd4linux, each instance using it's own config file (specified by a -f option). Although there may be a problem with the pid file (I'm afraid lcd4linux lacks a -p <pid-file> option) But I never tried.... bye, Michael -- Michael Reinelt <re...@eu...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |
From: Luis.F.Correia <Lui...@se...> - 2007-01-16 08:36:49
|
Hi there, I have personal issues with GMANE, all of them SPAM related. Therefore I will only accept it if my (or all) email addresses are concealed from the GMANE public archive. Thank you and sorry for the inconvenience. Luis Correia > -----Original Message----- > From: lcd...@li... > [mailto:lcd...@li...] On > Behalf Of Michael Reinelt > Sent: Tuesday, January 16, 2007 8:21 AM > To: lcd4linux-users > Cc: lcd4linux-devel > Subject: Re: [Lcd4linux-devel] Improvement ideas for Project > accessibility [WAS: Re: lcd4linux - My message to the devel-list] > > Hi Robert, > > > Maybe I missed the reply, but what about the two ideas I > uttered here? > No, I think I missed your post... > > >> Currently, I cannot see the mail messages at sourceforge. > Well, I think ther *is* a mailing list archive at SF... > > >> Maybe it would be a good idea to also use an alternative archiving > >> service. There's a great one for archiving open source > mailing lists > >> and viewing them, called GMANE, I am sure you heard about it. > No, I have not. > > But I think this is a good idea! > > At the moment the mailing list is the only important thing > hosted at SourceForge, which I want to get rid of, too (the > hosting, not the mailing lists) > > For the moment it would be great if you could set up the list > archive at gmane, and probably even import the archives from > sourceforge (I read something there that such an import > should be possible). > > > bye, Michael > > -- > Michael Reinelt <re...@eu...> > http://home.pages.at/reinelt > GPG-Key 0xDF13BA50 > ICQ #288386781 > > -------------------------------------------------------------- > ----------- > Take Surveys. Earn Cash. Influence the Future of IT Join > SourceForge.net's Techsay panel and you'll get the chance to > share your opinions on IT & business topics through brief > surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge > &CID=DEVDEV > _______________________________________________ > Lcd4linux-devel mailing list > Lcd...@li... > https://lists.sourceforge.net/lists/listinfo/lcd4linux-devel > |
From: Michael R. <re...@eu...> - 2007-01-16 08:22:21
|
Hi Robert, > Maybe I missed the reply, but what about the two ideas I uttered here? No, I think I missed your post... >> Currently, I cannot see the mail messages at sourceforge. Well, I think ther *is* a mailing list archive at SF... >> Maybe it would be a good idea to also use an alternative archiving >> service. There's a great one for archiving open source mailing lists and >> viewing them, called GMANE, I am sure you heard about it. No, I have not. But I think this is a good idea! At the moment the mailing list is the only important thing hosted at SourceForge, which I want to get rid of, too (the hosting, not the mailing lists) For the moment it would be great if you could set up the list archive at gmane, and probably even import the archives from sourceforge (I read something there that such an import should be possible). bye, Michael -- Michael Reinelt <re...@eu...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |
From: Luis C. <lfc...@lf...> - 2007-01-15 08:07:10
|
Michael Reinelt wrote: > Hi Luis, > > >>> I can help debugging this one, as I half wrote the first implementation. >>> > Great! > > Did you already switch to SVN? :-) > > I did a test checkout yesterday, but no compile tests were done >>> Have you checked the way we have done it? >>> > Sorry, I don't know what you mean... I thinke the OP's problem is that > he does not want any parport stuff get compiled/linked. > > I meant the way we talked to the PCF chip, and the question was meant for the uClinux developer, not you, sorry for the confusion. I plan to put myself back into lcd4linux development, to finally finish the HD44780-I2C driver, if you split it into it's own file, it would surely make things better :) Luis p.s. no need to CC me -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. |
From: Michael R. <re...@eu...> - 2007-01-15 08:03:26
|
Hi Luis, >> I can help debugging this one, as I half wrote the first implementation. Great! Did you already switch to SVN? :-) >> Have you checked the way we have done it? Sorry, I don't know what you mean... I thinke the OP's problem is that he does not want any parport stuff get compiled/linked. -- Michael Reinelt <re...@eu...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |
From: Luis C. <lfc...@lf...> - 2007-01-15 07:53:24
|
Luis Correia wrote: > Michael Reinelt wrote: >> Hi Hans, >> >> >>> Im involved in a project running related to running systems >>> onuClinux on Blackfin. Recently i got the task to implement the >>> hardware and software needed for a HD44780 LCD via I2C for the >>> blackfin. Doing that i got the ide to try to port either lcdproc or >>> lcd4linux. Lcdproc failed on some shared library build(may persue >>> that later) but i made a successful build of lcd4linux and i have >>> also made a uClinux patch for HD44780 over i2c(via pfc8574). Has >>> this been done? Tried to search for any other LCD-uClinux projects >>> but with no luck. Instructions on how to set it up, and also notes >>> on the patch at: >>> >>> http://www.vpx.nu/dokuwiki/doku.php?id=displays >>> >> >> Look nice! >> >> >>> Also, note that i did(in function rep_nop for the delays) >>> - __asm__ __volatile__("rep; nop"); >>> + __asm__ __volatile__("nop"); >>> >>> since i think rep is IA32 specific. Dont know if this is a good >>> final solution for all platforms. >>> >> This has already been fixed in CVS/SVN. >> >> >>> Im sure some developer can use the patch and incorporate it to a >>> future release in a sweet mannner, a configure switch of >>> --with-uclinux would be nice:). Im not a make guru so i did not do >>> it so fancy. Hope anyone else can try it out on their embedded system. >>> >> >> I had a look at your patch. I can't accept it as it is, because it would >> cause lots of problems with people needing the parpott driver :-( >> >> But I got another idea: I will duplicate the HD44780 driver entry in >> drivers.m4, providing kind of a "sub-driver" called "HD44780-I2C", which >> doesnt use parport at all. >> > > I can help debugging this one, as I half wrote the first implementation. > > Have you checked the way we have done it? > >> Are you willing to do some testing? You would have to use the SVN >> version... >> >> Another question: Why did you use vfork()? From what I've read in the >> manpage, this is dangerous.... >> >> >> bye, Michael >> >> > > Luis > Sorry, the first one got caught in some spam filter, don't know why... -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. |
From: Michael R. <re...@eu...> - 2007-01-15 06:13:53
|
Hi Hans, > Im involved in a project running related to running systems onuClinux on > Blackfin. Recently i got the task to implement the hardware and software > needed for a HD44780 LCD via I2C for the blackfin. Doing that i got the ide > to try to port either lcdproc or lcd4linux. Lcdproc failed on some shared > library build(may persue that later) but i made a successful build of > lcd4linux and i have also made a uClinux patch for HD44780 over i2c(via > pfc8574). Has this been done? Tried to search for any other LCD-uClinux > projects but with no luck. Instructions on how to set it up, and also notes > on the patch at: > > http://www.vpx.nu/dokuwiki/doku.php?id=displays Look nice! > Also, note that i did(in function rep_nop for the delays) > - __asm__ __volatile__("rep; nop"); > + __asm__ __volatile__("nop"); > > since i think rep is IA32 specific. Dont know if this is a good final solution > for all platforms. This has already been fixed in CVS/SVN. > Im sure some developer can use the patch and incorporate it to a future > release in a sweet mannner, a configure switch of --with-uclinux would be > nice:). Im not a make guru so i did not do it so fancy. Hope anyone else can > try it out on their embedded system. I had a look at your patch. I can't accept it as it is, because it would cause lots of problems with people needing the parpott driver :-( But I got another idea: I will duplicate the HD44780 driver entry in drivers.m4, providing kind of a "sub-driver" called "HD44780-I2C", which doesnt use parport at all. Are you willing to do some testing? You would have to use the SVN version... Another question: Why did you use vfork()? From what I've read in the manpage, this is dangerous.... bye, Michael -- Michael Reinelt <re...@eu...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |
From: Michael R. <re...@eu...> - 2007-01-15 05:42:49
|
Hi Alexey, > Is there any possibility that lcd4linux works with > usb-lpt devices, such as Trendnet TU-P1284, based > on Prolific PL2305 S\USB-LPT Bridge? > Kernel drivers create /dev/usblp0 Well, I never tried, but I think it will NOT work. These USB-LPT-Bridges emulate somehow a Printer interface; where LCD4Linux requires a lower level, the ability to change every single line with a neat timing. Therefore on a real parport, LCD4Linux does not use the lp interface, but the ppdev interface. As you wrote above, your kernel driver provides the lp interface only, but no ppdev. bye, Michael -- Michael Reinelt <re...@eu...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |
From: Michael R. <re...@eu...> - 2007-01-14 16:24:15
|
Hi there, today I finalized the migration from CVS at SourceForge to Subversion managed by Trac. Have a look at the "Source Browser" and "Timeline" and enjoy! To prevent further modifications to the CVS repository, I removed all developers from the SF project. Accessing the subversion repository is *very* easy, I think it's even easier than it was with CVS. First, you need a subversion client. I'm sure *every* distribution provides one... To initially checkout the repo, use the following command: svn co https://ssl.bulix.org/svn/lcd4linux/trunk lcd4linux this should create a local directory 'lcd4linux', containing the 'trunk' of the repository (development will focus on the trunk; branches and tags are empty at the moment). No Login is necessary! to update your local repository, use the following: svn up (within the lcd4linux directory!) to check the status of your repo: svn stat svn stat -u to create a patch, just use svn diff If you want write access to the repo (and I'd *really* appreciate active development), please send me and/or Sam a mail to get write access to the repository (which is easy, too) If you have any questions, feel free to ask me! Finally, I really hope that I can find much more time for development in the future! I'm very sorry that I didn't even answer emails is the past.... bye, Michael -- Michael Reinelt <re...@eu...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |
From: Eero B. <ste...@ga...> - 2007-01-06 00:27:21
|
Hi VALJUUM $ 1. 25 VJAAGRA $ 3. 30 AMBJEEN $ 2. 90 CJAALJS $ 3. 75 XAANXAX $1. 50 =20 http://www.kentuckyfriedtech.info =20 =20 _____ =20 And then came the Irish team. Aidan Lynch was being supported by Moran and Connolly; the second crash seemed to have dazed him and his eyes looked strangely unfocused. But he grinned happily as Troy and Quigley |
From: <pan...@ya...> - 2006-12-25 14:10:09
|
lcd...@li...様へ、招待期限になりましたのでご確認下さい。 至急、下記の招待カードからアクセスしていただき、 準備したおります専用スペースへ入室お願いします。 >>> 招待カード :::: 明日期限 :::: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 【No.20024】瑞穂様から ┌──┐ │\/│ ご招待カードを開封する http://www.now-on-site.com/acfree/20024 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ずべて無料の自由恋愛コミュニティは、健全セフレの募集板です。 |
From: diode <sl...@ce...> - 2006-12-25 11:24:39
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=3DContent-Type content=3D"text/html; charset=3Diso-8859-1"> <META content=3D"MSHTML 6.00.2900.2912" name=3D"GENERATOR"> </HEAD> <BODY> <FONT face=3DArial><FONT size=3D2> <DIV>Michael says: <STRONG>GCME Huge News Release Expected Before Years = End!=20 </STRONG></DIV> <DIV><STRONG></STRONG> </DIV> <DIV><STRONG>Ring In The New Year With Cash!</STRONG></DIV> <DIV> </DIV> <DIV> <DIV><STRONG>GCME</STRONG> is fast becoming a major player in the = foreign film=20 market. With continuing mergers and joint ventures with the industries = most=20 influential corporations.</DIV> <DIV> </DIV></DIV> <DIV><STRONG>Company:</STRONG> Greater China Media & Entertainment=20 Corp.<BR>Symbol: <STRONG>GCME</STRONG><BR><STRONG>Price:</STRONG>=20 $0.70<BR>Status: <STRONG>BUY ALERT</STRONG><BR><STRONG>5 Day = Target:</STRONG>=20 $1.45</DIV> <DIV> </DIV> <DIV><STRONG>Right now</STRONG> it is at $0.70. We have seen consistent = price=20 jumps following <STRONG>news releases</STRONG> and we have been told to=20 <STRONG>expect big news</STRONG> before the end of the year. Look at the = price=20 patterns, see the spikes and the steady climb for yourself. <U>Now is = the time,=20 grab GCME first thing <STRONG>Tuesday</STRONG>=20 Morning</U>.</DIV></FONT></FONT></BODY></HTML> |
From: Gnu_Raiz <gnu...@gm...> - 2006-12-24 03:52:10
|
It seems that this list is slow right now, I never did solve my problem I post back in march. Now since I have more time to play around I am once again going to see how this will work. Also the documentation and google are very lacking. First of all to refresh your memory! I have a CrystalFontz 632 serial display, the driver is working I can see stuff on the lcd display. My problem is I can not get the display to show more than one screen. For example I want different rows, to display different widgets at different times. So if I add more than two rows, or choose a different layout, it will only show the first two, and will not cycle through my row list. For example if I set say 8 rows, with different columns I end up stuck with it not going to the different rows. Basically I want to have two rows as one screen and have them go on to the next two for say 8-10 different screens. I want to be able to see disk usage one one screen then net activity on the other followed by a bar chart. If I read the documentation right this should be done with the rows, I know that I have only two rows to display. But I want to have it alternate between the rows. This is unclear in the documentation, the driver documentation does not mention it either. Also it is unclear how to slow down a widget, I have played with the different speeds, the documentation is also not clear on what exactly the tick and tack do, and what the update is for. I understand it is in milliseconds, but it does not seem to work as advertised. For example the widget cpuinfo fly's across my screen, and I have tried to slow it down but it does not seem to work. If I try to use the gpo widget, I get this when it tries to run the test. Crystalfontz::GPO(1): GPO out of range (1..0) Crystalfontz::GPI(1): GPI out of range (1..0) Crystalfontz::GPO(4): GPO out of range (1..0) Crystalfontz: gpio_draw(1): GPO out of range (0..0) Crystalfontz: gpio_draw(1): GPO out of range (0..0) Also if you run lcd4linux in interactive mode how do you quit out of the mode? The man page does not show the proper technique to stop it. I have to kill the process to make it stop. ctrl C, or ctrl X, just seem to be std output. LCD4Linux 0.10.1-CVS Linux Gnu-Raiz 2.6.17-10-generic #2 SMP Tue Dec 5 21:16:35 UTC 2006 x86_64 GNU/Linux This is with ubuntu amd64 edgy I would like to get get this working I am willing to test setups, and layouts but something seems to be wrong. Gnu_Raiz |
From: Gaynor S. <der...@sa...> - 2006-12-23 20:54:30
|
Hi =20 AM_MBlEN $ 2. 90 VA_ALlUM $ 1. 25 Vl_lAGRA $ 3. 30 Cl_lALlS $ 3. 75 XA_ANAX $ 1. 50 =20 http://www.yunhanfungandesuikintun.com =20 =20 =20 trouble!=20 But Crouch took another deep breath and continued in the same flat voice. The dementors are blind. They sensed one healthy, one dying person |