# Sample configuration file # # This file will be automatically read upon startup if it is placed in # /etc/pnm2ppa.conf # # uncomment entries by removing "#" to activate them. # #-----------set the printer model--------------------------- # The printer model will normally be set by a -v <model> command # line argument. Otherwise, if not set in the configuration file # it defaults to the 710/720 series. Remove/comment out the line # "version 0" below to get the default choice. # # If there is more than one "version" entry activated, the last one # will be used. The printer version can also be set with the command line # option e.g., "-v 720". version 710 #version 720 # 710, 712, 722 also acceptable #version 820 #version 1000 #--------control system log messages from pnm2ppa------------------- # pnm2ppa issues progress and error messages to the system log (syslog). # For security reasons, no input from the user is ever sent to the syslog. # The setting "silent 1" suppresses messages to the syslog. The # setting "verbose 1" sends messages to the standard error stream (stderr) # in addition to the syslog. (Note: if pnm2ppa was compiled with the # -D__NO_SYSLOG__ option (e.g., for BeOS), syslog messages are # diverted to stderr; use "silent 1" to suppress them.) #silent 1 #verbose 1 # (NEW FEATURE:) # standard informational messages ( when a job starts, when each page # prints, job finished, etc.) will not be recorded in the System Log, # unless explicitly activated here with the "log_info 1" keyword. # (i.e., "log_info 0" is the default.) # (Informational messages will still always be sent to stderr in "verbose" # mode, even if log_info is not set.) log_info 1 # <= COMMENT THIS OUT TO GET THE NEW DEFAULT BEHAVIOR! # Note: the "silent 1" and "log_info" keywords are only accepted from the # system configuration file (/etc/pnm2ppa.conf), and not from configuration # files specified by users with the pnm2ppa option "-f". #---------set the margins of the printed page------------------- # Margins: these are distances from the edges of the paper in # "dots" ( 600 dots = 1 inch = 2.54 cm). # Nothing outside these margins will be printed. # Default values are give below; uncomment and change, if necessary. # (Older versions of pnm2ppa required larger left and right margins to avoid # printer failure with "flashing lights", but this problem is believed to # be solved) #topmargin 10 #bottommargin 150 #leftmargin 10 #rightmargin 10 #----------center the printer output on the paper------------------- # Offsets: these are adjustments for centering the print correctly on the # paper. Units are dots (1/600 inch). Add a positive number of dots to # xoff to move the printed image to the right, relative to the paper. # add to yoff to move it down. The helper program calibrate_ppa prints # a test page to check the offsets (see CALIBRATON.txt): # usage: "calibrate_ppa --center | pnm2ppa --bw - - | lpr -l # Default values are: #xoffset 160 #yoffset 50 #------------align the black and color ink cartridges-------- # Color Offsets: these control alignment between the black ink # and color ink print cartridges. This changes a little whenever you # replace an ink cartridge, so the default values are just approximate. # # Use "calibrate_ppa --align | pnm2ppa --fd - - | lpr -l " # to print a test page to help you adjust the color offsets. # # The first line checks horizontal alignment ColOffsX,: # The second line checks vertical alignment ColOffsY,: # The alignment is correct if alignment patterns "0" is best. # If a diffent alignment pattern is best, add or subtract the + or # - value shown below it to ColOffsX or ColOffSy. # # See CALIBRATION.txt for more details. # Use "calibrate_ppa --test | pnm2ppa --fd - - | lpr -l " to check your # new settings. #ColOffsX 0 #ColOffsY 0 #---------------"shearing" corrections------------------------------------- # shearing correction (for bidirectional printing modes) # if there is a horizontal offset between right-to-left and left-to-right # sweeps of the print head, adjust these in units of 1"/600 (1 dot). # There are separate corrections colorshear and blackshear for the # color and black print heads. The third and fourth lines of the # alignment test page (see above) tests these. # The setting is correct when alignments "0" are correct. # The (positive or negative) number shown under the best-aligned shearing # alignment pattern tells you how much to change the colorshar or blackshear # value by. (For, example, if you print the calibration page with # "colorshear 0" (the default value) and the best pattern is labelled "-2", # uncomment the "colorshear" value below and set it equal to -2.) #colorshear 0 #blackshear 0 #-------------blackness control----------------------------- # this controls the density of black ink used. # valid blackness choices are 1 2 3 4; controls the # density of black ink used: 1 (least ink), 2 (default), 4 (most). # 0 = no black ink. This affects black ink bordered by whitespace # only (e.g. text, but not black in color images) #blackness 2 #------------Color correct curve Gamma parameters------------------------- # Gamma color correction values for Red, Green and Blue: # (Note: a more effective method of color correction is to use # a calibration file /etc/pnm2ppa.gamma, in which case these # Gamma values will not be used. See COLOR.html or COLOR.txt) # The pnm2ppa option --noGamma suppresses color correction. # The standard Gamma enhancement curve is # gEnh(i) = (int) ( pow ( (double) i / 256, Gamma ) * 256 ) # (i.e., 256 times ( i*(1.0/256)) to the power Gamma ), # where (int) i is the ppm color intensity, in the range 0 - 255. # positive values of Gamma enhance (increase the intensity of) # the corresponding color. Gamma = 1.0 corresponds to no # color correction, gEnh[i] = i. # You can specify Gamma values as a decimal number for each primary color #GammaR 1.0 # red enhancement #GammaG 1.0 # green enhancement #GammaB 1.0 # blue enhancement # For use with the printed output of "pnm2ppa -g ", # you can also specify Gamma values using the integer GammaIdx, # which gives Gamma = 1.0 - 0.033 * GammaIdx : #RedGammaIdx 0 #GreenGammaIdx 0 #BlueGammaIdx 0 # Default papersize (only used for printing the color calibration # test page with pnm2ppa -g). # Valid choices are: a4, letter, legal: #papersize letter # this is the default #papersize legal #papersize a4 #-----------suppress bidirectional printing--------------------- # by default the printing sweeps are now bidirectional (unimode 0); # to make unidirectional printing (left-to-right) the default behavior, # (unimode 1) uncomment the next line . (The command line options --uni # and --bi override the default behavior). You might wish to print # unidirectionally to avoid shearing effects in high-quality # color images, for example) #unimode 1 #------------switch off (color) data compression------------------ # Previously, data compression of color data sent to the printer # was not enabled. It is now enabled by default, but has only # been tested on HP71x/72xC models. Uncomment and set "compression 0" # to disable color data compression if necessary. #compression 1 #===================================================================== # the following are switches for debugging purposes only: # set their values to 0 to switch off the corresponding ink type: #black_ink 1 #color_ink 1 #cyan_ink 1 #magenta_ink 1 #yellow_ink 1
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.vmtools | Folder | 0755 |
|
|
.vmtools_upgrade | Folder | 0750 |
|
|
ModemManager | Folder | 0755 |
|
|
NetworkManager | Folder | 0755 |
|
|
PackageKit | Folder | 0755 |
|
|
UPower | Folder | 0755 |
|
|
X11 | Folder | 0755 |
|
|
acpi | Folder | 0755 |
|
|
alsa | Folder | 0755 |
|
|
alternatives | Folder | 0755 |
|
|
apache2 | Folder | 0755 |
|
|
apm | Folder | 0755 |
|
|
apparmor | Folder | 0755 |
|
|
apparmor.d | Folder | 0755 |
|
|
apport | Folder | 0755 |
|
|
apt | Folder | 0755 |
|
|
avahi | Folder | 0755 |
|
|
bash_completion.d | Folder | 0755 |
|
|
binfmt.d | Folder | 0755 |
|
|
bluetooth | Folder | 0755 |
|
|
brltty | Folder | 0755 |
|
|
ca-certificates | Folder | 0755 |
|
|
calendar | Folder | 0755 |
|
|
chatscripts | Folder | 2750 |
|
|
console-setup | Folder | 0755 |
|
|
cracklib | Folder | 0755 |
|
|
cron.d | Folder | 0755 |
|
|
cron.daily | Folder | 0755 |
|
|
cron.hourly | Folder | 0755 |
|
|
cron.monthly | Folder | 0755 |
|
|
cron.weekly | Folder | 0755 |
|
|
cups | Folder | 0755 |
|
|
cupshelpers | Folder | 0755 |
|
|
dbconfig-common | Folder | 0755 |
|
|
dbus-1 | Folder | 0755 |
|
|
dconf | Folder | 0755 |
|
|
default | Folder | 0755 |
|
|
depmod.d | Folder | 0755 |
|
|
dhcp | Folder | 0755 |
|
|
dictionaries-common | Folder | 0755 |
|
|
dpkg | Folder | 0755 |
|
|
emacs | Folder | 0755 |
|
|
environment.d | Folder | 0755 |
|
|
firefox | Folder | 0755 |
|
|
fonts | Folder | 0755 |
|
|
fwupd | Folder | 0755 |
|
|
gdb | Folder | 0755 |
|
|
gdm3 | Folder | 0755 |
|
|
geoclue | Folder | 0755 |
|
|
ghostscript | Folder | 0755 |
|
|
glvnd | Folder | 0755 |
|
|
gnome | Folder | 0755 |
|
|
groff | Folder | 0755 |
|
|
grub.d | Folder | 0755 |
|
|
gss | Folder | 0755 |
|
|
gtk-2.0 | Folder | 0755 |
|
|
gtk-3.0 | Folder | 0755 |
|
|
hp | Folder | 0755 |
|
|
ifplugd | Folder | 0755 |
|
|
init | Folder | 0755 |
|
|
init.d | Folder | 0755 |
|
|
initramfs-tools | Folder | 0755 |
|
|
insserv.conf.d | Folder | 0755 |
|
|
iproute2 | Folder | 0755 |
|
|
kernel | Folder | 0755 |
|
|
ld.so.conf.d | Folder | 0755 |
|
|
ldap | Folder | 0755 |
|
|
letsencrypt | Folder | 0755 |
|
|
libblockdev | Folder | 0755 |
|
|
libnl-3 | Folder | 0755 |
|
|
libpaper.d | Folder | 0755 |
|
|
libreoffice | Folder | 0755 |
|
|
lighttpd | Folder | 0755 |
|
|
logcheck | Folder | 0755 |
|
|
logrotate.d | Folder | 0755 |
|
|
modprobe.d | Folder | 0755 |
|
|
modules-load.d | Folder | 0755 |
|
|
mysql | Folder | 0755 |
|
|
netplan | Folder | 0755 |
|
|
network | Folder | 0755 |
|
|
networkd-dispatcher | Folder | 0755 |
|
|
newt | Folder | 0755 |
|
|
openvpn | Folder | 0755 |
|
|
opt | Folder | 0755 |
|
|
pam.d | Folder | 0755 |
|
|
pcmcia | Folder | 0755 |
|
|
perl | Folder | 0755 |
|
|
php | Folder | 0755 |
|
|
phpmyadmin | Folder | 0755 |
|
|
pki | Folder | 0755 |
|
|
pm | Folder | 0755 |
|
|
polkit-1 | Folder | 0755 |
|
|
ppp | Folder | 0755 |
|
|
profile.d | Folder | 0755 |
|
|
pulse | Folder | 0755 |
|
|
python3 | Folder | 0755 |
|
|
python3.8 | Folder | 0755 |
|
|
rc0.d | Folder | 0755 |
|
|
rc1.d | Folder | 0755 |
|
|
rc2.d | Folder | 0755 |
|
|
rc3.d | Folder | 0755 |
|
|
rc4.d | Folder | 0755 |
|
|
rc5.d | Folder | 0755 |
|
|
rc6.d | Folder | 0755 |
|
|
rcS.d | Folder | 0755 |
|
|
rsyslog.d | Folder | 0755 |
|
|
sane.d | Folder | 0755 |
|
|
security | Folder | 0755 |
|
|
selinux | Folder | 0755 |
|
|
sensors.d | Folder | 0755 |
|
|
sgml | Folder | 0755 |
|
|
skel | Folder | 0755 |
|
|
snmp | Folder | 0755 |
|
|
speech-dispatcher | Folder | 0755 |
|
|
ssh | Folder | 0755 |
|
|
ssl | Folder | 0777 |
|
|
sudoers.d | Folder | 0755 |
|
|
sysctl.d | Folder | 0755 |
|
|
systemd | Folder | 0755 |
|
|
terminfo | Folder | 0755 |
|
|
thermald | Folder | 0755 |
|
|
thunderbird | Folder | 0755 |
|
|
tmpfiles.d | Folder | 0755 |
|
|
ubuntu-advantage | Folder | 0755 |
|
|
udev | Folder | 0755 |
|
|
udisks2 | Folder | 0755 |
|
|
ufw | Folder | 0755 |
|
|
update-manager | Folder | 0755 |
|
|
update-motd.d | Folder | 0755 |
|
|
update-notifier | Folder | 0755 |
|
|
usb_modeswitch.d | Folder | 0755 |
|
|
vim | Folder | 0755 |
|
|
vulkan | Folder | 0755 |
|
|
webmin | Folder | 0755 |
|
|
wpa_supplicant | Folder | 0755 |
|
|
xdg | Folder | 0755 |
|
|
xml | Folder | 0755 |
|
|
xrdp | Folder | 0755 |
|
|
.pwd.lock | File | 0 B | 0600 |
|
adduser.conf | File | 2.96 KB | 0644 |
|
anacrontab | File | 401 B | 0644 |
|
apg.conf | File | 433 B | 0644 |
|
appstream.conf | File | 769 B | 0644 |
|
bash.bashrc | File | 2.26 KB | 0644 |
|
bash_completion | File | 45 B | 0644 |
|
bindresvport.blacklist | File | 367 B | 0644 |
|
brlapi.key | File | 33 B | 0640 |
|
brltty.conf | File | 26.29 KB | 0644 |
|
ca-certificates.conf | File | 7.99 KB | 0644 |
|
ca-certificates.conf.dpkg-old | File | 7.37 KB | 0644 |
|
crontab | File | 1.02 KB | 0644 |
|
debconf.conf | File | 2.9 KB | 0644 |
|
debian_version | File | 13 B | 0644 |
|
deluser.conf | File | 604 B | 0644 |
|
e2scrub.conf | File | 685 B | 0644 |
|
environment | File | 106 B | 0644 |
|
ethertypes | File | 1.77 KB | 0644 |
|
fprintd.conf | File | 20 B | 0644 |
|
fstab | File | 740 B | 0664 |
|
ftpusers | File | 132 B | 0644 |
|
fuse.conf | File | 280 B | 0644 |
|
gai.conf | File | 2.52 KB | 0644 |
|
gamemode.ini | File | 4.27 KB | 0644 |
|
group | File | 1.12 KB | 0644 |
|
group- | File | 1.11 KB | 0644 |
|
gshadow | File | 957 B | 0640 |
|
gshadow- | File | 947 B | 0640 |
|
hdparm.conf | File | 4.94 KB | 0644 |
|
host.conf | File | 92 B | 0644 |
|
hostid | File | 4 B | 0644 |
|
hostname | File | 12 B | 0644 |
|
hosts | File | 226 B | 0644 |
|
hosts.allow | File | 411 B | 0644 |
|
hosts.deny | File | 711 B | 0644 |
|
inputrc | File | 1.71 KB | 0644 |
|
issue | File | 26 B | 0644 |
|
issue.net | File | 19 B | 0644 |
|
kernel-img.conf | File | 110 B | 0644 |
|
kerneloops.conf | File | 1.28 KB | 0644 |
|
ld.so.cache | File | 64.73 KB | 0644 |
|
ld.so.conf | File | 34 B | 0644 |
|
legal | File | 267 B | 0644 |
|
libao.conf | File | 27 B | 0644 |
|
libaudit.conf | File | 191 B | 0644 |
|
locale.alias | File | 2.93 KB | 0644 |
|
locale.gen | File | 9.22 KB | 0644 |
|
localtime | File | 361 B | 0644 |
|
login.defs | File | 10.3 KB | 0644 |
|
logrotate.conf | File | 533 B | 0644 |
|
lsb-release | File | 104 B | 0644 |
|
ltrace.conf | File | 14.52 KB | 0644 |
|
machine-id | File | 33 B | 0444 |
|
magic | File | 111 B | 0644 |
|
magic.mime | File | 111 B | 0644 |
|
mailcap | File | 41.39 KB | 0644 |
|
mailcap.order | File | 449 B | 0644 |
|
manpath.config | File | 5.09 KB | 0644 |
|
mecabrc | File | 288 B | 0644 |
|
mime.types | File | 23.97 KB | 0644 |
|
mke2fs.conf | File | 808 B | 0644 |
|
modules | File | 195 B | 0644 |
|
mtab | File | 0 B | 0444 |
|
mtools.conf | File | 624 B | 0644 |
|
nanorc | File | 9.8 KB | 0644 |
|
networks | File | 91 B | 0644 |
|
nsswitch.conf | File | 542 B | 0644 |
|
os-release | File | 382 B | 0644 |
|
pam.conf | File | 552 B | 0644 |
|
papersize | File | 3 B | 0664 |
|
passwd | File | 3.06 KB | 0644 |
|
passwd- | File | 3 KB | 0644 |
|
pnm2ppa.conf | File | 7.47 KB | 0644 |
|
popularity-contest.conf | File | 350 B | 0664 |
|
printcap | File | 135 B | 0644 |
|
profile | File | 581 B | 0644 |
|
protocols | File | 2.86 KB | 0644 |
|
resolv.conf | File | 717 B | 0644 |
|
rmt | File | 58.55 KB | 0755 |
|
rpc | File | 887 B | 0644 |
|
rsyslog.conf | File | 1.35 KB | 0644 |
|
rygel.conf | File | 5.09 KB | 0644 |
|
sensors3.conf | File | 10.34 KB | 0644 |
|
services | File | 14.13 KB | 0644 |
|
shadow | File | 1.77 KB | 0640 |
|
shadow- | File | 1.64 KB | 0640 |
|
shells | File | 116 B | 0644 |
|
subgid | File | 41 B | 0644 |
|
subgid- | File | 22 B | 0644 |
|
subuid | File | 41 B | 0644 |
|
subuid- | File | 22 B | 0644 |
|
sudoers | File | 755 B | 0440 |
|
sysctl.conf | File | 2.3 KB | 0644 |
|
timezone | File | 11 B | 0644 |
|
ucf.conf | File | 1.23 KB | 0644 |
|
usb_modeswitch.conf | File | 1.49 KB | 0644 |
|
vsftpd.conf | File | 5.71 KB | 0644 |
|
vsftpd.conf.bak | File | 5.71 KB | 0644 |
|
vtrgb | File | 158 B | 0644 |
|
wgetrc | File | 4.83 KB | 0644 |
|
xattr.conf | File | 642 B | 0644 |
|
zsh_command_not_found | File | 477 B | 0644 |
|