From owner-freebsd-current@FreeBSD.ORG Fri Apr 8 10:16:51 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D76B1065675; Fri, 8 Apr 2011 10:16:51 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id C42D78FC15; Fri, 8 Apr 2011 10:16:50 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:28c9:5dc0:39ff:1ba7] (unknown [IPv6:2001:7b8:3a7:0:28c9:5dc0:39ff:1ba7]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 0F8C25C59; Fri, 8 Apr 2011 12:16:50 +0200 (CEST) Message-ID: <4D9EE09F.6050409@FreeBSD.org> Date: Fri, 08 Apr 2011 12:17:03 +0200 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.16pre) Gecko/20110319 Lanikai/3.1.10pre MIME-Version: 1.0 To: Matthias Apitz References: <20110408084232.GA28116@sh4-5.1blu.de> In-Reply-To: <20110408084232.GA28116@sh4-5.1blu.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org, freebsd-questions@freebsd.org Subject: Re: vmware-tools-freebsd && "No drivers for x.org version: 7.6.5." X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Apr 2011 10:16:51 -0000 On 2011-04-08 10:42, Matthias Apitz wrote: > I have FreeBSD 9-CURRENT up and running in a VMware Workstation 7.x and > I tried to install the vmware-tools-freebsd of VMware to get the driver > for Xorg, but it seems that X.org 7.6.5. is not supported. My other VM > runs a 8-CURRENT with X.org 7.4_1 which works fine. > > Any idea how to solve this? Should I go back to X.org 7.4_1 in > 9-CURRENT? Or should I fake the vmware-tools installer to see X.org as > /.4 while it is 7.6.5? X.org 7.5 already has VMware drivers, so you can just install the x11-drivers/xf86-input-vmmouse and x11-drivers/xf86-video-vmware ports. Alternatively, run "make config" in x11-drivers/xorg-drivers, check the "VMMOUSE" and "VMWARE" entries, and rebuild this meta-port. Btw, I have no idea why these drivers are not enabled by default. They would seem very useful in a default X.org installation.