Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. The Noisy Screen Saver

The Noisy Screen Saver

Scheduled Pinned Locked Moved C#
csharphelpquestion
8 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    max29297
    wrote on last edited by
    #1

    Hi, I've made a screen saver in C#, and everything works out fine. The only thing that bothers me is the noise made by my computer while the screen saver is running. A few seconds after it comes on, the computer begins whirring and making a lot of noise... This problem is fixed when I increase the interval for my Timer object, but the animation becomes choppy. I would be perfectly happy with the screen saver if I could just get the darn computer to stop whirring... Any suggestions you guys? Thanks, Max

    S X D G 4 Replies Last reply
    0
    • M max29297

      Hi, I've made a screen saver in C#, and everything works out fine. The only thing that bothers me is the noise made by my computer while the screen saver is running. A few seconds after it comes on, the computer begins whirring and making a lot of noise... This problem is fixed when I increase the interval for my Timer object, but the animation becomes choppy. I would be perfectly happy with the screen saver if I could just get the darn computer to stop whirring... Any suggestions you guys? Thanks, Max

      S Offline
      S Offline
      Simon P Stevens
      wrote on last edited by
      #2

      Can you figure out what is whirring? 1) Hard drive? 2) Cd/Dvd drive? 3) Fans? Most likely culprit is that you are loading something from disk (like your images for your animation maybe?) and you're doing this every frame of the animation. Check and make sure you are only loading from disk once at the beginning.

      Simon

      M 1 Reply Last reply
      0
      • M max29297

        Hi, I've made a screen saver in C#, and everything works out fine. The only thing that bothers me is the noise made by my computer while the screen saver is running. A few seconds after it comes on, the computer begins whirring and making a lot of noise... This problem is fixed when I increase the interval for my Timer object, but the animation becomes choppy. I would be perfectly happy with the screen saver if I could just get the darn computer to stop whirring... Any suggestions you guys? Thanks, Max

        X Offline
        X Offline
        Xmen Real
        wrote on last edited by
        #3

        its just HDD noise, this mostly happens in SCSI HDDs. When you will run the program it will look like that it created a physical timer :laugh: If you do not want noise, just change the hdd.

        TVMU^P[[IGIOQHG^JSH`A#@`RFJ\c^JPL>;"[,*/|+&WLEZGc`AFXc!L %^]*IRXD#@GKCQ`R\^SF_WcHbORY87֦ʻ6ϣN8ȤBcRAV\Z^&SU~%CSWQ@#2 W_AD`EPABIKRDFVS)EVLQK)JKSQXUFYK[M`UKs*$GwU#(QDXBER@CBN% Rs0~53%eYrd8mt^7Z6]iTF+(EWfJ9zaK-i’TV.C\y<pŠjxsg-b$f4ia> -------------------------------------------------------- 128 bit encrypted signature, crack if you can

        1 Reply Last reply
        0
        • M max29297

          Hi, I've made a screen saver in C#, and everything works out fine. The only thing that bothers me is the noise made by my computer while the screen saver is running. A few seconds after it comes on, the computer begins whirring and making a lot of noise... This problem is fixed when I increase the interval for my Timer object, but the animation becomes choppy. I would be perfectly happy with the screen saver if I could just get the darn computer to stop whirring... Any suggestions you guys? Thanks, Max

          D Offline
          D Offline
          Dave Kreskowiak
          wrote on last edited by
          #4

          If the noise is comming from the speakers, you've got EMI noise entering the audio channel (audio card, amplifier, speakers, ...) from somewhere on the motherboard or video card. There's really nothing much you can do about it unless you want to start replacing the case or hardware with better quality shielding on it.

          A guide to posting questions on CodeProject[^]
          Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
               2006, 2007, 2008

          1 Reply Last reply
          0
          • M max29297

            Hi, I've made a screen saver in C#, and everything works out fine. The only thing that bothers me is the noise made by my computer while the screen saver is running. A few seconds after it comes on, the computer begins whirring and making a lot of noise... This problem is fixed when I increase the interval for my Timer object, but the animation becomes choppy. I would be perfectly happy with the screen saver if I could just get the darn computer to stop whirring... Any suggestions you guys? Thanks, Max

            G Offline
            G Offline
            Guffa
            wrote on last edited by
            #5

            As you have seen by the replies so far, you have to be a lot more specific about your computer and the noise that it's making. Is it a desktop or laptop? Can you identify if the sound comeps from the fans, the hard drive, the CD/DVD player or the speakers? The fans can be noisy at high cpuy load, especially in laptops. Hard drives can make some noise, but usually not that much. A CD/DVD played makes quite some noise at spin-up. Some speaker noise due to disturbance from other circuits is common, which can be noticable at high volume settings.

            Despite everything, the person most likely to be fooling you next is yourself.

            1 Reply Last reply
            0
            • S Simon P Stevens

              Can you figure out what is whirring? 1) Hard drive? 2) Cd/Dvd drive? 3) Fans? Most likely culprit is that you are loading something from disk (like your images for your animation maybe?) and you're doing this every frame of the animation. Check and make sure you are only loading from disk once at the beginning.

              Simon

              M Offline
              M Offline
              max29297
              wrote on last edited by
              #6

              Thanks to all, I'm sorry I wasn't as concise as I should have been... A few seconds after the screen saver pops up after the set time of 1 minute, there is a whirring sound from the back of my CPU. It is a desktop computer, and I'm not completly sure, Simon, what it is that's making the sound. If I had to guess, I'd guess the hard drive, but I'll check again once I get home. Your suggestion that I was loading an image on every frame of animation was one that I had thought of, unfortunately... I am loading several images, however these are loaded at the beginning. Would drawing these images on every frame have the same effect? I have double buffered the form and my timer has an interval of 2, I believe... This is rather fast but I want the animation to be smooth... The only reason the whirring is a problem for me is that I don want to turn the screen saver off every time I go to sleep haha.

              S 1 Reply Last reply
              0
              • M max29297

                Thanks to all, I'm sorry I wasn't as concise as I should have been... A few seconds after the screen saver pops up after the set time of 1 minute, there is a whirring sound from the back of my CPU. It is a desktop computer, and I'm not completly sure, Simon, what it is that's making the sound. If I had to guess, I'd guess the hard drive, but I'll check again once I get home. Your suggestion that I was loading an image on every frame of animation was one that I had thought of, unfortunately... I am loading several images, however these are loaded at the beginning. Would drawing these images on every frame have the same effect? I have double buffered the form and my timer has an interval of 2, I believe... This is rather fast but I want the animation to be smooth... The only reason the whirring is a problem for me is that I don want to turn the screen saver off every time I go to sleep haha.

                S Offline
                S Offline
                Simon P Stevens
                wrote on last edited by
                #7

                Does this happen with all screen savers or just yours? If it happens with all it could be that you have indexing set up to run while the screen saver is active. Or some other similar task.

                Simon

                M 1 Reply Last reply
                0
                • S Simon P Stevens

                  Does this happen with all screen savers or just yours? If it happens with all it could be that you have indexing set up to run while the screen saver is active. Or some other similar task.

                  Simon

                  M Offline
                  M Offline
                  max29297
                  wrote on last edited by
                  #8

                  Only happens with mine... Hmm...

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups