Chapter 6 - Configuring the X Window System, Localization, and Printing Flashcards

1
Q

there are 3 X Server options for Linux. tell me what they are.

6-280,281

A

XFree86
X.org-X11
Accelerated-X

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

there are 3 X Configuration utilities

6-282

A

the X Server Itself
Distribution-Specific Tools
xf86cfg or xorgcfg

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

the 3 X Configuration File formats

6-283

A

X.org-X11
XFree86 4.x
XFree86 3.3.6 and earlier

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

two ways to kill the X server

6-285

A

ctrl+alt+backspace

kill command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

tell me two input devices for X

6-286,287

A

keyboard and mouse

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

how does X settle on a resolution?

6-288

A

looks through a series of mode lines; these lines define combinations of horizontal and vertical timing that produces a given resolution and refresh rate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what is Data Display Channel?

6-289

A

a protocol that enables monitors to communicate their maximum horizontal and vertical refresh rates and appropriate mode lines to the computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

what do you type to create an initial configuration?

6-290

A

Xorg -configure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

how do you calculate the amount of RAM required for graphical video modes?

6-291

A

xres x yres x bpp

bpp is the bit depth

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

all modern video cards have at least this much RAM

6-292

A

32 MB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

which command would you use to find out the X version number and color depth of the current display?

6-293

A

xdpyinfo

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

what program handles the window’s borders and enables you to drag the window around the screen and resize it?

6-294

A

window manager

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what is a font server?

6-295

A

program that delivers fonts to one or man computers using network protocols

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what are the two broad categories of fonts?

6-296

A

bitmap fonts

outline fonts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

true/false: linux uses fonts in the same format as Mac OSX and Windows

6-297

A

true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

what do you need to do to add your new font directory to the font path?

6-298

A

duplicate one of the existing FontPath lines and change the directory specification to point to your new directory

17
Q

to use a font server what must X do?

6-299

A

it must list that server in its font path

18
Q

you type xset fp rehash. what does this command do?

6-300

A

it makes X reexamine its font path

19
Q

X is a network-enabled GUI. it employs a network login protocol. what is that protocol?

6-301

A

X Display Manager Control Protocol

20
Q

tell me the 5 XDMCP servers that are common in linux

6-302

A
XDM
KDM
GDM
LightDM
MDM
21
Q

when you want to permanently change the runlevel on a SysV-based system, you have to edit a particular file. what is that file and what part of it do you need to change?

6-303

A

/etc/inittab file

its id line

22
Q

what is the simplest of the major XDMCP servers?

6-304

A

XDM

23
Q

true/false: you can always predict where the KDM config files will be.

6-305

A

false

24
Q

how do you launch the GUI control tool for GDM?

6-305

A

gdmconfig or gdmsetup

25
Q

explain the X Client-Server setup

6-307

A

web server for storing webpages
x client and web browser to run user programs
x server to provide display and user input services

26
Q

the SSH protocol has two attributes that are important to the X server situation. what are they?

6-308

A

its a text-mode protocol

it can tunnel

27
Q

what two things provide accessibility options for the Windows X system?

6-311

A

AccessX and desktop environment control panels

28
Q

dyslexic users benefit from a special font that does what?

6-313

A

weights the bottoms of the characters more heavily than the tops

29
Q

tell me two synthetic speech programs available for linux

6-314

A

orca

emacspeak

30
Q

if you want to check your time zone, what command do you use?

6-316

A

date

31
Q

in linux, what is a locale?

6-318

A

a way of specifying the computer’s language, country, and related info for customizing displays

32
Q

what is the software that manages the print queue?

6-321

A

Common Unix Printing System

CUPS

33
Q

what program does linux use to print jobs?

6-330

A

lpr

34
Q

what utility displays info about the print queue?

6-332

A

lpq

35
Q

what utility removes one or more jobs from the print queue?

6-333

A

lprm