Ich muss Teile von meinem Programm mit OpenGL darstellen. Funktioniert soweit ganz gut. Sobald ich das Programm allerdings auf einem System mit 90° gedrehtem Monitor einsetze, ruckelt und zuckelt das Ganze; es ist eine wahre Pracht.
Das System hat eine X1200 Ati (PCI-X) Graphikkarte, wie gesagt, im normalen Modus Top Darstellung. Vertikale Synchronisation hat keinen Einfluss auf die Darstellung.
Mir ist schon bewusst, dass die Rotation des Bildes durch den Treiber Performance kostet, aber die eigentliche Frage:
* Habt ihr Erfahrung mit OpenGL und gedrehtem Monitor?
* Was kann man gegen das Ruckeln machen?
* Wodurch entsteht das Ruckeln (V-Sync Signal stimmt nicht mehr, da nun 90° gedreht, oder wie?)
* Irgendwelche Tips, Ideen, Anregungen?
Registriert: Do Dez 05, 2002 10:35 Beiträge: 4234 Wohnort: Dortmund
Erfahrung nicht. Aber überprüfe mal ob dein OpenGL überhaupt noch von der Hardware unterstützt wird. Dazu genügt jedes Tool was dir den Vendor anzeigen kann. Ich vermute nämlich mal, dass das nicht mehr der Fall ist.
Wenn die Anwendung im Fullscreen läuft wäre es durchaus möglich einfach die Kammera zu drehen. Un dadurch die möglicherweise per Software durchgeführte Bildschrimrotation zu umgehen. Als erstes würde ich testweise die rotation abschalten.
Es kann auch durchaus sein, das die X1200 Karten einfach für die Anwendung zu schwach sind.
Renderer: ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 Vendor: ATI Technologies Inc. Memory: 128 MB Version: 2.0.7058 WinXP Release Shading language version: 1.10 Max number of light sources: 8 Max viewport size: 4096 x 4096 Max texture size: 2048 x 2048 Max anisotropy: 16 Max samples: 6 Max draw buffers: 4 Max texture coordinates: 8 Max vertex texture image units: 0
OpenGL driver version check (Current: 6.14.10.7058, Latest known: 6.14.10.7058): Latest version of display drivers found According the database, you are running the latest display drivers for your video card.
Compiled vertex array support This feature improves OpenGL performance by using video memory to cache transformed vertices.
Multitexture support This feature accelerates complex rendering such as lightmaps or environment mapping.
Secondary color support This feature provides an alternate method of coloring specular highlights on polygons.
S3TC compression support This feature improves texture mapping performance in some applications by using lossy compression.
Texture edge clamp support This feature improves texturing quality by adding clamping control to edge texel filtering.
Vertex program support This feature enables a wide variety of effects via flexible vertex programming (equivalent to DX8 Vertex Shader.)
Fragment program support This feature enables a wide variety of effects via per pixel programming (equivalent to DX9 Pixel Shader.)
Texture anisotropic filtering support This feature improves the quality of texture mapping on oblique surfaces.
Occlusion test support This feature provides hardware accelerated culling for objects.
Point sprite support This feature improves performance in some particle systems.
OpenGL Shading Language support This feature enables high level shading language for shaders.
Frame buffer object support This feature enables render to texture functionality.
Extension verification: GL_ARB_depth_texture has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_draw_buffers has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_fragment_program has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_fragment_program_shadow has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_fragment_shader has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_imaging was not found, but has the entry point glBlendEquation GL_ARB_multisample has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_multitexture has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_occlusion_query has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_pixel_buffer_object has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_point_parameters has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_point_sprite has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_shader_objects has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_shading_language_100 has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_shadow has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_shadow_ambient has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_texture_border_clamp has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_texture_compression has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_texture_cube_map has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_texture_env_add has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_texture_env_combine has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_texture_env_crossbar has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_texture_env_dot3 has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_texture_float has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_texture_mirrored_repeat has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_texture_rectangle has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_transpose_matrix has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_vertex_blend has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_vertex_buffer_object has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_vertex_program has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_vertex_shader has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_window_pos has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ATI_draw_buffers has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ATI_envmap_bumpmap has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ATI_fragment_shader has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ATI_separate_stencil has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ATI_shader_texture_lod has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ATI_texture_env_combine3 has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ATI_texture_float has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ATI_texture_mirror_once has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ATI_vertex_streams has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ATIX_texture_env_combine3 has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ATIX_texture_env_route has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ATIX_vertex_shader_output_point_size has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_abgr has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_bgra has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_blend_color has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_blend_func_separate has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_blend_minmax has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_blend_subtract has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_clip_volume_hint has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_compiled_vertex_array has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_copy_texture was not found, but has the entry point glCopyTexSubImage3DEXT GL_EXT_draw_range_elements has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_fog_coord has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_framebuffer_object has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_multi_draw_arrays has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_packed_pixels has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_point_parameters has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_polygon_offset was not found, but has the entry point glPolygonOffsetEXT GL_EXT_rescale_normal has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_secondary_color has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_separate_specular_color has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_shadow_funcs has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_stencil_wrap has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_subtexture was not found, but has the entry point glTexSubImage3DEXT GL_EXT_texgen_reflection has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_texture3D has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_texture_compression_s3tc has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_texture_cube_map has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_texture_edge_clamp has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_texture_env_add has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_texture_env_combine has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_texture_env_dot3 has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_texture_filter_anisotropic has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_texture_lod_bias has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_texture_mirror_clamp has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_texture_object has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_texture_rectangle has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_vertex_array has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_vertex_shader has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_HP_occlusion_test has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_NV_blend_square has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_NV_occlusion_query has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_NV_texgen_reflection has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_S3_s3tc has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_SGI_color_matrix has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_SGIS_generate_mipmap has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_SGIS_multitexture has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_SGIS_texture_border_clamp has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_SGIS_texture_edge_clamp has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_SGIS_texture_lod has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_SUN_multi_draw_arrays has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_WIN_swap_hint has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 WGL_ARB_extensions_string has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 WGL_ARB_make_current_read has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 WGL_ARB_multisample has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 WGL_ARB_pbuffer has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 WGL_ARB_pixel_format has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 WGL_ARB_render_texture has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 WGL_ATI_pixel_format_float has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 WGL_ATI_render_texture_rectangle has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 WGL_EXT_extensions_string has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 WGL_EXT_swap_control has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2
Normaler Bildschirm, 0°
Zitat:
Renderer: ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 Vendor: ATI Technologies Inc. Memory: 128 MB Version: 2.0.7058 WinXP Release Shading language version: 1.10 Max number of light sources: 8 Max viewport size: 4096 x 4096 Max texture size: 2048 x 2048 Max anisotropy: 16 Max samples: 6 Max draw buffers: 4 Max texture coordinates: 8 Max vertex texture image units: 0
OpenGL driver version check (Current: 6.14.10.7058, Latest known: 6.14.10.7058): Latest version of display drivers found According the database, you are running the latest display drivers for your video card.
Compiled vertex array support This feature improves OpenGL performance by using video memory to cache transformed vertices.
Multitexture support This feature accelerates complex rendering such as lightmaps or environment mapping.
Secondary color support This feature provides an alternate method of coloring specular highlights on polygons.
S3TC compression support This feature improves texture mapping performance in some applications by using lossy compression.
Texture edge clamp support This feature improves texturing quality by adding clamping control to edge texel filtering.
Vertex program support This feature enables a wide variety of effects via flexible vertex programming (equivalent to DX8 Vertex Shader.)
Fragment program support This feature enables a wide variety of effects via per pixel programming (equivalent to DX9 Pixel Shader.)
Texture anisotropic filtering support This feature improves the quality of texture mapping on oblique surfaces.
Occlusion test support This feature provides hardware accelerated culling for objects.
Point sprite support This feature improves performance in some particle systems.
OpenGL Shading Language support This feature enables high level shading language for shaders.
Frame buffer object support This feature enables render to texture functionality.
Extension verification: GL_ARB_depth_texture has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_draw_buffers has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_fragment_program has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_fragment_program_shadow has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_fragment_shader has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_imaging was not found, but has the entry point glBlendEquation GL_ARB_multisample has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_multitexture has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_occlusion_query has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_pixel_buffer_object has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_point_parameters has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_point_sprite has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_shader_objects has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_shading_language_100 has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_shadow has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_shadow_ambient has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_texture_border_clamp has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_texture_compression has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_texture_cube_map has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_texture_env_add has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_texture_env_combine has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_texture_env_crossbar has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_texture_env_dot3 has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_texture_float has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_texture_mirrored_repeat has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_texture_rectangle has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_transpose_matrix has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_vertex_blend has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_vertex_buffer_object has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_vertex_program has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_vertex_shader has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ARB_window_pos has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ATI_draw_buffers has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ATI_envmap_bumpmap has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ATI_fragment_shader has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ATI_separate_stencil has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ATI_shader_texture_lod has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ATI_texture_env_combine3 has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ATI_texture_float has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ATI_texture_mirror_once has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ATI_vertex_streams has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ATIX_texture_env_combine3 has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ATIX_texture_env_route has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_ATIX_vertex_shader_output_point_size has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_abgr has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_bgra has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_blend_color has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_blend_func_separate has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_blend_minmax has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_blend_subtract has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_clip_volume_hint has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_compiled_vertex_array has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_copy_texture was not found, but has the entry point glCopyTexSubImage3DEXT GL_EXT_draw_range_elements has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_fog_coord has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_framebuffer_object has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_multi_draw_arrays has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_packed_pixels has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_point_parameters has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_polygon_offset was not found, but has the entry point glPolygonOffsetEXT GL_EXT_rescale_normal has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_secondary_color has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_separate_specular_color has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_shadow_funcs has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_stencil_wrap has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_subtexture was not found, but has the entry point glTexSubImage3DEXT GL_EXT_texgen_reflection has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_texture3D has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_texture_compression_s3tc has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_texture_cube_map has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_texture_edge_clamp has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_texture_env_add has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_texture_env_combine has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_texture_env_dot3 has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_texture_filter_anisotropic has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_texture_lod_bias has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_texture_mirror_clamp has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_texture_object has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_texture_rectangle has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_vertex_array has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_EXT_vertex_shader has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_HP_occlusion_test has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_NV_blend_square has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_NV_occlusion_query has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_NV_texgen_reflection has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_S3_s3tc has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_SGI_color_matrix has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_SGIS_generate_mipmap has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_SGIS_multitexture has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_SGIS_texture_border_clamp has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_SGIS_texture_edge_clamp has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_SGIS_texture_lod has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_SUN_multi_draw_arrays has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 GL_WIN_swap_hint has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 WGL_ARB_extensions_string has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 WGL_ARB_make_current_read has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 WGL_ARB_multisample has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 WGL_ARB_pbuffer has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 WGL_ARB_pixel_format has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 WGL_ARB_render_texture has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 WGL_ATI_pixel_format_float has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 WGL_ATI_render_texture_rectangle has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 WGL_EXT_extensions_string has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2 WGL_EXT_swap_control has been added to the extensions list of ATI Radeon X1200 Series x86/MMX/3DNow!/SSE2
In OpenGL drehen ist natürlich ne Idee, aber leider ist der Rest mit VCL dann nicht gedreht :/
Registriert: Do Dez 05, 2002 10:35 Beiträge: 4234 Wohnort: Dortmund
Also die beiden Berichte sind ziemlich identisch. Hätte jetzt erwartet, dass in einem irgendwo als Vendor Microsoft steht. Also, dass du dann die OpenGL Implementation von Windows verwendest. Das Programm hattest du ja nach dem Drehen auch neugestartet, oder?
Hatte gerade mal bei mir mit einer HD 3850 ausprobiert und dort änderte sich nichts. Also egal wie es gedreht wurde die Geschwindigkeit war immer gleich. Auch wenn das nicht witzig ist, wenn sich der Monitor nicht dreht. Koordinationsfähigkeit lässt grüßen.
So gesehen habe ich dann keine Ahnung was das sein könnte. Ich kann nur hoffen, dass ATI nicht wieder so etwas macht wie es bei NPOT Texturen. Die werden zwar auf älteren Systemen "unterstützt" allerdings verfällt dann der Treiber dann still und heimlich in den Softwaremodus. Richtig übel so was.
Mitglieder in diesem Forum: 0 Mitglieder und 7 Gäste
Du darfst keine neuen Themen in diesem Forum erstellen. Du darfst keine Antworten zu Themen in diesem Forum erstellen. Du darfst deine Beiträge in diesem Forum nicht ändern. Du darfst deine Beiträge in diesem Forum nicht löschen. Du darfst keine Dateianhänge in diesem Forum erstellen.