]> Pileus Git - ~andy/gtk/blobdiff - docs/README.linux-fb
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
[~andy/gtk] / docs / README.linux-fb
index 940afd496cbf8e564136c26adccb8d6a651c3fd9..ef113785a9fc845163a015fe687752e823f9b382 100644 (file)
@@ -1,3 +1,15 @@
+
+
+
+
+THIS FILE IS OBSOLETE - use docs/reference/gtk/framebuffer.sgml
+
+
+
+
+
+
+
 About GtkFB:
 ------------
 The linux-fb port of Gtk+, also known as GtkFB is an implementation of
@@ -20,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.
@@ -32,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:
 ------
@@ -44,16 +56,21 @@ it looks in $prefix/lib/ft2fonts, and if you want to change this you
 must add something like:
 
 [PangoFT2]
-FontPath = /usr/share/fonts/default/TrueType
+FontPath = /usr/share/fonts/default/Type1:/usr/share/fonts/default/TrueType
 
 To your $prefix/etc/pango/pangorc or ~/.pangorc.
 
 You must also set up font aliases for the fonts Sans, Serif and Monotype.
 This is done by creating a $prefix/etc/pango/pangoft2.aliases or
-~/.pangoft2.aliases file. You can also set the name of this file using the
+~/.pangoft2_aliases file. You can also set the name of this file using the
 key AliasFiles in the PangoFT2 section in pangorc.
 
-An example of a font alias file is:
+An example of a font alias file for the urw fontset is:
+sans normal normal normal normal "urw gothic l"
+serif normal normal normal normal "urw palladio l"
+monospace normal normal normal normal "nimbus mono l"
+
+And one using the Windows truetype fonts is:
 sans normal normal normal normal "arial"
 serif normal normal normal normal "times new roman"
 monospace normal normal normal normal "courier new"
@@ -107,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,