~ubuntu-branches/ubuntu/trusty/redshift/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/redshift.5

  • Committer: Package Import Robot
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2012-07-18 20:42:04 UTC
  • mfrom: (7.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20120718204204-5ycxpxi9vg0iuqua
Tags: 1.7-2ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
 - d/control: add libgeoclue-dev to enable new geoclue support.
 - d/rules: add --enable-ubuntu to install ubuntu icons.
 - d/patches/retry-geoclue.patch: Retry geoclue a few times so
   redshift does not explode at startup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH REDSHIFT "5" "June 2012" "redshift 1.7" "REDSHIFT.CONF(5)"
 
2
.SH NAME
 
3
redshift.conf - configuration file for redshift and gtk-redshift
 
4
.SH DESCRIPTION
 
5
A configuration file with the name `redshift.conf' can optionally be
 
6
placed in `~/.config/'. The file has standard INI format. General
 
7
program options are placed under the `redshift' header, while options
 
8
for location providers and adjustment methods are placed under a
 
9
header with the name of that provider or method. General options are:
 
10
.TP
 
11
\fBtemp\-day\fR = integer
 
12
Daytime temperature
 
13
.TP
 
14
\fBtemp\-night\fR = integer
 
15
Night temperature
 
16
.TP
 
17
\fBtransition\fR = 0 or 1
 
18
Disable or enable transitions
 
19
.TP
 
20
\fBbrightness\-day\fR = 0.1\-1.0
 
21
Screen brightness at daytime
 
22
.TP
 
23
\fBbrightness\-night\fR = 0.1\-1.0
 
24
Screen brightness at night
 
25
.TP
 
26
\fBgamma\fR = R:G:B
 
27
Gamma adjustment to apply
 
28
.TP
 
29
\fBadjustment\-method\fR = name
 
30
Select adjustment method. Options for the adjustment method can be
 
31
given under the configuration file heading of the same name.
 
32
.TP
 
33
\fBlocation\-provider\fR = name
 
34
Select location provider. Options for the location provider can be
 
35
given under the configuration file heading of the same name.
 
36
.PP
 
37
Options for location providers and adjustment methods can be found in
 
38
the help output of the providers and methods.
 
39
.SH EXAMPLE
 
40
Example for Copenhagen, Denmark:
 
41
.IP
 
42
\fB$\fR redshift \-l 55.7:12.6 \-t 5700:3600 \-g 0.8 \-m vidmode \-v
 
43
.PP
 
44
An example configuration file with the same effect as the above
 
45
command line:
 
46
.IP
 
47
.nf
 
48
[\fBredshift\fR]
 
49
temp\-day=5700
 
50
temp\-night=3600
 
51
gamma=0.8
 
52
adjustment\-method=vidmode
 
53
location\-provider=manual
 
54
.SH AUTHOR
 
55
redshift was written by Martin Koelewijn and Jon Lund Steffensen.
 
56
.PP
 
57
This manual page was created by Franziska Lichtblau
 
58
<rhalina@old-forest.org>
 
59
for the Debian project (and may be used by others).