Displaying 2 results from an estimated 2 matches for "yoff".
Did you mean:
off
2000 Jul 01
0
margins with postscript device
...for the postscript device that adjust the margins
appropriately. Maybe other users of inkjet printers who use postscript will
find it useful.
--- devPS.c Tue May 2 06:18:35 2000
+++ /eolian1/R-1.1.0/src/main/devPS.c Thu Jun 29 16:08:13 2000
@@ -909,6 +909,13 @@
} else {
xoff = yoff = 0.0;
}
+ /* HACK for DeskJet printers with 1/2" bottom margin and 1/8" top */
+ if(pd->landscape) {
+ pd->width -= 0.125; xoff += 0.25;
+ } else {
+ pd->height -= 0.125; yoff += 0.25;
+ }
+
pd->maxpointsize = 72.0 * ((pd->pageheight >...
2001 Feb 28
2
Lock up issue
...ckages installed:
samba-client-2.0.7-21ssl
samba-common-2.0.7-21ssl
I have a Windows NT 4 server (SP6a) which stores many of my files since I
use both Linux and Windows to access them (Linux on my desktop, Windows on
my laptop) I don't access the shares at the same time (my desktop is usuall
yoff when I use my laptop and vice versa)
I mount 2 shares off my NT box:
smbmount //baptiste_srv/mike ~/ntsrv -o
username=xxxx,uid=yyyyyyy,password=uuuuuuuu,rw
smbmount //baptiste_srv/NT_Junk ~/mp3 -o
username=xxxx,uid=yyyyyyy,password=uuuuuuuu,rw
I've done this as both root and the user yyyyyyy...