opengl troubles

hey

i need your help

got following error mesaage after change to r_mode <10

compressed textures: enabled
anisotropy: 1.0
NV distance fog: disabled
Initializing Shaders
----- finished R_Init -----
]/r_mode 25
r_mode will be changed upon restarting.
]/vid_restart
RE_Shutdown( 1 )
Shutting down OpenGL subsystem
...wglMakeCurrent( NULL, NULL ): success
...deleting GL context: success
...releasing DC: success
...destroying window
...resetting display
...shutting down QGL
...unloading OpenGL DLL
Hunk_Clear: reset the hunk ok
----- Initializing Renderer ----
-------------------------------
----- R_Init -----
Initializing OpenGL subsystem
...initializing QGL
...calling LoadLibrary( 'C:\Windows\system32\opengl32.dll' ): succeeded
...setting mode 25: invalid mode
...WARNING: could not set the given mode (25)
...setting mode 25: invalid mode
...WARNING: could not set the given mode (3)
...shutting down QGL
...unloading OpenGL DLL
...assuming '3dfxvgl' is a standalone driver
...initializing QGL
...WARNING: missing Glide installation, assuming no 3Dfx available
...shutting down QGL
----- CL_Shutdown -----
RE_Shutdown( 1 )
-----------------------
GLW_StartOpenGL() - could not load OpenGL subsystem

what's wrong? :(

thanks :')
Comments
17
i think your computer could not load OpenGL subsystem
why? ^^
btw r_mode 8 works as example
Parent
sure that your system supports that resolution?
think so :o
Parent
so you arent sure

try setting your desktop resolution to 1920x1440
Parent
CHANGE R_MODE?????
It's a long shot, but here goes.

Quote...setting mode 25: invalid mode

Try using r_mode -1 / r_customheight / r_customwidth instead.
works :)

but right and left are "margins" (corrcet?^^)
Parent
]/r_customheight
"r_customheight" is:"1024" default:"1024"
]/r_customheight -1
r_customheight will be changed upon restarting.
]/r_customwidth -1
r_customwidth will be changed upon restarting.
]/vid_restart
RE_Shutdown( 1 )
Shutting down OpenGL subsystem
...wglMakeCurrent( NULL, NULL ): success
...deleting GL context: success
...releasing DC: success
...destroying window
...resetting display
...shutting down QGL
...unloading OpenGL DLL
Hunk_Clear: reset the hunk ok
----- Initializing Renderer ----
-------------------------------
----- R_Init -----
Initializing OpenGL subsystem
...initializing QGL
...calling LoadLibrary( 'C:\Windows\system32\opengl32.dll' ): succeeded
...setting mode -1: -1 -1 FS
...using desktop display depth of 32
...calling CDS: failed, bad mode
...trying next higher resolution: failed, bad mode
...restoring display settings
...created window@218,19 (5x27)
Initializing OpenGL driver
...getting DC: succeeded
...GLW_ChoosePFD( 32, 24, 0 )
...125 PFDs found
...hardware acceleration found
...PIXELFORMAT 7 selected
...creating GL context: succeeded
...making context current: succeeded
...WARNING: fullscreen unavailable in this mode
...setting mode -1: -1 -1 FS
...using colorsbits of 16
...calling CDS: failed, bad mode
...trying next higher resolution: failed, bad mode
...restoring display settings
...window already present, CreateWindowEx skipped
Initializing OpenGL driver
...WARNING: fullscreen unavailable in this mode
...shutting down QGL
...unloading OpenGL DLL
...assuming '3dfxvgl' is a standalone driver
...initializing QGL
...WARNING: missing Glide installation, assuming no 3Dfx available
...shutting down QGL
----- CL_Shutdown -----
RE_Shutdown( 1 )
-----------------------
GLW_StartOpenGL() - could not load OpenGL subsystem


:-//////
Parent
Quote]/r_customheight -1
r_customheight will be changed upon restarting.
]/r_customwidth -1
r_customwidth will be changed upon restarting.

I give up.
Parent
height and width are like 640*480
Parent
Quote]/r_mode 25
r_mode will be changed upon restarting.


image: 20100301-scanners-headexplode
use a resolution your system supports -_-----____-----------------
Back to top