Announcement

Collapse
No announcement yet.

Updated and Optimized Ubuntu Free Graphics Drivers

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

  • #71
    Updates

    Mesa:
    • Reverted to using default -O2 gcc optimization flag rather than previous -Os since it's faster on intel (thanks bongmaster2 for the performance tests!).
    • Build with -fno-builtin-memcmp for increased performance (thanks curaga for suggesting it!). Eventually that should be added upstream.
    • More r600g improvements.


    Also included dri2proto 2.6, needed for newer xf86-video-intel.

    There will be no more updates until the 18th, since I am going on vacation .

    Comment


    • #72
      Updates

      Mesa
      • pipe-video branch is now officially merged on mesa master. libg3dvl-mesa package with nouveau (XvMC only), r300 and r600 (XvMC + VDPAU) hw drivers is again available (softpipe drivers now also supported). See this post for instructions on using it.
      • Floating-point depth buffers.
      • glsl-to-tgsi branch no longer included (due to merge conflicts).


      Also included x11proto-gl 1.4.14, needed by current mesa.

      Comment


      • #73
        Updates

        Mesa
        Added PP (Post Processing) branch. It actually includes Jimenez's MLAA and nocolor filters. Currently supported only with software rendering. To test:
        Code:
        LIBGL_ALWAYS_SOFTWARE=1 pp_jimenezmlaa=8 glxgears
        LIBGL_ALWAYS_SOFTWARE=1 pp_nored=1 glxgears
        LIBGL_ALWAYS_SOFTWARE=1 pp_nogreen=1 glxgears
        LIBGL_ALWAYS_SOFTWARE=1 pp_noblue=1 glxgears
        Multiple filters can be combined.

        Comment


        • #74
          Ubuntu 11.04 install problems

          I just installed the latest packages from this repo but (for the first time) got the following errors. Could it be related to the latest 280.04 nvidia drivers from the bumblebee PPA, https://launchpad.net/~mj-casalogic/+archive/bumblebee/ ? Any ideas would be greatly appreciated.


          Setting up libgl1-mesa-dri (7.12~git1107260906.b189d1~gd~n) ...
          Setting up libgl1-mesa-dri-experimental (7.12~git1107260906.b189d1~gd~n) ...
          Setting up libglapi-mesa (7.12~git1107260906.b189d1~gd~n) ...
          Setting up libgl1-mesa-glx (7.12~git1107260906.b189d1~gd~n) ...
          update-alternatives: error: alternative link /usr/lib/xorg/extra-modules is already managed by i386-linux-gnu_gl_conf.
          dpkg: error processing libgl1-mesa-glx (--configure):
          subprocess installed post-installation script returned error exit status 2
          dpkg: dependency problems prevent configuration of libglu1-mesa:
          libglu1-mesa depends on libgl1-mesa-glx | libgl1; however:
          Package libgl1-mesa-glx is not configured yet.
          Package libgl1 is not installed.
          Package libgl1-mesa-glx which provides libgl1 is not configured yet.
          dpkg: error processing libglu1-mesa (--configure):
          dependency problems - leaving unconfigured

          Best!

          Comment


          • #75
            Originally posted by Qaridarium
            kde also turns of 3d desktop. kwin.

            i think it runs software rendering mode...

            but because why?

            Renderer: Gallium 0.4 on amd rv730
            OpenGL version: 2.1 Mesa 7.12-devel (git-b189d16 natty-oibaf-ppa+pp-branch)
            There were some changes to winsys/radeon that may explain it.

            Comment


            • #76
              Originally posted by phitastic View Post
              I just installed the latest packages from this repo but (for the first time) got the following errors. Could it be related to the latest 280.04 nvidia drivers from the bumblebee PPA, https://launchpad.net/~mj-casalogic/+archive/bumblebee/ ? Any ideas would be greatly appreciated.
              I didn't noticed this post before. It is fixed now?

              Comment


              • #77
                Updates

                Mesa
                • glsl-to-tgsi branch now officially merged into mesa master.
                • PP filters should also work with hardware drivers. MLAA probably supported only on r600g.


                Also, intel driver updated 2.15.901.

                Comment


                • #78
                  MLAA may or may not work even on r600g, see http://candgsoc.host56.com/2011/08/hw-binding/

                  Comment


                  • #79
                    Updates

                    Mesa

                    Comment


                    • #80
                      Originally posted by oibaf View Post
                      Already in master.

                      Comment

                      Working...
                      X