From: Peter A. <pe...@le...> - 2005-09-16 23:26:45
|
First of all, thanks for making this great lcd app. I have been searching for something like this for a long time. Now to my problem, all i get on the display is "garbage", or a mass of letters meaning nothing. In windows this can be resolved by changing "execution time" (a sort of refreshrate). Is there a similar opiton in lcd4linux? I have tried changing "update" in the config file with no luck= . When i start lcd4linux it usually takes 2-3 tries before the display show= s any text at all. Text mode is the only one working for me, when i use graphical mode lcd4linux crashes at once. I have tried both -v and -vv flags with no success. If anyone has any clue what the problem could be please let me know. Also if there are any updated driver parameters for the noritake driver i'd be interested to know about them. Thanks /Peter The technical stuff: Kernel version 2.6.13 Distribution Fedora rc3 lcd4linux version cvs from 2005-09-17 Display noritake 311 wirings from schijf.org confirmed to work under windows xp Contents of lcd4linux.conf: Display Noritake-GU311 { Driver 'Noritake' Model 'GU311' Port '/dev/parport0' } Widget OS { class 'Text' expression '*** '.uname('sysname').' '.uname('release').' ***' width 21 align 'L' update 10 } Layout Default { Row1 { Col1 'OS' } } Layout 'Default' Display 'Noritake-GU311' |