Linux X-Window配置指南

2008-02-23 07:20:27来源:互联网 阅读 ()

新老客户大回馈,云服务器低至5折

X-Window是一种风行于UNIX的图形界面,现在它已经成功地移植到了Linux平台上,装上X-Window这一漂亮的门面,一定能让Linux蓬荜生辉。它的最大特点是设备无关性,安装完Linux后只要用xf86config配置一下就可以立马上班了。
首先当然得准备好资料,我将显示器和显卡的说明书放在案边,因为在设定X-Window时要知道显示器的垂直及水平扫描频率、显卡的主芯片、显存大小、DAC芯片和时钟芯片型号。
  运行xf86cofnig后,前面几个画面没什么重要的, 一直按Enter直到设定鼠标的地方!屏幕上出现:
First specify a mouse protocol type. Choose one from the following list:
1. Microsoft compatible (2-button protocol)
2. Mouse Systems (3-button protocol)
3. Bus Mouse
4. PS/2 Mouse
5. Logitech Mouse (serial, old type, Logitech protocol)
6. Logitech MouseMan (Microsoft compatible)
7. MM Series
8. MM HitTablet
  相信大家都知道自己的爱鼠该选那一种吧?如果你的鼠标是可以2键与3键切换的,建议你使用3键的,因为X-Window下会使用到第三个键。另外罗技的鼠标一般都应该要选第六项。我的小老鼠嘛,最常见,选2。
接下来会问好些问题,在询问是否须要启动3键鼠标仿真功能时,最好选“Y”,其他的根据我的经验一路回车就能搞定。直到屏幕上出现:
Please answer the following question with either 'y' or 'n'.
Do you want to enable these bindings for the Alt keys?
  要我们设置键盘的Alt键,直接按Enter或输入“Y”都行。
  接着屏幕显示:
It is VERY IMPORTANT that you do not specify a monitor type with a horizontal sync range that is beyond the capabilities of your monitor.
If in doubt,choose a conservative setting.
hsync in kHz; monitor type with characteristic modes
1 31.5; Standard VGA, 640x480 @ 60 Hz
2 31.5 - 35.1; Super VGA, 800x600 @ 56 Hz
3 31.5, 35.5; 8514 Compatible, 1024x768 @ 87 Hz interlaced (no 800x600)
4 31.5, 35.15, 35.5; Super VGA, 1024x768 @ 87 Hz interlaced, 800x600 @ 56 Hz
5 31.5 - 37.9; Extended Super VGA, 800x600 @ 60 Hz, 640x480 @ 72 Hz
6 31.5 - 48.5; Non-Interlaced SVGA, 1024x768 @ 60 Hz, 800x600 @ 72 Hz
7 31.5 - 57.0; High Frequency SVGA, 1024x768 @ 70 Hz
8 31.5 - 64.3; Monitor that can do 1280x1024 @ 60 Hz
9 31.5 - 79.0; Monitor that can do 1280x1024 @ 74 Hz
10 Enter your own horizontal sync range

Enter your choice (1-10):
  让你选择显示器的水平扫描频率,如果你有显示器说明书,按说明书选择,或选10自己输入。如果没有说明书,选5比较合适。接下来就是设定垂直扫描频率了:
You must indicate the vertical sync range of your monitor. You can either select one of the predefined ranges below that correspond to industry-standard monitor types, or give a specific range. For interlaced modes,the number that counts is the high one (e.g. 87 Hz rather than 43 Hz).
1 50-70
2 50-90
3 50-100
4 40-150
5 Enter your own vertical sync range
  同样,根据说明书来选择,或选5自己输入。如果没有说明书,选2一般没问题。
  接着,它会问你显示器的生产厂家和型号, 随便输入就可以了。干脆,一路回车,搞定。屏幕上出现了选择显卡类型的提示:
Do you want to look at the card database? (按Y,列出显卡数据库)
0 S3 Trio64V
1 ......
在这里会列出近400百种显卡供你选择。
VGA16 适用於大部分的显示卡,只有16色;
SVGA适用大部分的SVGA显示卡,如Trident;
8900&9400,Cirrus Logic, C&T, ET4000等等,有不同的显示卡可以先用这个;
Mach8适用ATI 使用Mach8的芯片;
Mach32适用ATI 使用Mach32的芯片;
Mach64适用ATI 使用Mach64的芯片;
8514适用IBM8514/A 和trueclones;
S3适用S3大部分的芯片;
AGX适用大部分的XGA的显示卡。
实在找不到匹配的类型时,可以选Generic VGA兼容卡。

下面就是让我们选择自己的X服务器,这个选项是一定要选的。
1 The XF86_Mono server. This is a monochrome server that should work on any VGA-compatible card, in 640x480 (more on some SVGA chipsets).
2 The XF86_VGA16 server. This is a 16-color VGA server that should work on any VGA-compatible card.
3 The XF862_SVGA server. This is a 256 color SVGA server that supports a a number of SVGA chipsets. It is accelerated on some Cirrus and WD chipsets; it supports 16/32-bit color on certain Cirrus configurations.
4 The accelerated servers. These include XF86_S3, XF86_Mach32, XF86_Mach8,XF86_8514, XF86_P9000, XF86_AGX, XF86_W32 and XF86_Mach64.
These four server types correspond to the four different "Screen" sections in XF86Config (vga2, vga16, svga, accel).
Which one of these screen types do you intend to run by default (1-4)?
如果用户的显示卡是S3/Mach32/Mach8/8514/P9000/AGX/W32/S3 Virge系列,就可以在第四个选项中挑选自己的服务器,否则只能选择3,使用256色了。如果连选3都无法正常启动X-Window,那你只有选2,享用那丑陋的16色,要么就只能换块显卡。
接下来它会问你要不要做连接。请选“Y”。
Please answer the following question with either 'y' or 'n'.
Do you want me to set the symbolic link?
然后它问你:Do you want to set it in /var/X11R6/bin?是否存盘?当然回答Y了。
显存大小:
How much video memory do you have on your video card:
1 256K
2 512K
3 1024K
4 2048K
5 4096K
6 Other
Enter your choice:

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:renice命令:修改一个正在运行进程的优先权

下一篇:Linux X-Window显卡配置通用解决方法