Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Intel Display Adapter Management Tool 1.1

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming -> Binaries
View previous topic :: View next topic  
Author Message
isair
Grandmaster Cheater
Reputation: 0

Joined: 28 Dec 2007
Posts: 804

PostPosted: Fri Sep 18, 2009 9:21 am    Post subject: Intel Display Adapter Management Tool 1.1 Reply with quote

This should help people who have to use laptops all the time due to changing locations a lot and want to play some good games even if they have an Intel onboard graphics device.

Written using C++/CLI (not that anyone wants to know about it). I wrote this software to gain time while switching between software vertex processing and hardware vertex processing to see in which mode my games run better and I decided to share it with people.

First is first, here are the scan results (of 1.0): Virustotal. MD5: b93cec6c42d72fa03a522870afd033e8

Also a screenshot (of 1.0):


And the download link: Free File Hosting Made Simple - MediaFire

Please keep in mind that this tool is probably useless if your display adapter's vendor is not Intel, although you can gain some information about it even though it's vendor isn't Intel.

P.S: Tested and working on Windows 7, Windows Vista, previous version (1.0) had problems for XP users so I need some feedback for this version.


Last edited by isair on Wed Oct 14, 2009 8:51 am; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail MSN Messenger
talkerzero
Grandmaster Cheater
Reputation: 1

Joined: 24 Jul 2008
Posts: 560
Location: California

PostPosted: Sun Sep 20, 2009 10:38 am    Post subject: Reply with quote

Nice one, this should be useful for some people.

However, I'd like to add that it's almost useless to post the virus scan results, as you really could have just uploaded a separate file.
Back to top
View user's profile Send private message Visit poster's website
isair
Grandmaster Cheater
Reputation: 0

Joined: 28 Dec 2007
Posts: 804

PostPosted: Sun Sep 20, 2009 4:43 pm    Post subject: Reply with quote

Quote:
However, I'd like to add that it's almost useless to post the virus scan results, as you really could have just uploaded a separate file.


That's why people should check the MD5 hash. Also thanks for writing a reply you are the only one who bothered to do so Razz
Back to top
View user's profile Send private message Send e-mail MSN Messenger
nwongfeiying
Grandmaster Cheater
Reputation: 2

Joined: 25 Jun 2007
Posts: 695

PostPosted: Sun Sep 20, 2009 5:12 pm    Post subject: Reply with quote

CLI is command line interface, but that's a GUI screenshot? Anyhow, I ran it and it gave me an error on startup (I have .NET Framework 3.5+ and I'm using Vista x64-bit).

I thought I'd just let you know, but it looks nice.
Back to top
View user's profile Send private message
isair
Grandmaster Cheater
Reputation: 0

Joined: 28 Dec 2007
Posts: 804

PostPosted: Mon Sep 21, 2009 3:25 am    Post subject: Reply with quote

Cli = common language infrastructure. Also you'll get an error if you don't run it as an admin ( right click -> bla bla )
Back to top
View user's profile Send private message Send e-mail MSN Messenger
hcavolsdsadgadsg
I'm a spammer
Reputation: 26

Joined: 11 Jun 2007
Posts: 5801

PostPosted: Mon Sep 21, 2009 11:34 am    Post subject: Reply with quote

I'd imagine that hardware would always be faster. There typically isn't a very large difference unless you are pushing a really complex scene, but I'd think it was more for compatibility than anything in Intel's case.

Then again, it's Intel so who knows, I'm not even so sure if they have a dedicated HW T&L unit or if it's just emulated.
Back to top
View user's profile Send private message
isair
Grandmaster Cheater
Reputation: 0

Joined: 28 Dec 2007
Posts: 804

PostPosted: Mon Sep 21, 2009 12:36 pm    Post subject: Reply with quote

Intel's onboard graphic solutions are a real big letdown, it was surprising for me to see how oblivion ran faster when I switched from hardware to software vertex processing mode(same goes for Overlord II). God I wish I bought my macbook 1 year later as even Apple saw the low performance of Intel and they switched to NVIDIA 9400M from Intel GMA X3100 for their cheapest laptop models. Now all of us Intel GMA X3100 users are like.... fucked up emigrants.
Back to top
View user's profile Send private message Send e-mail MSN Messenger
kiqrj
How do I cheat?
Reputation: 0

Joined: 25 Sep 2009
Posts: 1

PostPosted: Fri Sep 25, 2009 8:28 am    Post subject: Reply with quote

An amazing tool, man. It works wonderfully. I'm from Brazil - found this on some blog with x3100 tweaks.

Registered just to thank you.

And, hey, are you single? Want to marry me?

Jk, thanks again.
Back to top
View user's profile Send private message
isair
Grandmaster Cheater
Reputation: 0

Joined: 28 Dec 2007
Posts: 804

PostPosted: Wed Oct 14, 2009 8:52 am    Post subject: Reply with quote

Updated.

-Automatic access priviledge request at start.
-Checks if it has enough priviledges.
-Minor bug fixes.
-Now you won't see game exes on general info tab.
Back to top
View user's profile Send private message Send e-mail MSN Messenger
TheXcalibur
How do I cheat?
Reputation: 0

Joined: 18 Oct 2009
Posts: 1

PostPosted: Sun Oct 18, 2009 12:43 am    Post subject: Reply with quote

I am currently having problem on my laptop when running Neverwinter Nights when I found this thread. Hoping that this app can help me improve my graphics.

>> Hardware Specs:

Lenovo T61
CPU: Intel 7100 / 1.80 GHz
Graphics: Intel GMA X3100
Memory: 1 GB RAM
OS: Windows XP SP3

As you have noted, XP user may encounter problem in running the apps. Pls see details of the .NET framework error (Error: "Object reference not set to an instance of an object") on XP.

>>>> START

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at IntelGMAX3100ManagementTool.Form1.isAdapterIntel(String adapterNo)
at IntelGMAX3100ManagementTool.Form1.Form1_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Intel GMA X3100 Management Tool
Assembly Version: 1.0.3574.29312
Win32 Version:
CodeBase: file:///C:/Documents%20and%20Settings/Bertlee/Desktop/Intel%20Display%20Adapter%20Management%20Tool%201.1.exe
----------------------------------------
msvcm90
Assembly Version: 9.0.21022.8
Win32 Version: 9.00.21022.8
CodeBase: file:///C:/WINDOWS/WinSxS/x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_d08d0375/msvcm90.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

>>>> END OF ERROR

Hope that I can interpret the error and help but I'm not that proficient in programming Sad

Thanks anyways for this great post Very Happy and hope that you can release an XP compatible version of this app.
Back to top
View user's profile Send private message
TheFuzz
How do I cheat?
Reputation: 0

Joined: 10 Jan 2010
Posts: 2

PostPosted: Sun Jan 10, 2010 1:13 pm    Post subject: Reply with quote

I've also that error on the start but I have Vista. I have my drivers updated and Net.Framework too.
Can someone help?

The error is like this:
Code:
System.NullReferenceException: A referência de objecto não foi definida como uma instância de um objecto.
   em IntelGMAX3100ManagementTool.Form1.FindDisplayPath()
   em IntelGMAX3100ManagementTool.Form1.Form1_Load(Object sender, EventArgs e)
   em System.Windows.Forms.Form.OnLoad(EventArgs e)
   em System.Windows.Forms.Form.OnCreateControl()
   em System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   em System.Windows.Forms.Control.CreateControl()
   em System.Windows.Forms.Control.WmShowWindow(Message& m)
   em System.Windows.Forms.Control.WndProc(Message& m)
   em System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   em System.Windows.Forms.ContainerControl.WndProc(Message& m)
   em System.Windows.Forms.Form.WmShowWindow(Message& m)
   em System.Windows.Forms.Form.WndProc(Message& m)
   em System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   em System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   em System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Assemblagens carregadas **************
mscorlib
    Versão da assemblagem: 2.0.0.0
    Versão Win32: 2.0.50727.4200 (NetFxQFE.050727-4200)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Intel GMA X3100 Management Tool
    Versão da assemblagem: 1.0.3574.29312
    Versão Win32:
    CodeBase: file:///C:/Users/tmn/Desktop/A/Mozzila%20Firefox/Intel%20Display%20Adapter%20Management%20Tool%201.1.exe
----------------------------------------
msvcm90
    Versão da assemblagem: 9.0.30729.1
    Versão Win32: 9.00.30729.1
    CodeBase: file:///C:/Windows/WinSxS/x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.1_none_e163563597edeada/msvcm90.dll
----------------------------------------
System.Windows.Forms
    Versão da assemblagem: 2.0.0.0
    Versão Win32: 2.0.50727.4016 (NetFxQFE.050727-4000)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Versão da assemblagem: 2.0.0.0
    Versão Win32: 2.0.50727.4016 (NetFxQFE.050727-4000)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Versão da assemblagem: 2.0.0.0
    Versão Win32: 2.0.50727.4016 (NetFxQFE.050727-4000)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
mscorlib.resources
    Versão da assemblagem: 2.0.0.0
    Versão Win32: 2.0.50727.4200 (NetFxQFE.050727-4200)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
System.Windows.Forms.resources
    Versão da assemblagem: 2.0.0.0
    Versão Win32: 2.0.50727.4016 (NetFxQFE.050727-4000)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_pt_b77a5c561934e089/System.Windows.Forms.resources.dll
Back to top
View user's profile Send private message MSN Messenger
Anden100
Grandmaster Cheater
Reputation: 0

Joined: 20 Apr 2007
Posts: 668

PostPosted: Sun Jan 10, 2010 2:38 pm    Post subject: Reply with quote

isair wrote:
Intel's onboard graphic solutions are a real big letdown, it was surprising for me to see how oblivion ran faster when I switched from hardware to software vertex processing mode(same goes for Overlord II). God I wish I bought my macbook 1 year later as even Apple saw the low performance of Intel and they switched to NVIDIA 9400M from Intel GMA X3100 for their cheapest laptop models. Now all of us Intel GMA X3100 users are like.... fucked up emigrants.


Intel onboard gaphic solution saves electricity -.-, have both GMA X3100 and GeForec 9300M GS in my laptop, 1,5hour more battery life on the X3100, nVidia as well is more expensive -.-.
Back to top
View user's profile Send private message
b0n40
How do I cheat?
Reputation: 0

Joined: 11 Oct 2010
Posts: 1

PostPosted: Mon Oct 11, 2010 12:21 pm    Post subject: Reply with quote

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at IntelGMAX3100ManagementTool.Form1.FindDisplayPath()
at IntelGMAX3100ManagementTool.Form1.Form1_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3615 (GDR.050727-3600)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Intel GMA X3100 Management Tool
Assembly Version: 1.0.3574.29312
Win32 Version:
CodeBase: file:///C:/Documents%20and%20Settings/boncho/Desktop/Intel%20Display%20Adapter%20Management%20Tool%201.1/Intel%20Display%20Adapter%20Management%20Tool%201.1.exe
----------------------------------------
msvcm90
Assembly Version: 9.0.30729.1
Win32 Version: 9.00.30729.1
CodeBase: file:///C:/WINDOWS/WinSxS/x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.1_x-ww_6f74963e/msvcm90.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3614 (GDR.050727-3600)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming -> Binaries All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites