Thread: Screen goes black...mouse problem...

  1. #1
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708

    Screen goes black...mouse problem...

    Ever since I got this USB mouse, the screen goes black every 20 minutes or so (though the mouse works fine). Any idea what program controls this mechanism? Does anyone know if there is a registry entry I can edit or something?
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

  2. #2
    Registered User
    Join Date
    Nov 2002
    Posts
    32
    im guessing while updating dirvers or something. soe other file got messed up.
    Silent to All
    -Those who live by the sword get shot by those who don't.

  3. #3
    Microsoft. Who? MethodMan's Avatar
    Join Date
    Mar 2002
    Posts
    1,198
    Originally posted by TheUnheardHuman
    im guessing while updating dirvers or something. soe other file got messed up.
    I agree. It could be the drivers.

    I upgraded to XP, whenever I got on the net the computer would reboot whenever it felt like it. Turned out to be the dirvers for the network card.
    -MethodMan-

    Your Move:Life is a game, Play it; Life is a challenge, Meet it; Life is an opportunity, capture it.

    Homepage: http://www.freewebs.com/andy_moog/home.html

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Screen Stream Display Problem
    By mindtrap in forum C# Programming
    Replies: 0
    Last Post: 05-02-2008, 06:54 AM
  2. Screen coordinates and mouse pointer manipulation
    By Zewu in forum Windows Programming
    Replies: 1
    Last Post: 03-25-2005, 05:30 PM
  3. char copy
    By variable in forum C Programming
    Replies: 8
    Last Post: 02-06-2005, 10:18 PM
  4. an odd SDL problem...
    By DavidP in forum Game Programming
    Replies: 2
    Last Post: 03-14-2004, 11:01 AM
  5. Problem clearing screen
    By tim545666 in forum C++ Programming
    Replies: 9
    Last Post: 02-10-2002, 10:10 PM