2006-02-10 19:50:15

by Ivan Matveich

[permalink] [raw]
Subject: [patch/trivial] nvidiafb: detect GeForce4 MX 4000 AGP 8x

This patch makes nvidiafb detect my video card; it seems to work fine.

lspci for the card:

0000:01:00.0 VGA compatible controller: nVidia Corporation NV18
[GeForce4 MX 4000 AGP 8x] (rev c1) (prog-if 00 [VGA])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium
>TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 32 (1250ns min, 250ns max)
Interrupt: pin A routed to IRQ 225
Region 0: Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
Region 1: Memory at e0000000 (32-bit, prefetchable) [size=128M]
Expansion ROM at fe9e0000 [disabled] [size=128K]
Capabilities: [60] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [44] AGP version 3.0
Status: RQ=32 Iso- ArqSz=0 Cal=3 SBA+ ITACoh- GART64-
HTrans- 64bit- FW+ AGP3+ Rate=x4,x8
Command: RQ=1 ArqSz=0 Cal=0 SBA- AGP- GART64- 64bit-
FW- Rate=<none>

dmesg output:

nvidiafb: PCI id - 10de0185
nvidiafb: Actual id - 10de0185
nvidiafb: nVidia device/chipset 10DE0185
nvidiafb: CRTC0 analog not found
nvidiafb: CRTC1 analog not found
nvidiafb: EDID found from BUS2
Display is GTF capable
nvidiafb: CRTC 0 is currently programmed for DFP
nvidiafb: Using DFP on CRTC 0
Panel size is 1280 x 1024
nvidiafb: MTRR set to ON
nvidiafb: Flat panel dithering disabled
Console: switching to colour frame buffer device 160x64
nvidiafb: PCI nVidia NV18 framebuffer (64MB @ 0xE0000000)


Attachments:
(No filename) (1.63 kB)
patch.txt (1.18 kB)
Download all attachments

2006-02-10 22:01:25

by Antonino A. Daplas

[permalink] [raw]
Subject: Re: [patch/trivial] nvidiafb: detect GeForce4 MX 4000 AGP 8x

Ivan Matveich wrote:
> This patch makes nvidiafb detect my video card; it seems to work fine.
>

Thanks. The exact same patch was already submitted to Andrew.

Tony