Gentoo Archives: gentoo-doc-cvs

From: Shyam Mani <fox2mike@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gentoo-ppc-faq.xml
Date: Mon, 22 Aug 2005 04:48:59
Message-Id: 200508220448.j7M4mDKS011782@robin.gentoo.org
1 fox2mike 05/08/22 04:48:45
2
3 Modified: xml/htdocs/doc/en gentoo-ppc-faq.xml
4 Log:
5 Fixed location for cpufreq on 2.6.x kernels to help close #33285. Thanks to rajiv for reporting.
6
7 Revision Changes Path
8 1.41 +4 -3 xml/htdocs/doc/en/gentoo-ppc-faq.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-ppc-faq.xml?rev=1.41&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-ppc-faq.xml?rev=1.41&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-ppc-faq.xml.diff?r1=1.40&r2=1.41&cvsroot=gentoo
13
14 Index: gentoo-ppc-faq.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml,v
17 retrieving revision 1.40
18 retrieving revision 1.41
19 diff -u -r1.40 -r1.41
20 --- gentoo-ppc-faq.xml 20 Aug 2005 21:30:51 -0000 1.40
21 +++ gentoo-ppc-faq.xml 22 Aug 2005 04:48:45 -0000 1.41
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml,v 1.40 2005/08/20 21:30:51 jkt Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml,v 1.41 2005/08/22 04:48:45 fox2mike Exp $ -->
26
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28
29 @@ -29,8 +29,8 @@
30
31 <license/>
32
33 -<version>1.20</version>
34 -<date>2005-08-04</date>
35 +<version>1.21</version>
36 +<date>2005-08-22</date>
37
38 <chapter>
39 <title>Installation</title>
40 @@ -396,6 +396,7 @@
41
42 echo "0:667000:1000000:performance" > /proc/cpufreq <comment>(For a 1GHz PowerBook G4)</comment>
43 echo "0:667000:800000:performance" > /proc/cpufreq <comment>(For an 800MHz PowerBook G4)</comment>
44 +echo "0:667000:1000000:performance" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed <comment>(For 2.6.x kernels, use this path instead of /proc/cpufreq)</comment>
45 </pre>
46
47 <p>
48
49
50
51 --
52 gentoo-doc-cvs@g.o mailing list