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: Sat, 26 Nov 2011 20:30:54
Message-Id: 20111126203044.7F73F2004B@flycatcher.gentoo.org
1 tetromino 11/11/26 20:30:44
2
3 Modified: gnome-3.2-upgrade.xml
4 Log:
5 Expand ati driver section, add missing 'because' to nvidia section.
6
7 Revision Changes Path
8 1.5 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.5&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.5&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.4&r2=1.5
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.4
18 retrieving revision 1.5
19 diff -u -r1.4 -r1.5
20 --- gnome-3.2-upgrade.xml 25 Nov 2011 18:52:58 -0000 1.4
21 +++ gnome-3.2-upgrade.xml 26 Nov 2011 20:30:44 -0000 1.5
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.4 2011/11/25 18:52:58 nirbheek Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/gnome/howtos/gnome-3.2-upgrade.xml,v 1.5 2011/11/26 20:30:44 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.2</version>
35 -<date>2011-11-25</date>
36 +<version>0.2.3</version>
37 +<date>2011-11-26</date>
38
39 <chapter>
40 <title>Changes</title>
41 @@ -356,7 +356,9 @@
42
43 <p>
44 If using open-source AMD / ATI drivers, <c>media-libs/mesa</c> should be built with
45 -<c>USE=gallium</c>, otherwise GNOME will only run in fallback mode.
46 +the <c>gallium</c> USE flag enabled, and gallium architecture should be enabled
47 +via <c>eselect mesa</c>. Otherwise, GNOME will only run in fallback mode, and
48 +GDM might crash if it was built with the <c>gnome-shell</c> USE flag enabled.
49 </p>
50 </body>
51 </section>
52 @@ -374,8 +376,8 @@
53
54 <p>
55 All versions of <c>x11-drivers/nvidia-drivers</c> are incompatible with GNOME's
56 -color management support. This is GNOME's color management code relies on XRandR,
57 -and NVIDIA's support for XRandR is currently incomplete.
58 +color management support. This is because GNOME's color management code relies on
59 +XRandR, and NVIDIA's support for XRandR is currently incomplete.
60 There is no workaround at this time.
61 </p>