Help with duplex printing


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Help with duplex printing
# 1  
Old 04-22-2010
Help with duplex printing

I am able to use duplex printing with the -o duplex option. I am also printing landscape. It prints on the back of the page, however, I have to flip the page in order to see the other side right side up. Is there another option that will allow the duplex printing to print the right side up on front and back? One that would allow me to simply turn the page to see the other side right side up?
# 2  
Old 04-22-2010
Are you saying that you want to use short edge binding, and the output is actually long edge?
# 3  
Old 04-22-2010
I don't know anything about short edge binding, however, I did mess with this a little:

lp -o sides=two-sided-short-edge filename

Is this what you are talking about?


What I was saying in my original post is that I need it to print the same on each side of the paper (landscape format) so I can turn the page (like turning the page in a book) and be able to read the other side without flipping the paper.
# 4  
Old 04-22-2010
Short edge binding means that if you use a 3 hole punch on the 81/2" side, you can read the report just by turning the pages.
Long edge binding means the same thing, except that the 14" side is bound, and you read the report by flipping the pages away from you, like you would expect with a report on continuous paper.
# 5  
Old 04-22-2010
So this would do the trick if my printer allows for it?

lp -o sides=two-sided-short-edge filename
# 6  
Old 04-22-2010
That sides= thing is printer-dependent so there's no info on that in 'man lp'. But if that option works for you, long-edge means that if you were binding them together, the long edge would be the ones stuck together, like in a three-ring binder. short-edge means that the short edge would be the one bound together, like pages in a clipboard. Your printing as landscape confuses the matter, you may need the opposite binding of what you'd normally expect.
# 7  
Old 04-22-2010
Thanks for that info. I don't think my printer likes the sides = command because it is not working either way.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

How to change Speed Duplex

How to change Speed Duplex ! How to change Speed Duplex by command chdev -P -l ent1 -a media_speed=1000_Full_Duplex How to change Speed Duplex by Smitty . smitty chgenet -> select adapter -> change Media speed etc. -> set "Apply change to DATABASE only" to yes -> Enter -> ... (0 Replies)
Discussion started by: ITHelper
0 Replies

2. Solaris

How to find half duplex or full duplex

Hi, How to find whether the server is running with half duplex or full duplex. I tried with the following command ndd -get /dev/ but am not getting any output,. Is the command correct? Also let me know how to change from half to full duplex. (1 Reply)
Discussion started by: rogerben
1 Replies

3. SuSE

configure full duplex

How do I configure full duplex on suse 8.2 I tried ethtool -s eth0 speed 100 duplex full autoneg off the above works but when I reboot the machine the configure was lost. How do I configure full duplex so that when the machine get rebooted the configuration will stay. My interface... (4 Replies)
Discussion started by: hassan2
4 Replies

4. Solaris

How to force a full duplex

I need to change some Ip addresses for my servers to reflect in the NIS map. I also need to force full duplex on the 10/100 cards & 1/2 duplex in the 10 cards. I can change the IP by doing ifconfig <NIC card > plumb up <newip>. Not quite sure on how to force the full / half duplex & how to... (2 Replies)
Discussion started by: Remi
2 Replies

5. Red Hat

rhel 3 duplex setting

how do you tell what duplex mode your box is running? kinda like cat /proc/meminfo for memory usage.. is there a similar procedure that shows if the live kernel is running at 100-full or half etc...? (2 Replies)
Discussion started by: BG_JrAdmin
2 Replies

6. Programming

full -duplex ?

what is meant by full duplex and half duplex? b'coz in differences b\w hub and switch ,i heard lot this duplex word so please help me (1 Reply)
Discussion started by: parvathy
1 Replies

7. UNIX for Dummies Questions & Answers

How to turn off duplex

I am using digital Unix and lpd. I have HP 4200n LaserJet TCP printer, but when I use lpr command, it always print duplex. I can turn off duplex feature at the panel of the printer, but then other Windows computer cannot print duplex. How can I set up /etc/printcap file so that it will be... (2 Replies)
Discussion started by: hiepng
2 Replies

8. Solaris

Duplex Settings

Hi All I've been having a lot of errors logged on the Cisco Catalyst (4000 series) which one of my Solaris servers is patched into. I have a feeling they are duplex related, but I'm a bit stuck as to how to confirm that. How do I: 1. Check the duplex settings on my eri0 card? 2. Set the... (3 Replies)
Discussion started by: saabir
3 Replies

9. UNIX for Dummies Questions & Answers

Full duplex at HUB?

Ok at the moment I have a hub whit 5 computers connected to it. It's a 10/100 NetGear hub. Ok I heard that there is some command I can run or a file I edit or something like that. But what the command/file/script/whatever does is tells you what connect speed it's connecting to the hub to. ... (4 Replies)
Discussion started by: merlin
4 Replies

10. IP Networking

duplex

Hi all, What is the difference between half duplex and full duplex? What are the advantages and disadvantages of each mode, if any? Thanks. (3 Replies)
Discussion started by: sihong
3 Replies
Login or Register to Ask a Question