[Nouveau] [Bug 91411] TV hdmi output doesn't fit with desktop, minimize button(on windows) are missing, etc[NV50]

2015-08-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91411 --- Comment #2 from Ilia Mirkin imir...@alum.mit.edu --- This is known as overscan. TVs do it by default. Computer monitors don't. (a) look for an overscan-related setting on your TV (b) look for underscan-related xrandr properties (xrandr

[Nouveau] [Bug 91411] TV hdmi output doesn't fit with desktop, minimize button(on windows) are missing, etc[NV50]

2015-08-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91411 --- Comment #1 from David davidlville...@gmail.com --- Hi again! I don't know if this can help in someway. I also observe that image sent by computer to tv screen is bigger because I see in Configuration Settings that the screen recognize is 72

[Nouveau] [Bug 91570] Upgrading mesa to 10.6 causes segfault in OpenGL applications with GeForce4 MX 440 / AGP 8X

2015-08-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91570 --- Comment #13 from omelette omele...@cock.li --- Created attachment 117557 -- https://bugs.freedesktop.org/attachment.cgi?id=117557action=edit full backtrace from a SDL2 test application Attached is a gdb backtrace from a SDL2 hello world

[Nouveau] [Bug 91570] Upgrading mesa to 10.6 causes segfault in OpenGL applications with GeForce4 MX 440 / AGP 8X

2015-08-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91570 --- Comment #17 from omelette omele...@cock.li --- (In reply to Ilia Mirkin from comment #16) Created attachment 117570 [details] [review] initial patch This patch should help you get going. Not sure if it's the right thing though.

[Nouveau] [Bug 89842] Nvidia nouveau drivers hangs all gnome when opening the new legacy tray (and many other situations) in 3.16.0

2015-08-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=89842 --- Comment #20 from Joe Verreau joev.8...@gmail.com --- ... at this point I'm inferring there will not be upgraded versions of libdrm, libdrm-devel for fc21? I did downgrade my laptop from 2.4.60 to 2.4.58 in Jun as noted below. I'm guessing

[Nouveau] [Bug 91570] Upgrading mesa to 10.6 causes segfault in OpenGL applications with GeForce4 MX 440 / AGP 8X

2015-08-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91570 --- Comment #15 from omelette omele...@cock.li --- (gdb) p tnl-_WindowMap $1 = {m = 0x821dde0, inv = 0x821de50, flags = 0, type = MATRIX_IDENTITY} (gdb) p ctx-DrawBuffer $2 = (struct gl_framebuffer *) 0x0 -- You are receiving this mail

Re: [Nouveau] [PATCH] Take shift in crtc positions for ZaphodHeads configs into account.

2015-08-06 Thread Mario Kleiner
On 08/06/2015 07:34 PM, Ilia Mirkin wrote: I don't understand this patch (what are all these masks? how are they used?), and don't want to invest the time required to do so. I can't blame you for that :). The confused commit message reflects my confusion when i was trying to figure out how

[Nouveau] [Bug 91570] Upgrading mesa to 10.6 causes segfault in OpenGL applications with GeForce4 MX 440 / AGP 8X

2015-08-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91570 --- Comment #16 from Ilia Mirkin imir...@alum.mit.edu --- Created attachment 117570 -- https://bugs.freedesktop.org/attachment.cgi?id=117570action=edit initial patch This patch should help you get going. Not sure if it's the right thing

Re: [Nouveau] [PATCH] Take shift in crtc positions for ZaphodHeads configs into account.

2015-08-06 Thread Ilia Mirkin
I don't understand this patch (what are all these masks? how are they used?), and don't want to invest the time required to do so. However Mario is probably the sole serious user of ZaphodHeads, and if it fixes issues for him, probably fixes issues for others who try and give up with ZaphodHeads.

[Nouveau] [Bug 91570] Upgrading mesa to 10.6 causes segfault in OpenGL applications with GeForce4 MX 440 / AGP 8X

2015-08-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91570 --- Comment #11 from omelette omele...@cock.li --- Here's the backtrace from glxgears (gdb) bt full #0 0xb74eabc3 in _tnl_InvalidateState (ctx=0xb7fb7008, new_state=4294967295) at tnl/t_context.c:195 scale = {0, 0, 0.5}

[Nouveau] [Bug 91570] Upgrading mesa to 10.6 causes segfault in OpenGL applications with GeForce4 MX 440 / AGP 8X

2015-08-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91570 --- Comment #12 from omelette omele...@cock.li --- Backtrace from urbanterror #0 0x95151bc3 in _tnl_InvalidateState (ctx=0x95a86008, new_state=4294967295) at tnl/t_context.c:195 scale = {0, 0, 0.5} translate = {0, 0, 0.5}

[Nouveau] [Bug 91570] Upgrading mesa to 10.6 causes segfault in OpenGL applications with GeForce4 MX 440 / AGP 8X

2015-08-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91570 --- Comment #14 from Ilia Mirkin imir...@alum.mit.edu --- Can you do p tnl-_WindowMap and p ctx-DrawBuffer in gdb? I suspect this is due to commit 29e6c7dbc5bacf4f2b741333ac56469a00164e65, which added the code, but I don't see why it would be