Active Topics

 



Notices


Reply
Thread Tools
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#31
If someone does get this done for you Szopin, I definitely would suggest that you use this font. It's the best one you will ever find for a 80x25 screen.

http://talk.maemo.org/attachment.php...4&d=1303532916
 
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#32
Originally Posted by szopin View Post
Zippy might be if someone ported it to n900. Running emulation (easydebian) in order to run terminal (roxterm or such) makes it really hard on processor and memory.

Damion> I might have to give cross-compiling the src another go.

Please do, and just switch

#define VTE_PAD_WIDTH 0
and
#define VTE_PAD_HEIGHT 0

I know someone from the CSSU fixed greyed out chars to show up. If they could possibly allow switching the pixel-border off... I for one would be happy with what I got (still am, just being unable to take full control of the screen is a bit saddening).
Hey.

I'm not seeing this in vte-private for some reason. Perhaps they changed something in the source code from Maemo 4.

Anyway, this is what I'm looking at.

#define VTE_CURSOR_OUTLINE 1
#define VTE_PAD_WIDTH 1
#define VTE_TAB_WIDTH 8
#define VTE_LINE_WIDTH 1
#define VTE_ROWS 24
#define VTE_COLUMNS 80

Does anyone think that this would work instead?

#define VTE_CURSOR_OUTLINE 0
#define VTE_PAD_WIDTH 0
#define VTE_TAB_WIDTH 0
#define VTE_LINE_WIDTH 0
#define VTE_ROWS 25
#define VTE_COLUMNS 80
 
Reply


 
Forum Jump


All times are GMT. The time now is 01:23.