This file is indexed.

/usr/share/doc/xorg/faq/general.html is in xserver-xorg 1:7.6+12ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
    "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
<meta name="generator" content="AsciiDoc 8.6.6" />
<title>General FAQ</title>
<link rel="stylesheet" href="../xsf.css" type="text/css" />
<script type="text/javascript" src="../asciidoc-xhtml11.js"></script>
<script type="text/javascript">
/*<![CDATA[*/
asciidoc.install(2);
/*]]>*/
</script>
</head>
<body class="article">
<div id="header">
<h1><a href="../index.html">XSF</a> / General FAQ</h1>
<span id="author">Cyril Brulebois</span><br />
<span id="email"><tt>&lt;<a href="mailto:kibi@debian.org">kibi@debian.org</a>&gt;</tt></span><br />
<div id="toc">
  <div id="toctitle">Table of Contents</div>
  <noscript><p><b>JavaScript must be enabled in your browser to display the table of contents.</b></p></noscript>
</div>
</div>
<div id="content">
<div class="sect1">
<h2 id="_input_drivers">Input drivers</h2>
<div class="sectionbody">
<div class="ulist"><ul>
<li>
<p>
<em>How do I configure input for X?</em><br />
   Look at the <a href="../howto/configure-input.html">how to configure input</a> documentation.
</p>
</li>
<li>
<p>
<em>Why can’t I kill X through <tt>Ctrl+Alt+Backspace</tt>?</em><br />
   That’s explained in the above-mentioned documentation.
</p>
</li>
</ul></div>
<div style="page-break-after:always"></div>
</div>
</div>
<div class="sect1">
<h2 id="_video_drivers">Video drivers</h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="_all_drivers">All drivers</h3>
<div class="ulist"><ul>
<li>
<p>
<em>What’s wrong with the DPI setting?</em><br />
   By the default, the X server uses 96 DPI, as seen on upstream bug
   <a href="https://bugs.freedesktop.org/show_bug.cgi?id=23705">#23705</a> (in
   particular
   <a href="https://bugs.freedesktop.org/show_bug.cgi?id=23705#c6">Keith’s comment</a>). A
   particular DPI setting can be set through desktop environment’s
   preferences, through the <tt>-dpi</tt> X server command line option (see
   <tt>Xserver</tt>’s manual page), or through <tt>xrandr</tt>’s <tt>--dpi</tt> option.
</p>
</li>
</ul></div>
</div>
<div class="sect2">
<h3 id="_ati_driver">Ati driver</h3>
<div class="ulist"><ul>
<li>
<p>
<em>Why is it I’m getting low performances, or even crashes?</em><br />
   Make sure you have installed the
   <a href="http://packages.debian.org/firmware-linux&amp;exact=1"><tt>firmware-linux</tt>
   package</a>.  The driver might still be working without the firmware,
   but using code paths which aren’t supported as well as the “normal”
   ones.
</p>
</li>
</ul></div>
</div>
<div class="sect2">
<h3 id="_intel_driver">Intel driver</h3>
<div class="ulist"><ul>
<li>
<p>
<em>Why isn’t it working?</em><br />
   KMS is mandatory, as documented in its <tt>README.Debian</tt> (view it
   online:
   <a href="http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-intel.git;a=blob;f=debian/README.Debian">git.debian.org</a>). You
   probably disabled KMS or didn’t include it in your kernel
   configuration if you’re using a custom kernel.
</p>
</li>
<li>
<p>
<em>X is crashing all the time with my “old” Intel card. What can I do?</em><br />
   Unfortunately, old cards are not very well supported, and you can’t
   do much more than switching to a generic driver, like <tt>fbdev</tt> or
   <tt>vesa</tt>, as documented in <tt>README.Debian</tt> (view it online:
   <a href="http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-intel.git;a=blob;f=debian/README.Debian">git.debian.org</a>). Please
   note that you need to disable <tt>KMS</tt> if you want to use the <tt>vesa</tt>
   driver. A minimal <tt>xorg.conf</tt> would look like:
</p>
</li>
</ul></div>
<div class="listingblock">
<div class="content">
<pre><tt>Section "Device"
    Identifier "MyBuggyCard"
    Driver     "fbdev"
EndSection</tt></pre>
</div></div>
</div>
<div class="sect2">
<h3 id="_nouveau_driver">Nouveau driver</h3>
<div class="ulist"><ul>
<li>
<p>
<em>Why isn’t it working?</em><br />
   Since it’s still considered experimental by its authors, the
   interfaces aren’t stable yet, so the driver has particular
   dependencies on the kernel, which are documented in <tt>README.Debian</tt>
   (view it online:
   <a href="http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-nouveau.git;a=blob;f=debian/README.Debian;h=27ced6b1bf5102a5b72525318439efdfb330745d;hb=6c2f12ca18f55b55d49e083d86d87d970ce53a07">for squeeze</a>,
   <a href="http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-nouveau.git;a=blob;f=debian/README.Debian">for sid</a>).
</p>
</li>
</ul></div>
<div style="page-break-after:always"></div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_others">Others</h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="_session_management">Session management</h3>
<div class="ulist"><ul>
<li>
<p>
<em>How to start a bare X session (without Gnome, KDE, etc.)?</em><br />
   Assuming there’s no X running on the <tt>:1</tt> display, run this from a
   VT:
</p>
</li>
</ul></div>
<div class="listingblock">
<div class="content">
<pre><tt>startx /usr/bin/xterm -- :1</tt></pre>
</div></div>
</div>
</div>
</div>
</div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
Last updated 2011-08-08 10:58:19 UTC
</div>
</div>
</body>
</html>