Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/gnome/howtos: gnome-3.2-upgrade.xml
Date: Sun, 01 Jan 2012 21:50:51
Message-Id: 20120101215031.622E72004B@flycatcher.gentoo.org
1 tetromino 12/01/01 21:50:31
2
3 Modified: gnome-3.2-upgrade.xml
4 Log:
5 Update ATI driver section in light of recent bug reports.
6
7 Revision Changes Path
8 1.13 xml/htdocs/proj/en/desktop/gnome/howtos/gnome-3.2-upgrade.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/gnome/howtos/gnome-3.2-upgrade.xml?rev=1.13&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/gnome/howtos/gnome-3.2-upgrade.xml?rev=1.13&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/gnome/howtos/gnome-3.2-upgrade.xml?r1=1.12&r2=1.13
13
14 Index: gnome-3.2-upgrade.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/gnome/howtos/gnome-3.2-upgrade.xml,v
17 retrieving revision 1.12
18 retrieving revision 1.13
19 diff -u -r1.12 -r1.13
20 --- gnome-3.2-upgrade.xml 9 Dec 2011 21:14:23 -0000 1.12
21 +++ gnome-3.2-upgrade.xml 1 Jan 2012 21:50:31 -0000 1.13
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/gnome/howtos/gnome-3.2-upgrade.xml,v 1.12 2011/12/09 21:14:23 tetromino Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/gnome/howtos/gnome-3.2-upgrade.xml,v 1.13 2012/01/01 21:50:31 tetromino Exp $ -->
27
28 <guide link="/proj/en/desktop/gnome/howtos/gnome-3.2-upgrade.xml" lang="en">
29 <title>GNOME 3.2 Upgrade Guide</title>
30 @@ -17,8 +17,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>0.2.10</version>
35 -<date>2011-12-09</date>
36 +<version>0.2.11</version>
37 +<date>2012-01-01</date>
38
39 <chapter>
40 <title>Changes</title>
41 @@ -352,7 +352,7 @@
42 <p>
43 GNOME Shell shows <uri link="http://ati.cchtml.com/show_bug.cgi?id=99">graphical
44 corruption</uri> under some versions of <c>x11-drivers/ati-drivers</c>
45 -(i.e. FGLRX binary drivers); driver versions 11.8 and below are known
46 +(i.e. FGLRX binary drivers); many of the 11.x versions are known
47 to be affected. As a workaround, you can force GNOME to start in fallback
48 mode (see <e>Troubleshooting</e> section below), or alternatively, switch to
49 open-source drivers.
50 @@ -361,8 +361,9 @@
51 <p>
52 If using open-source AMD / ATI drivers, <c>media-libs/mesa</c> should be built with
53 the <c>gallium</c> USE flag enabled, and gallium architecture should be enabled
54 -via <c>eselect mesa</c>. Otherwise, GNOME will only run in fallback mode, and
55 -GDM might crash if it was built with the <c>gnome-shell</c> USE flag enabled.
56 +via <c>eselect mesa</c>. Otherwise, GNOME Shell (and GDM, if it was built with
57 +the <c>gnome-shell</c> USE flag) may crash during use or simply fail to start,
58 +forcing GNOME to run in fallback mode.
59 </p>
60 </body>
61 </section>