Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 7 of 7

Thread: Intel GMA 4500MHD

  1. #1
    Junior Member Regular Contributor
    Join Date
    Jul 2005
    Location
    Pennsylvannia
    Posts
    103

    Intel GMA 4500MHD

    I'm using a Dell Inspiron laptop with an integrated graphics accelerator, and I'm having performance issues with fairly simple OpenGL applications. (See my post here http://www.opengl.org/discussion_boa...414#Post268414 for more details on that.)

    My GMA 4500MHD chipset boasts DirectX 10 support and OpenGL 2.0 capable. I'm wondering if maybe this graphics card is designed to work with Direct3d more than OpenGL, or if its just a bad graphics accelerator in general.
    Striving for proficiency...

  2. #2
    Member Regular Contributor
    Join Date
    Oct 2006
    Posts
    349

    Re: Intel GMA 4500MHD

    Welcome to the world of Intel graphics!

    Don't expect high performance out of your 4500 on any API. Intel's drivers tend to work better with Direct3D rather than OpenGL on Windows. Their (open-source) Linux drivers also tend to be better at 3d than their Windows counterparts (more extensions etc).

    One question: have you installed the latest drivers from Intel's site? If not, you are getting Microsoft's OpenGL emulation driver that renders either in software or via Direct3D emulation - and you really don't want that.

  3. #3
    Intern Newbie
    Join Date
    Sep 2004
    Posts
    43

    Re: Intel GMA 4500MHD

    Never get an Intel graphics card if you plan to do OpenGL development.

    They drivers suck and I don't expect the situation to ever improve.

    Even the developer tools they are providing to developers are DirectX only.

  4. #4
    Junior Member Regular Contributor
    Join Date
    Jul 2005
    Location
    Pennsylvannia
    Posts
    103

    Re: Intel GMA 4500MHD

    yeah.. too bad I wasn't planning to do openGL programming when I bought my laptop! >.<

    So basically its best suited for DirectX eh..
    Striving for proficiency...

  5. #5
    Super Moderator OpenGL Lord
    Join Date
    Dec 2003
    Location
    Grenoble - France
    Posts
    5,655

    Re: Intel GMA 4500MHD

    It will not work faster with Direct3D.

  6. #6
    Junior Member Regular Contributor
    Join Date
    Jul 2005
    Location
    Pennsylvannia
    Posts
    103

    Re: Intel GMA 4500MHD

    Whyz that, Zbuffer?
    Striving for proficiency...

  7. #7
    Member Regular Contributor
    Join Date
    Oct 2006
    Posts
    349

    Re: Intel GMA 4500MHD

    Because the underlying hardware has the capabilities of a Geforce 2 or so (and worse drivers to boot).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •