Displaying 20 results from an estimated 1000 matches similar to: "paper size in postscript driver"
2003 Apr 08
1
Can't do Landscape with ManualFeed
Hi:
I am haviong problems with Landscape mode on our HP printers (many models).
I am running 2.2.7a on two different servers. One is using the "old style"
printing (using "printer driver file" parameter). The other is using the
newer printing system. It is the same code on both. Both are Solaris
systems. For the old one, the drivers are installed on the client, for the
2007 Feb 28
1
On PostScript
I have been attempting to create a custom fax cover sheet for a hylafax
web front end called avantfax. It requires as input an encapsulated
postscript file conaining the glyph definitions and the text to be
subsituted as strings having the form XXXX-to-variable or
XXXX-from-variable.
I have been trying to create a valid eps file using a varitiy of methods
with no great succes. However, I ahve
2004 Apr 20
0
SAMBA 3.0.2 printing problem
Hi
I've recently upgraded to 3.0.2 from 2.2.8 on Redhat 9. We have 2 Linux
servers and a number of windows XP machines. The primary domain
controller has a printer which is shared and to which all the computers
have access. Since upgrading, the other Linux server cannot print to
shared printers on the primary linux controller or on windows machines
and cannot install new shared printers from
2001 Oct 02
1
Manual Printer Driver Installations
Hey,
I posted a few days ago about how the printer paper sizes are differ from
the admin account
when they are installed. People at my work are getting pissed at the moment
and all they want to do
is to be able to change the paper sizes themselves and not have it done at
the server
Is there a way to do it?
I fluked it at one stage and had it working like that, I think I deleted the
driver
2009 Apr 13
5
HP Laserjet Printer Installation
Hi all,
I have a very good query related to printer sharing using samba. Following
is the scenario...
I had installed HP laserjet 9040Dn printer on redhat Enterprise linux 5.
Shared it using samba. Used winbind protocol to integrate linux with
windows AD 2003. Now i am able to see printer in Active directory as well
as linux computer account in AD. But unable to set option
lpadmin -p printer
2009 Feb 05
3
The Origins of R AND CALCULUS
An amusing afterthought : What is a rival software (ahem!) was planting
this, hoping for a divide between S and R communities.or at the very minimum
hoping for some amusement. an assumption or even a pretense of stealing
credit is one of the easiest ways of sparking intellectual discord
Most users of softwares don't really care about who gets credit ( Who wrote
Windows Vista ,or Mac OS or
2003 Mar 19
0
Problem accessing Windows printer from Linux side
I am using Red Hat 8.0 with KDE, and I have installed samba-common and
samba-client packages, version 2.2.7-4.8.0. The Windows server is a
Windows 2000 Server with a HP LaserJet 4500. I can use "smbclient -L
//server -U user" to view the shares. After setting up in the Red Hat
Printer Config, now I can see the status of the printer is "Idle
(accepting jobs)" in the
2011 Jun 07
0
[LLVMdev] llvm-gfortran
On Tue, Jun 7, 2011 at 2:33 PM, Yuanfang Chen <tabloid.adroit at gmail.com> wrote:
> Hello folks,
> I want to compile some fortran code to IR, but llvm-gfortran 4.2-2.9 does
> compile my fortran code. gfortran 4.2.1 fail with the same error. but
> gfortran 4.4.6 and ifort compiles fine. Attached is the file causing
> error. Error message is
> m_List.F90: In function
2006 Oct 16
2
CUPS Problem
The Highlights:
-CentOS 4.4 & CUPS
-HPLIP Installed
-Running as server, no GUI.
-Can print from command-line no problem.
-Printing from Windows XP via Samba puts job in the correct queue, job is processed but not parsed or rendered. The job is removed from the queue, but never prints. (I've RTFM and google'd it, no avail...) Help??
When printing from commandline (eg. cat file
2010 Apr 18
0
[LLVMdev] create two Twine object
According to documentation Twines should be used only for temporary
values and not stored, so allocating the in heap sounds wrong.
I think all you need here is
static int varNum;
++varNum;
Instruction *sstatusInst = new AllocaInst(StatusTy, Twine("status") +
Twine(varNum), entry_inst);
Instruction *sreqInst = new AllocaInst(ReqTy, Twine("request") +
Twine(varNum),
2010 Apr 18
1
[LLVMdev] create two Twine object
On Sun, Apr 18, 2010 at 4:36 AM, Eugene Toder <eltoder at gmail.com> wrote:
> According to documentation Twines should be used only for temporary
> values and not stored, so allocating the in heap sounds wrong.
Yes, in general you should never be naming Twine directly, except in
the case where you need to make a Twine for an integer. All other uses
should be considered poor style, as
2003 Mar 29
1
Wine Printing Problem
Hi,
I want to print with Internal Postscript Driver of Wine.
But i have this error in Notepad.
1. No printer by default
2. The Postscript Driver of Wine don't work
The log are the following:
fixme:commdlg:PRINTDLG_SetUpPrinterListComboA Can't find '(null)' in
printer list so trying to find default
fixme:commdlg:PRINTDLG_SetUpPrinterListComboA Can't find default printer
2017 Jan 10
2
Ghostscript update?
Has the issue with the last ghostscript update been resolved? I temporarily added ghostcript to the excludes line in my yum.conf to prevent problems and haven't seen any more mention of it here.
--
MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
2017 Jan 11
2
Ghostscript update?
Leonard's summary of the fix (and I note this is just for CentOS 6) is
diff -up /usr/share/ghostscript/8.70/Resource/Init/gs_init.ps.new.bad
/usr/share/ghostscript/8.70/Resource/Init/gs_init.ps
--- /usr/share/ghostscript/8.70/Resource/Init/gs_init.ps.new.bad
2017-01-04 11:20:37.000000000 +0100
+++ /usr/share/ghostscript/8.70/Resource/Init/gs_init.ps 2015-07-24
00:00:19.000000000 +0200
@@
2010 Apr 18
4
[LLVMdev] create two Twine object
I need to generate variables like
status1, status2, status3, ......
request1, request2, request3, ......
this is my code, other unrelated detail are eliminated.
static int varNum;
static const char *getVarNum() {
++varNum;
std::stringstream ss;
ss << varNum;
std::string *varname = new std::string(ss.str());
return varname->c_str();
}
const char *VarNum = getVarNum();
Twine *x1 = new
2009 Jul 31
0
Somewhat OT: OpenOffice.org Headless issues as non-root user
Hi,
I've installed recently OpenOffice.org 3.1 on Centos 5.3. I use OOo in
headless mode. I have no problem when running as root, but I'd prefer
run it as non-root user (oooserver user). When I run the script in
debug mode this is the output:
sh -x /tmp/ooo-headless-nonroot start
+ . /etc/rc.d/init.d/functions
++ TEXTDOMAIN=initscripts
++ umask 022
++
2001 Dec 10
0
Staroffice compatibility
So, I thought I'd install staroffice on my system. (It didn't really
install correctly, but hey, that's a topic for a different usenet
group.)
Once I had it installed under the /opt directory structure, when I
tried to fire up my wineified email client, I got a host of errors
referring to fonts. Then when Agent opened, it immediately crashed
with an error to the effect of
2011 Jun 07
2
[LLVMdev] llvm-gfortran
Hello folks,
I want to compile some fortran code to IR, but llvm-gfortran 4.2-2.9 does
compile my fortran code. gfortran 4.2.1 fail with the same error. but
gfortran 4.4.6 and ifort compiles fine. Attached is the file causing
error. Error message is
m_List.F90: In function 'exporttostring_':
m_List.F90:925: error: conversion to non-scalar type requested
I wonder if there any way I can
2009 Feb 03
7
The Origins of R
In another thread on this list, various wild allegations have been
made, relating to the New York Times article on R. I object both to
the subject line and to the content of several of the messages, and
will not repeat or quote any of that content. It smacks to me of
mischief making.
Discussion has centered around the following quote from the NY Times
article:
?According to them, the
2005 Jul 15
0
openoffice(linux) can`t open files from a wineapplication
Hallo my Problem is, that I use software called gs-verein from sage. in
this software i can create documents an the i can sent this documents to
word or staroffice.
when i change the path to staroffice to /usr/bin/ooffice, then
openoffice starts, but the file wouldn`t load and the programm gs-verein
tell me that he didn?t found staroffice. I have heared abot solutions
for this problem by