A new generation tweaker for the NVidia nForce2 motherboards.
Explore the docs »
Report Bug
·
Request Feature
The project aims to provide an extensive control of all known and newly discovered parameters of nForce2-based motherboards for AMD's socket A (462) CPUs.
The goal is to have a single app to control timings, chipset settings and ROMSIP registers, FSB and AGP/PCI frequencies. All that with the ability to save and load own profiles for easier overclocking.
It is the result of a 2-years research and reverse-engineering, with the great help from members of @hardwareLuxxx and @hwbot forums.
The app is built with Embarcadero C++ Builder Community Edition and uses Openlibsys' WinRing0 to communicate with the PCI bus. A modified and enhanced version of the cpufreq-nforce2 driver is also used in order to control the integrated PLL.
No installation is required, the application is portable and distributed as an archive, containing required binaries.
- Supported operating systems are Windows 2000 and newer.
- A motherboard with nForce2 chipset
- Microsoft Visual C++ 2005 Redistributable Package
- Install the VC++ 2005 redistributable package Downlod from Microsoft site
- Unzip the application
- Run NForce2Xtreme.exe
It is possible to run on an unsupported system, but you need to compile it as DEBUG
. 64-bit systems also required the x64 WinRing0 binaries. This is only useful for development.
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/irusanov/nForce2-xtreme-tweaker-vcl