Gentoo Archives: gentoo-commits

From: "Damian Kuras (shadow)" <shadow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/pl/handbook/2008.0: hb-install-gli-medium.xml
Date: Mon, 19 May 2008 06:59:59
Message-Id: E1JxzLg-0007bX-QF@stork.gentoo.org
1 shadow 08/05/19 06:59:56
2
3 Modified: hb-install-gli-medium.xml
4 Log:
5 sync to 1.6
6
7 Revision Changes Path
8 1.5 xml/htdocs/doc/pl/handbook/2008.0/hb-install-gli-medium.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/pl/handbook/2008.0/hb-install-gli-medium.xml?rev=1.5&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/pl/handbook/2008.0/hb-install-gli-medium.xml?rev=1.5&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/pl/handbook/2008.0/hb-install-gli-medium.xml?r1=1.4&r2=1.5
13
14 Index: hb-install-gli-medium.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/pl/handbook/2008.0/hb-install-gli-medium.xml,v
17 retrieving revision 1.4
18 retrieving revision 1.5
19 diff -u -r1.4 -r1.5
20 --- hb-install-gli-medium.xml 4 Apr 2008 11:56:36 -0000 1.4
21 +++ hb-install-gli-medium.xml 19 May 2008 06:59:56 -0000 1.5
22 @@ -4,12 +4,12 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/pl/handbook/2008.0/hb-install-gli-medium.xml,v 1.4 2008/04/04 11:56:36 shadow Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/pl/handbook/2008.0/hb-install-gli-medium.xml,v 1.5 2008/05/19 06:59:56 shadow Exp $ -->
28
29 <sections>
30
31 -<version>9.1</version>
32 -<date>2008-04-01</date>
33 +<version>9.3</version>
34 +<date>2008-05-02</date>
35
36 <section>
37 <title>Wymagania sprzętowe</title>
38 @@ -216,10 +216,6 @@
39 <ti>gentoo</ti>
40 <ti>Domyślne jądro 2.6 ze wsparciem dla wielu procesorów</ti>
41 </tr>
42 -<tr test="func:keyval('arch')='x86'">
43 - <ti>gentoo-nofb</ti>
44 - <ti>Opcja powodbna do <c>gentoo</c> jednak bez wsparcie dla framebuffer</ti>
45 -</tr>
46 <tr test="func:keyval('arch')='AMD64'">
47 <ti>gentoo</ti>
48 <ti>
49 @@ -228,6 +224,10 @@
50 </ti>
51 </tr>
52 <tr>
53 + <ti>gentoo-nofb</ti>
54 + <ti>Opcja powodbna do <c>gentoo</c> jednak bez wsparcie dla framebuffer</ti>
55 +</tr>
56 +<tr>
57 <ti>memtest86</ti>
58 <ti>Jądro przeznaczone do testowania pamięci RAM</ti>
59 </tr>
60 @@ -326,20 +326,20 @@
61 </p>
62
63 <pre caption="Testowanie wydajności twardego dysku">
64 -# <i>hdparm -tT /dev/hda</i>
65 +# <i>hdparm -tT /dev/sda</i>
66 </pre>
67
68 <p>
69 Aby poprawić wydajność można wykorzystać któryś z poniższych przykładów
70 (lub poeksperymentować samodzielnie). Oczywiście musimy zastąpić
71 -<path>/dev/hda</path> ścieżką do naszego dysku.
72 +<path>/dev/sda</path> ścieżką do naszego dysku.
73 </p>
74
75 <pre caption="Poprawianie wydajności dysku">
76 <comment>(Aktywowanie DMA:)</comment>
77 -# <i>hdparm -d 1 /dev/hda</i>
78 +# <i>hdparm -d 1 /dev/sda</i>
79 <comment>(Lub z bezpiecznymi opcjami poprawiającymi wydajność:)</comment>
80 -# <i>hdparm -d 1 -A 1 -m 16 -u 1 -a 64 /dev/hda</i>
81 +# <i>hdparm -d 1 -A 1 -m 16 -u 1 -a 64 /dev/sda</i>
82 </pre>
83
84 </body>
85
86
87
88 --
89 gentoo-commits@l.g.o mailing list