OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: ZDevil on November 26, 2005, 06:45:54 pm

Title: Mrxvt 0.4.2, Less 3.8.2 & Less 3.9.3 Beta
Post by: ZDevil on November 26, 2005, 06:45:54 pm
Here:

mrxvt (= multi-tabbed our X-window virtual terminal  ) 0.4.2 compiled from the latest source, configured with cjk and xim support, and Greek keyboard disabled.
 [ You are not allowed to view attachments ]
Source: http://materm.sourceforge.net/download.html (http://materm.sourceforge.net/download.html)

less 3.8.2 (the current released version) and 3.9.3 beta (latest and improved with better utf8 support) with rich functionality and flexibility; going very well with man pager (there's one compiled by dtruchan here ); no less than more  
 [ You are not allowed to view attachments ]
 [ You are not allowed to view attachments ]
Source: http://www.greenwoodsoftware.com/less (http://www.greenwoodsoftware.com/less)

Enjoy!

[Edited: I replaced the previous '.tar' files with the IPKs.  Both work.  ]
Title: Mrxvt 0.4.2, Less 3.8.2 & Less 3.9.3 Beta
Post by: wjping119 on January 04, 2006, 11:51:15 pm
ZDevil,how can you input chinese in mrxvt?
now when I used your ipk package
my c860 can dispaly chinese file now
but I can't input chinese by using SCIM's chinese input method,but only have the ENGLISH/EURO inputbar ,in fact,I have installed scim-pinyin and it works very well
Title: Mrxvt 0.4.2, Less 3.8.2 & Less 3.9.3 Beta
Post by: ZDevil on January 05, 2006, 02:13:40 am
No, mrxvt does not support UTF8 yet, AFAIK.  You can use gtkterm2 compiled by cs_jacky.  It can be found in a recent post here or in the feeds.
I love using mrxvt because it's fast and is multi-tabbed.  It is very convenient and useful for doing several things at the same time without messing up the screen, such as during compiling.
Title: Mrxvt 0.4.2, Less 3.8.2 & Less 3.9.3 Beta
Post by: ShiroiKuma on January 05, 2006, 05:43:13 pm
When I try to run mrxvt, I get:
Code: [Select]
mrxvt: can't load font "8x16"
mrxvt: can't load font "-taipei-fixed-medium..."
mrxvt: can't load font "...-big5-0"
mrxvt: fatal error, aborting...
I've searched for a config file where I could specify fonts to use but none. Don't want to install Chinese fonts.

What's the solution?
Title: Mrxvt 0.4.2, Less 3.8.2 & Less 3.9.3 Beta
Post by: Zumi on January 05, 2006, 06:52:30 pm
I just wanted to say that there's a less ipk (382 (http://mail.pdaxrom.org/1.1.0beta1/Zaurus-7x0-860/feed/less_382_armv5tel.ipk)) in the official feed.

This was my first rule file for the pdaxrom-builder and I'm happy about it, that's the only reason I post this.
Anyway, thank you for the others.
Zumi
Title: Mrxvt 0.4.2, Less 3.8.2 & Less 3.9.3 Beta
Post by: ShiroiKuma on January 05, 2006, 07:37:04 pm
Quote
When I try to run mrxvt, I get:
Code: [Select]
mrxvt: can't load font "8x16"
mrxvt: can't load font "-taipei-fixed-medium..."
mrxvt: can't load font "...-big5-0"
mrxvt: fatal error, aborting...
I've searched for a config file where I could specify fonts to use but none. Don't want to install Chinese fonts.
What's the solution?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=109712\"][{POST_SNAPBACK}][/a][/div]
Solved: place an .Xdefaults file in /home/root/ and add the following line to it:
Code: [Select]
mrxvt*multichar_encoding:noenc
Title: Mrxvt 0.4.2, Less 3.8.2 & Less 3.9.3 Beta
Post by: ZDevil on January 05, 2006, 07:58:18 pm
Here is a simplified version of my ~/.mrxvt setting:

Code: [Select]
mrxvt*vt0*tabTitle:  term1
mrxvt*vt1*tabTitle:             term2
mrxvt*vt2*tabTitle:             term3
mrxvt*vt3*tabTitle:             term4
mrxvt*vt4*tabTitle:  term5
mrxvt*vt5*tabTitle:  term6
mrxvt*vt0*saveLines:  1200
mrxvt*vt1*saveLines:  1200
mrxvt*vt2*saveLines:  1200
mrxvt*initTermNumber:  3

mrxvt*protectSecondary:  True
!mrxvt*loginShell:  True

mrxvt*scrollbarStyle:  next

mrxvt*opacity:      50
mrxvt*opacityDegree:  3
mrxvt*transparent:  False
mrxvt*transparentScrollbar:    False
mrxvt*transparentTabbar:    False
mrxvt*transparentMenubar:    False
mrxvt*foreground:  orange
mrxvt*background:  black

!    Text color of active tab
mrxvt*tabForeground:  blue
!    Background color of active tab
!mrxvt*tabBackground:  yellow
!    Foreground color of inactive tab
!mrxvt*itabForeground:  black
!    Background color of inactive tab
!mrxvt*itabBackground:  gray
!mrxvt*tabbarPixmap:  

!mrxvt*xft:      True
!mrxvt*xftFont:  Verdana
!mrxvt*xftmFont:  Verdana
!mrxvt*xftNomFont:  True
!mrxvt*xftAntialias:  True
!mrxvt*xftWeight:  Light
!mrxvt*xftSlant:  Roman
!mrxvt*xftHinting:  True
!mrxvt*xftAutoHint:  True
!mrxvt*xftGlobalAdvance:    True
!mrxvt*xftWidth:  condensed
!mrxvt*xftRGBA:      rgb
!mrxvt*xftSize:      12

mrxvt*cursorBlink:  True
!mrxvt*cursorBlinkInterval:    500

mrxvt*geometry:  88x30

mrxvt*multichar_encoding:    UTF8

I think you may comment out the xft font lines (or simply delete them) and keep the last line and the font problem would be solved.  See if this works.  

PS. Okay I see now.  You already solved it!  
Title: Mrxvt 0.4.2, Less 3.8.2 & Less 3.9.3 Beta
Post by: ZDevil on January 05, 2006, 08:08:10 pm
Quote
I just wanted to say that there's a less ipk (382 (http://mail.pdaxrom.org/1.1.0beta1/Zaurus-7x0-860/feed/less_382_armv5tel.ipk)) in the official feed.
This was my first rule file for the pdaxrom-builder and I'm happy about it, that's the only reason I post this.
Anyway, thank you for the others.
Zumi[div align=\"right\"][a href=\"index.php?act=findpost&pid=109721\"][{POST_SNAPBACK}][/a][/div]

Oops.  I thought I did a search in the feeds but my eyes failled me.  Thanks for pointing this out.