
config-edit-xorg - Edit data of /etc/X11/xorg.conf

# most users will want to run config-edit-xorg [options] [ commands ... ] # if you don't have a X server config-edit-xorg -ui curses [options] [ commands ... ] # if you don't like curses config-edit-xorg -ui shell [options] [ commands ... ] # if you are a sys admin config-edit-xorg -ui none [options] <command> ...

This program will edit the configuration data contained in /etc/X11/xorg.conf.
You can specify commands as arguments that will be run on the configuration root before launching the UI. These command follow the syntax defined in Config::Model::Loader.

Specify the user interface type.
tk: provides a Tk graphical interface (If Config::Model::TkUI is installed).curses: provides a curses user interface (If Config::Model::CursesUI is installed).shell: provides a shell like interface. See Config::Model::TermUI for details.none: No UI provided. Only command line arguments are handled.Specify a new root directory where to read and write the configuration files. By default / so /etc/X11/xorg.conf will be used.
Be (very) verbose
Provide debug infos.
Provides a full stack trace when exiting on error.
Load file even if error are found in data. Bad data are discarded

Original structure and comments of /etc/X11/xorg.conf are lost during edition.

For support, please check the following ressources:

Dominique Dumont, ddumont at cpan dot org
