From owner-freebsd-questions@FreeBSD.ORG Fri Apr 25 15:21:16 2008 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 322111065672 for ; Fri, 25 Apr 2008 15:21:16 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from unsane.co.uk (unknown [IPv6:2001:470:1f08:110::2]) by mx1.freebsd.org (Postfix) with ESMTP id 8D83D8FC0A for ; Fri, 25 Apr 2008 15:21:15 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from prawn.unsane.co.uk (150.117-84-212.staticip.namesco.net [212.84.117.150]) (authenticated bits=0) by unsane.co.uk (8.14.0/8.14.0) with ESMTP id m3PFKdr5077518 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 25 Apr 2008 16:20:49 +0100 (BST) (envelope-from jhary@unsane.co.uk) Message-ID: <4811F6DF.8030202@unsane.co.uk> Date: Fri, 25 Apr 2008 16:21:03 +0100 From: Vince Hoffman User-Agent: Thunderbird 2.0.0.12 (X11/20080409) MIME-Version: 1.0 To: Kemian Dang References: <82f916c90804250734h6ca7d321haaa206b4dccc7752@mail.gmail.com> In-Reply-To: <82f916c90804250734h6ca7d321haaa206b4dccc7752@mail.gmail.com> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: How to use a external monitor on FB7/Gnome 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: Fri, 25 Apr 2008 15:21:16 -0000 Kemian Dang wrote: > Dear All, > > I use a laptop with Freebsd 7.0 stable and Gnome 2.22, the graphic card is > integrated nvidia go 6150. > I want to use a external monitor to support my work, but I find it gave no > display when I plug the monitor, with the Fn + f4 key(this works in > winodws). > Seems no related topics in hand book / mailing list, so anyone could give > some clue? > Its something I havent got round to using properly yet, but xrandr is your friend here. start with xrandr -q to find out what xwindows can see about your external monitor, then try xrandr --auto if that doesnt get it working, read the man page for more explicit options. Vince