bug resolution

Hello,
i have a laptop (asus) and i cant play in full screen.
What is the resolution to play full screen on a laptop with 1366 x 768?
I tryed to put that :
seta r_mode "-1"
seta r_customheight "1366"
seta r_customwidth "768"
seta r_fullscreen "1"

But i had : GLW_StartOpenGL() - could not load OpenGL subsystem
Help me :) ty
Ps: Sorry for the engrish :s
Comments
13
seta r_customheight "1366"
seta r_customwidth "768"

are you sure? o_O

maybe try

seta r_customheight "768"
seta r_customwidth "1366"

instead
seta r_customheight "768"
seta r_customwidth "1366"

you had them the wrong way
1377 looks better.
Parent
yes sorry but same pb.
try another resolution(like 1280x720 or smth.)maybe et doesn't support 1366x768 ... :?
Parent
ofc it supports,its supports all resolutions.
Parent
mhhhh,i read somewhere that some resolutions were not supportet by games ... and this why he should simply try the other solution.if this works-1336x768 is the problem,otherwise there is some config issue :S
Parent
fullscreen 0
QuoteGLW_StartOpenGL() - could not load OpenGL subsystem
its not res problem
ty
oh sorry, what is the problem?
I can play with r_mode 6, but not in full screen.
seta r_mode "-1"
seta r_customheight "1366"
seta r_customwidth "768"
seta r_fullscreen "0"

if you are ingame, do /r_fullscreen 1 in console and /vid_Restart (you also can do Alt+ Enter, same effect)
/r_customrespect 1 too
always GLW_StartOpenGL() - could not load OpenGL subsystem
Back to top