From 097373930d6e2e12be93341cf7d1541b573c9000 Mon Sep 17 00:00:00 2001 From: Rudolf Cornelissen Date: Tue, 14 Mar 2006 16:33:19 +0000 Subject: [PATCH] added two new nv.settings (TWEAK options): gpu_clk and ram_clk. These options if enabled overrule your gfx card GPU and RAM speeds set by their BIOS (or set via coldstarting the card with the driver). note: overclocking might destroy your computer! Use with extreme caution. These options were added because it offers application developers a means to find bottlenecks (use underclocking), and it offers gamers the option to overclock for max fps. Disabled by default. 'Undocumented'. Bumped version to 0.74. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16788 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- .../kernel/drivers/graphics/nvidia/UPDATE.html | 6 ++++-- src/add-ons/kernel/drivers/graphics/nvidia/driver.c | 12 +++++++++++- .../kernel/drivers/graphics/nvidia/nv.settings | 2 ++ 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html b/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html index 21ef33dc82..8060a3a1cc 100644 --- a/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html +++ b/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html @@ -4,7 +4,7 @@

Changes done for each driverversion:

-

head (SVN 0.73, Rudolf)

+

head (SVN 0.74, Rudolf)

nv_driver 0.67 (Rudolf)