📄 58906_1.html
字号:
<html><head><title> [Linux]</title><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><SCRIPT language=JavaScript><!--var mystat=0;//price selectfunction myout(){mystat=0;window.setTimeout("mycheck()",5);}function myin(){mystat=1;}function mycheck(){if (mystat==0) MM_showHideLayers('price','','hide');}//price selectfunction MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features);}function MM_findObj(n, d) { //v3.0 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;}function MM_showHideLayers() { //v3.0 var i,p,v,obj,args=MM_showHideLayers.arguments; for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2]; if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; } obj.visibility=v; }}//--></SCRIPT><style type="text/css"><!--.btd { font-size: 14.8px}--></style><LINK REL="stylesheet" HREF="/css/text.css"></head><body bgcolor="303880" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" LINK="#000000" VLINK="#000000" ALINK="#000000"><div align="center"> <script src=/js/hp_top.js></script> <SCRIPT SRC=/pcedu/js/ad_top_410art.js></SCRIPT> <SCRIPT SRC=/pcedu/js/ad_top_130art.js></SCRIPT> <SCRIPT SRC=/js/pcedu_top2.js></script> <div align="center"> <table width="760" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF"> <tr> <td bgcolor="FFDDA2" width="1"><img src="/images/blank.gif" width="1" height="1"></td> <td bgcolor="FFA200" width="7"> </td> <td width="1" bgcolor="#000000"><img src="/images/blank.gif" width="1" height="1"></td> <td align="center" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0" height="1" bgcolor="#000000"> <tr> <td></td> </tr> </table> <scriptsrc=/js/pcedu_menu.js></script> <script src="/pcedu/js/ad_568_art.js"></script> <div align="right"> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="2"> <TR> <TD HEIGHT="25">您现在的位置:<a href="/pcedu/index.html" >网络学院</a> > <a href="/pcedu/soft/index.html" >软件教室</a> > <a href="/pcedu/soft/st/index.html" >操作系统</a> > <a href="/pcedu/soft/st/linux/index.html" >Linux</a></TD> </TR> </TABLE> <TABLE WIDTH="99%" BORDER="0" CELLSPACING="0" CELLPADDING="6" BACKGROUND="/images/point.gif"> <TR> <TD ALIGN="CENTER"> </TD> <TD ALIGN="CENTER"><FONT SIZE="3" COLOR="#339900"><B> 跟我来汉化RedHat 7.0-(1)</B></FONT><BR> </TD> <TD WIDTH="126" ALIGN="right" CLASS="sfont" ROWSPAN="2"> <P> 出处:PConline<BR> 责任编辑:zyq</P> </TD> </TR> <TR> <TD WIDTH="96">[02-5-14 11:34] </TD> <TD ALIGN="CENTER">作者:蝌蚪/4u2v@汕头大学 </TD> </TR> </TABLE> <TABLE WIDTH="99%" BORDER="0" CELLSPACING="0" CELLPADDING="5"> <TR VALIGN="TOP"> <TD CLASS="article"> <P><BR> <b>三、支持漂亮的truetype字体</b><br><br> 1.新建truetype的字体目录<br><br> 推荐使用/usr/X11R6/lib/X11/fonts/TrueType,当然其他目录也可以的。<br><br> 命令:mkdir /usr/X11R6/lib/X11/fonts/TureType<br><br> 2.复制simsun.ttf到上述目录<br><br> 3.建立字体目录文件<br><br> 进入到该目录,输入命令:ttmkfdir>fonts.dir.注意,一定要用命令来实现,而不能简单的新建该文件.打开改文件,并修改如下:<br><br> simsun.ttf -misc-SimSun-medium-r-normal--0-0-0-0-p-0-ascii-0<br> simsun.ttf -misc-SimSun-medium-r-normal--0-0-0-0-p-0-gbk-0<br> simsun.ttf -misc-SimSun-medium-r-normal--0-0-0-0-p-0-iso8859-1<br> simsun.ttf -misc-SimSun-medium-r-normal--0-0-0-0-p-0-gb2312.1980-0 <br><br> 复制另外一份文件,并命名为fonts.scale(字体缩放文件),命令:cp fonts .dir fonts.scale<br><br> 4.修改XFree86的相关配置<br><br> 这个步骤比较关键,在更改前请备份文件,或者采用注释的方法。编辑/etc/X11/XF86Config-4找到section "File"段,修改如下:<br><br> #FontPath "unix/:7100" #注释掉这一行<br> FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"<br> FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"<br> FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"<br> FontPath "/usr/X11R6/lib/X11/fonts/misc"<br> FontPath "/usr/X11R6/lib/X11/fonts/Type1"<br> FontPath "/usr/X11R6/lib/X11/fonts/Speedo"<br> FontPath "/usr/X11R6/lib/X11/fonts/75dpi"<br> FontPath "/usr/X11R6/lib/X11/fonts/100dpi"<br> FontPath "/usr/X11R6/lib/X11/fonts/Type1"<br> FontPath "/usr/X11R6/lib/X11/fonts/TrueType" #添加这一行</P> <P ALIGN=center><a href="58906.html" >[上一页]</a> <a href="58906_2.html" >[下一页]</a><BR> </P> <SPAN CLASS="article"> </SPAN> <TABLE WIDTH="99%" BORDER="0" CELLSPACING="0" CELLPADDING="3"> <TR> <TD> <DIV ID="divArticleComment"></DIV> </TD> </TR> </TABLE> <BR> <SPAN CLASS="article"><B>相关文章:</B><BR> <BR> <BLOCKQUOTE><a href="/pcedu/soft/gj/others/10111/14113.html">怎样汉化软件 </a><BR> <a href="http://wwwb.pconline.com.cn/pcedu/soft/doc/001226/1.htm">软件汉化2000使用教程 </a><BR> <a href="http://wwwb.pconline.com.cn/pcedu/soft/doc/linux/001218_1.htm">汉化你的RedHat全功略</a><BR> <a href="http://wwwb.pconline.com.cn/pcedu/soft/doc/linux/001203_1.htm">RedHat6.2服务器配置方案</a><BR> </BLOCKQUOTE> </SPAN></TD> </TR> <TR ALIGN="CENTER"> <TD CLASS="article"> <SCRIPT SRC=/pcedu/js/ad_but_410art.js></SCRIPT> <BR> <BR> <SCRIPT LANGUAGE="JavaScript" SRC="/js/hotfiles.js"></SCRIPT> </TD> </TR> </TABLE> </div> <p> </p> </td> <td width="4" valign="top"><img src="http://www.pconline.com.cn/images/000000.gif" width="4" height="1"></td> <td valign="top" width="171" bgcolor="DEE7F7"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td bgcolor="#000000" height="1"></td> </tr> <tr bgcolor="756DA1" align="center"> <td height="20"><font color="#FFFFFF">内容搜索 </font></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="FFF7EF"> <form action=http://search.pconline.com.cn/cgi-bin/search method=get> <tr align="center"> <td height="40"> <input name=word size=13> <input type=submit value=" GO " class="pt9"> </td> </tr> <tr align="center" valign="top"> <td height="34"> <select name=lm class="pt9"> <option value="0" SELECTED>任何时间</option> <option value="1">三个月内</option> <option value="3">一年</option> </select> <a href="http://www.pconline.com.cn/tpy/search.html"><font color="#000000">高级搜索</font></a> <input type="hidden" name="w" value="0"> <input type="hidden" name="si" value="pcedu"> <input type=hidden name="tn" value="bear"> <input type="hidden" name="cl" value="2"> </td> </tr> </form> </table> <DIV ALIGN="CENTER"> <SCRIPT SRC="/pcedu/js/ad_158_art.js"></SCRIPT> <BR> </DIV> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"> <TR BGCOLOR="756DA1" ALIGN="center"> <TD HEIGHT="20"><FONT COLOR="#FFFFFF">本栏今日焦点 </FONT></TD> </TR> </TABLE> <DIV ALIGN=right> <TABLE WIDTH="170" BORDER="0" CELLSPACING="0" CELLPADDING="5"> <TR CLASS="sfont"> <TD> <SCRIPT SRC="/pcedu/js/pcedu_top12.js"></SCRIPT> </TD> </TR> </TABLE> </DIV> <div align="center"> <div align="center"> </div> <div align="center"> </div> </div> </td> <td bgcolor="FFA200" width="6" class="bodyright"><img src="/images/blank.gif" width="1" height="1"></td> </tr> </table> <table border="0" cellspacing="0" cellpadding="0" width="760" bgcolor="FFA200"> <tr> <td width="7" height="7" class="leftbottom"><img src="/images/blank.gif" width="7" height="9"></td> <td class="topbottom"><img src="/images/blank.gif"></td> <td width="6" class="rightbottom"><img src="/images/blank.gif" width="6"></td> </tr> </table> </div> <br> <SCRIPTSRC=/js/pc_but.js></SCRIPT> <script language="JavaScript" src="/pcedu/soft/js/pcedu_count.js"> </script> <SCRIPT LANGUAGE="JavaScript" SRC="" temp_stop="http://pcbbs.pconline.com.cn/bbs/ArticleComment.jsp?url=http://www.pconline.com.cn/pcedu/soft/st/linux/10205/58906.html&forum=&title=跟我来汉化RedHat 7.0-(1) &max=15 &content=跟我来汉化RedHat 7.0-(1)"></SCRIPT></div></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -