project-navigation
Personal tools

Author Topic: Full Screen not working on Ubuntu  (Read 2915 times)

Bob-Morane

  • Guest
Full Screen not working on Ubuntu
« on: July 21, 2007, 11:15:48 am »
Hello, i have just discovered this game and it looks great. However i have a bug which prevent me from running in full screen on Ubuntu Linux 7.04. I can change resolution, but whether i choose Full screen "yes" or "no" the game stays in a window. I can't however alt-tab to another running application :?

I installed 2.1 via the Ubuntu .deb package there: http://www.getdeb.net/release.php?id=635

Is this a known bug, i tried to search the forum but the search function gives strange results when you search for several words? Is there something i can do to run in full screen?

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Full Screen not working on Ubuntu
« Reply #1 on: July 21, 2007, 11:25:00 am »
you should try to set the cvar (open the gameconsole => shift + esc or ^-key) vid_fullscreen to 1

you can also try to switch the renderer
type vid_ref to game console to get the current one

you can chose between sdl and glx

so:
vid_fullscreen 1
vid_ref glx
vid_ref sdl

are the things you can try

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Full Screen not working on Ubuntu
« Reply #2 on: July 21, 2007, 11:26:55 am »
ah - another sidenote - i'm using ubuntu, too - several versions here for testing, nvidia and ati - everything works fine. maybe the debpackages were compiled without vidmode support. in this case it might be a good idea to compile the source yourself. See the wiki for more information

Bob-Morane

  • Guest
Full Screen not working on Ubuntu
« Reply #3 on: July 21, 2007, 03:47:37 pm »
OK, switching to sdl worked.
Is there a risk it will hinder the performances? I try to avoid the brain-damaging experience of compiling software when it's not necessary :lol:

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Full Screen not working on Ubuntu
« Reply #4 on: July 21, 2007, 04:10:22 pm »
if it works with sdl - use sdl

should be no problem