After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 599305 - Gnome-shell atempts to use unsupported OpenGL features
Gnome-shell atempts to use unsupported OpenGL features
Status: RESOLVED NOTGNOME
Product: gnome-shell
Classification: Core
Component: general
2.27.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2009-10-22 13:40 UTC by Keith Hughitt
Modified: 2009-10-22 14:26 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Keith Hughitt 2009-10-22 13:40:27 UTC
While running gnome-shell from the command line, the following warnings are shown:

...
     JS G NS: Found info type OBJECT for 'GtkEmbed' in namespace 'Shell'
   JS G REPO: Initializing dynamic class GtkEmbed 0x2ce7d10
    JS G OBJ: Defined class GtkEmbed prototype 0x2d6ec80 class 0x2ce7d10 in object 0x272ba80
    JS G PRM: Wrapping GParamObject 'focus-window' on MetaDisplay with JSObject
    JS G PRM: JSObject created with param instance 0x26b4850 type GParamObject
    JS G OBJ: Defining method get_window_app in prototype for ShellAppMonitor (Shell.AppMonitor)
WARNING: Application calling GLX 1.3 function "glXCreatePixmap" when GLX 1.3 is not supported! This is an application bug!
WARNING: Application calling GLX 1.3 function "glXDestroyPixmap" when GLX 1.3 is not supported! This is an application bug!

System info:

Karmic beta 2.6.31-13-generic
gnome-shell 2.27.3-0ubuntu1
ATI Mobility X1600 (using standard drivers shipped with Ubuntu).

Although no outwardly apparent issues resulted, I thought I'd report it none-the-less since the warning messages named themselves as bugs :)

ProblemType: Bug
Architecture: amd64
Date: Mon Oct 12 07:35:10 2009
DistroRelease: Ubuntu 9.10
Package: gnome-shell 2.27.3-0ubuntu1
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-13.44-generic
SourcePackage: gnome-shell
Uname: Linux 2.6.31-13-generic x86_64

(Originally reported downstream in Ubuntu bug-tracking...See: https://bugs.edge.launchpad.net/ubuntu/+source/gnome-shell/+bug/449467)
Comment 1 Dan Winship 2009-10-22 14:26:09 UTC
This is because your X server supports GLX 1.4 but claims to only support 1.2, or something like that. It's fixed in Xorg HEAD (see, eg, http://cgit.freedesktop.org/xorg/xserver/commit/?id=ad5c0d9efa47476ed5cf75c82265c73919e468b4 and http://cgit.freedesktop.org/xorg/xserver/commit/?id=4c6bfa2c09ae2b0cffdf9211a6dfbcaefe0366b5)