📄 696.html
字号:
<A href="type6.html" tppabs="http://www.linuxhero.com/docs/type6.html">xwindow</A> | <A href="copyright.html" tppabs="http://www.linuxhero.com/docs/copyright.html">版权说明</A></font></DIV>
</TD>
<TD><IMG height=22 src="images/spacer.gif" tppabs="http://www.linuxhero.com/docs/images/spacer.gif" width=1
border=0></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=10 cellPadding=0 width="100%" bgColor=#ffffff
border=0>
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=3 width="100%" border=0>
<TR>
<TD vAlign=top align=middle width="60%">
<TABLE cellSpacing=0 cellPadding=0 width="100%"
background="images/back.gif" tppabs="http://www.linuxhero.com/docs/images/back.gif" border=0>
<TBODY>
<TR>
<TD vAlign=top width="80%">
<DIV align=center>
<FORM action="search.html" tppabs="http://www.linuxhero.com/docs/search.html" method=get>
</FORM>
<TABLE cellSpacing=0 cellPadding=0 width="95%"
border=0><TBODY>
<TR>
<TD background="images/bgi.gif" tppabs="http://www.linuxhero.com/docs/images/bgi.gif"
height=30></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=3 width="95%"
align=center border=0>
<TBODY>
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=3 width="100%"
border=0>
<TBODY>
<TR>
<TD vAlign=top>
<p><FONT class=normalfont><B><font color=blue>显示卡攻略</font></B></FONT><BR><FONT class=smallfont color=#ff9900>2004-04-23 15:18 pm</FONT><BR><FONT class=normalfont>作者:作者<br>来自:Linux知识宝库<br>联系方式:无名<br><br> 关于显示卡,实在无话可说,只能到各种X server的站点上看看硬件兼容列表,没有的话到各个bbs/news <br>
上去问问,最好是comp.os.linux.hardware,推荐站点是news.linux.org和{http://www.dejanews.com/},比如 <br>
我笔记本电脑上的Neomagic MagicGraph 128ZV就有高手写了个{patch},让XF86支持到800x600x256色甚至更 <br>
高,省去了数百$买AX4.1 for Laptop.建议不要买带Neomagic显示卡的笔记本电脑,因为它不愿意为自由程 <br>
序员提供编程资料.下面收录raner的一篇文章,以供参考: <br>
<br>
Linux下的X Server配置快速攻略 <br>
<br>
老看到有人在BBS上问关于X Server配置的问题, 这也许是安装Linux的一个难点 <br>
问题吧, 稍微总结了一下, 写了这个"攻略", 希望X Server没配好的网友都能看 <br>
一下, 希望不会再有最新显卡只能用320x200之类的问题 :-) 都是很初步的介绍 <br>
<br>
首先明确一下X Server的概念, 由于X这个Server/Client关系与通常的有点不一 <br>
样, 老有网友搞不清楚. 简单地说, 所谓X Server, 指的就是负责接收键盘鼠标 <br>
输入和负责屏幕输出的程序, 它的作用是屏蔽硬件差别, 提供一个设备无关的接 <br>
口, 而与Server对应的就是client了. 在MS Windows中是没有这个概念的, X采用 <br>
了这种结构后也许效率上受点影响, 但却带来了network-transparent的好处, 就 <br>
是说X Server/Client互相独立, 可以在本地, 也可在网络上不同地方, 这就有了 <br>
MS Win一直难以实现的远程GUI界面功能. 前面的文章已经介绍了, 现在Linux主 <br>
要就有3种X Server, 下面针对其配置方法简单地说一下其特点和配置方法 <br>
(我推荐用AccelerateX 4.1). <br>
<br>
1. XFree86 {http://www.xfree86.org/} <br>
<br>
假如你对你的显卡了解很清楚, 可以直接开始, 要不然最好先用SuperProbe测一 <br>
下你的显卡的芯片, 把型号稍微记一下, 省得呆会儿麻烦. 假如你的显卡很新的话, <br>
最好用最新版本的(当前3.3.2), 这个对新显卡支持得好一些. XFree86的好处是 <br>
各种distribution一般都带, 还有好多不同OS的版本, 可以在安装时就装上配置 <br>
<br>
我想说一下X11和XFree86的关系, 现在的X Window System由The OpenGroup负责开 <br>
发(X11R6.4), X11R6主要由X11的库和sample X11 clients组成, 而XFree86主要就 <br>
是开发i386上的X Server(与硬件相关的). 但在它们distribute时都集成在一起了, <br>
如X11R6.4带了XFree86 3.3的Server, 而XFree86中也把X11R6的lib/clients集成在 <br>
一起了 <br>
<br>
XFree86 Servers基本上就是分XF86_Mono(单色), XF86_VGA16(16色VGA), XF86_SVGA <br>
(256色或更多), XF86_Accel(加速卡, 如Mach*, S3*等)等几类. XFree86 Server的 <br>
特点就是一个很大的ELF文件(2M左右), /usr/X11R6/bin下以XF86_打头的就是了, <br>
然后一般是将X做个符号连接到你当前的X Server上. <br>
<br>
XFree86的配置有这几个(注意大小写): <br>
(1) 基于命令行的xf86config <br>
这个东西是纯命令行的, 一般安装X时都会装上, 按其提示一步步走就可以了 <br>
但由于没有Back功能, 选错了只好重来, 不太方便 :-( <br>
<br>
(2) 图形界面的XF86Setup <br>
XF86Setup是个GUI的配置工具, 第一次开始时需要VGA16 Server(你总得有个default <br>
X Server才能有GUI吧?), 比xf86config稍微好用一些, 好歹是GUI的 <br>
<br>
(3) 基于dialog的Xconfigurator <br>
假如你用RedHat的话, 还有一个文本方式下基于对话框的也不错, 就是Xconfigurator <br>
这个东西挺方便的, 安装RedHat时就是用它配的, 因此实际上你已经用过了 <br>
<br>
这些工具实际上的作用就是生成一个Server的配置文件XF86Config. 其实关键是要支持 <br>
你的显卡硬件, 这个通了, XF86Config就好办了, 改改总能对的. 要注意这个文件存放 <br>
的地方, RedHat是/etc/X11/XF86Config, Debian/Slackware是/etc/XF86Config. 它的 <br>
结构也是很清楚的, 就是搞得有点太复杂了, 你也可以手工编辑它来修改. 如你想改 <br>
Virtual Screen, 那就查Virtual(vi下/Virtual), 然后找到与你的Server对应的 <br>
Virtual改了就行了, 还有分辨率什么的, 都可手动改 <br>
<br>
另外提一下X Server的几个hot key: Ctrl_Alt_+/- 可以动态改变分辨率, 但 <br>
颜色位数好象没法改, 用X -bpp 15/16/24 等参数来指定X Server的颜色数 <br>
若你用startx的话就这样 startx -- -bpp 16/24 (startx调用的是xinit, --后面 <br>
的是传给Server的参数) Ctrl_Alt_BackSpace可以立即退出X. <br>
<br>
2. Accelerated X 4.1 {http://www.xig.com/} <br>
<br>
假如你的显卡特新(如AGP), 那XFree86也许就不行了, 用Accelerated X 4.1吧, 这是 <br>
个很不错的commercial X Server, 但已经有crack了. 它的最大好处在于其网页上不断 <br>
地会有最新显卡的updates, 而且都是可以免费download的! 我把一些download下来了, <br>
需要的网友可拿去试试. 它的安装就比XFree86简单多了, 解开tgz, 看一下README, <br>
运行安装程序, 输入serial就OK了, 十分方便. <br>
<br>
AX的程序装在/usr/X11R6/lib/X11/AccleratedX 下面, 它很模块化的, 显卡, 显示器, <br>
键盘, 鼠标几部分, 不象XFree86那样搞成一个大的ELF文件. 另外它的两个可执行文件 <br>
/usr/X11R6/bin/下面: Xaccel(Server) Xsetup(配置程序) <br>
<br>
它的config文件放在/etc/Xaccel.ini中, 只有很短的几行, 比XF86Config清晰简单多了 <br>
运行Xsetup时可加参数-text/graphics来分别进文本/GUI配置环境, 不加参数它检测是 <br>
否有/etc/Xaccel.ini来进不同环境. <br>
<br>
3. MetroLink X Server {http://www.metrolink.com/} <br>
<br>
MetroX Server在Official的RedHat和InfoMagic的CD中是带的, 安装时可以选择 <br>
安装它或XFree86 Server. 程序都装在/usr/X11R6/lib/X11/Metro下面, 也是模块化的. <br>
但这个Metro X Server感觉没有AX 4.1支持的显卡新, 但也有它的用处(如我的老 <br>
S3 868在AX 4.1上只有256色, 而用MetroX就有16bit色了 *_*) <br>
<br>
可执行文件 /usr/X11R6/bin/下面: Xmetro(Server) configX(配置程序) <br>
那个configX是个Motif界面的GUI配置程序, 会自动启动VGA方式的Xmetro Server <br>
来运行 <br>
<br>
OK, 就写这么多了, 假如你试验过了XFree86/AX4.1/MetroX都不行的话, 那也许就该 <br>
等XFree86的下一个version或去Xi Graphics的homepage看看了 :-) 顺便在BBS发文 <br>
问问吧, 也许你的操作不对. <br>
<br>
raner <br>
Apr.17, 98 <br>
<br>
另外我再补充一个: {Xsuse},据说suse以前就是做Xserver的,做suse发行版是后来的事. <br>
xsuse好象是free的,支持许多新的显示卡,特别是德国的ELSA系列(都是德国人嘛:-)。 <br>
在整理这份FAQ的时候XFree86 3.3.3已经把XSuSE和Precision Insight servers集成在 <br>
一起了。我对MetroX的印象也不好,用过它的老版本,对中文的支持有问题. <br>
顺便回答常问的两种显示卡的问题: <br>
关于i740显示卡,使用AX4.1+4100.000.tar.gz <br>
关于S3 V2/G2(如Winfast S680),使用AX4.1+第016号update <br>
不要问我AX4.1到哪儿下载,自己到处找找. ???<br>
至于Riva TNT,在Nvidia的主页上有XF86的Patch。新出的XF86 3.3.3好象已经支持了吧? <br>
<br>
i740/NeoMagic显示卡还可以到{http://www.netclub.jlonline.com/~njlug/download/default.htm} <br>
下载一个rpm包。 <br>
??
</FONT><br>
</TD>
</TR>
<TR>
<TD colSpan=2><FONT
class=middlefont></FONT><BR>
<FONT
class=normalfont>全文结束</FONT> </TD>
</TR>
<TR>
<TD background="images/dot.gif" tppabs="http://www.linuxhero.com/docs/images/dot.gif" colSpan=2
height=10></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></TD>
<TD vAlign=top width="20%"
background="images/line.gif" tppabs="http://www.linuxhero.com/docs/images/line.gif" rowSpan=2>
<DIV align=center>
<table class=tableoutline cellspacing=1 cellpadding=4
width="100%" align=center border=0>
<tr class=firstalt>
<td noWrap background="images/bgline.gif" tppabs="http://www.linuxhero.com/docs/images/bgline.gif" colspan=2 height=21>
<font class=normalfont><b>所有分类</b></font></td>
</tr>
<tr class=secondalt> <td noWrap width=27%> <font class=normalfont>1:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type1.html" tppabs="http://www.linuxhero.com/docs/type1.html">非技术类</a></font></td> </tr> </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>2:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type2.html" tppabs="http://www.linuxhero.com/docs/type2.html">基础知识</a></font></td> </tr> </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>3:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type3.html" tppabs="http://www.linuxhero.com/docs/type3.html">指令大全</a></font></td> </tr> </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>4:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type4.html" tppabs="http://www.linuxhero.com/docs/type4.html">shell</a></font></td> </tr> </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>5:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type5.html" tppabs="http://www.linuxhero.com/docs/type5.html">安装启动</a></font></td> </tr> </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>6:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type6.html" tppabs="http://www.linuxhero.com/docs/type6.html">xwindow</a></font></td> </tr> </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>7:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type7.html" tppabs="http://www.linuxhero.com/docs/type7.html">kde</a></font></td> </tr> </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>8:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type8.html" tppabs="http://www.linuxhero.com/docs/type8.html">gnome</a></font></td> </tr> </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>9:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type9.html" tppabs="http://www.linuxhero.com/docs/type9.html">输入法类</a></font></td> </tr> </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>10:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type10.html" tppabs="http://www.linuxhero.com/docs/type10.html">美化汉化</a></font></td> </tr> </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>11:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type11.html" tppabs="http://www.linuxhero.com/docs/type11.html">网络配置</a></font></td> </tr> </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>12:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type12.html" tppabs="http://www.linuxhero.com/docs/type12.html">存储备份</a></font></td> </tr> </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>13:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type13.html" tppabs="http://www.linuxhero.com/docs/type13.html">杂项工具</a></font></td> </tr> </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>14:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type14.html" tppabs="http://www.linuxhero.com/docs/type14.html">编程技术</a></font></td> </tr> </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>15:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type15.html" tppabs="http://www.linuxhero.com/docs/type15.html">网络安全</a></font></td> </tr> </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>16:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type16.html" tppabs="http://www.linuxhero.com/docs/type16.html">内核技术</a></font></td> </tr> </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>17:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type17.html" tppabs="http://www.linuxhero.com/docs/type17.html">速度优化</a></font></td> </tr> </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>18:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type18.html" tppabs="http://www.linuxhero.com/docs/type18.html">apache</a></font></td> </tr> </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>19:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type19.html" tppabs="http://www.linuxhero.com/docs/type19.html">email</a></font></td> </tr> </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>20:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type20.html" tppabs="http://www.linuxhero.com/docs/type20.html">ftp服务</a></font></td> </tr> </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>21:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type21.html" tppabs="http://www.linuxhero.com/docs/type21.html">cvs服务</a></font></td> </tr> </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>22:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type22.html" tppabs="http://www.linuxhero.com/docs/type22.html">代理服务</a></font></td> </tr> </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>23:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type23.html" tppabs="http://www.linuxhero.com/docs/type23.html">samba</a></font></td> </tr> </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>24:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type24.html" tppabs="http://www.linuxhero.com/docs/type24.html">域名服务</a></font></td> </tr> </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>25:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type25.html" tppabs="http://www.linuxhero.com/docs/type25.html">网络过滤</a></font></td> </tr> </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>26:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type26.html" tppabs="http://www.linuxhero.com/docs/type26.html">其他服务</a></font></td> </tr> </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>27:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type27.html" tppabs="http://www.linuxhero.com/docs/type27.html">nfs</a></font></td> </tr> </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>28:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type28.html" tppabs="http://www.linuxhero.com/docs/type28.html">oracle</a></font></td> </tr> </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>29:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type29.html" tppabs="http://www.linuxhero.com/docs/type29.html">dhcp</a></font></td> </tr> </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>30:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type30.html" tppabs="http://www.linuxhero.com/docs/type30.html">mysql</a></font></td> </tr> </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>31:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type31.html" tppabs="http://www.linuxhero.com/docs/type31.html">php</a></font></td> </tr> </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>32:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type32.html" tppabs="http://www.linuxhero.com/docs/type32.html">ldap</a></font></td> </tr> </table></td></tr> </table>
</DIV></TD></TR>
<TR vAlign=top>
<TD width="80%">
<DIV align=center><BR>
</DIV>
</TD></TR></TBODY></TABLE></TD></TR>
</TABLE></TD></TR>
</TABLE>
<TABLE cellSpacing=0 cellPadding=4 width="100%" bgColor=#eeeeee
border=0><TBODY>
<TR>
<TD width="50%">
<P><FONT class=middlefont>版权所有 © 2004 <A
href="mailto:bjchenxu@sina.com">linux知识宝库</A><BR>
违者必究. </FONT></P>
</TD>
<TD width="50%">
<DIV align=right><FONT class=middlefont>Powered by: <A
href="mailto:bjchenxu@sina.com">Linux知识宝库</A> Version 0.9.0 </FONT></DIV>
</TD></TR></TBODY></TABLE>
<CENTER></CENTER></TD></TR>
</TABLE></CENTER></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -