You are not logged in.

#1 2013-01-27 14:38:40

killyou
Member
Registered: 2013-01-26
Posts: 15

[SOLVED] Invalid GPU memory capacity

Hello.

I have MSI GE600 notebook with 1024 GDDR VRAM (source http://www.msi.com/product/nb/GE600.htm … ification). Unfortunately Arch detects only 256mb:

[piotrek@piotrek ~]$ sudo lspci -v -s 01:00.0
01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Madison [Mobility Radeon HD 5000 Series] (prog-if 00 [VGA controller])
    Subsystem: Micro-Star International Co., Ltd. Device 1004
    Flags: bus master, fast devsel, latency 0, IRQ 46
    Memory at e0000000 (64-bit, prefetchable) [size=256M]
    Memory at f0020000 (64-bit, non-prefetchable) [size=128K]
    I/O ports at d000 [size=256]
    Expansion ROM at f0000000 [disabled] [size=128K]
    Capabilities: [50] Power Management version 3
    Capabilities: [58] Express Legacy Endpoint, MSI 00
    Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
    Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
    Capabilities: [150] Advanced Error Reporting
    Kernel driver in use: radeon

Is there anything I can do so Arch would detect 1024mb instead of 256mb? Thanks in advance for Your kind help.

Last edited by killyou (2013-01-27 17:30:08)

Offline

#2 2013-01-27 14:53:34

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: [SOLVED] Invalid GPU memory capacity

That lspci only sees 256mb is irrelevant, the component that matters - the graphics driver - *does* see 1024mb.

Offline

#3 2013-01-27 15:50:44

mich41
Member
Registered: 2012-06-22
Posts: 796

Re: [SOLVED] Invalid GPU memory capacity

This lspci output only means that your GPU has 256MB + 128KB of some memory or registers mapped into CPU physical address space. Running dmesg |grep radeon will likely reveal what the radeon driver thinks about VRAM of this GPU.

Offline

#4 2013-01-27 17:29:48

killyou
Member
Registered: 2013-01-26
Posts: 15

Re: [SOLVED] Invalid GPU memory capacity

Thanks both of you!

Offline

Board footer

Powered by FluxBB