![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SCO Santa Cruz Operation (SCO) was a software company based in Santa Cruz, California which was best known for selling three UNIX variants for Intel x86. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| can't install solaris 10 on toshiba laptop | slimydoom | SUN Solaris | 2 | 04-16-2008 12:41 AM |
| Toshiba Laptops Get Wireless Dock - Washington Post | iBot | UNIX and Linux RSS News | 0 | 07-25-2007 04:30 PM |
| Touchpad not working - SuSE 8.2 - Toshiba Satellite A30 | zazzybob | Linux | 3 | 09-15-2004 02:04 PM |
| Toshiba laptop | gennaro | UNIX for Dummies Questions & Answers | 6 | 09-10-2001 08:43 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi there guys and gals.
I have me a near new Toshiba eStudio 2500c. I am having problems however. i cannot print landscape? portrait comes out fine. I have followed the Instructions on install to the letter. Quote:
when i print i try the following lp -dToshibal -o LANDSCAPE /etc/printcap lp -o LANDSCAPE -dToshibal /etc/printcap lp -dToshibal -o landscape /etc/printcap lp -dToshibal -ol /etc/printcap none of these work? Is there any way to select the raw Queue Name from a printer? similar to a hp directjet lpd/lpr port. cause if i can do that then i can force the queues on the unit to print on a select orientation. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Does the contents of /etc/printcap show two different print destinations?
It would seem that: lp -dtoshibal file would be enough. If the printer has two print queues, one for portrait and one for landscape, then set up two lpr/lpd printers in SCO using the same IP address and different printer names. You can also ftp to the printer and run an ls command to find out the directories (queues) that are available. If that doesn't work, and the printer supports PCL then you could add the escape sequences to the beginning of the print file. |
|
#3
|
|||
|
|||
|
thanks. jgt. where does one setup lpr/lpd printers. i will google/read my sco manual but if you know any pointers that would be good.
|
|
#4
|
|||
|
|||
|
should have added we are using lp to print. the unit does support pcl but what are the escape sequences?
|
|
#5
|
|||
|
|||
|
ok i have tried this
Quote:
which part of the setup refers to the printers lpr queue name? |
|
#6
|
|||
|
|||
|
i have tried setting in the interface file the lpr port to be the LPR queue name on the printer "Toshibal", but to no avail.
i am happy to set this up from scrath if needs be, |
|
#7
|
|||
|
|||
|
Go to scoadmin->printers->printer manager->printer->add remote->unix
Enter the IP address, or name from /etc/hosts for the host name Enter queue name for the printer name. Un-mark "Use extended remote printing...." The lp destination name will be the printer name from above. Use the following script to create a file to prefix to your print file: echo "\033E\c" #reset echo "\033&k2G\c" #turn carriage return on echo "\033&l1O\c" #landscape mode echo "\033&l5.45C\c" #66 lines per page echo "\033(s15H" #13 characters per inch This should allow you to print a standard 15x11 computer printout on 11x81/2 paper. In lines three and four of the script the letter after the ampersand is an ell |
|||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|