Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dod38fr/config-model-xorg
Edit and validate Xorg configuration (quite experimental)
https://github.com/dod38fr/config-model-xorg
Last synced: 2 days ago
JSON representation
Edit and validate Xorg configuration (quite experimental)
- Host: GitHub
- URL: https://github.com/dod38fr/config-model-xorg
- Owner: dod38fr
- Created: 2012-06-19T11:03:35.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-12-16T15:44:50.000Z (about 6 years ago)
- Last Synced: 2025-01-02T23:57:15.198Z (6 days ago)
- Language: Perl 6
- Size: 150 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.pod
- Changelog: Changes
Awesome Lists containing this project
README
=head1 Config::Model::Xorg - Xorg configuration tool based on Config::Model
This module provides a Xorg configuration model.
With this module and L, you have a tool to tune the
configuration of your favourite X server.Installing L is recommended as you'll have a more
user friendly curses based user interface.(You may also want to install L 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 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=head2 Keyboard model
If Xorg is installed on your system, the keyboard model will be
generated by Build.PL from the content of the lst files in your
xkb/rules directory.If Xorg is not installed, this module will fallback on a keyboard
model created on a Debian GNU/Linux system. (This is done so that CPAN
testers can be run even on servers without Xorg).=head2 bugs
This model is quite young and is incomplete.
So far, the following video cards have a model (see
lib/Config/Model/models/Xorg/Device/ directory) :=over
=item *
ATI card (rather complete Radeon.pl model for radeon driver and Fglrx model)
=item *
Nvidia card (very preliminary Nvidia.pl model for Nvidia proprietary
driver)=back
=head2 Installation
perl Build.PL
./Build testIf you want to install this software without packaging, type also:
./Build install