On Tuesday 27 May 2003 11:11 am, Maximus wrote: > On Tue, 27 May 2003 15:25:58 +0200 > > Spider <[EMAIL PROTECTED]> wrote: > > begin quote > > On Mon, 26 May 2003 03:34:53 -0400 > > > > Maximus <[EMAIL PROTECTED]> wrote: > > > cat /proc/driver/nvidia/agp/status > > > Status: Enabled > > > Driver: AGPGART > > > AGP Rate: 1x > > > > What mainboard/chipset was this again? > > (cat /proc/driver/nvidia/agp/ ... ) > > Check that you can't get agp 2x or 4x enabled > > > > also provide /proc/mtrr, and lspci -vv and give the entry for the > > chipset and the graphicscard. > > > > > > //Spider > > cat /proc/driver/nvidia/agp/card > Fast Writes: Not Supported > SBA: Not Supported > AGP Rates: 4x 2x 1x > Registers: 0x1f000007:0x0f000101 > > cat /proc/driver/nvidia/agp/host-bridge > Host Bridge: Advanced Micro Devices [AMD] AMD-751 [Irongate] > System Controller Fast Writes: Not Supported > SBA: Supported > AGP Rates: 2x 1x > Registers: 0x0f000203:0x00000101 > > cat /proc/driver/nvidia/agp/status > Status: Enabled > Driver: AGPGART > AGP Rate: 1x > Fast Writes: Disabled > SBA: Disabled > > cat /proc/mtrr > reg00: base=0x00000000 ( 0MB), size= 256MB: write-back, count=1 > reg01: base=0x10000000 ( 256MB), size= 128MB: write-back, count=1 > reg02: base=0xe8000000 (3712MB), size= 64MB: write-combining, > count=2 reg03: base=0xd8000000 (3456MB), size= 128MB: > write-combining, count=1 > > 01:05.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 > MX] (rev b2) (prog-if 00 [VGA]) Subsystem: Asustek Computer, Inc.: > Unknown device 403d 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: 248 (1250ns min, 250ns max) > Interrupt: pin A routed to IRQ 11 > Region 0: Memory at ee000000 (32-bit, non-prefetchable) > [size=16M] Region 1: Memory at d8000000 (32-bit, prefetchable) > [size=128M] Expansion ROM at efef0000 [disabled] [size=64K] > 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 2.0 > Status: RQ=31 SBA- 64bit- FW- Rate=x1,x2,x4 > Command: RQ=15 SBA- AGP+ 64bit- FW- Rate=x1 > > lspci -vv > 00:00.0 Host bridge: Advanced Micro Devices [AMD] AMD-751 [Irongate] > System Controller (rev 25) 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: 120 > Region 0: Memory at e8000000 (32-bit, prefetchable) > [size=64M] Region 1: Memory at eddff000 (32-bit, prefetchable) > [size=4K] Region 2: I/O ports at cc00 [disabled] [size=4] > Capabilities: [a0] AGP version 1.0 > Status: RQ=15 SBA+ 64bit- FW- Rate=x1,x2 > Command: RQ=0 SBA- AGP+ 64bit- FW- Rate=x1 > > -- > [EMAIL PROTECTED] mailing list
OK so your card will do 4X AGP but your motherboard only 2X. IIRC, there is an option in /etc/modules.d/nvidia where you can force 2X AGP on VIA chipsets. There may be something similar for AMD. Post the above file and we might find something there. A quick search on google found http://gatos.sourceforge.net/livid-ati/2001-October/msg00027.html which seems to indicate that you mak be locked to AGP 1X due to lockups experienced with your chipset. You might look to see if there is a line there that seems to limitAGP. Comment it out and restart X. Do: cat /proc/driver/nvidia/agp/status again and see if that helps. Then run glxgears for 5 minutes or so to see if you lock up. If it locks, 1X is going to be your limit, I'm afraid. -- Regards, Ernie 100% Microsoft and Intel free -- [EMAIL PROTECTED] mailing list
