• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Recent content by phokur

  1. P

    Computer Reboots after Shut Down

    Clearing CMOS fixed it! Thanks
  2. P

    Computer Reboots after Shut Down

    I just finished a rebuild with a Gigabyte GA-G31M-E2SL mobo, Antec P180 Mini case, and Corsair CMPSU-400CX PSU. The problem is when I power off, the computer completely turns off, waits a second, then reboots. This happens whether I shut down in windows or do a hard shutdown with the button just...
  3. P

    The Official Post Pics of your Boxen/ Folding rigs/ Farms

    I'm relatively new at it, but starting to fold on my machines that stay running. Anybody want a new member on their team?
  4. P

    Taking Input in Python

    Figured it out used msvcrt: # Needs to be in winamp folder import os import msvcrt while 1: char = msvcrt.getch() if char == chr(27): break if char == chr(49): print os.system('winamp.exe http://sc12.1.fm:7024') if char == chr(50): print...
  5. P

    Taking Input in Python

    I'm trying to make a winamp station selector in Python and it's working, I just don't like having to hit enter after each selection. Is there any way to do that in Python? # Needs to be in winamp folder while True: import os def X(): print os.system('winamp.exe...
  6. P

    KVM Switch Woes

    A bit of a pita to set it up, but that tutorial really helped with the "linking,” but totally worth it! Does exactly as it promises, can just jump onto that other comp like I'm running dual monitors. Only one drawback I've found so far... if you're in a full screen game and your cursor...
  7. P

    KVM Switch Woes

    Exactly what I need!!! Thanks! ^_^
  8. P

    KVM Switch Woes

    I use a G15 kbd and G7 mouse. I have two computers which I want to use the same kbd and mouse for (each machine has its own monitor, speakers, etc). Is there a KVM that would let me switch just the two usbs? I have this already, but it won't work for what I need as I don't have a ps/2 keyboard.
  9. P

    New Shuttle Gaming Box - Need Input

    8800GT will fit P series no problem. 8800GT will even ft G series without modification.
  10. P

    3.5" bay ideas

    awesome replies! what is the interface with these things? :confused: edit: ah just saw usb for crystalfontz, any idea if it'll work on 64bit machines?
  11. P

    3.5" bay ideas

    Too be honest a temperature gauge is what I really need, but they don't seem to make just a simple 3.5" temperature gauge. Always with a fan controller which I don't need because I have a shuttle. :(
  12. P

    3.5" bay ideas

    Not a bad idea, not sure how much further I want to push the psu though. I remember seeing a little valueables drawer once, wish I could find that again. Did find this, though it seems like a bad idea to keep drinks that close to the tower... :p
  13. P

    3.5" bay ideas

    I have a empty 3.5" bay slot in my shuttle. I don't really need a floppy anymore, and already have an external card reader. I saw a raid controller which would be awesome, but mounting it would take away a location for the second hard drive. Anybody seen any neat things that could take up that...
  14. P

    8800 GT single slot design good for SFF?

    Already talking about it on Sudhian.
  15. P

    8800 GT single slot design good for SFF?

    I was just about to post the same question. OC'd, it is looking to be close to same processing power as GTX but two on SLI would consume less power than one GTX. May be cheaper than the GTS too... Looks like a very tempting build for a shuttle!
Back
Top