Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K
~7K People Reached

38 Posted Topics

Member Avatar for ChitsuHone

Slot type Quantity PCI Three (two available) PCI Express One (available) DIMM Four (two available)

Member Avatar for ronald577
0
541
Member Avatar for Dexxta27

we need a bit more information there should be a specific chipset listed. Regardless, it is an integrated graphics card that would come out to a very basic performance level for gaming. If you try to run games like Modernwarfare 2, even on their lowest settings, the game will black …

Member Avatar for andresbermudez
0
255
Member Avatar for Acido
Member Avatar for BlackFetus
0
121
Member Avatar for gauravagg2

some applications dont support hyperthreading, not to be confused with no support what soever. This just means that hyperthreading wont make a difference with those applications. they will still run. Any problems you run into will most likely be due to a switch to windows 7 from xp rather than …

Member Avatar for bcurt85
0
580
Member Avatar for Pigzy

yes sounds like the drive is dead, just curious though, is it an external? and what bios are you running? I had a similar problem with an external drive and the phoenix bios, turned out it was a bios problem reading over usb in the boot. found out i could …

Member Avatar for Pigzy
0
191
Member Avatar for Ponomous

What do you guys think would be the easiest way to convert a powerpoint to a flash movie? Thanks

Member Avatar for main()
0
151
Member Avatar for Ponomous

Hey so I have synergy on my home server and my desktop and laptop so I can use one mouse and keyboard for all three. I know that synergy is developing a drag and drop file transfer for multiple computers but I was wondering if anyone knew of a program …

0
109
Member Avatar for 41/53dodges

bios alarm tends to be heat related, make sure the cpu heat sinks are properly placed for both cpus. The fact that its from a flea market makes the motherboard highly suspect as well, its highly probable that it doesn't work completely.

Member Avatar for 41/53dodges
0
128
Member Avatar for reddawg

.pdd is a bitmap image that is also used by coral paint shop pro. I believe the free editing software Gimp has an extension for opening these files. you could also try changing the extension to .bmp and see if it can still be read (might work but a very …

Member Avatar for birellar
0
123
Member Avatar for Omni

i am assuming the specs at the bottom of your post were the specs for the dead system. Could you also post the power supply and the graphics card you swapped into the system? just so we cover everything that has been in the computer.

Member Avatar for Omni
0
334
Member Avatar for abu taher

My guess is that the drive is dead. Try using it in a computer with an operating system other than windows and see if it still doesn't work. If it works on another operating system, it could be your windows driver for the usb drive was corrupted and therefor it …

Member Avatar for printing.host
0
85
Member Avatar for dalri

you got a iRAM pci card, it actually acts as a really high speed hard drive that you can boot an os off. It is not ram, the only place you can install ram is in the DIMM slots.

Member Avatar for Ponomous
0
147
Member Avatar for Techyon

sounds like it might be a driver issue. uninstall the old ones and get new ones. could you also post the model of the keyboards? That problem aside, get a copy of 64 bit windows.

Member Avatar for Ponomous
0
153
Member Avatar for chermesh

When you have the TV plugged in its defaulting as the "Main" screen. Simply go into windows, right click desktop, screen resolution, and and switch it to screen 2 (there will be a tiny check box when you select the computer screen that says "Make this my main display") instead …

Member Avatar for Ponomous
0
158
Member Avatar for jems

to better help you, could you post the model number of the Gateway. This will enable us to check on the type of hard drive and the options available to you.

Member Avatar for birellar
0
264
Member Avatar for rich617983

CAUTION - This will erase everything on your computer - Back It Up First! place your windows installer cd in the cd tray. Boot the computer to the bios (by hitting f12 or whatever key it tells you to go into setup) Navigate to the boot order options and make …

Member Avatar for Ponomous
0
84
Member Avatar for tothemaxx

im guessing you damaged the pci slot when removing the first graphics card. if it has onboard video, connect via that and see if it boots, if not, i hope you have a warranty on the motherboard.

Member Avatar for Ponomous
0
178
Member Avatar for chound
Member Avatar for caperjack
0
94
Member Avatar for wicked_xr
Member Avatar for Ponomous
0
152
Member Avatar for JP1384

so you did try booting without the graphics card? you may have overloaded a power supply rail and now the computer is not getting enough power.

Member Avatar for candyman1
0
178
Member Avatar for Tamex
Member Avatar for Ponomous
0
101
Member Avatar for whipleg

[QUOTE=whipleg;1170636]thank you for the reply.i have taken out the hard drive and checked it i can't see anything wrong,i have also taken out the memory and cleaned them but with little sucess except i now get the error message problem loading operating system.i will keep trying cheers nicko[/QUOTE] thats a …

Member Avatar for whipleg
0
116
Member Avatar for Widows
Member Avatar for sonuvabich

it will be just fine. The graphics card ram is actually GDDR3 and GDDR5, GDDR5 being faster. all you need to worry about is if your power supply can handle a new card. No point in getting a really powerful card if all its going to do is blow your …

Member Avatar for Ponomous
0
70
Member Avatar for Chetan_
Member Avatar for Ponomous

so i guess there must be some sort of an error in my logic but on line 119 i started a counter that only goes up when a pair is made in the game. Since there are a total of 8 pairs, i set that when the counter is 8 …

Member Avatar for Ponomous
0
120
Member Avatar for Ponomous

So this is a matching game, flip over two cards, if they match they stay up if not they flip over again. I have the matching system and coordinate system working. My problem is that when i use my array of zeros to "hide" the numbers, all that is ever …

Member Avatar for Ponomous
0
100
Member Avatar for Ponomous

Hey, so im trying to make a memory game using 2d arrays. This is my code to randomly generate the rows and columns but its not giving me pairs, could someone tell me why, i really dont know. [CODE] for (int r=0; r<4; r++) { for (int c=0; c<4; c++) …

Member Avatar for vb6exp32
0
237
Member Avatar for Ponomous

So i am writing a program that plays the old memory card game (ie you have a 4x4 block of playing cards, flip 2, if they match they stay up, if not they flip back over). I am having trouble generating the random pairs of cards (i got the 4x4 …

Member Avatar for sfuo
0
87
Member Avatar for Ponomous

Hey How do you go about debugging? like tips and tricks? I have been looking at my code (below) for like an hour and cant figure out what i have done wrong..... [CODE] #include <fstream> // Header File for File Reading #include <iostream> // Header File for General I/O-put #include …

Member Avatar for Ponomous
0
125
Member Avatar for Ponomous

Hey so my code below works. It finds the roots for values that are in the quadratic equation from a file. What i want to do is write a function that will count the number of positive roots. What would be the easiest way to do this? I was thinking …

Member Avatar for Ponomous
0
121
Member Avatar for Ponomous

Hi, So i have written my code to solve the quadratic equation and it works. The thing I need to do is to read values for 3 variables from an input .txt file until the end of the file and output the answers for each set of variables. The variables …

Member Avatar for Fbody
0
208
Member Avatar for Ponomous

Hey, I am trying to write a program that will take the grades from an input file and average them and print them to an output file along with the names and grades. I know i am missing something simple (but ive been staring at this for 6 hours). Here …

Member Avatar for Ponomous
0
317
Member Avatar for Ponomous

Hey, i am trying to write a program that will evaluate n!/(k!(n-k)!) right now i am just trying to get the basic formula without the factorials to work ( i can just do a function call later and get the actual values) but no luck. all the variables have values …

Member Avatar for Ponomous
0
144
Member Avatar for Ponomous

So i want my program to loop while the user continues to say yes and i figured that my code below would work but for some reason it says that y is an undeclared identifier. [CODE]# include <iostream> # include <fstream> # include <cstdlib> # include <string> # include <cmath> …

Member Avatar for NathanOliver
0
112
Member Avatar for Ponomous

So I am trying to write a program that will give creditcard balance information and it is aparent when I compile that there is some sort of error ( error c2784 ). I think that I might not be including something that I need but I am not sure what …

Member Avatar for Ponomous
0
177
Member Avatar for NICEGUY123
Member Avatar for NICEGUY123
0
234
Member Avatar for Ponomous

Hey, So I am trying to get several numbers (below ) to be stored in various variables. Could you look at my code and tell me what I am messing up? (trying to emulate an example from class that I missed, stupid swine flu...)) the numbers (yes there is a …

Member Avatar for Ponomous
0
131

The End.