This file is indexed.

/usr/share/doc/xorg/reference/squeeze-backports.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
<!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>Backports for squeeze</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();
/*]]>*/
</script>
</head>
<body class="article">
<div id="header">
<h1><a href="../index.html">XSF</a> / Backports for squeeze</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>
<div id="content">
<div class="sect1">
<h2 id="_bird_s_eye_view">Bird’s-eye view</h2>
<div class="sectionbody">
<div class="paragraph"><p>If one forgets about libraries and clients, a whole X stack boils down
to: the server itself, input and video drivers, libdrm, and mesa.</p></div>
<div class="paragraph"><p>To keep things simple, the idea is to backport all of those to
<tt>squeeze</tt> through <tt>squeeze-backports</tt>, along with some of the
additional packages which might be involved (like <tt>libxfont</tt> or
<tt>x11proto-fixes-dev</tt>).</p></div>
<div class="paragraph"><p>The backports were prepared so that it’s possible to upgrade the
<tt>input-all</tt> and <tt>video-all</tt> meta packages on <tt>amd64</tt> and <tt>i386</tt>. If
specific drivers (maintained by the X Strike Force) are wanted,
requesting them on the <tt>debian-backports@</tt> / <tt>debian-x@</tt> mailing lists
should do the trick. For other drivers, please contact the relevant
package maintainers.</p></div>
</div>
</div>
<div class="sect1">
<h2 id="_instructions">Instructions</h2>
<div class="sectionbody">
<div class="paragraph"><p>The usual <a href="http://backports-master.debian.org/">backports instructions</a>
apply. But let’s gather everything in a single place.</p></div>
<div class="paragraph"><p>Add that to your <tt>sources.list</tt>:</p></div>
<div class="listingblock">
<div class="content">
<pre><tt>deb http://backports.debian.org/debian-backports squeeze-backports main</tt></pre>
</div></div>
<div class="paragraph"><p>Update your cache:</p></div>
<div class="listingblock">
<div class="content">
<pre><tt>apt-get update</tt></pre>
</div></div>
<div class="paragraph"><p>If you’re interested in just upgrading the usual <tt>mesa</tt> packages:</p></div>
<div class="listingblock">
<div class="content">
<pre><tt>apt-get install -t squeeze-backports libgl1-mesa-dri libgl1-mesa-glx</tt></pre>
</div></div>
<div class="paragraph"><p>If you want the whole stack, we should distinguish between two
cases.</p></div>
<div class="paragraph"><p>In the usual case, both the <tt>xserver-xorg-input-all</tt> and
<tt>xserver-xorg-video-all</tt> meta packages were installed, and pulled a
lot of packages, which should work for most users. In that case, due
to a bug in <tt>apt</tt>, one has to remove the <tt>wacom</tt> input package before
proceeding to the upgrade (the <tt>xserver-xorg-input-all</tt> package might
be scheduled for removal as a consequence, but that doesn’t
hurt). Then specifying a few packages to upgrade should pull
everything from <tt>squeeze-backports</tt>.</p></div>
<div class="listingblock">
<div class="content">
<pre><tt>apt-get purge xserver-xorg-input-wacom
apt-get install -t squeeze-backports xorg xserver-xorg xserver-xorg-core xserver-xorg-input-all xserver-xorg-video-all</tt></pre>
</div></div>
<div class="paragraph"><p>In case only the needed packages were installed, like the <tt>synaptics</tt>
input driver and the <tt>intel</tt> video driver, the following should be
sufficient:</p></div>
<div class="listingblock">
<div class="content">
<pre><tt>apt-get install -t squeeze-backports xorg xserver-xorg xserver-xorg-core xserver-xorg-input-synaptics xserver-xorg-video-intel</tt></pre>
</div></div>
<div class="paragraph"><p>It is probably a very good idea to install the Linux kernel from
<tt>squeeze-backports</tt> as well. It is even required for the <tt>nouveau</tt>
video driver.</p></div>
</div>
</div>
</div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
Last updated 2012-01-20 14:56:19 UTC
</div>
</div>
</body>
</html>