+ Reply to Thread
Results 31 to 40 of 347
-
14th April 2010, 01:36 AM #31
Re: Modded 197.16 Hybrid Graphics Driver for UL30/50/80VT
Ok package up for testing.
EDIT:NEVERMIND>
Make sure to sign them after installing.Last edited by Nautis; 14th April 2010 at 01:31 PM.
Notebook Models: *(VPCZ122) Vaio Z* | (VGNZ590) Vaio Z | (VPCSC1) Vaio S. | My driver mods and packages @ LaptopVideo2Go
Unofficial drivers/mods do not go through the same testing that officially released drivers do. Use them at your own risk!
Please take time to thank the fantastic teams at Nvidia, and elsewhere, who put in so much work to program and put together the driver packages.
-
14th April 2010, 01:53 AM #32Notebook Enthusiast
- Join Date
- Dec 2008
- Posts
- 42
- Rep Power
- 11
Re: Modded 197.16 Hybrid Graphics Driver for UL30/50/80VT
Nautis, I made a fresh 32-bit win7 on ul30vt, installed 2104 intel driver, then installed 189.42 with your inf, and I can see nvidia optimus demo watermark on screen when watching a downloaded youtube 1080p mp4 through media player. Also power usage can drop to about 11 watt which means gpu is off.
Looks promising!
-
14th April 2010, 02:09 AM #33
Re: Modded 197.16 Hybrid Graphics Driver for UL30/50/80VT
Notebook Models: *(VPCZ122) Vaio Z* | (VGNZ590) Vaio Z | (VPCSC1) Vaio S. | My driver mods and packages @ LaptopVideo2Go
Unofficial drivers/mods do not go through the same testing that officially released drivers do. Use them at your own risk!
Please take time to thank the fantastic teams at Nvidia, and elsewhere, who put in so much work to program and put together the driver packages.
-
14th April 2010, 03:21 AM #34Notebook Enthusiast
- Join Date
- Dec 2008
- Posts
- 42
- Rep Power
- 11
Re: Modded 197.16 Hybrid Graphics Driver for UL30/50/80VT
Device manager still shows Nvidia there, but power consumption is same as gpu is off.
List of things will trigger the watermark:
3dmark06 (3446 for 1280x768)
media player playing 1080p mp4
crystal mark d2d
things not able use nvidia:
windows experience index
cinebench r10 opengl
crystal mark gdi, open gl
gpu cap view (can only run open gl 2.x)
-
14th April 2010, 03:26 AM #35
Re: Modded 197.16 Hybrid Graphics Driver for UL30/50/80VT
you can always use the profile editor or rightclick the icon before running those programs to use the discrete gpu.
From the whitepaper:
So no detection for OpenGL. Seems odd to me.By recognizing designated classes, the Optimus Routing Layer can help determine when the GPU can be utilized to improve rendering performance. Specifically, it sends a signal to power-on the GPU when it finds the following three call types:
* DX Calls: Any 3D game engine or DirectX application will trigger these calls
* DXVA Calls: Video playback will trigger these calls (DXVA = DirectX Video Acceleration)
* CUDA Calls: CUDA applications will trigger these callsLast edited by Nautis; 14th April 2010 at 03:36 AM.
Notebook Models: *(VPCZ122) Vaio Z* | (VGNZ590) Vaio Z | (VPCSC1) Vaio S. | My driver mods and packages @ LaptopVideo2Go
Unofficial drivers/mods do not go through the same testing that officially released drivers do. Use them at your own risk!
Please take time to thank the fantastic teams at Nvidia, and elsewhere, who put in so much work to program and put together the driver packages.
-
14th April 2010, 04:40 AM #36NBR Reviewer
- Join Date
- Jun 2006
- Posts
- 130
- Rep Power
- 17
Re: Modded 197.16 Hybrid Graphics Driver for UL30/50/80VT
I want to upgrade but is it worth the trouble?
I'm pretty tech savvy and I have played with modded graphic card driver before but this new hybrid graphic card drivers are scary me a bit..
-
14th April 2010, 04:41 AM #37
Re: Modded 197.16 Hybrid Graphics Driver for UL30/50/80VT
What is scary Tas?
EDIT:Editing in an explanation on Hybrid Graphics drivers.
The Hybrid Graphics drivers are basically standard Intel and Nvidia drivers. There is really only one file that is different and that is the nvbridge_int.kmd. As far as I know the existing nvbridge.kmd is for Hybrid SLI (two nvidia gpus) and nvbridge_int.kmd is for Hybrid Graphics (intel + nvidia gpus). The rest of the magic is done in the INF. (SIDE EDIT: Two files actually because there is a uninstall file that includes entries for the intel drivers)
This is new:
This has been changed:Code:[Section###] AddReg = nv_HelperGUID_AddReg [nv_HelperGUID_AddReg] HKLM, "System\CurrentControlSet\Services\NVLDDMKM", NVIDIAHelperGUID, %REG_SZ%, {9A516B97-E7C1-451B-9165-C5035994A3F5} HKLM, "System\CurrentControlSet\Services\NVLDDMKM", SecondaryHelperGUID, %REG_SZ%, {6C4BE3D5-831A-42ED-AA62-2AEB34C8CBA4}
In the standard drivers those entries are:Code:[nv_commonBase_addreg__##] HKR,,UserModeDriverGUID,%REG_SZ%,"{5F507F20-AEB0-4C37-A10C-FFBDF3269C76}" [CoInst.AddReg] ;HKR,, CoInstallers32, %REG_MULTI_SZ%, "igfxCoIn_v1994.dll, CoDeviceInstall" [CoInst.CopyFiles] ;igfxCoIn_v1994.dll,igxpco64.dll,,0x00000010 [igfx_SoftwareCommonSettings] HKR,, UserModeDriverGUID,%REG_SZ%,"{5F507F20-AEB0-4C37-A10C-FFBDF3269C76}" [igfx_Service_Inst] ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 0 ; SERVICE_ERROR_IGNORE LoadOrderGroup = Video ServiceBinary = %12%\nvlddmkm.sys
Now if you have been paying attention you will will have noticed that the standard GUIDs are now calling whatever is attached to the HelperGUID (most likely all the Hybrid Graphics voodoo) and the HelperGUID has the original IDs. You will also have noticed that the Intel drivers call nvlddmkm.sys rather than their original igdkmd64.sys. The Intel coinstaller dlls have also been disabled.Code:[nv_commonBase_addreg__##] HKR,,UserModeDriverGUID,%REG_SZ%,"{9A516B97-E7C1-451B-9165-C5035994A3F5}" [CoInst.AddReg] HKR,, CoInstallers32, %REG_MULTI_SZ%, "igfxCoIn_v1994.dll, CoDeviceInstall" [CoInst.CopyFiles] igfxCoIn_v1994.dll,igxpco64.dll,,0x00000010 [igfx_SoftwareCommonSettings] HKR,, UserModeDriverGUID,%REG_SZ%,"{6C4BE3D5-831A-42ED-AA62-2AEB34C8CBA4}" [igfx_Service_Inst] ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 0 ; SERVICE_ERROR_IGNORE LoadOrderGroup = Video ServiceBinary = %12%\igdkmd64.sys
And that is the basics to Hybrid Graphics drivers in a nutshell. There are of course extra settings specific to the different notebooks these are just the changes specific to Hybrid Graphics.
So what is scary?
The benefits are the same as using any unofficial newer driver really. My test drivers are TEST drivers though. Not even sure if they work. The ones in my sig should work fine along with the optimus stuff I posted.
Last edited by Nautis; 14th April 2010 at 05:37 AM.
Notebook Models: *(VPCZ122) Vaio Z* | (VGNZ590) Vaio Z | (VPCSC1) Vaio S. | My driver mods and packages @ LaptopVideo2Go
Unofficial drivers/mods do not go through the same testing that officially released drivers do. Use them at your own risk!
Please take time to thank the fantastic teams at Nvidia, and elsewhere, who put in so much work to program and put together the driver packages.
-
14th April 2010, 09:33 AM #38Notebook Enthusiast
- Join Date
- Mar 2010
- Posts
- 10
- Rep Power
- 8
-
14th April 2010, 11:22 AM #39Notebook Enthusiast
- Join Date
- Dec 2008
- Posts
- 42
- Rep Power
- 11
Re: Modded 197.16 Hybrid Graphics Driver for UL30/50/80VT
When you running on battery and using tools like this one http://batterycare.net/en/index.html it will show the battery drain rate. With old hybrid driver and you force gpu on, the drain rate should be >= 15w
with gpu off, it's <= 11w for idling cpu.
Optimus driver is only useful if it can provide on demand gpu, provide long battery life when gpu is not needed, no watermark, and sleep/hibernation working. Having the boost key to switch between forced gpu on/off/on-demand will be even better. So we still have more work ahead...
-
14th April 2010, 01:53 PM #40Notebook Enthusiast
- Join Date
- Apr 2010
- Posts
- 16
- Rep Power
- 8
Re: Modded 197.16 Hybrid Graphics Driver for UL30/50/80VT
Well. I have your v2 version installed (which seem to be working quite well actually[*]), and I can add one more benefit for using them. CoreAVC can use CUDA with these drivers.
Now I'm just wondering whether or not to install the drivers again with new v3 inf..
[* Explorer.exe has crashed a few times (once or twice every two days or so), and I don't remember it doing that previously. However, I also updated all the drivers from asus-webpage, and I'm running in Turbo33 as well, so I'm not blaming your drivers quite yet.]



LinkBack URL





Reply With Quote


I`m upgrading, are you? (GTX 780M...
Today, 05:40 PM in Gaming (Software and Graphics Cards)