From owner-freebsd-questions@FreeBSD.ORG Wed Jan 30 22:43:07 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 3C6FE16A418 for ; Wed, 30 Jan 2008 22:43:07 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (chen.org.nz [202.89.146.5]) by mx1.freebsd.org (Postfix) with ESMTP id D11D313C467 for ; Wed, 30 Jan 2008 22:43:06 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id F09E12842C; Thu, 31 Jan 2008 11:43:05 +1300 (NZDT) Date: Thu, 31 Jan 2008 11:43:05 +1300 From: Jonathan Chen To: Siraj Shaikh Message-ID: <20080130224305.GA37422@osiris.chen.org.nz> References: <3b2ddd940801291217j668bccfbsde8c3259c79cd06b@mail.gmail.com> <3b2ddd940801291354q2926d2b0q753f5f449d3b92eb@mail.gmail.com> <20080129183439.X92107@fledge.watson.org> <3b2ddd940801300108o21f51f23sf82185f4f2f8ea5@mail.gmail.com> <20080130120639.S45734@pemaquid.safeport.com> <3b2ddd940801301159i4173d36ag74b1d0f0955742d5@mail.gmail.com> <20080130152728.R45734@pemaquid.safeport.com> <3b2ddd940801301329x5630b3abhfd8d30b882a9bd4b@mail.gmail.com> <20080130214925.GA36835@osiris.chen.org.nz> <3b2ddd940801301351x17dd1becw60f15223c4f728c7@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3b2ddd940801301351x17dd1becw60f15223c4f728c7@mail.gmail.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions@freebsd.org Subject: Re: Starting X - was Re: Vista / FreeBSD dual boot 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, 30 Jan 2008 22:43:07 -0000 On Wed, Jan 30, 2008 at 09:51:11PM +0000, Siraj Shaikh wrote: > On 30/01/2008, Jonathan Chen wrote: > > On Wed, Jan 30, 2008 at 09:29:02PM +0000, Siraj Shaikh wrote: > > > > [...] > > > (--) PCI: (0:2:1) Intel Corporation Mobile GM965/GL960 Integrated > > > Graphics Controller rev 3, Mem @ 0xf0100000/20 > > > New driver is "i810" > > > > The i810 driver doesn't quite support laptop screens that well. Try using > > the "intel" driver (x11-drivers/xf86-video-intel) instead. This driver > > will conflict with the i180 driver, so you will have to remove the old > > one first. ... > > > How do I do this? what do I change? Thanks There should be a more elegant way to do this, but the way I did it was to: # pkg_delete -f xf86-video-i810-1.7.4 # cd /usr/ports/x11-drivers/xorg-drivers # make rmconfig # make config [untick i180 and tick intel] # portupgrade -f xorg-drivers After which, X on my laptop started behaving as it should. -- Jonathan Chen ---------------------------------------------------------------------- Power corrupts, Absolute Power is pretty neat