Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/x/x11: xorg-server-1.5-upgrade-guide.xml
Date: Sun, 05 Apr 2009 19:41:17
Message-Id: E1LqYDT-0007Cs-UU@stork.gentoo.org
1 fauli 09/04/05 19:41:15
2
3 Modified: xorg-server-1.5-upgrade-guide.xml
4 Log:
5 Add troubleshooting section for DGA workaround, see bug 264827 by Duncan
6
7 Revision Changes Path
8 1.4 xml/htdocs/proj/en/desktop/x/x11/xorg-server-1.5-upgrade-guide.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/x/x11/xorg-server-1.5-upgrade-guide.xml?rev=1.4&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/x/x11/xorg-server-1.5-upgrade-guide.xml?rev=1.4&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/x/x11/xorg-server-1.5-upgrade-guide.xml?r1=1.3&r2=1.4
13
14 Index: xorg-server-1.5-upgrade-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/x/x11/xorg-server-1.5-upgrade-guide.xml,v
17 retrieving revision 1.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- xorg-server-1.5-upgrade-guide.xml 5 Apr 2009 19:36:04 -0000 1.3
21 +++ xorg-server-1.5-upgrade-guide.xml 5 Apr 2009 19:41:15 -0000 1.4
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/x/x11/xorg-server-1.5-upgrade-guide.xml,v 1.3 2009/04/05 19:36:04 fauli Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/x/x11/xorg-server-1.5-upgrade-guide.xml,v 1.4 2009/04/05 19:41:15 fauli Exp $ -->
26
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28
29 @@ -233,7 +233,26 @@
30 <p>
31 Xdmx is broken. Don't use it unless you know what you're doing.
32 </p>
33 -
34 +</body>
35 +</section>
36 +</chapter>
37 +<chapter>
38 +<title>Troubleshooting</title>
39 +<section>
40 +<body>
41 +<p>
42 +If you have strange mouse behaviour in all SDL-based applications
43 +(many games), you need to set the following in your <path>xorg.conf</path>:
44 +</p>
45 +<pre caption="Turning DGA off">
46 +Section "Module"
47 + ...
48 + SubSection "extmod"
49 + Option "omit xfree86-dga"
50 + EndSubSection
51 + ...
52 +EndSection
53 +</pre>
54 </body>
55 </section>
56 </chapter>