chapter eleven the x window system. 2 lesson a starting and navigating an x window system

38
Chapter Eleven Chapter Eleven The X Window System The X Window System

Upload: stanley-lester

Post on 17-Jan-2016

220 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System

Chapter ElevenChapter Eleven

The X Window SystemThe X Window System

Page 2: Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System

22

Lesson ALesson A

Starting and Navigating anStarting and Navigating an

X Window SystemX Window System

Page 3: Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System

33

ObjectivesObjectives

Describe the X Window systemDescribe the X Window system

Understand the role of the Window Understand the role of the Window ManagerManager

Start the X Window systemStart the X Window system

Interact with the X Window system and Interact with the X Window system and use its componentsuse its components

Page 4: Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System

44

What is the X Window What is the X Window System?System?

The X Window system is a graphical user interface (GUI) The X Window system is a graphical user interface (GUI) that runs on Linux and many UNIX operating systemsthat runs on Linux and many UNIX operating systems

Programmers may develop applications that run on the X Programmers may develop applications that run on the X Window system and support GUI components, such as Window system and support GUI components, such as windows, dialog boxes, buttons, and pull-down menuswindows, dialog boxes, buttons, and pull-down menus

The X Window system was originally created at MIT and The X Window system was originally created at MIT and was created so that different brands of hardware, was created so that different brands of hardware, running different variations of UNIX, would all look and running different variations of UNIX, would all look and feel the same to the userfeel the same to the user

Page 5: Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System

55

Page 6: Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System

66

X Window Clients and ServersX Window Clients and Servers

Although you can easily use the X Window system to run Although you can easily use the X Window system to run programs stored on your local computer, you can also programs stored on your local computer, you can also run applications over the networkrun applications over the network

X Window uses a client/server model in which a program X Window uses a client/server model in which a program can run on one computer but display its output on can run on one computer but display its output on anotheranother

The desktop system from which you run a program is The desktop system from which you run a program is called the X server, the system that hosts and executes called the X server, the system that hosts and executes the program is called the X client (this is opposite of the program is called the X client (this is opposite of normal networking)normal networking)

Page 7: Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System

77

Window ManagersWindow Managers

The X Window system is layered and built from components. The top layer is the Window Manager

Page 8: Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System

88

Window ManagersWindow Managers

Page 9: Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System

99

Starting the X Window Starting the X Window SystemSystem

Establishing the OS’s default run level, or mode of operation

Page 10: Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System

1010

Page 11: Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System

1111

Page 12: Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System

1212

Interacting with WindowsInteracting with Windows

The GNOME environment consists of icons, a The GNOME environment consists of icons, a panel, windows, and the desktop areapanel, windows, and the desktop area

Many GNOME window components appear and Many GNOME window components appear and function exactly like their counterparts in a function exactly like their counterparts in a Windows-based systemWindows-based system

This includes: resizing, moving, shading, and This includes: resizing, moving, shading, and unshading a windowunshading a window

Some windows components offer context-Some windows components offer context-sensitive, pop-up help boxessensitive, pop-up help boxes

Page 13: Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System

1313

Interacting with WindowsInteracting with Windows

Iconify, minimize/maximize, and close buttons work in a similar fashion to their windows-based counterparts in terms of managing a window

Page 14: Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System

1414

Interacting with the PanelInteracting with the Panel

You can access the panel and alter its properties via the Main Menu

Page 15: Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System

1515

Interacting with the PanelInteracting with the Panel

The clock applet displays the date and time by default but you can modify its properties

Page 16: Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System

1616

Lesson BLesson B

Running Applications andRunning Applications and

Customizing the Desktop Customizing the Desktop

Page 17: Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System

1717

ObjectivesObjectives

Run built-in applicationsRun built-in applications

Use the Calendar application to keep Use the Calendar application to keep appointments and a to-do listappointments and a to-do list

Start the spreadsheet application and Start the spreadsheet application and the gedit applicationthe gedit application

Configure your desktopConfigure your desktop

Page 18: Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System

1818

Page 19: Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System

1919

Page 20: Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System

2020

Page 21: Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System

2121

Page 22: Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System

2222

Page 23: Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System

2323

Page 24: Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System

2424

Page 25: Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System

2525

Page 26: Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System

2626

Page 27: Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System

2727

Page 28: Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System

2828

Page 29: Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System

2929

Page 30: Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System

3030

Page 31: Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System

3131

Page 32: Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System

3232

Page 33: Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System

3333

Page 34: Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System

3434

Chapter SummaryChapter Summary

The X Window system is a graphical user The X Window system is a graphical user interface, or GUI, that runs many UNIX and interface, or GUI, that runs many UNIX and Linux systemsLinux systems

The X Window system is built in layers and the The X Window system is built in layers and the top layer, with which the user interacts, is top layer, with which the user interacts, is called the Windows Managercalled the Windows Manager

Use the startx command at the command line Use the startx command at the command line to start the X Window systemto start the X Window system

The GNOME environment consists of icons, a The GNOME environment consists of icons, a panel, windows, and the desktop areapanel, windows, and the desktop area

Page 35: Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System

3535

Chapter SummaryChapter Summary

You resize, move, minimize, maximize, and close a You resize, move, minimize, maximize, and close a window by interacting with its border, title bar, and window by interacting with its border, title bar, and buttonsbuttons

The GNOME panel provides access to the Main Menu The GNOME panel provides access to the Main Menu and icons for appletsand icons for applets

You configure the clock applet to display the date and You configure the clock applet to display the date and time in 12-hour, 24-hour, or other formatstime in 12-hour, 24-hour, or other formats

The Nautilus is a GUI for managing your directories The Nautilus is a GUI for managing your directories and files and for navigating the file systemand files and for navigating the file system

Page 36: Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System

3636

Chapter SummaryChapter Summary

In addition to Nautilus, the X Window system In addition to Nautilus, the X Window system has several other built-in applicationshas several other built-in applications

You can copy text from one window and paste You can copy text from one window and paste it into anotherit into another

You can customize the background of your You can customize the background of your display with a color or graphic image known as display with a color or graphic image known as wallpaperwallpaper

Page 37: Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System

3737

Chapter SummaryChapter Summary

You may choose from a number of screen You may choose from a number of screen savers, which activate after there has been no savers, which activate after there has been no keyboard or mouse activity after a specified keyboard or mouse activity after a specified period of timeperiod of time

You can customize the Panel by adding and You can customize the Panel by adding and moving applet icons, including icons that moving applet icons, including icons that launch your own programslaunch your own programs

You can customize the Main Menu by adding You can customize the Main Menu by adding entries that execute your own programsentries that execute your own programs

Page 38: Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System

3838

Command SummaryCommand Summary