Announcement

Collapse
No announcement yet.

HD 2600 PRO AGP - driver problems

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • HD 2600 PRO AGP - driver problems

    Recently I've installed a Sapphire HD2600Pro AGP card instead of my beloved nVidia 7600GS (I needed to help my family where another video card broke). I was able to install the Windows XP drivers - although only the ones provided on CD worked. But in Linux it's hopeless. Let me explain.

    After installing Catalyst 7.12 drivers in Ubuntu 7.10 the X.org is unable to turn on the high resolution mode on my LCD (1680x1050 @ Samsung SyncMaster 2232), and only the failsafe X kicks in. The Xorg.0.log shows no signs of errors (EE), serious warnings (WW) and the like. I've checked my xorg.conf many times and having a 5+ years of experience with various distros (including Gentoo for example, where you have to basically write xorg.conf or you have no X at all) I must say that the xorg.conf is rather fine.

    My suspicions started to rise when the downloaded from AMD/ATI site display drivers refused to install in Windows XP (I've tried 7.12, 7.11 and 7.10). The installer simply stated that it was unable to detect the hardware. But hey, drivers from supplied CD worked! I did a simple "diff -u" on the *.INF files from the different drivers releases and it occured to me that in every ATI driver some generic information was missing.

    In Linux this AGP card is detected as:
    Code:
    # lspci
    01:00.0 VGA compatible controller: ATI Technologies Inc Unknown device 9587
    
    # lspci -v
    01:00.0 VGA compatible controller: ATI Technologies Inc Unknown device 9587 (prog-if 00 [VGA controller])
    	Subsystem: ATI Technologies Inc Unknown device 0028
    	Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 11
    	Memory at e0000000 (32-bit, prefetchable) [size=256M]
    	I/O ports at e000 [size=256]
    	Memory at fbf00000 (32-bit, non-prefetchable) [size=64K]
    	Expansion ROM at fbe00000 [disabled] [size=128K]
    	Capabilities: [50] Power Management version 3
    	Capabilities: [58] AGP version 3.0
    
    # lcpci -v -v
    01:00.0 VGA compatible controller: ATI Technologies Inc Unknown device 9587 (prog-if 00 [VGA controller])
    	Subsystem: ATI Technologies Inc Unknown device 0028
    	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: 64 (2000ns min), Cache Line Size: 64 bytes
    	Interrupt: pin A routed to IRQ 11
    	Region 0: Memory at e0000000 (32-bit, prefetchable) [size=256M]
    	Region 1: I/O ports at e000 [size=256]
    	Region 2: Memory at fbf00000 (32-bit, non-prefetchable) [size=64K]
    	Expansion ROM at fbe00000 [disabled] [size=128K]
    	Capabilities: [50] Power Management version 3
    		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
    		Status: D0 PME-Enable- DSel=0 DScale=0 PME-
    	Capabilities: [58] AGP version 3.0
    		Status: RQ=256 Iso- ArqSz=0 Cal=0 SBA+ ITACoh- GART64- HTrans- 64bit- FW+ AGP3+ Rate=x4,x8
    		Command: RQ=1 ArqSz=0 Cal=0 SBA+ AGP- GART64- 64bit- FW- Rate=<none>
    Note the "Unknown device 9587" - and I've just updated the PCI ID database by using "update-pciids" command!

    Eventually this led me to this: http://www.sapphiretech.com/en/forum...5&page=3&pp=10
    I will quote the important part:

    If your AGP card is not supported by the latest ATI drivers...
    Sometimes the drivers don't get updated for every card for every driver release, so you need to edit a couple files to add your card. Run the installer, and continue until you extract the driver into a folder under C:\ATI\SUPPORT\. At the next opportunity, cancel the installation and navigate to the C:\ATI\SUPPORT\ folder in Windows Explorer. Edit the files as follows, and you can then run C:\ATI\SUPPORT\{Current Version}\Driver\setup.exe.

    The files you need to edit are:

    Windows Vista
    C:\ATI\SUPPORT\[Current Version]\Driver\Packages\Drivers\Display\LH_INF\CX_*****.i nf

    Under "[ATI.Mfg]", add the following lines. You can do a search for "HD 2400" to put the lines with the other entries for the HD2000 series, if you wish.

    "ATI Radeon HD 2400 PRO AGP" = ati2mtag_RV610, PCI\VEN_1002&DEV_94C4
    "ATI Radeon HD 2400 XT AGP" = ati2mtag_RV610, PCI\VEN_1002&DEV_94C6
    "ATI Radeon HD 2600 PRO AGP" = ati2mtag_RV630, PCI\VEN_1002&DEV_9587
    "ATI Radeon HD 2600 XT AGP" = ati2mtag_RV630, PCI\VEN_1002&DEV_9586

    The lines can be placed anywhere under the "[ATI.Mfg]" section. For example, your entry could look as follows:

    [ATI.Mfg]
    "ATI Radeon HD 2400 PRO AGP" = ati2mtag_RV610, PCI\VEN_1002&DEV_94C4
    "ATI Radeon HD 2400 XT AGP" = ati2mtag_RV610, PCI\VEN_1002&DEV_94C6
    "ATI Radeon HD 2600 PRO AGP" = ati2mtag_RV630, PCI\VEN_1002&DEV_9587
    "ATI Radeon HD 2600 XT AGP" = ati2mtag_RV630, PCI\VEN_1002&DEV_9586

    Windows XP/MCE
    C:\ATI\SUPPORT\[Current Version]\Driver\Driver\XP_INF\CX_*****.inf

    Under "[ATI.Mfg.NTx86]", add the following lines. You can do a search for "HD 2400" to put the lines with the other entries for the HD2000 series, if you wish.

    "ATI Radeon HD 2400 PRO AGP" = ati2mtag_RV610, PCI\VEN_1002&DEV_94C4
    "ATI Radeon HD 2400 XT AGP" = ati2mtag_RV610, PCI\VEN_1002&DEV_94C6
    "ATI Radeon HD 2600 PRO AGP" = ati2mtag_RV630, PCI\VEN_1002&DEV_9587
    "ATI Radeon HD 2600 XT AGP" = ati2mtag_RV630, PCI\VEN_1002&DEV_9586

    The lines can be placed anywhere under the "[ATI.Mfg.NTx86]" section. For example, your entry could look as follows:

    [ATI.Mfg.NTx86]
    "ATI Radeon HD 2400 PRO AGP" = ati2mtag_RV610, PCI\VEN_1002&DEV_94C4
    "ATI Radeon HD 2400 XT AGP" = ati2mtag_RV610, PCI\VEN_1002&DEV_94C6
    "ATI Radeon HD 2600 PRO AGP" = ati2mtag_RV630, PCI\VEN_1002&DEV_9587
    "ATI Radeon HD 2600 XT AGP" = ati2mtag_RV630, PCI\VEN_1002&DEV_9586

    C:\ATI\SUPPORT\[Current Version]\Driver\Driver\CX_*****.INI
    C:\ATI\SUPPORT\[Current Version]\Driver\Driver\INSTALL.INI

    In both files, under the "[WINXP]" section, add the following at the end of the second line, which starts "R6=DriverPath_R6":

    ,0x94C4,0x94C6,0x9586,0x9587

    For example, your entry could look as follows:

    [WINXP]
    Label=R6,R6_2,R6_3,R6_4,R6_5,R6_6,R6_7,R6_8,R6_9,R 6_10
    R6=DriverPath_R6,0x554F:0x149218BC,0x7162:0x300114 7B,0x94C4,0x94C6,0x9586,0x9587
    DriverPath_R6=\XP_INF,CX_52443.INF
    When I re-checked the differences in *.INF files I've found it became obvious that the Sapphire released the drivers that include support for "9587 device", but the original ATI Catalyst drivers DO NOT.

    Using the above procedure I was able to install the 7.12 drivers in Windows XP for this problematic HD2600Pro AGP card. But in Linux I begin to feel that this is hopeless. Especially if the source of this problem is the same: some missing descriptions in the binary, closed driver that prevent correct device detection.

    This graphics chip is designed with PCI-E in mind and is "backported" to work with the AGP bus. What's sad is that this is the best chip in market, budget wise, for AGP at the moment! (there are HD2400 & HD2600 cards, in Pro & XT variants). And the ATI driver doesn't work in Linux and the product is not even registered in the PCI ID database...

    I already begin to miss my GeForce...

  • #2
    Well, with my HD2400pro AGP, what I get is only freezing.
    Which output do u use? DVI or VGA?

    Comment


    • #3
      Originally posted by eonghk View Post
      Well, with my HD2400pro AGP, what I get is only freezing.
      Which output do u use? DVI or VGA?
      Well, I use DVI - this gives the best picture when connected to my LCD. But does it matter?

      Comment


      • #4
        Update: I registered my card on the AMD Customer Support site (http://support.ati.com) and created a problem report ticket:

        737-1307341: Radeon HD 2600 PRO AGP - drivers do not install in Windows, card not recognized in Linux


        However, I was able to find that this problem is actually well-known, wrt. this knowledge base article:

        737-31420: HD 2XXX Series AGP: No Compatible Hardware Found


        Unluckily this article concerns only Windows drivers, no fglrx is mentioned.

        Comment


        • #5
          The information you found from Saphire is really helpful with regards to the windows installer problem.
          I also filed a ticket with ATI support for that "no compatible hardware found" error so perhaps that triggered them to write this KB article.
          -edit- I forgot to mention that the ATI help I got for that issue was abysmally bad. They told me to download and try the 7-7 catalyst bundle. Not only did it result in the same error, but when I verified in the readme, it was clear that the bundle was from a time when the HD2xxx cards hadn't even been released yet.
          The later response I got from the support guy suggested he thought I had a RADEON 1950 AGP card even though I clearly wrote I had a HD2600XT in each and every update I made to the ticket.

          I did find another way to circumvent the problem in Windows XP. After a failed catalyst install, remember where you told the program to unpack the drivers. (Usually C:\ATI). Just go to Windows device manager (under right-click "My Computer", select 'properties' or via the control panel),
          browse to the entry for the 2600 (XT in my case) Display Adapter,
          right-click, select properties and then click the "update drivers" button on the 'driver' tab.
          (this probably works in Vista too but I didn't test that).

          Once in that dialog, say no to any of the automagic detection options and choose the "I will tell windows what driver to install" and "browse" and "select a different location" options (can't remember the correct order, sorry)

          Browse (in my example) to C:\ATI\support\7-12_xp32_dd_ccc_wdm_enu_55811\Driver\Driver\xp_inf directory and have XP accept the inf file there.
          Select the HD2600 Pro or XT from that list (no difference between a PCIe or AGP card there it seems) and roll with it.
          Windows will protest that it's not certified for your hardware, but just confirm / overrule.
          It has worked fine for me.

          p.s. I also can't get fgrlx working on my hd2600xt agp. I either get a black=screen freeze or a half-way through the screen build-up freeze. I haven't tried lowering my resolution yet but with the radeonhd driver and randr turned off, I don't have to so I'll suffer with that some more.

          p.s. the ATI links you posted didn't work directly, but while browsing the support site, I found another interesting one: apparently there's a potential directx problem.
          If you browse any support topic, and then, in the address bar of the browser, you change the ID= bit into ID=31542 instead, you find some links to as yet untested / unreleased catalyst 8-1 driver packages at the bottom of that page! (Downloading them as I write this [;-)] )
          Last edited by Swoopy; 16 January 2008, 04:04 PM.

          Comment


          • #6
            The 8.1 cat's for windows were released today
            Those who would give up Essential Liberty to purchase a little Temporary Safety,deserve neither Liberty nor Safety.
            Ben Franklin 1755

            Comment


            • #7
              I have exactly the same card and the same problem !

              I have found this in the temporary directory that is created when we run the ATI installer (I'm using the latest driver 8.01)

              fglrx-install.nm8153/common/lib/modules/fglrx/build_mod/fglrxko_pci_ids.h

              ......
              FGL_ASIC_ID(0x958E), // ATI Radeon HD 2600 LE (RV630 958E)
              FGL_ASIC_ID(0x958A), // Gemini RV630 (RV630 958A)
              FGL_ASIC_ID(0x9587), // ATI Radeon HD 2600 Pro AGP (RV630 9587)
              FGL_ASIC_ID(0x9586), // ATI Radeon HD 2600 XT AGP (RV630 9586)
              FGL_ASIC_ID(0x9588), // ATI Radeon HD 2600 XT (RV630 9588)
              ........

              So our video card is suppose to be reconize by this driver So why ???? does it not install properly!

              Comment


              • #8
                here is the xorg.conf that is generated by default after the installation of the latest ATI driver.

                Section "ServerLayout"
                Identifier "layout1"
                Screen 0 "aticonfig-Screen[0]" 0 0
                InputDevice "Keyboard1" "CoreKeyboard"
                InputDevice "Mouse1" "CorePointer"
                EndSection

                Section "Files"
                EndSection

                Section "Module"
                Load "dbe" # Double-Buffering Extension
                Load "v4l" # Video for Linux
                Load "extmod"
                Load "type1"
                Load "freetype"
                Load "glx" # 3D layer
                Load "dri" # direct rendering
                EndSection

                Section "ServerFlags"

                #DontZap # disable <Ctrl><Alt><BS> (server abort)
                # allows the server to start up even if the mouse does not work
                #DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
                Option "allowmouseopenfail"
                EndSection

                Section "InputDevice"
                Identifier "Keyboard1"
                Driver "kbd"
                Option "XkbModel" "pc105"
                Option "XkbLayout" "ca"
                Option "XkbOptions" "compose:rwin"
                EndSection

                Section "InputDevice"
                Identifier "Mouse1"
                Driver "mouse"
                Option "Protocol" "ExplorerPS/2"
                Option "Device" "/dev/mouse"
                EndSection

                Section "Monitor"

                # TV fullscreen mode or DVD fullscreen output.
                # 768x576 @ 79 Hz, 50 kHz hsync
                Identifier "monitor1"
                VendorName "Plug'n Play"
                ModelName "IBM G97"
                HorizSync 30.0 - 96.0
                VertRefresh 50.0 - 160.0
                ModeLine "768x576" 50.0 768 832 846 1000 576 590 595 630
                ModeLine "768x576" 63.1 768 800 960 1024 576 578 590 616
                EndSection

                Section "Monitor"
                Identifier "aticonfig-Monitor[0]"
                Option "VendorName" "ATI Proprietary Driver"
                Option "ModelName" "Generic Autodetecting Monitor"
                Option "DPMS" "true"
                EndSection

                Section "Device"
                Identifier "device1"
                Driver "radeonhd"
                VendorName "ATI Technologies Inc"
                BoardName "ATI Radeon X1300 and later"
                Option "DPMS"
                EndSection

                Section "Device"
                Identifier "aticonfig-Device[0]"
                Driver "fglrx"
                EndSection

                Section "Screen"
                Identifier "screen1"
                Device "device1"
                Monitor "monitor1"
                DefaultDepth 24
                SubSection "Display"
                Depth 8
                Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
                EndSubSection
                SubSection "Display"
                Depth 15
                Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
                EndSubSection
                SubSection "Display"
                Depth 16
                Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
                EndSubSection
                SubSection "Display"
                Depth 24
                Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
                EndSubSection
                EndSection

                Section "Screen"
                Identifier "aticonfig-Screen[0]"
                Device "aticonfig-Device[0]"
                Monitor "aticonfig-Monitor[0]"
                DefaultDepth 24
                SubSection "Display"
                Viewport 0 0
                Depth 24
                EndSubSection
                EndSection

                Section "Extensions"
                Option "Composite"
                EndSection
                If I reeboot with that driver I will get a black screen and a frozen computer. So ..... What's wrong with it??

                Comment


                • #9
                  Originally posted by fred View Post
                  here is the xorg.conf that is generated by default after the installation of the latest ATI driver.



                  If I reeboot with that driver I will get a black screen and a frozen computer. So ..... What's wrong with it??
                  1st, your xorg.conf contains two, conflicting, "screen" sections. One still invokes "device1" which is the section containing a reference to the radeonhd drvier.
                  The other invokes "aticonfig-Device[0]" which contains a reference to fglrx.

                  The latter one SHOULD be the one that gets loaded but it is probably a good idea to clean up your xorg.conf to remove all those references that are tied in to the "screen" invocation with Identifier "screen1".

                  2nd. You are probably hitting the same problem that I've been hitting with almost any fglrx driver since release build 8.42 or so (Catalyst 7-9 linux equivalent, they didn't switch to 7-?? numbering until 7-11) with my HD2600XT AGP (and no driver before 8.42 supported the HD2xxx series cards):
                  a hanging X screen.
                  Usually it blacks out showing nothing but with 7-11 / 8.433 I managed to get it working somewhat, until the first button on screen had to be drawn (the Greeter login button) at which point the rest of the screen would be filled with white in 64x64 pixel blocks. And hang the system.
                  Apparently the fglrx driver doesn't like resolutions other thant multiples of 64 by multiples of 64, which might explain the hang but I've no idea how to force it down from the 1600x1200 that I usually run my display at.
                  Probably add the proper MOdes line to xorg.conf but at this point I've decided not to bother any longer.
                  I should probably go back to that driver and try with 1280x1024, but I have radeonhd working in 1600x1200, so why bother?
                  I'll just wait until the developers of radeonhd add support for 3D / OpenGL.
                  I need the 1600x1200 more (photo editing and the like) than I need the 3d accel (GoogleEarth being the only app I used to use that truly needs it).
                  Until then, I've given up on fglrx on my shiny new but seemingly rather unsupported AGP card.
                  Last edited by Swoopy; 21 January 2008, 03:04 PM.

                  Comment


                  • #10
                    Originally posted by Swoopy View Post
                    Apparently the fglrx driver doesn't like resolutions other than multiples of 64 by multiples of 64, which might explain the hang but I've no idea how to force it down from the 1600x1200 that I usually run my display at.
                    Probably add the proper MOdes line to xorg.conf but at this point I've decided not to bother any longer.
                    As I understand it, only the workstation code paths (ie the ones which run on FireGL parts) have the 64-pixel issue. Your card should not care about having H resolution be a multiple of 64 pixels.

                    [EDIT] Looks like there is a workaround for the 64-bit issue -- using a slightly wider virtual screen which *is* a multiple of 64 even if your physical screen is not.

                    http://support.ati.com/ics/support/d...estionID=31720
                    Last edited by bridgman; 21 January 2008, 03:40 PM.
                    Test signature

                    Comment

                    Working...
                    X