Re: [E-devel] Proportional scaling for Eterm earth night/day viewport mode

2007-12-12 Thread lynx . abraxas
Thanks for Your reply. Sadly @100:propscaled does not keep the proportion of the pic for me. Could Eterm need some special libs for proportional scaling? My workaround for the moment is this skript: #!/bin/bash res=(`fbresolution | tr 'x' ' '`) ext=`echo "(${res[1]} - ${res[0]} / 2) / 2" | bc`

[E-devel] Proportional scaling for Eterm earth night/day viewport mode

2007-12-01 Thread lynx . abraxas
Hello! I'm just trying to get the nice viewport mode with earth at day and night to work. I have fluxbox backgrund image scaled with aspect kept. I just can't get eterm to scale and keep the aspect of the night image in viewport mode. Is that possible at all? I tried: res=(`fbresolution | t