so, I have a new video card (the one that came with this PC was crap)
however, all slick programs are bugging out with this:
Quote:
Mon May 21 11:44:01 GMT 2007 INFO:Slick Build #149
Mon May 21 11:44:01 GMT 2007 INFO:LWJGL Version: 1.1
Mon May 21 11:44:01 GMT 2007 INFO:OriginalDisplayMode: 1280 x 720 x 32 @60Hz
Mon May 21 11:44:01 GMT 2007 INFO:TargetDisplayMode: 640 x 480 x 0 @0Hz
Mon May 21 11:44:01 GMT 2007 ERROR:Could not find a valid pixel format
org.lwjgl.LWJGLException: Could not find a valid pixel format
at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
at org.lwjgl.opengl.WindowsDisplayPeerInfo.initDC(WindowsDisplayPeerInfo.java:54)
at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:149)
at org.lwjgl.opengl.Display.createWindow(Display.java:260)
at org.lwjgl.opengl.Display.create(Display.java:743)
at org.lwjgl.opengl.Display.create(Display.java:695)
at org.lwjgl.opengl.Display.create(Display.java:677)
at org.newdawn.slick.AppGameContainer$2.run(AppGameContainer.java:249)
at java.security.AccessController.doPrivileged(Native Method)
at org.newdawn.slick.AppGameContainer.start(AppGameContainer.java:246)
at puzzle.Puzzle.main(Puzzle.java:893)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.sun.javaws.Launcher.executeApplication(Unknown Source)
at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
at com.sun.javaws.Launcher.continueLaunch(Unknown Source)
at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
at com.sun.javaws.Launcher.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
org.newdawn.slick.SlickException: Failed to initialise the LWJGL display
at org.newdawn.slick.AppGameContainer.start(AppGameContainer.java:258)
at puzzle.Puzzle.main(Puzzle.java:893)
[...]
videocard is nothing fancy, just an ATI radeon "vistiontek x1550" - at least, I haven't heard of it until yesterday
any ideas?