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

Thread: Radeon 6850 undetected? 16.04

  1. #1
    Join Date
    Sep 2016
    Beans
    9

    Radeon 6850 undetected? 16.04

    I'm determined to never use windows again. If anyone can help it's appreciated.

    Apparently the 'radeon' driver for 16.04 supports my hardware ,, how can I get 16.04 to recognize the need for a driver??

    Tried a LOT of different things on a previous install, waiting for direction this time around.

    Any correspondence is appreciated.

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

    Re: Radeon 6850 undetected? 16.04

    Hello!

    With 16.04, the installer will determine whether to use the Radeon driver or the AMDGPU driver based on which is supported by the hardware. The fglrx driver does not support the newer version of X Server used with 16.04 and so is not included.

    If you are able to use your machine, the correct driver is already installed. For your GPU, that will be the Radeon driver. The AMDGPU driver is used for specific, later-model GPUs. Yours is not included in that and won't be in the future due to hardware technology required but not present in your GPU.

    Thus, there is nothing further you need to do.
    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
    Sep 2016
    Beans
    9

    Re: Radeon 6850 undetected? 16.04

    Thanks for this reply,

    An unknown device is listed under additional drivers , with an option to run it using an intel-chipset that makes no difference in performance ; so are you sure the card is being recognized as it should be? if this is the case than for my needs the Radeon driver is inadequate!!!

    I don't suppose someone can walk me through a functional "mesa" installation? a reputable open source driver?

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

    Re: Radeon 6850 undetected? 16.04

    Please post the output of

    Code:
    lsmod | grep radeon
    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
    Sep 2016
    Beans
    9

    Re: Radeon 6850 undetected? 16.04

    copy;

    Code:
    lsmod | grep radeon
    radeon               1515520  4
    i2c_algo_bit           16384  1 radeon
    ttm                    94208  1 radeon
    drm_kms_helper        147456  1 radeon
    drm                   360448  7 ttm,drm_kms_helper,radeon
    and
    Code:
    sudo ubuntu-drivers devices
    shows

    Code:
     == cpu-microcode.py ==
    driver   : intel-microcode - distro non-free
    how do you reckon my chances are of engaging my Radeon card? I saw this which looked promising;
    Code:
     MESA_GL_VERSION_OVERRIDE=4.1 MESA_GLSL_VERSION_OVERRIDE=410 %command%
    using a "PPA" by Oibaf
    Last edited by chedca; September 23rd, 2016 at 09:08 PM. Reason: code tags added

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

    Re: Radeon 6850 undetected? 16.04

    That means that the radeon kernel module is loaded.

    Ubuntu should have already installed the mesa stack, which you can confirm with

    Code:
    dpkg -l | grep mesa

    EDIT: I guess you are saying this is a hybrid Intel/AMD GPU setup?
    Last edited by QIII; September 23rd, 2016 at 09:12 PM.
    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
    Sep 2016
    Beans
    9

    Re: Radeon 6850 undetected? 16.04

    copy;

    Code:
    dpkg -l | grep mesa
    yields,

    Code:
     ~$ dpkg -l | grep mesa
    ii  libegl1-mesa:amd64                         11.2.0-1ubuntu2                                             amd64        free implementation of the EGL API -- runtime
    ii  libgl1-mesa-dri:amd64                      11.2.0-1ubuntu2                                             amd64        free implementation of the OpenGL API -- DRI modules
    ii  libgl1-mesa-glx:amd64                      11.2.0-1ubuntu2                                             amd64        free implementation of the OpenGL API -- GLX runtime
    ii  libglapi-mesa:amd64                        11.2.0-1ubuntu2                                             amd64        free implementation of the GL API -- shared library
    ii  libglu1-mesa:amd64                         9.0.0-2.1                                                   amd64        Mesa OpenGL utility library (GLU)
    ii  libwayland-egl1-mesa:amd64                 11.2.0-1ubuntu2                                             amd64        implementation of the Wayland EGL platform -- runtime
    any 'Synaptic' packages or updates that can improve performance?

    "this is a hybrid Intel/AMD GPU setup?"

    I'm not sure that I know what that means, I don't believe so.

    I've only ever used my GPU .. on Catalyst controller, which is an ATI GPU

    Any hybridity, I'd like to disable X)
    Last edited by howefield; March 8th, 2017 at 10:01 PM. Reason: posts merged.

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

    Re: Radeon 6850 undetected? 16.04

    Nevermind about the hybrid question. I see now that Intel CPU microcode was indicated.

    The bad news is this: You are running the Radeon driver (all that is available for 16.04 and that GPU) and the MESA 11.2 stack (the latest). That means that you are maxed out on the performance you can get from your GPU unless you:

    1. Go back to 14.04 and fglrx. Problem here is that with 14.04.5 you draw in the HWE which will put you right back where you are now. So you would have to avoid that upgrade.

    2. Buy a new GPU that is supported by the AMDGPU/AMDGPU-Pro driver.

    I'm not sure what minor tweaks you might be able to wrestle out if you install mesa-utils.
    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.

  9. #9
    Join Date
    Sep 2016
    Beans
    9

    Re: Radeon 6850 undetected? 16.04

    For the record I'm getting stable 60 fps in cs:go which to me indicates use of the motherboard integrated graphics processor and not my Radeon 6850 gpu.

    Going into System Settings -> Software&Updates -> Additional Drivers shows;

    - Uknown:unknown
    this device is not working.
    -Using Processor microcode for Intel CPUs from intel-microcode (proprietary)**
    -Do not use this device

    Both options yield the same performance , that and the mention of intel-microcode compounds in me the suspicion that my GPU is not being accessed, despite being listed as compatible with 16.04 and showing to comply with the check's issued by QIII.

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

    Re: Radeon 6850 undetected? 16.04

    Can you disable the integrated GPU and force the use of the dedicated GPU in your BIOS settings?
    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.

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
  •