Bởi bây giờ bạn nên biết đó có thể đúng cách giúp bạn thoát khỏi Linux TRÁNH Vấn đề với hệ thống của bạn. Mục đích Điều gì xảy ra nếu cái gì đó đi sai? Trong phần tiếp theo bạn sẽ tìm hiểu về biện pháp ngăn chặn, . | Configuring Other Servers 188 Part II without runlevels run man init to see whether your system uses an init you should look into the etc rc and etc files you usually only have to remove comment signs at the beginning of a line that calls xdm. If no such line is present you probably have a system that has no preconfigured xdm. In any event xdm by default runs your .xinitrc file for you. Configuration of the Window Manager Window managers are a user- and site-specific issue. Several window managers are available for Linux. The configuration of one window manager is quite different from that of another. The window manager used in the configuration is usually explained in your .xinitrc file so look there. The most commonly used window managers for Linux are olwm or olvwm for the OPEN LOOK Window manager. It is on the CD-ROM at the back of this book. mwm for the Motif window manager possibly the most common commercial window manager. You have to buy it along with Motif. twm. It is part of the XFree86 distribution on the CD-ROM at the back of this book. B fvwm95. This seems to be the most popular freely available window manager and is on the CD-ROM at the back of this book. I discuss mwm in greater detail in Chapter 26 Motif Programming. Compiling Programs That Use X Before compiling any programs for X please read the GCC-HOWTO file. This file can be found in the pub Linux docs HOWTO directories of sunsite or under usr doc. Many questions on compiling programs with Linux are answered here. If you have the source code for a program that uses X11 it is usually shipped with an Imakefile instead of a Makefile. Imakefiles are files that create Makefiles for your system. Discussing Imakefiles is beyond the scope of this book however you will have to work with Imakefiles if you work at all with X sources. Just remember the shell script xmkmf and you should be okay. TIP xmkmf is an abbreviation for X Make Makefile. 189 X Window Chapter 10 CAUTION The xmkmf shell .