Cant get graphics card to work on MS6166 board

Iam tring to install nvidia graphics card(PCI) to my MS6166 mother board but cant get new drivers to work,I have disabled on board graphics via jumper on board but new graphics card still wont work.
HELP!
Anybody had same problem?

Well, have you tried leaving the monitor cable connected to the onboard VGA and tried booting up? Sometimes you need to disable it within BIOS.

Similar Messages

  • Can't get dedicated graphics card to work.

    I can not get the dedicated graphics card to work on my laptop. I spend my night installing and uninstalling drivers, wich none of them seem to work.
    To check the card if its working, I dissabled Intel HD Graphics adapter and left the AMD, instead of getting the dedicated card to work I got "Microsoft Basic Display Driver".
    Please help me....
    EDIT: I only reinstalled AMD drivers, I didn't touched the intel ones since they work.
    My laptop: http://h10025.www1.hp.com/ewfrf/wc/document?docname=c04089426&tmp_task=prodinfoCategory&cc=us&dlc=en...

    HI FXV,
    Thank you for your query, I will do my best to assist you.
     I understand  you have already uninstalled and then downloaded and reinstalled the recommended driver to no avail.
    Here is a link to a post by @Paul_Tikkanen  that may also help.  beta driver.  This seems to have solved the issued for someone else.
    Have you tried running the HP Support Assistant to aid with updates and resolving issues.
    Have you tried Using Automated Troubleshooting (Windows 8) to assist with this difficulty.
    You could also try Refresh Your PC to Resolve Problems (Windows 8) to resolve issues.
    That last thing I can suggest before referring to HP support is a recovery back to factory. Performing an HP System Recovery (Windows 8)
    During the recovery process you will get a prompt to backup your personal files to prevent data loss, if you have not done one recently, I suggest you do one now.
    Restoring Files that were Backed Up Using HP Recovery Manager (Windows 8).
    If none of the above has resolved the issue then I suggest contacting HP support for assistance. They have the ability to remotely access your system to help locate and resolve issues.
    Please call HP technical support at 800-474-6836. If you live outside the US/Canada Region, please click the link below to get the support number for your region HP Technical Support Sitemap.
    Please let me know the outcome.
    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!

  • Cant get @font-face to work on my new web site

    Hi everyone,
    I Cant get @font-face to work on my new web site.
    I tryed it before on other web sites and it worked just fine.
    Here is the code i am using:
    CSS:
    @charset "utf-8";
    @font-face {
    font-family:"Caviar Dreams",sans-serif !important;
    font-style: normal;
    src:url ("../fonts/CaviarDreams.ttf") format('truetype');
    src:url("../fonts/CaviarDreams.eot") format('eot');
    src: url("../fonts/CaviarDreams.svg") format('svg');
    src:url("../fonts/CaviarDreams.woff") format('woff');
    src:url("../fonts/CaviarDreams.otf") format('otf');
    /* Simple fluid media
    Note: Fluid media requires that you remove the media's height and width attributes from the HTML
    http://www.alistapart.com/articles/fluid-images/
    img, object, embed, video {
    max-width: 100%;
    /* IE 6 does not support max-width so default to width 100% */
    .ie6 img {
    width:100%;
    Dreamweaver Fluid Grid Properties
    dw-num-cols-mobile: 5;
    dw-num-cols-tablet: 8;
    dw-num-cols-desktop: 10;
    dw-gutter-percentage: 25;
    Inspiration from "Responsive Web Design" by Ethan Marcotte
    http://www.alistapart.com/articles/responsive-web-design
    and Golden Grid System by Joni Korpi
    http://goldengridsystem.com/
    /* Mobile Layout: 480px and below. */
    body{
    background-image:url(../images/background/wraper_bg.jpg);
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-size:100% 100%;
    font-family:"Caviar Dreams", sans-serif !important;
    .caviar{
    font-family:"Caviar Dreams", Arial, Helvetica, sans-serif ;
    .index_bg{
    width:100% !important;
    height:100% !important;
    background:url(../images/graphics/index_bg.png) !important;
    background-size:cover !important;
    .welcome_image{
    position:absolute;
    top:35%;
    width:95% !important;
    margin:2% !important;
    .nav{
    color:#FFFFFF !important;
    font-family:"Britannic Bold" !important;
    font-size:14px;
    font-weight:lighter !important;
    .background_white{
    background:rgba(255,255,255,0.7);
    .background_black{
    background:rgba(0,0,0,0.65);
    .background_black_2{
    background:#000 !important;
    .background_noir{
    background:rgba(179,1,1,0.7);
    .background_purple{
    background:rgba(152,131,201,0.7)!important;
    color:#FFFFFF !important;
    width:100% !important;
    height:25px;
    text-decoration:none !important;
    font-family:"Caviar Dreams" ;
    border:0px !important;
    margin:0px !important;
    padding:0px !important;
    .background_purple:hover{
    background:#FFFF00!important;
    color:#000 !important;
    width:100% !important;
    text-decoration:none !important;
    font-family:"Caviar Dreams" ;
    border:0px !important;
    .white{
    color:#FFFFFF !important;
    .black{
    color:rgba(0,0,0,1) !important;
    .red{
    color:#B30101 !important;
    .yellow{
    color:#FFFF00 !important;
    .black_span{
    background:#000000 !important;
    color:#FFFFFF !important;
    margin:1% !important;
    margin-left:5px !important;
    padding:5px !important;
    .black_span_margin1{
    margin-left:0px !important;
    .black_span_margin2{
    margin-left:0px !important;
    .border_white{
    border:3px solid #FFFFFF !important;
    margin:0px !important;
    padding:0px !important;
    .border_gold{
    border:0px solid #000!important;
    margin:0px !important;
    padding:0px !important;
    h1, h2, h3, h4, h5, h6{
    font-family:"Britannic Bold" !important;
    font-weight:lighter !important;
    color:#FFD700 !important;
    margin-left:2% !important;
    margin-right:2% !important;
    margin-top:2% !important;
    margin-bottom:2% !important;
    p{
    font-family:"Caviar Dreams", Arial, Helvetica, sans-serif !important;
    font-size:16px !important;
    color:#FFFFFF !important;
    margin-left:2% !important;
    margin-right:2% !important;
    margin-top:2% !important;
    margin-bottom:2% !important;
    .text-small{
    font-size:12px !important;
    .caviar{
    font-family:"Caviar Dreams" !important;
    I am trying to use the font Caviar Dreams on my new web site but i cant get it right,
    Can anyone tell me what is wrong.
    And also i would like some help with IE9, it seems the header is displaying in blue instead of black on IE9 and 10.
    My web site adrees is marcoalexwebdesign.site11.com  .

    I already fixed the issue, it seems trhat in dreamweaver the fonts ttf , otf, etc must be in a folder named webfonts, and then dreamweaver connects the fonts stylesheet to the main stylesheeet with @inport.I had to unisntall the fonts from my windows and download them again and add tehm with dreamweaver add web fonts feature.
    Thanks ayway.

  • Cant get my sound to work :(

    I recently had to format my computer because of a virus that wouldnt let me log into windows. I was running win xp pro upgrade and it was running fine. Now i run win 98se becuase it wont let me upgrade for some wierd reason. but i cant get my sound to work. i try to install the drivers but i get a screen after the install wizard to put win98se cd in, select drive and press ok. well i clicked just about every option there was. and it would either flash back to the my documents on the selection screen or ask me if i want to cancell the installation, i have no idea what to do. I dont even know if it is recognizing that i even am using my integrated sound card. i would go and get another sound card but i dont have any money right now. anyone else have this problem or can help with with this problem??? ;(
    i have the k7n2g mobo with a 1800 xp athlon

    Hi,
    You can tell whether the system has found your soundcard hardware by looking in "Device Manager" have you yellow question marks that show hardware (but no drivers)? My apologies if you've done this.
    If I remember correctly (but don't quote me) when Windows98 asks for your 98SE disc it's looking for a file within one of the .CAB files on the 98SE (Correct me If I'm wrong) disc. If not, exactly which file is it looking for? - the requester should give you a clue. When you know what the file is, do a search on your 98 CD to see if you can find it. Then point the drivers install to that location (the directory where the .CAB OR relevant file resides.)
    You say that after failing to find the file on the 98 CD that it reverts to "My Documents" this would suggest that you'd previously installed drivers (or other Win98SE software) from that location. For some reason Win 98 assumes (for some stupid reason) that it'll find any future files it needs at the same location as previously installed files.
    Try installing the drivers for your sound using "Device Manager" click on the yellow question mark next to your hardware (if they are available) and Windows should open the "There is a problem with this device" (or words to that effect) requester and follow the instructions (wizard) from there.
    I'm going to nip off now as I have 98 SE on a different partition (I very rarely use it). I'll have a look and get back to you later.
    Good luck!  :D
    Axel  :D

  • Graphic card stops working, then recovers

    I recently installed the plug-in for Pixel Bender on CS5.
    When I open a jpg, and choose OilPaint, with the check box for GPU, as soon as I hit the OilPaint filter, my graphics card stops working, the screen goes black for a few seconds, then comes back on.  I get a message that the card stopped working, but recovered.
    I surmise this is a graphics card issue, or memory, or both?  I don't know for sure.
    I'm using an HP PC with 6 Gb RAM, and the card is a Nvidia GeForce 9500GT.  The drivers for this card are all up to date.
    CS5's performance settings are:  2 scratch discs (not the boot drive) with nearly a terabyte free space on one, and about 250 Gb on the other.  The program shows about 5.7 Gb of available RAM, and the preferred setting (maximum) is about 3.8 Gb.  I've got it at 3.7 Gb.
    When the card recovers, it takes several minutes before I can see the image in Photoshop again.  Then, when I try the filter again, I uncheck the GPU box, click on the OilPaint filter, and get a window that says the process timed out, and gives me 2 options:  try again or cancel.  After about 6 or 7 try-agains, the image will have the filter applied.  It takes another 5 or 6 tries to finish with "OK" and then the image shows up in the pane, in Photoshop.
    My computer has a 350W power supply, so the GeForce 9500 GT is the biggest card I can use in it.
    Is it a question of an inadequate graphics card?  Or, not enough RAM?
    I could install a new power supply for the PC, then get a different card, if that would solve the problem.  But, since I'm not sure if this is what I need to do, could I please have some suggestions on my issue with this whole thing?
    Thanks very much.
    Alan

    Thanks for those links.  I missed them, because I just had Windows search for updated drivers, and when I told it to search online, it said that the drivers were up to date.  So....well, I'm sorry I didn't check NVIDIA directly.  I appreciate your help in this.
    Anyway, I did install the updated drivers.  I rebooted the machine, just to make sure (I checked the properties of the card, and it showed the updated driver listed).
    I re-tried the OilPaint, and the card crashed, as before.  It gave me this message:
    "The NVIDIA OpenGL lost connection with the display driver and is unable to continue.  The application must close."  It then closed CS5 (Bridge remained open, though).
    It said there was an Error code: 8.
    Thanks again for assisting me on this.  What would be the next step to resolve this?
    Alan

  • I cant get a DVD to work

      I cant get a DVD to work on my MacBook Pro even though I have iDVD!

    iDVD is for creating movies on a DVD. Is that what you are trying to do?
    For playback of DVDs use DVD Player, or VLC:
    http://www.videolan.org/vlc/

  • I cant get my camera to work it says its on but has no feedback, any ideas?

    i cant get my camera to work it says its on but has no feedback, any ideas?

    Here are my best suggestions for your camera problem:
    • If Apple's http://support.apple.com/kb/HT2090
       suggestions do not help you, (the "reset" suggested there
       often restores normal function,) continue with the following.
    • Use your Mac's Disk Utility to repair permissions and then
       download and apply the latest Combo Update for your Mac OS.
       If you are using OS X 10.7 or later, reinstall OS X.
    • Repair permissions again immediately following the system restart
       that completes the Combo update or reinstall.
    Properly applying the Combo version of updates can sometimes correct software problems, but, if your trouble is caused by a hardware problem, there are no user serviceable parts of the camera.  For hardware help, contact Apple or an Apple-Authorized Service Provider for service.
    (Over time, Apple has changed the built-in camera's name on newer Macs from "iSight" to "FaceTime" and then to "FaceTime HD."  Regardless of the name of your Mac's built-in camera, the same info and troubleshooting applies.)
       Unless you have a current backup, make one now.
      Then use the final "Troubleshooting" suggestion:
    "... contact Apple or an Apple-Authorized Service Provider for service."

  • I had my hard drive replaced and I cant get my email to work on the new hard drive.  I have the ! in the triangle next to the inbox.  I tried "take all accounts online" and it ddidnt work.  The email account is working on my iphone and ipad.

    I had my hard drive replaced and I cant get my email to work on the new hard drive.  I have the ! in the triangle next to the inbox.  I tried "take all accounts online" and it ddidnt work.  The email account is working on my iphone and ipad, and my macBook is connected to the internet.

    Cant get help with this issue on Apple Support, so I have to go to the Apple store to the Genius Bar to get assistance.  All the help issues are so technical in their jargon, that I cannot understand how to fix the issue.

  • I cant get my email to work on my iphone 4

    hi, i cant get my email to work on my iphone, iv added my email address and password but when i go to mail there are no emails showing or accounts. my email is showing as on in settings but doesnt seem to be working. any advise would be great, thanks

    There is something wrong in your settings. As the settings for each email provider are different you need to check your email server's web site for instructions. Most now have specific instructions for the iPhone. Also see Apple's instructions: http://support.apple.com/kb/HT1385

  • I cant get the font to work on a picture in Photoshop, I have watched at least 12 how to videos and it wont work, Help

    I cant get the font to work on a picture in Photoshop, I have watched at least 12 how to videos and it wont work, Help

    Could you capture your screen and post it. Have the layers panel open and any layers that are collapsed, expanded. We will need to see the entire screen, as some information in the tab is important as well.

  • I cant get google chrome to work on my desk top

    i cant get google chrome to work on my desk top

    When posting in Apple Communties/Forums/Message Boards.......It would help us to know which iMac model you have, which OS & version you're using, how much RAM, etc. You can have this info displayed on the bottom of every post by completing your system profile and filling in the information asked for.
    CLICKY CLICK-----> Help us to help you on these forums
    ***This will help in providing you with the proper and/or correct solutions.***
    ===================
    Contact Chrome tech support and/or post in their forums.

  • I cant get my webcam to work on my g72

    I cant get my webcam to work on my laptop.

    Hi,
    Also.
    Do you have the Google Video Chat Plug-in installed ?
    You may have gained this by Installing Chrome if you did not manually download the Installer for Intel Macs Only.
    This can conflict with the Flash Plug-in.
    See Known Issues and open the bit on Google Talk Plug-in Disables iSight on Mac.
    10:16 PM      Thursday; October 6, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • EntaOk, I am atuallually having troubles with my itunes music card. I accidlly scratched a letter off. i want to get my card to work. how? thank you.

    Ok, I am actually having troubles with my itunes music card. I accidentally scratched off a letter. how can i get my card to work without the actual code? thank you.

    Yu can try contacting iTunes. See the iTunes Cards abd Code topic of:
    Apple - Support - iTunes

  • TS4317 graphics cards not work

    video file is not working graphics card not working is their is any software that i can update. or tell me why its not working

    If you can see an image on your screen then your graphics card (Intel HD Graphics 3000) integrated into your 13" machine is working just fine.
    I'm not sure what you mean when you say that a video file isn't working... how exactly isn't it 'working' and what file format is it in?
    Clinton

  • TS2972 cant get home sharing to work  any ideas?

    cant get home sharing to work.  any ideas?

    HOME SHARING
    Setting up Home Sharing on your Computer
    http://support.apple.com/kb/HT4620?viewlocale=en_US&locale=en_US
    Understanding  >  http://support.apple.com/kb/HT3819
    How to  >  http://support.apple.com/kb/HT2688
    Troubleshooting  >  http://support.apple.com/kb/TS2972

Maybe you are looking for

  • Automatically restart messages stuck in smq2

    Hi, I am having a problem that messages are getting stuck in the inbound queue and I need to manually restart it. I have searched on this and have found that RSQIWKEX job can be used for this. I have tried testing it but the messages are still stuck

  • How Do I Elminate "Java Windows Application"?

    If I launch the class below normally I get an empty dialog box. If I use JNLP to launch it locally I get an unwanted panel at the bottom of the diallog that says "Java Application Window". Can anyone tell me how to I kill that unwanted panel? Here is

  • Dot1x/mab multiple clients

    Hi, we would to authenticate (with dot1x/mab) more than one mac address on a port. When a user connect his workstation the switch must put the workstation in a vlan and when the user start a vmware in bridge mode the swtich must be put the vmware in

  • HT1918 If I am using an I tune gift card to pay for apps and music why is it taking from my gift car and my bank card

    Why am I paying twice for my music and apps. It take it off my gift cared and off my bank cared

  • Out of warranty repair alternat

    I discovered on E-bay someone offering to repair headphone jack problems on Zen Micros for $24.99. + 9.99 shipping. He also works on other Zen Models too. I had a Zen Xtra that had taken a fall causing the headphone jack to work just on one side. I s