From owner-freebsd-questions@FreeBSD.ORG Fri Apr 24 07:32:33 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 30AD2CA1 for ; Fri, 24 Apr 2015 07:32:33 +0000 (UTC) Received: from bede.qeng-ho.org (bede.qeng-ho.org [217.155.128.241]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C4F6F11E3 for ; Fri, 24 Apr 2015 07:32:32 +0000 (UTC) Received: from arthur.home.qeng-ho.org (arthur.home.qeng-ho.org [172.23.1.2]) by bede.home.qeng-ho.org (8.14.9/8.14.7) with ESMTP id t3O7JemB052800; Fri, 24 Apr 2015 08:19:40 +0100 (BST) (envelope-from freebsd@qeng-ho.org) Message-ID: <5539EE8C.4050500@qeng-ho.org> Date: Fri, 24 Apr 2015 08:19:40 +0100 From: Arthur Chance User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: mexas@bris.ac.uk, freebsd-questions@freebsd.org Subject: Re: haswell supported? (dell latitude 3340) References: <201504231559.t3NFxqWd020838@mech-as222.men.bris.ac.uk> In-Reply-To: <201504231559.t3NFxqWd020838@mech-as222.men.bris.ac.uk> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Apr 2015 07:32:33 -0000 On 23/04/2015 16:59, Anton Shterenlikht wrote: > I was given at work Dell Latitude 3340 laptop. > I can't seem to get X to work under 10.1-release. > On closer examination I see it uses Haswell chip: > > vgapci0@pci0:0:2:0: class=0x030000 card=0x061f1028 chip=0x0a168086 rev=0x0b hdr=0x00 > vendor = 'Intel Corporation' > device = 'Haswell-ULT Integrated Graphics Controller' > class = display > subclass = VGA > > which is "not supported" according to > https://wiki.freebsd.org/Graphics > > Can somebody please confirm this is indeed the case > and graphics will not work on this laptop. > Is it supported in -current? My desktop has a Haswell CPU, and I use the vesa driver for now (with the VT system). I can get 2560x1440 resolution out of it with no problem, and as I don't do anything that needs advanced graphics it's good enough for my purposes. -- Those who do not learn from computing history are doomed to GOTO 1