Mailinglist Archive: opensuse (3139 mails)

< Previous Next >
Re: [SLE] please help found out how much "video RAM" the video card has
  • From: "Alexey Eremenko" <al4321@xxxxxxxxx>
  • Date: Thu, 26 Oct 2006 20:23:34 +0000 (UTC)
  • Message-id: <7fac565a0610261323x15c7b640oa0abace5d20b568f@xxxxxxxxxxxxxx>
Perhaps
"cat /var/log/Xorg.0.log | grep -c mem" would make it easier to find

Unfortunately this method doen't works on some systems (such as VMware
5). Therefore unreliable. Not to mention that I don't want to count,
but "see" the lines.

I found better way:
"cat /var/log/Xorg.0.log | grep -i ram"

To also see the lines, it could be:
"cat -n /var/log/Xorg.0.log | grep -i ram"

< Previous Next >
Follow Ups