I have a notebook with graphics card Radeon HD 8250/8280G (it's a Sony ATIV book 9 Lite).
I used to use the proprietary fglrx
driver, but when I upgraded to ubuntu 16.04, it was replaced by the open source radeon
driver.
Now my external monitor is no longer recognized: xrandr
doesn't even list it as an output.
Which graphics cards are supported by the new AMDGPU driver in Ubuntu 16.04?
tells me that the AMDGPU driver doesn't support my graphics card and fglrx
is not compatible with 16.04 due to some incompatibility with the new xorg, so it seems I am stuck with radeon
.
Xorg.0.log
tells me that radeon
is loaded, but the list of compatible devices (that gets dumped into the log file) doesn't include any Radeon HD 8xxx, so I'm a bit confused whether this is the right driver in the first place.
lsmod | grep radeon
shows nothing, so I'm wondering if the card is recognized correctly.
- Can you help me find out if my card is really supported by the
radeon
driver? - Has anyone been able to use the external output of the ATIV Book 9 Lite in 16.04?
- Do you think the issue is with my card being recognized or the right settings? Can I "force" my system to use the driver somehow?
- Do you know any alternatives to
radeon
? I only want to get the external monitor to work, I don't need 3D acceleration or anything. Thanks a lot!