OpenGL question

foldh's icon

My laptop has a SIS Mirage 3 inbuilt chip. Far from the best I know! According to the specs I have read it supposedly supports OpenGL version 1.5, which is the minimum spec in the requirements for Max 6. However if I try to open a patch with OGL objects in it I get a series of error messages.

Looking at the OGL Ststus in MAX it looks like it is not recognising the chipset as having OGL features at all...

{
    "Renderer" : "invalid",
    "Vendor Name" : "invalid",
    "Version" : "invalid",
    "GLSL Version" : "invalid",
    "OpenGL Limits" :     {
        "Framebuffers" :         {
            "MAX_COLOR_ATTACHMENTS_EXT" : [ 0 ],
            "MAX_RENDERBUFFER_SIZE_EXT" : [ 0 ],
            "MAX_VIEWPORT_DIMS" : [ 0, 0 ],
            "MAX_DRAW_BUFFERS_ARB" : [ 0 ],
            "SUBPIXEL_BITS" : [ 0 ]
        }
,
        "Points and Lines" :         {
            "ALIASED_LINE_WIDTH_RANGE" : [ 0, 0 ],
            "ALIASED_POINT_SIZE_RANGE" : [ 0, 0 ],
            "SMOOTH_LINE_WIDTH_GRANULARITY" : [ 0.0 ],
            "SMOOTH_LINE_WIDTH_RANGE" : [ 0, 0 ],
            "SMOOTH_POINT_SIZE_GRANULARITY" : [ 0.0 ],
            "SMOOTH_POINT_SIZE_RANGE" : [ 0, 0 ]
        }
,
        "Stacks" :         {
            "MAX_ATTRIB_STACK_DEPTH" : [ 0 ],
            "MAX_CLIENT_ATTRIB_STACK_DEPTH" : [ 0 ],
            "MAX_COLOR_MATRIX_STACK_DEPTH" : [ 0 ],
            "MAX_MODELVIEW_STACK_DEPTH" : [ 0 ],
            "MAX_NAME_STACK_DEPTH" : [ 0 ],
            "MAX_PROGRAM_MATRIX_STACK_DEPTH_ARB" : [ 0 ],
            "MAX_PROJECTION_STACK_DEPTH" : [ 0 ],
            "MAX_TEXTURE_STACK_DEPTH" : [ 0 ]
        }
,
        "Textures" :         {
            "MAX_3D_TEXTURE_SIZE" : [ 0 ],
            "MAX_CUBE_MAP_TEXTURE_SIZE" : [ 0 ],
            "MAX_RECTANGLE_TEXTURE_SIZE_EXT" : [ 0 ],
            "MAX_TEXTURE_SIZE" : [ 0 ],
            "MAX_TEXTURE_LOD_BIAS" : [ 0 ],
            "MAX_TEXTURE_MAX_ANISOTROPY_EXT" : [ 0 ],
            "MAX_TEXTURE_UNITS" : [ 0 ]
        }
,
        "Shaders" :         {
            "MAX_COMBINED_TEXTURE_IMAGE_UNITS_ARB" : [ 0 ],
            "MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB" : [ 0 ],
            "MAX_TEXTURE_COORDS_ARB" : [ 0 ],
            "MAX_TEXTURE_IMAGE_UNITS_ARB" : [ 0 ],
            "MAX_VERTEX_ATTRIBS_ARB" : [ 0 ],
            "MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB" : [ 0 ],
            "MAX_VERTEX_UNIFORM_COMPONENTS_ARB" : [ 0 ]
        }

    }

}

Anyone know if/how I can fix this?

Cheers

Paul

vichug's icon

you'd have better luck with c74 support directly or that chip merchant support probably

diablodale's icon

I would ensure you have current video drivers and current bios. Try and get these from your laptop manufacturer. If not available there, you can try the SIS site at http://w3.sis.com/download/agreement.php?url=/download/

Sometimes, the drivers you get from Windows Update will not have full OpenGL capabilities. The WU drivers are generic and do not necessarily support all features.

Once you have current drivers, try the OpenGL extension viewer as a test. It is available at http://www.realtech-vr.com/glview/