Gentoo Archives: gentoo-doc-cvs

From: Sven Vermeulen <swift@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: dri-howto.xml
Date: Wed, 21 May 2008 19:29:25
Message-Id: E1Jyu02-0000D1-I0@stork.gentoo.org
1 swift 08/05/21 19:29:22
2
3 Modified: dri-howto.xml
4 Log:
5 Coding style (trailing whitespace)
6
7 Revision Changes Path
8 1.41 xml/htdocs/doc/en/dri-howto.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/dri-howto.xml?rev=1.41&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/dri-howto.xml?rev=1.41&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/dri-howto.xml?r1=1.40&r2=1.41
13
14 Index: dri-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v
17 retrieving revision 1.40
18 retrieving revision 1.41
19 diff -u -r1.40 -r1.41
20 --- dri-howto.xml 23 Aug 2007 22:31:14 -0000 1.40
21 +++ dri-howto.xml 21 May 2008 19:29:22 -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/dri-howto.xml,v 1.40 2007/08/23 22:31:14 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v 1.41 2008/05/21 19:29:22 swift Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/dri-howto.xml">
29 @@ -35,14 +35,14 @@
30 <body>
31
32 <p>
33 -With hardware 3D acceleration, three-dimensional rendering uses the graphics
34 -processor on your video card instead of taking up valuable CPU resources
35 -drawing 3D images. It's also referred to as "hardware acceleration" instead of
36 +With hardware 3D acceleration, three-dimensional rendering uses the graphics
37 +processor on your video card instead of taking up valuable CPU resources
38 +drawing 3D images. It's also referred to as "hardware acceleration" instead of
39 "software acceleration" because without this 3D acceleration your CPU is forced
40 -to draw everything itself using the Mesa software rendering libraries, which
41 +to draw everything itself using the Mesa software rendering libraries, which
42 takes up quite a bit of processing power. While Xorg typically supports 2D
43 -hardware acceleration, it often lacks hardware 3D acceleration.
44 -Three-dimensional hardware acceleration is valuable in situations requiring
45 +hardware acceleration, it often lacks hardware 3D acceleration.
46 +Three-dimensional hardware acceleration is valuable in situations requiring
47 rendering of 3D objects such as games, 3D CAD and modeling.
48 </p>
49
50 @@ -120,7 +120,7 @@
51 <body>
52
53 <p>
54 -With suggestions, questions, etc., e-mail <mail
55 +With suggestions, questions, etc., e-mail <mail
56 link="dberkholz@g.o">Donnie Berkholz</mail>.
57 </p>
58
59 @@ -213,7 +213,7 @@
60 <body>
61
62 <p>
63 -Open <path>/etc/X11/xorg.conf</path> with your favorite text editor and edit
64 +Open <path>/etc/X11/xorg.conf</path> with your favorite text editor and edit
65 it to enable DRI and GLX.
66 </p>
67
68 @@ -283,8 +283,8 @@
69 direct rendering: Yes
70 <comment>(If it says "No", you don't have 3D acceleration.)</comment>
71 $ <i>glxgears</i>
72 -<comment>(Test your frames per second (FPS) at the default size. The number should be
73 -significantly higher than before configuring DRM. Do this while the CPU is as idle as
74 +<comment>(Test your frames per second (FPS) at the default size. The number should be
75 +significantly higher than before configuring DRM. Do this while the CPU is as idle as
76 possible.)</comment>
77 </pre>
78
79 @@ -422,7 +422,7 @@
80 <body>
81
82 <p>
83 -That's because you compiled agpgart into the kernel instead of as a module.
84 +That's because you compiled agpgart into the kernel instead of as a module.
85 Ignore it unless you're having problems.
86 </p>
87
88 @@ -462,7 +462,7 @@
89 <body>
90
91 <p>
92 -Edit <path>/etc/X11/xorg.conf</path>. In section "Device" enable ForcePCIMode.
93 +Edit <path>/etc/X11/xorg.conf</path>. In section "Device" enable ForcePCIMode.
94 </p>
95
96 <pre caption="Enabling ForcePCIMode">
97 @@ -480,11 +480,11 @@
98
99 <ol>
100 <li>
101 - Christopher Webber for suggesting a troubleshooting question about changing
102 + Christopher Webber for suggesting a troubleshooting question about changing
103 or recompiling kernels
104 </li>
105 <li>
106 - Steve, for suggesting consistency between the cases of dri and DRI in
107 + Steve, for suggesting consistency between the cases of dri and DRI in
108 XF86Config
109 </li>
110 </ol>
111
112
113
114 --
115 gentoo-doc-cvs@l.g.o mailing list