Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Screen Color Saturation Quick Qestion

  1. #1
    Join Date
    Nov 2013
    Location
    US
    Beans
    62
    Distro
    Ubuntu Mate

    Question Screen Color Saturation Quick Qestion

    Hi guys!

    Quick question; do the new Ati Radeon drivers allow for screen "saturation" adjustment? Catalyst Control Center style?
    = Roi'ikka-Ta =

  2. #2
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Screen Color Saturation Quick Qestion

    Which new driver?

    ATI was bought by AMD and no longer exists.

    Do you mean the open source Radeon driver?
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

  3. #3
    Join Date
    Nov 2013
    Location
    US
    Beans
    62
    Distro
    Ubuntu Mate

    Re: Screen Color Saturation Quick Qestion

    The AMD-GPU driver I believe it is.

    And thanks for the update about ATI and AMD. I have a i7 HP Elitebook so it's rather in-between generations, yes.
    = Roi'ikka-Ta =

  4. #4
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Screen Color Saturation Quick Qestion

    What model GPU does that use?
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

  5. #5
    Join Date
    Nov 2013
    Location
    US
    Beans
    62
    Distro
    Ubuntu Mate

    Re: Screen Color Saturation Quick Qestion

    A Radeon HD 7500M series

    I wouldn't mind troubleshooting I just don't have Ubuntu MATE (as I usually use) installed right now since this driver issue.
    This has actually been keeping me from installing Ubuntu on it ..

    Any hope?
    = Roi'ikka-Ta =

  6. #6
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Screen Color Saturation Quick Qestion

    I do not believe AMDGPU supports your GPU. AMDGPU requires GPUs with 2nd gen GCN (Graphics Core Next) architecture -- GCN 1.1.

    I don't think anything prior to the HD 7700 series used GCN architecture, and that was GCN 1.0.

    There are a couple of things to consider here: If your machine has an i7, then there is an Intel GPU on die. You likely have a dedicated AMD GPU. For your machine to use the AMD GPU, you will have to disable/blacklist the Intel GPU via your BIOS settings.

    When Ubuntu installs, the installer checks for whether the GPU is supported by AMDGPU and, if so, uses the amdgpu module in the kernel. Otherwise, the radeon module is used. Unless AMDGPU is active, you cannot install the proprietary AMDGPU-PRO overlay.

    Would you please post the results of

    Code:
    lsmod | grep amdgpu
    and

    Code:
    lsmod | grep radeon
    so we can see if either is loaded?
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

  7. #7
    Join Date
    Nov 2013
    Location
    US
    Beans
    62
    Distro
    Ubuntu Mate

    Re: Screen Color Saturation Quick Qestion

    Got it! And sure, let me get an install going. Un momento
    = Roi'ikka-Ta =

  8. #8
    Join Date
    Nov 2013
    Location
    US
    Beans
    62
    Distro
    Ubuntu Mate

    Re: Screen Color Saturation Quick Qestion

    lsmod | grep amdgpu

    returns me with no result



    lsmod | grep radeon

    Code:
    radeon               1458176  10
    i2c_algo_bit           16384  1 radeon
    ttm                   110592  1 radeon
    drm_kms_helper        172032  1 radeon
    drm                   458752  6 drm_kms_helper,radeon,ttm
    Last edited by roiikkata; July 27th, 2019 at 08:19 AM.
    = Roi'ikka-Ta =

  9. #9
    Join Date
    Dec 2017
    Location
    RockyMts
    Beans
    1,167

    Re: Screen Color Saturation Quick Qestion

    Not all EliteBooks have switchable graphics, some older models are hardwired and see just the external one. Check for options with:
    Code:
    lspci -k | grep -A 2 -i "VGA"
    If you have a switchable model you will see both Intel and Radeon. Then to add to the confusion their is dynamic and fixed, again depends on the model.

    https://support.hp.com/bg-en/document/c03048374

  10. #10
    Join Date
    Nov 2013
    Location
    US
    Beans
    62
    Distro
    Ubuntu Mate

    Re: Screen Color Saturation Quick Qestion

    Hardwired huh. So there wouldn't be a way around it not involving soldering. And that'd be if I even knew how to fix it that way.

    I do know that when I opened up the service/access panel a bit ago to do some other work that the heatsink tubing crosses over a second chip which has a smaller heatsink on it that might be the GPU Mr. Q the Third here is talking about ..

    I'm hoping it is. And then hoping the AMDGPU-PRO features include the color controls Catalyst Control Center does.


    grep amdgpu turned up nothing which is my guess that AMDGPU won't install. And the only black/whitelisting I've seen is through custom BIOSes. Possibly a way to enable it in grub? I'm looking into it now ..
    = Roi'ikka-Ta =

Page 1 of 2 12 LastLast

Tags for this Thread

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
  •