Chapter 8 Study Cards Flashcards
(45 cards)
Accelerated-X
The commercial Accelerated-X server from Xi Graphics (http://www.xig.com) is an alternative to the open source XFree86 and X.org-X11. In practice, running Accelerated-X is seldom necessary, but if you have problems getting your video card working, you may want to look into Accelerated-X; its driver base is independent of the more popular open source choices, so it’s possible you’ll have better luck with it. The Accelerated-X configuration tools and files are completely different from those described in “Methods of Configuring X” and “X Configuration Options,” so you’ll need to consult its documentation for help. The rest of this Lesson’s topics still apply to Accelerated-X.
Bitmap Fonts
The simplest type of font format is the bitmap font, which represents fonts much like bitmap graphics, in which individual pixels in an array are either active or inactive. Bitmap fonts are fairly easy to manipulate and display, from a programming perspective, which makes them good for low-powered computers.
Client
A program that initiates data transfer requests using networking protocols.
A computer that runs one or more client programs.
Common Unix Printing System (CUPS)
A printing system for Linux and other Unix-like systems. CUPS adds several features that had been missing from the earlier BSD, LPD, and LPRng printing systems.
CUPS
A printing system for Linux and other Unix-like systems. CUPS adds several features that had been missing from the earlier BSD, LPD, and LPRng printing systems.
Data Display Channel (DDC)
A protocol that enables a computer to query a monitor for its maximum horizontal and vertical refresh rates and other vital statistics.
DDC
A protocol that enables a computer to query a monitor for its maximum horizontal and vertical refresh rates and other vital statistics.
Desktop environment
A set of programs that provide a friendly graphical environment for a Linux user.
Font server
A program that provides font bitmaps to client programs on the same or other computers. The font server may work directly from font bitmaps, or it may generate the bitmaps from outline fonts such as PostScript Type 1 or TrueType fonts.
Font smoothing
A technique for rendering fonts that uses shades of gray along curved or angled edges in order to improve the legibility and aesthetic appeal of individual characters.
HTTP
A protocol used for transferring Web pages from a Web server to a Web browser.
Hypertext Transfer Protocol
A protocol used for transferring Web pages from a Web server to a Web browser.
Internet Printing Protocol (IPP)
A protocol for printing on a network. Used by CUPS on Linux.
IPP
Item 14 of 45PreviousNext Grade This Item Correct Alt C and Incorrect Alt I CorrectIncorrectSettings Go back
Internet Printing Protocol (IPP)
close
A protocol for printing on a network. Used by CUPS on Linux.
Keyboard
An input device having many keys marked with letters and other symbols.
Locale
In Linux, a locale is a way of specifying the computer’s (or user’s) language, country, and related information for purposes of customizing displays.
Mode Lines
Definition of the timings required by particular video resolutions running at particular refresh rates.
Mouse
An input device which allows pointing to, selecting and activating objects, usually displayed in a graphical user interface.
Multi-Head Display
A display that’s made up of two or more physical monitors that together show a wider view on a larger virtual workspace.
Open source
A broad set of software licenses, or the software that uses them, that permits redistribution and copying under liberal terms. The open source definition is somewhat broader than that of free software.
Outline Fonts
Most modern fonts are distributed as outline fonts (aka scalable fonts). This type of format represents each character as a series of lines and curves in a high-resolution matrix. The computer can scale this representation to any font size or for any display resolution, enabling a single font file to handle every possible use of the font.
PCL
A language developed by Hewlett-Packard for controlling printers. (Many of Hewlett-Packard’s competitors now use PCL.) PCL is most commonly found on mid-range laser printers, but some ink-jet printers also support the language. Several PCL variants exist, the most common ranging from PCL 3 to PCL 6.
PostScript
A programming language used on many high-end printers. PostScript is optimized for displaying text and graphics on the printed page. The Linux program Ghostscript converts from PostScript to bitmapped formats understood by many low-end and mid-range printers.
PostScript Printer Definition (PPD)
A configuration file that provides information on a printer’s capabilities-its paper size, whether it prints in color, and so on.