Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Mar 2016 18:10:56 +0300
From:      Eax Melanhovich <afiskon@devzen.ru>
To:        Juan =?UTF-8?B?UmFtw7Nu?= Molina Menor <listjm@club-internet.fr>
Cc:        freebsd-x11@freebsd.org
Subject:   Re: Testing the new i915 driver (HD Graphics 4400 and G41 Express)
Message-ID:  <20160306181056.56fad8a8@fujitsu>
In-Reply-To: <20160306160743.6d73e1b7@fujitsu>
References:  <56D843EC.7000506@club-internet.fr> <20160306160743.6d73e1b7@fujitsu>

next in thread | previous in thread | raw e-mail | index | archive | help
Ok, I managed to build a kernel using these /etc/make.conf:

```
CC=/usr/local/bin/clang37
CXX=/usr/local/bin/clang++37
CPP=/usr/local/bin/clang-cpp37

CPUTYPE?=native
CFLAGS+=-O2 -pipe
CXXFLAGS+=-O2 -pipe
```

... and /etc/src.conf:

```
CPUTYPE?=native
CFLAGS+=-O2 -pipe
COPTFLAGS+=-O2 -pipe
```

I experimented with OpenGL, WebGL and video on YouTube for half an hour
already and I didn't manage to freeze X server or to crash a kernel.
This is on Toshiba Portege Z930-DKS and Intel HD Graphics 4000.

I let you know if I discover any issue. So far except clang 3.4 related
problem b0b610b5 looks pretty stable to me.

On Sun, 6 Mar 2016 16:07:43 +0300
Eax Melanhovich <afiskon@devzen.ru> wrote:

> Hello
> 
> I'm having difficulties building b0b610b5:
> 
> http://paste.ubuntu.com/15306796/
> 
> About a month ago everything was just fine.
> 



-- 
Best regards,
Eax Melanhovich
http://eax.me/



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