Matrox gxm software causing problems
-
escrotumus
- Posts: 135
- Joined: 03 Jun 2006, 04:38
Matrox gxm software causing problems
I am having bad problems with this nutty gxm software. It minimizes some games upon starting for some reason and I can't get into the game because as soon as I maximize the game it re-minimizes it. I get all manner of wackiness with this software. It's nice to have the bezel management feature but this gxm is causing more problems than it's worth. Anyone know how to stop this?
- skipclarke
- Founder

- Posts: 7358
- Joined: 13 Oct 2003, 05:00
Matrox gxm software causing problems
What game? What version of GXM?
-
escrotumus
- Posts: 135
- Joined: 03 Jun 2006, 04:38
Matrox gxm software causing problems
many different games. I think it has something to do with resolutions that arent supported by the gxm software. Sometimes a game will load up and the load menu will not be a standard resolution and gxm minimizes the game due to that. Test drive unlimited has this problem. FSX starts up minimized but at least allows you to alt-enter after the flight loads. Grid wouldn't even start for me lastnight even though it used to have no problems. The gxm software just flips out.
- skipclarke
- Founder

- Posts: 7358
- Joined: 13 Oct 2003, 05:00
Matrox gxm software causing problems
I used to have problems in Guild Wars on an older version of GXM. I'd just kill GXM before I played. Have you tried that?
-
escrotumus
- Posts: 135
- Joined: 03 Jun 2006, 04:38
Matrox gxm software causing problems
Well theres only the matrox service to kill and then after that you have to kill all the TSR's through task manager. PITA to do that every time. GXM has some serious issues with many games minimizing them.
- BHawthorne
- Insiders

- Posts: 1640
- Joined: 06 May 2006, 12:46
Matrox gxm software causing problems
It also happens to me. It seems to want to run internal test screensaver then the game minimizes. I have to killtree GXM to get a few games to work. Eve Online and a few others.
Brad Hawthorne
Product Manager
Nthusim Pty. Ltd. | www.nthusim.com
Product Manager
Nthusim Pty. Ltd. | www.nthusim.com
- suiken_2mieu
- Insiders

- Posts: 2351
- Joined: 20 Aug 2009, 04:20
- Location: Virginia
- Contact:
Matrox gxm software causing problems
I have this issue as well. If the game is not at certain resolutions. For one reason or another the TH2Go Dosn't like certain resolutions (Mostly Single monitor Resolutions).
For instance, I will load up Halo, or Halo 2 ( agame that can't do massive Widescreen Resolutions) and then it'll minimize and I wont be able to un-minimize it. I'll have to restart it and change a CFG file back to a standard resolution. Like *Shudder* 1280 x 1024 And have to stretch the game.
The TripleHead Dosn't even like 1366x768 or 1440x900 (My Monitor Native Res). When i try to play a Game at my native res, it actually sends a Resolution Bigger than 1440x900 and my monitor tries to scale it, while whining that it's too big. I don't know what's wrong with the TH2Go but it's rather Disconcerting that It can deal with rather Standard Resolutions on the Fly.
For instance, I will load up Halo, or Halo 2 ( agame that can't do massive Widescreen Resolutions) and then it'll minimize and I wont be able to un-minimize it. I'll have to restart it and change a CFG file back to a standard resolution. Like *Shudder* 1280 x 1024 And have to stretch the game.
The TripleHead Dosn't even like 1366x768 or 1440x900 (My Monitor Native Res). When i try to play a Game at my native res, it actually sends a Resolution Bigger than 1440x900 and my monitor tries to scale it, while whining that it's too big. I don't know what's wrong with the TH2Go but it's rather Disconcerting that It can deal with rather Standard Resolutions on the Fly.
System Core: | Intel Core i5-2500K + ASUS P8Z68-V + 16GB Corsair XMS3 DDR3 1333 MHz | Win7 x64 | MSI R7970 Lightning 3GB [1105/1400] |
Display: | 3 x Dell Ultrasharp 3007WFP-HC @ 7680x1600 | Dell u3011 |
Display: | 3 x Dell Ultrasharp 3007WFP-HC @ 7680x1600 | Dell u3011 |
-
escrotumus
- Posts: 135
- Joined: 03 Jun 2006, 04:38
Matrox gxm software causing problems
It also happens to me. It seems to want to run internal test screensaver then the game minimizes. I have to killtree GXM to get a few games to work. Eve Online and a few others.
You got it. I see the black screen with the GXM logo on it and then bam the game gets minimized. It's all but impossible to run TDU. I have to maximize the game like 15 times and hit enter each time to get through the menu parts before the game changes to the 3840 rez and GXM is no longer flipping out. I know how to fix it but it's a PITA to have to go through that every time I want to run a game that it has issues with, not to mention you can't use the bezel software with GXM disabled. I looked everywhere for some kind of exclusion list or to add a rez but every rez I can see is already checked in the GXM setup.
-
Darkmotion
- Posts: 8
- Joined: 02 Sep 2009, 03:07
Re: Matrox gxm software causing problems
I know, this is a older Thread, but i think i have found a good solution for the "Game minimize it self at Start problem"
I have write a batch that kills the Matrox.PDesk.Core.exe Process before the Game starts,
and restart the Process after 40 Secounds.
Works very well for me. Tested with Test Drive Unlimited.
For example:
with this Code you can create the Batch for your Game.
Copy the Batch in you Game-Installfolder, make a Shortcut to the Desktop and run it. You will see, it works.
The Commandline close it self after restart the Matrox.PDesk.Core.exe Process.
You can also change the Time for restart the Matrox.PDesk.Core.exe Process after killing.
You need only change the value /n 40 = 40 sec to another value. Maybe you need a higher value. For TDU on my System was 40 sec. good.
Dont forget to edit the Programmname and Paths for you Game/System.
Sry for my bad english. I hope it helps someone.
I have write a batch that kills the Matrox.PDesk.Core.exe Process before the Game starts,
and restart the Process after 40 Secounds.
Works very well for me. Tested with Test Drive Unlimited.
For example:
Code: Select all
taskkill /IM Matrox.PDesk.Core.exe /F
start TestDriveUnlimited.exe
ping /n 40 localhost >nul
C:
cd "C:Program Files (x86)Matrox GraphicsPowerDesk"
start Matrox.PDesk.Core.exe
exitwith this Code you can create the Batch for your Game.
Copy the Batch in you Game-Installfolder, make a Shortcut to the Desktop and run it. You will see, it works.
The Commandline close it self after restart the Matrox.PDesk.Core.exe Process.
You can also change the Time for restart the Matrox.PDesk.Core.exe Process after killing.
You need only change the value /n 40 = 40 sec to another value. Maybe you need a higher value. For TDU on my System was 40 sec. good.
Dont forget to edit the Programmname and Paths for you Game/System.
Sry for my bad english. I hope it helps someone.
Re: Matrox gxm software causing problems
Hey thanks for the snippet of code, I was having a related problem with Zoom Player (my media player of choice). It would think full screen playback was the zone 1 I had created with the Matrox PowerDesk (so that windows maximize to current window when in Nvidia Surround mode)...
I wrote similar code to kill the matrox processes, launch Zoom Player, then restore when done...it even will after launch notice it is not running in minimized window, and restart itself in minimized mode...
=========================================================================
@ECHO OFF
SET PATHM=C:Program Files (x86)Matrox GraphicsPowerDesk
SET PATHZ=C:Program FilesCombined Community Codec PackZoom Player
C:
CD "%PATHZ%"
IF "%2" == "" start "" /D"%PATHZ%" /min zplayer2.bat "%1" "X" && exit
taskkill /IM Matrox.PDesk.HookHost.exe /F
taskkill /IM Matrox.PDesk.HookHost64.exe /F
ping 1.0.0.1 -w 500 -n 1 > nul
C:
cd "%PATHZ%"
zplayer.exe /PR:0 /Z "%1"
cd "%PATHM%"
start /B Matrox.PDesk.HookHost.exe
start /B Matrox.PDesk.HookHost64.exe
exit
I wrote similar code to kill the matrox processes, launch Zoom Player, then restore when done...it even will after launch notice it is not running in minimized window, and restart itself in minimized mode...
=========================================================================
@ECHO OFF
SET PATHM=C:Program Files (x86)Matrox GraphicsPowerDesk
SET PATHZ=C:Program FilesCombined Community Codec PackZoom Player
C:
CD "%PATHZ%"
IF "%2" == "" start "" /D"%PATHZ%" /min zplayer2.bat "%1" "X" && exit
taskkill /IM Matrox.PDesk.HookHost.exe /F
taskkill /IM Matrox.PDesk.HookHost64.exe /F
ping 1.0.0.1 -w 500 -n 1 > nul
C:
cd "%PATHZ%"
zplayer.exe /PR:0 /Z "%1"
cd "%PATHM%"
start /B Matrox.PDesk.HookHost.exe
start /B Matrox.PDesk.HookHost64.exe
exit
__________________________________________________________
Core i7-8086K @ 5.0 Ghz | H60 | Nvidia GTX 980 Ti 6GB | Soundblaster Z | Asus Z370-A
16GB DDR4 | Win10 x64 | 3x27" Asus IPS @ 5760x1080 | Samsung 970 1TB NVMe
Core i7-8086K @ 5.0 Ghz | H60 | Nvidia GTX 980 Ti 6GB | Soundblaster Z | Asus Z370-A
16GB DDR4 | Win10 x64 | 3x27" Asus IPS @ 5760x1080 | Samsung 970 1TB NVMe
Re: Matrox gxm software causing problems
This issue started happening after I upgraded to 2.07.00.031r2
Symptoms
[list][*]mostly: any game running at a non-native triple resolution (other than 3840x1024, etc.) [/*:m]
[*]always: any game running at any single resolution (1024x768, etc.).[/*:m]
[*]always: shortly after starting the game it minimises and returns to the desktop[/*:m]
[*]mostly: screen will flash to a grey gradient fill, light at top, dark at bottom [/*:m]
[*]sometimes: the white GXM logo on black background may be seen briefly[/*:m]
[*]rarely: repeated applications of alt-enter might restore the game[/*:m][/list:u]
Setup
[list][*]Win 7 x64 SP1[/*:m]
[*]th2go digital edition[/*:m]
[*]GTX295 w/ 266.58 driver[/*:m]
[*]3x Dell 1907FP (1280x1024 native)[/*:m][/list:u]
Tried
[list][*]Editing GXM mode listing - I had a fair bit of luck with this, setting a 1280x1024 @ 75Hz setting (rather than @60Hz), but many games don't give you the option to change the refresh setting[/*:m]
[*]Killing Matrox.PDesk.HookHost64.exe - this worked but I'm curious as to what functionality you lose? desktop interactivity like window maximising in center monitor, etc?[/*:m][/list:u]
The script provided does the job, but I'm curious as to if there is a better way.
To try
[list][*]Regressing to GXM 2.05.00.020 - what functionality do I lose?[/*:m][/list:u]
Anyone try that last one?
Symptoms
[list][*]mostly: any game running at a non-native triple resolution (other than 3840x1024, etc.) [/*:m]
[*]always: any game running at any single resolution (1024x768, etc.).[/*:m]
[*]always: shortly after starting the game it minimises and returns to the desktop[/*:m]
[*]mostly: screen will flash to a grey gradient fill, light at top, dark at bottom [/*:m]
[*]sometimes: the white GXM logo on black background may be seen briefly[/*:m]
[*]rarely: repeated applications of alt-enter might restore the game[/*:m][/list:u]
Setup
[list][*]Win 7 x64 SP1[/*:m]
[*]th2go digital edition[/*:m]
[*]GTX295 w/ 266.58 driver[/*:m]
[*]3x Dell 1907FP (1280x1024 native)[/*:m][/list:u]
Tried
[list][*]Editing GXM mode listing - I had a fair bit of luck with this, setting a 1280x1024 @ 75Hz setting (rather than @60Hz), but many games don't give you the option to change the refresh setting[/*:m]
[*]Killing Matrox.PDesk.HookHost64.exe - this worked but I'm curious as to what functionality you lose? desktop interactivity like window maximising in center monitor, etc?[/*:m][/list:u]
The script provided does the job, but I'm curious as to if there is a better way.
To try
[list][*]Regressing to GXM 2.05.00.020 - what functionality do I lose?[/*:m][/list:u]
Anyone try that last one?
Who is online
Users browsing this forum: No registered users and 2 guests
