<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>VMware Communities: Message List - Fusion 2.0 - Thinprint drivers and color printing</title>
    <link>http://communities.vmware.com/community/vmtn/desktop/fusion?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Sat, 03 Jan 2009 21:05:46 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-01-03T21:05:46Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: Fusion 2.0/2.01 - Thinprint drivers and color printing</title>
      <link>http://communities.vmware.com/message/1135412?tstart=0#1135412</link>
      <description>&lt;div class="jive-quote"&gt;Somehow, it's timing out and also defaulting to the A4 paper size glitch.&lt;/div&gt;
&lt;br /&gt;
There are entries in the ppd that control the default paper selection and printable area. They may be set to A4. You can get those defaults more reasonable. For example, there's probably a line in the PPD that's similar to &lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family:courier new"&gt;*DefaultPageSize iso-a4&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
and a group of lines that say&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family:courier new"&gt;*PageSize xxx/yyy:&lt;br /&gt;
...&lt;br /&gt;
*End&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Simply change that DefaultPageSize to one of the "xxx" entries (before the slash) that represents the default page size you want.&lt;br /&gt;
&lt;br /&gt;
The same goes for DefaultPageRegion, DefaultImageableArea, and DefaultPaperDimension settings if they exist.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;Now, if you get any brainstorms how to add all the Canon utility functions such a nozzle checks, head cleaning, ink levels to the PPD file.... I would be very grateful.&lt;/div&gt;
&lt;br /&gt;
I'm afraid if you want those function to work, you'll have to stop using the ThinPrint functionality (disabling Printers in the VM's Settings), logically connect the USB printer to the VM when you wish to use it, and use the Canon drivers and other software in the VM. PPD settings don't control those utility functions.&lt;br /&gt;
&lt;br /&gt;
Note that USB devices can only be in use by one OS at a time (either the guest or the Mac).</description>
      <pubDate>Sat, 03 Jan 2009 21:02:05 GMT</pubDate>
      <author>Technogeezer</author>
      <guid>http://communities.vmware.com/message/1135412?tstart=0#1135412</guid>
      <dc:date>2009-01-03T21:02:05Z</dc:date>
      <clearspace:dateToText>10 months, 3 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Fusion 2.0/2.01 - Thinprint drivers and color printing</title>
      <link>http://communities.vmware.com/message/1135408?tstart=0#1135408</link>
      <description>WOOHOO!!!!   IT WORKS!!!!&lt;br /&gt;
&lt;br /&gt;
Had to reboot VM &amp;#38; host.  The printer preferences in VM added a tab for color properties &amp;#38; I was even able to add my photo paper profiles.  Only glitch is that the printer stops/paused several times &amp;#38; has to be manually restarted.  Somehow, it's timing out and also defaulting to the A4 paper size glitch.&lt;br /&gt;
&lt;br /&gt;
Now, if you get any brainstorms how to add all the Canon utility functions such a nozzle checks, head cleaning, ink levels to the PPD file.... I would be very grateful.&lt;br /&gt;
&lt;br /&gt;
I've spent almost 3 days fiddling with ThinPrint/Canon drivers to print color pics of my Son's Memorial service.  ThinPrint really needs to start coming up with patches for correct this - the global idea is great, but the actuality of use stinks!&lt;br /&gt;
&lt;br /&gt;
Many thanks!&lt;br /&gt;
J</description>
      <pubDate>Sat, 03 Jan 2009 19:55:13 GMT</pubDate>
      <author>JHP123</author>
      <guid>http://communities.vmware.com/message/1135408?tstart=0#1135408</guid>
      <dc:date>2009-01-03T19:55:13Z</dc:date>
      <clearspace:dateToText>10 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Fusion 2.0/2.01 - Thinprint drivers and color printing</title>
      <link>http://communities.vmware.com/message/1135358?tstart=0#1135358</link>
      <description>The PDE files don't seem to matter to ThinPrint. The .ppd files do. So the problem isn't as much with ThinPrint as the way the ppd is set up on the Mac.&lt;br /&gt;
&lt;br /&gt;
It looks to me like some printers don't have a very useful ppd file - for example, the ppd for the Epson printer I have doesn't have the right default paper size or color device setting. I had to hack it to add the right PostScript comments.&lt;br /&gt;
&lt;br /&gt;
On the Mac, add the following line to the .ppd file for your printer found in /etc/cups/ppd (oh, save a copy of the original first).&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family: courier new"&gt;*ColorDevice: True&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
A good place for this is early in the file, preferably before the first line that starts with *OpenUI, as the following example shows:&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family:courier new"&gt;*PPD-Adobe: "4.3"&lt;br /&gt;
*%Auto Generated PPD from Tioga workset&lt;br /&gt;
*FormatVersion: "4.3"&lt;br /&gt;
*FileVersion: "1.0"&lt;br /&gt;
*LanguageEncoding: UTF-8&lt;br /&gt;
*LanguageVersion: English&lt;br /&gt;
*PCFileName: "AutoMake.PPD"&lt;br /&gt;
*Manufacturer: "EPSON"&lt;br /&gt;
*Product: "(EPSON CX4800 Series (1))"&lt;br /&gt;
*LanguageLevel: "3"&lt;br /&gt;
*PSVersion: "(3011.104) 0"&lt;br /&gt;
*ModelName: "EPSON CX4800 Series (1)"&lt;br /&gt;
*ShortNickName: "EPSON CX4800"&lt;br /&gt;
*NickName: "EPSON CX4800 Series (1)"&lt;br /&gt;
*cupsVersion:   1.1&lt;br /&gt;
*cupsManualCopies: True&lt;br /&gt;
*cupsFilter:    "application/pdf 0 /System/Library/Printers/Libraries/PrintJobMgr/Contents/MacOS/PrintJobMgr"&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;*ColorDevice: True&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
*% Paper Handling ===================&lt;br /&gt;
*OpenUI *PageSize: PickOne &lt;/span&gt;</description>
      <pubDate>Sat, 03 Jan 2009 17:16:44 GMT</pubDate>
      <author>Technogeezer</author>
      <guid>http://communities.vmware.com/message/1135358?tstart=0#1135358</guid>
      <dc:date>2009-01-03T17:16:44Z</dc:date>
      <clearspace:dateToText>10 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Fusion 2.0/2.01 - Thinprint drivers and color printing</title>
      <link>http://communities.vmware.com/message/1135301?tstart=0#1135301</link>
      <description>Found this dialogue - also having trouble w/ 2.01 &amp;#38; color printing.  &lt;br /&gt;
&lt;br /&gt;
The printer test page says Color = No.&lt;br /&gt;
&lt;br /&gt;
The PPD file does not have any entries with color device or default color space.  But it does have a PDE file which won't open w/ text edit.&lt;br /&gt;
&lt;br /&gt;
Attached is the printer file.&lt;br /&gt;
&lt;br /&gt;
How the heck do I make this work?  There are NO clues on the ThinPrint site - do they even know this is a problem???&lt;br /&gt;
&lt;br /&gt;
I've also tried in vain to add the canon driver to this virtual port, but still no color or just a failure to install.&lt;br /&gt;
&lt;br /&gt;
Running WinXP SP3 on MacBookPro 10.5.6 - Color printing ok from OSX w/ airport extreme USB connection.  Canon Pixma4200&lt;br /&gt;
&lt;br /&gt;
Thanks in advance for your help.&lt;br /&gt;
&lt;br /&gt;
J</description>
      <pubDate>Sat, 03 Jan 2009 14:35:33 GMT</pubDate>
      <author>JHP123</author>
      <guid>http://communities.vmware.com/message/1135301?tstart=0#1135301</guid>
      <dc:date>2009-01-03T14:35:33Z</dc:date>
      <clearspace:dateToText>10 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Fusion 2.0 - Thinprint drivers and color printing</title>
      <link>http://communities.vmware.com/message/1053974?tstart=0#1053974</link>
      <description>Bingo.  The PPD does not indicate ColorDevice. I hacked the ppd to add the ColorDevice command, and the thinprint drivers now think they can print in color.</description>
      <pubDate>Fri, 19 Sep 2008 01:04:56 GMT</pubDate>
      <author>Technogeezer</author>
      <guid>http://communities.vmware.com/message/1053974?tstart=0#1053974</guid>
      <dc:date>2008-09-19T01:04:56Z</dc:date>
      <clearspace:dateToText>1 year, 2 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Fusion 2.0 - Thinprint drivers and color printing</title>
      <link>http://communities.vmware.com/message/1053925?tstart=0#1053925</link>
      <description>I'm not sure where ThinPrint reads the properties, but it's probably from the PPD file. Does the PPD file for your printer report that it's a color printer? I think you can look in /etc/cups/ppd for the actual PPD files installed for your printers, and look for "ColorDevice" in the file.</description>
      <pubDate>Fri, 19 Sep 2008 00:26:11 GMT</pubDate>
      <author>mudaltsov</author>
      <guid>http://communities.vmware.com/message/1053925?tstart=0#1053925</guid>
      <dc:date>2008-09-19T00:26:11Z</dc:date>
      <clearspace:dateToText>1 year, 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Fusion 2.0 - Thinprint drivers and color printing</title>
      <link>http://communities.vmware.com/message/1053932?tstart=0#1053932</link>
      <description>Prints fine in color from Mac OS X. Hmmm.&lt;br /&gt;
&lt;br /&gt;
Could the ThinPrint drivers be picking up color capability out of the Mac's PPD file for the printer? I've noticed default paper settings being picked up from there.</description>
      <pubDate>Fri, 19 Sep 2008 00:11:49 GMT</pubDate>
      <author>Technogeezer</author>
      <guid>http://communities.vmware.com/message/1053932?tstart=0#1053932</guid>
      <dc:date>2008-09-19T00:11:49Z</dc:date>
      <clearspace:dateToText>1 year, 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Fusion 2.0 - Thinprint drivers and color printing</title>
      <link>http://communities.vmware.com/message/1053924?tstart=0#1053924</link>
      <description>Right, the Features list is another way to see the Color property, I just didn't notice it when I looked at the printers I have.&lt;br /&gt;
&lt;br /&gt;
If you print a test page from OS X, does it print in color? (Go to System Preferences -&amp;gt; Print &amp;#38; Fax -&amp;gt; Open Print Queue, then Printer -&amp;gt; Print Test Page menu).</description>
      <pubDate>Fri, 19 Sep 2008 00:07:18 GMT</pubDate>
      <author>mudaltsov</author>
      <guid>http://communities.vmware.com/message/1053924?tstart=0#1053924</guid>
      <dc:date>2008-09-19T00:07:18Z</dc:date>
      <clearspace:dateToText>1 year, 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Fusion 2.0 - Thinprint drivers and color printing</title>
      <link>http://communities.vmware.com/message/1053928?tstart=0#1053928</link>
      <description>There is no paper/quality tab when I bring up the Printing Preferences. If I right click on the printer and select "Properties", I see that under the features, it says "Color: No".</description>
      <pubDate>Thu, 18 Sep 2008 23:58:06 GMT</pubDate>
      <author>Technogeezer</author>
      <guid>http://communities.vmware.com/message/1053928?tstart=0#1053928</guid>
      <dc:date>2008-09-18T23:58:06Z</dc:date>
      <clearspace:dateToText>1 year, 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Fusion 2.0 - Thinprint drivers and color printing</title>
      <link>http://communities.vmware.com/message/1053850?tstart=0#1053850</link>
      <description>The ThinPrint driver should match the properties of the host printers, including color. But it's possible that your printer is somehow detected as grayscale incorrectly. Could you try to check the printer properties in Windows to see if it's installed with support for color?&lt;br /&gt;
&lt;br /&gt;
Go to Start -&amp;gt; Printers and Faxes, right-click on the printer and choose Printing Preferences..., then look in the Paper/Quality tab. Color printers should have a selection for Black &amp;#38; White vs Color, while grayscale printers don't.</description>
      <pubDate>Thu, 18 Sep 2008 23:12:27 GMT</pubDate>
      <author>mudaltsov</author>
      <guid>http://communities.vmware.com/message/1053850?tstart=0#1053850</guid>
      <dc:date>2008-09-18T23:12:27Z</dc:date>
      <clearspace:dateToText>1 year, 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>Fusion 2.0 - Thinprint drivers and color printing</title>
      <link>http://communities.vmware.com/message/1053784?tstart=0#1053784</link>
      <description>&lt;br /&gt;
I've been using the ThinPrint drivers inside an XP virtual machine, trying to print to a color inkjet printer (Epson CX4800) attached to my Mac.All the output comes out monochrome, and there doesn't appear to be any preferences in the driver to accomodate color printing.&lt;br /&gt;
&lt;p /&gt;
Can the Windows ThinPrint drivers generate color output, or are they restricted to black/white/greyscale only?</description>
      <pubDate>Thu, 18 Sep 2008 21:06:20 GMT</pubDate>
      <author>Technogeezer</author>
      <guid>http://communities.vmware.com/message/1053784?tstart=0#1053784</guid>
      <dc:date>2008-09-18T21:06:20Z</dc:date>
      <clearspace:dateToText>1 year, 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
    </item>
  </channel>
</rss>

