How can enable switchable graphics in Windows 8.1 (Bootcamp)

So I just dropped $3,000 on a high end (late 2013) 15" rMBP and immediately installed Windows 8, and then 8.1, through Bootcamp. I need Windows for a lot of engineering programs, as well as occasional gaming. I bought a MacBook because I prefer OSX for programming - I love Ubuntu, but my previous laptop had driver issues (ironically enough, also due to the graphics card) that would cause it to overheat and only give me about 45 minutes of battery life.
After using it for a little, I realized that the MacBook was VERY hot. I closed all of the power intensive applications and proceeded to browse reddit on low brightness and power saving settings to let it cool down, but it did not cool down much. I shut it down, and turned it on about 15 minutes later, when it had successfully cooled down. I realized that just being booted into Windows caused the laptop to get unreasonably warm - I'm assuming that it's because I have the Nvidia GeForce GT 750M graphics card in it. I can not seem to find an option to enable power saving graphics.
Is there any way to use the integrated Intel graphics rather than the discrete card? Not being able to run Windows reasonably well would really make me regret this purchase, especially when I could have bought a different laptop for much less and installed a Linux distro on it.
Any help is appreciated.

Sorry, but I think the above post is bad advice.  It's unlikely to be a fan issue as these are generally controlled by firmware.  If your laptop is getting very hot in Windows with only minimal and light use then that suggests a power management issue.
The first thing you'll want to do is check that your Power Management settings are not set to "High Performance".  A lot of people select this option thinking it gives them the most out of their computer and hardware purchase without realising what it does and that it comes with significant issues and tradeoffs.
What the High Performance setting does is disable CPU throttling, forcing the CPU to run at its maximum speed constantly (on all cores) and draw its maximum power load, even when not required.  This causes the laptop to heat up very hot very quickly even if you aren't doing much, while simultaneously killing battery life.  If you found a way to replicate this behaviour in OS X (and turn graphics switching off) you'd find the laptop would get equally hot and fans would ramp up to maximum speed just to try to keep things cool.  If you hear your fans spinning at maximum then that is evidence that fan control is working.
It's a very unnatural behaviour and there are almost no situations where you ever need to use it.  Microsoft should really make an effort to hide it and make it harder to access.  High performance sounds nice and "Why wouldn't I want my laptop to run with high performance" is what most people think.  Of course, Microsoft isn't very good at understanding what people think.
For most purposes "Balanced" is the Power management setting you'll want to use and this more closely reflects what Apple uses in OS X.  Failing this, it could be that whatever software you're using is very badly coded for power management, but this is less likely and unlikely to cause the severe heating issue you described.
Finally, there's no need to regret your purchase.  It's an amazing laptop and the best way to run Windows in my opinion.  The only thing missing I can think of is switchable graphics driver support but this isn't anywhere near as severe a problem as what you've described.

Similar Messages

  • Problem with Switchable Graphics on Windows 7 64bit

    My Lap : T400 - P8600 2.4 - 4GB ram - ATI 3470 + Intel ...
    While enter BIOS, set :
     - Default Primary Video Device : Internal
     - Boot Display Device : ThinkPad LCD
     - Graphics Device : Switchable
     - OS Detech Switchable Graphic : Enable
    After, into Windows, wait 10 minutes, nothing on the screen. So sad.
    Then, restart my T400, set again BIOS :
     - Graphics Device : Discrete
     - OS Detech switchable graphics : Disable
    Result : good. Hower, save power >>> can not ATI card >>> swich to on board.
    HELP ME TO USE "SWITCHABLE GRAPHICS" ON Windows 7 x64.
    Thanks so much !

    Hi @Varunhellboy 
    Welcome to the HP Forums!
    It is a superb  place to find answers and suggestions!
    For you to have the best experience in the HP forum I would like to direct your attention to the HP Forums Guide Learn How to Post and More
    I understand that you are having an issue with your switchable graphics.
    Here is a link to HP Notebook PCs - Overview of Switchable Graphics or Dual GPUs
    I suggest you do a recovery back to factory.
    Performing an HP system recovery (Windows 8)
    Once completed then do all your Windows updates and run the HP Support Assistant  to acquire any updates.
    There will be an option during the recovery to backup your personal files to prevent data loss. If you do not already have one , now is the time.
    HP PCs - Restoring Files that were Backed Up Using HP Recovery Manager (Windows 8)
    You may also consider contacting HP support for assistance.
    Please call our technical support at 800 474 6836. If you live outside the US/Canada Region, please click the link below to get a support number for your region.
    World Wide Phone Support
    Best of Luck!
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • How can i get back to windows 8 if i downgrade my laptop to windows 7

    My laptop was been downgrade from windows 8 to windows  7because of graphics not funtioning properly. how can i get back to windows 8 again? is there a recovery disc for this?

    Hi:
    Did you install the correct W7 x64 graphics driver that should work on your model?
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-111285-1&cc=us&dlc=en&lc=en...

  • How can get a Graphics to draw line on screen?

    How can get a Graphics to draw line on screen?
    Now, I can get a Graphics to draw line based on component. For example JPanel, but I want to get a Graphics to draw line on screen.

    By drawing on the screen, I assume you mean drawing outside the bounds of a top-level window like
    JFrame or JDialog. You can't do that. At least, without going native and even then that's a dodgey thing
    for any platform to let you do. One thing you can do is simulate it with a robot's screen capture:
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.image.*;
    import javax.swing.*;
    public class X {
        public static void main(String[] args) throws Exception {
            Rectangle bounds = GraphicsEnvironment.getLocalGraphicsEnvironment().getMaximumWindowBounds();
            BufferedImage image = new Robot().createScreenCapture(bounds);
            Graphics2D g2 = image.createGraphics();
            g2.setStroke(new BasicStroke(20));
            g2.setPaint(Color.RED);
            g2.drawLine(0, 0, bounds.width, bounds.height);
            g2.drawLine(bounds.width, 0, 0, bounds.height);
            g2.dispose();
            JLabel label = new JLabel(new ImageIcon(image));
            label.addMouseListener(new MouseAdapter(){
                public void mousePressed(MouseEvent evt) {
                    System.exit(0);
            JFrame f = new JFrame();
            f.setUndecorated(true);
            f.getContentPane().add(label);
            f.setBounds(bounds);
            f.setVisible(true);
    }

  • How can I open a second window in iTunes?

    When I see some albums in the the iTunes Store I want to check whether I have some of the songs already. The Search function in the Store only refers to the store and not to my Library. So how can I open a second window in iTunes (one with the Store and one with my Library) to make it easier to compare?
    Thanks

    My understanding it that was removed from iTunes recently (I still run iTunes 7.5 from 2007), so no, not unless you downgrade iTunes (which is not easy).  You can send feedback to Apple about reinstating it but I have yet to see Apple reinstate something that appeared to have been deliberately removed from its software, despite vociferous complaints on this forum.
    http://www.apple.com/feedback/itunesapp.html

  • How can I have two different windows up on one screen at the same time?

    How can I have to different windows open on my screen at one time? Kind of like a split or shared screen.

    If you want this split screen thingy for a single app, do like captfred suggests or see if the app itself supports some sort of splitting, like MS Excel.
    If you want to do this system-wide, maybe you can get what you want by activating and using Spaces: http://support.apple.com/kb/PH4313

  • How can I move my PC (Windows 7) iTunes library (with my cps ripped) to my Mac iTunes library?

    Just for my curiosity and knowledge,
    I have a PC (Windows 7) and a Mac (OS X 10.10).
    Both of them with the latest version of iTunes.
    Both of them with the exact music library (genre, artist, album, etc).
    All my music is coming from iTunes Store, so very easy to re download at any time I want with my Apple ID
    My PC (Windows 7) computer has a CD/DVD drive. I would like to RIP some music from my CDs and add them to my PC (Windows 7) iTunes library. 
    Once I finished, how can I move my PC (Windows 7) iTunes library (with my cps ripped) to my Mac iTunes library?
    Thank you so much

    If you've downloaded the media idependently to each library so far then thet won't be exactly the same as there are different naming rules for the files and folders in OS X and Windows. See Make a split library portable for some general advice. You can move a portable library between Mac and Windows, but there is a delay opening the library after each change of OS.
    tt2

  • How can i use messages on windows

    im trying to use my imessage on my laptop is there like a software that doesnt require jailbreak to send messages on the laptop?

    ryan10132 wrote:
    how can I use messages on windows
    You can't.

  • How can I switch between multiple windows of the same application (e.g. Safari) over several desktops ?

    Hi All,
    I have one application, for example safari, open and running with multiple windows (with or without tabs) spread over several desktops.
    How can I switch between the windows only via keyboard? CMD+> and CMD+< let me only swicht between windows open on the one desktop I am currently looking at.
    thanks for your replies,
    equi

    Barney,
    many thanks for your efforts and your time (preparing and posting the screenshot, answering to this question,...).
    Unfortunately, moving the focus to the next window only works with windows on the same desktop.
    btw, using a german keyboard layout and german language settings the shortcut is "cmd+<".
    I can switch with this shortcut between different windows of my Safari which reside on the same desktop, but I cannot swith between different safari windows distributed over several desktops.
    Thanks,
    equi    

  • I have hp 430 laptop,how can i re install the windows 7, if i not have original window on my laptop

    I have hp 430 laptop,how can i re install the windows 7, if i not have original windows on my laptop. i have oem number,
    But i have troubol to finishing installation of window.

    Originally the Notebook will have the Recovery Partition and that would give you an option to create a set of Recovery Disk. If you have not created those Recovery Disks when the Notebook was in working condition we cannot do that right now
    As of now if you need to recover your Notebook with the new Operating System you can check if the Recovery Partition is in a working condition or not, If yes you can easily recover/restore your Notebook
    If Recovery Partition is corrupted
    You need to call HP Technical Support and request for a set of Recovery Disks , So you can recover/restore your Notebook at the earliest
    OR
    You need call up Microsoft and purchase an Operating System with the License Key, So you can recover/restore your Notebook at the earliest
    I strongly recommend you to Contact HP Technical Support over the Phone for further assistance without any delay
    Hope this helps, for any further queries reply to the post and feel free to join us again
    **Click the KUDOS star on left to say Thanks**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.
    Thank You,
    K N R K
    Although I am an HP employee, I am speaking for myself and not for HP

  • How can I connect to a windows server from a mac book pro

    How can I connect to a windows server from a mac book pre?

    I have a Dell Power Edge T110 ii in the office that has files and software I need to access when away from the office, when I am on the road I use a mac book pro and an iPad.
    I am sorry if I am being a bit vague but this is all new to me, I have tried 3 IT guys but they can not find a way.
    Any help is greatly appeciated.

  • How can I start a second window of a second profile through the command line?

    I have two profiles set up, 'default' and 'second'. If both are already running how can I start a second window of profile 'second'?
    firefox -p 'second' : opens a new window of the default and,
    firefox -p 'second' -no-remote : tells me that firefox is already running.

    I don't think that this is possible.<br />
    You need to open this second instance (Firefox profile folder) with the -no-remote command line switch and that makes it impossible to open external links via the command line or via a double-click.<br />
    You can only open a link in such an instance by dragging the link on the tab bar of that Firefox window.

  • How can I run 2 Dreamweaver windows at the same time?

    How can I run 2 Dreamweaver windows at the same time on my
    PC?
    basically I have 2 monitors and I want to edit CSS on one
    monitor and have the html page open on the other so I can quickly
    look from one to another with in a split second instead of taking
    that extra time to switch back and forth using the tabs at the top,
    I know I should probably invest into a mac so i can work out side
    of the Dreamweaver application window and I will in the future but
    is there any way i can do this on my windows XP pro PC?
    Thank you
    Maurice

    Open the CSS in DW, and use F10 to open the Code Inspector.
    Place the
    latter as needed.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Random_Yggdrasil" <[email protected]> wrote
    in message
    news:gi2htb$j4j$[email protected]..
    > How can I run 2 Dreamweaver windows at the same time on
    my PC?
    > basically I have 2 monitors and I want to edit CSS on
    one monitor and have
    > the
    > html page open on the other so I can quickly look from
    one to another with
    > in a
    > split second instead of taking that extra time to switch
    back and forth
    > using
    > the tabs at the top, I know I should probably invest
    into a mac so i can
    > work
    > out side of the Dreamweaver application window and I
    will in the future
    > but is
    > there any way i can do this on my windows XP pro PC?
    >
    > Thank you
    > Maurice
    >
    >
    >

  • How can I get rid of windows 8.1 in my new lenovo and get windows 7 put in?

    How can I get rid of Windows 8.1 on my new Lenovo laptop and install Windows 7?

    Hi,
    I'll assume your laptop was upgraded from Windows 7 to Windows 8.1
    1. Start by copying all your personal folders (Documents, Pictures, Music, Videos, Favourites, local databases,
    hosts files, etc) into an external disk, DVD, tape, whatever.
    2. If I were you, I wouldn't use Windows 8.1 backup tool, I'm not sure Windows 7 Restore applet will be able
    to read a Windows 8.1 backup.
    3. Check that you have all the necessary licenses, CDs and executables to reinstall your former Windows 7
    applications, components, browsers, plugins, Java, .NET Frameworks, etc. Be aware that some applications require
    to keep same hostname and/or same IP and/or or same local username (or all of them) as they were on the original
    Windows 7 machine.
    4. Check that you have your Windows 7 CD and license handy.
    5. Do you have a Windows 7 image backup of your laptop (prior to the Windows 8 upgrade)?
    5.a Yes? Then restore that image and restore your personal folders on top. You might need to
    install or reinstall some of the applications I mentioned on #3
    5.b No? You'll have to format your laptop, install Windows 7 from scratch, create your local
    user with administrative rights, install SP1, install necessary updates, reinstall all your
    applications and finally restore your personal folders.
    Sebastian Sajaroff Senior DBA Pharmacies Jean Coutu

  • When I open a file in Photoshop CS4, how can I resize My Open Window File?it is stuck on full screen

    When I Open a File in Photoshop CS4, How can I Resize My Open Window File? It is stuck on Full Screen?

    Which operating system are you using?
    On a windows os, usually one can just double click on the title bar in the open dialog.

Maybe you are looking for

  • Can't open iPhoto after upgrade to 9.5

    I installed the mavericks osx on macbook pro 2008. I then installed iphoto 9.5 from verson 7.1.5. I installed iphoto library ugrader and got a message it was "successful." When I now try to open iphoto I get these messages: "To open your library with

  • No Wireless Adapter Found in Vista on MacBook Pro with Boot Camp

    Hi, I have a MacBook Pro for which I recently installed Boot Camp. After installing Boot Camp 2.0 as well as after updating to Boot Camp 2.1, while all other drivers appear to have installed fine, Windows Vista (64) does not detect a wireless adapter

  • Capitalize borrowing costs to asset under construction u2013 IAS23

    Dear experts, According to IAS 23 we are required to calculate interest on capital invested in an asset under construction. Borrowing costs that are directly attributable to the acquisition, construction or production of a qualifying asset form part

  • Why can't one add artwork to music saved as a wave file

    i can add scanned artwork to an entry in itunes only if it is saved as an AAC or MP3 file but when i try and save scanned artwork to a wave file, it doesn't afford me that choice.....any reason that would be?

  • Decrypt and Encrypt a CHAR Field

    Hello everybody, my issue is that I want to encrypt a Char field with length 12, which is written in a table. It should be possible if necessary to decrypt the char field after encryption. Do you have any suggestions? Thank you already Best Regards M