caveexpress icon indicating copy to clipboard operation
caveexpress copied to clipboard

The windowed display does not work

Open goupildb opened this issue 6 years ago • 3 comments

On my Debian Sid distro, the windowed display does not work. When i click on the FullScreen Off button (Graphics menu), it display on my console INFO: (LOG_COMMON): activewindow => settings INFO: (LOG_COMMON): fullscreen => changed value to: false INFO: (LOG_COMMON): fullscreen => changed value to: false INFO: (LOG_UI): pop window settings INFO: (LOG_COMMON): popwindow => settings But the game remain in fullscreen, even if i restart the game

goupildb avatar Apr 19 '18 18:04 goupildb

~/dev/caveexpress$ ./cavepacker -set width 640 -set height 480 -set fullscreen false

Windowed might still use the full desktop resolution, could you please verify whether this works for you?

mgerhardy avatar Apr 19 '18 19:04 mgerhardy

./cavepacker -set width 640 -set height 480 -set fullscreen false or $ ./caveexpress -set width 1280 -set height 1024 -set fullscreen false (Below this resolution it's not pleasant to play with caveexpress) Works well Is it possible to activate those commands from the interface?

goupildb avatar Apr 20 '18 17:04 goupildb

those are cvars - they are all available via the in-game-console. But it looks changing them at runtime is was this bug is about ;)

mgerhardy avatar Apr 21 '18 11:04 mgerhardy