Config-Model-Xorg

 view release on metacpan or  search on metacpan

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

           Define the vertical pixel offset from the center of the screen. The
           range for integer depends on the ASIC. Try to use aticonfig(1x)
           with option --tv-info to get a valid range.',
        'type' => 'leaf',
        'value_type' => 'integer'
      },
      'TVHSizeAdj',
      {
        'description' => '
           Define the height of the TV geometry (as percentage unit). As a
           rule of thumb the value is valid in the range of [1..100], but it
           depends on what has been chosen for Option "TVFormat".',
        'max' => 100,
        'type' => 'leaf',
        'value_type' => 'integer'
      },
      'TVVSizeAdj',
      {
        'description' => '
           Define the width of the TV geometry (as percentage unit). As a rule
           of thumb the value is valid in the range of [1..100], but it
           depends on what has been chosen for Option "TVFormat".',
        'max' => 100,
        'type' => 'leaf',
        'value_type' => 'integer'
      },
      'TVHStartAdj',
      {
        'type' => 'leaf',
        'value_type' => 'integer'
      },
      'UseFastTLS',
      {
        'choice' => [
          'off',
          'on'
        ],
        'description' => 'Use this option to set the method to maintain the so called Thread Local Storage (TLS) locations. The default is: "off".

If you do spot an immediate segmentation fault after launching a program that makes use of OpenGL and further when the fault can be traced down to the OpenGL implementation of the graphics driver, then you should try to tune the TLS settings.',
        'help' => {
          '0' => 'Fast operations. Provides the highest possible OpenGL
               performance. The method makes use of a quite limited resource.
               This is the default.',
          '1' => 'Fast operations.',
          '2' => 'Compatible mode. Fast operations are turned off. This method is
               some 10% slower and uses a less limited resource. Preferred for
               Wine(X), emulators and other VM manipulating programs.'
        },
        'type' => 'leaf',
        'upstream_default' => 'off',
        'value_type' => 'enum'
      },
      'UseInternalAGPGART',
      {
        'choice' => [
          'yes',
          'no'
        ],
        'description' => '
           Enable or disable the usage of an internal agpgart module. If you
           set this option to "yes", the driver will not use the kernel\'s
           AGPGart module. Instead it will make use of the "built-in" AGP
           support. The default is "no", as long as the graphics driver\'s
           kernel module detects the presence of an agpgart kernel module.

           Warning
           If you set this option to "yes" you must ensure, that you do not
           have the kernel AGP support compiled in. Instead compile it as
           modules.

           The AGP support in the driver may not always work, depending on the
           type of motherboard and/or card that you have. But there is a
           possibility, which maybe still works. Refer to the
           "agp_try_unsupported=1" value for Option "KernelModuleParm".',
        'type' => 'leaf',
        'value_type' => 'enum'
      },
      'VideoOverlay',
      {
        'choice' => [
          'on',
          'off'
        ],
        'description' => '
           ... Video Overlay for the Xv extension ... If you want enable this
           option, Option "OpenGLOverlay" must not be enabled.',
        'type' => 'leaf',
        'value_type' => 'enum'
      },
      'VRefresh2',
      {
        'description' => '"frequency"
           Vertical refresh rate range for the second monitor in e.g. big
           desktop mode.

           Note
           You can skip this value, if you define an appropriate VertRefresh
           line in the related Section "Monitor".',
        'type' => 'leaf',
        'value_type' => 'integer'
      }
    ],
    'name' => 'Xorg::Device::Fglrx'
  }
]
;



( run in 0.584 second using v1.01-cache-2.11-cpan-e1769b4cff6 )