I suspect it's because /dev/dri/card0 is being used instead of /dev/dri/card1.
eric@kingfisher:~$ gdb glxinfo
GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
http://bugs.launchpad.net/gdb-linaro/...
Reading symbols from /usr/bin/glxinfo...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/glxinfo
warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7ffff7ffa000
[Thread debugging using libthread_db enabled]
name of display: :0.0
Program received signal SIGSEGV, Segmentation fault.
0x0000000000000000 in ?? ()
(gdb) bt
0 0x0000000000000000 in ?? ()
1 0x00007ffff1dc60df in ?? ()
from /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
2 0x00007ffff76c6756 in ?? () from /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1
3 0x00007ffff76a4998 in ?? () from /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1
4 0x00007ffff76a1408 in ?? () from /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1
5 0x00007ffff76a14fc in glXGetConfig ()
from /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1
6 0x00007ffff792262e in ?? () from /usr/lib/x86_64-linux-gnu/librrfaker.so
7 0x00007ffff7923b4d in ?? () from /usr/lib/x86_64-linux-gnu/librrfaker.so
I can't get Gallium 3D to load properly.
I suspect it's because /dev/dri/card0 is being used instead of /dev/dri/card1.
eric@kingfisher:~$ gdb glxinfo GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08 Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu". For bug reporting instructions, please see: http://bugs.launchpad.net/gdb-linaro/... Reading symbols from /usr/bin/glxinfo...(no debugging symbols found)...done. (gdb) run Starting program: /usr/bin/glxinfo warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7ffff7ffa000 [Thread debugging using libthread_db enabled] name of display: :0.0
Program received signal SIGSEGV, Segmentation fault. 0x0000000000000000 in ?? () (gdb) bt
0 0x0000000000000000 in ?? ()
1 0x00007ffff1dc60df in ?? ()
from /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
2 0x00007ffff76c6756 in ?? () from /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1
3 0x00007ffff76a4998 in ?? () from /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1
4 0x00007ffff76a1408 in ?? () from /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1
5 0x00007ffff76a14fc in glXGetConfig ()
from /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1
6 0x00007ffff792262e in ?? () from /usr/lib/x86_64-linux-gnu/librrfaker.so
7 0x00007ffff7923b4d in ?? () from /usr/lib/x86_64-linux-gnu/librrfaker.so
8 0x00007ffff79092a1 in glXChooseVisual ()
from /usr/lib/x86_64-linux-gnu/librrfaker.so
9 0x000000000040174e in ?? ()
10 0x0000000000402e3f in ?? ()
11 0x00007ffff6fd330d in __libc_start_main ()
from /lib/x86_64-linux-gnu/libc.so.6
12 0x0000000000401269 in ?? ()
13 0x00007fffffffe6f8 in ?? ()
14 0x000000000000001c in ?? ()
15 0x0000000000000001 in ?? ()
16 0x00007fffffffe9d9 in ?? ()
---Type to continue, or q to quit---
17 0x0000000000000000 in ?? ()