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

xorg: Changes to 'xsf-docs'



 xsf-docs/faq/general.mdwn           |   11 +++++++++++
 xsf-docs/howto/configure-input.mdwn |    2 +-
 xsf-docs/xsf.css                    |    8 ++++++++
 3 files changed, 20 insertions(+), 1 deletion(-)

New commits:
commit 2a95fead5d42b2becfe9cd66ec06dcc5331fdabe
Author: Cyril Brulebois <kibi@debian.org>
Date:   Sun Mar 13 03:09:41 2011 +0100

    configure-input: Fix typo.

diff --git a/xsf-docs/howto/configure-input.mdwn b/xsf-docs/howto/configure-input.mdwn
index 75ea3c3..fb0c692 100644
--- a/xsf-docs/howto/configure-input.mdwn
+++ b/xsf-docs/howto/configure-input.mdwn
@@ -8,7 +8,7 @@ Cyril Brulebois &lt;kibi@debian.org>
 ### Foreword
 
 The Debian wiki also contains an
-[inupt hotplug guide](http://wiki.debian.org/XStrikeForce/InputHotplugGuide)
+[input hotplug guide](http://wiki.debian.org/XStrikeForce/InputHotplugGuide)
 which contains some context around X’s input subsystem. The present
 document is meant to be an executive summary, and might miss some
 bits. (**FIXME:** Merge those bits.)

commit ec26a15eda0ffc432b7f44692feebe7b10483436
Author: Cyril Brulebois <kibi@debian.org>
Date:   Sun Mar 13 03:08:43 2011 +0100

    css: Add workaround for chromium's #617977.

diff --git a/xsf-docs/xsf.css b/xsf-docs/xsf.css
index 9b4b6d2..84c4475 100644
--- a/xsf-docs/xsf.css
+++ b/xsf-docs/xsf.css
@@ -92,3 +92,11 @@ h1 + p {
   margin-bottom: 40px;
   font-size: 90%;
 }
+
+/* Work around for chromium bug, leading to every 'p' being
+   right-aligned because of the above "h1 + p" rule:
+     http://bugs.debian.org/617977
+*/
+h2 + p, h3 + p {
+  text-align: justify;
+}

commit 6b51d935a3ad68dcd0a6017d279eaa39a88ecadb
Author: Cyril Brulebois <kibi@debian.org>
Date:   Mon Feb 28 14:23:48 2011 +0100

    faq/general: Mention DPI setting.

diff --git a/xsf-docs/faq/general.mdwn b/xsf-docs/faq/general.mdwn
index 515bc78..d01079a 100644
--- a/xsf-docs/faq/general.mdwn
+++ b/xsf-docs/faq/general.mdwn
@@ -13,6 +13,17 @@ Cyril Brulebois &lt;kibi@debian.org>
 
 ## Video drivers
 
+### All drivers
+
+ * *What’s wrong with the DPI setting?*  
+   By the default, the X server uses 96 DPI, as seen on upstream bug
+   [#23705](https://bugs.freedesktop.org/show_bug.cgi?id=23705) (in
+   particular
+   [Keith’s comment](https://bugs.freedesktop.org/show_bug.cgi?id=23705#c6)). A
+   particular DPI setting can be set through desktop environment’s
+   preferences, through the `-dpi` X server command line option (see
+   `Xserver`’s manual page), or through `xrandr`’s `--dpi` option.
+
 ### Intel driver
 
  * *Why isn’t it working?*  


Reply to: