d107 FreshPorts -- x11-drivers/xf86-video-ati
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
xf86-video-ati 6.14.3_1 x11-drivers on this many watch lists=44 search for ports that depend on this port
X.Org ati display driver
Maintained by: x11@FreeBSD.org search for ports maintained by this maintainer
Port Added: 23 May 2007 03:28:46
License: not specified in port


This package contains the X.Org xf86-video-ati driver.
SVNWeb : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. x11/xf86driproto
  2. x11/xineramaproto
  3. x11/videoproto
  4. x11/xf86miscproto
  5. x11/xextproto
  6. x11/glproto
  7. x11/randrproto
  8. x11-fonts/fontsproto
  9. x11/renderproto
  10. x11-servers/xorg-server
  11. x11/xproto
  12. x11/libXi
  13. devel/pkgconf
Required To Run:
  1. x11-servers/xorg-server
  2. x11/xproto
  3. x11/libXi
  4. devel/pkgconf
Required Libraries:
  1. graphics/libGL

This port is required by:

for Run

To install the port: cd /usr/ports/x11-drivers/xf86-video-ati/ && make install clean
To add the package: pkg_add -r xf86-video-ati


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/xorg/driver/
  2. http://artfiles.org/x.org/pub/individual/driver/
  3. http://ftp.gwdg.de/pub/x11/x.org/pub/individual/driver/
  4. http://ftp.kaist.ac.kr/x.org/individual/driver/
  5. http://ftp.yz.yamagata-u.ac.jp/pub/X11/x.org/individual/driver/
  6. http://gd.tuwien.ac.at/X11/individual/driver/
  7. http://mi.mirror.garr.it/mirrors/x.org/individual/driver/
  8. http://mirror.csclub.uwaterloo.ca/x.org/individual/driver/
  9. http://mirror.de.leaseweb.net/xorg/individual/driver/
  10. http://mirror.nl.leaseweb.net/xorg/individual/driver/
  11. http://mirror.switch.ch/ftp/mirror/X11/pub/individual/driver/
  12. http://mirror.us.leaseweb.net/xorg/individual/driver/
  13. http://mirrors.go-part.com/xorg/individual/driver/
  14. http://mirrors.ircam.fr/pub/x.org/individual/driver/
  15. http://www.mirrorservice.org/sites/ftp.x.org/pub/individual/driver/
  16. http://www.portal-to-web.de/pub/mirrors/x.org/individual/driver/
  17. http://x.cs.pu.edu.tw/individual/driver/
  18. http://x.cybermirror.org/individual/driver/
  19. http://x.europnews.de/pub/individual/driver/
  20. http://xorg.freedesktop.org/releases/individual/driver/
  21. http://xorg.mirror.solnet.ch/pub/individual/driver/
  22. http://xorg.mirrors.pair.com/individual/driver/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2011-02-24
    Affects: users of x11-drivers/xf86-video-ati
    Author: miwi@FreeBSD.org
    Reason: 
      Xorg has been updated to 7.5.1. For all ATI users the driver
      was updated to 6.14.0 but the old one is still available in
      x11-drivers/xf86-video-ati613. See radeon(5) for options
      available.
    
    
  • 2008-06-27
    Affects: users of x11-drivers/xf86-video-ati
    Author: Jung-uk Kim <jkim@FreeBSD.org>
    Reason: 
      mach64 and r128 drivers are now separated out from the ati driver.
      These video cards are supported by x11-drivers/xf86-video-mach64
      and x11-drivers/xf86-video-r128 respectively. If you have one of
      the affected video cards and xorg.conf contains the following line:
    
    	Driver	"ati"
    
      you must specify "mach64" or "r128". Alternatively, you may install
      x11-drivers/xf86-video-ati to get a wrapper driver.
    
    

Number of commits found: 34

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
11 Mar 2013 10:41:37
Original commit files touched by this commit  6.14.3_1
kwm search for other commits by this committer
Explicit disable KMS support. Because the ati driver only check if libdrm is
build with KMS support and doesn't have a idea if the kernel supports it or
not. This will be revised when TTM/KMS support because available via src.

This should help people that accidently enabled KMS support in libdrm.

Obtained from:	xorg-dev repo
21 Apr 2012 17:03:32
Original commit files touched by this commit  6.14.3_1
miwi search for other commits by this committer
- Please welcome Xorg 7.5.2

       The Xorg Team is pleased to announce the next round of Xorg updates.
       The team created a new flag called WITH_NEW_XORG that users can include
       in /etc/make.conf. This was created for the intel KMS work being done
       althouthough It probably works for other chips. Unfortunately, the intel
       KMS driver will only work on FreeBSD 9(RELENG|STABLE) or 10/HEAD users.
       Older version of FreeBSD will not be supported. Intel users will need
       to patch their source manually with Konstantin?s KMS kernel patch to get
       the newer chips to work. Please carefully read UPDATING entry.

Changes:

        - libdrm 2.4.31 (including KMS support)
        - mesa 7.11.2
        - xorg-server 1.10.6
        - a lot of new Graphic Drivers.

    I would like to thank:

         Koop Mast
         Eitan Adler
         Niclas Zeising
         and all helpers and testers from x11@.
13 Jan 2012 04:38:35
Original commit files touched by this commit  6.14.3
eadler search for other commits by this committer
Update to 6.14.3

Changes:

     * Support for more cards, in particular Llano APUs.
     * vdpau/XvMC support (currently only available for >= R3xx via
       Gallium3D).
     * Tiling fixes, enable it on more cards by default.
     * And many more!

PR:             ports/162592
Submitted by:   wblock
Reviewed by:    Alex Keda <admin@lissyara.su>
09 Nov 2011 15:26:04
Original commit files touched by this commit  6.14.2
miwi search for other commits by this committer
- Remove WITH_FBSD10_FIX, is no longer needed
29 Oct 2011 07:04:53
Original commit files touched by this commit  6.14.2
miwi search for other commits by this committer
- Fix build on FreeBSD 10.0

Notes: all x11@ ports fixed for FreeBSD 10
19 Jul 2011 15:18:31
Original commit files touched by this commit  6.14.2
kwm search for other commits by this committer
Update to 6.14.2.

PR:             ports/157572 (based on)
Submitted by:   Warren Block <wblock@wonkity.com>
27 Mar 2011 08:07:35
Original commit files touched by this commit  6.14.1_1
kwm search for other commits by this committer
Add a patch to UMS support

Thanks to jkim@ for pointing the patch out.

Obtained from:  xf86-video-ati git
25 Mar 2011 11:19:15
Original commit files touched by this commit  6.14.1
miwi search for other commits by this committer
- Update to 6.14.1
09 Mar 2011 14:25:15
Original commit files touched by this commit  6.14.0_1
kwm search for other commits by this committer
Remove patch that is causing trouble for users of specific ATI cards.

Reported by:    many!
Discussed with: miwi@
With hat:       x11
25 Feb 2011 18:07:12
Original commit files touched by this commit  6.14.0
miwi search for other commits by this committer
- Add some missing patches
25 Feb 2011 16:52:50
Original commit files touched by this commit  6.14.0
miwi search for other commits by this committer
- Please welcome Xorg 7.5.1

The X-Server has been patched to the latest 1.7.X series, drivers
and fonts have been updated to the latest versions. This update includes
some components from Xorg 7.6 with a lot of improvements, and it seems
that the performance is much better than the old version. Also this
Update fix build issues with clang and binutils 2.17.50 in current,
remove 6.X gruft and de-author pkg-descr.

I would like to thank:

        Beat Gaetzi
        Dima Panov
        Koop Mast
        Eitan Adler
        and all Testers.

PR:             ports/147646
                ports/148035
                ports/148744
                ports/150223
                ports/152889
                ports/154457
27 Dec 2010 19:55:37
Original commit files touched by this commit  6.13.2
pgollucci search for other commits by this committer
- Update to 6.13.2
- Remove MD5

Tested on:
vgapci0@pci0:1:0:0:     class=0x030000 card=0x03421028 chip=0x95c51002 rev=0x00
hdr=0x00
    vendor     = 'ATI Technologies Inc. / Advanced Micro Devices, Inc.'
    device     = 'ATI Radeon HD 3450 (RV620 LE)'
    class      = display
    subclass   = VGA

PR:             ports/151392
Submitted by:   Mark Atkinson <atkin901@gmail.com>
07 May 2010 05:12:36
Original commit files touched by this commit  6.13.0
miwi search for other commits by this committer
- Fix build on 6.X
01 May 2010 11:41:07
Original commit files touched by this commit  6.13.0
miwi search for other commits by this committer
- Update to Xorg 7.5

The Intel drivers was patched to work with
the new server. The drivers for Vesa, NV,NVIDIA and
ATI have been tested thoroughfully and seem to work fine.
A complete changelog of Xorg 7.5 can you read here:

http://www.x.org/releases/X11R7.5/

A note to FreeBSD 6.X users: We strongly recommend you
to update your system to 7.x or above.

For updating try

portupgrade -af \*
(Only the first 15 lines of the commit message are shown above View all of this commit message)
07 Feb 2010 15:25:33
Original commit files touched by this commit  6.12.4_1
rnoland search for other commits by this committer
Chase xorg-server update and bump driver PORTREVISIONS.
01 Dec 2009 22:04:51
Original commit files touched by this commit  6.12.4
rnoland search for other commits by this committer
Go ahead and bump to 6.12.4.

This will request r600_dri.so on r600+ chips.
07 May 2009 19:42:40
Original commit files touched by this commit  6.12.2_1
rnoland search for other commits by this committer
Chase xserver update with driver port bumps.
08 Apr 2009 15:18:49
Original commit files touched by this commit  6.12.2
rnoland search for other commits by this committer
Update to 6.12.2
04 Apr 2009 04:05:11
Original commit files touched by this commit  6.12.1_1
rnoland search for other commits by this committer
Chase the Xorg server update and bump ports that depend on it.
19 Mar 2009 02:40:00
Original commit files touched by this commit  6.12.1
rnoland search for other commits by this committer
Update to 6.12.1
14 Mar 2009 01:31:29
Original commit files touched by this commit  6.12.0
rnoland search for other commits by this committer
Update to 6.12.0

This includes EXA and Xv support for r6/7xx series radeons.  You need
the updated drm that is in -CURRENT now, -STABLE in about another week
19 Feb 2009 05:05:51
Original commit files touched by this commit  6.11.0
rnoland search for other commits by this committer
Update to 6.11.0
23 Jan 2009 16:28:36
Original commit files touched by this commit  6.10.0
flz search for other commits by this committer
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
27 Jun 2008 23:26:43
Original commit files touched by this commit  6.9.0
jkim search for other commits by this committer
Update x11-drivers/xf86-video-ati to 6.9.0 and separate mach64 and r128
drivers into x11-drivers/xf86-video-mach64 and x11-drivers/xf86-video-r128
respectively.
06 Jun 2008 14:10:29
Original commit files touched by this commit  6.8.0_2
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
07 Mar 2008 13:29:45
Original commit files touched by this commit  6.8.0_1
flz search for other commits by this committer
Fix pkg-plist.

Reported by:    Jan Henrik Sylvester
06 Mar 2008 14:46:29
Original commit files touched by this commit  6.8.0
flz search for other commits by this committer
Update x11-drivers/xf86-video-ati to 6.8.0.

PR:             ports/121271
Submitted by:   Nikolai Nespor <bugs@nespor.at>
07 Feb 2008 11:59:04
Original commit files touched by this commit  6.7.197
flz search for other commits by this committer
Update xf86-video-ati to 6.7.197.

PR:             ports/119972
Submitted by:   Peter Lai <cowbert@gmail.com>
12 Dec 2007 16:48:35
Original commit files touched by this commit  6.7.196
flz search for other commits by this committer
Update x11-drivers/xf86-video-ati to 6.7.196.
09 Oct 2007 20:08:27
Original commit files touched by this commit  6.7.195
flz search for other commits by this committer
Update xf86-video-ati to 6.7.195.

Reported by:    jkim
09 Oct 2007 19:03:51
Original commit files touched by this commit  6.7.194
flz search for other commits by this committer
Update xf86-video-ati to 6.7.194.
20 Sep 2007 14:52:39
Original commit files touched by this commit  6.7.193
flz search for other commits by this committer
Update x11-drivers/xf86-video-driver to 6.7.193.
13 Sep 2007 19:45:08
Original commit files touched by this commit  6.7.192
flz search for other commits by this committer
- Update X.org ports to 7.3.
- Mark XFree86-4 as DEPRECATED with EXPIRATION_DATE set to 2007-12-25.
I hope that nobody will be bored enough on Christmas to remove them on
that day.

Tested by:      vehemens, Rene Ladan, Beech Rintoul, sarek on x11@
19 May 2007 20:32:57
Original commit files touched by this commit  6.6.3_2
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Number of commits found: 34

2871
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24534
Broken 215
Deprecated 474
Ignore 630
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 511
Interactive 33
new 24 hours 3
new 48 hours9
new 7 days30
new fortnight64
new month215

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0