ubuntu 系统下运行android虚拟机报错如下,怎么回事呢

Starting emulator for AVD 'test'
X Error of failed request:  BadRequest (invalid request code or no such operation)
  Major opcode of failed request:  154 (GLX)
  Minor opcode of failed request:  19 (X_GLXQueryServerString)
  Serial number of failed request:  12
  Current serial number in output stream:  12

如果你有 64 bit的话,安装 ia32-libs 包。

在终端执行下面的命令:

apt-get install ia32-libs

12.04?好像就是不能运行任何android版本。
不过好像可以这样弄
能看懂英语不?
http://askubuntu.com/questions/74171/is-my-ati-graphics-card-supported-in-ubuntu
http://askubuntu.com/questions/124292/what-is-the-correct-way-to-install-ati-catalyst-video-drivers-fglrx/126513#126513
http://askubuntu.com/questions/129597/how-do-i-fix-my-installation-of-ati-catalyst-video-driver-in-12-04-lts/131027#131027

我也遇到了 是显卡驱动的事情