~ubuntu-branches/ubuntu/lucid/xorg-server/lucid-updates

« back to all changes in this revision

Viewing changes to debian/patches/199_xfvb-help-typo.patch

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen, Bryce Harrington, Robert Hooker, Timo Aaltonen, Robert Collins
  • Date: 2010-02-19 13:24:15 UTC
  • mfrom: (1.1.31 upstream) (0.11.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100219132415-4eovyfajq7ac45n3
Tags: 2:1.7.5-1ubuntu1
[ Bryce Harrington ]
[Robert Hooker]
* Add 106_nouveau_autodetect.patch: makes nouveau the default driver
  for supported cards when not explicitly named in xorg.conf.

[Timo Aaltonen]
* Merge from Debian unstable.
* Drop patch 101, included in Debian.

[Robert Collins]
* Add 199_xfvb-help-typo.patch to fix typo in help for xvfb (fdo #32990)
* Add 200_randr-null.patch to clarify a pointer initialization (fdo #26389)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=== modified file 'hw/vfb/InitOutput.c'
 
2
--- a/hw/vfb/InitOutput.c       2009-06-11 20:34:06 +0000
 
3
+++ b/hw/vfb/InitOutput.c       2010-02-02 06:28:05 +0000
 
4
@@ -249,7 +249,7 @@
 
5
     ErrorF("-screen scrn WxHxD     set screen's width, height, depth\n");
 
6
     ErrorF("-pixdepths list-of-int support given pixmap depths\n");
 
7
 #ifdef RENDER
 
8
-    ErrorF("+/-render             turn on/of RENDER extension support"
 
9
+    ErrorF("+/-render             turn on/off RENDER extension support"
 
10
           "(default on)\n");
 
11
 #endif
 
12
     ErrorF("-linebias n            adjust thin line pixelization\n");
 
13