Jump to content
LaptopVideo2Go Forums

turn off overclocking page, if you're lazy


Bill

Recommended Posts

How to turn off the overclocking page if your too lazy/stupid to edit the registry.

To enable it run the "enable_overclock_page.reg"

To disable it run the "disable_overclock_page.reg"

To disable it but keep the additional D3D settings page run the "disable_OC_but_turn_on_add_D3D_settings.reg"

To enable the Additional Info Page page and the AGP Settings Page and the Powermizer page run "enable_pages.reg"

I hope these help people.

That overclock page making the screen flash gets annoying after a while.

Hope this thread is helpful!

Bill

disable_overclock_page.reg

enable_overclock_page.reg

enable_pages.reg

disable_OC_but_turn_on_add_D3D_settings.reg

Link to comment
Share on other sites

Good job, Bill :) Very nice.

This is all I know for NVRotate.

A key was used in 61.12 (NVTS.inf)

HKLM,Software\"NVIDIA Corporation"\Global\NVTweak,NvCplEnableRotatePage,%REG_DWORD%,1

The "RotateFlag" is supposed to also disable rotation

0x00 - disable rotation

0x4 or absent - enable rotation

0x10 - tablet PC's controls rotation

This only applies to XP since the Rel35 drivers.

Link to comment
Share on other sites

Good job, Bill :)   Very nice.

This is all I know for NVRotate.

A key was used in 61.12 (NVTS.inf)

HKLM,Software\"NVIDIA Corporation"\Global\NVTweak,NvCplEnableRotatePage,%REG_DWORD%,1

The "RotateFlag" is supposed to also disable rotation

0x00 - disable rotation

0x4 or absent - enable rotation

0x10 - tablet PC's controls rotation

This only applies to XP since the Rel35 drivers.

I already knew about that but I can't seem to get it to work with these drivers.

The attached file is the INF but I have 2 problems:

1. The Rotate page still wont show up.

2. In the AGP settings page part of it is a different language. (very weird)

I modded this INF from the Dell INF that comes with 56.54 and if you have a Dell I8200 you might want to try this and give me feedback.

I also looked at Pieters INF for the NVRotate stuff and it still doesn't work right.

The attached image is the weird multilanguage AGP page.

It looks like French to me. :)

Edit: Updated attached INF but havent tested yet.

2nd Edit: I got the rotate page working.

3rd Edit: I updated the INF with a made from scratch version cause I started over. The rotate page works in it. It did not work before because of some Dell setting in the INF.

I think it was this:

[NV17_AddReg]
HKR,, WidePanelBehavior, %REG_DWORD%, 0x31
HKR,, RotateFlag, %REG_DWORD%, 4

In the Dell INF it was set to 0 which was probably what kept it from working.

Edit: removed attachment

Link to comment
Share on other sites

Glad you got it working!

RotateFlag set to 0 definitely was stopping it.

WidePanelBehavior is used for clone mode so that is definitely not it.

As for the French wording in the image. I don't see any?

The origin of the word "queue" is French. Meaning a wait in line. :)

And I have an 8100 that's still kicking :)

Link to comment
Share on other sites

Bill, have a look at the bottom of your INF, under [NV11_AddReg] here Rotateflag is still zero.

So poor old GF2goer's like Teraphy won't have the Rotate page.

Other than that, lookin pretty good.

Pieter.

Link to comment
Share on other sites

Bill, have a look at the bottom of your INF, under [NV11_AddReg] here Rotateflag is still zero.

So poor old GF2goer's like Teraphy won't have the Rotate page.

Other than that, lookin pretty good.

Pieter.

I saw that but was just either to lazy to edit or I just wanted to leave it alone,

but now i have modded it again with more name changes as well. :)

I was wondering Pieter if you think you should have a link to the overclock disabler registry thing on your mod INF page so non overclockers can see it.

I was just thinking that might be a good idea if people wanted to disable it.

Also, even though this thread is going off topic, would some of you other Dell users care to try this out sometime? (looks at Teraphy) GeForce 2 GOs should now have the rotate page enabled assuming I didn't miss something. :)

[NV11_AddReg]
HKR,, PushBufferMemorySpace, %REG_DWORD%, 3
HKR,, RotateFlag, %REG_DWORD%, 4

[NV17_AddReg]
HKR,, WidePanelBehavior, %REG_DWORD%, 0x31
HKR,, RotateFlag, %REG_DWORD%, 4

; Localizable Strings
NVIDIA                  = "NVIDIA"
NVIDIA_NV11.DEV_0112.1  = "GeForce2 Go (Dell 8000)"
NVIDIA_NV11.DEV_0112.2  = "GeForce2 Go (Dell 8200)"
NVIDIA_NV11.DEV_0112.3  = "GeForce2 Go (Dell C840)"
NVIDIA_NV11.DEV_0112.4  = "GeForce2 Go (Dell C610)"
NVIDIA_NV11.DEV_0112.5  = "GeForce2 Go (Dell 4100)"
NVIDIA_NV11.DEV_0112.6  = "GeForce2 Go (Dell C810)"
NVIDIA_NV11.DEV_0112.7  = "GeForce2 Go (Dell 8100)"
NVIDIA_NV11.DEV_0112.8  = "GeForce2 Go (Dell 2650)"
NVIDIA_NV11.DEV_0112.9  = "GeForce2 Go (Dell V740)"
NVIDIA_NV11.DEV_0112.10 = "NVIDIA GeForce2 Go"
NVIDIA_NV11.DEV_0112.11 = "NVIDIA GeForce2 Go"
NVIDIA_NV11.DEV_0112.12 = "NVIDIA GeForce2 Go"
NVIDIA_NV11.DEV_0112.13 = "NVIDIA GeForce2 Go"
NVIDIA_NV11.DEV_0113.1  = "Quadro2 Go (Dell M40)"
NVIDIA_NV11.DEV_0113.2  = "Quadro2 Go (Dell M40)"
NVIDIA_NV11.DEV_0113.3  = "Quadro2 Go (Dell M40)"
NVIDIA_NV11.DEV_0113.4  = "Quadro2 Go (Dell M40)"
NVIDIA_NV17.DEV_0174.1  = "NVIDIA GeForce4 440 Go 64 MB (Dell 8200)"
NVIDIA_NV17.DEV_0174.2  = "NVIDIA GeForce4 440 Go (Dell C840)"
NVIDIA_NV17.DEV_0174.3  = "NVIDIA GeForce4 440 Go (Dell Mobile)"
NVIDIA_NV17.DEV_0174.4  = "NVIDIA GeForce4 440 Go (Dell Mobile)"
NVIDIA_NV17.DEV_017C.1  = "NVIDIA Quadro4 500 GoGL (M50)"
NVIDIA_NV17.DEV_017C.2  = "NVIDIA Quadro4 500 GoGL (M50)"
NVIDIA_NV17.DEV_017C.3  = "NVIDIA Quadro4 500 GoGL (Dell Mobile)"
NVIDIA_NV17.DEV_017C.4  = "NVIDIA Quadro4 500 GoGL (Dell Mobile)"
NVIDIA_NV28.DEV_0286.1  = "NVIDIA GeForce4 4200 Go (Dell Mobile)"
NVIDIA_NV28.DEV_028C.1  = "NVIDIA Quadro4 700 GoGL (Dell Mobile)"
NVIDIA_NV28.DEV_028C.2  = "NVIDIA Quadro4 700 GoGL (Dell Mobile)"
NVIDIA_NV31.DEV_031A.1  = "NVIDIA GeForce FX Go5600"
NVIDIA_NV31.DEV_031A.2  = "NVIDIA GeForce FX Go5600"
NVIDIA_NV31.DEV_031A.3  = "NVIDIA GeForce FX Go5600"
NVIDIA_NV31.DEV_031B.1  = "NVIDIA GeForce FX Go5650"
NVIDIA_NV31.DEV_031C.1  = "NVIDIA Quadro FX Go700"
NVIDIA_NV31.DEV_031C.2  = "NVIDIA Quadro FX Go700"
NVIDIA_NV34.DEV_0324.1  = "NVIDIA GeForce FX Go5200"
NVIDIA_NV34.DEV_0324.2  = "NVIDIA GeForce FX Go5200 "
NVIDIA_NV34.DEV_032D.1  = "NVIDIA GeForce FX Go5100"
NVIDIA_NV36.DEV_0348.1  = "NVIDIA GeForce FX Go5700"
NVIDIA_NV36.DEV_0348.2  = "NVIDIA GeForce FX Go5700"
NVIDIA_NV36.DEV_034C.1  = "NVIDIA Quadro FX Go1000"
NVIDIA_NV36.DEV_034C.2  = "NVIDIA Quadro FX Go1000"

Link to comment
Share on other sites

Bill,

Here is a trade secret:

Coolbits works like this, it's bit sensitive:

bit 0 ---> when set to 1 enables vsync enable/disable tab

bit 1 ---> when set to 1 enables over clocking page.

so

Coolbits set to 0 (binary 0b00) disables both.

Coolbits set to 1 (binary 0b01) enables vsync tab, disables O'clocking.

Coolbits set to 2 (binary 0b10) disables vsync tab, enables O'clocking

Coolbits set to 3 (binary 0b11) enables both.

I hope this helps, have a play with this and confirm, you may want to set it to 1 to keep the vsync tab.

I havn't tested this theory as I set it to 0xffffffff for any future additions

When happy, I was planning on adding these tweaks to the tweak page, and making a sticky up above for all to see.

Have fun, this is how I started by just playing around.

Pieter.

Link to comment
Share on other sites

Alright, I will mess with that next. :)

In the meantime, what do you think of my new avatar?

Link to comment
Share on other sites

Very flash !

Link to comment
Share on other sites

Very flash !

Did you mean to say flashy!?

I changed it and since it was smaller moved it to photobucket.

If you wanted I could make you one Pieter. :)

If anyone wants one just tell me what you want.

I still haven't had time to try that setting out but I will tomorrow.

Edit: It is tomorrow, I need to get some sleep.

Link to comment
Share on other sites

That is alright I've been testing it.

Both vSync's (D3D and OpenGL) are still there no matter what coobits is set to.

But one cant get to both vSyncs easily (the other tweak is needed)

What are nVidia up to with 2 sets of controls ?

Anyway sleep easily.

Pieter.

Link to comment
Share on other sites

  • 6 months later...

Teraphy, you still have the i8100? ALL IS NOT LOST! WE ARE STILL AKIN!!! (akinda) :)

Link to comment
Share on other sites

John, how does that pertain to this posting? I'm in the new age -- out with the old 8100 that was death and in with my new <shines his lappy486, with an impressive battery life of one half of 10 minutes; dum-ding! http://www.homestarrunner.com/sbemail119.html > 8600 :)

Link to comment
Share on other sites

  • 4 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...