From owner-freebsd-questions@FreeBSD.ORG Fri Apr 24 08:03:19 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 91FCD7EA for ; Fri, 24 Apr 2015 08:03:19 +0000 (UTC) Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2ECF115BF for ; Fri, 24 Apr 2015 08:03:18 +0000 (UTC) Received: by wizk4 with SMTP id k4so12337236wiz.1 for ; Fri, 24 Apr 2015 01:03:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:message-id:to:subject:reply-to :in-reply-to; bh=o78/e0iw6XOwgipbc4SEhJ4/6Fc5IHdXdHbcIKh7Leo=; b=LtCvV6jMTYPgGW0V0luBdpXe6szSy+xFWEPnC/4IdQduNRaN/EMD52SUDCav3siL1J PZcQA4WGQmitgFi0VH81B95e6la+TYP2XiPajvnIJqgPYuuUZ6CCWpe8VaWh54S26Lu+ TWpbtFPKaUQ877MtzE99NElZCoXhwAK8+mKFSumi16c/pB1QHGyMrQUjiz6TcOBrLdTA Ijv0OrS4DuVrD6N36QUejdtdKnb4JqKIb0G3qabgG0PEYZHsWpDiGjLGJjd+Ms7+p+s9 hjqL3upsK1TmyliBZio3PGMlSH/cfhNTqzA0gh2BDOeJ/283oUxtTkWz1KrQJCZdGIE4 uu+g== X-Gm-Message-State: ALoCoQntn9azf/4bi4U7GvNajotuka+lrThTAjCcihYNHvVrT5oivGFb+VXH0kUb7EEzCiz1u/N7 X-Received: by 10.194.81.104 with SMTP id z8mr13108168wjx.45.1429862596944; Fri, 24 Apr 2015 01:03:16 -0700 (PDT) Received: from mech-as222.men.bris.ac.uk (misc-users-pat-19-132.isys.bris.ac.uk. [137.222.19.132]) by mx.google.com with ESMTPSA id h5sm15763144wjn.20.2015.04.24.01.03.15 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 24 Apr 2015 01:03:16 -0700 (PDT) Received: from mech-as222.men.bris.ac.uk (localhost [127.0.0.1]) by mech-as222.men.bris.ac.uk (8.14.9/8.14.9) with ESMTP id t3O83Fbd024051; Fri, 24 Apr 2015 09:03:15 +0100 (BST) (envelope-from mexas@mech-as222.men.bris.ac.uk) Received: (from mexas@localhost) by mech-as222.men.bris.ac.uk (8.14.9/8.14.9/Submit) id t3O83Ep8024050; Fri, 24 Apr 2015 09:03:14 +0100 (BST) (envelope-from mexas) Date: Fri, 24 Apr 2015 09:03:14 +0100 (BST) From: Anton Shterenlikht Message-Id: <201504240803.t3O83Ep8024050@mech-as222.men.bris.ac.uk> To: freebsd-questions@freebsd.org, freebsd@qeng-ho.org, mexas@bris.ac.uk Subject: Re: haswell supported? (dell latitude 3340) Reply-To: mexas@bris.ac.uk In-Reply-To: <5539EE8C.4050500@qeng-ho.org> 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 08:03:19 -0000 >From freebsd@qeng-ho.org Fri Apr 24 09:01:09 2015 >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. Yes, I did the same. Ideally I want to attch an hdmi monitor to this laptop, because the laptop's screen is small. But I guess vesa driver does not support this? At so far I haven't succeded. Anton