~ubuntu-branches/ubuntu/maverick/zapping/maverick

« back to all changes in this revision

Viewing changes to help/man/zapping_setup_fb.xml

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2005-03-08 23:19:08 UTC
  • mfrom: (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050308231908-oip7rfv6lcmo8c0e
Tags: 0.9.2-2ubuntu1
Rebuilt for Python transition (2.3 -> 2.4)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
 
3
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
 
4
  <!ENTITY app "<application>Zapping</application>">
 
5
]>
 
6
<refentry id="zapping_setup_fb">
 
7
  <refmeta>
 
8
    <refentrytitle>zapping_setup_fb</refentrytitle>
 
9
    <manvolnum>1</manvolnum>
 
10
  </refmeta>
 
11
 
 
12
  <refnamediv>
 
13
    <refname>zapping_setup_fb</refname>
 
14
    <refpurpose>sets up the Framebuffer for &app;</refpurpose>
 
15
  </refnamediv>
 
16
 
 
17
  <refsynopsisdiv>
 
18
    <cmdsynopsis>
 
19
      <command>zapping_setup_fb</command>
 
20
      <arg>-?, --help</arg>
 
21
      <arg>--bpp <replaceable>NUMBER</replaceable></arg>
 
22
      <arg>--device <replaceable>FILENAME</replaceable></arg>
 
23
      <arg>--display <replaceable>NAME</replaceable></arg>
 
24
      <arg>--quiet</arg>
 
25
      <arg>--usage</arg>
 
26
      <arg>--verbose</arg>
 
27
      <arg>--version</arg>
 
28
    </cmdsynopsis>
 
29
  </refsynopsisdiv>
 
30
 
 
31
  <refsect1 id="description">
 
32
    <title>Description</title>
 
33
 
 
34
    <para><command>zapping_setup_fb</command> is a small program intended to be installed as suid root that sets up the Framebuffer. If you have pam installed, it can be pam'ified too.</para>
 
35
  </refsect1>
 
36
 
 
37
  <refsect1 id="purpose">
 
38
    <title>Purpose</title>
 
39
 
 
40
    <para>Overlaying TV in the video ram requires the driver to know the destination address in memory. To set this value root permissions are needed, this is why <command>zapping_setup_fb</command> needs this level of privileges. I've tried to make it secure, but better don't trust it very much.</para>
 
41
  </refsect1>
 
42
 
 
43
  <refsect1 id="options">
 
44
    <title>Options</title>
 
45
 
 
46
    <variablelist>
 
47
 
 
48
      <varlistentry>
 
49
        <term><option>-?, --help, --usage</option></term>
 
50
        <listitem>
 
51
          <para>Print usage information.</para>
 
52
        </listitem>
 
53
      </varlistentry>
 
54
 
 
55
      <varlistentry>
 
56
        <term><option>--bpp <replaceable>NUMBER</replaceable></option></term>
 
57
        <listitem>
 
58
          <para>Current X bpp.</para>
 
59
        </listitem>
 
60
      </varlistentry>
 
61
 
 
62
      <varlistentry>
 
63
        <term><option>--device <replaceable>FILENAME</replaceable></option></term>
 
64
        <listitem>
 
65
          <para>The video device to open, <filename>/dev/video0</filename> by default.</para>
 
66
        </listitem>
 
67
      </varlistentry>
 
68
 
 
69
      <varlistentry>
 
70
        <term><option>--display <replaceable>NAME</replaceable></option></term>
 
71
        <listitem>
 
72
          <para>The X display to use.</para>
 
73
        </listitem>
 
74
      </varlistentry>
 
75
 
 
76
      <varlistentry>
 
77
        <term><option>--quiet</option></term>
 
78
        <listitem>
 
79
          <para>Decrements the verbosity level.</para>
 
80
        </listitem>
 
81
      </varlistentry>
 
82
 
 
83
      <varlistentry>
 
84
        <term><option>--verbose</option></term>
 
85
        <listitem>
 
86
          <para>Increments the verbosity level.</para>
 
87
        </listitem>
 
88
      </varlistentry>
 
89
 
 
90
      <varlistentry>
 
91
        <term><option>--version</option></term>
 
92
        <listitem>
 
93
          <para>Shows the program version.</para>
 
94
        </listitem>
 
95
      </varlistentry>
 
96
 
 
97
    </variablelist>
 
98
  </refsect1>
 
99
 
 
100
  <refsect1 id="bugs">
 
101
    <title>Bugs</title>
 
102
 
 
103
    <para>None known.</para>
 
104
  </refsect1>
 
105
 
 
106
  <refsect1 id="see-also">
 
107
    <title>See also</title>
 
108
 
 
109
    <para><command>zapping</command>(1)</para>
 
110
  </refsect1>
 
111
 
 
112
  <refsect1 id="authors">
 
113
    <title>Authors</title>
 
114
    <para>&app; was written by Iñaki García Etxebarria, Michael H. Schimek (mschimek@users.sourceforge.net) and many contributors.</para>
 
115
    <para>This manual page was written by Michael H. Schimek based on work by Christian Marillat.</para>
 
116
  </refsect1>
 
117
 
 
118
</refentry>