Thanks
You should paste your ~/.torsmorc file so these wonderful people can take a look at it.eEye wrote:Hi guys, I have installed Torsmo yesterday, and dont work yet, I have try 2 config file, and Torsmo dont want to show up. He run but nothing appears on my desk. Anyone?
Thanks

What WM/DE are you using?eEye wrote:I have try to .torsmorc:
http://azerty.ath.cx:8080/torsmorc2
But do the same thing when Im starting it:
azerty@azerty azerty $ torsmo
torsmo: drawing to root window
Nothing appers
Code: Select all
torsmo
exec fluxbox
i have mine working.. but here is the question, are you using apm or aspci (is that right?)Riveri wrote:have anyone got that battery thing work?
at me it only shows "AC" no matter how much there is power left or is it on battery or not...
Code: Select all
awk '{print $7}' /proc/apm
are the fonts huge and ugly? i think you are writing them in an unnecesary fashion (all the *'s arent necesary)Swoosh wrote:I'm having problems with the fonts in torsmo. I've tried various fonts and they look horrible.![]()
Here's the font part my config:
font 5x7
font -*-lime-*-*-*-*-*-*-*-*-*-*-*-*
Code: Select all
font lime-7
Code: Select all
xftfont snap-6this is due to the method in which it redraws itself. it erases the old one, and then draws a new one. the flicker is the time it is taking to draw the new one. if you have a fast computer, or your computer is not heavily loaded, you will probably not notice, or barely notice the refreshes. if you have an old computer, or one which is heavily loaded (i notice this when compiling) the flicker is really bad.brassj41 wrote:I used torsmo for a while, but then went back to gkrellm.
The reason I went back is because i got tired of torsmo flickering everytime it refreshed.
Is this standard?
I am using fluxbox on Xfree.
Code: Select all
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config.h
gcc -DHAVE_CONFIG_H -I. -I. -I. -march=athlon-xp -O2 -pipe -Wall -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/X11R6/include -Wall -W -c common.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -march=athlon-xp -O2 -pipe -Wall -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/X11R6/include -Wall -W -c fs.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -march=athlon-xp -O2 -pipe -Wall -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/X11R6/include -Wall -W -c linux.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -march=athlon-xp -O2 -pipe -Wall -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/X11R6/include -Wall -W -c mail.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -march=athlon-xp -O2 -pipe -Wall -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/X11R6/include -Wall -W -c mixer.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -march=athlon-xp -O2 -pipe -Wall -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/X11R6/include -Wall -W -c torsmo.c
torsmo.c: In function `load_config_file':
torsmo.c:2113: error: `xftfont' undeclared (first use in this function)
torsmo.c:2113: error: (Each undeclared identifier is reported only once
torsmo.c:2113: error: for each function it appears in.)
make: *** [torsmo.o] Error 1
!!! ERROR: app-admin/torsmo-cvs-091304 failed.
!!! Function src_compile, Line 38, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.Code: Select all
sed -e 's/CONF(xftfont)/CONF("xftfont")/' -i torsmo.cExcellent, thanksaffinity wrote:Edited the ebuild to include this fix:It should compile fine with xft now.Code: Select all
sed -e 's/CONF(xftfont)/CONF("xftfont")/' -i torsmo.c
thanks, that makes a lot of sincekillfire wrote:
this is due to the method in which it redraws itself. it erases the old one, and then draws a new one. the flicker is the time it is taking to draw the new one. if you have a fast computer, or your computer is not heavily loaded, you will probably not notice, or barely notice the refreshes. if you have an old computer, or one which is heavily loaded (i notice this when compiling) the flicker is really bad.
Athlon 700mhz with 1gig of ram and it flickered every 3 seconds.killfire wrote: what are the specs on your machine (probably why it flickers).. i have an 800mhz g3 ibook (ppc) w/ 640 ram, and it barely ever flickers.. only when the cpu is heavily loaded down.... i mean, if i pay attention to it, then i notice it more often, but usually i dont....
killfire