Is it possible to upgrade my sound card on my presario cq60-419wm​? or just buy a new laptop? thanks.

My Presario CQ60-419WM sound card needes to be upgraded, Is it possible or do I just need to get a new laptop? Thanks for your input. :-)<script type="text/javascript">// /*************************************************​******* This Script will be included in all web pages to show an Icon on Mouse over, Clicking the Icon will show a Zoominto Viewer (a Flash made viewer) to Zoom the Image Content **************************************************​******/ var tmppluginServername = "http://www.zoominto.com/zoomapi/"; //tmppluginServername= "http://localhost:9999/zoomapi/" var versionswf="1100"; versionswf=""; var tmppluginSwfname="" tmppluginSwfname=tmppluginServername + "zoomplugin" + versionswf + ".swf"; var tmppluginimageURL=tmppluginServername + "displayimage.php?image="; var protocol = "http://"; var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1; plugin_run(); function BrowserZoomPlugin() { var ua, s, i; this.isIE = false; this.isNS = false; this.version = null; ua = navigator.userAgent; s = "MSIE"; if ((i = ua.indexOf(s)) >= 0) { this.isIE = true; this.version = parseFloat(ua.substr(i + s.length)); return; } s = "Netscape6/"; if ((i = ua.indexOf(s)) >= 0) { this.isNS = true; this.version = parseFloat(ua.substr(i + s.length)); return; } s = "Gecko"; if ((i = ua.indexOf(s)) >= 0) { this.isNS = true; this.version = 6.1; return; } } var browser = new BrowserZoomPlugin; var dragObj = new Object; dragObj.zIndex = 0; function zoominto_dragStart(event, id) { var el; var x, y; if (id) { dragObj.elNode = document.getElementById(id); } else { if (browser.isIE) { dragObj.elNode = window.event.srcElement; } if (browser.isNS) { dragObj.elNode = event.target; } if (dragObj.elNode.nodeType == 3) { dragObj.elNode = dragObj.elNode.parentNode; } } if (browser.isIE) { x = window.event.clientX + document.documentElement.scrollLeft + document.body.scrollLeft; y = window.event.clientY + document.documentElement.scrollTop + document.body.scrollTop; } if (browser.isNS) { x = event.clientX + window.scrollX; y = event.clientY + window.scrollY; } dragObj.cursorStartX = x; dragObj.cursorStartY = y; dragObj.elStartLeft = parseInt(dragObj.elNode.style.left, 10); dragObj.elStartTop = parseInt(dragObj.elNode.style.top, 10); if (isNaN(dragObj.elStartLeft)) { dragObj.elStartLeft = 0; } if (isNaN(dragObj.elStartTop)) { dragObj.elStartTop = 0; } dragObj.elNode.style.zIndex = ++dragObj.zIndex; if (browser.isIE) { document.attachEvent("onmousemove", zoominto_dragGo); document.attachEvent("onmouseup", zoominto_dragStop); window.event.cancelBubble = true; window.event.returnValue = false; } if (browser.isNS) { document.addEventListener("mousemove", zoominto_dragGo, true); document.addEventListener("mouseup", zoominto_dragStop, true); event.preventDefault(); } } function zoominto_dragGo(event) { var x, y; if (browser.isIE) { x = window.event.clientX + document.documentElement.scrollLeft + document.body.scrollLeft; y = window.event.clientY + document.documentElement.scrollTop + document.body.scrollTop; } if (browser.isNS) { x = event.clientX + window.scrollX; y = event.clientY + window.scrollY; } dragObj.elNode.style.left = dragObj.elStartLeft + x - dragObj.cursorStartX + "px"; dragObj.elNode.style.top = dragObj.elStartTop + y - dragObj.cursorStartY + "px"; if (browser.isIE) { window.event.cancelBubble = true; window.event.returnValue = false; } if (browser.isNS) { event.preventDefault(); } } function zoominto_dragStop(event) { if (browser.isIE) { document.detachEvent("onmousemove", zoominto_dragGo); document.detachEvent("onmouseup", zoominto_dragStop); } if (browser.isNS) { document.removeEventListener("mousemove", zoominto_dragGo, true); document.removeEventListener("mouseup", zoominto_dragStop, true); } } function imgplayerprogress_DoFSCommand(command, args) { var imgplayerprogressObj = isInternetExplorer ? document.all.imgplayerprogress : document.imgplayerprogress; } function zoominto_addElement(divIdName, htmlval) { try { var newdiv = document.createElement("div"); newdiv.setAttribute("id", divIdName); newdiv.setAttribute("title", ""); newdiv.style.position = "absolute"; newdiv.style.display = "none"; newdiv.innerHTML = htmlval; document.body.appendChild(newdiv);; } catch (e) { } } function zoominto_addmyelems(divIdName, htmlval) { try { var newdiv = document.createElement("div"); newdiv.setAttribute("id", divIdName); newdiv.innerHTML = htmlval; document.body.appendChild(newdiv);; } catch (e) { //_L(e); } } function zoominto_initializelements() { zoominto_addElement("plugpanel", "<a href='javascript&colon;zoominto_showflash()'><img class='myplug_img' src='" + tmppluginServername + "zoomicon.gif' alt='ZoomInto: Pictures, Images and Photos' /></a> "); zoominto_addmyelems("plugincheck_0909", "<div id='div_plugin_img_player' style=' position: absolute; padding: 12px; left: 50%; top: 50%; visibility:hidden; display:none; z-index:102; vertical-align: middle;'></div>"); } function zoominto_GetElementPostion(theElement) { var selectedPosX = 0; var selectedPosY = 0; tmpw = theElement.width; tmph = theElement.height; while (theElement != null) { selectedPosX += theElement.offsetLeft; selectedPosY += theElement.offsetTop; theElement = theElement.offsetParent; } var tempelement = new Array(selectedPosX, selectedPosY, tmpw, tmph); return tempelement; } function plugin_showdeadcenterdiv(Xwidth, Yheight, divid) { var scrolledX, scrolledY; if (self.pageYOffset) { scrolledX = self.pageXOffset; scrolledY = self.pageYOffset; } else if (document.documentElement && document.documentElement.scrollTop) { scrolledX = document.documentElement.scrollLeft; scrolledY = document.documentElement.scrollTop; } else if (document.body) { scrolledX = document.body.scrollLeft; scrolledY = document.body.scrollTop; } var centerX, centerY; if (self.innerHeight) { centerX = self.innerWidth; centerY = self.innerHeight; } else if (document.documentElement && document.documentElement.clientHeight) { centerX = document.documentElement.clientWidth; centerY = document.documentElement.clientHeight; } else if (document.body) { centerX = document.body.clientWidth; centerY = document.body.clientHeight; } var leftOffset = scrolledX + (centerX - Xwidth) / 2; var topOffset = scrolledY + (centerY - Yheight) / 2; var o = document.getElementById(divid); var r = o.style; r.position = "absolute"; r.top = topOffset + "px"; r.left = leftOffset + "px"; r.display = "block"; } function pluginalertShow(layerid) { document.getElementById(layerid).style.visibility = "visible"; document.getElementById(layerid).style.display = "block"; plugin_showdeadcenterdiv(280, 115, layerid); document.getElementById("plugin_btn_activate").foc​us(); } function pluginalerthide(layerid) { document.getElementById(layerid).style.visibility = "hidden"; document.getElementById(layerid).style.display = "none"; } function zoom_getValidString(){ return "&isValidviewer=1";// all things are valid } function zoominto_showflash(zoomres) { try{ if(zoomres == undefined) zoomres="600x442"; zoomarr=zoomres.split("x",2) var divimgplayer = document.getElementById("div_plugin_img_player"); divimgplayer.style.display = "block"; divimgplayer.style.visibility = "visible"; //old movie 550 400 // plugin_showdeadcenterdiv(600, 371, "div_plugin_img_player"); plugin_showdeadcenterdiv(parseInt(zoomarr[0]), parseInt(zoomarr[1])+120, "div_plugin_img_player"); // zoominto_setImage(); zoominto_changeobject(document.getElementById("plu​gpanel").title,zoomres); } catch (e) { } } function zoominto_closeflash() { var divimgplayer = document.getElementById("div_plugin_img_player"); divimgplayer.style.display = "none"; divimgplayer.style.visibility = "hidden"; } function hidezoomicon(){ document.getElementById("plugpanel").style.visibil​ity = "hidden"; } function getMouseX( e ) { return e.pageX || ( e.clientX + ( document.documentElement.scrollLeft || document.body.scrollLeft ) ); } function getMouseY( e ) { return e.pageY || ( e.clientY + ( document.documentElement.scrollTop || document.body.scrollTop ) ); } function dhtmlLoadScript(url) { var e = document.createElement("script"); e.src=url; e.type="text/javascript"; // document.getElementByTagName("head")[0].appendChil​d(e); document.getElementById("addiv").appendChild(e); } function getactualimgdimensions(imgsrc){ zoomintoheavyImage = new Image(); zoomintoheavyImage.src=imgsrc var tempelement = new Array(zoomintoheavyImage.width, zoomintoheavyImage.height); return tempelement; } function plugin_run() { var newcss = "#div_plugin_img_player td {padding:0;} \n #div_plugin_img_player th {padding:0;}"; if ('\v'=='v') /* ie only */ { document.createStyleSheet().cssText = newcss; } else { var tag = document.createElement('style'); tag.type = 'text/css'; document.getElementsByTagName('head')[0].appendChi​ld(tag); tag[ (typeof document.body.style.WebkitAppearance=='string') /* webkit only */ ? 'innerText' : 'innerHTML'] = newcss; } var image = document.getElementsByTagName("img"); var totimgLength=image.length; zoominto_initializelements(); for (var i = 0; i < image.length; i++) { if (image[i].className.match("myplug_img")){ image[i].onmouseout = function (evt) { document.getElementById("plugpanel").style.visibil​ity = "hidden"; } }// Zoom icon hidden zoomarrdim= getactualimgdimensions(image[i].src); //arrdim[0] - width arrdim[1] - height if (!image[i].className.match("myplug_img") && zoomarrdim[0] > 50 && zoomarrdim[1] > 60) { image[i].onmouseover = function () {imgvals = zoominto_GetElementPostion(this); document.getElementById("plugpanel").style.display = "block";document.getElementById("plugpanel").style​.visibility = "visible";document.getElementById("plugpanel").sty​le.left = imgvals[0] + "px";document.getElementById("plugpanel").style.to​p = imgvals[1] + "px";document.getElementById("plugpanel").title = this.src;}; image[i].onmouseout = function (evt) { imgvals = zoominto_GetElementPostion(this); strx=imgvals[0]; stry=imgvals[1]; endx=imgvals[0] +imgvals[2] ; endy=imgvals[1] + imgvals[3]; tmpcurx=evt.pageX; tmpcury=evt.pageY; if(tmpcurx > strx && tmpcurx < endx && tmpcury > stry && tmpcury < endy ){ l=1 } else{ document.getElementById("plugpanel").style.visibil​ity = "hidden"; } }; }// End of Condition Image smaller if(zoomarrdim[0] == 1 && zoomarrdim[1] == 1){ // remove Image element image[i].style.display="none"; image[i].style.visibility="hidden"; } } } function zoominto_URLEncode(clearString) { var output = ""; var x = 0; clearString = clearString.toString(); var regex = /(^[a-zA-Z0-9_.]*)/; while (x < clearString.length) { var match = regex.exec(clearString.substr(x)); if (match != null && match.length > 1 && match[1] != "") { output += match[1]; x += match[1].length; } else { if (clearString[x] == " ") { output += "+"; } else { var charCode = clearString.charCodeAt(x); var hexVal = charCode.toString(16); output += "%" + (hexVal.length < 2 ? "0" : "") + hexVal.toUpperCase(); } x++; } } return output; } function Closeiepluginpanel() { closeflash(); } function logme(txtstr) { // try { //alert(txtstr); return ""; } function zoominto_changeobject(url,zoomres) { //Method to Display the Viewer for Image imgName_bfr=(tmppluginimageURL +url + zoom_getValidString()) escimgName_bfr=escape(imgName_bfr); trkval = "?chkme=" + imgName_bfr + "&rootstr=" + tmppluginServername; pagetitle = ""; urlstr = zoominto_URLEncode(document.location); zoomarr=zoomres.split("x",2) playerwidth=parseInt(zoomarr[0]);// 800 tablewidth=playerwidth ;//-2 ;//798 playerheight=parseInt(zoomarr[1]);//600; adwidth=468;//playerwidth -10 ;//768; adheight=60; document.getElementById("div_plugin_img_player").i​nnerHTML = "<div onmousedown=\"zoominto_dragStart(event, 'div_plugin_img_player')\" style='height:24px;margin-left:0px;position:relati​ve;width: "+playerwidth +"px; z-index: 99; background-color:#ECECEC'> <MAP NAME='zoomintomap187'> <area shape='rect' coords='0,0,108,24' href='http://www.zoominto.com' alt='Zoominto' target='_blank'/> </MAP> <table width='"+playerwidth+"' cellspacing='0' cellpadding='0' style='border: 1px solid #CCCCCC;border-bottom:none' > <tbody><tr> <td><table cellspacing='0' cellpadding='0' border='0'> <tbody><tr bgcolor='ECECEC'> <td background='" + tmppluginServername + "images/bluebacku.jpg' align='right'><table width='"+tablewidth+"' cellspacing='0' cellpadding='0' border='0'> <tbody><tr> <td><div align='left' style='height:24px' ><img style='cursorointer' USEMAP='#zoomintomap187' height='24' width='108' border='0' src='" + tmppluginServername + "images/zoomintologo2.jpg'/></div></td> <td height='24' ><span style='padding-left:4px;float:right' align='right'> <a href='javascript&colon;zoominto_closeflash()'><img height='21' width='21'border='0' src='" + tmppluginServername + "images/close.jpg'/></a></span><span style='float:right' align='right'><select style='height: 20px;' id='resselect' onchange='zoominto_showflash(this.value)'><option value='600x442'>Default</option><option value='690x509'>115%</option><option value='750x553'>125%</option></select></span></td> </tr> </tbody></table> </td> </tr> </tbody></table> </td> </tr> </tbody></table><!--comment--> </div><div style='border: 1px solid #CCCCCC;border-bottom:none;margin-top:-2px;backgro​und-color:#FFF'><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-4445535400​00\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/​flash/swflash.cab#version=9,0,0,0\" width=\""+playerwidth+"\" height='"+playerheight+"' id=\"editor\" align=\"middle\"> <param name=\"allowScriptAccess\" value=\"sameDomain\" /> <param name=\"allowFullScreen\" value=\"false\" /> <param name=\"chkme\" value=\""+imgName_bfr+ "\" /> <param name=\"rootstr\" value=\""+tmppluginServername + "\" /><param name=\"movie\" value=\""+tmppluginSwfname+"\" /><param name=\"quality\" value=\"high\" /><param name=\"bgcolor\" value=\"#ffffff\" /> <embed src=\"" + tmppluginSwfname + trkval+"\" quality=\"high\" bgcolor=\"#ffffff\" width=\""+playerwidth+"\" height='"+playerheight+"' name=\"editor\" align=\"middle\" allowScriptAccess=\"sameDomain\" allowFullScreen=\"false\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.adobe.com/go/getflashplayer\" /> </object></div><div style='border: 1px solid #CCCCCC;border-top:none;margin-top:-2px;background​-color:#FFFFFF'><table width='"+playerwidth+"' style=''> <tbody><tr> <td bgcolor='#FFFFFF'><div align='center'> <table width='100%' height='60' cellspacing='0' cellpadding='0' border='0'> <tbody><tr> <td bgcolor='#ffffff' > <div align='center' ><iframe width=\""+adwidth+ "\" height=\""+adheight+ "\" frameborder=\"0\" scrolling=\"no\" vspace=\"0\" src='" + tmppluginServername + "ads/remoteads.php5?extension=firefox&hostarea=zoo​minto&contenturl="+ document.location +"&width="+adwidth+"&height="+adheight+"' name=\"google_ads_frame\" marginwidth=\"0\" marginheight=\"0\" id=\"google_ads_frame1\" hspace=\"0\" allowtransparency=\"true\"></iframe> </div> </td> </tr> </tbody></table> </div></td> </tr></tbody></table></div>\n"; document.getElementById('resselect').value=zoomres​; } // </script>

Hi,
What has been going wrong with your post ? You can use external USB sound card for your laptop. Here are few of them:
  http://www.shopbot.com.au/external-sound-card-usb/​price/australia/582295
Regards.
BH
**Click the KUDOS thumb up on the 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.

Similar Messages

  • Is it possible to upgrade the graphics card in the HP ENVY 17-j053ea?

    Hi
    I'm considering buying the HP ENVY 17-j053ea for use as a portable workstation for applications such as Max Design, autocad and photoshop as a second system for when I need to be away from the office but still need the ability to work.
    This machine seems to have a lot of bang per buck and is more in line with my budget than a full on portable workstation.
    As far as upgrade options I presume I could max out the ram at 16GB and put in an SSD as the main OS and application drive and use the main 1TB drive as the mass storage unit.
    What I'm wondering is if it possible to upgrade the graphics card in this machine?
    I don't imagine I would be attempting such an upgrade myself but assuming I leave it into a professional is this possible.
    My worry is that with some of my heavier model files I could feel the limitations of the mid range portable gfx card onboard. I could probably live with it if it is not an option but just putting feelers out.

    Thanks for the reply Paul
    I see.
    That doesn't sound feasible so.
    I can manage the other 2 upgrades within my budget but things seem to get quite expensive on the higher end platforms very quickly.
    It's my first foray into the laptop/workstation arena so I'm not that familiar yet with clever upgrade strategies.
    I did have the use of this model for a few days and It is a really nice overall laptop, both aesthetically and value wise.

  • I'd love to get an imac but is there a way to upgrade the sound card?

    I love the new imac's.. but I would need to upgrade the sound card if I got one. I have a recording studio and i'm using a delta 1010 pci card that is compatible with macs.. I can't see how it would work with an imac.. I'm also a graphic artist and use a mac for all my graphics but it's an old g4 that isn't exactly up to the task of running my studio as well.. I'm sick and tired of my crappy pc giving me grief in the studio and an imac seems like the perfect and affordable price for me.. (i definately need an intel mac so i can run boot camp or parrallels to run a few programs that aren't available on a mac... **** you adobe audition)
    does any know if there's any way this will work or do i have to save my pennies for a g5 desktop? (i kinda hope not because it will take me a LONG time to do that)

    ahhh.. that's what i thought.. just was hoping I was wrong. Getting a new interface is NOT an option because I just got the system I have and am extremly happy with it... I used to work with a firepod but wasn't all that impressed... I like the 1010 because it gives me more options (mixing analogue and whatnot)
    thank you very much for the advice
    don't have one yet   Mac OS X (10.4.10)  

  • Is it possible to upgrade the graphics card on a mid 2012 MacBook Pro? And is it possible to upgrade the RAM without voiding the warranty?

    Hi I was wondering if it is possible to upgrade the graphics card on a MacBook Pro and the RAM without voiding the warranty? I have a gt 650m in my MacBook Pro, non retina, and to me, its not enough power for me, so i was looking around, and I found a retailer that would give me a nvidia gtx 660m for a decent price. Also, the ram needs to be at least 12gbs, to ensure that my computer would run fast.
    If you can help, please tell me,
    Thankyou.

    No, the video card cannot be exchanged - you have a pretty decent GPU there; not sure why you'd want to switch it out. You can upgrade the RAM to a maximum of 16GBs. Apple recommends upgrading in matching pairs, so I don't really think I'd try 4GB and 8GB stick.
    Both Crucial and OWC have memory available for the new Macs. Both are reputable dealers and know Macs well and I would only buy from these sources (and I would buy Crucial, were it me).
    Although your Mac didn't come with a users manual outlining the installation of the additional RAM, you can download the late 2011 model users guide as the models themselves are almost identical.
    Good luck - write back with any questions.
    Clinton

  • Is It Possible To Upgrade The Graphics Card In A Late 2006 MacBook (original)?

    I have this Late 2006 Macbook, that still runs great and everything, but the only problem iv been running into, is video. So when i watch a video in QuickTime Player, or QuickView, or even YouTube, the video just randomly starts to flip out. So, is it possible to upgrade the Graphics Card?

    Sorry, not possible.

  • Is it possible to upgrade the graphics card on a 2010 iMac ?

    Is it possible to upgrade the graphics card mon my 2010 iMac for a more powerful one ?

    Have a look under 'More like this' on the right of this page.

  • Is it possible to upgrade the graphics card in HP DV7-2043CL?

    Hi guys,
    I would like to upgrade my old laptop specs in order to improve a little bit its overall performance.
    The main use is for lite-mid gaming purposes and the first thing that I wish to upgrade is the graphics card of course (currently got HD4650 in it)
    The gpu is integrated with the CPU, or can I pull it out and put a new one instead?
    The second thing that I'm going to add is a new SSD (129.99 bucks for the Crucial SSD - 240GB)
    I don't have a large budget, so I cannot afford right now to buy a new laptop that will fit my requirements.
    As for upgrading the ram from 4BG to 8GB - I saw a post here from some of the experts (Paul)
    claiming that the performance difference isnt worth 200$
    What do you guys think?

    Hi,
    Basically you can, with a cost and I believe this cost may be more expensive than buying a new computer because you have to take into account:
    New card price,  and WHERE you can buy it because laptop cards are not the same as desktop cards. You can't buy from any normal shop,
    Need new system board (may be),
    Need new cooling system because generally speaking more powerfull card pumps out more heat (you want more powerfull card don't you?).
    May need new PSU because your current PSU may not suitbale to the card. (I ordered a machine with Nvidia card and I needed to order a 90W charger at the same time, not the normal 65W charger. They simply rejected my order).
    Labor cost.
    Many, many packets of Asprin.
    For SSD, I can't see any problem with this. I actually upgraded 4 of my machines. I bought a Crucial 960Gb for the 5th machine and probably will do sometimes next week.
    Hope this helps.
    BH
    **Click the KUDOS thumb up on the 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.

  • When I try to upgrade final cut pro x, the app store wants me to buy a new version, why?

    when I try to upgrade final cut pro x, the app store wants me to buy a new version, why?

    Item
    Artist
    Type
    Unit Price
    O Brother, Where Art Thou? (Soundtrack from the Motion Picture)
    Write a Review Report a Problem
    Various Artists
    Playlist
    $5.29
    Final Cut Pro, v10.0, Seller: Apple Inc. (4+)
    Report a Problem
    Apple®
    App
    $299.99
    Subtotal:
    $305.28
    Tax:
    $24.73
    Order Total:
    $330.01

  • Equium A100-027: Is it possible to upgrade the graphic card?

    I recently received an Equium A100-027 for my birthday. Overall I'm extremely pleased with it, however the only problem I have is with the graphics card. I am a gamer, and the graphics card just can't handle most modern games.
    I am looking into how to upgrade it, how much it will cost etc. However I don't wanna buy a graphics card just to realise that the inside is locked down. Since it's only a week old I also don't want to take a hammer to it just yet ;-)
    Can anyone tell me how hard it is to upgrade the graphics card? Is it locked down, or easily accessible?

    Hi Emonn
    Unfortunately, the graphic card upgrade is not possible. I dont know if you are familiar with the notebook technology but you should know that the graphic cards installed on the notebook motherboards are not same like the GPUs for desktop PCs.
    The card a fixed and there is no way for an upgrade!!!
    You can upgrade the memory modules or the HDD on the notebooks but not the graphic card!!!
    Im also an gamer and Im a notebook owner but I dont use this unit for gaming but for usual usage like internet, programming, mps, etc
    I have a second gaming machine and its a desktop PC. Its support a water cooling module and a really great graphic card but I will change it to the newest one NVIDIA which supports the directX10.
    This is a future and all newest games will need this DrectX10!!!

  • Is it possible to upgrade the graphics card in a 2010 MBP

    HI,
    I was wondering if it was possible to upgrade/replace the graphics card in the 2010 MBP (a NVIDIA GeForce GT 330M) with another card.
    Thanks in advance.

    Hi T,
    It's soldered onto the logic board, so no go.

  • Is it possible to upgrade the graphics card with my HP Envy DV7 - 7332EA

    Hi all,
    I was hoping someone on here may be able to answer my question. I recently purchased a refurbished laptop from certain computer retailer, an HP Envy DV7-7332ea, it is an Intel i7, 16GB RAM and was supposed to come with a 2GB Nvidia GT635M. Long story short, said pc retailer did not tell me that the fault/refurbishment was with the graphics card and despite advertising it as being installed with the GT635M, it in fact had a shared Intel graphics card installed. Long story short after some truly horrific customer service - talking to my bedroom wall would have yielded the same level of responses - they have told me that the will not be fitting the correct graphics card - when pressed for an explanation or reason for this they have been unable to give me a technical explanation.
    So, I'm assuming possibly the motherboard has been replaced as well which is preventing the graphics card from being upgraded. Now I realise that there could be numerous reasons this has happened, but I was hoping someone could answer me this.
    Would the artchitecture of my laptop allow for a graphics card upgrade? If the motherboard has problems and these were resolved are the Envy range generally able to be upgraded?
    Thanks guys,

    Hi:
    Unfortunately, the only way to upgrade the graphics adapter is to replace the motherboard with one that has the better nVidia GPU.
    Doing that would cost about as much as buying a new notebook with the graphics solution you wanted in the first place.

  • Is it physically possible to upgrade the Graphics Card contained within the Mid 2011 Mac Mini that starts @ $799 (The one containing a AMD Radeon HD 6630M w/256MB)?

    Simply put, I may occasionally use a handful of high-demand video games on this device. An AMD Radeon HD 6630M w/256MB dedicated is a decent card, but may fall behind on the more demanding games, especially if I keep this system for an extended period of time. And if, sometime in the future, this device still stands but I find I require a more potent graphical source, is it physically possible to upgrade this piece of hardware without irreparably damaging the machine, regardless the methods needed?
    I would be more than willing, at that time, to void the warranty if it still stands and perform extensive deconstruction of the device, or have qualified computer repair workers do so for me. I just want to know if it can be done reasonably. I am aware that if this were the Integrated Intel HD graphics 3000 ONLY version, this would be impossible since that system is connected to the motherboard itself. I am hoping this is not a similiar case
    Worse case scenario, it turns out to be entirely impossible, and I will either have to look into other possible devices (should the price of SSDs drop soon, the iMac models as of late look encouraging, but only in that lower price scenario) or make the most of the 6630's capabilities, which I honestly doubt will be too terrible.
    Before answering in the negative, please attempt to investigate every possibility.

    Nope, the "Integrated Graphics" aren't really a video card at all.
    http://wiki.answers.com/Q/Is_it_possible_to_change_the_video_card_in_a_mac_mini_ a_mac_mini_10.5.5_Leopard_that_meets_all_the_other_system_requirements_so_that_i t_can_play_Spore
    http://forums.macrumors.com/showthread.php?t=1291669
    http://answers.yahoo.com/question/index?qid=20080920184551AAiwZ1x

  • Is it possible to upgrade my HD3000 card to a dedicated one?

    Almost everyone argues about the lack of gaming performance on every Mac 13" with HD3000 graphics card.
    Low frames even at low graphics definition. It's quite annoying to spend almost 1150€ buying a computer that won't run great (even  with minimum graphics, I don't really care) on 5+ old games.

    No you can't and I'm not to pleased with Apple lumping the graphic under performing 13" with no dedicated video card in with the rest of the "MacBook Pro's" and not adequatly informing consumers of it's pitiful graphics capability.
    They should know with the small form factor and lower price that more younger types could more easily afford that model, the market that plays 3D games more often.
    Apple totally ignores the 3D gaming market and always has because paying attention to that market requires one to replace the video card and Apple doesn't want people to extend the life of their hardware by replacing parts. They want you to buy a new machine every 3-4 years and not every 7-10 years like a Windows tower can.
    FYI the Intel HD 3000 scores only 11 points on Cinebench.
    The 15" and up score 35-45 points.
    The best machine to get for 3D gaming is actually a Win 7 64 bit bit gaming tower with 4GB of RAM expandable and a decent power supply, this way you can buy new video cards, optical drives, hard drives etc etc. Choose what monitor you want, it's quality and resolution etc.
    http://www.cbscores.com/index.php?sort=ogl&order=desc
    With Mac's you only get about a year or so with 3D games and they are non-competitive after that because you can't upgrade the video card or can't find any for the MacPro's.
    So online competivie 3D gaming belongs on Windows and is a joke on Mac's, sure you can play the bots, but that's no fun after awhile.

  • I sit possible to upgrade the graphics card in my Macbook Pro?

    I own a macbook pro 2.4 ghz intel core duo, 4gb ram with NVIDIA GeForce 320M 256 MB graphics card. I'm finding this graphics card pretty shocking when it comes to even the simplest of 3D games...i know probably my fault for choosing a laptop not suitable for gaming but still i did expect it to be able to handle graphics like on football manager.
    Anyway my question is, is there any way to upgrade my graphics card and how much would it cost?
    Any help would be greatly appreciated

    I wouldn't expect Skype or iWork to be a problem. I don't know Spotify.
    Have you used Disk Utility to correct permissions? This is a routine maintenance procedure that can improve some things. If you are not familiar with using this utility it's sufficient to see at the end 'permissions repair complete' or similar. There are likely to be some messages saying certain things couldn't be corrected but usually these are not serious issues.
    The other thing to watch is whether you are running on battery power or mains. When there is intensive processor activity & some other internal activities too the computer might need mains power to perform at its best. You can try various things on battery alone then on battery & mains together and compare performance.
    Neville

  • Why is it I can't just buy the new iPhone without needing an upgrade?

    This has been the most bizarre experience I have ever encountered, and it's enough to put me off Verizon and Apple altogether.
    Yesterday, I went to pick up the new iPhone for myself and my wife, having gotten and email that we were eligible for the Early EDGE upgrade. I'm first told at the store that Apple is only allowing 1 phone per person to be sold... Ok, fine. So I get inside and, being the decent gentleman I am, opt to upgrade my wife's line first and will just do mine later that day. Upgrade for her goes smooth, now it's time to do mine. Oh, wait, apparently the EDGE upgrade can be applied to one line, and it was just my wife's; a detail that was cleverly hidden at the bottom of the email in black on grey text after all the marketing copy about how great the new edge program is. The Verizon rep tries to think of ways to get me the phone cheaper, but ultimately can't. I ask if I can just buy the phone at cost, and I'm told no because it doesn't go on sale to the general public until later, though no time is given. Again, Apple's rules.
    Now, I'm pretty sure Apple could care less about exactly when someone buys their phone if they have the cash to do so, and I'm doubly sure they don't care about making sure those with upgrades can get the phone. All of this is starting to sound a little iffy. Whatever, I let it slide.
    It is now 6pm, still yesterday, and we head into Best Buy to look at cases and see if they have a display 6 Plus to check out, as I'm curious about the size. I ask a Best Buy rep if they have any iPhone 6s left; they do; 128gbs? Yup. Silver??? Yup. VERIZON???? Yup. I'LL TAKE IT! One iPhone 6 at full price please! Oh, wait, no; Apple boogie man says I can't buy the phone for full price, I have to have to qualify for an upgrade. (I'm getting more and more ****** as I'm typing this, FYI). Ok, so now clearly something is amiss. 2 different locations- the official Verizon Store AND Best Buy are telling me I can't buy the phone without an upgrade, and both of them suggesting Early EDGE, even though I have the cash to just buy it. I tweet my frustration to both VerizonWireless and Apple. AC from Verizon Support tweets back sayings they should have let me buy it... Wow, this is ridiculous.
    Can someone please clarify this: who is correct here? Is it really Apple playing gate keeper and looking out for those upgrade-only customers? Why is it 2 different places told me the same thing, yet the support rep is telling me something different?
    At this point I'm just not going to both attempting to get the phone for a while since this has put me off even trying, but some clarity on just what is going on would be nice. Also, please talk to your Director of Customer Loyalty about his team's email design. While I'm fine with finding out it was just one line, (though I would have preferred both since my wife and I have been on the same account since it opened...), burying that information at the bottom of the email is not going to help retain customers. Expiration dates and other terms of service are fine there, but which line the upgrade applies to needs to be surfaced sooner.

    It sounds as if you only had one line with an upgrade available. So you can only upgrade one line. For you to upgrade as well, you will have to wait until your upgrade is available. You can check that at MyVerizon. That's just how it works. All carriers and phone brands are the same. I have to wait until February to upgrade. The only thing you can do to get the new iPhone, is add a new line. But then you're paying for a line you don't need.

Maybe you are looking for

  • Error trying to install iTunes 10.4 on MacPro

    I have tried several times to install the iTunes 10.4 upgrade on my new MacPro and I keep getting the message "there has been an unexpected error and the install failed" The install went ok on my iMac desk top. Booth computers share the same wireless

  • InfoView needs login information when dynamic parameters are included

    Hi, we've got a Crystal Reports Server 2008 and everything worked fine in the past, but then we had to reinstall the server and now we've got the following problem: Although we saved the Login information of the report on the server, InfoView asks th

  • Automatically sync IMAP account (provider) and LOCAL account (my Mac)

    Hi everybody I've searched a lot but didn't find an answer yet. Maybe someone can give me a hint. I'm looking for a functionality similar to E-Mail favourites in WIndows. The target is to automatically make a copy of some folders in my IMAP account t

  • KQ304 Error message in oktz

    Dear experts, When I customized in transaction oktz, I created a new cost component for a cost component structure. But when i save it, there was an error message: "Maximum number of cost fields reached (40). The maximum number of cost fields defined

  • L_TO_CONFIRM differences posted to 999 - can this stock be set as blocked?

    I am using fuction module L_TO_CONFIRM for some RF processing and I have been asked that where the differences are posted to 999, can this stock also be blocked so as to remove it from the view of MRP. I cannot see how I can do this with this functio