![]() |
|
Trouble with Grabber in full-screen mode |
Alan
Member #595
August 2000
|
Okay, this one has got me stumped: Running the grabber if full-screen mode (on NT4-SP6) exhibits a peculiar fault in-as-much as NO fonts are visible. The screen appears to be rendering correctly: boxes, lines, even underlines under menu hotkeys, but no fonts! If I run it in a windowed mode, everything works correctly. Anyone got any ideas? -- |
lwithers
Member #630
September 2000
|
Try updating your video drivers. The text output routines are mainly just blits. Also, try running the demo or setup programs, and see if the text displays in those; they use color fonts, which are drawn slightly different to monochrome fonts (which the grabber uses). Finally, please report which version of Allegro and which version of your compiler you are using. Thanks. |
Matthew Leverton
Supreme Loser
January 1999
![]() |
I've run across the same problem myself with Windows XP. Windowed mode gives me problems too, although as I roll my mouse over the menu it works. However, as of Allegro 4.0.2 (or perhaps 4.0.1) it seemed to be corrected. Which version are you using? |
Alan
Member #595
August 2000
|
Allegro -- 4.0.2 -- |
lwithers
Member #630
September 2000
|
Do color fonts get displayed? (Try either the setup program or the demo game). I think this is a problem with the video drivers as opposed to anything else - can you notice any other strange behaviour in the test program (tests/test.exe)? |
Alan
Member #595
August 2000
|
setup/setup.exe - [Passed] AutoDetect/Windowed mode is ok, but -- |
lwithers
Member #630
September 2000
|
OK, this is either a bug in the Windows implementation of Allegro, or your graphics driver. I have emailed the Conductors list to see if anybody there recognises the problem; if not, the chances are your graphics drivers are at fault. While waiting for a response, can you try getting some updated drivers from ATI? (Alternatively, if you have the latest drivers, try some older ones to see if they have a problem). ATI also have some information about known problems with each release of their drivers; check to see if this problem is mentioned. |
|