Problem retrieving mode on 15" PowerBook.

Started by untz, July 01, 2007, 07:06:56

Previous topic - Next topic

untz

Hello there,

I am using the following:

1. OS X Tiger running on a 15" G4 PowerBook (running PowerPC) at 1280 x 854.

2. Java Version: java version "1.5.0_07"

3. LWJGL 1.1

4. Eclipse 3.2.2

I followed the instructions and created a sample project and included all the jar files from jar directory.

In addition, I made a run configuration (within Eclipse) pointing to the appropriate native/macosx libraries.

When I ran the WindowCreationTest, a little window appeared which kept flashing!  ;D

However, in Eclipse's Console view it had the follow problems:

he following keys are available:
ESCAPE:      Exit test
ARROW Keys:   Move window when in non-fullscreen mode
L:      List selectable display modes
0-8:      Selection of display modes
F:      Toggle fullscreen
SHIFT-F:   Toggle fullscreen with Display.destroy()/create() cycle
Found 14 display modes
Problem retrieving mode with 640x480x24@-1
Problem retrieving mode with 800x600x24@-1
Problem retrieving mode with 1024x768x24@-1
  • : 640 x 480 x 16 @0Hz
    [1]: null
    [2]: 640 x 480 x 32 @0Hz
    [3]: 800 x 600 x 16 @0Hz
    [4]: null
    [5]: 800 x 600 x 32 @0Hz
    [6]: 1024 x 768 x 16 @0Hz
    [7]: null
    [8]: 1024 x 768 x 32 @0Hz
    [9]: null
  • : 640 x 480 x 16 @0Hz
    [1]: null
    [2]: 640 x 480 x 32 @0Hz
    [3]: 800 x 600 x 16 @0Hz
    [4]: null
    [5]: 800 x 600 x 32 @0Hz
    [6]: 1024 x 768 x 16 @0Hz

    What does this mean?

    This library rocks!

    Happy programming,

    Unnsse

Matzon

thats just some random debug output. If you got a window that changes from black to white and back, then you should be all good to go.