Announcement

Collapse
No announcement yet.

Updated and Optimized Ubuntu Free Graphics Drivers

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

  • Originally posted by Sarvatt View Post
    Mesa is that old because out of tree builds that the debian packages uses have been broken for that long due to the build system getting changed in git.

    see https://bugs.freedesktop.org/show_bug.cgi?id=50604 (among others)
    Ahh, that makes sense. I did see a series of patches from Christopher James Halse Rogers of Canonical come across my email this last Sunday that supposedly fixxes most everything but the llvmpipe stuff. Hopefully those patches will hit master soon. My Makefile foo is weak, but I might go ahead and dive in this weekend if I get the time.

    see http://lists.freedesktop.org/archive...ly/023726.html
    Last edited by sandain; 10 July 2012, 07:59 PM.

    Comment


    • Mesa doesn't properly compile now indeed. In the meantime... enjoy the Radeon 7000 support (2D with ShadowFB only).

      Comment


      • You mean the radeon_blit.c error that appears when attempting to run certain software on those old Radeons?

        Comment


        • Originally posted by AlbertP View Post
          You mean the radeon_blit.c error that appears when attempting to run certain software on those old Radeons?
          ?

          I mean this: http://cgit.freedesktop.org/xorg/dri...07c789b8a64b92

          Comment


          • I'm sorry, I confused Radeon HD 7000 (SI) with Radeon 7000 (R100).

            Comment


            • right parameters

              I use a hd3850 agp on my motherboard and consulting datas the results is different in confront of hardware features:

              256MB gddr instead of real 512MB
              32bit width instead of 256bit width.

              How to correct this values?

              Comment


              • Originally posted by Azrael5 View Post
                I use a hd3850 agp on my motherboard and consulting datas the results is different in confront of hardware features:

                256MB gddr instead of real 512MB
                32bit width instead of 256bit width.

                How to correct this values?
                Where do you read that values?

                Comment


                • I've red them by terminal and using a diagnostic tool I got by Ubuntu Software Center.
                  Last edited by Azrael5; 23 July 2012, 01:08 PM.

                  Comment


                  • VGA compatible controller: ATI Technologies Inc RV670 AGP [Radeon HD 3850] (prog-if 00 [VGA controller])
                    Subsystem: Hightech Information System Ltd. Device 0028
                    Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 16
                    Memory at d0000000 (32-bit, prefetchable) [size=256M]
                    I/O ports at d800 [size=256]
                    Memory at fbff0000 (32-bit, non-prefetchable) [size=64K]
                    Expansion ROM at fbfc0000 [disabled] [size=128K]
                    Capabilities: <access denied>
                    Kernel driver in use: radeon
                    Kernel modules: radeon


                    I've consulted again the vga parameters and I noted the 256 value is present although the memory is limited to 256MB value.

                    Comment


                    • That's most probably the size of your AGP GART and not of the graphics cards. Run "dmesg | grep VRAM" to get the size of your graphics cards RAM.

                      Comment

                      Working...
                      X