![Phân tích tư tưởng của nhân dân qua đoạn thơ: Những người vợ nhớ chồng… Những cuộc đời đã hóa sông núi ta trong Đất nước của Nguyễn Khoa Điềm](https://timtailieu.net/upload/document/136415/phan-tich-tu-tuong-cua-nhan-dan-qua-doan-tho-039-039-nhung-nguoi-vo-nho-chong-nhung-cuoc-doi-da-hoa-song-nui-ta-039-039-trong-dat-nuoc-cua-nguyen-khoa-136415.jpg)
Learning DebianGNU Linux-Chapter 5: Installing and Configuring the X Window System
Số trang: 19
Loại file: pdf
Dung lượng: 494.00 KB
Lượt xem: 9
Lượt tải: 0
Xem trước 2 trang đầu tiên của tài liệu này:
Thông tin tài liệu:
Tham khảo tài liệu 'learning debiangnu linux-chapter 5: installing and configuring the x window system', công nghệ thông tin, hệ điều hành phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả
Nội dung trích xuất từ tài liệu:
Learning DebianGNU Linux-Chapter 5: Installing and Configuring the X Window System 5. Installing and Configuring the X Window System This chapter helps you install, configure, and use the X Window System (often known simply as X). Once X is up and running, you can choose how to start X. This chapter explains your options and also gives some tips on optimizing the performance of X. 5.1 What is X? X is the standard graphical user interface for Linux. Like other graphical user interfaces such as Microsoft Windows and Mac OS, X lets you interact with programs by using a mouse (or other pointing device) to point and click, providing a simple means of communicating with your computer. Originally implemented as a collaborative effort of Digital Equipment Corporation and Massachusetts Institute of Technology, X was first released in 1987. Subsequently, the X Consortium, Inc. became responsible for the continued development and publication of X. Despite its age, X is a remarkable and very modern software system: a cross- platform, network-oriented graphical user interface. It runs on a wide variety of platforms, including essentially every variety of Unix. X Clients are available for use, for example, under Windows 3.x, 9x, and NT. The sophisticated networking capabilities of X let you run a program on one computer while viewing the graphical output on another computer, connected to the first via a network. With the advent of the Internet, which interconnected a sizable fraction of the computers on the planet, X achieved a new height of importance and power. Most Linux users run XFree86, a freely available software system compatible with X. XFree86 was developed by the XFree86 software team, which began work in 1992. In 1994, The XFree86 Project assumed responsibility for ongoing research and development of XFree86. 5.2 Installing X Getting a proper X Window System up and running used to be a real challenge on Linux, almost a rite of passage. Today, device drivers are available for a much wider array of hardware, and configuration tools to assist in the setup process have greatly improved. While still tricky at times - especially with unusual hardware - X setup and configuration is no longer the daunting process it once was, and should be relatively easy. You'll go through two stages before you have X successfully running. The first stage involves installing the needed programs that enable X to run. These can be grouped into several categories: Basic XFree86 program X servers Window Managers Applications Fonts This stage is very straightforward and can even be done as part of the basic installation process, if you select the relevant X packages during that step. In the second stage you configure X to run properly on your system. This is a matter of identifying an X server compatible with your graphics card, and tuning the server for your graphics card. If you have a common card and all the documentation for it, this second stage will be relatively simple. Missing information makes the process harder, but not impossible. As shown in Appendix C, The Debian Package Management Utilities, X consists of many packages. Once you've installed the necessary packages, you're ready to configure X. WARNING: You should exercise due care while configuring X to run on your system. If you incorrectly or incompletely configure X, your system can be permanently damaged. In particular, if you configure your monitor for a refresh rate that exceeds its capacity, you can damage the monitor. Older fixed-frequency monitors are particularly susceptible to such damage. The author and publisher have taken pains to make this chapter clear and accurate, but their efforts don't ensure that the procedure presented in this chapter will work correctly with your hardware. Consequently, the author and publisher cannot be held responsible for damages resulting from a faulty installation or configuration of X. If you have a card or monitor of unknown manufacture or model, and feel that you must guess, at least start with a narrow range of middle values, and gradually expand that range to see if you can find a value that works. Don't let a monitor that displays an unstable or garbled image run any longer than the time it takes you to cut power to the monitor 5.3 Configuring X When you install the xserver-common package, xf86config is automatically launched. However, you can launch the program any time you like. To do so, log in as root and type the command: xf86config Figure 5.1 shows the beginning of the xf86config dialog. As you can see, xf86config is a text-mode program; it does not support use of the mouse and it presents its questions teletype-style, using black-and-white text. In working with xf86config, you may find that your Backspace key doesn't work as expected. If so, use Ctrl-Backspace instead. Figure 5.1: The beginning of the xf86config dialog Next, xf86config asks you to specify the type of mouse attached to your system, as shown in Figure 5.2. Type the number associated with your choice, and press Enter. For non-mouse pointing devices found on many laptops, you should most likely select PS/2 Mouse. Figure 5.2: Specifying the mouse type If you selected the Logitech MouseMan mouse, you should enable its third button by responding y to the question asking whether ChordMiddle should be enabled, as shown in Figure 5.3. Figure 5.3: Specifying the ChordMiddle option If your mouse has only two buttons, you should enable emulation of a three- button mouse by responding y to the question asking about Emulate3Buttons, as shown in Figure 5.4. If you enable this option you can simultaneously press both the buttons of your mouse to emulate pressing the third button. Figure 5.4: Specifying emulation of a three-button mouse Next, you must specify the device file associated with the mouse, as shown in Figure 5.5. The instal ...
Nội dung trích xuất từ tài liệu:
Learning DebianGNU Linux-Chapter 5: Installing and Configuring the X Window System 5. Installing and Configuring the X Window System This chapter helps you install, configure, and use the X Window System (often known simply as X). Once X is up and running, you can choose how to start X. This chapter explains your options and also gives some tips on optimizing the performance of X. 5.1 What is X? X is the standard graphical user interface for Linux. Like other graphical user interfaces such as Microsoft Windows and Mac OS, X lets you interact with programs by using a mouse (or other pointing device) to point and click, providing a simple means of communicating with your computer. Originally implemented as a collaborative effort of Digital Equipment Corporation and Massachusetts Institute of Technology, X was first released in 1987. Subsequently, the X Consortium, Inc. became responsible for the continued development and publication of X. Despite its age, X is a remarkable and very modern software system: a cross- platform, network-oriented graphical user interface. It runs on a wide variety of platforms, including essentially every variety of Unix. X Clients are available for use, for example, under Windows 3.x, 9x, and NT. The sophisticated networking capabilities of X let you run a program on one computer while viewing the graphical output on another computer, connected to the first via a network. With the advent of the Internet, which interconnected a sizable fraction of the computers on the planet, X achieved a new height of importance and power. Most Linux users run XFree86, a freely available software system compatible with X. XFree86 was developed by the XFree86 software team, which began work in 1992. In 1994, The XFree86 Project assumed responsibility for ongoing research and development of XFree86. 5.2 Installing X Getting a proper X Window System up and running used to be a real challenge on Linux, almost a rite of passage. Today, device drivers are available for a much wider array of hardware, and configuration tools to assist in the setup process have greatly improved. While still tricky at times - especially with unusual hardware - X setup and configuration is no longer the daunting process it once was, and should be relatively easy. You'll go through two stages before you have X successfully running. The first stage involves installing the needed programs that enable X to run. These can be grouped into several categories: Basic XFree86 program X servers Window Managers Applications Fonts This stage is very straightforward and can even be done as part of the basic installation process, if you select the relevant X packages during that step. In the second stage you configure X to run properly on your system. This is a matter of identifying an X server compatible with your graphics card, and tuning the server for your graphics card. If you have a common card and all the documentation for it, this second stage will be relatively simple. Missing information makes the process harder, but not impossible. As shown in Appendix C, The Debian Package Management Utilities, X consists of many packages. Once you've installed the necessary packages, you're ready to configure X. WARNING: You should exercise due care while configuring X to run on your system. If you incorrectly or incompletely configure X, your system can be permanently damaged. In particular, if you configure your monitor for a refresh rate that exceeds its capacity, you can damage the monitor. Older fixed-frequency monitors are particularly susceptible to such damage. The author and publisher have taken pains to make this chapter clear and accurate, but their efforts don't ensure that the procedure presented in this chapter will work correctly with your hardware. Consequently, the author and publisher cannot be held responsible for damages resulting from a faulty installation or configuration of X. If you have a card or monitor of unknown manufacture or model, and feel that you must guess, at least start with a narrow range of middle values, and gradually expand that range to see if you can find a value that works. Don't let a monitor that displays an unstable or garbled image run any longer than the time it takes you to cut power to the monitor 5.3 Configuring X When you install the xserver-common package, xf86config is automatically launched. However, you can launch the program any time you like. To do so, log in as root and type the command: xf86config Figure 5.1 shows the beginning of the xf86config dialog. As you can see, xf86config is a text-mode program; it does not support use of the mouse and it presents its questions teletype-style, using black-and-white text. In working with xf86config, you may find that your Backspace key doesn't work as expected. If so, use Ctrl-Backspace instead. Figure 5.1: The beginning of the xf86config dialog Next, xf86config asks you to specify the type of mouse attached to your system, as shown in Figure 5.2. Type the number associated with your choice, and press Enter. For non-mouse pointing devices found on many laptops, you should most likely select PS/2 Mouse. Figure 5.2: Specifying the mouse type If you selected the Logitech MouseMan mouse, you should enable its third button by responding y to the question asking whether ChordMiddle should be enabled, as shown in Figure 5.3. Figure 5.3: Specifying the ChordMiddle option If your mouse has only two buttons, you should enable emulation of a three- button mouse by responding y to the question asking about Emulate3Buttons, as shown in Figure 5.4. If you enable this option you can simultaneously press both the buttons of your mouse to emulate pressing the third button. Figure 5.4: Specifying emulation of a three-button mouse Next, you must specify the device file associated with the mouse, as shown in Figure 5.5. The instal ...
Tìm kiếm theo từ khóa liên quan:
công nghệ thông tin thủ thuật máy tính tin học quản trị mạng computer networkTài liệu liên quan:
-
52 trang 439 1 0
-
24 trang 366 1 0
-
Top 10 mẹo 'đơn giản nhưng hữu ích' trong nhiếp ảnh
11 trang 329 0 0 -
Làm việc với Read Only Domain Controllers
20 trang 321 0 0 -
74 trang 310 0 0
-
96 trang 305 0 0
-
Báo cáo thực tập thực tế: Nghiên cứu và xây dựng website bằng Wordpress
24 trang 299 0 0 -
Đồ án tốt nghiệp: Xây dựng ứng dụng di động android quản lý khách hàng cắt tóc
81 trang 292 0 0 -
Tài liệu dạy học môn Tin học trong chương trình đào tạo trình độ cao đẳng
348 trang 291 1 0 -
EBay - Internet và câu chuyện thần kỳ: Phần 1
143 trang 278 0 0