diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-10-08 05:07:55 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-10-08 05:07:55 +0000 |
commit | 07e7719441f5927bc3c482717fc53f8529186e3a (patch) | |
tree | 4baea8ab1c47987dc80120c67cb16be141a16b8d /docs/README.linux-fb | |
parent | e4581869b4a93ab882439673159a8f77b2396e57 (diff) | |
download | gtk+-07e7719441f5927bc3c482717fc53f8529186e3a.tar.gz |
Apply a cleanup patch by Kjartan Maraas (#341812)
2006-10-08 Matthias Clasen <mclasen@redhat.com>
* Apply a cleanup patch by Kjartan Maraas (#341812)
Diffstat (limited to 'docs/README.linux-fb')
-rw-r--r-- | docs/README.linux-fb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/README.linux-fb b/docs/README.linux-fb index 3cb1b1eae6..ef113785a9 100644 --- a/docs/README.linux-fb +++ b/docs/README.linux-fb @@ -32,7 +32,7 @@ Freetype can be found at ftp://ftp.freetype.org Hardware requirements: ---------------------- -You need a graphics card with an availible framebuffer driver that can +You need a graphics card with an available framebuffer driver that can run in 8, 16, 24 or 32 bpp. I use the matroxfb driver, but i.e. vesafb should work too. You also need a supported mouse. Currently supported is ps2 mouse, ms serial mouse and fidmour touchscreen. @@ -44,7 +44,7 @@ First build and install glib and pango as usual, in that order. Then configure Gtk by running configure (or autogen.sh if running from cvs) with --with-gdktarget=linux-fb. -Then compile as ususal: make; make install +Then compile as usual: make; make install Fonts: ------ @@ -124,7 +124,7 @@ GDK_MOUSE_TYPE: Default is ps2. GDK_KEYBOARD_TYPE: - Specify keyboard type. Currently suppored is + Specify keyboard type. Currently supported is xlate - normal tty mode keyboard. Quite limited, cannot detect key up/key down events. Doesn't handle ctrl/alt/shift for all keys. This is the default driver, |