GTX675M Overclocking - how far can you go?

Seems hard to find numbers about this one.
I hae a GT60 with the GTX675M
But how far have you guys been overclocking this card?
So standard clocks are 632/1500
I've already pushed it to 735/1725
Tested it on Crysis 3 and it worked without glitches. Temps were around 93°C. Seems I can push it even harder? But to late to test.
I did not turn on the fan-button, so fan-speed was controlled by motherboard.
I did some OC testst with Kombustor and it locked up when clocking it lower then what I did above, don't know why, so I thought I couldn't get higher then 700/1700. Seems I can.
PS.: If someone else found numbers from this card in laptops, let me know!
PS2.: I guess when the 675M breaks, I can put in a 675MX, not? Same slot and all... Should also run even cooler I think, since it's a Kepler then.

Depends on what you want and what you are willing to sacrifice  
If lower RAM speed is OK, select 5:4 to maintain DRAM within spec. You should be able to get 3.2GHz easily - possibly higher too if you have the right components and tweak it right  :D
You may also need to review cooling if heat tends to rise with extreme loads and major overclocking.

Similar Messages

  • How far can you push java mathematically

    Can you do calculous in java. Like differentiation etc.

    If you ask some folks in this forum they will tell
    you that GUI-builders are terrible, if you ask others
    their opinion, they will tell you they love them, and
    in the mean time this thread will degenerate into a
    debate on the relative merits.I think the debate has nothing to do with the merits of GUI builders and everything to do with whether or not he can do mathematics WITHOUT a sophisticated UI. I think he'll have his hands full solving the calculus problems he has in mind without adding to his troubles by worrying about a UI.
    Do it with plain text at first. Once you have that working, then worry about the UI. It'll be a good way to separate UI from the rest of the problem - a good practice.
    %

  • String.replaceAll how far can you take it?

    Hi,
    I want to do 2 (or 3) simple string conversions like this:
    1. in: "CustomerOrderHistory" out: "customer_order_history"
    2. in: "customer_order_history " out: either "CustomerOrderHistory" or "customerOrderHistory" (either ok)
    Actually number 2 is no problem, I did it like this:
    public static String mixedCaseToCaseInsensitiveLower (String input) {
         return input.replaceAll("([a-z])([A-Z])", "$1_$2").toLowerCase();           
    }No problem works fine, but now I'm wondering if it's possible to implement case 1 in a one liner like that.
    Of course, I I can see how I could code it with a specific routine, but I'd like to know if the replaceAll method can do it for me.
    So far I have this:
    return input.toLowerCase().replaceAll("((_)([a-z]))", "$1")This just removes any underscores that occur before a lower case character, but I don't see any way to tell it that the character after the underscore, ie "$1" should be upper cased.
    It may be that I'm asking too much, or it may be that I've missed something... tell me what you think,
    Thanks
    Iain

    You're asking too much. :/
    You have to process the replacement text before it gets inserted into the result string, which means you can't use replaceAll(). You can, however, do it he long way, using Matcher's appendReplacement() and appendTail() methods:  private static Pattern p = Pattern.compile("(?:$|_)([a-z])");
      // to leave the first letter lowercase, use "_[a-z]"
      public static String toCamelCase(String input)
        Matcher m = p.matcher(input);
        StringBuffer sb = new StringBuffer();
        while (m.find())
          m.appendReplacement(sb, m.group(1).toUppercase());
        m.appendTail(sb);
        return sb.toString();
      }Of course, with about the same amount of effort, you do the same thing with indexOf(), charAt(), and a for loop. Now, if we could combine Matcher with the new Formatter (sprintf) class, we could really have some fun...

  • How far can you stretch Pages?

    I was just recently commissioned to design and layout a 48 page quarterly magazine. I'm an experienced designer and my first inclination was to use Adobe InDesign. I own iWork, but have thus far left it untouched.
    Are there any Pages pros around here? If so:
    1. Do you think Pages would be capable of producing a quality 48-page publication? That is, something on par with InDesign?
    2. I realize that it is designed to be easy-to-use. Is it - like many other iApps - capable of being pushed beyond that ease of use? How much creative freedom does it allow?
    Thanks in advance for any feedback!

    I've used InDesign and Word much less in the last two years than I had in the past and but there are two reasons why I wouldn't embark on your project with Pages: 1) 48 pages and 2) you say you've left Pages untouched this far. What I'd recommend instead is that having created the document in InDesign, at some point you recreate at least part of it with Pages.
    Having picked up iWork '05 and spent a weekend playing with it, I decided to recreate a tri-fold brochure I'd already done in InDesign. It was a breeze and when I dropped by the print shop to see how it printed I was quite pleased. Of course the shop didn't have Pages but I gave them my PDF output. I'd been putting off redesigning the monthly tech newsletter and emboldened by the brochure experiment, I grabbed Pages and did the redesign. I've been using Pages for that newsletter and another I write.
    However, every summer I do the local county fair's yearbook and my temple's yearbook. I didn't even think about doing them in Pages. It all boils down to control for me. Pages is sort of a neither this nor that kind of creature and one of my frustrations has always been the inability to grab objects conveniently. Layers is another frustration. Further, while I've never had any speed issues with Pages, I never doubted that others did and I felt certain that at some point, with a complex document I'd begin to find it.

  • OWB 10Gr2, how far can you take the Data Profile Editor?

    After working with the Data Profile Editor a bit, it seems like it has a lot of potential, but I can't quite figure out how to get it to do the thing I'm most in need of.
    The problem: Tables in a source database that have CHAR columns instead of VARCHAR columns (also date fields stored as text in the format YYYYMMDD).
    After generating a couple of correction maps, it seems like I should be able to do these simple transforms in the correction (it converts fields that look like numbers but stored in text with the to_number function in the resulting map), but I can't figure out where exactly to tell it to change the data type from CHAR to DATE, or where to tell it to TRIM the CHAR column before converting it to VARCHAR.
    The only alternative that I can see is a mapping with dozens and dozens of expression operators to TRIM and TO_DATE the fields. This is a nasty and time consuming process.
    Thanks in advance,
    Eric
    Any advice?

    In chapter 14 of the OWB User Guide, it mentions that the Data Profile Editor can be used in such a way:
    "Data rules can be used in two ways to cleanse data and correct schemas. The first way is to convert a source schema into a new target schema where the structure of the new tables strictly adheres to the data rules. The new tables would then have the right data types, constraints are enforced, and schemas are normalized. The second way ..."
    It doesn't go into any deatil how to do any conversion of data types or data with data rules, however.

  • Animation... how far can you go?

    Hi there. I wanted to know if it´s ok to work on basic cartoon animations with MOTION. What we are trying to do is a 2 minute short animation about a clown... nothing complicated. Something maybe like this: http://www.youtube.com/watch?v=6xTeazHHHwk
    If not what software do you recommend?
    Thanks for the help

    i think you could do that primarily in Motion 3 yes. You could animate the mouth with audio behaviours to the V/O if you wanted. You may want to do your drawing in illustrator and convert to Motions shape layers for the most flexibility. There is a script here to do it.. http://www.motionsmarts.com/downloads/IL2MotionShape.zip
    After Effects would also be more than capable, using the new puppet tool might be a help here.

  • HT201364 Xserve (Early 2008) with Snow Leopard 10.6.8: How far can I upgrade ? Can I upgrade to an OS X Server version? Is any OS X Lion version compatible?

    How far can I upgrade ?
    Can I upgrade to an OS X Server version?
    Is any OS X Lion version compatible?

    Open the Mac App Store and try downloading Yosemite. If you get told it's incompatible, the computer's also incompatible with Mountain Lion and Mavericks; if desired, choose About this Mac from the Apple menu, check if the computer has at least a Xeon or Core 2 Duo(not Core Duo) CPU and 2GB of RAM, and if it does, click here and order a download code for Lion 10.7.
    Back up your data and check your applications for compatibility before upgrading. In particular, Mac OS X 10.7 and newer don't support PowerPC programs such as versions of Microsoft Office prior to 2008.
    (123636)

  • How far can a 2400+ with Kt6 delta

    Hello guys!
    I'm a beginner overclocker, so I dont know how far can a 2400+ can go, what is the best performance it can handle with stabiliy.Please help me, thanks!!!
     :hypecrite:
    AMD Athlon XP 2400+
    MSI KT6 Delta LSR
    TwinMos 512 DDR 400
    MSI FX 5600XT TD128
    Terratec Aeron 5.1 Sky
    Seagate Barracuda V 80 GB
    Texas Instruments FireWire controller
    Mercury 450W, I dont know the details exactly
    Win 2000 PRO with SP4

    2.4 with an AXDA model.
    runs at 2.5 in dos, but dosnt boot into windows.
    Reeeal good heatsink like those thermalrights with a big fan would probably run 2.5G's.
    Water cooling should do a mighty job at OC'ing the 2400+
    Im gonna AS5 and lap my V12, should do quite alot better after that, not much extra cost either.
    Runs mighty hot though.....yeeeeeeeowwwww  

  • How far can i go with spiceworks helpdesk ticketing system?

    No satisfaction form.  You can ask the user to comment on the ticket about the experience before closing it.
    There are plugins and scripts that can enhance or modify different aspects of the system.  Just not on the grand scale you are envisioning.

    hey,
    i have installed spiceworks helpdesk on my network and created a custom but simple form for users to fill when they need any technical support. and i have also activated the email notification (integrating with exchange server)
    but my question is, how far can i go with this helpdesk system? how well and pro can i go with it? can i let the end user submit some kind of a satisfaction form after the technical guy finishes the support? how well can i enhance all both end user and admin experiences with this tool?
    This topic first appeared in the Spiceworks Community

  • How sparse can you get your xorg.conf?

    how small can you get your xorg.conf with everything working for your system? (without being blank)
    Section "InputDevice"
    Identifier "k0"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc104"
    Option "XkbLayout" "gb"
    EndSection
    Section "InputDevice"
    Identifier "m0"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ExplorerPS/2"
    Option "Buttons" "7"
    Option "ZAxisMapping" "4 5"
    Option "ButtonMapping" "1 2 3 6 7"
    Option "Emulate3Buttons" "0"
    Option "Resolution" "2000"
    Option "SampleRate" "1000"
    EndSection
    Section "Device"
    Identifier "v0"
    Driver "fglrx"
    Option "VideoOverlay" "1"
    Option "OpenGLOverlay" "0"
    EndSection
    Section "Monitor"
    Identifier "m0"
    DisplaySize 336 269
    EndSection
    Section "Screen"
    Identifier "s0"
    Device "v0"
    Monitor "m0"
    DefaultDepth 24
    EndSection
    Things i had to set manually;
    1) Keyboard layout, because it defaults to US
    2) Two mouse keys don't work had to manually set, Emulate3Buttons defaults on (wanted it off)
    3) "VideoOverlay" is off by default (or is not auto detected)
    3) needed to set DPI to 96
    4) needed to set color to 24 (defaulted to 8?)
    apart from that, the auto detection is vastly improving IMO.
    The main premise behind this, is to debate the auto detection capabilities of hardware by xorg.
    Last edited by gav616 (2008-03-10 00:59:37)

    Man, all I run is dwm, but i'm still so afraid to edit anything here. Anyone have any suggestions as to how I can prune this baby?
    By the way this is a laptop with an ATI card.
    lspci shows: 01:05.0 VGA compatible controller: ATI Technologies Inc RS485 [Radeon Xpress 1100 IGP]
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "aticonfig-Screen[0]" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "glx"
    Load "extmod"
    Load "xtrap"
    Load "record"
    Load "GLcore"
    Load "dbe"
    Load "dri"
    Load "freetype"
    Load "type1"
    Load "drm"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    #DisplaySize 330 210 # mm
    Identifier "Monitor0"
    VendorName "CPT"
    ModelName "13a6"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "ati"
    VendorName "ATI Technologies Inc"
    BoardName "RS485 [Radeon Xpress 1100 IGP]"
    Option "XAANoOffscreenPixmaps" "true" #needed for aiglx
    BusID "PCI:1:5:0"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]"
    Driver "fglrx"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]"
    Device "aticonfig-Device[0]"
    Monitor "aticonfig-Monitor[0]"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "DRI"
    Group "video"
    Mode 0660
    EndSection
    Last edited by F (2008-03-11 06:35:07)

  • HT1390 How long can you keep a movie rental, once it's downloaded? Do u need wifi to watch it?

    How long can you keep a movie rental, once it's downloaded? Do u need wifi to watch it?

    As long as it's been fully downloaded then you shouldn't need to be online in order to watch it.
    As to how long you have to watch it, from here :
    You have 30 days from the time of rental to watch your movie, and 24 hours (in the US) or 48 hours (elsewhere) after you've started viewing to finish it. Once the rental period expires, the movie will disappear from your iTunes library.

  • How much can you fit using iDVD

    How mcuh can you fit on a dvd using iDVD? Can you fit 2 hours, maybe more.

    No, 2 hours, maybe less!
    The maximum capacity of a DVD is 120 minutes, but that includes titles, transitions etc.
    If you work on 1 hr 45 minutes you should be OK.
    The only exception is if you burn the DVD using Roxio Toast, which has the ability to 'compress to fit', but there is a quality penalty.
    The attention span of the audience is also a factor....

  • How much can you customize Professional level storefronts?

    I know that you need to be an Enterprise user to have completely customized storefronts, but how much can you customize Professional user storefronts? What do they look like? Most magazines I've seen are Enterprise level

    With a Professional account, you cannot customize the storefront. If you create a subscription app, you can specify subscription tiles and indicate with subscription durations are available, but that's about it.

  • How much can you trust on SUNWjass security hardenning?

    how much can you trust on SUNWjass security hardenning?
    If I am setting up sun cluster 3.2 on 2 nodes, do i need to apply the Drivers ,
    server-secure.driver
    suncluster3x-config.driver
    suncluster3x-hardening.driver
    suncluster3x-secure.driver
    OR
    I am in confusion

    Hi,
    Are we sure that a voice memo can only be 35 minutes long? I only ask as I'm about to start Uni and was quite keen to use the voice memo feature to record lectures (which are definitely longer than 35mins).
    Just to test (as I've never really used mine before) I might leave mine running tonight and see when it cuts out/stops.
    BTW, what's iTalk....and how do I get it???
    Thanks :o)

  • I'm trying to update my IPAD 2 to iOs 7.1.2 but don't have enough memory to do so.  In I-Tunes I'm told to change my media sync options to gain more memory, but I don't know how.  Can you help?

    I'm trying to update my IPAD 2 to iOS 7.1.2 but don't have enough memory to do so.  In I-Tunes I'm told to change my media sync options to gain more memory, but I don't know how.  Can you help?

    Turn off the check mark to sync your music and also the check mark for the video. Sync the device. This will remove the items from you iPad but still keep them on your computer. Install IOS 7.1.2. Then turn on the check marks for your music and videos and resync the device.

Maybe you are looking for

  • Regarding Apple TV.  Rented move to "watch later".  Found in itunes store. Can't get it to load.c

    I rented a movie to "watch later".  I went to the itunes store (horrible way to navigate to find a rented movie) and clicked on "check for rentals".  I only get the contiunous pinwheel spinning into eternity.  Any suggestions on what to do?

  • Drag and Drop not working properly

    Hi My Drag and drop in itunes 10.5 is not working. i am managing my music and videos manually, but i cant drop them, every time i try, the mouse goes False. The Music i had are orignal. help me , i reinstalled it many times, its the same.

  • Variable Manager can't connect to localhost

    Hi all, I'm runnin LabView 8.5 and am replacing an old computer. I've installed LabView on my new pc and done all the device drivers, but when I go into variable manager there is a cross next to Local System and when I click new process it gives an e

  • Responsibilities of APO-DP consultant

    Hi Friends, i am Rajesh,i am new to this forum. Can anyone post me what would be the exact role and responsibilities of APO - DP consultant who is having 6 months to one year experience in DP. I appreciate your answers. thanks and regards, rajesh.

  • IPhone 5 will not sync or back up to itunes

    My iPhone 5 wil not sync or back up to itunes on windows 7 64bit. I have uninstalled itunes, reinstalled, reset the phone, wiped the phone, taken to apple store (however, they did not look at my PC as they said they will only look at macs), tried all