Sony_Vaio_VGN-S580/video
This notebook comes with nVidia GeForce Go 6400 with 32 MB ram, AGP
Contents |
pci bus
Code: lspci |
01:00.0 VGA compatible controller: nVidia Corporation Unknown device 0168 (rev a1) (prog-if 00 [VGA]) |
nvclock info
Code: nvclock -i |
-- General info -- Card: nVidia Geforce Go 6400 Architecture: NV44 A2 PCI id: 0x168 GPU clock: 12.846 MHz Bustype: PCI-Express -- Pipeline info -- Pixel units: 4 (11b) Vertex units: 3 (111b) HW masked units: None SW masked units: pixel 00b vertex 000b -- Memory info -- Amount: 32 MB Type: 64 bit SDR Clock: 702.000 MHz -- Smartdimmer info -- Backlight level: 50% -- Sensor info -- Sensor: GPU Internal Sensor GPU temperature: 66C |
xorg.log
Code: cat /var/log/Xorg.0.log |
(II) NVIDIA(0): NVIDIA GPU GeForce Go 6400 at PCI:1:0:0 (--) NVIDIA(0): VideoRAM: 32768 kBytes (--) NVIDIA(0): VideoBIOS: 05.44.02.35.07 (II) NVIDIA(0): Detected PCI Express Link width: 16X (--) NVIDIA(0): Interlaced video modes are supported on this GPU |
/proc tree
Code: tree /proc/driver/nvidia |
/proc/driver/nvidia |-- cards | `-- 0 |-- registry |-- version `-- warnings `-- README |
/proc card
Code: cat /proc/driver/nvidia/cards/0 |
Model: GeForce Go 6400 IRQ: 10 Video BIOS: 05.44.02.35.07 Card Type: PCI-E DMA Size: 39 bits DMA Mask: 0x7fffffffff |
/proc registry
Code: cat /proc/driver/nvidia/registry |
VideoMemoryTypeOverride: 1 EnableVia4x: 0 EnableALiAGP: 0 NvAGP: 3 ReqAGPRate: 15 EnableAGPSBA: 0 EnableAGPFW: 0 SoftEDIDs: 1 Mobile: 4294967295 ResmanDebugLevel: 4294967295 FlatPanelMode: 0 DevicesConnected: 0 VideoEnhancement: 0 RmLogonRC: 1 VbiosFromROM: 0 ModifyDeviceFiles: 1 DeviceFileUID: 0 DeviceFileGID: 0 DeviceFileMode: 438 RemapLimit: 0 UseCPA: 4294967295 DetectPrimaryVga: 1 SaveVBios: 0 EnableBrightnessControl: 0 |
/proc version
Code: cat /proc/driver/nvidia/version |
NVRM version: NVIDIA Linux x86 Kernel Module 1.0-8756 Wed Mar 29 14:26:26 PST 2006 GCC version: gcc version 3.4.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0, pie-8.7.8) |
/proc warnings
Code: cat /proc/driver/nvidia/warnings/README |
The NVIDIA graphics driver tries to detect potential problems with the host system and warns about them using the system's logging mechanisms. Important warning message are also logged to dedicated text files in this directory. |
Last modified: Thu, 14 Aug 2008 07:00:00 +0000 Hits: 1,648