I am relatively sure that my mobo is capable of running windows 7 but I will double check with ASUS. And no I am not running a 32 bit CPU. I have a 64 bit CPU otherwise I would not even attempt to...
Type: Posts; User: Night; Keyword(s):
I am relatively sure that my mobo is capable of running windows 7 but I will double check with ASUS. And no I am not running a 32 bit CPU. I have a 64 bit CPU otherwise I would not even attempt to...
Ok so I have obtained a copy of Windows 7 Ultimate from my school and I am attempting to install it now. Because I am running Windows XP x32 because my school did not offer the 64 bit version I am...
Well Asus came out with an updated BIOS. 1011. It fixes the Hypertransport sort of but not fully. You can now turn it up to X2
oh man thats some good stuff. Bet they tasted fantastic
Yes I am on the administrator account. I want to disable the onboard LAN because it isn't inuse and the icon with the X on it as well as the pop-ups that say a network cable is unplugged get on my...
Ok so I'm trying to disable my onboard LAN device since I am connecting to the internet via wireless. When I try I get an Error as follows.
Error Dissabling Device
It is not possible to disable...
I'll take a look at those sites and see what I can find. I also have no doubt that my graphics card can support the resolution. No doubt as all. Thanks for input.
Ok so since I have been pretty much rebuilding my entire system I was thinking of getting a new monitor as well. My monitor as it is pretty much really sucks. So I figure if I REALLY want to see the...
Well right now I'm playing World of Warcraft and check the frame rates often to make sure things are running well. On a general basis I run about 70 to 75 fps.
Thats what I do. Hate leaving a thread like this open with no solution. This way I can also point to others a place to look. With no fix on the horizon I just got the new board and it works like a...
Ok here is the official word. The nVidia nForce4 X4 chipset is the only nForce4 set to have problems. If you have nForce4 SLI or nForce4 x16 then it will run with the ATI PCI-E cards no problem....
ok an update for you guys. I went ahead and ordered a new motherboard. I talked with ASUS and it is a known problem with that board but they aren't planning on a fix for some time yet so I decided to...
Well I have discovered what I think my main problem is. From my understanding working around the forums on the ASUS site to see if any others have had a similar issue or not. Anyway it seems anyone...
yeah my enermax 550 does great. If it was the Power supply I wouldn't see why it would only have these issues with DirectX games. Of course I do know that ATI and Microsoft have had there...
Well Mark I am using a pretty decent 550 power supply. So I hope its not that. What kind of Power Supply do you run? Also I've run dxdiag many times and it says everything is good to go. Also I have...
Ok so I bought this monster of a card a few months ago and it has been awsome. However lately I seem to be having issues with any game involving DirectX from microsoft. Meaning the game will lock and...
well what I ended up doing, since this file is set up in a Loop, is something like this:
num = sr.ReadLine
If num > largest then
largest = num
end if
If num < smallest
smallest = num
Thanks for the tips I ended up figuring it out. When I get home I will post the code if needed.
Ok I know this is probably pretty easy but it's bugging me. How can I determine what the smallest and the largest number is when I'm reading a list of numbers out of a specific text file. For...
Narrowed the problem to one line. Some where in the Do Loop statement it is messing up. WHen I get the number calc it is saying something like 11984 for the number of years to double. Ok so then if I...
Ok I've narrowed down the problem. It is in the first Do Loop. For some reason the doubleing money is holding up the system. Without that I can easily get the number of years it takes to make a...
I am writing a program that I think I am getting an infinite loop on. Can't seem to figure out where. I am sure it is more than likely the first loop being done. Anyway so you know what I am trying...
An assignment of sorts yes. For me not as much as the kids in my class. I had forgoten all about using MOD for some reason or another at first until I went back through old work where I needed to...
You are quite right. I tend to find more information in the search which will prevent me from posting. Of course at times there are so many posts to run through that it is hard so if I post a thread...
I like to follow up. Allows me to thank those that helped me out or gave me direction of any kind. Always appreciated. Besides when I help it's good to know that it got solved.