Fivetonsofflax / opentyrian

Automatically exported from code.google.com/p/opentyrian
GNU General Public License v2.0
0 stars 0 forks source link

Can't toggle fullscreen #136

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output? What do you see instead?
I wish to toggle fullscreen on, yet the means to do so doesn't seem to be 
available (see attachment).

What version of the product are you using? On what operating system?
2.1.20130907 source, and my OS is Win7 ultimate 32bit

Please provide any additional information below.
I'm trying to run it on a notebook, my native resolution is 1366x768

Is there any way of forcing the game into fullscreen? maybe a config file? 
Alt+enter doesn't work.

Original issue reported on code.google.com by metalgea...@gmail.com on 13 Mar 2014 at 5:19

Attachments:

GoogleCodeExporter commented 9 years ago
Unfortunately, the full-screen toggle being disabled means that SDL is 
reporting that your system doesn't support any of the resolutions that 
OpenTyrian supports.

This is usually the result of poor (lazy) graphics drivers -- for example, my 
laptop doesn't natively support any of the resolutions that OpenTyrian can run, 
but the drivers claim support for those resolution and do letterboxing and 
scaling to make it work.

When we switch to SDL 2.x, I believe we will be able to support arbitrary 
full-screen resolutions.

Original comment by mindless...@gmail.com on 14 Mar 2014 at 1:45