Community
Inventor Forum
Welcome to Autodesk’s Inventor Forums. Share your knowledge, ask questions, and explore popular Inventor topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

What are swap types and workarounds

3 REPLIES 3
Reply
Message 1 of 4
Anonymous
124 Views, 3 Replies

What are swap types and workarounds

Whenever you do a graphics card diagnostic you get swap types and workaround
recommendations. I have also heard talk of those in the newsgroups. What
do they mean and how does one implement 'swap type 4' or a "workaround 0'?

Nick
3 REPLIES 3
Message 2 of 4
Anonymous
in reply to: Anonymous

These are OpenGL settings telling Inventor which particular functions to use or not to use. Swaptype is the method by which the
display list is moved from the back buffer to the display buffer on your graphics card. Swaptype 4 is telling the card to use KTX
Buffer Flip extension which is slightly slower but more reliable than Swaptype 2 (simulate copy-swap using glCopyPixels extension).

Workarounds is just a cumulative collection various OpenGL extensions that can be disabled. 0x80000 is clear stencil buffer each
frame and 4000 is don't use bound textures.

The default settings can be changed only by editing the registry under
HKLM\Software\Autodesk\Inventor\RegistryVersionX\system\graphics\hardware library 2.0

The registry is a dangerous place, it is worthwhile exporting your registry to a file for safe keeping before doing any
modifications to the settings.

John Bilton
Message 3 of 4
Anonymous
in reply to: Anonymous

The safest thing to do is to apply the latest registry update from our
website (http://www.autodesk.com/us/inventor/graphic_cards/otherinfo.htm)

I don't know what card you have but the chances are that it will have a more
up to date optimisation settings than came with the shipping product

--
Best Regards
Richard Rankin
Autodesk Manufacturing Solutions (Support)
Message 4 of 4
Anonymous
in reply to: Anonymous

Thank you both for the information.


"Richard Rankin (Support)" wrote in
message news:68A1676D59644E11269707E8E98F8851@in.WebX.maYIadrTaRb...
> The safest thing to do is to apply the latest registry update from our
> website (http://www.autodesk.com/us/inventor/graphic_cards/otherinfo.htm)
>
> I don't know what card you have but the chances are that it will have a
more
> up to date optimisation settings than came with the shipping product
>
> --
> Best Regards
> Richard Rankin
> Autodesk Manufacturing Solutions (Support)
>
>

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report