Author Topic: Open GL problems via windows.  (Read 2634 times)

Mwa

  • Posts: 117
  • Turrets: +0/-0
    • http://www.mwaness.com
Open GL problems via windows.
« on: August 29, 2006, 10:53:03 am »
Code: [Select]
tremulous 1.1.0 win_mingw-x86 Jun 27 2006
----- FS_Startup -----
Current search path:
C:\Program Files\Tremulous\base\vms-1.1.0.pk3 (4 files)
C:\Program Files\Tremulous\base\map-uncreation-1.1.0.pk3 (110 files)
C:\Program Files\Tremulous\base\map-tremor-1.1.0.pk3 (45 files)
C:\Program Files\Tremulous\base\map-transit-1.1.0.pk3 (135 files)
C:\Program Files\Tremulous\base\map-niveus-1.1.0.pk3 (134 files)
C:\Program Files\Tremulous\base\map-nexus6-1.1.0.pk3 (151 files)
C:\Program Files\Tremulous\base\map-karith-1.1.0.pk3 (118 files)
C:\Program Files\Tremulous\base\map-atcs-1.1.0.pk3 (87 files)
C:\Program Files\Tremulous\base\map-arachnid2-1.1.0.pk3 (67 files)
C:\Program Files\Tremulous\base\data-1.1.0.pk3 (1229 files)
C:\Program Files\Tremulous/base

----------------------
2080 files in pk3 files
execing default.cfg
couldn't exec autogen.cfg
couldn't exec autoexec.cfg
Hunk_Clear: reset the hunk ok
...detecting CPU, found generic

------- Input Initialization -------
No window for DirectInput mouse init, delaying
Joystick is not active.
------------------------------------
----- Client Initialization -----
----- Initializing Renderer ----
-------------------------------
QKEY found.
----- Client Initialization Complete -----
----- R_Init -----
Initializing OpenGL subsystem
...initializing QGL
...calling LoadLibrary( 'C:\WINDOWS\system32\opengl32.dll' ): succeeded
...setting mode 3: 640 480 FS
...using desktop display depth of 32
...calling CDS: ok
...registered window class
Alt-Tab support enabled (win_allowAltTab = 1)
...created window@0,0 (640x480)
Initializing OpenGL driver
...getting DC: succeeded
...GLW_ChoosePFD( 32, 24, 8 )
...35 PFDs found
...GLW_ChoosePFD failed
...GLW_ChoosePFD( 32, 24, 0 )
...35 PFDs found
...GLW_ChoosePFD failed
...failed to find an appropriate PIXELFORMAT
...restoring display settings
...WARNING: could not set the given mode (3)
...setting mode 3: 640 480 FS
...using colorsbits of 16
...calling CDS: ok
Alt-Tab support enabled (win_allowAltTab = 1)
...created window@0,0 (640x480)
Initializing OpenGL driver
...getting DC: succeeded
...GLW_ChoosePFD( 16, 16, 0 )
...35 PFDs found
...GLW_ChoosePFD failed
...GLW_ChoosePFD( 16, 16, 0 )
...35 PFDs found
...GLW_ChoosePFD failed
...failed to find an appropriate PIXELFORMAT
...restoring display settings
...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

I'm sure you see this error a lot. :/
Now, I'm using Windows XP Pro SP2.
It's a brand new install, just 3-4 days old.
I HAVE openGL, because I reinstalled it, yet it still doesn't work.
I also have direct X.
Trem's allways worked under ubuntu on this computer, why not Windows?
awr.

Stof

  • Posts: 1343
  • Turrets: +1/-1
Open GL problems via windows.
« Reply #1 on: August 29, 2006, 11:01:30 am »
Microsoft does quite a good job to strip out the OpenGL ICD from the ATI and NVidia drivers packed in the official Windows releases. All they leave is a crappy software OpenGL rendered by default.

You must install the official drivers from you graphic card constructor. Do not count on the crippled version you get with Windows.
urphy's rules of combat
8 ) Teamwork is essential; it gives the enemy someone else to shoot at.
18 ) Make it too tough for the enemy to get in and you can't get out.

Mwa

  • Posts: 117
  • Turrets: +0/-0
    • http://www.mwaness.com
Open GL problems via windows.
« Reply #2 on: August 29, 2006, 11:02:29 am »
Quote from: "Stof"
Microsoft does quite a good job to strip out the OpenGL ICD from the ATI and NVidia drivers packed in the official Windows releases. All they leave is a crappy software OpenGL rendered by default.

You must install the official drivers from you graphic card constructor. Do not count on the crippled version you get with Windows.
Ah. :/
What bastards. :<
awr.