[Ubuntu-x-swat] [Bug 656241] Re: Mixxx with ATI graphics card (using FGLRX) crashes Ubuntu

2011-01-19 Thread Phillip Whelan
** Changed in: mixxx/1.9 Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to fglrx-installer in ubuntu. https://bugs.launchpad.net/bugs/656241 Title: Mixxx with ATI graphics card (using FGLRX) crashes Ubun

Re: [Ubuntu-x-swat] [Bug 656241] Re: Mixxx with ATI graphics card (using FGLRX) crashes Ubuntu

2011-01-11 Thread Phillip Whelan
Can you double click it to see if it runs? -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to fglrx-installer in ubuntu. https://bugs.launchpad.net/bugs/656241 Title: Mixxx with ATI graphics card (using FGLRX) crashes Ubuntu

[Ubuntu-x-swat] [Bug 656241] Re: Mixxx with ATI graphics card (using FGLRX) crashes Ubuntu

2011-01-11 Thread Phillip Whelan
Follow these steps: * Right click the link to the 'mixxx' file I attached and do 'Save as..'. Save the file to your Desktop. * When the download is done look for mixxx on your Desktop, right click it and click on 'Properties'. * Go to the 'Permissions' tab and check 'Allow executing file as p

[Ubuntu-x-swat] [Bug 656241] Re: Mixxx with ATI graphics card (using FGLRX) crashes Ubuntu

2011-01-10 Thread Phillip Whelan
In case you are not familiar with how to add patches to and compile source code, here is a copy of the program for Ubuntu than you can simply run to test this patch. You might have to go into the Properties of the file and change it's permissions to include permissions to Run or Execute the file.

[Ubuntu-x-swat] [Bug 656241] Re: Mixxx with ATI graphics card (using FGLRX) crashes Ubuntu

2011-01-04 Thread Phillip Whelan
This patch forces the QGL APIs to share the same OpenGL context, or so it should, according to the documentation. Hopefully this solves the problem. Unfortunately I have no way of testing for myself, since I do not have an ATI card supported by the latest FGLRX driver. ** Patch added: "Share Open

[Ubuntu-x-swat] [Bug 656241] Re: Mixxx with ATI graphics card (using FGLRX) crashes Ubuntu

2011-01-03 Thread Phillip Whelan
It has been proposed that we share the QGLContext. I have seen the code which is disabled for now. It is actually sharing a QGLWidget. This does not necessarily share the underlying QGLContext, as is explained here: http://www.qtcentre.org/threads/24782-Whats-the-difference-in-sharing-a -QGLContex