Hi at all,
I upgraded my Kubuntu installation today from 15.04 to 15.10 and was curious about the new AMDGPU driver since the fglrx doesn't work at the moment (and you really don't want to use it). My Graphics card is a Radeon HD 7870 (GHZ Edition), if more hardware info is needed, just tell me.
Code:
alex@gurren:~$ uname -a
Linux gurren 4.2.0-16-generic #19-Ubuntu SMP Thu Oct 8 15:35:06 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
I installed the following packages:
Code:
xserver-xorg-video-amdgpu libdrm-amdgpu1
After a few reboots, needed to purge the fglrx completely from the system, everything seems to work fine, but there are a few things that worry me.
First the output of the Xorg.0.log doesn't say a word about the driver
Code:
alex@gurren:~$ cat /var/log/Xorg.0.log | grep radeon
[ 11.939] (II) modeset(0): [DRI2] DRI driver: radeonsi
[ 11.939] (II) modeset(0): [DRI2] VDPAU driver: radeonsi
[ 11.963] (II) AIGLX: Loaded and initialized radeonsi
Then the output of lsmod
Code:
alex@gurren:~$ lsmod | grep radeon
radeon 1519616 5
ttm 94208 1 radeon
i2c_algo_bit 16384 2 i915,radeon
drm_kms_helper 126976 2 i915,radeon
drm 356352 12 ttm,i915,drm_kms_helper,radeon
alex@gurren:~$ lsmod | grep amd
amdkfd 122880 1
amd_iommu_v2 20480 1 amdkfd
After I enter a it looks like this:
Code:
amdgpu 811008 0
amdkfd 122880 1
amd_iommu_v2 20480 1 amdkfd
ttm 94208 2 amdgpu,radeon
i2c_algo_bit 16384 3 i915,amdgpu,radeon
drm_kms_helper 126976 3 i915,amdgpu,radeon
drm 356352 13 ttm,i915,drm_kms_helper,amdgpu,radeon
Code:
alex@gurren:~$ cat /usr/share/X11/xorg.conf.d/10-amdgpu.conf
Section "OutputClass"
Identifier "AMDgpu"
MatchDriver "amdgpu"
Driver "amdgpu"
EndSection
Did I do something wrong? Is there anything I need to do to load it automatically or do I understand something wrong here and everything is fine?
Bookmarks