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`
#echo ${res[0]} ${res[1]} $ext

if ! test -f ~/.vp_earth/night-brilliant_${res[0]}x${res[1]}.jpg; then
echo "Creating new view-port pic ${res[0]} ${res[1]} $ext ..."
convert -geometry ${res[0]} -mattecolor black -frame x${ext} 
~/.vp_earth/night-brilliant.jpg 
~/.vp_earth/night-brilliant_${res[0]}x${res[1]}.jpg
fi

Eterm -P  ~/.vp_earth/night-brilliant_${res[0]}x${res[1]}.jpg --viewport-mode 
-x  --scrollbar=no  --buttonbar 0 -g [EMAIL PROTECTED]


Regards,
Lynx

On 01/12/07 17:11:39, [EMAIL PROTECTED] wrote:
> 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 | tr 'x' ' '`)
> Eterm -P dateien/[EMAIL PROTECTED]:propscaled --viewport-mode
> Eterm -P dateien/[EMAIL PROTECTED]:propscaled  --viewport-mode
> 
> Thanks for Eterm 0.9.4! It's great!!!
> Lynx
> 
> PS: I'm not in the list.

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to