LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-08-2004, 08:41 AM   #1
stodge
Member
 
Registered: Jan 2002
Posts: 52

Rep: Reputation: 15
64 latency for PCI bridge on an Abit BH6?


I get really crappy performance (hard disk, graphical, etc.) on my BH6 + P3700 under Linux, typically 40% slower than under Windows. The KDE info app shows the latency for the PCI bridge as 64. Is this typical?

Code:
cat pci
PCI devices found:
  Bus  0, device   0, function  0:
    Host bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 3).
      Master Capable.  Latency=32.
      Prefetchable 32 bit memory at 0xd0000000 [0xd7ffffff].
  Bus  0, device   1, function  0:
    PCI bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 3).
      Master Capable.  Latency=64.  Min Gnt=136.
  Bus  0, device   7, function  0:
    ISA bridge: Intel Corp. 82371AB/EB/MB PIIX4 ISA (rev 2).
  Bus  0, device   7, function  1:
    IDE interface: Intel Corp. 82371AB/EB/MB PIIX4 IDE (rev 1).
      Master Capable.  Latency=32.
      I/O at 0xf000 [0xf00f].
  Bus  0, device   7, function  2:
    USB Controller: Intel Corp. 82371AB/EB/MB PIIX4 USB (rev 1).
      IRQ 5.
      Master Capable.  Latency=32.
      I/O at 0xe000 [0xe01f].
  Bus  0, device   7, function  3:
    Bridge: Intel Corp. 82371AB/EB/MB PIIX4 ACPI (rev 2).
      IRQ 9.
  Bus  0, device  11, function  0:
    Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] (rev 48).
      IRQ 10.
      Master Capable.  Latency=32.  Min Gnt=10.Max Lat=10.
      I/O at 0xe400 [0xe47f].
      Non-prefetchable 32 bit memory at 0xe3000000 [0xe300007f].
  Bus  0, device  13, function  0:
    Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 4).
      IRQ 11.
      Master Capable.  Latency=32.  Min Gnt=2.Max Lat=20.
      I/O at 0xe800 [0xe81f].
  Bus  0, device  13, function  1:
    Input device controller: Creative Labs SB Live! MIDI/Game Port (rev 1).
      Master Capable.  Latency=32.
      I/O at 0xec00 [0xec07].
  Bus  1, device   0, function  0:
    VGA compatible controller: nVidia Corporation NV15 [GeForce2 GTS/Pro] (rev 163).
      IRQ 7.
      Master Capable.  Latency=248.  Min Gnt=5.Max Lat=1.
      Non-prefetchable 32 bit memory at 0xe0000000 [0xe0ffffff].
      Prefetchable 32 bit memory at 0xd8000000 [0xdfffffff].

Last edited by stodge; 08-08-2004 at 08:43 AM.
 
Old 08-08-2004, 04:16 PM   #2
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
Well KDE can slow down the computer to a crawl if you enable all the pretty effects. You can optimize the hard drive performance with hdparm. You can use iceWM or use XFCE. I have a Pentium II 400 MHz with 256 MB memory. It runs pretty fast with KDE but the resolution is set at 800x600 at 16-bit.
 
Old 08-08-2004, 08:28 PM   #3
stodge
Member
 
Registered: Jan 2002
Posts: 52

Original Poster
Rep: Reputation: 15
My PC doesn't run Linux "pretty fast" with any window manager, or at any resolution.

THanks
 
Old 08-09-2004, 12:19 AM   #4
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
You probably have a lot of services running. Post what "top -bn1" and "/sbin/chkconfig --list" show and I or someone else can make some suggestions.
 
Old 08-09-2004, 10:58 AM   #5
stodge
Member
 
Registered: Jan 2002
Posts: 52

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by Electro
You probably have a lot of services running. Post what "top -bn1" and "/sbin/chkconfig --list" show and I or someone else can make some suggestions.
Will do - thanks for the suggestion.
 
Old 08-10-2004, 06:51 PM   #6
stodge
Member
 
Registered: Jan 2002
Posts: 52

Original Poster
Rep: Reputation: 15
Does anyone know what the Min Gnt refers to in /proc/pci? Mine seems exceptionally high compared to others I've found on Google.

Quote:
Bus 0, device 1, function 0:
PCI bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 3).
Master Capable. Latency=64. Min Gnt=136.
 
Old 08-10-2004, 09:13 PM   #7
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
If you really want to change the latency, you can use setpci. Though you can make your system unstable or not even work at all. The latency have to be in hexdecimal. If your system is stable, you can increase the latency on the IDE controller.

I do not know if nVidia has drivers for GeForce2. You may want to check.

The X Window Server does not have any 2D acceleration, so the word slow means nothing in Linux vs Windows. You can optimize the kernel with sysctl.conf to increase the efficiency of the filesystem, the network, and the memory. You can compile the kernel with a few options, so the kernel conserves less memory than before.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
errors in Gnome using ABIT BH6 gregmcavoy Linux - Hardware 6 01-17-2005 02:00 AM
PCI-PCMCIA Bridge, anyone any experince? (Bufallo WLI-PCI-OP) al_mckin Linux - Hardware 1 08-26-2004 12:48 PM
PCI-PCMCIA bridge (Bufallo WLI-PCI-OP) al_mckin Linux - Wireless Networking 0 08-25-2004 06:21 AM
VIA KT133 (PCI) latency problems? fabs Linux - Hardware 0 05-14-2004 11:07 AM
Detecting my wireless as a Host-to-PCI bridge sniffles Mandriva 0 03-25-2004 10:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 05:57 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration