[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force X.Org X11 SVN commit: r425 - trunk/debian



Author: dnusinow
Date: 2005-07-27 22:41:46 -0500 (Wed, 27 Jul 2005)
New Revision: 425

Modified:
   trunk/debian/changelog
   trunk/debian/xserver-xorg.templates
Log:
- Various fixes to xserver-xorg.templates
  - Typofix
  - Don't add load GLcore module, which is ignored by the server anyway
  - Remove extraneous reference to the now removed speedo fonts


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-07-28 03:36:56 UTC (rev 424)
+++ trunk/debian/changelog	2005-07-28 03:41:46 UTC (rev 425)
@@ -31,6 +31,10 @@
      - Remove various references to XFree86 and its trappings.
      - Remove obsolete XF86Config.7 manpage
      - Minor updates to HURD files
+     - Various fixes to xserver-xorg.templates
+       - Typofix
+       - Don't add load GLcore module, which is ignored by the server anyway
+       - Remove extraneous reference to the now removed speedo fonts
 
   Changes by Eugene Konev and David Nusinow
      - Switch from dbs to quilt

Modified: trunk/debian/xserver-xorg.templates
===================================================================
--- trunk/debian/xserver-xorg.templates	2005-07-28 03:36:56 UTC (rev 424)
+++ trunk/debian/xserver-xorg.templates	2005-07-28 03:41:46 UTC (rev 425)
@@ -61,14 +61,14 @@
 
 Template: xserver-xorg/config/modules
 Type: multiselect
-Choices: GLcore, bitmap, dbe, ddc, dri, extmod, freetype, glx, int10, record, type1, v4l, vbe
+Choices: bitmap, dbe, ddc, dri, extmod, freetype, glx, int10, record, type1, v4l, vbe
 Default: bitmap, dbe, ddc, dri, extmod, freetype, glx, int10, record, type1, vbe
 _Description: Select the X.Org server modules that should be loaded by default.
  It is possible to customize (or completely omit) the list of modules that the
  X server loads by default.  This option is for advanced users.  In most
  cases, all of these modules should be enabled.
  .
- The GLCore and glx modules enable software OpenGL rendering.  The dri module
+ The glx module enable software OpenGL rendering.  The dri module
  enables support in the X server for Direct Rendering Infrastructure (DRI).
  Note that support for DRI must also exist in the kernel, the video card, and
  the installed version of the Mesa libraries for hardware-accelerated 3D
@@ -77,7 +77,7 @@
  .
  The vbe and ddc modules enable support for VESA BIOS Extensions and Data
  Display Channel, respectively.  These modules are used to query monitor
- capabilties via the video card.  The int10 module is a real-mode x86 emulator
+ capabilities via the video card.  The int10 module is a real-mode x86 emulator
  that is used to softboot secondary VGA cards.  Note that the vbe module
  depends on the int10 module, so if you wish to enable vbe, enable int10 as
  well.
@@ -90,8 +90,7 @@
  record module implements the RECORD extension, commonly used in server
  testing.
  .
- The bitmap, freetype, speedo, type1, and xtt modules are all font
- rasterizers.
+ The bitmap, freetype, type1, and xtt modules are all font rasterizers.
  .
  For further information about these modules, please consult the X.Org
  documentation.



Reply to: