Results 1 to 8 of 8

Thread: Annoying screen flicker

  1. #1
    Join Date
    Aug 2008
    Beans
    18

    Annoying screen flicker

    I'm running Ubuntu on an HP dv9000. The screen flickers sometimes which is distracting and annoying. If I go to system-->Admin-->hardware drivers I get a statement that reads, "Proprietary drivers are being used to make this computer work properly". Under device driver reads "NVIDIA accelerated graphics driver (latest cards), enabled and in use. I'm sure if this is the correct driver I should be using, or if my problem lies elsewhere.

  2. #2
    Join Date
    Jul 2006
    Location
    Here
    Beans
    11,187

    Re: Annoying screen flicker

    you probably need to adjust you refresh rate.
    Last edited by kerry_s; September 1st, 2008 at 10:09 AM.

  3. #3
    Join Date
    Aug 2008
    Beans
    18

    Re: Annoying screen flicker

    Only option I'm presented with is 50hz

  4. #4
    Join Date
    Jul 2006
    Location
    Here
    Beans
    11,187

    Re: Annoying screen flicker

    Quote Originally Posted by AngryNapkin View Post
    Only option I'm presented with is 50hz
    then you need to put a wider options in your xorg.conf, look up what your screen runs at, my screen has a info button that tells me on the front.

    use-> gksu gedit /etc/X11/xorg.conf

    then add your stuff to the monitor section, mine looks like this:

    Code:
    Section "Monitor"
    	Identifier	"S/M 955DF"
    	Option		"DPMS"
            HorizSync       30-85
            VertRefresh     50-160
    EndSection

  5. #5
    Join Date
    Aug 2008
    Beans
    18

    Re: Annoying screen flicker

    I found the option in the nvidia settings, but when I try to merge into the config file I get the following error:

    Unable to create new X config backup file '/etc/X11/xorg.conf.backup'.
    Last edited by AngryNapkin; August 28th, 2008 at 08:14 AM.

  6. #6
    Join Date
    Jul 2006
    Location
    Here
    Beans
    11,187

    Re: Annoying screen flicker

    Quote Originally Posted by AngryNapkin View Post
    I found the option in the nvidia settings, but when I try to merge into the config file I get the following error:

    Unable to create new X config backup file '/etc/X11/xorg.conf.backup'.
    run nvidia-settings as root.

  7. #7
    Join Date
    Aug 2008
    Beans
    18

    Re: Annoying screen flicker

    Alright thanks. I now have two options: 73hz and 50hz. Unless I'm mistaken, the display on an hp dv9000 should be running at 60hz. This is what my config file now reads:

    Code:
    Section "Monitor"
        Identifier     "Monitor0"
        VendorName     "Unknown"
        ModelName      "LPL"
        HorizSync       30.0 - 75.0
        VertRefresh     60.0
    EndSection
    Also, under nvidia-settings, I can set my refresh rate to 60hz. However, if I go to system-->preferences-->screen resolution, I am presented with on 50 and 73hz options. I assume this setting box is what dictates which refresh rate my machine runs, in effect overruling whatever setting change I make in nvidia-settings.
    Last edited by AngryNapkin; August 28th, 2008 at 10:05 AM.

  8. #8
    Join Date
    Jul 2006
    Location
    Here
    Beans
    11,187

    Re: Annoying screen flicker

    Quote Originally Posted by AngryNapkin View Post
    Alright thanks. I now have two options: 73hz and 50hz. Unless I'm mistaken, the display on an hp dv9000 should be running at 60hz. This is what my config file now reads:

    Code:
    Section "Monitor"
        Identifier     "Monitor0"
        VendorName     "Unknown"
        ModelName      "LPL"
        HorizSync       30.0 - 75.0
        VertRefresh     60.0
    EndSection
    Also, under nvidia-settings, I can set my refresh rate to 60hz. However, if I go to system-->preferences-->screen resolution, I am presented with on 50 and 73hz options. I assume this setting box is what dictates which refresh rate my machine runs, in effect overruling whatever setting change I make in nvidia-settings.

    i think you have this bug-> https://bugs.launchpad.net/ubuntu/+s....20/+bug/92599

    so a couple of things to try:

    sudo nvidia-xconfig

    and/or try putting:
    Option "DynamicTwinView" "false"

    in the device section

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
  •