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

=head1 NAME

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

=head1 VERSION

version 1.111

=head1 DESCRIPTION

Configuration classes used by L<Config::Model>

Driver-independent entries and Options

=head1 Elements

=head2 Driver

name of the driver to use for this graphics device. I<< Mandatory. Type enum. choice: 'vesa', 'ati', 'radeon', 'fglrx', 'nvidia'.  >> 

=head2 BusID

This specifies the bus location of the graphics card. For PCI/AGP cards, the bus-id string has the form
PCI:bus:device:function (e.g., “PCI:1:0:0” might be appropriate for an AGP card). This field is usually optional in single-head configurations when using the primary graphics card. In multi-head configurations, or when using a secondary graphics card in a single-head configuration, this entry is mandatory. Its main purpose is to make an unambiguous connection between the device section and the hardware it is representing. This information can usually be found by running the Xorg server with the -scanpci command line option. I<< Optional. Type uniline.  >> 

=head2 Screen

his option is mandatory for cards where a single PCI entity can drive more than one display (i.e., multiple CRTCs sharing a single graphics accelerator and video memory). One Device section is required for each head, and this parameter determines which head each of the Device sections applies to. The legal values of number range from 0 to one less than the total number of heads per entity. Most drivers require that the primary screen (0) be present. I<< Optional. Type integer.  >> 

=head2 Chipset

I<< Optional. Type uniline.  >> 

=head2 Ramdac

I<< Optional. Type uniline.  >> 

=head2 DacSpeed

I<< Optional. Type uniline.  >> 

=head2 Option

Option flags may be specified in the Device sections. These include driver-specific options and driver-independent options. I<< Optional. Type warped_node.  >> 

=head1 SEE ALSO

=over

=item *

L<cme>

=back

=cut