Gentoo Archives: gentoo-doc-cvs

From: Lukasz Damentko <rane@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: conky-howto.xml
Date: Fri, 07 Jul 2006 00:07:32
Message-Id: 20060707000700.64771647EB@smtp.gentoo.org
1 rane 06/07/07 00:07:00
2
3 Modified: conky-howto.xml
4 Log:
5 #132487, Load dbe to prevent flickering
6
7 Revision Changes Path
8 1.2 xml/htdocs/doc/en/conky-howto.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/conky-howto.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/conky-howto.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/conky-howto.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo
13
14 Index: conky-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/conky-howto.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- conky-howto.xml 11 Mar 2006 21:25:49 -0000 1.1
21 +++ conky-howto.xml 7 Jul 2006 00:06:59 -0000 1.2
22 @@ -20,8 +20,8 @@
23 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
24 <license/>
25
26 -<version>1.0</version>
27 -<date>2006-03-11</date>
28 +<version>1.1</version>
29 +<date>2006-07-07</date>
30
31 <chapter>
32 <title>Background</title>
33 @@ -108,6 +108,13 @@
34 $ <i>conky</i>
35 </pre>
36
37 +<note>
38 +Conky needs Double Buffer Extension (DBE) support from X server to prevent
39 +flickering, because it can't update window fast enough without it. It can be
40 +enabled in <path>/etc/X11/xorg.conf</path> with <c>Load "dbe"</c> line in
41 +<b>Section "Module"</b>.
42 +</note>
43 +
44 <p>
45 Once you have an idea of how Conky looks, you can now move on to configuring
46 it!
47
48
49
50 --
51 gentoo-doc-cvs@g.o mailing list