Announcement

Collapse
No announcement yet.

AMD Catalyst 8.9 Gets WINE Fix, RandR 1.2 Support

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

  • #71
    Originally posted by dscharrer View Post
    The ati-drivers-8.522 with only the version and SRC_URI changed works for me. That is on Gentoo amd64 and a HD 4850. Which version did you base your're ebuild on? If I get to it I'll try it on a 32 bit Gentoo installation with a X1600.
    Based it off the same version - just changed the SRC_URI as well. I rather suspect that I have something different to most people too - I've never been able to run amdcccle. Do you use a dual head system, or only single screen?
    I use enlightenment if that makes a difference, though the 8.8's worked just fine.

    Comment


    • #72
      First check:

      ldd $(which amdcccle)

      Comment


      • #73
        Originally posted by mirv View Post
        Do you use a dual head system, or only single screen?
        single screen

        Comment


        • #74
          Originally posted by Kano View Post
          First check:

          ldd $(which amdcccle)
          Output is:
          Code:
                  linux-vdso.so.1 =>  (0x00007fffd25fe000)
                  libICE.so.6 => /usr/lib/libICE.so.6 (0x00007f53ca21a000)
                  libSM.so.6 => /usr/lib/libSM.so.6 (0x00007f53ca112000)
                  libdl.so.2 => /lib/libdl.so.2 (0x00007f53ca00e000)
                  libXext.so.6 => /usr/lib/libXext.so.6 (0x00007f53c9dfc000)
                  libX11.so.6 => /usr/lib/libX11.so.6 (0x00007f53c9af4000)
                  libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x00007f53c98c4000)
                  libXrender.so.1 => /usr/lib/libXrender.so.1 (0x00007f53c97bb000)
                  libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0x00007f53c96b4000)
                  libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x00007f53c952a000)
                  libXcursor.so.1 => /usr/lib/libXcursor.so.1 (0x00007f53c9420000)
                  libpthread.so.0 => /lib/libpthread.so.0 (0x00007f53c9306000)
                  libXi.so.6 => /usr/lib/libXi.so.6 (0x00007f53c91fd000)
                  libGL.so.1 => //usr/lib64/opengl/ati/lib/libGL.so.1 (0x00007f53c906a000)
                  libstdc++.so.5 => /usr/lib64/libstdc++-v3/libstdc++.so.5 (0x00007f53c8e8d000)
                  libm.so.6 => /lib/libm.so.6 (0x00007f53c8d38000)
                  libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00007f53c8c2b000)
                  libc.so.6 => /lib/libc.so.6 (0x00007f53c89f0000)
                  /lib64/ld-linux-x86-64.so.2 (0x00007f53ca334000)
                  libXau.so.6 => /usr/lib/libXau.so.6 (0x00007f53c88ed000)
                  libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007f53c87e8000)
                  libz.so.1 => /lib/libz.so.1 (0x00007f53c86d4000)
                  libexpat.so.1 => /usr/lib/libexpat.so.1 (0x00007f53c84b0000)
                  libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0x00007f53c83ab000)
          As for my 8.9 problem, I suspect that may be something to do with the custom libdri that's apparently there now - I'll have to look into that a bit more.

          -- As I suspected: /usr/lib64/xorg/modules/extensions/libdri.so had to be replaced by hand. amdcccle still doesn't work, but the rest of the driver does!
          Last edited by mirv; 20 September 2008, 12:00 PM.

          Comment


          • #75
            Is anyone else having an issue running dual-head mode? I'm running on an HP dv5 laptop, which has an ati HD3200 chip and running my Samsung HDTV as a secondary monitor over an hdmi connection. Whenever I try to boot in to Ubuntu(8.04.1) fglrx crashes and BulletProofX loads.
            I have no issue running in big desktop or clone mode, either booting with this setting or enabling it after my system has fully loaded.

            Comment


            • #76
              Originally posted by wfeltmate View Post
              Is anyone else having an issue running dual-head mode? I'm running on an HP dv5 laptop, which has an ati HD3200 chip and running my Samsung HDTV as a secondary monitor over an hdmi connection. Whenever I try to boot in to Ubuntu(8.04.1) fglrx crashes and BulletProofX loads.
              I have no issue running in big desktop or clone mode, either booting with this setting or enabling it after my system has fully loaded.
              I've had the same issue with 8.8, but not with an notebook.
              I have done the following steps and it worked.

              Code:
              [sudo] gedit /etc/X11/xorg.conf
              
              Section "Device"
                      ...
              	Driver		"vesa"
                      ...
              EndSection
              Code:
              [sudo] apt-get remove --purge [all ati packages] && [sudo] rm -dfrv /etc/ati/
              Code:
              reboot
              Then I reinstalled the ati packages and activate the fglrx driver but NO OTHER OPTION!!

              Then reboot!
              After reboot, I have activated the other fglrx options like ...

              http://phoronix.com/forums/showthrea...2727&page=5#50

              The steps are not all logic, but it worked.

              Comment


              • #77
                on debian

                If you can't wait for debian to release the new package, than you can do this:
                peerspectives.org is your first and best source for all of the information you’re looking for. From general topics to more of what you would expect to find here, peerspectives.org has it all. We hope you find what you are searching for!

                Comment


                • #78
                  Originally posted by wfeltmate View Post
                  Is anyone else having an issue running dual-head mode? I'm running on an HP dv5 laptop, which has an ati HD3200 chip and running my Samsung HDTV as a secondary monitor over an hdmi connection. Whenever I try to boot in to Ubuntu(8.04.1) fglrx crashes and BulletProofX loads.
                  I have no issue running in big desktop or clone mode, either booting with this setting or enabling it after my system has fully loaded.
                  Well, on my dual-head system (AMD 3450: tv and tft monitor, two separate x-screens), OpenGL programs are not terminated. For example: glxinfo hangs (after outputting all info). An OpenGL program I wrote myself also hangs (after it was finished). Besides that, no really big problems.

                  My other computer (single monitor) does not have these problems.

                  btw: what is the best location to report bugs? I did report some bugs to the unofficial bugzilla, but is that ever read by the devs?

                  Comment


                  • #79
                    I can't modprobe fglrx with *.deb package build from ATI's *.run file:

                    Code:
                    # modprobe fglrx
                    FATAL: Module fglrx not found.
                    Any ideas where I should start to look for a solution? I run Debian testing x86_64

                    Update:
                    The regular drivers don't work for me either. I need to issue a:
                    Code:
                    module-assistant auto-install fglrx-kernel-src
                    to get 'modprobe fglrx' working. problem is when I try to do that with the latest drivers (which i manually build from ATI's *.sh), it failed because it tried to update to the 'latest' fglrx driver.

                    Any idea how to resolve the problems with version conflicts?

                    Update2
                    I managed to build the kernel-src but now I get this error :
                    Code:
                    # modprobe fglrx
                    FATAL: Error inserting fglrx (/lib/modules/2.6.26-1-amd64/misc/fglrx.ko): Unknown symbol in module, or unknown parameter (see dmesg)
                    Last edited by aniruddha; 20 September 2008, 06:50 PM.

                    Comment


                    • #80
                      You can try my script:



                      but you need a supported kernel. You need the CONFIG_PCI_LEGACY=y config option set and you should have got kernel headers installed correctly. Use

                      sh install-fglrx-debian.sh -v 8-9

                      to try 8-9 driver, 8-8 is currently default because of the stupid debian etch dri bug.

                      Comment

                      Working...
                      X