Installation instructions updated, PPD version updated
This commit is contained in:
parent
8d277a9b1a
commit
fb455812af
3 changed files with 19 additions and 7 deletions
17
INSTALL
17
INSTALL
|
@ -1,4 +1,13 @@
|
||||||
1) Copy pstoricohddst-gdi to cups' filters directory (usually /usr/lib/cups/filter).
|
|
||||||
2) Make sure it executable by lp user
|
1) Install netpbm, JBIG-KIT tools, inotify-tools
|
||||||
3) Add printer through CUPS' web interface (usually http://localhost:631/), click 'Choose file' for PPD
|
|
||||||
4) You got it!
|
2) Copy pstoricohddst-gdi to cups' filters directory (usually
|
||||||
|
/usr/lib/cups/filter).
|
||||||
|
|
||||||
|
3) Make sure it is executable by lp user and owned by root:root (i.e.
|
||||||
|
chown root:root pstoricohddst-gdi)
|
||||||
|
|
||||||
|
4) Add printer through CUPS' web interface (usually
|
||||||
|
http://localhost:631/), click 'Choose file' and select provided PPD-file
|
||||||
|
|
||||||
|
5) Print!
|
||||||
|
|
|
@ -1 +1,6 @@
|
||||||
Driver and CUPS filter for Ricoh Aficio SP-100 family laser printers
|
Driver and CUPS filter for Ricoh Aficio SP-100 family laser printers
|
||||||
|
|
||||||
|
Current restrictions:
|
||||||
|
- A4 - hardcoded
|
||||||
|
- 600 dpi - hardcoded
|
||||||
|
- Does not count dot -- 1132782 per page hardcoded
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
*Manufacturer: "Ricoh"
|
*Manufacturer: "Ricoh"
|
||||||
*ModelName: "Ricoh Aficio SP 100"
|
*ModelName: "Ricoh Aficio SP 100"
|
||||||
*ShortNickName: "Ricoh Aficio SP 100"
|
*ShortNickName: "Ricoh Aficio SP 100"
|
||||||
*NickName: "Ricoh Aficio SP 100, pstoricohddst-gdi 0.3 alpha"
|
*NickName: "Ricoh Aficio SP 100, pstoricohddst-gdi 0.4 alpha"
|
||||||
*PSVersion: "(3010.000) 0"
|
*PSVersion: "(3010.000) 0"
|
||||||
*LanguageLevel: "3"
|
*LanguageLevel: "3"
|
||||||
*ColorDevice: False
|
*ColorDevice: False
|
||||||
|
@ -78,8 +78,6 @@
|
||||||
*OrderDependency: 10 AnySetup *InputSlot
|
*OrderDependency: 10 AnySetup *InputSlot
|
||||||
*DefaultInputSlot: Auto
|
*DefaultInputSlot: Auto
|
||||||
*InputSlot Auto/Auto: "<</MediaPosition 0>>setpagedevice"
|
*InputSlot Auto/Auto: "<</MediaPosition 0>>setpagedevice"
|
||||||
*InputSlot Automatic/Automatic Tray: "<</MediaPosition 1>>setpagedevice"
|
|
||||||
*InputSlot Manual/Manual Tray: "<</MediaPosition 3>>setpagedevice"
|
|
||||||
*CloseUI: *InputSlot
|
*CloseUI: *InputSlot
|
||||||
*OpenUI *Resolution/Resolution: PickOne
|
*OpenUI *Resolution/Resolution: PickOne
|
||||||
*OrderDependency: 10 AnySetup *Resolution
|
*OrderDependency: 10 AnySetup *Resolution
|
||||||
|
|
Loading…
Reference in a new issue