Config-Model-Xorg
view release on metacpan or search on metacpan
With this module and L<Config::Model>, you have a tool to tune the
configuration of your favourite X server.
Installing L<Config::Model::TkUI> is recommended as you'll have a more
user friendly curses based user interface.
(You may also want to install L<Config::Model::CursesUI> to get a curses
interface in case Xorg server is down)
Once this module is installed, you can run (as root, but please backup
/etc/X11/xorg.conf before):
# cme edit xorg
If config-edit fails with your xorg.conf (See BUGS section below), you
can try L<cme> with -force option.
If you do not have the curses user interface, be sure to read doc
which explain the basic command of the terminal based interface in
L<Config::Model::TermUI>
lib/Config/Model/Xorg.pm view on Meta::CPAN
=head1 DESCRIPTION
This module provides a configuration model for Xorg.
With this module and Config::Model, you have a tool to tune the
configuration of your favourite X server.
Installing Config::Model::CursesUI is recommended as you'll have a
more user friendly curses based user interface.
Once this module is installed, you can run (as root, but please backup
/etc/X11/xorg.conf before):
# config-edit -model Xorg
You may want to try it safely first by writing the resulting xorg.conf
elsewhere (in this case you can run this command with your user
account):
$ config-edit -model Xorg -write_directory test
( run in 0.967 second using v1.01-cache-2.11-cpan-49f99fa48dc )