From owner-freebsd-questions@FreeBSD.ORG Tue Aug 14 21:16:02 2012 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 1FEB5106566B for ; Tue, 14 Aug 2012 21:16:02 +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 CED5C8FC0A for ; Tue, 14 Aug 2012 21:16:01 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q7ELFrpb020798; Tue, 14 Aug 2012 15:15:53 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id q7ELFqet020795; Tue, 14 Aug 2012 15:15:53 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Tue, 14 Aug 2012 15:15:52 -0600 (MDT) From: Warren Block To: Polytropon In-Reply-To: <20120813134038.4c2afd8a.freebsd@edvax.de> Message-ID: References: <20120813134038.4c2afd8a.freebsd@edvax.de> 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]); Tue, 14 Aug 2012 15:15:53 -0600 (MDT) Cc: freebsd-questions@freebsd.org, Ashkan Rahmani Subject: Re: Optimus vga on notebook 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: Tue, 14 Aug 2012 21:16:02 -0000 On Mon, 13 Aug 2012, Polytropon wrote: > On Mon, 13 Aug 2012 14:10:57 +0430, Ashkan Rahmani wrote: >> Hello >> I have asus j52k core i5 notebook. its graphic card is optimus nvidia 310m. >> i'm using debian on it and work great. now I need to install freebsd 9. >> every things are great but vga. >> pciinfo shows my vga card is nvidia and company is Intel corp. >> vga resolution is not correct. it is 1024*768. >> xorg -configure and manual editing xorg.conf not work. >> ports/x11 driver / nvidial driver not work too. >> even as my last try i tried Intel driver and not work. >> i load nvidia module and linux module, > > The nVidia GeForce 310m should be supported. Have you tried > the x11/nvidia-driver? The problem with "Optimus" is that it has both Intel video and a third-party graphics adapter. There may be a BIOS option to disable one of the two; otherwise, these do not work with FreeBSD as far as I know. One option in that case would be to run FreeBSD in a VM.