dxr3config & linvdr-dxr3.deb


Screenshots   Downloads    Contact

Description (dxr3config)

dxr3config is a small tool, which helps you to find the appropriate module parameters for a dxr3-mpeg card.

Features

Installation 

  1. Download dxr3config
  2. Extract dxr3config with: tar -xzf  dxr3configXXX.tgz -C /
  3. Run dxr3config by typing dxr3config

Installation before Version 0.3.0

  1. create an empty directory (mkdir dxr3configurator)
  2. change in to the new directory (cd dxr3configurator)
  3. download dxr3config
  4. unpack dxr3config into this empty directory (tar -xzvf  dxr3configXXX.tgz)
  5. stop every application which uses your dxr3 card
  6. run dxr3config by ./dxr3config.sh

Requirements

Usage

Options:
        -a                    non-interactive mode with hardwaredetection
        -cp                  lists dxr3configs adv717x/bt865 parameters
        -ap                  lists dxr3configs adapter parameters
        -rbp                 lists dxr3configs red/blue parameters
        -h                    this message

This options can/should only be used with --auto:

        -mm                modifies modprobe.conf
                               a copy of your modprobe.conf will be saved.
        -gm                 generates a mod-utils compatible
                               dxr3 configuration file in /etc/modprobe.d
        -gs                  generates load and unload scripts
        -fbas               try this parameter if your picture is only black&white
                               and you are using a S-VIDEO -> FBAS adapter
                               there will be no effects if your dxr3 has bt865
        -yuv                use this parameter for yuv
                               there will be no effects if your dxr3 has bt865

Examples:

dxr3config -a            loads the dxr3-modules with the needed parameters
dxr3config -a -yuv    loads the dxr3-modules with the needed parameters
                                and configures your dxr3 for yuv
dxr3config -a -gm     loads the dxr3-modules with the needed parameters
                                and stores a modutils compatible file in /etc/modprobe.d/dxr3
dxr3config -a -gs      loads the dxr3-modules with the needed parameters
                                and generates load and unload scripts for the dxr3 modules