1 |
swift 06/01/25 21:44:20 |
2 |
|
3 |
Modified: xml/htdocs/doc/en/handbook/draft/complete |
4 |
hb-desktop-graphical.xml |
5 |
Log: |
6 |
Some paragraphs |
7 |
|
8 |
Revision Changes Path |
9 |
1.2 +104 -7 xml/htdocs/doc/en/handbook/draft/complete/hb-desktop-graphical.xml |
10 |
|
11 |
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/complete/hb-desktop-graphical.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo |
12 |
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/complete/hb-desktop-graphical.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo |
13 |
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/complete/hb-desktop-graphical.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo |
14 |
|
15 |
Index: hb-desktop-graphical.xml |
16 |
=================================================================== |
17 |
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/complete/hb-desktop-graphical.xml,v |
18 |
retrieving revision 1.1 |
19 |
retrieving revision 1.2 |
20 |
diff -u -r1.1 -r1.2 |
21 |
--- hb-desktop-graphical.xml 6 Jan 2006 20:05:07 -0000 1.1 |
22 |
+++ hb-desktop-graphical.xml 25 Jan 2006 21:44:20 -0000 1.2 |
23 |
@@ -4,7 +4,7 @@ |
24 |
<!-- The content of this document is licensed under the CC-BY-SA license --> |
25 |
<!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
26 |
|
27 |
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/complete/hb-desktop-graphical.xml,v 1.1 2006/01/06 20:05:07 swift Exp $ --> |
28 |
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/complete/hb-desktop-graphical.xml,v 1.2 2006/01/25 21:44:20 swift Exp $ --> |
29 |
|
30 |
<sections> |
31 |
|
32 |
@@ -17,12 +17,50 @@ |
33 |
<title>Introduction</title> |
34 |
<body> |
35 |
|
36 |
+<p> |
37 |
+Many users believe that Linux is a command-line driven operating system. This |
38 |
+isn't true, but the command-line interface is a standard, well-supported input |
39 |
+method for Linux. However, graphical input is well supported and rivals other |
40 |
+operating systems with its usability, flexibility and stability. |
41 |
+</p> |
42 |
+ |
43 |
+<p> |
44 |
+Like all tools, the graphical environment is also "just a tool" build to do what |
45 |
+it is supposed to do: provide a graphical environment for the end user and |
46 |
+libraries for developers so they can write graphical tools. The base of a |
47 |
+graphical environment are the <e>X11 libraries</e> and <e>X11 server</e>. |
48 |
+</p> |
49 |
+ |
50 |
+<p> |
51 |
+X11 is a network protocol designed to allow graphical environments to be |
52 |
+exported over the network. As such, any graphical environment built using the |
53 |
+X11 libraries can run on a server while it is displayed on a client. But we're |
54 |
+drifting away now... |
55 |
+</p> |
56 |
+ |
57 |
+<p> |
58 |
+The X11 server is a service that performs the rendering of graphical |
59 |
+environments. It isn't a graphical environment by itself but offers the base for |
60 |
+graphical environments to be built: it is a framework where other software |
61 |
+packages build upon. |
62 |
+</p> |
63 |
+ |
64 |
+<p> |
65 |
+Gentoo supports the <c>xorg-x11</c> X11 server. |
66 |
+</p> |
67 |
+ |
68 |
</body> |
69 |
</subsection> |
70 |
<subsection> |
71 |
<title>Configuration</title> |
72 |
<body> |
73 |
|
74 |
+<p> |
75 |
+Since the X11 server performs the rendering, you need to configure it to use the |
76 |
+hardware you work on. Gentoo has a nice <uri link="/doc/en/xorg-config.xml">X |
77 |
+Server Configuration HOWTO</uri> which you definitely should read. |
78 |
+</p> |
79 |
+ |
80 |
</body> |
81 |
</subsection> |
82 |
</section> |
83 |
@@ -30,15 +68,80 @@ |
84 |
<section> |
85 |
<title>Desktop Environments</title> |
86 |
<subsection> |
87 |
+<title>Introduction</title> |
88 |
+<body> |
89 |
+ |
90 |
+<p> |
91 |
+With a bare X11 server you won't be able to do much. You need a window manager |
92 |
+which takes care of the graphical layout of the environment and possibly even a |
93 |
+desktop environment which integrates tools and usability guidelines with a |
94 |
+window manager. |
95 |
+</p> |
96 |
+ |
97 |
+<p> |
98 |
+A desktop environment is a full blown graphical environment offering everything |
99 |
+a desktop might need, all in a coherent package. Backgrounds, file management, |
100 |
+drag and drop, screensavers, menus, theming with icons and sounds, virtual |
101 |
+desktops, ... you name it, all of that is defined in a desktop environment. This |
102 |
+is also why most users are searching for a desktop environment. |
103 |
+</p> |
104 |
+ |
105 |
+<p> |
106 |
+Users who want a small graphical environment with just the tools they need often |
107 |
+opt for a window manager instead as they don't need all the bells and whistles a |
108 |
+desktop environment offers. |
109 |
+</p> |
110 |
+ |
111 |
+<p> |
112 |
+The next few paragraphs give a small introduction to various desktop |
113 |
+environments. The next section discusses a few window managers. The list is not |
114 |
+meant to be exhaustive but rather to provide some guidance to the new Gentoo |
115 |
+user. |
116 |
+</p> |
117 |
+ |
118 |
+</body> |
119 |
+</subsection> |
120 |
+<subsection> |
121 |
<title>KDE</title> |
122 |
<body> |
123 |
|
124 |
+<p> |
125 |
+With KDE, users are offered a full-blown environment with a plethora on desktop |
126 |
+utilities. It seems as if the KDE project tries to contain everything a user |
127 |
+might require from a desktop: games, development tools, office suites, imaging |
128 |
+support, multimedia tools, desklets, system utilities, ... and all those build |
129 |
+upon the same libraries so all tools have a consistent look and feel and offer a |
130 |
+well developed drag and drop mechanism. |
131 |
+</p> |
132 |
+ |
133 |
+<p> |
134 |
+The KDE project maintains much documentation (in various languages) and offers a |
135 |
+quick release cycle with new features and fixes available at every new release. |
136 |
+You'll find that the integration of the tools is flawless (the address book is |
137 |
+linked from the Personal Information Management tool <c>kontact</c>, E-mail |
138 |
+client <c>kmail</c>, Event Manager <c>kjournal</c> and of course the Address |
139 |
+book maintenance tool <c>kaddressbook</c>) and the configuration interface |
140 |
+<c>kcontrol</c> complete and well documented. |
141 |
+</p> |
142 |
+ |
143 |
+<p> |
144 |
+If you are interested in using KDE, don't hesitate to read the <uri |
145 |
+link="/doc/en/kde-config.xml">KDE Configuration Guide</uri>. |
146 |
+</p> |
147 |
+ |
148 |
</body> |
149 |
</subsection> |
150 |
<subsection> |
151 |
<title>GNOME</title> |
152 |
<body> |
153 |
|
154 |
+<p> |
155 |
+The GNOME Foundation offers a consistent desktop environment (GNOME) which |
156 |
+is developed using strict guidelines, offering a maximum on usability (layout |
157 |
+and such is strictly defined). Many GNOME zealots are proud of their environment |
158 |
+because it is simple to use, yet powerful and fully functional. |
159 |
+</p> |
160 |
+ |
161 |
</body> |
162 |
</subsection> |
163 |
<subsection> |
164 |
@@ -52,12 +155,6 @@ |
165 |
<section> |
166 |
<title>Window Managers</title> |
167 |
<subsection> |
168 |
-<title>WMs are no desktop environments</title> |
169 |
-<body> |
170 |
- |
171 |
-</body> |
172 |
-</subsection> |
173 |
-<subsection> |
174 |
<title>Fluxbox</title> |
175 |
<body> |
176 |
|
177 |
|
178 |
|
179 |
|
180 |
-- |
181 |
gentoo-doc-cvs@g.o mailing list |