I'm not quite sure if I should post this here or in the bugs forum, but I suppose this is the rigth place, because this isn't necessarily a bug.
On my Linux x64 System I have problems with fullscreen. They first started with Minecraft, so I went investigating and tried the SpaceInvanders game, which worked fine.
But then I tested the WindowCreationTest, and it failed simillary at fullscreen(both with the normal and the shift-F way).
What happens is that the graphics get all random(see the video) and it's impossible to get gnome to respond. The only way I have found to fix this is to go into another tty and restart gdm.
normally that wouldn't work either because the primary monitor is just gone black. but because I have two, I could rescue the system with the other one. The other monitor is disabled by LWJGL when it goes to fullscreen, btw.
I used jstack to get a stack dump from the WindowCreationTest process and this is the result:
Fullscreen launched with shift-F :
befor I try to kill the process:
http://sprunge.us/PbDRafter I have tried to kill it:
http://sprunge.us/LjZVFullscreen launched normally, with F:
before I try to kill the process:
http://sprunge.us/LQMBafter I have tried to kill it:
http://sprunge.us/DSiiAs said my system is Linux x64. It's running Archlinux with Gnome as the Window manager.
My video card is an AMD Radeon HD 6700 and the driver is the propitary Catalyst driver(13.101).
The video:
http://www.youtube.com/watch?v=JDWSosOv3JoI hope someone knows why this is happening and a possible way to fix it.