东坡下载:内容最丰富最安全的下载站!

首页IT技术操作系统 → ubuntu kylin xterm解决乱码问题的教程

ubuntu kylin xterm解决乱码问题的教程

相关文章发表评论 来源:本站整理时间:2017/10/11 11:06:21字体大小:A-A+

更多

作者:专题点击:285次评论:0次标签: ubuntu

每次新安装Ubuntu的中文版,一开是Ubuntu的终端Xterm显示的中文都会有很多乱码,甚至有些中文汉字显示不出来,使用起来很不方便,像这样子:

在网上找了很多资料,发现可以通过重新配置Xterm来解决中文乱码问题已经优化Xterm的显示效果。

打开/etc/X11/app-defaults/XTerm,像这样

在最下面添加如下代码:

Xft.dpi:96   
xpdf.title: PDF   
XTerm*faceSize: 10   
XTerm*faceSize1: 10   
XTerm*faceSize2: 10   
XTerm*faceSize3: 10   
XTerm*faceSize4: 10   
XTerm*faceSize5: 10   
XTerm*faceSize6: 10   
XTerm*jumpScroll: true   
  
xterm.termName: xterm-256color  
xterm.geometry: 80x36  
xterm*scrollBar: false  
xterm*rightScrollBar: true  
xterm*loginshell: true  
xterm*cursorBlink: true  
xterm*background:   black  
xterm*foreground:   gray  
xterm.borderLess: true  
xterm.cursorBlink: true  
xterm*colorUL: yellow  
xterm*colorBD: white  
   
!fix alt key input  
xterm*eightBitInput: false  
xterm*altSendsEscape: true 

!mouse selecting to copy, ctrl-v to paste  
!Ctrl p to print screen content to file  
XTerm*VT100.Translations: #override \  
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ctrl <KeyPress> V: insert-selection(CLIPBOARD,PRIMARY,CUT_BUFFER0) \n\ &nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BtnUp>: select-end(CLIPBOARD,PRIMARY,CUT_BUFFER0) \n\ &nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ctrl <KeyPress> P: print() \n &nbsp;
&nbsp; 
!font and locale &nbsp;
!xterm*locale: true &nbsp;
!xterm.utf8:&nbsp;&nbsp;&nbsp;&nbsp; true &nbsp;
!xterm*utf8Title: true
xterm*fontMenu*fontdefault*Label: Default &nbsp;
xterm*faceName:DejaVu Sans Mono:antialias=True:pixelsize=16 &nbsp;
!xterm*faceName: monofur:antialias=True:pixelsize=20 &nbsp;
xter*boldFont: Bitstream Vera Sans Mono:style=Bold:pixelsize=15 &nbsp;
xterm*faceNameDoublesize:WenQuanYi Zen Hei:antialias=True:pixelsize=15 &nbsp;
xterm*xftAntialias: true &nbsp;
xterm.cjkWidth:true &nbsp;
XTerm*inputMethod: ibus 
XTerm*preeditType: Root &nbsp;

PS:如果不是root用户直接通过gedit打开文件的话,普通用户是没有权限修改这个文件的,解决的方法就是在终端Xterm下输入命令:sudo gedit /etc/X11/app-defaults/XTerm,这样打开的XTerm配置文件经过修改当前用户是有权保存并生效的。重启Xterm,效果是不是美观很多呢。

扩展知识

相关评论

阅读本文后您有什么感想? 已有 人给出评价!

  • 2791 喜欢喜欢
  • 2101 顶
  • 800 难过难过
  • 1219 囧
  • 4049 围观围观
  • 5602 无聊无聊
热门评论
最新评论
昵称:
表情: 高兴 可 汗 我不要 害羞 好 下下下 送花 屎 亲亲
字数: 0/500 (您的评论需要经过审核才能显示)

本类常用软件