File: fbview.conf

package info (click to toggle)
ppmtofb 0.32
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 156 kB
  • ctags: 189
  • sloc: ansic: 2,101; python: 224; makefile: 91
file content (38 lines) | stat: -rw-r--r-- 753 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Example defaults for fbview; install as /etc/fbview.conf or ~/.fbview.conf
#
# Note that comments are only valid at the beginning of a line.
# You can use any valid Python expression for any value.

# VERBOSE: Set to 1 for informative messages
VERBOSE 1

# NOCLEANUP: Set to 1 to keep the generated files around
NOCLEANUP 0

# Depth
DEPTH 24

# Use grayscale?
GRAYSCALE 0

# Center
CENTER 1

# DELAY: in seconds
Delay 6

# Display width and height (for scaling)
WIDTH 640
HEIGHT 480

# Use 0 if you have a TRUECOLOR/DIRECTCOLOR visual or
# an AGA Amiga; other values enable automatic quantizing
MAXCOLORS 0
# MAXCOLORS 1<<DEPTH

# Options to djpeg
JPEG_GRAYSCALE_OPTS '-pnm -fast'
JPEG_COLOR_OPTS '-pnm'

# Framebuffer to use
# FRAMEBUFFER '/dev/fb0'