如何查看显存大小

CPU/显卡/打印机/USB设备等硬件问题
回复
头像
Adams
帖子: 327
注册时间: 2005-09-21 9:59

如何查看显存大小

#1

帖子 Adams » 2008-10-07 22:52

我在NVIDIA X SERVER SETTING中看到我的显存是512M,感觉不太相信,那个命令是查看显存的呢?
头像
pxw816
帖子: 296
注册时间: 2007-10-16 19:29

Re: 如何查看显存大小

#2

帖子 pxw816 » 2008-10-07 22:59

为什么不信?512很正常的阿
cpu:Intel(R) Core(TM)2 Quad CPU Q6600
mem:2GB DDR2 800 *4
disk:ide320GB+(640GB+640GB)raid
video:Nvidia GTX 260+
network: Atheros AR8121/AR8113
monitor: BENQ FP92W
OS: ubuntu
头像
Adams
帖子: 327
注册时间: 2005-09-21 9:59

Re: 如何查看显存大小

#3

帖子 Adams » 2008-10-08 0:00

因为我觉得我的电脑3D不是很流畅
hbolive
帖子: 89
注册时间: 2008-04-24 20:01

Re: 如何查看显存大小

#4

帖子 hbolive » 2008-10-08 0:49

$top :em04
pengchy
帖子: 37
注册时间: 2008-07-13 12:51

Re: 如何查看显存大小

#5

帖子 pengchy » 2008-10-31 20:45

参考:http://www.cyberciti.biz/faq/howto-find ... -card-ram/

If you just type lspci, you will get output as follows with the list of attached PCI cards:
$ lspci
Output:

00:00.0 Host bridge: Intel Corporation 82845G/GL[Brookdale-G]/GE/PE DRAM Controller/Host-Hub Interface (rev 03)
00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 82)
00:1f.0 ISA bridge: Intel Corporation 82801DB/DBL (ICH4/ICH4-L) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801DB (ICH4) IDE Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 02)
00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 02)
01:00.0 Network controller: RaLink RT2561/RT61 rev B 802.11g
01:02.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)
01:02.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11)
01:05.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)

You need to use string called devices in the specified domain - 00:02.0 VGA (highlighted in red color to display memory info);
$ lspci -v -s 00:02.0
Output:

00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 03) (prog-if 00 [VGA])
Subsystem: Giga-byte Technology Unknown device 2562
Flags: bus master, fast devsel, latency 0, IRQ 177
Memory at d0000000 (32-bit, prefetchable)
Memory at d8200000 (32-bit, non-prefetchable)
Capabilities:

This listing shows an Intel video card with 128 MB of video RAM. If you cannot find devices in the specified domain use following command and look for your display card name and memory field:
$ lspci -v | less
回复