Making a ppd driver for Minolta 3100 on CUPS/Ubuntu


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Making a ppd driver for Minolta 3100 on CUPS/Ubuntu
# 1  
Old 02-17-2010
Making a ppd driver for Minolta 3100 on CUPS/Ubuntu

Hello

I have a Minolta QMS Magicolor 3100 printer. A driver is available (Minolta-magicolor_3100-Postscript.ppd) for Linux, installed using foomatic, but it does not work properly. The resolution is at it's lowest and a poor quality grainy print results. The printer works fine under Windows XP using Minolta's mq3100np.ppd driver. When I compare the Linux CUPS and the Windows driver files I see similarities but also a big difference in content.

I would like to make a Linux CUPS based ppd to drive the Minolta 3100 printer.

I have emailed Minolta and have their consent to write an open source driver based on their mq3100np.ppd driver.

Does anybody have any knowledge of writing postscript driver files for Linux and could they point me in a suitable direction to learn how to do it?

Regards
Bob
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Ubuntu

Is Ubuntu OS good? Do you need to install any driver after installing it?

I'm planning to install the Ubuntu OS on my laptop(currently has windows Vista), but I don't know if Ubuntu is good. Do you need to install any drivers for Ubuntu? Can I send stuff to my printer in Ubuntu? Is it compatible with my printer driver? (1 Reply)
Discussion started by: Anna Hussie
1 Replies

2. Ubuntu

Driver problem with Ubuntu 10.10

I have a Dell laptop with Ubuntu 10.10 installed in it. The headphone driver is not supportive in my system but it works really well with other laptops like HP. So my question is that does Ubuntu 10.10 in Dell does not work? Moreover, if i upgrade my system later with 11.04, will the problem... (8 Replies)
Discussion started by: poonam.gaigole
8 Replies

3. UNIX for Dummies Questions & Answers

Query for printer driver in CUPS

I have a RHEL 4 (probably not important, but whatever) machine with a few dozen network printers set up in CUPS. I would like to replicate this on a second machine. With lpinfo I'm able to get the queue name and device information (socket://ipaddress or whatnot), but I haven't get figured out... (0 Replies)
Discussion started by: kknigga
0 Replies

4. Hardware

Cups-compatible PPD for IBM 6400 printers

We've inherited some IBM Infoprint 6400 printers for use with our internal warehouse management software. Now I'm looking for a driver, or a compatibility list for said printers. I found that IBM does provide drivers for it (link), but due to our policies I can't download it. (who provides drivers... (0 Replies)
Discussion started by: pludi
0 Replies

5. Red Hat

Need a single printer driver added to CUPS

Just got an HP OfficeJet L7680 printer but there are no drivers for it in RHEL5. I just want to add the single driver without installing hplip 3.9.8. It's going to be connected with USB. Is this possible and if so how? (1 Reply)
Discussion started by: deloev
1 Replies

6. Ubuntu

istalling postgresql driver on ubuntu

Hello everybody i am working on ubuntu 9.4 and i want to connect from erlang program to postgresql database i download the driver for postgresql from Open Source Projects from Erlang Training and Consultng Ltd. then i try to setup this driver using make install and it didn't work, So can... (4 Replies)
Discussion started by: Reham$
4 Replies

7. UNIX for Dummies Questions & Answers

how does cups recognize a new driver?

hi there, i am attempting to recognize a network printer on my red hat box. i know the IP, i have procured the correct driver, however, CUPS (nor the add printer utility) doesn't recognize the driver nor the printer type. i am assuming this has to do with the location of the driver. can anyone... (8 Replies)
Discussion started by: vickenyon
8 Replies

8. Linux

mapping of a printer model with a ppd file in CUPS

Hi all, I am currently working on building a GUI to be interfaced with CUPS 1.3.4 package; In my GUI I have a list of printer manufacturers mapped With various printer models ; and for a particular printer model selected I needed to know how to map that model with an Appropriate ppd file; as I... (0 Replies)
Discussion started by: sc3008
0 Replies

9. Ubuntu

Which GFX driver version am I'm using under Ubuntu 7.04?

I just did a fresh install of Ubuntu 7.04 with a Gnome desktop. Following some instructions on the ATI site I think I just managed to install 8.36.5 of the drivers for my Radeon 9500, I'm getting a "Proprietary Drivers in use" warning icon at the top right of the screen, which I activated with... (0 Replies)
Discussion started by: Mark Ward
0 Replies
Login or Register to Ask a Question
cupsd-helper(8) 						    Apple Inc.							   cupsd-helper(8)

NAME
cupsd-helper - cupsd helper programs SYNOPSIS
cups-deviced request-id limit user-id options cups-driverd cat ppd-name cups-driverd list request_id limit options cups-exec sandbox-profile [ -g group-id ] [ -n nice-value ] [ -u user-id ] /path/to/program argv0 ... argvN DESCRIPTION
The cupsd-helper programs perform long-running operations on behalf of the scheduler, cupsd(8). The cups-deviced helper program runs each CUPS backend(7) with no arguments in order to discover the available printers. The cups-driverd helper program lists all available printer drivers, a subset of "matching" printer drivers, or a copy of a specific driver PPD file. The cups-exec helper program runs backends, filters, and other programs. On macOS these programs are run in a secure sandbox. FILES
The cups-driverd program looks for PPD and driver information files in the following directories: /Library/Printers /opt/share/ppd /System/Library/Printers /usr/local/share/ppd /usr/share/cups/drv /usr/share/cups/model /usr/share/ppd PPD files can be compressed using the gzip(1) program or placed in compressed tar(1) archives to further reduce their size. Driver information files must conform to the format defined in ppdcfile(5). SEE ALSO
backend(7), cups(1), cupsd(8), cupsd.conf(5), filter(7), ppdcfile(5), CUPS Online Help (http://localhost:631/help) COPYRIGHT
Copyright (C) 2007-2017 by Apple Inc. 15 April 2014 CUPS cupsd-helper(8)