The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# PODNAME: Config::Model::models::Xorg
# ABSTRACT:  Configuration class Xorg
=encoding utf8

=head1 NAME

Config::Model::models::Xorg - Configuration class Xorg

=head1 VERSION

version 1.111

=head1 DESCRIPTION

Configuration classes used by L<Config::Model>

Top level Xorg configuration.

=head1 Elements

=head2 Files

File pathnames. I<< Optional. Type node of class L<Xorg::Files|Config::Model::models::Xorg::Files> .  >> 

=head2 Module

Dynamic module loading. I<< Optional. Type node of class L<Xorg::Module|Config::Model::models::Xorg::Module> .  >> 

=head2 CorePointer

name of the core (primary) keyboard device. I<< Optional. Type reference.  >> 

=head2 CoreKeyboard

name of the core (primary) keyboard device. I<< Optional. Type reference.  >> 

=head2 InputDevice

Input device(s) description. I<< Optional. Type hash of node of class L<Xorg::InputDevice|Config::Model::models::Xorg::InputDevice> .  >> 

=head2 MultiHead

Set this to one if you plan to use more than 1 display. I<< Optional. Type boolean. default: '0'.  >> 

=head2 Monitor

Monitor description. I<< Optional. Type hash of node of class L<Xorg::Monitor|Config::Model::models::Xorg::Monitor> .  >> 

=head2 Device

Graphics device description. I<< Optional. Type hash of node of class L<Xorg::Device|Config::Model::models::Xorg::Device> .  >> 

=head2 Modes

Video modes descriptions. I<< Optional. Type hash of node of class L<Xorg::Monitor::Mode|Config::Model::models::Xorg::Monitor::Mode> .  >> 

=head2 Screen

Screen configuration. I<< Optional. Type hash of node of class L<Xorg::Screen|Config::Model::models::Xorg::Screen> .  >> 

=head2 ServerLayout

represents the binding of one or more screens
       (Screen sections) and one or more input devices (InputDevice
       sections) to form a complete configuration. I<< Optional. Type hash of node of class L<Xorg::ServerLayout|Config::Model::models::Xorg::ServerLayout> .  >> 

=head2 ServerFlags

Server flags used to specify some global Xorg server options. I<< Optional. Type node of class L<Xorg::ServerFlags|Config::Model::models::Xorg::ServerFlags> .  >> 

=head2 DRI

DRI-specific configuration. I<< Optional. Type node of class L<Xorg::DRI|Config::Model::models::Xorg::DRI> .  >> 

=head2 Extensions

DRI-specific configuration. I<< Optional. Type node of class L<Xorg::Extensions|Config::Model::models::Xorg::Extensions> .  >> 

=head1 SEE ALSO

=over

=item *

L<cme>

=item *

L<Config::Model::models::Xorg::DRI>

=item *

L<Config::Model::models::Xorg::Device>

=item *

L<Config::Model::models::Xorg::Extensions>

=item *

L<Config::Model::models::Xorg::Files>

=item *

L<Config::Model::models::Xorg::InputDevice>

=item *

L<Config::Model::models::Xorg::Module>

=item *

L<Config::Model::models::Xorg::Monitor>

=item *

L<Config::Model::models::Xorg::Monitor::Mode>

=item *

L<Config::Model::models::Xorg::Screen>

=item *

L<Config::Model::models::Xorg::ServerFlags>

=item *

L<Config::Model::models::Xorg::ServerLayout>

=back

=cut