OESF Portables Forum
Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started 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. ]
-
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
-
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.
-
When I try to run mrxvt, I get:
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?
-
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
-
When I try to run mrxvt, I get: 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:mrxvt*multichar_encoding:noenc
-
Here is a simplified version of my ~/.mrxvt setting:
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!
-
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.