|
|
#1 | |
|
Registered User
Join Date: Jan 2006
Posts: 26
|
Hey guys,
First off I use a Leadtek 6800GT for my machine which is a dual boot XP and Gentoo Linux. In windows XP using the rivatuner application I can get a stable overclock from 350mhz/1.0ghz to 447mhz/1.3ghz. I see no artifacts and do not lock up in UT2004, Q3, Q4, and FEAR However in linux, using nvclock, if i try to OC at 365mhz/1.0ghz my machine locks up while testing with glxgears. Are the linux drivers less capable of an overclock? If so, its completely understandable and I am frankly just greatful enough to have great drivers for nvidia cards in linux. I am just wondering if there is any way to increase the OC in linux. Thanks guys, George |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Jul 2004
Posts: 10
|
I haven't done much overclocking in a while, so others more knowledgeable may chime in here, but generally Linux is a lot less forgiving on overclocks than Windows is. This was really noticeable back in the Win98 days - `98 would accept all kinds of crazy settings that Linux would choke on instantly. Honestly, if you're stable at default speeds and you can get your games working without issues, I'd be pretty happy with that. Lots of people have problems just getting that far.
|
|
|
|
|
|
|
#3 |
|
Bite my shiny, metal @ss!
Join Date: Jun 2004
Location: PA, USA
Posts: 1,586
|
It could also be a heat issue. I noticed that my card idles like 8-10c hotter in linux than in windows. I'm using a zalman 700CU which isn't connected to the card itself so fan speed is not the problem.
__________________
Red Diabolic Minotaur Case | PCP&C 610 Silencer | Samsung 19" 997DF + Acer AL1914smd-8 | G15 Keyboard | MX Revolution | 900Gb Storage Vista Ultimate 32 + Gentoo Linux (Gnome + Beryl) Athlon XP 3000+ | ECS KM400M2 3.0 | 512mb DDR333 | PNY 5200 Ultra TV-Tuner | Silver Aspire X-Qpack w/Windows | WinXP MCE 2005 | 200Gb Storage DVD Collection -- MySpace |
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Jan 2006
Posts: 26
|
i also have a 700CU on my leadtek card, i just checked and both windows xp and linux idle my 6800GT at 51C, you idle at 31c ????? whats your ambient? My ambient is 32C
the other thing though is I can get a higher CPU overclock in linux than in windows. I can get prime95 to run without error at a higher overclock i linux than i can in windows. But, all i care about for now is the card, and yeah it runs my games fine, but you know... i have the overclocking problem, i have to overclock everything including my cell phone jk Last edited by gnychis; 01-29-06 at 09:23 PM. |
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Jun 2005
Posts: 67
|
Have you tried to enable "Coolbits" in your xorg.conf and use the overclocking utility in nvidia-settings instead of nvclock?
__________________
Computer stuff I've owned at one time or another: CPUs: K6-3 400, Duron 600, Thunderbird 1400, Barton 2500, Duron 1800, A-64 3700+, C2D E7200 Motherboards: Shuttle Via MVP, Asus A7V, Asus A7V133, Asus N8X-VM400, Abit NF7, Abit UL8, Asus P5Q Pro Graphics Cards: TNT2, GF 2 MX, GF 2 Pro, GF4 MX, GF FX 5500, GF 6600, GF 7600 GT, GF 9800GT |
|
|
|
|
|
#6 | |
|
Registered User
Join Date: Jan 2006
Posts: 26
|
i had no clue about this
i will do a search on it and give it a try ![]() |
|
|
|
|
|
|
#7 |
|
Registered User
Join Date: Jan 2006
Posts: 26
|
i tried enabling coolbits in xorg.conf but it never gives me the clock frequency option in nvidia-settings:
Code:
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/local/"
EndSection
Section "ServerFlags"
Option "OffTime" "10"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbModel" "pc104"
Option "XkbLayout" "us,el"
Option "XkbOptions" "grp:alt_shift_toggle"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mice"
Option "Buttons" "10"
Option "ZAxisMapping" "9 10"
Option "Resolution" "800"
Option "Emulate3Buttons" "false"
EndSection
Section "Modes"
Identifier "16:10"
# Modeline "1680x1050" 140i.00 1680 1784 1968 2256 1050 1051 1054 1087
# 147.14 1680 1784 1968 2256 1050 1051 1054 1087
#ModeLine "1680x1050" 146.2 1680 1960 2136 2240 1050 1080 1086 1089
# Modeline "1680x1050" 146.2 1680 1776 1950 2256 1050 1056 1062 1089 -hsync -vsync
ModeLine "1680x1050" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -Hsync +Vsync
EndSection
Section "Monitor"
Identifier "Monitor0"
UseModes "16:10"
HorizSync 30-83
VertRefresh 56-75
Option "dpms"
EndSection
Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"
Driver "vga"
EndSection
Section "Device"
Identifier "Leadtek Winfast gf6800"
Driver "nvidia"
Option "NvAGP" "1"
Option "DPMS"
Option "Coolbits" "1"
EndSection
Section "Screen"
Identifier "Screen 1"
Device "Leadtek Winfast gf6800"
Monitor "Monitor0"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1680x1050"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1680x1050"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1680x1050"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 32
Modes "1680x1050"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
|
|
|
|
|
|
#8 |
|
Registered User
Join Date: Jul 2005
Location: Munich
Posts: 910
|
Hi!
Maybe the windows driver overrides the VGA BIOS settings for the GPU core voltage, increasing it in order to allow a much higher GPU frequency (and maybe the linux driver doesn't)? Does one of the nvidia windows tools tell the core voltage? If true, how much is it? What are the core voltage settings in the VGA BIOS? Check the following URL to understand how handle the VGA BIOS: http://www.nvnews.net/vbulletin/showthread.php?t=54095 regards Bernhard |
|
|
|
|
|
#9 |
|
Registered User
Join Date: Jan 2006
Posts: 26
|
theres no change in the voltage with windows and with linux, the voltage is both constant at 1.3V
I still can't get Coolbits enabled either ![]() |
|
|
|
|
|
#10 |
|
Registered User
Join Date: Jul 2005
Posts: 3,606
|
I had the same card, 6800GT Leadtek, I had no issues overclocking but did not use NVClock due to the differences in the 2D/3D clock frequencies. Instead, I used nvidia-settings with coolbits enabled.
|
|
|
|
|
|
#11 |
|
Registered User
Join Date: Jun 2004
Posts: 287
|
Which driver/nvidia-settings version are you running? Which distribution?
__________________
Asus A8N32-SLI : AMD64 3700+ @ 2.85GHz : 2GB PC4000 OCZ Platinum EB : 2x 7800GT SLI |
|
|
|
|
|
#12 |
|
Registered User
Join Date: Jan 2006
Posts: 26
|
I am using Gentoo, here are my version numbers:
nvidia-settings-1.0.6629 nvidia-kernel-1.0.8178-r3 nvidia-glx-1.0.8178 xorg-x11-6.8.2-r6 if you need any more versions or settings let me know and i can provide them Last edited by gnychis; 01-30-06 at 11:37 AM. |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 173.14.34 (legacy prerelease) for Linux x86/x86_64 released | AaronP | NVIDIA Linux | 0 | 05-19-12 10:27 AM |
| nVidia Linux drivers with Linux on Mac, help? | Thetargos | NVIDIA Linux | 0 | 05-13-12 12:52 PM |
| 302.07 (beta) for Linux x86/x86_64 released | AaronP | NVIDIA Linux | 0 | 05-02-12 09:55 AM |
| Mandrake Linux 9.0 (Dolphin) now available | comments? | volt | General Linux | 10 | 10-19-02 10:13 PM |
| Linux VS. Windows XP! XP wins! | dostler | NVIDIA Linux | 20 | 09-15-02 03:47 PM |