You are not logged in.

#1 2018-10-22 16:47:09

umop3plsdn
Member
Registered: 2018-09-07
Posts: 6

New GPU

I just installed a R9 280x HUGE upgrade from the radeon hd 5450 I had lol. For some reason though when I dig in deep to see what the new card is registered as it's reporting 16k. Is this normal sometimes.. or is something misconfigured?

(12:41:59)──> uname -a                                                                                                                                                                                        ──(Mon,Oct22)─┘
Linux tesla.knobtails.local 4.18.14-arch1-1-ARCH #1 SMP PREEMPT Sat Oct 13 13:42:37 UTC 2018 x86_64 GNU/Linux

(12:37:51)──> lspci -v -s 02:00.1                                                                                                                                                                             ──(Mon,Oct22)─┘
02:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Tahiti HDMI Audio [Radeon HD 7870 XT / 7950/7970]
    Subsystem: XFX Pine Group Inc. Tahiti HDMI Audio [Radeon HD 7870 XT / 7950/7970]
    Flags: bus master, fast devsel, latency 0, IRQ 37
    Memory at f7e60000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: <access denied>
    Kernel driver in use: snd_hda_intel
    Kernel modules: snd_hda_intel

Offline

#2 2018-10-22 17:11:01

progandy
Member
Registered: 2012-05-17
Posts: 5,184

Re: New GPU

The lspci output is only for the audio device of the graphics card and 16K is normal for that.
Please give the full output of "lspci -c" or at least use "lspci -v -s 02:00" without the ".1" at the end.

Please use code tags for your logs in the future.

[code]<insert code here>[/code]

| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |

Offline

#3 2018-10-22 17:55:13

umop3plsdn
Member
Registered: 2018-09-07
Posts: 6

Re: New GPU

Still not reporting it right. It's a 3G card

02:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Tahiti XT [Radeon HD 7970/8970 OEM / R9 280X] (prog-if 00 [VGA controller])
	Subsystem: XFX Pine Group Inc. Tahiti XTL [Radeon R9 280X]
	Flags: bus master, fast devsel, latency 0, IRQ 38
	Memory at e0000000 (64-bit, prefetchable) [size=256M]
	Memory at f7e00000 (64-bit, non-prefetchable) [size=256K]
	I/O ports at e000 [size=256]
	Expansion ROM at 000c0000 [disabled] [size=128K]
	Capabilities: <access denied>
	Kernel driver in use: radeon
	Kernel modules: radeon, amdgpu

Offline

#4 2018-10-22 18:24:29

progandy
Member
Registered: 2012-05-17
Posts: 5,184

Re: New GPU

I have no idea what that memory is. glxinfo should give the correct amount though, I think

 glxinfo | grep -E "device|memory"

By the way, you are using the radeon driver instead of amdgpu. You may want to change that.
https://wiki.archlinux.org/index.php/AMDGPU


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |

Offline

#5 2018-10-22 18:36:24

umop3plsdn
Member
Registered: 2018-09-07
Posts: 6

Re: New GPU

wow i don't know how i was so careless today. I guess i'm just having one of those days. 3 things I normally would have caught or gave someone hell for lol.

02:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Tahiti XT [Radeon HD 7970/8970 OEM / R9 280X] (prog-if 00 [VGA controller])
	Subsystem: XFX Pine Group Inc. Tahiti XTL [Radeon R9 280X]
	Flags: bus master, fast devsel, latency 0, IRQ 38
	Memory at e0000000 (64-bit, prefetchable) [size=256M]
	Memory at f7e00000 (64-bit, non-prefetchable) [size=256K]
	I/O ports at e000 [size=256]
	Expansion ROM at 000c0000 [disabled] [size=128K]
	Capabilities: <access denied>
	Kernel driver in use: radeon
	Kernel modules: radeon, amdgpu

└─(14:33:49)──> glxinfo | grep -E "device|memory"                                                                                       130 ↵ ──(Mon,Oct22)─┘
    Video memory: 3072MB
    Unified memory: no
    VBO free memory - total: 2891 MB, largest block: 2891 MB
    VBO free aux. memory - total: 2032 MB, largest block: 2032 MB
    Texture free memory - total: 2891 MB, largest block: 2891 MB
    Texture free aux. memory - total: 2032 MB, largest block: 2032 MB
    Renderbuffer free memory - total: 2891 MB, largest block: 2891 MB
    Renderbuffer free aux. memory - total: 2032 MB, largest block: 2032 MB
Memory info (GL_NVX_gpu_memory_info):
    Dedicated video memory: 3072 MB
    Total available memory: 5115 MB
    Currently available dedicated video memory: 2891 MB
    GL_AMD_performance_monitor, GL_AMD_pinned_memory, 
    GL_EXT_memory_object, GL_EXT_memory_object_fd, 
    GL_NVX_gpu_memory_info, GL_NV_conditional_render, GL_NV_depth_clamp, 
    GL_AMD_performance_monitor, GL_AMD_pinned_memory, 
    GL_EXT_memory_object, GL_EXT_memory_object_fd, GL_EXT_multi_draw_arrays, 
    GL_MESA_texture_signed_rgba, GL_MESA_window_pos, GL_NVX_gpu_memory_info, 
    GL_EXT_gpu_shader5, GL_EXT_map_buffer_range, GL_EXT_memory_object, 
    GL_EXT_memory_object_fd, GL_EXT_multi_draw_arrays, 

Well I guess we are looking good now.

Last edited by umop3plsdn (2018-10-22 18:37:04)

Offline

Board footer

Powered by FluxBB