From owner-freebsd-questions@FreeBSD.ORG Tue Jan 6 02:16:06 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AA486A0B for ; Tue, 6 Jan 2015 02:16:06 +0000 (UTC) Received: from mail-wg0-x22b.google.com (mail-wg0-x22b.google.com [IPv6:2a00:1450:400c:c00::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3C21064C4D for ; Tue, 6 Jan 2015 02:16:06 +0000 (UTC) Received: by mail-wg0-f43.google.com with SMTP id k14so10736362wgh.30 for ; Mon, 05 Jan 2015 18:16:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=a4sNr0KSAw4TMkI6Gb2L/NQQsbqAmlZslTST4DxWnzk=; b=YG3xnpFEjAA6jiaAMJbs3cmLG3ioCjwAPLf40uoORPx6z0fRaqPAl8qHQ0j5/EKCH0 NsheXXI4cSdgJuSdptItahheqK2ZotXYbkErLL4/5DmWHXd0DCKsq7lVtj8bhBkEbm9k vVC3GBWoxdOT4RjXPXovMQb/jM3nM7foEVk2dpFoWR9Ztd5IyLJ/bAEMN48ns5l3CCGf zjPklbpmzpKZgyFD+JcGkAGsUocWTVKGllEn7Rb5/tD4B5v9u7l/IEixkXdwYbS7fv/a uGG19xMsbWhZErLUTL3fRDclDqh/oZblph8BoKKUn1JtjVfn14oNx3d2fvrkpqHGzCT7 3XeQ== MIME-Version: 1.0 X-Received: by 10.194.24.103 with SMTP id t7mr187247649wjf.15.1420510564682; Mon, 05 Jan 2015 18:16:04 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.41.136 with HTTP; Mon, 5 Jan 2015 18:16:04 -0800 (PST) In-Reply-To: <54AB440B.2030201@calorieking.com> References: <8D1F6AC53C2F2F0-4F4-BD1DB@webmail-va133.sysops.aol.com> <54AB440B.2030201@calorieking.com> Date: Mon, 5 Jan 2015 18:16:04 -0800 X-Google-Sender-Auth: 41wW0-qDa2keUcutO_7gYT4mKNQ Message-ID: Subject: Re: emulate a Xorg configuration of GNU/Linux (Fedora 21) on FreeBSD From: Adrian Chadd To: Gregory Orange Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2015 02:16:06 -0000 ... yes, the OP has something that the freebsd dri code currently doesn't yet support. I don't think the VESA output stuff has output control, so it won't work. -adrian On 5 January 2015 at 18:10, Gregory Orange wrote: > On 05/01/15 23:48, Warren Block wrote: >> >> On Sun, 4 Jan 2015, Xavier Freebsd Questio via freebsd-questions wrote: >>>>> >>>>> I have a laptop with an Intel graphics card, >>>> >>>> Which one, specifically? What is the laptop model number, and >>> >>> exactly >>>> >>>> which Intel graphics does it have? >>> >>> My 'pciconf -vl' output: http://pastebin.com/qr4aGyS5 >> >> >> As Polytropon pointed out, it is a "Valley View Gen7" GPU, apparently a >> successor to Bay Trail. Whether the FreeBSD version of the X intel >> driver supports that yet, I don't know. > > > I had good response on Freenode IRC at #intel-gfx when asking about my > details. Here's how I got the relevant info (device is "Haswell-ULT > Integrated Graphics Controller" in a new Core i3): > > # pciconf -l pci0:0:2:0 | grep vgapci0 > vgapci0@pci0:0:2:0: class=0x030000 card=0x20548086 chip=0x0a168086 > rev=0x09 hdr=0x00 > > bwidawks on #intel-gfx gave me http://sprunge.us/DNbF > > From chip=... I extracted 0a16 > $ curl http://sprunge.us/DNbF | grep -i 0a16 > CHIPSET(0x0A16, hsw_gt2, "Intel(R) Haswell Mobile") > > Riastradh and bwidawks said that meant the required driver support is for > GT2, which is not listed at intel(4x) right now, implying there is not yet > support for it. I'm therefore using the vesa driver. > > HTH, > Greg. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"