Fedora 15 i686 报告只有 2.6 GB RAM

Fedora 15 i686 报告只有 2.6 GB RAM

I have laptop Asus N53SV with 4 GB of RAM, i7 with integrated card and dedicated GPU. My problem on Fedora is that system reports only 2.6 GB RAM. I know that I should use kernel with PAE but even after I install it, I have only 2.6 GB RAM avaiable. Now I use 3.0.0 rc6 kernel, but still nothing. Is it possible that the integrated GPU uses almost 1GB of RAM ? Can I check it somehow?

$ free
Non-standard uts for running kernel:
release 3.0-0.rc6.git6.1.fc15.i686=3.0.0 gives version code 196608
             total       used       free     shared    buffers     cached
Mem:       2752180    2527816     224364          0      11232     499444
-/+ buffers/cache:    2017140     735040
Swap:      4849660     500048    4349612

dmide代码 http://pastebin.com/CNrph9KA 内核日志 http://pastebin.com/QvqUmEZb

答案1

集成 GPU 是否有可能使用近 1GB 的 RAM?

容易地。许多集成 GPU 没有自己的专用内存,而是使用 BIOS 划分的部分系统内存。

我可以以某种方式检查一下吗?

大概。检查 BIOS 设置和/或系统手册。您应该能够从那里控制内存分配。 (如果您找不到手册副本,您可以在华硕网站的“下载”选项卡上找到该机器的 PDF 版本.)

答案2

是不是64位的?我相信 32 位操作系统可以处理的截止点约为 3.25gB,因此由于解决问题而无法充分利用它。

相关内容