Penguin

Differences between version 2 and predecessor to the previous major change of Printer.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Wednesday, January 7, 2004 8:36:10 am by JohnMcPherson Revert
Older page: version 1 Last edited on Wednesday, January 7, 2004 5:49:31 am by StuartYeates Revert
@@ -1,8 +1,16 @@
 A device for making hard copies of digital documents. 
  
-There are three main systems for printing under [Linux], the lpr(1) system, [CUPS] and SambaPrinting. 
+In rough order of age and quality:  
+* line-printers (the print head spans the width of the form-feed paper)  
+* dot-matrix (like a line-printer but with a much smaller and movable print head)  
+* ink-jet  
+* laser-jet  
+  
+ There are two main systems for printing under [Linux], the [BSD] style lpr(1) system (including clones like lprng) , and the newer [CUPS] (which includes optional lpr-style programs for backwards compatibility).  
+  
+There are higher level printing systems (such as gimpprint and SambaPrinting) that use one or both of the above-mentioned backends
  
 AddToMe 
  
 ---- 
 CategoryPrinting