Author Topic: FullScreen not working, easy fix I assume  (Read 1304 times)

So when I switch to full screen...
Lets see if someone can help me before badspot has to save the day.
Anyway thanks!

Code: [Select]
Cleaning up the display device...
Killing the texture manager...
Making sure the rendering context is not current...
Deleting the rendering context...
Destroying the window...
>> Attempting to change display settings to fullscreen 1344x840x32...
Could not find valid pixel format
Failed to set up AGLFullscreen support.
DSp Error: Invalid attributes
DSpContext_Reserve() had an error.
Failed to establish DrawSprocket monitor control.

Please exsuce my dubble post, but that last part (the "Failed to establish DrawSprocket monitor control.") was suppost to be in the Code quote, sorry about that.


reinstall
All I would have to do is replace my config, but it would take hours to reset all my config settings. So I'd prefer not to.

Change the refresh rate to something.

I hear about this one a lot. Apparently Blockland sometimes crashes when someone tries to use fullscreen. I think it may be that Blockland does not recognize the monitor resolution.

I hear about this one a lot. Apparently Blockland sometimes crashes when someone tries to use fullscreen. I think it may be that Blockland does not recognize the monitor resolution.
Weird thing is, blockland stays open when I switch to fullscreen, but I cant see it at all, all I see is my Desktop, but when I move my mouse around and move it over were a button would be it makes the little button tones but when I click I just click on my desktop.

Change the refresh rate to something.
The only options for refresh rate "ingame" are 0 and Default. So then I looks at my prefs.
Code: [Select]
$pref::Video::allowD3D = 0;
$pref::Video::allowOpenGL = 1;
$pref::Video::appliedPref = "1";
$pref::Video::disableVerticalSync = "1";
$pref::Video::displayDevice = "OpenGL";
$pref::Video::fullScreen = "1";
$pref::Video::monitorNum = 0;
$pref::Video::only16 = "0";
$pref::Video::preferOpenGL = "1";
$pref::Video::resolution = "1344 840 32 60";
Turns out theres no pref for Refresh Rate.

The pref for refresh rate is in resolution, 60 being the standard 60Hz, you should have no problem with this.
Additionally, Accelerated GL Fullscreen is not supported and this is your reason for not being able to go fullscreen.

Try temporarily renaming your "config" folder to something else.

Change the resolution when going fullscreen, change it to 800x600 or 1024x768

Weird thing is, blockland stays open when I switch to fullscreen, but I cant see it at all, all I see is my Desktop, but when I move my mouse around and move it over were a button would be it makes the little button tones but when I click I just click on my desktop.

Ah, ok then, still sounds like something is off with the monitor but the guys above would seem to know more than me.

Change the resolution when going fullscreen, change it to 800x600 or 1024x768

Thanks Worked.