From owner-freebsd-current@FreeBSD.ORG Fri May 24 14:35:22 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 797901DC; Fri, 24 May 2013 14:35:22 +0000 (UTC) (envelope-from guy.helmer@gmail.com) Received: from mail-ie0-x22b.google.com (mail-ie0-x22b.google.com [IPv6:2607:f8b0:4001:c03::22b]) by mx1.freebsd.org (Postfix) with ESMTP id 453CB627; Fri, 24 May 2013 14:35:22 +0000 (UTC) Received: by mail-ie0-f171.google.com with SMTP id e11so12383522iej.2 for ; Fri, 24 May 2013 07:35:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=PAHEsKFqWasDpfZ9cK9oAYqQE4yY1ZIWyeO6NZOSl3U=; b=CdFvkGfjSqLj8zbNRlHx7e7Xt28M5ehKUthwC1hJGokLOr3c7NzDCgyx3idPZCn4Ae pfy3GrKOGnvoWFhyV+vxxcN/R98j2p8WfevnoB3WcBTkPCoSS9b4H+6nYWXZq9N4rUOb jU6PlJog/jNNXOdwgfqCOP9nxNT6hbhVkyXB4tuu3vo9IgQTCj76jNho1mZjSJg5Huzc 6lmVq5MaK5LoltMUWhnJY/lfduI8rwMOyNiXeRNIxVlnLg4nYkJhwkIynTeTEkqgIksT Zzci1PfbekZ+8xPJXTrTpOuJ5XQqJsHGO+mrgFu5yd7RWMzc/sN5NMne8i6CIYltqB4w 9zYw== X-Received: by 10.50.70.99 with SMTP id l3mr3865221igu.91.1369406122045; Fri, 24 May 2013 07:35:22 -0700 (PDT) Received: from [192.168.1.107] (173-25-205-212.client.mchsi.com. [173.25.205.212]) by mx.google.com with ESMTPSA id xf4sm30788492igb.8.2013.05.24.07.35.20 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 24 May 2013 07:35:20 -0700 (PDT) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Subject: Re: xorg-server running on 10-current under VMware? From: Guy Helmer In-Reply-To: <59C8F09B-52F8-4BE8-B8A6-148F1D5E5D25@FreeBSD.org> Date: Fri, 24 May 2013 09:35:19 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <5E21B386-4AAD-4CF1-80A4-23BDA249F6DF@gmail.com> References: <3967CAB7-EB96-4944-AAA3-79D85939555E@gmail.com> <59C8F09B-52F8-4BE8-B8A6-148F1D5E5D25@FreeBSD.org> To: Dimitry Andric X-Mailer: Apple Mail (2.1503) X-Mailman-Approved-At: Fri, 24 May 2013 16:05:29 +0000 Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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, 24 May 2013 14:35:22 -0000 On May 24, 2013, at 6:14 AM, Dimitry Andric wrote: > On May 23, 2013, at 23:20, Guy Helmer wrote: >> I've tried using drivers xf86-video-vmware (vmware) and = xf86-video-vesa (vesa) for 10-current under VMware Fusion. Regardless, = the X server fails with the error: >=20 >>=20 >>> [=85] >>> (=3D=3D) VESA(0): Backing store disabled >>>=20 >>> Fatal server error: >>> AddScreen/ScreenInit failed for driver 0 >>>=20 >>>=20 >>> Please consult the The X.Org Foundation support=20 >>> at http://wiki.x.org >>> for help.=20 >>> Please also check the log file at "/var/log/Xorg.0.log" for = additional information. >>>=20 >>> (=3D=3D) VESA(0): Write-combining range (0x0,0x1000) was already = clear >>> (=3D=3D) VESA(0): Write-combining range (0x0,0x1000) was already = clear > ... >> Any hints? >=20 > Maybe you can do what it suggests: 'Please also check the log file at = "/var/log/Xorg.0.log" for additional information.' ? :-) Thanks, but I copied+pasted this from the Xorg.0.log. I haven't found = anything in Xorg.0.log that seems to indicate why AddScreen/ScreenInit = failed. Guy=