aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-09-08 19:22:57 +0200
committerSven Gothel <[email protected]>2013-09-08 19:22:57 +0200
commit541701f5803c5005864efcb09a0c4aacecb470f9 (patch)
treeeb210deb12710c4cc696c0326194fc1616f3c5fd /doc
parent2a595c3d163d375a3fabc8c8b754492c0f2926d5 (diff)
TiledPrintingAWTBase/doc: Add description of how-to add a 'print-to-file' printer driver on OSX
Diffstat (limited to 'doc')
-rw-r--r--doc/Implementation/AWTPrinting.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/Implementation/AWTPrinting.txt b/doc/Implementation/AWTPrinting.txt
index 709186419..97353266e 100644
--- a/doc/Implementation/AWTPrinting.txt
+++ b/doc/Implementation/AWTPrinting.txt
@@ -78,3 +78,14 @@ Bugs:
- GLCanvas: Workaround bug where onscreen MSAA cannot switch to offscreen FBO,
i.e. stay 'onscreen'
++++
+
+OSX local 'virtual' printer installation,
+i.e. print-to-file printer using cups:
+
+cupsctl FileDevice=Yes
+killall -HUP cupsd
+mkdir /data/lp
+chown jogamp /data/lp
+chmod ugo+rwx /data/lp
+lpadmin -p lprint -E -v file:/data/lp/out.ps -P /Library/Printers/PPDs/Contents/Resources/HP\ LaserJet\ 4\ Plus.gz