HP Neoware e90 NeoLinux Thin Clients User Manual - Page 127

server. In Win, and capitalization

Page 127 highlights

Using the NeoLinux Print Manager utility And a corresponding script file (/tmp/config/) is generated that contains the contents of the Custom filter field. For example, the example above for the Epson C40US generates a file: #!/bin/sh /usr/local/bin/gs -q -dSAFER -dNOPAUSE -sDEVICE\=stp -sModel\escp2-c40us -dDensity\=0.8 -r1440x720 -dImageType\2 -sOutputFile\=- - • Windows printer driver [default: ] - This entry must be completed when a locally-defined printer is intended for use by Windows server applications through either ICA or RDP connections. The value entered here is passed by the thin client software back to the Windows application server in order to identify which Windows printer driver should be used to prepare the print job. Depending upon how the server software is configured, a printer properly configured using the Windows printer driver can be made automatically available to end-users when connecting from the thin client. The text value entered in the Windows printer driver field must match exactly (including spaces and capitalization of characters) the name of the printer Exactly copy this driver on the Windows application server. In Win- driver name into the Windows printer driver field. dows 2000 Server, this name appears as Driver on the printer properties Advanced tab. When not blank, this entry creates the following line for this printer in the dynamically-generated printcap file: :wd=: Adding printers using Print Manager 127

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138

Using the NeoLinux Print Manager utility
Adding printers using Print Manager
127
And a corresponding script file (/tmp/config/<Printer name>) is
generated that contains the contents of the Custom filter field. For
example, the example above for the Epson C40US generates a
file:
#!/bin/sh
/usr/local/bin/gs -q -dSAFER -dNOPAUSE -sDEVICE\=stp
-sModel\escp2-c40us -dDensity\=0.8 -r1440x720 -dImageType\2
-sOutputFile\=- -
Windows printer driver
[default: <blank>] – This entry must be
completed when a locally-defined printer is intended for use by
Windows server applications through either ICA or RDP connec-
tions. The value entered here is passed by the thin client software
back to the Windows application server in order to identify which
Windows printer driver should be used to prepare the print job.
Depending upon how the server software is configured, a printer
properly configured using the Windows printer driver can be
made automatically available to end-users when connecting from
the thin client.
The text value
entered in the
Windows printer
driver field must
match exactly
(including spaces
and capitalization
of characters) the
name of the printer
driver on the Win-
dows application
server. In Win-
dows 2000 Server,
this name appears as Driver on the printer properties Advanced
tab.
When not blank, this entry creates the following line for this
printer in the dynamically-generated printcap file:
:wd=<Windows printer driver>:
Exactly copy this
driver name into
the Windows
printer driver field.