From: Francisco P. A. <fra...@di...> - 2005-02-25 09:49:45
|
... Michael Reinelt wrote: > Hi Francisco, > > >>I'm poking around with the new RC1 version.. so.. first of all i had >>some confusion betwen old .conf format and the new.. i supose the old .9 >>conf files are not interpreted as well.. right? > > > Yes, the config file format did change a lot. ;) > >>i have an HD44780 lcd >>now my troubles are: >> >>I didn't get how to use virtual rows and cols (a virtually bigger >>screen, scrolling around my real one..i think) maybe i didn't get in >>which section this rows, scroll, etc params go.. > > Well, the answer is simple: there are no "virtual rows" at the moment :-) > > This will be solved as soon lcd4linux got it's "event" subsystem, which > will drive the "moving window" of the display against the layout > framebuffer. ok.. > >>I didn't get to work my sensors.. they seem not to be detected well.. >>altough my lmsensors is working ok.. i tried kernel modules and compiled >>in.. i have a via mini-itx board.. with "vt1211-isa-6000" chip.. anyway >>i get this: >>Feb 23 18:50:32 scarpiera LCD4Linux[2364]: i2c_sensors: unable to >>autodetect i2c sensors! >>uhm.. how does he autedetect this?? > > Xavier? Are you listening? ok Xavier aswered with the solution! I hadn't temp1_input (i also have the number inverted i.e. i have tempNUMBER_input instead of temp_inputNUMBER.. dunno why ;)) maybe this helps someone else too.. and so.. not having temp1_input in my sensors dir in sysfs I forced it with i2c_sensors-path '/sys/bus/i2c/devices/1-6000/' and everything went well.. I put also a expression (i2c_sensors('temp3_input')*71)/73-72.41 line in my .conf and now the temperature gets read.. I think some doc of the .conf file would really help ;) for instance i also dunno how to read for instance the cpu freq from /proc/cpuinfo with the function instead of doing a stupid system call to cat and grep it.. ;) It would also be super if it would be possible to read smart tags from hard drives!! for instance I use now a small soft called hddtemp to read my temp of the hard drive via smart.. but also in this case i need to do a system call forking to ask temperature every when.. > >>Another strange behaviour of my HD44780 is that it is not able to >>visualize personalized icons and bars that are not either North nor East >>oriented.. is this normal (i'm not trying to display all this things in >>the SAME time.. just separately)? maybe it should redefine the icons in >>function of the free character it has, right? > > Did you reserve some chars using the 'Icons' parameter in the display > section? actually not.. I tried to get aout of the conf all this icon definitions because I thought they could redefine my chars off.. but it didn't help.. if I have a conf with also just one bar defined.. this bar can go either est or north no way to having it west or south.. even if it is the only bar defined.. uhm... > >>Finally I was also arguing what was the msr.h support for lcd4linux used >>for? i get this: >>Feb 23 18:50:32 scarpiera LCD4Linux[2365]: udelay: The file >>'include/asm/msr.h' was missing at compile time. >>What would the benefits be.. and why is the ./configure not detecting >>this .h in my system? i have it in /asm altough.. and of course my >>/proc/cpuinfo says i have msr support.. ;) > > Maybe you need to have kernel sources installed. The configure script > looks for /usr/include/asm/msr.h; and if this file cannot be found, TSC > delay loops will be deactivated. The benefit of TSC delays is that it > will be more precise and takes less CPU time (well, at least I hope so :-) interesting feature! so i will try to recompile and see the difference in cpu usage.. just cant understand why i didn't have the .h file in the /usr/include/asm/ dir.. uhm.. and i have sources installed.. maybe it is just a link some script didn't put in place.. uhm... > >>Ok i also have a feature suggestion if it would be not too complicated: >>since the bar indicators are automagically scaling according to the >>maximum value they register.. after a while and after for instance a big >>download burst, the eth indicator is almost invisible on the bar.. is it >>possible to set some sort of timeout which resets the peak maximum scale >>value? it would realy be visually more appealing.. > > I've been thinking about this. some kind of "slow reduction of the > maximum value".... Would you care to open a ticket for this? ok, sure i will =) maybe by holding the maximum value for some milliseconds after which it gets recaluclated from scratch.. uhm.. anyway real cool job with this program! maybe if i have some time i would gladly help to contribute.. maybe with this thing about smart tag reading.. I'll look in the plugin creation instructions.. ;) tent:wq -- Dr. Francisco Peralta Aguaron SysAdmin DSY.it Dipartimento di Scienze dell'Informazione Forum Studenti fra...@di... te...@ds... http://www.10t8or.com http://www.dsy.it PGP-FP: BE5C 0DCA DDB2 3729 B348 4FF3 3BD6 BD7A 1AD6 FA95 |