Code review comment for lp:~widelands-dev/widelands/use_image_cache

Revision history for this message
TiborB (tiborb95) wrote :

If there is such problem it must be discussed thoroughly.

I just tested it on my linux box, with integrated intel HD 4000 and 8 GB RAM (this probably matters much) and no visible problems and it seems to be running nicely.

I googled a bit how to find out VRAM or whatever it is and found two commands (for linux):

$ dmesg | grep Memory
......
[ 6.992863] [drm] Memory usable by graphics device = 2048M

$ LC_ALL=C lspci -v | grep -EA10 "3D|VGA" | grep 'prefetchable'
 Memory at f7800000 (64-bit, non-prefetchable) [size=4M]
 Memory at e0000000 (64-bit, prefetchable) [size=256M]

It seems the first one shows maximum (2GB) and second one actual usage (256MB) - but I am not sure of interpretation...

But as I said - it runs OK here. Perhaps if more peoples tested it...

« Back to merge proposal