- 论坛徽章:
- 0
|
5.2) 回车翻页,找到所使用显卡的型号,输入相应序号
========================================================================
18 ** NVIDIA (generic) [nv] -
19 ** NeoMagic (generic) [neomagic] -
20 ** Number Nine I128 (generic) [i128] -
21 ** Rendition (generic) [rendition] -
22 ** S3 (not ViRGE or Savage) (generic) [s3] -
23 ** S3 Savage (generic) [savage] -
24 ** S3 ViRGE (generic) [s3virge] -
25 ** SiS (generic) [sis] -
26 ** Silicon Motion (generic) [siliconmotion]-
27 ** Trident (generic) [trident] -
28 ** Tseng Labs (generic) [tseng] -
29 ** VMWare guest OS (generic) [vmware] -
30 2 the Max MAXColor S3 Trio64V+ -
31 2-the-Max MAXColor 6000 ET6000
32 3DLabs Oxygen GMX PERMEDIA 2
33 928Movie S3 928
34 AGX (generic) AGX-014/15/16
35 ALG-5434(E) CL-GD5434
========================================================================
(5.3) 确认选择的Xorg显示驱动模块,直接回车继续
========================================================================
Enter a number to choose the corresponding card definition.
Press enter for the next page, q to continue configuration.
Your selected card definition:
Identifier: ** XXXX
Chipset: -
Driver: XXXX
Press enter to continue, or ctrl-c to abort.
========================================================================
(5.4) 再次要求输入显卡描述符(将记录在配置文件中)
========================================================================
You must now enter a few identification/description strings, namely an
identifier, a vendor name, and a model name. Just pressing enter will fill
in default names (possibly from a card definition).
Your card definition is ** XXXXX.
The strings are free-form, spaces are allowed.
Enter an identifier for your video card definition:
========================================================================
(5.5)选择显存大小
========================================================================
Now you must give information about your video card. This will be used for
the "Device" section of your video card in xorg.conf.
It is probably a good idea to use the same approximate amount as that detected
by the server you intend to use. If you encounter problems that are due to the
used server not supporting the amount memory you have, specify the maximum
amount supported by the server.
How much video memory do you have on your video card:
1 256K
2 512K
3 1024K
4 2048K
5 4096K
6 8192K
7 16384K
8 32768K
9 65536K
10 131072K
11 262144K
12 Other
Enter your choice:
========================================================================
(6) 配置显示分辨率模式段,Xorg允许指定一个色彩模式下的多种分辨率,并在运行时自动匹配;
默认设置如下面显示的,如果不想使用那么大 的分辨率必须手工设定分辨率模式;例如希望使用
800x600x24bpp,则需选择"3",配置24-Bit模式下的期望分辨率;
========================================================================
For each depth, a list of modes (resolutions) is defined. The default
resolution that the server will start-up with will be the first listed
mode that can be supported by the monitor and card.
Currently it is set to:
"1280x1024" "1024x768" "800x600" "640x480" for 8-bit
"1280x1024" "1024x768" "800x600" "640x480" for 16-bit
"1280x1024" "1024x768" "800x600" "640x480" for 24-bit
Modes that cannot be supported due to monitor or clock constraints will
be automatically skipped by the server.
1 Change the modes for 8-bit (256 colors)
2 Change the modes for 16-bit (32K/64K colors)
3 Change the modes for 24-bit (24-bit color)
4 The modes are OK, continue.
Enter your choice: 3
========================================================================
(6.1) 选择对应色彩模式下的分辨率,可以使用多个数字一次选择,则自动匹配分辨率时会根据
硬件情况由最前面的往后依次测试选择最合适 的分辨率;如例中选择"432",则默认分辨率为
1024x768,不成功则自动匹配800x600... 推荐选择固定值"3"或"4";
========================================================================
Select modes from the following list:
1 "640x400"
2 "640x480"
3 "800x600"
4 "1024x768"
5 "1280x1024"
6 "320x200"
7 "320x240"
8 "400x300"
9 "1152x864"
a "1600x1200"
b "1800x1400"
c "512x384"
d "1400x1050"
Please type the digits corresponding to the modes that you want to select.
For example, 432 selects "1024x768" "800x600" "640x480", with a
default mode of 1024x768.
Which modes? 3
========================================================================
(6.2) X允许使用大于真实分辨率的虚拟桌面,使用鼠标在边缘平移来滚动桌面,建议选否 "n";
========================================================================
You can have a virtual screen (desktop), which is screen area that is larger
than the physical screen and which is panned by moving the mouse to the edge
of the screen. If you don't want virtual desktop at a certain resolution,
you cannot have modes listed that are larger. Each color depth can have a
differently-sized virtual screen
Please answer the following question with either 'y' or 'n'.
Do you want a virtual screen that is larger than the physical screen? n
========================================================================
(6.3) 依次选取各显示模式的分辨率后,选择"4"确认;
========================================================================
Modes that cannot be supported due to monitor or clock constraints will
be automatically skipped by the server.
1 Change the modes for 8-bit (256 colors)
2 Change the modes for 16-bit (32K/64K colors)
3 Change the modes for 24-bit (24-bit color)
4 The modes are OK, continue.
Enter your choice: 4
========================================================================
(6.4) 选择默认的色彩深度,根据我们期望的显示模式,选择 "5",24Bit显示;
========================================================================
Please specify which color depth you want to use by default:
1 1 bit (monochrome)
2 4 bits (16 colors)
3 8 bits (256 colors)
4 16 bits (65536 colors)
5 24 bits (16 million colors)
Enter a number to choose the default depth.
========================================================================
(7) "y"保存。(如果不想直接保存到系统配置文件,可以选择"n"然后在下一步中保存到其它路径。)
========================================================================
I am going to write the xorg.conf file now. Make sure you don't accidently
overwrite a previously configured one.
Shall I write it to /etc/X11/xorg.conf? y
========================================================================
(8) 重新启动系统
========================================================================
# reboot
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/30702/showart_304218.html |
|