Page 1 of 1

Ubuntu, OpenGL on Windows 7 / ATI host?

Posted: 27. Jan 2011, 12:31
by Kr1sc
This is frustrating, partially due to my lack of experience. I can't get OGL to work on my Ubuntu vm on my desktop which is running an ATI 4870 and Intel 775.
I have installed the latest ATI drivers on host and guest, and have updated the guest additions. 3D is enabled on the VM and GPU memory is boosted to 128mb.

Any thoughts on what I can try?

Re: Ubuntu, OpenGL on Windows 7 / ATI host?

Posted: 27. Jan 2011, 12:37
by towo
I have installed the latest ATI drivers on host and guest
Installing ati-drivers in guest does not make any sense!
and have updated the guest additions.
Updated? You have to install it.

Btw, paste the output of

glxinfo (requires mesa-tools installed)

from your guest.

Re: Ubuntu, OpenGL on Windows 7 / ATI host?

Posted: 27. Jan 2011, 12:50
by Kr1sc
Thanks for the quick response! I thought installing the drivers seemed silly - perhaps I was just misreading something.
I had updated the guest additions that I had previously installed from 4.0.0 to 4.0.2, or .3?

Here is the output, as requested:

Code: Select all

name of display: :0.0
X Error of failed request:  BadRequest (invalid request code or no such operation)
  Major opcode of failed request:  136 (GLX)
  Minor opcode of failed request:  19 (X_GLXQueryServerString)
  Serial number of failed request:  15
  Current serial number in output stream:  15

Re: Ubuntu, OpenGL on Windows 7 / ATI host?

Posted: 27. Jan 2011, 13:44
by towo
paste /var/log/Xorg.0.log

Re: Ubuntu, OpenGL on Windows 7 / ATI host?

Posted: 27. Jan 2011, 13:51
by Kr1sc
I went through this procedure to remove the ATI/Catalyst stuff:
http://wiki.cchtml.com/index.php/Ubuntu ... st.2Ffglrx

Rebooted and everything is okay. glxinfo prints out a long list of data. :mrgreen: