Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

Firefox 6 calling GLX 1.3 function "glXCreatePixmap"

  • 1 ответ
  • 258 имеют эту проблему
  • 13 просмотров
  • Последний ответ от Dave G

more options

After upgrading to Firefox 6, I got the following warning:

WARNING: Application calling GLX 1.3 function "glXCreatePixmap" when GLX 1.3 is not supported! This is an application bug!

After upgrading to Firefox 6, I got the following warning: WARNING: Application calling GLX 1.3 function "glXCreatePixmap" when GLX 1.3 is not supported! This is an application bug!

Все ответы (1)

more options

Yeah, I've been seeing this in the terminal when I run from the command line too. It was just a minor bug in the mechanism that tests for accelerated graphics support on Linux. (unfortunately, you need a fairly new version of your distro in most cases; e.g. Ubuntu 10.04.x LTS doesn't have support but newer versions do) Basically it's a warning the test is getting that tells it that part of what's needed for support isn't there, but it showed it anyway. It's been fixed for Firefox 9+ but in the meantime don't worry about it.

Изменено Dave G