Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 06 Jan 2015 10:10:19 +0800
From:      Gregory Orange <gregory.orange@calorieking.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: emulate a Xorg configuration of GNU/Linux (Fedora 21) on FreeBSD
Message-ID:  <54AB440B.2030201@calorieking.com>
In-Reply-To: <alpine.BSF.2.11.1501050845210.55045@wonkity.com>
References:  <8D1F6AC53C2F2F0-4F4-BD1DB@webmail-va133.sysops.aol.com> <alpine.BSF.2.11.1501050845210.55045@wonkity.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54AB440B.2030201>