VS Output Messages from OpenGL -- Help me understand them

I downloaded a basic tutorial from Nehe, #1, in SDL. All it does is open a blank window with SDL and initializes OpenGL. VS2005 outputs these debug messages at the start of each run:

Set chip to SiS760
CMD_GET_VM_BASE 32.
WNDOBJ_SETUP escape not supported
CMD_GET_VM_BASE 32.
CMD_GET_ENG_IO 32Cmd Queue len = 1M
Use Buffer Mode
Use Buffer Mode
Set chip to SiS760
CMD_GET_VM_BASE 32.
WNDOBJ_SETUP escape not supported
CMD_GET_VM_BASE 32.
Cmd Queue len = 1M
Use Buffer Mode
Use Buffer Mode

What I understand:
Set Chip to SiS760 = My card is SiSM760GX

Can anyone explain these?
User Buffer Mode = which buffer mode, context to what?
The rest mean nothing to me.

Any advice?

Thanks,
Halsafar

It seems to be debug output from the SiS driver.

Sound like that they are shipping ‘debug’ version of OpenGL drivers for customers.

Just ignore them or ask the SiS Developer Relations (if such one exist).

If one exists would you care to aid me in finding it.

I have been ALL over the SiS webpage several times. It seems they do everything in their power to prevent anyone from being able to contact them, and get drivers for SiSM760GX.

Its very frusterating.

Try this page

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.