Gentoo Archives: gentoo-user

From: Ognjen Bezanov <ognjen@×××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] DRI, GLX, Savage and Xorg7
Date: Fri, 28 Apr 2006 10:07:08
Message-Id: 200604281053.17299.ognjen@mailshack.com
In Reply to: Re: [gentoo-user] DRI, GLX, Savage and Xorg7 by jannis_achstetter@web.de
1 On Thursday 27 April 2006 10:53, jannis_achstetter@×××.de wrote:
2 > > Well, I upgraded to Xorg 7 using the "modular Xorg" howto on the
3 > > gentoo-wiki [...]
4 > > So its looking good (definatly better then before). DRI is enabled, but I
5 > > am getting a hard PC lockup (for about a second, with glxinfo saying
6 > > "wait event returned -16").
7 > >
8 > > Also happens when trying to run glxgears. I get a lockup for a few
9 > > seconds, followed by the same error "wait event returned -16"
10 >
11 > Could you give us some output of "strace glxinfo"? It would be quite good
12 > to know what "wait event" it is.
13 ok, here are the last few lines of glxinfo from strace:
14
15
16 write(1, "OpenGL extensions:\n", 19OpenGL extensions:
17 ) = 19
18 write(1, " GL_ARB_imaging, GL_ARB_multi"..., 62 GL_ARB_imaging,
19 GL_ARB_multisample, GL_ARB_multitexture,
20 ) = 62
21 write(1, " GL_ARB_texture_compression, "..., 57
22 GL_ARB_texture_compression, GL_ARB_texture_env_add,
23 ) = 57
24 write(1, " GL_ARB_texture_mirrored_repe"..., 62
25 GL_ARB_texture_mirrored_repeat, GL_ARB_transpose_matrix,
26 ) = 62
27 write(1, " GL_ARB_window_pos, GL_EXT_ab"..., 70 GL_ARB_window_pos,
28 GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color,
29 ) = 70
30 write(1, " GL_EXT_blend_minmax, GL_EXT_"..., 74 GL_EXT_blend_minmax,
31 GL_EXT_blend_subtract, GL_EXT_clip_volume_hint,
32 ) = 74
33 write(1, " GL_EXT_compiled_vertex_array"..., 76
34 GL_EXT_compiled_vertex_array, GL_EXT_convolution, GL_EXT_copy_texture,
35 ) = 76
36 write(1, " GL_EXT_draw_range_elements, "..., 73
37 GL_EXT_draw_range_elements, GL_EXT_histogram, GL_EXT_packed_pixels,
38 ) = 73
39 write(1, " GL_EXT_polygon_offset, GL_EX"..., 75 GL_EXT_polygon_offset,
40 GL_EXT_rescale_normal, GL_EXT_secondary_color,
41 ) = 75
42 write(1, " GL_EXT_separate_specular_col"..., 77
43 GL_EXT_separate_specular_color, GL_EXT_stencil_wrap, GL_EXT_subtexture,
44 ) = 77
45 write(1, " GL_EXT_texture, GL_EXT_textu"..., 66 GL_EXT_texture,
46 GL_EXT_texture3D, GL_EXT_texture_edge_clamp,
47 ) = 66
48 write(1, " GL_EXT_texture_env_add, GL_E"..., 77 GL_EXT_texture_env_add,
49 GL_EXT_texture_lod_bias, GL_EXT_texture_object,
50 ) = 77
51 write(1, " GL_EXT_vertex_array, GL_APPL"..., 73 GL_EXT_vertex_array,
52 GL_APPLE_packed_pixels, GL_IBM_rasterpos_clip,
53 ) = 73
54 write(1, " GL_IBM_texture_mirrored_repe"..., 57
55 GL_IBM_texture_mirrored_repeat, GL_MESA_window_pos,
56 ) = 57
57 write(1, " GL_NV_light_max_exponent, GL"..., 76
58 GL_NV_light_max_exponent, GL_NV_texgen_reflection, GL_OES_read_format,
59 ) = 76
60 write(1, " GL_SGI_color_matrix, GL_SGI_"..., 74 GL_SGI_color_matrix,
61 GL_SGI_color_table, GL_SGIS_texture_edge_clamp,
62 ) = 74
63 write(1, " GL_SGIS_texture_lod\n", 24 GL_SGIS_texture_lod
64 ) = 24
65 write(1, "glu version: 1.3\n", 17glu version: 1.3
66 ) = 17
67 write(1, "glu extensions:\n", 16glu extensions:
68 ) = 16
69 write(1, " GLU_EXT_nurbs_tessellator, G"..., 57
70 GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess
71 ) = 57
72 ioctl(4, 0x4008642a, 0xbfbbc070) = 0
73 ioctl(4, 0xc0086442 <unfinished ...>
74 +++ killed by SIGSEGV +++
75 Process 6832 detached
76
77
78 Hope its of use =)
79
80 --
81 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] DRI, GLX, Savage and Xorg7 [Fixed] Ognjen Bezanov <ognjen@×××××××××.com>