Is there any way to force MM7 with grayface's to not use the integrated intel card?
Re: Is there any way to force MM7 with grayface's to not use the integrated intel card?
I don't mean to resurrect an old thread, but did you ever find the solution? i'm dealing with the same issue
Re: Is there any way to force MM7 with grayface's to not use the integrated intel card?
I was checking a wrong thing last time. Save this script into Scripts\General (e.g. as Hook Enum Devices.lua) and run the game, then tell me what it will write into MMExtensionLog.txt:
Code: Select all
mem.autohook(0x49AF21, |d| print('GPU:', mem.string(d.eax)))
My patches: MM6 MM7 MM8. MMExtension. Tools. Also, I love Knytt Stories and Knytt Underground. I'm also known as sergroj.
Re: Is there any way to force MM7 with grayface's to not use the integrated intel card?
Hey tomchen! Can you try it?
My patches: MM6 MM7 MM8. MMExtension. Tools. Also, I love Knytt Stories and Knytt Underground. I'm also known as sergroj.
Re: Is there any way to force MM7 with grayface's to not use the integrated intel card?
Hello. I'm having same issue on laptop. This is content of MMExtensionLog.txt:
Code: Select all
Loading user settings from MMMergeSettings.lua
Cannot load user settings: MMMergeSettings.lua: No such file or directory
GPU: Intel(R) HD Graphics 630
Re: Is there any way to force MM7 with grayface's to not use the integrated intel card?
Looks like it's a restriction of DX7 emulation of Windows.Rodril wrote: ↑14 May 2023, 04:17 This is content of MMExtensionLog.txt:I have two GPUs: integrated one and GTX1060. When i launch MM8Setup.exe and set hardware acceleration, i have only one option in drop down menu: Intel(R) HD Graphics 630.Code: Select all
Loading user settings from MMMergeSettings.lua Cannot load user settings: MMMergeSettings.lua: No such file or directory GPU: Intel(R) HD Graphics 630
My patches: MM6 MM7 MM8. MMExtension. Tools. Also, I love Knytt Stories and Knytt Underground. I'm also known as sergroj.
Re: Is there any way to force MM7 with grayface's to not use the integrated intel card?
Did anyone get to resolve it?
Re: Is there any way to force MM7 with grayface's to not use the integrated intel card?
I also have this problem, except the game is completely unplayable using the integrated graphics. It looks something like this:
https://imgur.com/9ofzZmD
It just flickers wildly and you basically can't see a thing.
https://imgur.com/9ofzZmD
It just flickers wildly and you basically can't see a thing.
Re: Is there any way to force MM7 with grayface's to not use the integrated intel card?
I had this problem with Intel Irix Xe untill one of last drivers update.Hylu wrote: ↑21 Sep 2024, 22:22 I also have this problem, except the game is completely unplayable using the integrated graphics. It looks something like this:
https://imgur.com/9ofzZmD
It just flickers wildly and you basically can't see a thing.
If drivers update won't solve the issue, try to use dgVodoo: https://www.celestialheavens.com/forum/10/16658
It will wrap the game to use modern DirectX, rather than DirectX7.
If none above works, you'll have to play in software mode, or globally change your main GPU to one, you prefer - I don't know the general way to do it.
Re: Is there any way to force MM7 with grayface's to not use the integrated intel card?
This did the trick, thanks a lot!If drivers update won't solve the issue, try to use dgVodoo: https://www.celestialheavens.com/forum/10/16658
It will wrap the game to use modern DirectX, rather than DirectX7.
- tomchen1989
- Pixie
- Posts: 140
- Joined: 21 Jun 2008
- Location: Europe / China
Re: Is there any way to force MM7 with grayface's to not use the integrated intel card?
Oh thanks. It's been two or three years since I open the game. Recently I reinstalled the game on a new laptop with exactly the same Intel Irix Xe, and got the same issue, the game couldn't start. So I did some search and re-discovered this post which I participated although I didn't really have the issue (the game could start and ran well) on my old laptop at the time.Rodril wrote: ↑22 Sep 2024, 09:42I had this problem with Intel Irix Xe untill one of last drivers update.Hylu wrote: ↑21 Sep 2024, 22:22 I also have this problem, except the game is completely unplayable using the integrated graphics. It looks something like this:
https://imgur.com/9ofzZmD
It just flickers wildly and you basically can't see a thing.
If drivers update won't solve the issue, try to use dgVodoo: https://www.celestialheavens.com/forum/10/16658
It will wrap the game to use modern DirectX, rather than DirectX7.
If none above works, you'll have to play in software mode, or globally change your main GPU to one, you prefer - I don't know the general way to do it.
I just had to update Intel's driver to make the game run . Had Briefly tried dgVoodoo but no luck. NVIDIA settings doen't work for mm8 as I said before.
- tomchen1989
- Pixie
- Posts: 140
- Joined: 21 Jun 2008
- Location: Europe / China
Re: Is there any way to force MM7 with grayface's to not use the integrated intel card?
It's been years since my last login to the forum and I totally don't remember this post. I'm a little lost. Did you want me to try this ?:
Well, I've just tried, but is that `|d|` in the script correct? Because it shows an error "\Scripts\General\Hook Enum Devices.lua:1: unexpected symbol near '|'".GrayFace wrote: ↑02 May 2023, 23:24I was checking a wrong thing last time. Save this script into Scripts\General (e.g. as Hook Enum Devices.lua) and run the game, then tell me what it will write into MMExtensionLog.txt:This is for MM8 with MMExtension, ideally for MMMerge, because it already has a pretty fresh MMExt.Code: Select all
mem.autohook(0x49AF21, |d| print('GPU:', mem.string(d.eax)))
Re: Is there any way to force MM7 with grayface's to not use the integrated intel card?
That's the lambda thing Grayface added to new MMExt, you probably have an old version, so try this instead:
Code: Select all
mem.autohook(0x49AF21, function(d) print('GPU:', mem.string(d.eax)) end)
Who is online
Users browsing this forum: Bing [Bot] and 7 guests