Display problem

Discussion in 'Newbie Questions' started by elementaryUser123, Jul 30, 2018.

  1. elementaryUser123

    elementaryUser123 Thread Starter
    Expand Collapse
    New Member

    Joined:
    Jan 16, 2018
    Messages:
    4
    Likes Received:
    0
    Hello, this problem where my screen goes discolored and saturated seems to be happening to me all the time and I have no idea what is causing it. It is fixed by me logging out and logging back in again however this is tedious and I do not want to have to be doing this all the time. I have tried screenshotting when it happens however when I look at the screenshot image when the display is normal the screenshot image looks normal. I have had to take a picture of the screen with my phone to show you what I mean. Does anyone have any idea what is causing this issue? I am using a HP Elitebook 820 G1. Any advice at all is greatly appreciated, thank you.

    IMG-2775.JPG IMG-2776.JPG IMG-2777.JPG
     
  2. Artificial Intelligence

    Artificial Intelligence
    Expand Collapse
    Elementary Supporter

    Joined:
    Jan 24, 2017
    Messages:
    145
    Likes Received:
    27
    It may be the videocard is going south. It happens. Try boot up with a different distro or windows to see if it also happening there. If so it's caused by faulty videocard.
     
  3. elementaryUser123

    elementaryUser123 Thread Starter
    Expand Collapse
    New Member

    Joined:
    Jan 16, 2018
    Messages:
    4
    Likes Received:
    0
    It is not an issue with the video card as I did not have this problem when using windows. Thanks for your advice though, do you have any other suggestions?
     
  4. Artificial Intelligence

    Artificial Intelligence
    Expand Collapse
    Elementary Supporter

    Joined:
    Jan 24, 2017
    Messages:
    145
    Likes Received:
    27
    Please give the output of these commands:
    Code (Text):

    sudo lspci|grep VGA
    glxinfo|grep vendor
     
  5. elementaryUser123

    elementaryUser123 Thread Starter
    Expand Collapse
    New Member

    Joined:
    Jan 16, 2018
    Messages:
    4
    Likes Received:
    0
    output of first command:

    00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 0b)

    output of second command:

    server glx vendor string: SGI
    client glx vendor string: Mesa Project and SGI
    OpenGL vendor string: Intel Open Source Technology Center

    Hope this helps, thanks
     
  6. Artificial Intelligence

    Artificial Intelligence
    Expand Collapse
    Elementary Supporter

    Joined:
    Jan 24, 2017
    Messages:
    145
    Likes Received:
    27
    Let us update the mesa driver:
    Code (Text):
    sudo apt-get install software-properties-common
    sudo add-apt-repository ppa:ubuntu-x-swat/updates
    sudo apt update && sudo apt dist-upgrade
     
    The latest intel driver is no longer supported in ubuntu 16.04 which elementary os is build upon. So you might want to try elementary os juno beta if the problem consist.
     

Share This Page

Loading...