[Bug 318180] Re: gnubik fails to launch; prints cannot get suitable visual to terminal and exits

2009-02-24 Thread George Stephanos
I have the same on an Intel 945GM. The thing is the new X doesn't prepare visuals for all the glxfbconfigs it gets. From my glxinfo and the ones above, i found that there are only 3 which get loaded and gnubik needs another. I tried the GLXVisuals all option which prepares all glxvisuals but this

[Bug 318180] Re: gnubik fails to launch; prints cannot get suitable visual to terminal and exits

2009-02-24 Thread George Stephanos
I think the apps are the ones who should adopt to X and not the opposite. This patch makes gnubik work for a while till someone does something serious about it. ** Attachment added: Patched http://launchpadlibrarian.net/23053638/glarea-gtk.patch -- gnubik fails to launch; prints cannot

[Bug 318180] Re: gnubik fails to launch; prints cannot get suitable visual to terminal and exits

2009-02-24 Thread danmcgoo
The bug appends on both my laptop and my PC. But it happens only when I use the ATI open driver. With fglrx on gnubik runs correctly. -- gnubik fails to launch; prints cannot get suitable visual to terminal and exits https://bugs.launchpad.net/bugs/318180 You received this bug notification

[Bug 318180] Re: gnubik fails to launch; prints cannot get suitable visual to terminal and exits

2009-01-18 Thread martin
Here is some lspci lines for three different machines that exhibit this bug. The desktop machine with the ATI radeon card is pretty old but it runs World of Warcraft etc smoothly and it's not an integrated chipset like the two first machines). Desktop with integrated intel graphics (bought this

[Bug 318180] Re: gnubik fails to launch; prints cannot get suitable visual to terminal and exits

2009-01-18 Thread martin
** Attachment added: glxinfo from the desktop machine with intel G45 chipset http://launchpadlibrarian.net/21348766/glxinfo_desktop_intel_g45.txt -- gnubik fails to launch; prints cannot get suitable visual to terminal and exits https://bugs.launchpad.net/bugs/318180 You received this bug

[Bug 318180] Re: gnubik fails to launch; prints cannot get suitable visual to terminal and exits

2009-01-18 Thread martin
** Attachment added: glxinfo from the laptop with intel 965 http://launchpadlibrarian.net/21348771/glxinfo_laptop_intel_gm965.txt -- gnubik fails to launch; prints cannot get suitable visual to terminal and exits https://bugs.launchpad.net/bugs/318180 You received this bug notification

[Bug 318180] Re: gnubik fails to launch; prints cannot get suitable visual to terminal and exits

2009-01-18 Thread martin
** Attachment added: glxinfo from the desktop machine with ATI radeon 9600 http://launchpadlibrarian.net/21348772/glxinfo_desktop_ati_radeon_9600.txt -- gnubik fails to launch; prints cannot get suitable visual to terminal and exits https://bugs.launchpad.net/bugs/318180 You received this

[Bug 318180] Re: gnubik fails to launch; prints cannot get suitable visual to terminal and exits

2009-01-17 Thread martin
GDB says something goes wrong in function create_gl_area() (gdb) r Starting program: /usr/games/gnubik (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging

[Bug 318180] Re: gnubik fails to launch; prints cannot get suitable visual to terminal and exits

2009-01-17 Thread martin
This bug happens on both Jaunty pre-release as of jan 17th and also on intrepid. -- gnubik fails to launch; prints cannot get suitable visual to terminal and exits https://bugs.launchpad.net/bugs/318180 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 318180] Re: gnubik fails to launch; prints cannot get suitable visual to terminal and exits

2009-01-17 Thread martin
The error is printed by g_error from glarea-gtk.c line 165: int attribs[]={GDK_GL_RGBA, GDK_GL_RED_SIZE, 1, GDK_GL_GREEN_SIZE, 1, GDK_GL_BLUE_SIZE, 1, GDK_GL_DOUBLEBUFFER, GDK_GL_DEPTH_SIZE ,1,

[Bug 318180] Re: gnubik fails to launch; prints cannot get suitable visual to terminal and exits

2009-01-17 Thread martin
FWIW, I can repro this bug both on intel hardware and on ATI graphics card hardware so it's unlikely to be a driver bug. Probably this package or some lib it uses is just packaged incorrectly? -- gnubik fails to launch; prints cannot get suitable visual to terminal and exits

[Bug 318180] Re: gnubik fails to launch; prints cannot get suitable visual to terminal and exits

2009-01-17 Thread Phil Sung
For what it's worth... upstream gnubik 2.2 (tarball from gnu.org), when compiled with the latest versions of libgl1-mesa-dev, libglu1-mesa-dev, and libgtkglext1-dev in intrepid, gives the same error. -- gnubik fails to launch; prints cannot get suitable visual to terminal and exits