Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 May 2023 15:09:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 269006] graphics/mesa-dri enable i915(i915g)
Message-ID:  <bug-269006-7141-sMX5tEbZIA@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-269006-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-269006-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269006

--- Comment #7 from sasamotikomi@gmail.com ---
(In reply to sasamotikomi from comment #6)
I managed to get GMA3150 to work, but if you enable OpenGL 2.1 via .drirc
disable it first or add program which can't use it to exception like in
example:

<driconf>
    <device screen=3D"0" driver=3D"i915">
        <application name=3D"Default">
                        <option name=3D"stub_occlusion_query" value=3D"true=
" />
                        <option name=3D"fragment_shader" value=3D"true" />
        </application>
 <application name=3D"firefox" executable=3D"firefox">
         <option name=3D"stub_occlusion_query" value=3D"true" />
                        <option name=3D"stub_occlusion_query" value=3D"fals=
e" />
                        <option name=3D"fragment_shader" value=3D"false" />
      </application>
        </device>
</driconf>
Otherwise it may crash and fallback to llmvpipe, at least with Firefox,
possible with Chrome as well.
You need restart xorg-server if you crash DRI.
OpenGL 2.1 work without it so you probably can just disable it.
I can't get it to work with GMA 950, it's most likely due to my mistake, I
build it with CPUTYPE=3Datom, so may not work on my Celeron 430 machine.
So it crash:
[  2878.185] (EE) Illegal instruction at address 0x83bd45369
[  2878.185] (EE)=20
Fatal server error:
[  2878.185] (EE) Caught signal 4 (Illegal instruction). Server aborting

Please test it yourself if you can.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269006-7141-sMX5tEbZIA>