* [Bug 101736] Disabling working OpenGL 2.1 in the i915 driver
2017-07-10 12:31 [Bug 101736] Disabling the working OpenGL 2.1 in the i915 driver bugzilla-daemon
@ 2017-07-10 12:39 ` bugzilla-daemon
2017-07-10 12:50 ` bugzilla-daemon
` (11 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2017-07-10 12:39 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 504 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=101736
Indie <indie@420blaze.it> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Disabling the working |Disabling working OpenGL
|OpenGL 2.1 in the i915 |2.1 in the i915 driver
|driver |
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1129 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 14+ messages in thread* [Bug 101736] Disabling working OpenGL 2.1 in the i915 driver
2017-07-10 12:31 [Bug 101736] Disabling the working OpenGL 2.1 in the i915 driver bugzilla-daemon
2017-07-10 12:39 ` [Bug 101736] Disabling " bugzilla-daemon
@ 2017-07-10 12:50 ` bugzilla-daemon
2017-07-10 14:50 ` bugzilla-daemon
` (10 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2017-07-10 12:50 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 956 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=101736
--- Comment #1 from Emil Velikov <emil.l.velikov@gmail.com> ---
Afaict the drirc bits were left so that people can override them based on their
liking. Something like the following should do it.
Do enhance to your liking. Note that separate hunk is needed for each
application.
--- a/src/mesa/drivers/dri/common/drirc
+++ b/src/mesa/drivers/dri/common/drirc
@@ -187,4 +187,10 @@ TODO: document the other workarounds.
<option name="glx_disable_oml_sync_control" value="true" />
</application>
</device>
+ <device driver="i915">
+ <application name="App symbolic name" executable="actual-binary-name">
+ <option name="fragment_shader" value="true" />
+ <option name="stub_occlusion_query" value="true" />
+ </application>
+ </device>
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1900 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 14+ messages in thread* [Bug 101736] Disabling working OpenGL 2.1 in the i915 driver
2017-07-10 12:31 [Bug 101736] Disabling the working OpenGL 2.1 in the i915 driver bugzilla-daemon
2017-07-10 12:39 ` [Bug 101736] Disabling " bugzilla-daemon
2017-07-10 12:50 ` bugzilla-daemon
@ 2017-07-10 14:50 ` bugzilla-daemon
2017-07-10 14:55 ` bugzilla-daemon
` (9 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2017-07-10 14:50 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 401 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=101736
--- Comment #2 from Indie <indie@420blaze.it> ---
The method you proposed doesn't work, because the system doesn't have a working
version of OpenGL 2.1 libraries. See the attachment. I need a version of the
drivers in which the OpenGL 2.1 libraries are installed.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1171 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 14+ messages in thread* [Bug 101736] Disabling working OpenGL 2.1 in the i915 driver
2017-07-10 12:31 [Bug 101736] Disabling the working OpenGL 2.1 in the i915 driver bugzilla-daemon
` (2 preceding siblings ...)
2017-07-10 14:50 ` bugzilla-daemon
@ 2017-07-10 14:55 ` bugzilla-daemon
2017-07-10 14:56 ` bugzilla-daemon
` (8 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2017-07-10 14:55 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 208 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=101736
--- Comment #3 from Indie <indie@420blaze.it> ---
Where can I find them?
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 978 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 14+ messages in thread* [Bug 101736] Disabling working OpenGL 2.1 in the i915 driver
2017-07-10 12:31 [Bug 101736] Disabling the working OpenGL 2.1 in the i915 driver bugzilla-daemon
` (3 preceding siblings ...)
2017-07-10 14:55 ` bugzilla-daemon
@ 2017-07-10 14:56 ` bugzilla-daemon
2017-07-10 15:30 ` bugzilla-daemon
` (7 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2017-07-10 14:56 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 772 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=101736
--- Comment #4 from Emil Velikov <emil.l.velikov@gmail.com> ---
(In reply to Indie from comment #2)
> The method you proposed doesn't work, because the system doesn't have a
> working version of OpenGL 2.1 libraries. See the attachment. I need a
> version of the drivers in which the OpenGL 2.1 libraries are installed.
Have you actually tried it? Admittedly I'm not expert in i915 code (despite
being around a few times) although the suggestion should just work.
(In reply to Indie from comment #3)
> Where can I find them?
There is no such thing as "version of OpenGL 2.1 libraries". There's should be
just one libGL.so
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1714 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 14+ messages in thread* [Bug 101736] Disabling working OpenGL 2.1 in the i915 driver
2017-07-10 12:31 [Bug 101736] Disabling the working OpenGL 2.1 in the i915 driver bugzilla-daemon
` (4 preceding siblings ...)
2017-07-10 14:56 ` bugzilla-daemon
@ 2017-07-10 15:30 ` bugzilla-daemon
2017-07-10 15:45 ` bugzilla-daemon
` (6 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2017-07-10 15:30 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 1804 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=101736
--- Comment #5 from Indie <indie@420blaze.it> ---
(In reply to Emil Velikov from comment #4)
> Have you actually tried it? Admittedly I'm not expert in i915 code (despite
> being around a few times) although the suggestion should just work.
Yes I've edited the file /etc/drirc as you said and successfully parsed it with
driconf after adding this lines:
<device driver="i915">
<application name="Krita" executable="krita">
<option name="fragment_shader" value="true" />
<option name="stub_occlusion_query" value="true" />
</application>
<application name="Don't Starve" executable="/home/user/GOG Games/Dont
Starve/start.sh">
<option name="fragment_shader" value="true" />
<option name="stub_occlusion_query" value="true" />
</application>
None of these programs were launched in the right mode, and they still require
support for OpenGL 2.1.
(In reply to Emil Velikov from comment #4)
> There is no such thing as "version of OpenGL 2.1 libraries". There's should
> be just one libGL.so
I apologize for not saying at once, I'm not an experienced Linux user, and I
don't know what is in this library and where is it located. But this is what I
get using glxinfo | grep OpenGL command in terminal:
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) 945G x86/MMX/SSE2
OpenGL version string: 1.4 Mesa 17.2.0-devel
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 2.0 Mesa 17.2.0-devel
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16
OpenGL ES profile extensions:
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2916 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 14+ messages in thread* [Bug 101736] Disabling working OpenGL 2.1 in the i915 driver
2017-07-10 12:31 [Bug 101736] Disabling the working OpenGL 2.1 in the i915 driver bugzilla-daemon
` (5 preceding siblings ...)
2017-07-10 15:30 ` bugzilla-daemon
@ 2017-07-10 15:45 ` bugzilla-daemon
2017-07-10 16:17 ` bugzilla-daemon
` (5 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2017-07-10 15:45 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 613 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=101736
--- Comment #6 from Indie <indie@420blaze.it> ---
Before this ill-fated update, these two programs worked without significant
problems. There was one bug when changing the size of application window
working with these OpenGL 2.1 graphics libraries. If you change the proportions
of the window larger than a certain value, then on the sides of this window the
image starts blinking constantly. But it's better to have this bug than not be
able to run these programs at all.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1383 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 14+ messages in thread* [Bug 101736] Disabling working OpenGL 2.1 in the i915 driver
2017-07-10 12:31 [Bug 101736] Disabling the working OpenGL 2.1 in the i915 driver bugzilla-daemon
` (6 preceding siblings ...)
2017-07-10 15:45 ` bugzilla-daemon
@ 2017-07-10 16:17 ` bugzilla-daemon
2017-07-10 16:55 ` [Bug 101736] Enabling disabled " bugzilla-daemon
` (4 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2017-07-10 16:17 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 809 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=101736
--- Comment #7 from Indie <indie@420blaze.it> ---
Important information: As far as I can tell, I used to have a gallium i915
driver installed earlier. But now the developer of this repository has switched
to classic version of these drivers. But I'm not so sure in this information
because I'm new to these things.
Also in the first post, there is a link to the bug that I had. This bug is
indicated as belonging to gallium i915g driver. It's also known that this
driver is no longer supported. But I need it in the form in which it was before
appearance of segfault in i915_dri.so library that's described there:
https://bugs.freedesktop.org/show_bug.cgi?id=100189
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1724 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 14+ messages in thread* [Bug 101736] Enabling disabled working OpenGL 2.1 in the i915 driver
2017-07-10 12:31 [Bug 101736] Disabling the working OpenGL 2.1 in the i915 driver bugzilla-daemon
` (7 preceding siblings ...)
2017-07-10 16:17 ` bugzilla-daemon
@ 2017-07-10 16:55 ` bugzilla-daemon
2017-07-10 17:12 ` bugzilla-daemon
` (3 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2017-07-10 16:55 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 583 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=101736
Indie <indie@420blaze.it> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Disabling working OpenGL |Enabling disabled working
|2.1 in the i915 driver |OpenGL 2.1 in the i915
| |driver
Component|Drivers/DRI/i915 |Drivers/Gallium/i915g
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1338 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 14+ messages in thread* [Bug 101736] Enabling disabled working OpenGL 2.1 in the i915 driver
2017-07-10 12:31 [Bug 101736] Disabling the working OpenGL 2.1 in the i915 driver bugzilla-daemon
` (8 preceding siblings ...)
2017-07-10 16:55 ` [Bug 101736] Enabling disabled " bugzilla-daemon
@ 2017-07-10 17:12 ` bugzilla-daemon
2017-07-10 19:07 ` bugzilla-daemon
` (2 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2017-07-10 17:12 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 969 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=101736
--- Comment #8 from Emil Velikov <emil.l.velikov@gmail.com> ---
(In reply to Indie from comment #5)
> <application name="Don't Starve" executable="/home/user/GOG
> Games/Dont Starve/start.sh">
As said above: this must be the actual binary name - no path, no script.
Take a look inside the script for the details.
If you have a $HOME/.drirc file update that one as well.
> I apologize for not saying at once, I'm not an experienced Linux user, and I
> don't know what is in this library and where is it located. But this is what
> I get using glxinfo | grep OpenGL command in terminal:
No worries. If you want to see things in action add "glxinfo" as the binary
name and observe the output ;-)
I won't object if you really want to address the gallium (i915g) issue, not
sure how others will feel.
-Emil
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1916 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 14+ messages in thread* [Bug 101736] Enabling disabled working OpenGL 2.1 in the i915 driver
2017-07-10 12:31 [Bug 101736] Disabling the working OpenGL 2.1 in the i915 driver bugzilla-daemon
` (9 preceding siblings ...)
2017-07-10 17:12 ` bugzilla-daemon
@ 2017-07-10 19:07 ` bugzilla-daemon
2017-07-10 19:23 ` bugzilla-daemon
2017-07-11 11:40 ` bugzilla-daemon
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2017-07-10 19:07 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 1011 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=101736
--- Comment #9 from Indie <indie@420blaze.it> ---
(In reply to Emil Velikov from comment #8)
> As said above: this must be the actual binary name - no path, no script.
> Take a look inside the script for the details.
Inside this file a lot of things are started. There are Wine, ScummVM and
something else.
In addition, I wasn't able to run the Krita with support of OpenGL 2.1. Given
that it's written there correctly.
(In reply to Emil Velikov from comment #8)
> No worries. If you want to see things in action add "glxinfo" as the binary
> name and observe the output ;-)
However, I was able to run Krita and Don't Starve, using this commands:
MESA_GL_VERSION_OVERRIDE=2.1 /home/user/GOG\ Games/Dont\ Starve/start.sh
MESA_GL_VERSION_OVERRIDE=2.1 krita
But earlier this game started and worked much faster, using older drivers than
using this command now.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1955 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 14+ messages in thread* [Bug 101736] Enabling disabled working OpenGL 2.1 in the i915 driver
2017-07-10 12:31 [Bug 101736] Disabling the working OpenGL 2.1 in the i915 driver bugzilla-daemon
` (10 preceding siblings ...)
2017-07-10 19:07 ` bugzilla-daemon
@ 2017-07-10 19:23 ` bugzilla-daemon
2017-07-11 11:40 ` bugzilla-daemon
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2017-07-10 19:23 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 366 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=101736
--- Comment #10 from Indie <indie@420blaze.it> ---
If I Use this commands there are about one frame per 20-30 seconds. Previously,
everything worked at a speed of 15-20 frames per second. So using these
commands isn't an option.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1153 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 14+ messages in thread* [Bug 101736] Enabling disabled working OpenGL 2.1 in the i915 driver
2017-07-10 12:31 [Bug 101736] Disabling the working OpenGL 2.1 in the i915 driver bugzilla-daemon
` (11 preceding siblings ...)
2017-07-10 19:23 ` bugzilla-daemon
@ 2017-07-11 11:40 ` bugzilla-daemon
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2017-07-11 11:40 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 585 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=101736
Indie <indie@420blaze.it> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
Status|NEW |RESOLVED
--- Comment #11 from Indie <indie@420blaze.it> ---
As I figured out I need not only OpenGL 2.1 drivers support, but also i915
Gallium 2d driver acceleration.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2092 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 14+ messages in thread