Results 1 to 4 of 4

Thread: Screen flash black and then normal

  1. #1
    Join Date
    Jul 2010
    Beans
    26

    Red face Screen flash black and then normal

    Took old pc with athlon 64X2 dual, 1.90 ghz, 2gb ram and 80gb hd and formatted with ubuntu 10 then upgarded to 12.04. It brings up ubuntu fine but randomly the scrren goes black and then back to normal. I tried changing system settings under "brightness and lock" to 1 hour but it didn't help. Are there some updates that need to be installed. Update Manager says not. Thank you for your consideration.

  2. #2
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Screen flash black and then normal

    A couple questions-

    You said old PC, instead of saying laptop... so I'm assuming it's a desktop (power supply vs. battery) right?

    Could you please post the results of this:
    Code:
    lspci -vnn | grep -i VGA
    And post or attach /var/log/Xorg.0.log

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

  3. #3
    Join Date
    Jul 2010
    Beans
    26

    Re: Screen flash black and then normal

    00:05.0 VGA compatible controller [0300]: NVIDIA Corporation C51 [GeForce 6150 LE] [10de:0241] (rev a2) (prog-if 00 [VGA controller])

  4. #4
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Screen flash black and then normal

    Got your PM. If you could answer my PM questions here... Reread your first post.

    If you tried to reset your screen brightness settings to an hour, thinking it was the screensaver timing out and blanking... and that didn't work. You were probably round-about-right. Being that is a bug with that module.

    Try this. Open a terminal session <cntrl><alt><t>, and enter in this command:
    Code:
    xset s 0 0
    If that fixes what is happening with you... To make that as a permanent work-around, open the "gedit" text editor, open the file ".profile". It will be in your "home" directory. Add a line at the end of the file and type in the same command. Save and exit. It will then do that command every time the desktop starts.

    You could also just open a terminal session and say:
    Code:
    echo "xset s 0 0" >> ~/.profile
    and it would do the same thing, but faster and no visual feedback.
    Last edited by MAFoElffen; March 16th, 2013 at 03:17 AM.

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

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
  •