[Bug 1814] New: xpr hardcoded to 8.5"x11" paper size
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Nov 9 19:29:04 PST 2004
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://freedesktop.org/bugzilla/show_bug.cgi?id=1814
Summary: xpr hardcoded to 8.5"x11" paper size
Product: xorg
Version: CVS_head
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: App/other
AssignedTo: xorg-bugzilla-noise at freedesktop.org
ReportedBy: alan.coopersmith at sun.com
[Originally reported to Sun as Solaris bug id #4704388.]
xpr was hard-coded to know about 8.5x11 paper only.
Many users outside the US need to use other page sizes such as A3 & A4.
For instance, when trying to print the screen image to the A3 paper,
the window image isn't printed at the center of the paper.
(it's on the bottom-right corner)
After install A3 size paper into the printer, please perform.
% xwd -root | xpr | lp -d <pronter-name>
% xwd -root | xpr -height 8 -width 10.5 | lp -d <printer-name>
Then, you will get the paper from the printer like:
+-------------------------------+ A3 size paper
| |
| |
| |
| +----------+ |
| | screen | |
| | image | |
| +----------+ |
+-------------------------------+
--
Configure bugmail: https://freedesktop.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the xorg-bugzilla-noise
mailing list