LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: untz on July 01, 2007, 07:06:56

Title: Problem retrieving mode on 15" PowerBook.
Post by: untz on July 01, 2007, 07:06:56
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
Title: Re: Problem retrieving mode on 15" PowerBook.
Post by: Matzon on July 01, 2007, 08:59:47
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.