LinuxQuestions.org
Help answer threads with 0 replies.
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 01-17-2004, 05:23 PM   #1
Draco77
LQ Newbie
 
Registered: Jan 2004
Posts: 2

Rep: Reputation: 0
Radeon 9600 Pro on Via KT400 - poor performance


Hi,

first my system:

board: Epox 8K9A2 with Via KT400 chipset
cpu: AMD Athlon XP 2500+ (Barton)
grafik: Radeon 9600 Pro (128MB)


the problem:

I installed Mandrake Linux 9.2 for the first time.
After installation i could'nt start KDE, cause the graphicscard has not been configured.

Then i downloaded the last ATI-Treiber und installed it. After execution of "fglrxconfig" i could start KDE. "glxgears" reports me about 100fps. "fglrxinfo" means that the MESA driver was activ.

After hours of recherche in several forums i now have the kernel 2.4.22-26mdk installed. "DRI" is compiled into the kernel and "AGPGART" als Modul.

All of the work for nothing.

Code:
[root@localhost root]# modprobe agpgart
/lib/modules/2.4.22-26mdkcustom/kernel/drivers/char/agp/agpgart.o: init_module: Invalid argument
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
      You may find more information in syslog or the output from dmesg
modprobe: insmod /lib/modules/2.4.22-26mdkcustom/kernel/drivers/char/agp/agpgart.o failed
modprobe: insmod agpgart failed
[root@localhost root]#

dmesg means:

Code:
Linux agpgart interface v0.99 (c) Jeff Hartmann
agpgart: Maximum main memory to use for agp memory: 690M
agpgart: Detected Via Apollo Pro KT400 chipset
agpgart: unable to determine aperture size.

then i installed the actual driver from ATI and so the "fglrxinfo" says

Code:
[root@localhost root]# fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9600 x86/MMX/3DNow!/SSE
OpenGL version string: 1.3 (X4.3.0-3.7.0)

OpenGL seams to be active, but what about performance?

Code:
[root@localhost root]# glxgears
322 frames in 5.0 seconds = 64.400 FPS
375 frames in 5.0 seconds = 75.000 FPS
375 frames in 5.0 seconds = 75.000 FPS
375 frames in 5.0 seconds = 75.000 FPS
375 frames in 5.0 seconds = 75.000 FPS

Has anybody an idea?
my xf86config-4 is listet below:



Code:
Section "dri"
    Mode 0666
EndSection
...
Section "Module"
    Load        "dbe"     # Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"
    EndSubSection
    Load        "type1"
    Load        "freetype"
    Load        "glx"   # libglx.a
    Load        "dri"   # libdri.a
EndSection
...
Section "Device"
    Identifier                          "ATI Graphics Adapter"
    Driver                              "fglrx"
# ### generic DRI settings ###
# === disable PnP Monitor  ===
    #Option                              "NoDDC"
# === disable/enable XAA/DRI ===
    Option "no_accel"                   "no"
    Option "no_dri"                     "no"
# === misc DRI settings ===
    Option "mtrr"                       "off" # disable DRI mtrr mapper, driver has its own code for mtrr
# ### FireGL DDX driver module specific settings ###
# === Screen Management ===
    Option "DesktopSetup"               "0x00000000"
    Option "MonitorLayout"              "AUTO, AUTO"
    Option "IgnoreEDID"                 "off"
    Option "HSync2"                     "unspecified"
    Option "VRefresh2"                  "unspecified"
    Option "ScreenOverlap"              "0"
# === TV-out Management ===
    Option "NoTV"                       "yes"
    Option "TVStandard"                 "NTSC-M"
    Option "TVHSizeAdj"                 "0"
    Option "TVVSizeAdj"                 "0"
    Option "TVHPosAdj"                  "0"
    Option "TVVPosAdj"                  "0"
    Option "TVHStartAdj"                "0"
    Option "TVColorAdj"                 "0"
    Option "GammaCorrectionI"           "0x00000000"
    Option "GammaCorrectionII"          "0x00000000"
# === OpenGL specific profiles/settings ===
    Option "Capabilities"               "0x00000800"
# === Video Overlay for the Xv extension ===
    Option "VideoOverlay"               "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
    Option "OpenGLOverlay"              "off"
# === Center Mode (Laptops only) ===
    Option "CenterMode"                 "off"
# === Pseudo Color Visuals (8-bit visuals) ===
    Option "PseudoColorVisuals"         "off"
# === QBS Management ===
    Option "Stereo"                     "off"
    Option "StereoSyncEnable"           "1"
# === FSAA Management ===
    Option "FSAAEnable"                 "yes"
    Option "FSAAScale"                  "1"
    Option "FSAADisableGamma"           "no"
    Option "FSAACustomizeMSPos"         "no"
    Option "FSAAMSPosX0"                "0.000000"
    Option "FSAAMSPosY0"                "0.000000"
    Option "FSAAMSPosX1"                "0.000000"
    Option "FSAAMSPosY1"                "0.000000"
    Option "FSAAMSPosX2"                "0.000000"
    Option "FSAAMSPosY2"                "0.000000"
    Option "FSAAMSPosX3"                "0.000000"
    Option "FSAAMSPosY3"                "0.000000"
    Option "FSAAMSPosX4"                "0.000000"
    Option "FSAAMSPosY4"                "0.000000"
    Option "FSAAMSPosX5"                "0.000000"
    Option "FSAAMSPosY5"                "0.000000"
# === Misc Options ===
    Option "UseFastTLS"                 "0"
    Option "BlockSignalsOnLock"         "on"
    Option "UseInternalAGPGART"         "yes"
    Option "ForceGenericCPU"            "no"
    BusID "PCI:1:0:0"    # vendor=1002, device=4150
    Screen 0
EndSection
...

Section "Screen"
    Identifier  "Screen0"
    Device      "ATI Graphics Adapter"
    Monitor     "Monitor0"
    DefaultDepth 24
    #Option "backingstore"

    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600"
        ViewPort    0 0  # initial origin if mode is smaller than desktop
#        Virtual     1280 1024
    EndSubsection
EndSection

Last edited by Draco77; 01-17-2004 at 09:16 PM.
 
Old 01-18-2004, 01:56 AM   #2
Dimax
LQ Newbie
 
Registered: Jan 2004
Location: South USA
Distribution: Slackware
Posts: 4

Rep: Reputation: 0
nvidia

I have a soyo kt400 ultra, and i run slackware. I purchased the 9600 xt. After hours of work on the drivers I got 3000 fps out of the card. Still won't work with wine or winex. I scoured the forums, not much help. My final solution.... I'm selling my card via ebay, and buying and nVidia. ATI drivers are BS.


Sell your card.

Sorry I wasn't much help.
 
  


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
Slow 3d Performance with ATI Radeon 9600 SuperBongBoy Linux - Software 3 09-04-2004 04:25 PM
Tv out with radeon 9600 pro? Braveheart1980 Linux - Hardware 0 06-26-2004 07:12 PM
Radeon 9600 pro on redhat 7.3 imm102 Linux - Newbie 5 01-02-2004 11:12 AM
Radeon 9800 Pro w/ KT400 chipset Direct Rendering not working nemesis636 Linux - Hardware 7 12-22-2003 09:16 AM
agpgart problems with a radeon 9700 pro, kt400, and redhat 9 makai_wi Linux - Hardware 11 08-22-2003 01:34 PM

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

All times are GMT -5. The time now is 02:38 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