Answer the question
In order to leave comments, you need to log in
How to change CUPS print orientation?
Good afternoon!
Set up a printer on Ubuntu via CUPS. I print by air (airprint), everything works. But here's the problem: the page orientation is incorrect, which is why it smears 1 page on 2:
Print:
-------
X
X
X
-------
As needed:
-------
XXX
-------
Googled that the parameter is configured in the PPD config:
*Landscape Orientation: Plus90
Answer the question
In order to leave comments, you need to log in
Try to /etc/cups/printers.conf
specify the option in the file in the section for your printer orientation-requested
:
<DefaultPrinter YourPrinterName>
..
Option orientation-requested 4
..
</DefaultPrinter>
orientation-requested=3 - portrait orientation (no rotation)
orientation-requested=4 - landscape orientation (90 degrees)
orientation-requested=5 - reverse landscape or seascape orientation (270 degrees)
orientation-requested=6 - reverse portrait or upside- down orientation (180 degrees)
sudo systemctl restart cups.service
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question