<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to install VMWare Tools on PC-BSD 8?</title>
	<atom:link href="http://www.rhyous.com/2010/02/27/how-to-install-vmware-tools-on-pc-bsd-8/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rhyous.com/2010/02/27/how-to-install-vmware-tools-on-pc-bsd-8/</link>
	<description>Knight of the Code</description>
	<lastBuildDate>Thu, 23 May 2013 09:08:18 -0600</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Rhyous</title>
		<link>http://www.rhyous.com/2010/02/27/how-to-install-vmware-tools-on-pc-bsd-8/#comment-21645</link>
		<dc:creator>Rhyous</dc:creator>
		<pubDate>Tue, 17 Apr 2012 21:59:47 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=1384#comment-21645</guid>
		<description><![CDATA[Wow, I just looked at it. They have VMWare-guest available as an install option when you install PC-BSD.

Did you try that selecting that during the install?]]></description>
		<content:encoded><![CDATA[<p>Wow, I just looked at it. They have VMWare-guest available as an install option when you install PC-BSD.</p>
<p>Did you try that selecting that during the install?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorenzo</title>
		<link>http://www.rhyous.com/2010/02/27/how-to-install-vmware-tools-on-pc-bsd-8/#comment-21582</link>
		<dc:creator>Lorenzo</dc:creator>
		<pubDate>Tue, 17 Apr 2012 15:29:50 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=1384#comment-21582</guid>
		<description><![CDATA[Thanks for the effort, but this didn&#039;t work for PC BSD 9, and it destroy my install again. I am not a technical linux guy. Deleting and looking other distribution. :(]]></description>
		<content:encoded><![CDATA[<p>Thanks for the effort, but this didn't work for PC BSD 9, and it destroy my install again. I am not a technical linux guy. Deleting and looking other distribution. <img src='http://www.rhyous.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HW</title>
		<link>http://www.rhyous.com/2010/02/27/how-to-install-vmware-tools-on-pc-bsd-8/#comment-2093</link>
		<dc:creator>HW</dc:creator>
		<pubDate>Thu, 26 May 2011 18:56:53 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=1384#comment-2093</guid>
		<description><![CDATA[Hello again,

I am writing to let you know how I have managed to partially solve my problem in the hope it may be of use to you, and to thank you again for your help.

I have got open-vm-tools working as root, but am having trouble with my regular account, which makes me think it is a permissions problem.  By &quot;working,&quot; I mean I can drag and drop and copy and paste to and from the host Vista x64 machine.

I looked at a couple of configuration files I had saved from when I had 6x working with Wmware-Tools and discovered a couple of differences:

1)  VMware-Tools uses /usr/local/bin/vmware-user, while open-vm-tools uses /usr/local/bin/vmware-user-suid-wrapper, which I suspect is what is giving my regular user account the problem, because I infer &quot;suid&quot; stands for super user ID.  (Note that I am a member of the wheel group.)

2)  There are driver differences:  A)  VMware-Tools uses the &quot;vmware&quot; video driver, while open-vm-tools uses the &quot;vmwlegacy&quot; video driver.  (I still find it odd that installing the latest VMware drivers (xf86-video-vmware and xf86-input-vmmouse) still invokes a error saying that there are no drivers for Xorg. I looked through the VMware-Tools configuration script which generates the error but couldn&#039;t find the source of it.  **I just had a thought as I am writing this -- maybe it is in the installation script, which I will check.**);  B)  VMware-Tools uses the &quot;keyboard&quot; driver, while open-vm-tools uses the &quot;kbd&quot; driver;  C)  VMware-Tools uses the &quot;vmmouse&quot; driver, while open-vm-tools uses the &quot;mouse&quot; driver.  (I tried using the &quot;vmware,&quot; &quot;keyboard,&quot; and &quot;vmmouse&quot; drivers with open-vm-tools just to see what would happen, but couldn&#039;t make drag and drop or copy and paste work with them, although I may have made some other error, and I didn&#039;t properly log the process properly to ensure I could repeat it.)

C)  Video resolution:  Under 6x, the vmware driver did not give me all the options I have under open-vm-tools using the vmwlegacy driver.

So basically, under the root account, everything works satisfactorily enough, while under my own user account I am still having trouble.  I have no problem running the guest at full screen (1280 x800), which I was able to do as well under 6x and VMware-Tools, and I wonder if by &quot;autofit&quot; you mean running at full screen instead of running the guest at a slightly lower resolution, which is how I take the word, and which VMware says is unsupported for FreeBSD.  That would be a resolution of 1152 x 768 on my machine, just like a Windows guest.  Under the xfce4 display configuration options there are resolutions of 1152 x 864 and 1280 x 768, which makes me wonder if I can use a custom mode line.

So there you have it.  Sorry for the book-length post.  Thanks again.]]></description>
		<content:encoded><![CDATA[<p>Hello again,</p>
<p>I am writing to let you know how I have managed to partially solve my problem in the hope it may be of use to you, and to thank you again for your help.</p>
<p>I have got open-vm-tools working as root, but am having trouble with my regular account, which makes me think it is a permissions problem.  By "working," I mean I can drag and drop and copy and paste to and from the host Vista x64 machine.</p>
<p>I looked at a couple of configuration files I had saved from when I had 6x working with Wmware-Tools and discovered a couple of differences:</p>
<p>1)  VMware-Tools uses /usr/local/bin/vmware-user, while open-vm-tools uses /usr/local/bin/vmware-user-suid-wrapper, which I suspect is what is giving my regular user account the problem, because I infer "suid" stands for super user ID.  (Note that I am a member of the wheel group.)</p>
<p>2)  There are driver differences:  A)  VMware-Tools uses the "vmware" video driver, while open-vm-tools uses the "vmwlegacy" video driver.  (I still find it odd that installing the latest VMware drivers (xf86-video-vmware and xf86-input-vmmouse) still invokes a error saying that there are no drivers for Xorg. I looked through the VMware-Tools configuration script which generates the error but couldn't find the source of it.  **I just had a thought as I am writing this -- maybe it is in the installation script, which I will check.**);  B)  VMware-Tools uses the "keyboard" driver, while open-vm-tools uses the "kbd" driver;  C)  VMware-Tools uses the "vmmouse" driver, while open-vm-tools uses the "mouse" driver.  (I tried using the "vmware," "keyboard," and "vmmouse" drivers with open-vm-tools just to see what would happen, but couldn't make drag and drop or copy and paste work with them, although I may have made some other error, and I didn't properly log the process properly to ensure I could repeat it.)</p>
<p>C)  Video resolution:  Under 6x, the vmware driver did not give me all the options I have under open-vm-tools using the vmwlegacy driver.</p>
<p>So basically, under the root account, everything works satisfactorily enough, while under my own user account I am still having trouble.  I have no problem running the guest at full screen (1280 x800), which I was able to do as well under 6x and VMware-Tools, and I wonder if by "autofit" you mean running at full screen instead of running the guest at a slightly lower resolution, which is how I take the word, and which VMware says is unsupported for FreeBSD.  That would be a resolution of 1152 x 768 on my machine, just like a Windows guest.  Under the xfce4 display configuration options there are resolutions of 1152 x 864 and 1280 x 768, which makes me wonder if I can use a custom mode line.</p>
<p>So there you have it.  Sorry for the book-length post.  Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HW</title>
		<link>http://www.rhyous.com/2010/02/27/how-to-install-vmware-tools-on-pc-bsd-8/#comment-2086</link>
		<dc:creator>HW</dc:creator>
		<pubDate>Fri, 20 May 2011 17:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=1384#comment-2086</guid>
		<description><![CDATA[Thanks again for your help.  I tried compiling both the xorg meta driver port with the VMware driver options configured and the separate VMware drivers port.  I even tried looking through the Vmware Tools configuration script to see if I could find anything, although I suspected that would be beyond my abilities.  At this point, I am unsure where else to look or what else to do.]]></description>
		<content:encoded><![CDATA[<p>Thanks again for your help.  I tried compiling both the xorg meta driver port with the VMware driver options configured and the separate VMware drivers port.  I even tried looking through the Vmware Tools configuration script to see if I could find anything, although I suspected that would be beyond my abilities.  At this point, I am unsure where else to look or what else to do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rhyous</title>
		<link>http://www.rhyous.com/2010/02/27/how-to-install-vmware-tools-on-pc-bsd-8/#comment-2074</link>
		<dc:creator>Rhyous</dc:creator>
		<pubDate>Wed, 11 May 2011 01:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=1384#comment-2074</guid>
		<description><![CDATA[Yeah, I haven&#039;t gotten to it.  Basically I would check ports.  I think it is something like /usr/ports/x11-drivers, but I am not on a freebsd box at the moment..]]></description>
		<content:encoded><![CDATA[<p>Yeah, I haven't gotten to it.  Basically I would check ports.  I think it is something like /usr/ports/x11-drivers, but I am not on a freebsd box at the moment..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HW</title>
		<link>http://www.rhyous.com/2010/02/27/how-to-install-vmware-tools-on-pc-bsd-8/#comment-2064</link>
		<dc:creator>HW</dc:creator>
		<pubDate>Fri, 06 May 2011 17:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=1384#comment-2064</guid>
		<description><![CDATA[Hello again,

My apologies... I realized right after I posted my last comment that I should have asked you how I go about finding those things for myself rather than asking you to spoon-feed me.  Would you mind telling me how I go about finding out what is the last Xorg version that there are VMware drivers for, and how to find information on building an older version than is currently in ports, or if I have to, install an older package?

Again, thanks for you help.]]></description>
		<content:encoded><![CDATA[<p>Hello again,</p>
<p>My apologies... I realized right after I posted my last comment that I should have asked you how I go about finding those things for myself rather than asking you to spoon-feed me.  Would you mind telling me how I go about finding out what is the last Xorg version that there are VMware drivers for, and how to find information on building an older version than is currently in ports, or if I have to, install an older package?</p>
<p>Again, thanks for you help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HW</title>
		<link>http://www.rhyous.com/2010/02/27/how-to-install-vmware-tools-on-pc-bsd-8/#comment-2062</link>
		<dc:creator>HW</dc:creator>
		<pubDate>Thu, 05 May 2011 20:13:20 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=1384#comment-2062</guid>
		<description><![CDATA[Thank you very much for the prompt reply.

1) I can get full-screen to work with no VMware Workstation or Player borders around it... I was asking if by &quot;auto-fit guest&quot; you meant automatic sizing within those windows.

2) Does this mean I need to uninstall xorg and install an earlier version?  If so, would you know what the last supported version is and what is the way to build that specific version from ports, or failing that, how to add that package?

I have been building everything from ports, including the VMware video driver and not installing via packages.  I forgot to add, if it is important for you to have full information, that I am running Windows Vista x64 Edition 6.0.6002, Service Pack 2 (I know! I know!), Workstation 7.1.4 build-385536 and Player 3.1.4 build-385536 on a Toshiba M305D-S4830 with 4 gig of memory.

Thanks again for your help.]]></description>
		<content:encoded><![CDATA[<p>Thank you very much for the prompt reply.</p>
<p>1) I can get full-screen to work with no VMware Workstation or Player borders around it... I was asking if by "auto-fit guest" you meant automatic sizing within those windows.</p>
<p>2) Does this mean I need to uninstall xorg and install an earlier version?  If so, would you know what the last supported version is and what is the way to build that specific version from ports, or failing that, how to add that package?</p>
<p>I have been building everything from ports, including the VMware video driver and not installing via packages.  I forgot to add, if it is important for you to have full information, that I am running Windows Vista x64 Edition 6.0.6002, Service Pack 2 (I know! I know!), Workstation 7.1.4 build-385536 and Player 3.1.4 build-385536 on a Toshiba M305D-S4830 with 4 gig of memory.</p>
<p>Thanks again for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rhyous</title>
		<link>http://www.rhyous.com/2010/02/27/how-to-install-vmware-tools-on-pc-bsd-8/#comment-2061</link>
		<dc:creator>Rhyous</dc:creator>
		<pubDate>Thu, 05 May 2011 19:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=1384#comment-2061</guid>
		<description><![CDATA[When you say &quot;auto-fit guest,&quot;...

 - Yes, it does fill the whole screen.  It worked for 8.0 and 8.1 on my Lenovo laptop and both my home and work VMWare Workstation boxes. However, I haven&#039;t put 8.2 on yet because I switched my Lenovo Laptop to a dual-boot configuration.

There are no drivers for Xorg 7.6.5

 - You may have to install the VMWare Video driver from ports.

I have never used open-vm-tools, so I can&#039;t say if they are better. I will try to get time to install PC-BSD 8.2 and see what is up with the VMWare drivers.]]></description>
		<content:encoded><![CDATA[<p>When you say "auto-fit guest,"...</p>
<p> - Yes, it does fill the whole screen.  It worked for 8.0 and 8.1 on my Lenovo laptop and both my home and work VMWare Workstation boxes. However, I haven't put 8.2 on yet because I switched my Lenovo Laptop to a dual-boot configuration.</p>
<p>There are no drivers for Xorg 7.6.5</p>
<p> - You may have to install the VMWare Video driver from ports.</p>
<p>I have never used open-vm-tools, so I can't say if they are better. I will try to get time to install PC-BSD 8.2 and see what is up with the VMWare drivers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HW</title>
		<link>http://www.rhyous.com/2010/02/27/how-to-install-vmware-tools-on-pc-bsd-8/#comment-2060</link>
		<dc:creator>HW</dc:creator>
		<pubDate>Thu, 05 May 2011 18:53:35 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=1384#comment-2060</guid>
		<description><![CDATA[Thanks for publishing accurate and useful info on out-of-the-mainstream FreeBSD topics... sadly there isn&#039;t more of it available.  I&#039;m new to FreeBSD and am attempting to run it under VMware to make looking up problems on the web easier than if I were dual-booting (I only have one machine), but the downside is it essentially means I am trying to learn two things at once, and introduces multiple variables that might not otherwise be there.

I have a couple of comments and questions.

When you say &quot;auto-fit guest,&quot; do you mean that FreeBSD  fills the complete screen inside VMware without scroll bars and at a slightly reduced resolution?  For example, on my laptop with native 1280x800, it would be something like 1153x760. I thought that wasn&#039;t supported by VMware for FreeBSD guests.  I would appreciate any other suggestions you have for getting auto-fit to work.

My problem is that I had FreeBSD 6.4 running perfectly, including &quot;drag and drop&quot; and &quot;copy and paste&quot; but without auto-fit (using xfce4, the best resolution I could get was 1024x768), and decided to do a new install of 8.2 rather than attempting a binary upgrade.

When I try and install VMware-Tools and run the script, I get an error message saying there are no drivers for Xorg 7.6.5 and the install aborts before generating an xorg.conf file even though I installed both xf86-video-vmware and xf86-input-vmmouse as ports.  I also ran the xorg-drivers meta-port with &quot;make config&quot; but still get the same error.  Any suggestions?

For the record, I have built everything from ports using the defaults, rather than using packages.  I also tried using open-vm-tools, but cannot get &quot;drag and drop&quot; or &quot;copy and paste&quot; to work, and of course, can&#039;t make auto-fit work either.

Thanks in advance.]]></description>
		<content:encoded><![CDATA[<p>Thanks for publishing accurate and useful info on out-of-the-mainstream FreeBSD topics... sadly there isn't more of it available.  I'm new to FreeBSD and am attempting to run it under VMware to make looking up problems on the web easier than if I were dual-booting (I only have one machine), but the downside is it essentially means I am trying to learn two things at once, and introduces multiple variables that might not otherwise be there.</p>
<p>I have a couple of comments and questions.</p>
<p>When you say "auto-fit guest," do you mean that FreeBSD  fills the complete screen inside VMware without scroll bars and at a slightly reduced resolution?  For example, on my laptop with native 1280x800, it would be something like 1153x760. I thought that wasn't supported by VMware for FreeBSD guests.  I would appreciate any other suggestions you have for getting auto-fit to work.</p>
<p>My problem is that I had FreeBSD 6.4 running perfectly, including "drag and drop" and "copy and paste" but without auto-fit (using xfce4, the best resolution I could get was 1024x768), and decided to do a new install of 8.2 rather than attempting a binary upgrade.</p>
<p>When I try and install VMware-Tools and run the script, I get an error message saying there are no drivers for Xorg 7.6.5 and the install aborts before generating an xorg.conf file even though I installed both xf86-video-vmware and xf86-input-vmmouse as ports.  I also ran the xorg-drivers meta-port with "make config" but still get the same error.  Any suggestions?</p>
<p>For the record, I have built everything from ports using the defaults, rather than using packages.  I also tried using open-vm-tools, but cannot get "drag and drop" or "copy and paste" to work, and of course, can't make auto-fit work either.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rhyous</title>
		<link>http://www.rhyous.com/2010/02/27/how-to-install-vmware-tools-on-pc-bsd-8/#comment-460</link>
		<dc:creator>rhyous</dc:creator>
		<pubDate>Wed, 21 Apr 2010 15:09:50 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=1384#comment-460</guid>
		<description><![CDATA[I will have to find time to try them and write a post on it.  So far I only have one issue with the VMWare licensed version:

When RDPed into the Host, while moving my mouse in PC-BSD, the paste action occurs at random.]]></description>
		<content:encoded><![CDATA[<p>I will have to find time to try them and write a post on it.  So far I only have one issue with the VMWare licensed version:</p>
<p>When RDPed into the Host, while moving my mouse in PC-BSD, the paste action occurs at random.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

 Served from: www.rhyous.com @ 2013-05-23 08:50:25 by W3 Total Cache -->