Computing desk | ||
---|---|---|
< October 14 | << Sep | October | Nov >> | October 16 > |
Welcome to the Wikipedia Computing Reference Desk Archives |
---|
The page you are currently viewing is an archive page. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages. |
I'm currently overclocking a E6400, motherboard is a MSI P6N SLI Platinum. I can change the FSB speed, but it's rated as quad-pumped in BIOS (for example, it'll say 1066mhz rather than 266mhz). I accordingly multiplied my changes accordingly (for example, if I wanted to change it by 20mhz each time, I'd increase it by 80mhz total). It was fine up to a FSB of 1180, I took it up to 1260. Multiplier is x8. The motherboard supports 1333 FSB. On startup, I'm getting the following message:
"A 266 MHz system bus processor is installed. This system bus speed is not supported on this system board. The system will run at a reduced processor clock speed and system performance will be impacted."
This is confusing me. Is the motherboard somehow throttling my overclock? Should I keep going regardless? (CPU-Z and Windows are both telling me I'm running at 2.48 anyway) Reviews of the motherboard say overclocking does extremely well on this board, and I picked the processor for the same reason (even though it's only got 2mb cache /mumble)
EDIT: Aha! A known issue, or so it seems!. Still, the article really doesn't clear up whether or not the board is actually limiting the OC or not. Anyone (froth!?!) know the answer? -Wooty [Woot?] [Spam! Spam! Wonderful spam!] 06:36, 15 October 2007 (UTC)
Are there wiki software that support structured records? By that I mean support for records with predefined structures, such as enforcing data types and supporting queries of the form:
(field_1 = value_1) and (field_2 contains value_2) ...
--96.227.90.4 07:06, 15 October 2007 (UTC)
how good will it be if one uses a K&N air filter in a 2 stroke Yamaha RX 135 bike? —Preceding unsigned comment added by 220.225.130.100 (talk) 13:30, 15 October 2007 (UTC)
I have a wireless router at home and use two laptops there. While at home I find it convenient to have a static IP address for port forwarding purposes (it also has me connected faster - no waiting for a new IP on bootup). But when I leave the house and connect to other routers, the settings I use at home might not work. At this point I go in and select "obtain ip from server", which isn't that hard but I am a little lazy.
Is there a way in XP to associate different tcp/ip settings with different routers? I don't see this option in the control panels I've looked at, are there third party programs to do this? If I could also do this in Ubuntu also that would be cool, but I mainly boot into XP. Thanks, Man It's So Loud In Here 16:36, 15 October 2007 (UTC)
Ever since I saw Animator vs Animation, I've been interested in flash. But I don't know how to make it! I downloaded flash player from the site in the article here, but after I downloaded a flash game on my computer, I can't even find the program to actually run it! What do I do? --Jeevies 17:56, 15 October 2007 (UTC)
Aww..so I have to pay "a heap of money"? Well, how about just playing flash games/movies outside of my browser? You know, like in my hard drive? --Jeevies 04:09, 16 October 2007 (UTC)
I opened it on IE and it still asks for the application. --Jeevies 16:30, 16 October 2007 (UTC)
Never mind, I just upgraded my IE 6 and I was fine. So is Actionscript, HaXE or MTASC free? --Jeevies 16:00, 18 October 2007 (UTC)
I am trying to write the values in a certain array to an XML file, I used the code present in this page under the title of "Writing perl structures into XML". The problem is I dont want the <anon> tag to appear,instead I'd like something else to be written in it. I want my output to look like this
..<whatever>
......<country>england</country>
......<capital>london</capital>
..</whatever>
..<whatever>
......<country>norway</country>
......<capital>oslo</capital>
..</whatever>
..<whatever>
......<country>india</country>
......<capital>new delhi</capital>
..</whatever>
Any ideas ?
NB: I used the dots to show tabbing —Preceding unsigned comment added by 196.219.146.147 (talk) 19:39, 15 October 2007 (UTC)