Added new grml-x script
[grml-x.git] / grml-x.txt
1 grml-x(1)
2 =========
3
4 Name
5 ----
6 grml-x - start X window system on grml-system
7
8 Synopsis
9 --------
10 grml-x [ $windowmanager_you_want_to_use ]
11
12 Description
13 -----------
14
15 grml-x depends on the autoconfiuration of the X11 server. It adjusts ~/.xinitrc
16 for your specified window manager and then starts the X server.
17
18 If you need to specify specific configuration options use *grml-x-legacy* instead.
19
20 [[X7]]
21 Usage examples
22 --------------
23
24 grml-x::
25         Start X11 with the last used window manager (per default /usr/bin/x-window-manager).
26
27 grml-x wm-ng::
28         Start X11 with an enhanced fluxbox winodw manager.
29
30 Known problems and limitations
31 ------------------------------
32
33 grml-x does not support any kind of configuration for X itself. If you need this kind
34 functionality use grml-x-legacy instead.
35
36 Bugs
37 ----
38
39 Please report feedback, link:http://grml.org/bugs/[bugreports] and wishes
40 link:http://grml.org/contact/[to us]!
41
42 Author
43 ------
44
45 This manual page and grml-x itself have been written by Michael Prokop
46 <mika@grml.org> and are licensed under the GPL v2 or any later version.