Bug 12835

Summary: No RGB GLX visuals
Product: Mesa Reporter: Michael de Lang <kingoipo>
Component: Drivers/DRI/r300Assignee: Default DRI bug account <dri-devel>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: medium    
Version: git   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments: Xorg log file
Xorg configuration file

Description Michael de Lang 2007-10-17 10:20:59 UTC
Since I've upgraded to Mesa GIT and Xorg-server GIT, my glxinfo outputs the following:

oipo@Oip-desktop$ LIBGL_DEBUG=verbose glxinfo
name of display: :0.0
libGL: XF86DRIGetClientDriverName: 5.3.0 r300 (screen 0)
libGL: OpenDriver: trying /opt/X11/lib/X11/modules/dri/r300_dri.so
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 4, (OK)
drmOpenByBusid: Searching for BusID pci:0000:02:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 4, (OK)
drmOpenByBusid: drmOpenMinor returns 4
drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0
libGL warning: 3D driver claims to not support visual 0x23
libGL warning: 3D driver claims to not support visual 0x24
libGL warning: 3D driver claims to not support visual 0x25
libGL warning: 3D driver claims to not support visual 0x26
libGL warning: 3D driver claims to not support visual 0x27
libGL warning: 3D driver claims to not support visual 0x28
libGL warning: 3D driver claims to not support visual 0x29
libGL warning: 3D driver claims to not support visual 0x2a
libGL warning: 3D driver claims to not support visual 0x2b
libGL warning: 3D driver claims to not support visual 0x2c
libGL warning: 3D driver claims to not support visual 0x2d
libGL warning: 3D driver claims to not support visual 0x2e
libGL warning: 3D driver claims to not support visual 0x2f
libGL warning: 3D driver claims to not support visual 0x30
libGL warning: 3D driver claims to not support visual 0x31
libGL warning: 3D driver claims to not support visual 0x32
Error: couldn't find RGB GLX visual

Attaching xorg.conf and Xorg.0.log soon.
Also, this didn't happen with Mesa 7.0.1 and Xorg-server 1.4.
Comment 1 Michael de Lang 2007-10-17 10:21:41 UTC
Created attachment 12088 [details]
Xorg log file
Comment 2 Michael de Lang 2007-10-17 10:22:12 UTC
Created attachment 12089 [details]
Xorg configuration file
Comment 3 Kristian Høgsberg 2007-10-17 12:07:36 UTC
commit 6c753ad51d05fcff260fcf8cccf613d47027171f
Author: Kristian Høgsberg <krh@redhat.com>
Date:   Wed Oct 17 15:05:47 2007 -0400

    Pull workaround for unset GLX_DRAWABLE_TYPE back in.
    
    The old version just set GLX_DRAWABLE_TYPE to GLX_WINDOW_BIT for
    configs received through glXGetVisualConfigs and to
    GLX_WINDOW_BIT | GLX_PIXMAP_BIT for configs received as FBConfigs.
    The X server needs to send this info, but keep the workaround for now.
    
    Fixes #12835.

Comment 4 Adam Jackson 2009-08-24 12:28:11 UTC
Mass version move, cvs -> git

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.