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 2 of 2

Thread: possible ATI driver bug?

  1. #1
    Junior Member Newbie
    Join Date
    Mar 2004
    Posts
    1

    possible ATI driver bug?

    I installed the latest catalyst drivers ( 6.14.10.6430 )recently, and have been having some weird problems with opengl. I tried the previous drivers, but the problem is the same. I'm not sure what the last working version was, as I deleted it....

    heres the problem:

    opengl hardware acceleration only seems to be enabled in fullscreen mode. A lot of apps that init gl in windowed mode throw errors:

    Call of Duty single player exe (quake3 engine) complains about a lack of suitable pixel formats and stops dead on startup (while in the windowed console mode). Multiplayer works fine though, I think because it goes to fullscreen mode straight away.

    nehe's gl vendor / extension string checker ( http://nehe.gamedev.net/data/lessons/vc/lesson24.zip ) reports properly (ATI, 1.4.41.45 win2000) in fullscreen mode, but in windowed reports using the microsoft gdi generic gl driver

    Strangely a few (but not many) windowed mode apps do work; a VBO demo from delphi3d works fine (which must be hardware excellerated to get VBO). So I'm left quite confused by this bug.

    I've reported this bug on ATI's site, but thought I'd put it up here too, in case anyone else has had anything similar.

  2. #2
    Senior Member OpenGL Guru
    Join Date
    Mar 2001
    Posts
    2,704

    Re: possible ATI driver bug?

    Our app is windowed, and works with CATALYSTS up to 4.4, so something else needs to also be going on.
    "If you can't afford to do something right,
    you'd better make sure you can afford to do it wrong!"

Posting Permissions

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