From owner-freebsd-questions@FreeBSD.ORG Wed May 25 18:43:58 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BB1E106566B for ; Wed, 25 May 2011 18:43:58 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 4C8E58FC13 for ; Wed, 25 May 2011 18:43:57 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id p4PIhvH2090432; Wed, 25 May 2011 12:43:57 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id p4PIhvN8090429; Wed, 25 May 2011 12:43:57 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Wed, 25 May 2011 12:43:57 -0600 (MDT) From: Warren Block To: Ed Flecko In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Wed, 25 May 2011 12:43:57 -0600 (MDT) Cc: freebsd-questions@freebsd.org Subject: Re: How to change Fluxbox resolution? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 May 2011 18:43:58 -0000 On Wed, 25 May 2011, Ed Flecko wrote: > Thank you both. > > I'm sorry, I forgot to mention that I have FBSD running inside VMware. > > xvidtune says "Video modes are not tunable on this chip" and the only > entry I have made in xorg.conf if under the Screen section where I > have a SubSection "Display" that has: > > Modes "1024x768" > > entry > > Suggestions? Possibly install the vmWare video driver from x11-drivers/xf86-video-vmware. /var/log/Xorg.0.log would show what is really happening. It might be as easy as removing the Device section from xorg.conf so it can autodetect the right driver. This is guesswork, since neither the log nor the config file have been shown.