I have an AMD 5700XT installed and get surprisingly low frame rates ~30 FPS with glxgears. I know that this is not the right tool for benchmarking, anyhow, 30 FPS is well below the monitor refresh rate (I guess?).
Code: Select all
# glxgears
Running synchronized to the vertical refresh. The framerate should be
approximately the same as the monitor refresh rate.
601 frames in 5.0 seconds = 119.773 FPS
151 frames in 5.0 seconds = 30.004 FPS
152 frames in 5.0 seconds = 30.209 FPS
151 frames in 5.0 seconds = 30.005 FPS
151 frames in 5.0 seconds = 30.010 FPS
151 frames in 5.0 seconds = 30.008 FPS
151 frames in 5.0 seconds = 30.005 FPS
151 frames in 5.0 seconds = 30.012 FPS
151 frames in 5.0 seconds = 30.007 FPS
151 frames in 5.0 seconds = 30.008 FPS
151 frames in 5.0 seconds = 30.008 FPS
151 frames in 5.0 seconds = 30.007 FPS
151 frames in 5.0 seconds = 30.005 FPS
151 frames in 5.0 seconds = 30.011 FPS
151 frames in 5.0 seconds = 30.004 FPS
151 frames in 5.0 seconds = 30.011 FPS
151 frames in 5.0 seconds = 30.008 FPSI followed the AMDGPU Gentoo Wiki as close as possible and since I have no APU unit in my CPU and due to the fact, that the monitor is plugged into my graphic card directly (not the mainboard) I am pretty sure that I am indeed benchmarking the right device.
I am running the 5.4.28 kernel, mesa 19.3.5 and loaded the AMD device driver as a module:
Code: Select all
# lsmod
Module Size Used by
br_netfilter 28672 0
amdgpu 3887104 6
mfd_core 16384 1 amdgpu
gpu_sched 32768 1 amdgpu
ttm 90112 1 amdgpu
efivarfs 16384 1Code: Select all
# cat /etc/portage/make.conf | grep -i video_cards
VIDEO_CARDS="amdgpu radeonsi"Any ideas / comments?



