Chapter 6 - Configuring the X Window System, Localization, and Printing Flashcards
there are 3 X Server options for Linux. tell me what they are.
6-280,281
XFree86
X.org-X11
Accelerated-X
there are 3 X Configuration utilities
6-282
the X Server Itself
Distribution-Specific Tools
xf86cfg or xorgcfg
the 3 X Configuration File formats
6-283
X.org-X11
XFree86 4.x
XFree86 3.3.6 and earlier
two ways to kill the X server
6-285
ctrl+alt+backspace
kill command
tell me two input devices for X
6-286,287
keyboard and mouse
how does X settle on a resolution?
6-288
looks through a series of mode lines; these lines define combinations of horizontal and vertical timing that produces a given resolution and refresh rate
what is Data Display Channel?
6-289
a protocol that enables monitors to communicate their maximum horizontal and vertical refresh rates and appropriate mode lines to the computer
what do you type to create an initial configuration?
6-290
Xorg -configure
how do you calculate the amount of RAM required for graphical video modes?
6-291
xres x yres x bpp
bpp is the bit depth
all modern video cards have at least this much RAM
6-292
32 MB
which command would you use to find out the X version number and color depth of the current display?
6-293
xdpyinfo
what program handles the window’s borders and enables you to drag the window around the screen and resize it?
6-294
window manager
what is a font server?
6-295
program that delivers fonts to one or man computers using network protocols
what are the two broad categories of fonts?
6-296
bitmap fonts
outline fonts
true/false: linux uses fonts in the same format as Mac OSX and Windows
6-297
true
what do you need to do to add your new font directory to the font path?
6-298
duplicate one of the existing FontPath lines and change the directory specification to point to your new directory
to use a font server what must X do?
6-299
it must list that server in its font path
you type xset fp rehash. what does this command do?
6-300
it makes X reexamine its font path
X is a network-enabled GUI. it employs a network login protocol. what is that protocol?
6-301
X Display Manager Control Protocol
tell me the 5 XDMCP servers that are common in linux
6-302
XDM KDM GDM LightDM MDM
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
/etc/inittab file
its id line
what is the simplest of the major XDMCP servers?
6-304
XDM
true/false: you can always predict where the KDM config files will be.
6-305
false
how do you launch the GUI control tool for GDM?
6-305
gdmconfig or gdmsetup
explain the X Client-Server setup
6-307
web server for storing webpages
x client and web browser to run user programs
x server to provide display and user input services
the SSH protocol has two attributes that are important to the X server situation. what are they?
6-308
its a text-mode protocol
it can tunnel
what two things provide accessibility options for the Windows X system?
6-311
AccessX and desktop environment control panels
dyslexic users benefit from a special font that does what?
6-313
weights the bottoms of the characters more heavily than the tops
tell me two synthetic speech programs available for linux
6-314
orca
emacspeak
if you want to check your time zone, what command do you use?
6-316
date
in linux, what is a locale?
6-318
a way of specifying the computer’s language, country, and related info for customizing displays
what is the software that manages the print queue?
6-321
Common Unix Printing System
CUPS
what program does linux use to print jobs?
6-330
lpr
what utility displays info about the print queue?
6-332
lpq
what utility removes one or more jobs from the print queue?
6-333
lprm