Config-Model-Xorg

 view release on metacpan or  search on metacpan

fallback_models/Sgi.pl  view on Meta::CPAN

                              'shift_toggle',
                              'ctrl_shift_toggle',
                              'ctrl_alt_toggle',
                              'caps_toggle'
                            ]
              },
              'keypad',
              {
                'value_type' => 'enum',
                'help' => {
                            'overlay1' => 'Use Overlay1 instead of modifier for keypad',
                            'overlay2' => 'Use Overlay2 instead of modifier for keypad',
                            'overlay' => 'Use default Overlay instead of modifier for keypad'
                          },
                'type' => 'leaf',
                'choice' => [
                              'overlay',
                              'overlay1',
                              'overlay2'
                            ]
              },
              'ctrl',
              {
                'value_type' => 'enum',
                'help' => {
                            'ctrl_aa' => 'Control key is at the left of the bottom row',
                            'nocaps' => 'Replace Caps Lock with another control key',
                            'swapcaps' => 'Swap positions of control and Caps Lock',
                            'ctrl_ac' => 'Control key is left of the \'A\' key'

lib/Config/Model/models/Xorg/Device/Fglrx.pl  view on Meta::CPAN

"0x00000200"   "horizontal"           Big Desktop mode.
"0x00000201"   "horizontal,reverse"   Big Desktop mode.
"0x00000300"   "vertical,reverse"     Big Desktop mode.
"0x00000301"   "vertical"             Big Desktop mode.
"0x00000000"                          Dual head mode.

The modes are:

Single head mode:
    Single monitor operation only. If a second monitor is
    connected, it remains dark. Only in this mode a full overlay
    functionality is available.

Clone mode:
    The contents of the primary monitor are duplicated on the
    second monitor. If one monitor cannot display the selected
    resolution, a lower resolution is automatically selected for
    this monitor. The original resolution is used then as it was
    specified as the virtual resolution. This means the second
    screen will do panning when the mouse moves ahead.

lib/Config/Model/models/Xorg/Device/Fglrx.pl  view on Meta::CPAN

        'description' => 'Needs to be documented.',
        'type' => 'leaf',
        'value_type' => 'string'
      },
      'EnableOpaqueOverlayVisual',
      {
        'choice' => [
          'yes',
          'no'
        ],
        'description' => 'Enable a depth 8 PseudoColor visual in the overlay planes that does not reserve index 255 for transparency.',
        'type' => 'leaf',
        'value_type' => 'enum'
      },
      'EnablePrivateBackZ',
      {
        'choice' => [
          'yes',
          'no'
        ],
        'description' => 'Needs to be documented.',

lib/Config/Model/models/Xorg/Device/Fglrx.pl  view on Meta::CPAN

      {
        'type' => 'leaf',
        'value_type' => 'uniline'
      },
      'PseudoColorVisuals',
      {
        'choice' => [
          'on',
          'off'
        ],
        'description' => 'Enabling this options allows the usage of pseudo color visuals at the same time with true color visuals using the overlay technique. The default is: "off".',
        'type' => 'leaf',
        'upstream_default' => 'off',
        'value_type' => 'enum'
      },
      'RingSize',
      {
        'description' => 'Needs to be documented. (ring buffer size, default = "1", values in MB)',
        'type' => 'leaf',
        'value_type' => 'integer'
      },

lib/Config/Model/models/Xorg/Device/Radeon.pl  view on Meta::CPAN

        'description' => '
           Enables or disables the use of 6 bits per color component when in 8
           bpp mode (emulates VGA mode). By default, all 8 bits per color
           component are used. The default is: "off".',
        'type' => 'leaf',
        'upstream_default' => 'off',
        'value_type' => 'enum'
      },
      'VideoKey',
      {
        'description' => 'This overrides the default pixel value for the YUV video overlay key.
              The default value is 0x1E.
',
        'type' => 'leaf',
        'upstream_default' => '0x1E',
        'value_type' => 'uniline'
      },
      'ScalerWidth',
      {
        'description' => "This  sets the overlay scaler buffer width. Accepted values range from 1024 to 2048, divisible
              by 64, values other than 1536 and 1920 may not make sense though. Should be set automatically,
              but  noone  has  a  clue what the limit is for which chip. If you think quality is not optimal
              when playing back HD video (with horizontal resolution larger  than  this  setting),  increase
              this  value, if you get an empty area at the right (usually pink), decrease it. Note this only
              affects the \"true\" overlay via xv, it won\x{2019}t affect things like textured video.
              The default value is either 1536 (for most chips) or 1920.
",
        'max' => '2048',
        'min' => '1024',
        'type' => 'leaf',
        'value_type' => 'integer'
      },
      'AccelMethod',
      {
        'choice' => [



( run in 2.088 seconds using v1.01-cache-2.11-cpan-2398b32b56e )