Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21

Thread: My Pc Is 2 Slow

  1. #11
    Storm's Avatar Poster BT Rep: +3
    Join Date
    Apr 2003
    Location
    crazy skiing monkey
    Posts
    1,316
    i have a AMD 500, 192 MB ram and a 20GB HDD, partitioned in 3, 2, 4, 4, 3, 1 and 2 GB drives

    a NVIDIA RIVA TNT Model 64/Model 64 Pro (Microsoft Corp)*
    Creative AWE64 (i no its old, but it works fine)

    OS: WinXP Pro Corp

    i have tried turning EVERYTHING off, discontected from the internet, but it still wont go very well

    i have tried difrent movies, all verifieds from http://www.fasttrackmovies.com/, but nothing faster than about 1 frame every 2 seconds

    *hey, that what my device manager says
    great FTP site for awesome quality video clips
    yeah, you have to sign up, but its worth it

  2. Software & Hardware   -   #12
    Originally posted by shn+15 August 2003 - 16:22--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (shn @ 15 August 2003 - 16:22)</td></tr><tr><td id='QUOTE'>
    Originally posted by monica_green_22@15 August 2003 - 10:11
    <!--QuoteBegin-shn
    @15 August 2003 - 15:26
    Sorry, and dont feel too bad I still have to pay this baby off.&nbsp; The monthly credit card bill is kickin my ass.

    best thing to do in your case is to optimize your ram and close out as many programs as possible right before you watch the movie..........I guess

    Why did you get Xeons with 512k L2 cache? Doesn&#39;t that defeat the purpose of the Xeon cache system?

    If your cache is that fast, then having 512k must mean that its stalling on practically every cycle after a branch prediction failure. That can be almost a 30% drop in speed on systems like windows since context switches and other branches can&#39;t be predicted. With such a long pipeline and so many decoders, a 512k cache could hardly feed it all the time, could it?

    Monica
    I wanted the top of the line since I was charging it and didnt have to pay all at one time. And I didnt know much about the xeons when I bought the pc but the issues you are refering to are not a problem if those issues even exist at all, sounds like your just trying to sound intelligent

    Btw, It runs Redhat Linux Advanced Server not a windows o.s. so context switches and other branches or whatever the hell you were talking about isnt a problem. I run windows xp on my other box and solaris 9 on my laptop so that pc is not used as a desktop. [/b][/quote]
    Heh, I had an almost identical system, except apart from RH, i ran FBSD, and the Xeons had 1MB cache.

    To see some MAJOR speed boosts grab the intel c++ compiler, and build your kernel core (no modules) with it, with all the optimizations on, and then grab gcc 3.4 (from cvs) and build your modules with that, with the p4 optimisations turned on... you will see an instant 200% boost in speed. Probably more, since RH ships 386 binaries.

    I used the system for running Maya, and found the speed improvement in OGL performance to be almost triple that of the unoptimised box. You will probably see less of an improvement as the drivers are quite good now.

    If you do, let me know, I&#39;m quite interested in seeing how much it will change.

    Monica

    [ Maybe this should be in hardware world ]

  3. Software & Hardware   -   #13
    Originally posted by Storm@15 August 2003 - 16:47
    i have a AMD 500, 192 MB ram and a 20GB HDD, partitioned in 3, 2, 4, 4, 3, 1 and 2 GB drives

    a NVIDIA RIVA TNT Model 64/Model 64 Pro (Microsoft Corp)*
    Creative AWE64 (i no its old, but it works fine)

    OS: WinXP Pro Corp

    i have tried turning EVERYTHING off, discontected from the internet, but it still wont go very well

    i have tried difrent movies, all verifieds from http://www.fasttrackmovies.com/, but nothing faster than about 1 frame every 2 seconds

    *hey, that what my device manager says
    Get a copy of the newest xvid codec binary and use the FourCC changer to change your divx movies to use the xvid codec, it has specific optimisations for your CPU.

    Also, you should really consider getting more RAM, or downgrading to Windows 2000.

    Monica

  4. Software & Hardware   -   #14
    shn's Avatar Ð3ƒμ|\|(7
    Join Date
    May 2003
    Posts
    3,568
    Originally posted by monica_green_22+15 August 2003 - 11:02--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (monica_green_22 @ 15 August 2003 - 11:02)</td></tr><tr><td id='QUOTE'>
    Originally posted by shn@15 August 2003 - 16:22
    Originally posted by monica_green_22@15 August 2003 - 10:11
    <!--QuoteBegin-shn
    @15 August 2003 - 15:26
    Sorry, and dont feel too bad I still have to pay this baby off. The monthly credit card bill is kickin my ass.

    best thing to do in your case is to optimize your ram and close out as many programs as possible right before you watch the movie..........I guess

    Why did you get Xeons with 512k L2 cache? Doesn&#39;t that defeat the purpose of the Xeon cache system?

    If your cache is that fast, then having 512k must mean that its stalling on practically every cycle after a branch prediction failure. That can be almost a 30% drop in speed on systems like windows since context switches and other branches can&#39;t be predicted. With such a long pipeline and so many decoders, a 512k cache could hardly feed it all the time, could it?

    Monica

    I wanted the top of the line since I was charging it and didnt have to pay all at one time. And I didnt know much about the xeons when I bought the pc but the issues you are refering to are not a problem if those issues even exist at all, sounds like your just trying to sound intelligent

    Btw, It runs Redhat Linux Advanced Server not a windows o.s. so context switches and other branches or whatever the hell you were talking about isnt a problem. I run windows xp on my other box and solaris 9 on my laptop so that pc is not used as a desktop.
    Heh, I had an almost identical system, except apart from RH, i ran FBSD, and the Xeons had 1MB cache.

    To see some MAJOR speed boosts grab the intel c++ compiler, and build your kernel core (no modules) with it, with all the optimizations on, and then grab gcc 3.4 (from cvs) and build your modules with that, with the p4 optimisations turned on... you will see an instant 200% boost in speed. Probably more, since RH ships 386 binaries.

    I used the system for running Maya, and found the speed improvement in OGL performance to be almost triple that of the unoptimised box. You will probably see less of an improvement as the drivers are quite good now.

    If you do, let me know, I&#39;m quite interested in seeing how much it will change.

    Monica

    [ Maybe this should be in hardware world ] [/b][/quote]
    Thanks for the tip, Ill look into that.

  5. Software & Hardware   -   #15
    Storm's Avatar Poster BT Rep: +3
    Join Date
    Apr 2003
    Location
    crazy skiing monkey
    Posts
    1,316
    Originally posted by monica_green_22+15 August 2003 - 18:04--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (monica_green_22 @ 15 August 2003 - 18:04)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin-Storm@15 August 2003 - 16:47
    i have a AMD 500, 192 MB ram and a 20GB HDD, partitioned in 3, 2, 4, 4, 3, 1 and 2 GB drives

    a NVIDIA RIVA TNT Model 64/Model 64 Pro&nbsp; (Microsoft Corp)*
    Creative AWE64 (i no its old, but it works fine)

    OS: WinXP Pro Corp

    i have tried turning EVERYTHING off, discontected from the internet, but it still wont go very well

    i have tried difrent movies, all verifieds from http://www.fasttrackmovies.com/, but nothing faster than about 1 frame every 2 seconds

    *hey, that what my device manager says
    Get a copy of the newest xvid codec binary and use the FourCC changer to change your divx movies to use the xvid codec, it has specific optimisations for your CPU.

    Also, you should really consider getting more RAM, or downgrading to Windows 2000.

    Monica [/b][/quote]
    Right......... well i have no idea what u just told me 2 do, but i guess the Xvid site will help me out on that (sry 4 being a total n00b when it comes 2 this sorta stuff)

    and as far as the more RAM goes: im kinda saving 4 a comp of my own (yup, still use my folks comp )......... and we just upgraded the RAM from 64 to 192.......

    oh well, ill give it a shot, i just tried using the AVIPreview, and all i get is as if the movie is projected on a pond with ALOT of ripples in it........... and not a very good speed either :S
    great FTP site for awesome quality video clips
    yeah, you have to sign up, but its worth it

  6. Software & Hardware   -   #16
    Originally posted by Storm+15 August 2003 - 17:23--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (Storm @ 15 August 2003 - 17:23)</td></tr><tr><td id='QUOTE'>
    Originally posted by monica_green_22@15 August 2003 - 18:04
    <!--QuoteBegin-Storm
    @15 August 2003 - 16:47
    i have a AMD 500, 192 MB ram and a 20GB HDD, partitioned in 3, 2, 4, 4, 3, 1 and 2 GB drives

    a NVIDIA RIVA TNT Model 64/Model 64 Pro (Microsoft Corp)*
    Creative AWE64 (i no its old, but it works fine)

    OS: WinXP Pro Corp

    i have tried turning EVERYTHING off, discontected from the internet, but it still wont go very well

    i have tried difrent movies, all verifieds from http://www.fasttrackmovies.com/, but nothing faster than about 1 frame every 2 seconds

    *hey, that what my device manager says

    Get a copy of the newest xvid codec binary and use the FourCC changer to change your divx movies to use the xvid codec, it has specific optimisations for your CPU.

    Also, you should really consider getting more RAM, or downgrading to Windows 2000.

    Monica
    Right......... well i have no idea what u just told me 2 do, but i guess the Xvid site will help me out on that (sry 4 being a total n00b when it comes 2 this sorta stuff)

    and as far as the more RAM goes: im kinda saving 4 a comp of my own (yup, still use my folks comp )......... and we just upgraded the RAM from 64 to 192.......

    oh well, ill give it a shot, i just tried using the AVIPreview, and all i get is as if the movie is projected on a pond with ALOT of ripples in it........... and not a very good speed either :S [/b][/quote]
    http://www.inmatrix.com/files/avic_download.shtml

    Monica

  7. Software & Hardware   -   #17
    BANNED
    Join Date
    Apr 2003
    Posts
    1,143
    nope, no way your comp just sucks, too much.

  8. Software & Hardware   -   #18
    abu_has_the_power's Avatar I have cool stars
    Join Date
    Apr 2003
    Posts
    6,447
    u know wat i would do, I WOULD BUY A NEW COMPUTER sorry bout shouting. and a cheap place would be:
    www.ibuypower.com
    if u want a full system, and buy parts at newegg.com or tigerdirect.com or Micro Center, but they r more expensive. hope that helped. and if u r gona buy, buy now, they have a sweet ass offer goin on::
    IBUYPOWER Promo

  9. Software & Hardware   -   #19
    Storm's Avatar Poster BT Rep: +3
    Join Date
    Apr 2003
    Location
    crazy skiing monkey
    Posts
    1,316
    i am gonna buy a new comp.......... 2600+ AMD, 512MB RAM, 80GB HDD and all 4 only 600 euro (no monitor), but i wanna no if there isnt a prog that will change my DivX 2 Avi (or whatever, like MP3-> WAV only then 4 DivX)
    great FTP site for awesome quality video clips
    yeah, you have to sign up, but its worth it

  10. Software & Hardware   -   #20
    Your best bet is to download tmpgenc to convert the divx file to mpeg, which you should be able to watch on a machine with lower specs.

    Monica

Page 2 of 3 FirstFirst 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •