[Nouveau] [PATCH 1/2] gr: document mp error 0x10

2015-10-07 Thread Ilia Mirkin
NVIDIA provided the documentation for mp error 0x10, INVALID_ADDR_SPACE,
which apparently happens when trying to use an atomic operation on
local or shared memory (instead of global memory).

Signed-off-by: Ilia Mirkin 
---
 drm/nouveau/nvkm/engine/gr/gf100.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drm/nouveau/nvkm/engine/gr/gf100.c 
b/drm/nouveau/nvkm/engine/gr/gf100.c
index f1358a5..dda7a7d 100644
--- a/drm/nouveau/nvkm/engine/gr/gf100.c
+++ b/drm/nouveau/nvkm/engine/gr/gf100.c
@@ -882,6 +882,7 @@ static const struct nvkm_enum gf100_mp_warp_error[] = {
{ 0x0d, "GPR_OUT_OF_BOUNDS" },
{ 0x0e, "MEM_OUT_OF_BOUNDS" },
{ 0x0f, "UNALIGNED_MEM_ACCESS" },
+   { 0x10, "INVALID_ADDR_SPACE" },
{ 0x11, "INVALID_PARAM" },
{}
 };
-- 
2.4.9

___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [PATCH 2/2] gr: add FERMI_COMPUTE_B class to GF110+

2015-10-07 Thread Ilia Mirkin
GF110+ supports both the A and B compute classes, make sure to accept
both.

Signed-off-by: Ilia Mirkin 
---
 drm/nouveau/nvkm/engine/gr/gf110.c | 1 +
 drm/nouveau/nvkm/engine/gr/gf117.c | 1 +
 drm/nouveau/nvkm/engine/gr/gf119.c | 1 +
 3 files changed, 3 insertions(+)

diff --git a/drm/nouveau/nvkm/engine/gr/gf110.c 
b/drm/nouveau/nvkm/engine/gr/gf110.c
index d131874..d081ee4 100644
--- a/drm/nouveau/nvkm/engine/gr/gf110.c
+++ b/drm/nouveau/nvkm/engine/gr/gf110.c
@@ -98,6 +98,7 @@ gf110_gr = {
{ -1, -1, FERMI_B, _fermi },
{ -1, -1, FERMI_C, _fermi },
{ -1, -1, FERMI_COMPUTE_A },
+   { -1, -1, FERMI_COMPUTE_B },
{}
}
 };
diff --git a/drm/nouveau/nvkm/engine/gr/gf117.c 
b/drm/nouveau/nvkm/engine/gr/gf117.c
index 28483d8..d8e8af4 100644
--- a/drm/nouveau/nvkm/engine/gr/gf117.c
+++ b/drm/nouveau/nvkm/engine/gr/gf117.c
@@ -135,6 +135,7 @@ gf117_gr = {
{ -1, -1, FERMI_B, _fermi },
{ -1, -1, FERMI_C, _fermi },
{ -1, -1, FERMI_COMPUTE_A },
+   { -1, -1, FERMI_COMPUTE_B },
{}
}
 };
diff --git a/drm/nouveau/nvkm/engine/gr/gf119.c 
b/drm/nouveau/nvkm/engine/gr/gf119.c
index 9811a72..01faf9a 100644
--- a/drm/nouveau/nvkm/engine/gr/gf119.c
+++ b/drm/nouveau/nvkm/engine/gr/gf119.c
@@ -189,6 +189,7 @@ gf119_gr = {
{ -1, -1, FERMI_B, _fermi },
{ -1, -1, FERMI_C, _fermi },
{ -1, -1, FERMI_COMPUTE_A },
+   { -1, -1, FERMI_COMPUTE_B },
{}
}
 };
-- 
2.4.9

___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 92271] Unusably slow OpenGL performance on nouveau (GeForce 9600 GT) with X server 1.18 with rotated output

2015-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=92271

Adam Williamson  changed:

   What|Removed |Added

  Component|Server/Ext/GLX  |Driver/nouveau
   Assignee|xorg-t...@lists.x.org   |nouveau@lists.freedesktop.o
   ||rg

--- Comment #14 from Adam Williamson  ---
Aha, you're quite right: the issue exists if I build the xorg-x11-drv-nouveau
git snapshot we're using against X server 1.17.2, it's not the server at all.

Apologies for missing that - I was thinking "downgrade X server" and just threw
packages at the transaction till it worked, soI actually didn't notice there
was a significant difference between the nouveau driver versions too.

I will do some bisecting between 1.0.11 and the snapshot we're at and see if I
can see where it broke. I don't see anything between July 29 (when we took the
snapshot) and now that looks like it'd be relevant.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 92327] New: Tearing and drm_wait_vblank kernel log spam with reverse PRIME (intel+nouveau)

2015-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=92327

Bug ID: 92327
   Summary: Tearing and drm_wait_vblank kernel log spam with
reverse PRIME (intel+nouveau)
   Product: xorg
   Version: unspecified
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
  Severity: normal
  Priority: medium
 Component: Driver/nouveau
  Assignee: nouveau@lists.freedesktop.org
  Reporter: mschiffer+m...@universe-factory.net
QA Contact: xorg-t...@lists.x.org

Setup: I use reverse PRIME with a primary intel and a secondary nouveau card. I
have enabled one output on each of the cards. The reverse PRIME (nouveau)
output is set as primary output via xrandr.

Whenever there's a DRI user on the reverse PRIME screen, the following message
gets written to my kernel log once for each buffer swap:

[drm:drm_wait_vblank [drm]] *ERROR* Unsupported type value 0x7d, supported mask
0x743f

Both DRI2 and DRI3 cause this behaviour. I also see tearing on the nouveau
output.

Depending on the exact setup (DRI2/DRI3, different DRI users), I also get
slightly different messages:

[drm:drm_wait_vblank [drm]] *ERROR* Unsupported type value 0x15d, supported
mask 0x743f
[drm:drm_wait_vblank [drm]] *ERROR* Unsupported type value 0x400015d, supported
mask 0x743f


Hardware:

00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core
Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF119M [Quadro NVS 4200M]
(rev a1)

Software:

* xserver 1.17.2
* xf86-video-intel 2.99.917-476-g4e668dd
* xf86-video-nouveau 1.0.11-31-g1ff13a9


I opened a bug report for the kernel first (see
https://bugzilla.kernel.org/show_bug.cgi?id=105601 ), but was told that this is
a userspace bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 92327] Tearing and drm_wait_vblank kernel log spam with reverse PRIME (intel+nouveau)

2015-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=92327

--- Comment #1 from Fredy Neeser  ---
Same issue here on Fedora 22 with intel (LVDS) + nouveau (ext. monitor):

https://bugzilla.redhat.com/show_bug.cgi?id=1243432
Bug 1243432 - KDE 5 dual monitor setup with intel+nouveau drivers causes
journal to be flooded with errors "[drm:drm_wait_vblank [drm]] *ERROR*
Unsupported type value ..."

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 92271] Unusably slow OpenGL performance on nouveau (GeForce 9600 GT) with X server 1.18 with rotated output

2015-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=92271

--- Comment #17 from Adam Williamson  ---
Note: according to the logs, the system is using DRI2, not DRI3. So it seems
like somehow, the DRI3 patch breaks the DRI2 case?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 92271] Unusably slow OpenGL performance on nouveau (GeForce 9600 GT) with X server 1.18 with rotated output

2015-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=92271

--- Comment #18 from Ilia Mirkin  ---
(In reply to Adam Williamson from comment #17)
> Note: according to the logs, the system is using DRI2, not DRI3. So it seems
> like somehow, the DRI3 patch breaks the DRI2 case?

Don't trust everything you read online :) Pretty sure nothing would be printed
differently, at least not in your version.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 92271] Unusably slow OpenGL performance on nouveau (GeForce 9600 GT) with X server 1.18 with rotated output

2015-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=92271

--- Comment #19 from Adam Williamson  ---
Well, the code still claims that it defaults to DRI 2:

http://cgit.freedesktop.org/nouveau/xf86-video-nouveau/tree/src/nv_driver.c#n1080

and Fedora is doing nothing to patch that.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 92271] Unusably slow OpenGL performance on nouveau (GeForce 9600 GT) with X server 1.18 with rotated output

2015-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=92271

--- Comment #16 from Ilia Mirkin  ---
You can force DRI (in a sufficiently new nouveau snapshot) by doing

Option "DRI" "2"

No idea what causes the slowdown tbh. All this DRI stuff is a little beyond me.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 92271] Unusably slow OpenGL performance on nouveau (GeForce 9600 GT) with rotated output under DRI 3

2015-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=92271

Adam Williamson  changed:

   What|Removed |Added

Summary|Unusably slow OpenGL|Unusably slow OpenGL
   |performance on nouveau  |performance on nouveau
   |(GeForce 9600 GT) with X|(GeForce 9600 GT) with
   |server 1.18 with rotated|rotated output under DRI 3
   |output  |

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 92271] Unusably slow OpenGL performance on nouveau (GeForce 9600 GT) with rotated output under DRI 3

2015-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=92271

Adam Williamson  changed:

   What|Removed |Added

   Severity|blocker |normal

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 92271] Unusably slow OpenGL performance on nouveau (GeForce 9600 GT) with X server 1.18 with rotated output

2015-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=92271

--- Comment #22 from Adam Williamson  ---
So...yeah, it more or less works with a current git snapshot, except there's
one odd thing...I have a file in /etc/X11/xorg.conf.d with this content:

Section "Device"
Identifier  "nouveau"
Driver  "nouveau"
Option"Monitor-DVI-I-1""Right Monitor"
Option"Monitor-DVI-I-2""Left Monitor"
EndSection

Section "Monitor"
Identifier"Left Monitor"
Option"Primary""True"
Option"Rotate""left"
EndSection

Section "Monitor"
Identifier"Right Monitor"
Option"RightOf""Left Monitor"
Option  "Rotate""left"
EndSection

it's to rotate my screens on desktops that don't do their own RandR stuff (and
it used to work for GDM too, doesn't any more). But for some reason, if I have
that file active with latest git nouveau, X won't start; I have to rename it to
.conf.bak to make X start. Still, if I do that, it does run fine and at full
speed, so this one looks like a bug tied to the particular nouveau DDX git
snapshot Fedora is using. Guess I should move it downstream?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 92271] Unusably slow OpenGL performance on nouveau (GeForce 9600 GT) with X server 1.18 with rotated output

2015-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=92271

--- Comment #21 from Adam Williamson  ---
ah, that could explain it. I'm currently running a build of git master, we'll
see how that behaves, perhaps it'll work by default and show the bug if I force
DRI3...

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 92271] Unusably slow OpenGL performance on nouveau (GeForce 9600 GT) with X server 1.18 with rotated output

2015-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=92271

--- Comment #15 from Adam Williamson  ---
So I bisected it down and it looks like the cause is
http://cgit.freedesktop.org/nouveau/xf86-video-nouveau/commit/?id=241e7289f25a342a457952b9b0e539c2f0b81d99
, "enable dri3 support without glamor".

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 92271] Unusably slow OpenGL performance on nouveau (GeForce 9600 GT) with X server 1.18 with rotated output

2015-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=92271

--- Comment #23 from Ilia Mirkin  ---
(In reply to Adam Williamson from comment #22)
> it's to rotate my screens on desktops that don't do their own RandR stuff
> (and it used to work for GDM too, doesn't any more). But for some reason, if
> I have that file active with latest git nouveau, X won't start; I have to
> rename it to .conf.bak to make X start. Still, if I do that, it does run
> fine and at full speed, so this one looks like a bug tied to the particular
> nouveau DDX git snapshot Fedora is using. Guess I should move it downstream?

Need some logs. That config seems generally fine.

Also, does it run at full speed if you force DRI3?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 92271] Unusably slow OpenGL performance on nouveau (GeForce 9600 GT) with X server 1.18 with rotated output

2015-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=92271

--- Comment #25 from Adam Williamson  ---
OK, so I finally got a good test. I built a snapshot exactly at the DRI
2-by-default commit -
http://cgit.freedesktop.org/nouveau/xf86-video-nouveau/commit/?id=6296145654b78518f3299bb5887f224f0d3810fd
- and that one loads OK. And indeed it behaves as we suspected: it works at
full speed by default, if I force DRI 3, it loads but runs very slowly.

So the slowness-when-rotated is a genuine bug that's specific to DRI 3 mode, I
guess.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 92271] Unusably slow OpenGL performance on nouveau (GeForce 9600 GT) with X server 1.18 with rotated output

2015-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=92271

--- Comment #20 from Ilia Mirkin  ---
http://cgit.freedesktop.org/nouveau/xf86-video-nouveau/commit/?id=6296145654b78518f3299bb5887f224f0d3810fd

Only starting August. You said your snapshot was in July.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 92271] Unusably slow OpenGL performance on nouveau (GeForce 9600 GT) with X server 1.18 with rotated output

2015-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=92271

--- Comment #24 from Adam Williamson  ---
Damnit, sorry - bad test. Actually the current git build of nouveau is flat out
failing to load at all; it's working when the config file isn't there because
it's falling back to modesetting. I'll poke a bit more...

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 91319] Nouveau driver cannot extract FCODE ROM / DCB Block from OpenFirmware Device tree

2015-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91319

--- Comment #14 from Ilia Mirkin  ---
(In reply to Peter Saisanas from comment #13)
> Do you require any more info?

Nope. Will leave this open until the fix hits mainline.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 92306] GL Excess demo renders incorrectly on nv43

2015-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=92306

--- Comment #10 from Andrew Randrianasulu  ---
Please use this file instead, attached one was truncated :/

http://s000.tinyupload.com/index.php?file_id=94706413066309920881 (xz
compressed, uncompressed trace was ~17 mb)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 92306] GL Excess demo renders incorrectly on nv43

2015-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=92306

--- Comment #9 from Andrew Randrianasulu  ---
Created attachment 118742
  --> https://bugs.freedesktop.org/attachment.cgi?id=118742=edit
apitrace (bz2 compressed)

ok, as workaround I run apitrace from another machine (with "Intel(R)
Pentium(R) Dual  CPU  T2390  @ 1.86GHz" and infamous  RS600 integrated graphics
controller), where it worked.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 92306] GL Excess demo renders incorrectly on nv43

2015-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=92306

--- Comment #7 from Andrew Randrianasulu  ---
Older wine reacted the same (illegal instruction), so this is not something
added with new wine version.

This machine lacks SSE2, obviously ..may be apitrace silently compiles in some
SSE2+ code?

bash-4.2$ cat /proc/cpuinfo 
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 11
model name  : Intel(R) Celeron(TM) CPU1000MHz
stepping: 1
microcode   : 0x1c
cpu MHz : 1000.051
cache size  : 256 KB
physical id : 0
siblings: 1
core id : 0
cpu cores   : 1
apicid  : 0
initial apicid  : 0
fdiv_bug: no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 2
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pse36 mmx fxsr sse
bugs:
bogomips: 2000.10
clflush size: 32
cache_alignment : 32
address sizes   : 36 bits physical, 32 bits virtual
power management:

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 92306] GL Excess demo renders incorrectly on nv43

2015-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=92306

--- Comment #8 from Andrew Randrianasulu  ---
apitrace at commit f004530b30a63c08a16d82536858600446b2abf5 ("Date:   Mon Sep
21 11:23:02 2015 +0100 
d3d10state: Dump D3D10 texture formats.")

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 92306] GL Excess demo renders incorrectly on nv43

2015-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=92306

--- Comment #6 from Andrew Randrianasulu  ---
Updating wine (to version 1.7.51-staging, from
http://www.slackware.com/~alien/slackbuilds/wine/pkg/14.1/) resulted in
correctly disabled Vsync, but rendering still broken in the same way.

Moreover, attempt to use latest apitrace (command line: 
~/src/apitrace/apitrace trace /usr/bin/wine GLExcess.exe ) only resulted in
illegal instruction (?!)

quote

apitrace: loaded into /usr/bin/wine
apitrace: loaded into /usr/bin/wine-preloader
apitrace: loaded into /usr/bin/wineserver
apitrace: loaded into /usr/bin/wine-preloader
fixme:winediag:start_process Wine Staging 1.7.51 is a testing version
containing experimental patches.
fixme:winediag:start_process Please report bugs at http://bugs.wine-staging.com
(instead of winehq.org).
apitrace: loaded into /usr/bin/wine-preloader
apitrace: loaded into /usr/bin/wine-preloader
apitrace: loaded into /usr/bin/wine-preloader
apitrace: loaded into /usr/bin/wine-preloader
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 14: reading
configurations from ~/.fonts.conf is deprecated.
apitrace: loaded into /usr/bin/wine-preloader
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 14: reading
configurations from ~/.fonts.conf is deprecated.
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 14: reading
configurations from ~/.fonts.conf is deprecated.
fixme:ole:RemUnknown_QueryInterface No interface for iid
{0019---c000-0046}
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 14: reading
configurations from ~/.fonts.conf is deprecated.
apitrace: loaded into /usr/bin/wine-preloader
bash-4.2$ Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 14:
reading configurations from ~/.fonts.conf is deprecated.
apitrace: loaded into /usr/bin/wine-preloader
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 14: reading
configurations from ~/.fonts.conf is deprecated.
apitrace: tracing to /home/guest/.wine/drive_c/Program Files/GL
Excess/wine-preloader.trace
apitrace: redirecting dlopen("libGL.so.1", 0x102)
apitrace: redirecting dlopen("libGL.so.1", 0x102)
apitrace: attempting to read configuration file:
/home/guest/.config/apitrace/gltrace.conf
wine: Unhandled illegal instruction at address 0xb75957f2 (thread 002a),
starting debugger...
apitrace: loaded into /usr/bin/wine-preloader
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 14: reading
configurations from ~/.fonts.conf is deprecated.
Unhandled exception: illegal instruction in 32-bit code (0xb75957f2).
Register dump:
 CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
 EIP:b75957f2 ESP:0033f978 EBP:0033f978 EFLAGS:00210282(  R- --  I S - - - )
 EAX:46240400 EBX:b777ab1c ECX:b777ab1c EDX:b6fdb89d
 ESI:7dffabc0 EDI:2802
Stack dump:
0x0033f978:  0033f9b8 b74366ab 46240400 0002
0x0033f988:  2802  b778adcc 1a4f
0x0033f998:  0004 b777ab1c 7dffabc0 b777ab1c
0x0033f9a8:  0033f9d8 1a50 b778ad60 7e8f77d0
0x0033f9b8:  0033fa08 7e883727 0de1 2802
0x0033f9c8:  46240400 1a4f  7e8f77d0
Backtrace:
=>0 0xb75957f2 (0x0033f978)
  1 0xb74366ab (0x0033f9b8)
  2 0x7e883727 glTexParameterf+0x86() in opengl32 (0x0033fa08)
  3 0x00441a5d in glxsv1.2 (+0x41a5c) (0x0033fa70)
  4 0x00441d01 in glxsv1.2 (+0x41d00) (0x0033fb78)
  5 0x004175f9 in glxsv1.2 (+0x175f8) (0x0033fbd8)
  6 0x0044c0b7 in glxsv1.2 (+0x4c0b6) (0x0033fdd0)
  7 0x004540a3 in glxsv1.2 (+0x540a2) (0x0033fe60)
  8 0x7ed06acc call_process_entry+0xb() in kernel32 (0x0033fe78)
  9 0x7ed07e31 in kernel32 (+0x47e30) (0x0033feb8)
  10 0x7ef91b00 call_thread_func_wrapper+0xb() in ntdll (0x0033fed8)
  11 0x7ef94d1d call_thread_func+0x7c() in ntdll (0x0033ffa8)
  12 0x7ef91ade RtlRaiseException+0x21() in ntdll (0x0033ffc8)
  13 0x7ef65faf in ntdll (+0x45fae) (0x0033ffe8)
  14 0xb720c75d wine_call_on_stack+0x1c() in libwine.so.1 (0x)
  15 0xb720c81b wine_switch_to_stack+0x2a() in libwine.so.1 (0xbfc40d18)
  16 0x7ef6a474 LdrInitializeThunk+0x263() in ntdll (0xbfc40d68)
  17 0x7ed0ea43 __wine_kernel_init+0xa02() in kernel32 (0xbfc41c68)
  18 0x7ef6b45b __wine_process_init+0x19a() in ntdll (0xbfc41cf8)
  19 0xb7209ea8 wine_init+0x2c7() in libwine.so.1 (0xbfc41d58)
  20 0x7bf00fcc main+0x7b() in  (0xbfc421a8)
  21 0xb704c773 __libc_start_main+0xf2() in libc.so.6 (0x)
0xb75957f2: repe (bad)
Modules:
Module  Address Debug info  Name (78 modules)
PE34-  38f000   Deferredfmod
PE40-  5a7000   Export  glxsv1.2
PE  1000-10035000   Deferredglut32
PE  6000-6005d000   Deferredijl15
ELF 7bf0-7bf03000   Dwarf   
ELF 7d3a1000-7dacc000   Deferrednouveau_dri.so
ELF 7ddd-7ddd7000   Deferredlibdrm_nouveau.so.2
ELF 7ddd7000-7dde5000   Deferredlibudev.so.0
ELF 7dde5000-7ddef000