summaryrefslogtreecommitdiffstats
path: root/Documentation/fb/internals.txt
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-01-03 17:49:53 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-01-03 17:49:53 +0000
commiteb7a5bf93aaa4be1d7c6181100ab7639e74d67f7 (patch)
tree5746fea1605ff013be9b78a1556aaad7615d664a /Documentation/fb/internals.txt
parent80ea5b1e15398277650e1197957053b5a71c08bc (diff)
Merge with Linux 2.1.131 plus some more MIPS goodies.
Diffstat (limited to 'Documentation/fb/internals.txt')
-rw-r--r--Documentation/fb/internals.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/Documentation/fb/internals.txt b/Documentation/fb/internals.txt
index 6a77a7437..7a6b9e99c 100644
--- a/Documentation/fb/internals.txt
+++ b/Documentation/fb/internals.txt
@@ -2,7 +2,7 @@
This is a first start for some documentation about frame buffer device
internals.
-Geert Uytterhoeven <Geert.Uytterhoeven@cs.kuleuven.ac.be>, 10 June 1998
+Geert Uytterhoeven <Geert.Uytterhoeven@cs.kuleuven.ac.be>, 21 July 1998
--------------------------------------------------------------------------------
@@ -68,14 +68,13 @@ value, and that color is displayed.
True color (FB_VISUAL_TRUECOLOR)
--------------------------------
-The pixel value is broken up into red, green, and blue fields, each of which
-are looked up in separate red, green, and blue lookup tables.
+The pixel value is broken up into red, green, and blue fields.
Direct color (FB_VISUAL_DIRECTCOLOR)
------------------------------------
-The pixel value is broken up into red, green, and blue fields. This is what
-most people mean when then say `true color'.
+The pixel value is broken up into red, green, and blue fields, each of which
+are looked up in separate red, green, and blue lookup tables.
Grayscale displays