645 Ultra and Geforce 4200, major problems, please help!!

I have read through this forum and have seen different problems with this mobo and geforce cards, so first here is my set up.
P4 1.6A
645Ultra Rev 1 Bios 1.9
Visiontek 4200 128mb ddr
IBM Hard Disk 7200 rpm
300W Codegen PS
256 Corsair DDR333
Let me put it like this: With just the video card in, and "installing" winxp on a fresh formatted drive. The card/board crashes the install. I had been using a radeon 7500 on my system for awhile with no problems, but wanted more power, so bought geforce 4. Did the clean uninstall of radeon drivers,bla bla, and install the geforce 4. Nothing but problems, randoms hangs, and eventually would not even let me boot past the bios screen. When I boot in safe mode, it crashes my computer. When I put back in the radeon, no problems.
So I reformatted my whole comp, knowing anyway that it was not xp, so I had to use the radeon to reinstall xp since installer crashes with geforece card.(bye the way I tried my older geforce256 SDR, and same problems). I install fresh system, but do not install radeon drivers, turn off comp, put in geforce card on fresh install, again no drivers, and it still crashes my system...random hangs. So I install the drivers from the install CD, forgot which version, and again still crashes. So can anyone help me. This is clearly a mobo card conflict.
Could it be IRQ settings or Powersupply not enough?
Thanks for any help

I would not say it is a PSU problem as you have the same issues with the other cards.
IRQ could be if you have anything plugged in PCI slot 1 and 2.

Similar Messages

  • Creative T7700 and DTS-100 Decoder (PROBLEMS, PLEASE HELP)

    Hi
    I purchased a Creative T7700 Speaker system and DTS-100 Decoder the other week but so far have had no luck getting it to work. I use a Gigabyte GA-K8NS ULTRA motherboard which came with an audio combo kit that supports 7.1. I did everything the logical way, Connecting the black wire to black socket in speaker and red tabbed wire to the red socket in speaker, I then connected each speaker to the sockets at the back of subwoofer. Then I connected the audio cables (grey, blue, orange, black) from sub to the Decoder switch, then connected the other wires from switch to the audio jacks at the back of the PC(blue plug to blue socket, black plug to black socket, orange plug to orange socket), The I connected the hardwired plugs in decoder switch to the decoder. Finally, I plugged the mains power to the decoder and subwoofer but got no sound at all. I checked the 7.1 was set up on computer and it was.
    HAS ANYONE ANY IDEAS WHY I GET NO SOUND? :smileyindifferent:
    1. I know I have power cause the circular green light on volume and bass controller is on.
    2. I have the decoder set to analogue and tried 1,2 and 3.
    3. I have tried changing the decoder switch between decoder and PC.
    4. I checked I have the decoder and subwoofer set to 7.1
    5. I know it isnt a problem with computer or decoder because when I plug earphones into the green audio jack in either the PC or Decoder I get sound (Although I have the decoder switch set to "PC"meaning the decoder just sits there with its little green lights making no difference at all).
    PLEASE HELP WITH THIS PROBLEM.
    Thanks

    I also am having this issue. Where I have installed the software for the M and after doing so I plug it in and get the Driver installation that fails to find drivers. If I try to open the creative explorer or the firmware upgrade released yesterday both say no device attached.

  • Transparent spry menu that has a background color on sub menus and a few other problems(Please Help)

    Hi im a noob at dream weaver and i've been trying to create a menu and i have been having problems with this menu bar i don't know what to upload and i have made a topic about this before but i only got one reply and so i am trying to make my menu bar transparent and then the sub menu's colored with the color code #1A1A1A and the menu bars that have been color background are only the sub sub menu bars if you know what i mean and also my other problem is the spacing i have between each option is really uneven is there a way to make them evenly sperated apart from each other rather than just the size of a "box" that the text is in. Here is my SpryMenuBarHorizontal.css code
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
              margin: 0 auto;
              padding: 0;
              list-style-type: none;
              font-size: small;
              cursor: default;
              width: 100em;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
              z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
              margin: 0;
              padding: 0;
              list-style-type: none;
              font-size: 18px;
              position: relative;
              text-align: left;
              cursor: pointer;
              width: 10.8em;
              float: left;
              visibility: visible;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
              margin: 0;
              padding: 0;
              list-style-type: none;
              font-size: 100%;
              z-index: 1020;
              cursor: default;
              width: 8.2em;
              position: absolute;
              left: -1000em;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
              left: auto;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
              width: 15em;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
              position: absolute;
              margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
              left: auto;
              top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    ul.MenuBarHorizontal ul
              border: 0px solid #1A1A1A;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
              display: block;
              cursor: pointer;
              background-color: transparent;
              padding: 9px;
              color: #FFF;
              text-decoration: #1A1A1A;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
              font-weight: bold;
              font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
              font-size: 18px;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
              background-color: #0048ff;
              color: #EEE;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
                          background-color: #1A1A1A
              background-repeat: no-repeat;
              background-position: 95% 50%;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
              background-color:#1A1A1A;
              background-repeat: no-repeat;
              background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
              background-color:#1A1A1A
              background-repeat: no-repeat;
              background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
              background-color: #1A1A1A
              background-repeat: no-repeat;
              background-position: 85% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
              position: absolute;
              z-index: 1010;
              filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
              ul.MenuBarHorizontal li.MenuBarItemIE
                        display: inline;
                        f\loat: left;
                        background-color: #1A1A1A;

    See if this post helps :
    http://forums.adobe.com/message/1997762#1997762
    and this one:
    http://forums.adobe.com/message/1898539#1898539
    Nadia
    Adobe® Community Expert : Dreamweaver
    http://www.perrelink.com.au
    Unique CSS Templates | Tutorials | SEO Articles
    http://www.DreamweaverResources.com
    http://twitter.com/nadiap

  • Trying to get my iphone5 to backup with icloud. i tried the set up the way the tutorial stats but still when i try it says backup was unable to complete. i have anipad running with the same icloud account and it has no problem. please help.

    trying to set up icloud on my iphone5 and it keeps saying that its unable to complete the back up.. i have it running on my ipad just fine.. please help. i followed all the steps in the tutorial.. thank you

    Hi DesCoop,
    You must initiallly activate iCloud from an IOS device or a Mac. You cannot inititally activated from a PC.
    Sorry.
    GB

  • Iphoto 09 major problems - PLEASE HELP!

    Gosh I really hope someone can help me. .
    I upgraded iphoto 09 this morning and the result has been utter chaos.
    First I have 3 different iphoto libraries for different years. There are albums from 2 years ago now mixed in the middle of 2009 albums (where the websites are listed under Mobile me Gallery on the left hand side).
    To make matters worse, every Mobile Me Gallery is malfunctioning. If you click on a gallery, it starts looking like it is updating the album (even though no changes have been made). It then comes up as an error and takes away the link for that gallery. When I tried to click the link to get the pics, the links are all unavailable. I have hundreds of galleries that I have created over the years.
    I hope this is a common problem with new users. Please let me know.

    Welcome to the Apple Discussions. Did you just upgrade the application and then launch each existing library with the new library?
    Backup and launch iPhoto with the Command+Option keys depressed to rebuild each of the libraries. Select the last three options.
    Click to view full size
    Happy New Year

  • IMovie Major Problem - Please Help!

    I imported video clips from an analog source though my DV VCR into Final Cut Pro via FireWire but for reasons too technical to go into I now have to edit the project ASAP using iMovie 5.0.2
    The problem is that when I import the clips they are stretched into a letterboxed format that distorts the image. Other clips that were brought in with my DV camcorder (which were shot on the camcorder) look fine and fill the screen properly but I can't find any way around the stretching problem with the clips captured from the analog source. This project has to be done by the end of the day OR ELSE! Is there anybody out there who can help me solve this problem?
    Thanks in advance!
    Accumulator

    That one didn't work either. I don't understand why the clips looked fine in Final Cut Pro and look fine in Quicktime but are distorted in iMovie. I know this is an Apple Forum but for crying out loud, is there ANY editing software that I can get that will just play these things correctly while my Quad is in the shop? I even have all of the clips ready for dropping into a timeline (trimmed in QuickTime Pro) and all I need to do is render it into video and audio TS files and I'm good to go. Otherwise I lose a major client! This is crazy because I own Final Cut Studio but my software is back in the States (I'm in London right now)!
    Apple makes great products, and I'm a very loyal customer but this particular problem is gonna sink my business!
    Any help would be greatly appreciated!
    17" G4 PowerBook   Mac OS X (10.4)  

  • Solaris 10 upgrade - Major problems - PLEASE HELP

    I have a v880 running Solaris 10 11/06 (U3) which I am trying to upgrade to the latest Solaris 8/11 (U10) release without much success. I am simply using the Solaris Installation Program and booting from DVD and running the upgrade option. However the process fails with the following error:
    The selected Software exceeds the available disk space.
    The Solaris operating environment selected to upgrade contains
    a metadevice. Disk Space Re-allocation is not allowed.
    Please do one of the following:
    Deselect some software to be installed.
    Choose another version of Solaris to upgrade. (If available)
    Go back and select Initial Install.
    Exit the installation.<Press ENTER to continue>
    A df -h shows that / has 22Gb free, swap space is 3.1Gb free, /var has 7.1Gb free and /usr 3.1Gb free. All the documentation seems to show that that is ample space. I'm relatively new to Unix and Solaris so be gentle with me if I'm doing something stupid. Many thanks to all. An initial install is not an option as I need to keep the setup as is.

    It's probably /usr that it's whining about. It's not very exact when calculating space and 3.1G is not ample space these days. This is why I put everything in the / partition anymore. Don't have to worry about this crap down the line...
    You might try copying some stuff off of /usr (if you can find it) and try again.

  • Major Problem Please help me.....

    Im Using Macbook black operating at Mac OS X (10.5.3), Recently I cant open my Adobe Photoshop so i decided to re-install but i still cant. So what i decided to do is to Clear all the stuffs from my macbook as there we too much things also. I want to be totally empty so i insert the Mac Disc inside and off my mac gives me a blank screen. help me please...

    Insert your Leopard install DVD
    Hold down the C key and keep it held down
    Press the power key to start it up
    Continue to hold the C key until the computer is done booting up

  • MAJOR PROBLEMS PLEASE HELP!!

    Before I contact AppleCare I want to know what if I'm the only one who is experiencing all these malfunctions first.
    I bought my iMac last year right around this time and I've never had problems with it until now.
    I decided to leave windows computer about two years ago, I have an iMac and a powerbook g4 now for the very reason why I hated windows, that whole lagging and screen freezing thing.
    Never seen it with any macs before until just last week.
    My iMac just froze. I didn't know what it was.
    I had about 9 safari windows opened and I believed that most of them were in tabs.
    It never freezes until I Minimize a window. It just freezes. Can't click on anything even though the cursor is still active, the screen is still active its just not doing anything. So no panic I just need to restart right? Just a day later it did it again. And it keeps doing it. So I dont know whats wrong. Here's an image as to how it looks like.
    Another problem I am having is with my external hard drives. I dont think its the hard drives because when I connect it with my powerbook it has no problems but with my iMac, every time I restart my computer it gives me that error about my external drives.
    What do I do??

    Since it is systemwide, I'd try to repair this with 10.4.10 Combo Updater Intel.
    This is a fuller install, as opposed to an incremental "delta" update so it should overwrite any files that are damaged or missing. It does not matter if you have applied it before. It has worked well for many.
    Remember to Verify Disk before update and repair permissions after update from /Applications/Utilities/Disk Utility.
    EDIT: Is there something odd going on with red, yellow and green areas at the bottom of your display, or is that just a low quality image causing that?
    -mj
    [email protected]
    Message was edited by: macjack

  • Imac 27 i7 with lg m2762d monitor tv major problem please help

    i guys i have just turned to macs and im stuck
    i have a imac 27" i7 and its beautiful but i wont to connect a second monitor i have its a lg m2762d
    i bought a dr doc mini display port to hdmi cable and the hdmi cable
    when i plug it all in it wont give me the option to use 1920 x 1080 resolution so the second monitor looks naff
    i know the cable works as i tried a samsung 24 inch monitor and i know the lg monitor works in 1080 as ive tried it on my pc
    my question is: is there a compatablity issue or a driver issue and is there a way round it
    many thanks

    Are you using Extended Desktop or mirroring for the displays? Are you getting a Sys Prefs/Displays window on both displays when you go to Sys Prefs/Displays on the iMac?
    Apple suggests that you connect and turn on the ext display before starting up your Mac so that it gets a good read from the ext display's information that it uses to identify itself to the iMac.
    Dah•veed

  • My iphone is on recovery mode and i can´t turn on it, when i try to recover it from itunes i get: "unknown error (36), i´ve tried to do lot of things but i can´t  solve my problem. please help!!

    my iphone is on recovery mode and i can´t turn on it, when i try to recover it from itunes i get: unknown error (36), i´ve tried to do lot of things but i can´t solve my problem. please help!!

    Hi, i had the same problem. Try to find the file "apple" or "itunes" don't know it anymore exactly. Ahm well you need to delet any information or just plug in your iphone into an other computer. important is that your iphone never has been pluged in this computer before. This was what i did, and it worked!

  • I want to buy an in-app purchase but i don`t remember my security questions and i cant access my recovery email either, what can i do? i have 100$ on my account and cant use it because of that problem, please help URGENT

    I want to buy an in-app purchase but i don`t remember my security questions and i cant access my recovery email either, what can i do? i have 100$ on my account and cant use it because of that problem, please help URGENT

    If you have a rescue email address on your account then you can use that - follow steps 1 to 5 half-way down this page will give you a reset link on your account : http://support.apple.com/kb/HT5312
    If you don't have a rescue email address (you won't be able to add one until you can answer your questions) then you will need to contact Support in your country to get the questions reset : http://support.apple.com/kb/HT5699

  • I'm in trouble, my iPod Touch is giving 4th shock when recharge and the battery does not last any more. who knows or has a similar problem, please help me. Note: all this after I downloaded the new version OS5.

    I'm in trouble, my iPod Touch is giving 4th shock when recharge and the battery does not last any more. who knows or has a similar problem, please help me. Note: all this after I downloaded the new version OS5.

    I would make an appointment at the Genius Bar of an Apple store because of the shock issue. I doubt it was caused by the update.

  • HT1349 The nice man Joseph Shen helped me with my google problem on my iPhone and worked for 2 days and now not working again please help me solve this problem were I can retrieve my messages on the I phone when I am not at home  on my wi Fi is the only t

    The nice man Joseph Shen helped me with my google problem on my iPhone and worked for 2 days and now not working again please help me solve this problem were I can retrieve my messages on the I phone when I am not at home  on my wi Fi is the only time it works correct. Bill. [email protected]  708 752  3667 

    http://lifehacker.com/5852948/what-to-do-if-youve-forgotten-your-iphones-passcod e

  • My iPad stop working suddenly i see black screen only pressing the home? and sleep button dose not solve the  problem please help?

    My iPad stop working suddenly i see black screen only pressing the home and sleep button dose not solve the problem please help ?

    Frozen or unresponsive iPad
    Resolve these most common issues:
        •    Display remains black or blank
        •    Touch screen not responding
        •    Application unexpectedly closes or freezes
    http://www.apple.com/support/ipad/assistant/ipad/
    iPad Frozen, not responding, how to fix
    http://appletoolbox.com/2012/07/ipad-frozen-not-responding-how-to-fix/
    iPad Frozen? How to Force Quit an App, Reset or Restart Your iPad
    http://ipadacademy.com/2010/11/ipad-frozen-how-to-force-quit-an-app-reset-or-res tart-your-ipad
    Black or Blank Screen on iPad or iPhone
    http://appletoolbox.com/2012/10/black-or-blank-screen-on-ipad-or-iphone/
    What to Do When Your iPad Won't Turn On
    http://ipad.about.com/od/iPad_Troubleshooting/ss/What-To-Do-When-Your-Ipad-Wo-No t-Turn-On.htm
    iOS: Not responding or does not turn on
    http://support.apple.com/kb/TS3281
    Home button not working or unresponsive, fix
    http://appletoolbox.com/2013/04/home-button-not-working-or-unresponsive-fix/
    Fixing an iPad Home Button
    http://tinyurl.com/om6rd6u
    iPad: Basic troubleshooting
    http://support.apple.com/kb/TS3274
     Cheers, Tom

Maybe you are looking for

  • Types of alerts in PI 7.3

    Hi , May i know the types of alerts in sap pi 7.3

  • Excise duty values not floating to J1IEX_C

    Hi all, I created a PO with all Excise duties like BED, CESS, SECess etc.. When i try to capture the excise invoice i can see only Ecess and SEcess but not Excise duty( JMOP ) We are using TAXINN and duties were maintaiend thro FV11. How to fix this.

  • Availability check across multiple plants

    Can anyone tell me how to do availability check across multiple plants belonging to same Company Code on First Expiry First Out basis. The Sales Order should Pick up plant which has product(batch) which is near to expiry .

  • How to download Java API documentation?

    How to download Java API documentation?

  • Capabilities of Web Dynpro JAVA

    Hi I had a requirement to capture Keyboard Events. After searching lot I found out that, it is not possible in Web Dynpro JAVA. Is there any document which specifies What are the things possible with Web Dynpro? What are the things missing/not possib