Linux X-Window配置指南(6) What Clockchip setting do you want (1-8)? 由于说明书常常没写出时钟芯片的型号,所以……唉,天无绝人之路,按下回车键,跳过去也不会影响什么。 注意盯着屏幕,当屏幕上出现:Do you want me to run 'X-probeonly' now?一定要按Y,否则,它就不会自动检测显卡的时钟频率了。 最后就是选择显示模式: 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:
"640×480" "800×600" "1024×768" "1280×1024" for 8bpp "640×480" "800×600" "1024×768" for 16bpp "640×480" "800×600" for 32bpp
Note that 16bpp and 32bpp are only supported on a few configurations. Modes that cannot be supported due to monitor or clock constraints will be automatically skipped by the server.
1 Change the modes for 8pp (256 colors) 2 Change the modes for 16bpp (32K/64K colors) 3 Change the modes for 32bpp (24-bit color) 4 The modes are OK, continue.
Enter your choice: 作出选择后会让你设定默认分辨率,建议设为640×480。 当再次出现以上文字时,选4或直接回车,然后屏幕提示:Shall I write it to /etc/XF86Config?输入Y,将设定结果存盘。 终于完成了,真是劳神伤身。惊心动魄的时候到了,输入startx,如果你看到漂亮的X-Window,那么祝贺你大功告成了。否则,真是悲惨世界:-<,大侠请重新来过,根据上面的介绍再配一遍吧。 另外,Red Hat 5.1版的Linux提供了一个图形界面的X-Server配置程序,只要输入Xconfigurator就可以调用,不过请注意大小写,错了可不行!而在Slackware 3.5版的Linux中,相应的程序名是XF86Setup。