Not logged inGosu Forums
Forum back to libgosu.org Help Search Register Login
Up Topic Gosu / Gosu Exchange / Help with fullscreen?
- - By zenkalia Date 2013-01-18 06:32
So I've been trying to get full screen working and haven't been having a good time...

On linux I'm getting:
ruby: symbol lookup error: /var/lib/gems/1.8/gems/gosu-0.7.45/lib/gosu.so: undefined symbol: XineramaQueryScreens

On OSX I'm getting some other error (but apparently SDL is just messed up in Lion and onwards?).

Is there a fullscreen hello world somewhere that I can run?

(Also, could this be related to using ruby 1.8 rather than 1.9?  I haven't installed rvm yet on this computer.)

Thanks!
Parent - - By jlnr (dev) Date 2013-01-18 09:54
OS X: Gosu does not use the SDL. I have seen that the SDL has already patched this issue though, and I am half finished on Gosu.

Linux: This is an issue in the last version of the Ruby gem. You can clone the git repository and run this script to generate a new Ruby gem:

export GOSU_RELEASE_VERSION=0.7.46
rake linux:gem
Parent - By zenkalia Date 2013-01-19 04:49
in that case, would it help to see the error i'm getting?

~/whatever/rubystein (master) > ./wolf3d.rb
2013-01-18 20:48:08.953 ruby[40610:e07] invalid fullscreen drawable

i'll get to running this on my linux box in a bit, thanks for the quick reply.
Up Topic Gosu / Gosu Exchange / Help with fullscreen?

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill