From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1FydsZ-0001ql-P6 for garchives@archives.gentoo.org; Fri, 07 Jul 2006 00:07:32 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k67072Lr008996; Fri, 7 Jul 2006 00:07:02 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k67070MC019569 for ; Fri, 7 Jul 2006 00:07:01 GMT Received: from lark (lark.gentoo.osuosl.org [140.211.166.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with SMTP id 64771647EB for ; Fri, 7 Jul 2006 00:07:00 +0000 (UTC) Received: by lark (sSMTP sendmail emulation); Fri, 7 Jul 2006 00:07:00 +0000 From: "Lukasz Damentko" Date: Fri, 7 Jul 2006 00:07:00 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: conky-howto.xml Message-Id: <20060707000700.64771647EB@smtp.gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 6369758e-831d-422e-b201-d4d5e4f969ee X-Archives-Hash: c8684c5d6cb6f10235827b7b7900fc30 rane 06/07/07 00:07:00 Modified: conky-howto.xml Log: #132487, Load dbe to prevent flickering Revision Changes Path 1.2 xml/htdocs/doc/en/conky-howto.xml 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 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 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 Index: conky-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/conky-howto.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- conky-howto.xml 11 Mar 2006 21:25:49 -0000 1.1 +++ conky-howto.xml 7 Jul 2006 00:06:59 -0000 1.2 @@ -20,8 +20,8 @@ -1.0 -2006-03-11 +1.1 +2006-07-07 Background @@ -108,6 +108,13 @@ $ conky + +Conky needs Double Buffer Extension (DBE) support from X server to prevent +flickering, because it can't update window fast enough without it. It can be +enabled in /etc/X11/xorg.conf with Load "dbe" line in +Section "Module". + +

Once you have an idea of how Conky looks, you can now move on to configuring it! -- gentoo-doc-cvs@gentoo.org mailing list