Re: [AD] get_gfx_mode_list() returns incorrect list of modes under DirectX 9.0c under Windows 2000 |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Tuesday 01 March 2005 14:13, Andrei Ellman wrote:
> I have found a bug in the Windows version of get_gfx_mode_list() in
> Allegro when running under DirectX 9.0c on Windows 2000. I am using a
> Matrox Marvel G400TV Graphics card.
>
> Under Windows 2000, get_gfx_mode_list() only reports modes that go up to
> 1280x1024 (32bpp), even though it is possible for me to set a 1600x1200
> (32bpp) mode (and some other modes not on the list) with set_gfx_mode().
> However, when I run the same test-program under Windows 98 (which only
> has DirectX 8.1), get_gfx_mode_list() lists several modes up to 1920 x
> 1440 (32bpp).
Do you have any idea what causes this? It sounds like a DirectX/driver
issue to me...
Evert