Il 24.07.2014 16:21 Robert William Hutton ha scritto: > On 24/07/14 15:16, Patrick Shanahan wrote: >> * Federico Bruni <[email protected]> [07-24-14 10:13]: >> [...] >>> I don't know how to check the memory on the terminal. >>> lshw print strange values, as I showed before. >>> I tried hwinfo and couldn't find an option for the video card. >> >> hwinfo --gfxcard > > or: > > grep -i --color memory /var/log/Xorg.0.log > > Which gives me: > > [ 5.443] (--) NVIDIA(0): Memory: 1048576 kBytes > [ 5.477] (II) NVIDIA: Using 768.00 MB of virtual memory for > indirect memory access. > [ 5.781] (==) NVIDIA(0): Disabling shared memory pixmaps >
This works! # grep -i --color memory /var/log/Xorg.0.log [ 4434.240] (--) NVIDIA(0): Memory: 2097152 kBytes [ 4434.266] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory [ 4434.328] (==) NVIDIA(0): Disabling shared memory pixmaps Is it using too much virtual memory? ------------------------------------------------------------------------------ Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds _______________________________________________ Darktable-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/darktable-users
