X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-x.txt;h=e92383c9b6cce88f4a50913d2ec6ed43f24a55a2;hb=7b5291c95131353d947886b2dd7fe7f607f82bb0;hp=2cdb3141931d123c60b554468403ada52dde5451;hpb=c1f728d9bc76934565b5b90146e585922f871279;p=grml-x.git diff --git a/grml-x.txt b/grml-x.txt index 2cdb314..e92383c 100644 --- a/grml-x.txt +++ b/grml-x.txt @@ -7,7 +7,7 @@ grml-x - create xorg.conf file and start X window system on grml-system Synopsis -------- -grml-x [ options ] $windowmanager_you_want_to_use +grml-x [ options ] [ window-manager ] Description ----------- @@ -54,9 +54,7 @@ XOPTS='...':: --force:: Force creation of xorg.conf file. This option is also assumed when another - option which needs to be write values to the X config file is provided. The old - X config file (/etc/X11/xorg.conf or /etx/X11/XFree86Config-4) is renamed - via adding the extension .old. + option which needs to be write values to the X config file is provided. --help:: Display help. @@ -71,9 +69,9 @@ XOPTS='...':: Use as module for X server. --nostart:: - Do not start X server (useful when you want to generate new xorg.conf - only. Do not forget to use -force option as well if xorg.conf exists - already.) + Do not start X server. Useful when you only want to generate + xorg.conf. + --vsync :: Specify vertical sync frequencies. Use a number like "50-60". @@ -81,10 +79,10 @@ XOPTS='...':: Usage examples -------------- -grml-x --mode '1280x1024 1024x768' wm-ng:: +grml-x --mode "1280x1024 1024x768" wm-ng:: Use resolutions 1280x1024 and 1024x768 and start windowmanager wm-ng. -grml-x -module vesa openbox:: +grml-x --module vesa openbox:: Use vesa-module and start windowmanager openbox. grml-x --hsync "30-65" fluxbox::