aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers/xorg-drivers
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update xorg x11 servers to 1.20.7Niclas Zeising2020-02-201-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update xorg x11 servers to 1.20.7. This updates x11-servers/xorg-server, xephyr, xorg-dmx, xorg-nestserver, xorg-vbserver and xwayland. Enable the UDEV backend by default, instead of the DEVD backend, for autoconfiguration of input devices on FreeBSD 12 and later. FreeBSD 11 lacks the needed support in base and will keep on using the DEVD backend. Support for the HAL backend is dropped completely, it has been deprecated for a long time. Update and improve the DEVD backend. Add a pkg message about sysctl configuration that might be needed when using UDEV. Use the upstream fix for glamour issues. Use evdev xkb rules by default in xwayland [2] Add x11-drivers/xf86-input-libinput to the list installed by default by x11-drivers/xorg-drivers. Fix net/tigervnc-server and emulators/virtualbox-ose Bump portrevision of all x11 drivers, as well as other ports dependent on xorg-server. This represents work by many people over a long period. These include wulf, ak, dumbbell, hselasky pete AT nomadlogic DOT org, jbeich, manu, myself and possibly others (I tried to look through history, but might have missed people. If so, I am sorry.) PR: 196678 [1], 244129 [2] Submitted by: hselasky, wulf [1], jbeich [2] Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xserver-1.20 (in part) Notes: svn path=/head/; revision=526589
* x11-drivers/xorg-drivers: Remove deleted driversNiclas Zeising2019-10-151-6/+1
| | | | | | | | | Remove delete xorg drivers from x11-drivers/xorg-drivers. These are no longer available for install. Since these are not default options, no need to bump portrevision. Notes: svn path=/head/; revision=514526
* Update X.org WWWsDmitry Marakasov2017-07-141-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=445750
* x11-drivers/xf86-input-libinput: new portMatthew Rezny2017-02-111-0/+1
| | | | | | | | | | | | This package contains the X.Org xf86-input-libinput driver. It is a thin wrapper around libinput, so while it does provide all features that libinput supports it does little beyond. Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9543 Notes: svn path=/head/; revision=433899
* Xorg-servers update to 1.18.4 with driver updates and revision bumps.Matthew Rezny2017-02-111-28/+34
| | | | | | | | | | | | | | | | | | Update xf86-video-ati to 7.8.0 Update xf86-video-intel to 2.99.917.20170103 Update xf86-input-synaptics to 1.9.0 Update xf86-input-evdev to 2.10.5 Update xf86-video-r128 to 6.10.2 Update xf86-video-rendition to 4.2.6 New port: xf86-video-geode PR: 214591,216269,214687,214593,214715,216276,216277,216278,216287, 216288,216292,216298,214560,216299,216300,216301,216302 Approved by: swills (mentor, portmgr) Differential Revision: https://reviews.freebsd.org/D9436 Notes: svn path=/head/; revision=433863
* Add xf86-video-ast driver for ASPEED graphics controllers in recent server ↵Johannes M Dieterich2017-01-301-0/+1
| | | | | | | | | | | | | motherboards. PR: 194705 Submitted by: nwhitehorn@freebsd.org Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9309 Notes: svn path=/head/; revision=432816
* Remove fbdevBaptiste Daroussin2017-01-231-2/+1
| | | | | | | Reported by: pi Notes: svn path=/head/; revision=432203
* Fix ports using PREFIX in their depends instead of LOCALBASE.Mathieu Arnold2017-01-131-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=431402
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* - Kill references to drivers removed in r352941Dmitry Marakasov2015-11-261-2/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=402459
* Convert to USES=metaportBaptiste Daroussin2015-03-281-6/+1
| | | | Notes: svn path=/head/; revision=382495
* Convert into a real meta portBaptiste Daroussin2015-03-282-6/+3
| | | | Notes: svn path=/head/; revision=382488
* Move ATI driver to be specific to x86. This fixes the xorg build for armMark Linimon2015-02-231-6/+5
| | | | | | | | | | | | and sparc64. PR: 196858 Submitted by: linimon Reviewed by: sbruno Approved by: maintainer timeout Notes: svn path=/head/; revision=379680
* x11-servers/xorg-server: Update to 1.14Jean-Sébastien Pédron2014-12-192-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The X.Org server has been updated to 1.14. The changes it brings are described in a post on the Graphics team blog: http://blogs.freebsdish.org/graphics/2014/11/19/xserver-1-14-update-ready/ The most noticable change is the DEVD input device autodetection backend which is enabled by default, replacing the HAL backend. The keyboard layout configuration must be migrated from HAL's .fdi files to X.Org files. The procedure is explained in the post mentionned above. Several ports were removed with this update, mainly because they are not compatible with the X.Org server anymore: o nvidia-driver-71 o nvidia-driver-96 o xf86-input-egalax o xf86-video-newport o xf86-video-tga PR: 155696, 181660, 183478 (partially fixed), 188640, 191331 Differential Revision: https://reviews.freebsd.org/D1337 Submitted by: ak (most of the work on the DEVD backend), dumbbell, kwm, zeising Tested by: Many people on freebsd-x11@ and IRC Reviewed by: kwm, portmgr (antoine) Approved by: kwm, portmgr (antoine) Notes: svn path=/head/; revision=374982
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Update wacom input driver to 0.24.99.1Baptiste Daroussin2014-06-111-1/+3
| | | | | | | | | | | | | | | | | | | | | - replace rc.d script with a sample file to simplify configuration - use the underlying install target; this exposes xorg headers which may be used by gnome-settings-daemon - drop gmake and autotools dependencies - drop explicit xinput dependency - require webcamd to get /dev/input/eventN - require xinerama for xsetwacom display mapping - explicitly disable doxygen docs - add wacom to xorg-drivers port - pass maintainership to submitter - enable support of wacom tablets connected via a serial port [1] - support stage PR: 175876 , 181133 [1] Submitted by: Jan Beich, aasoft@gmail.com [1] Notes: svn path=/head/; revision=357422
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-9/+7
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* Disconnect deprecated drivers.Niclas Zeising2013-12-161-3/+0
| | | | Notes: svn path=/head/; revision=336647
* Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]Niclas Zeising2013-12-161-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG= to /etc/make.conf to get the old version. Update several xorg related ports, including: x11/libxcb 1.9.1 -> 1.9.3 graphics/libdrm 2.4.46 -> 2.4.50 x11/pixman 0.30.2 -> 0.32.4 x11/xkeyboard-config 2.9 -> 2.10.1 x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0 Fix dissapearing cursor in xf86-video-vmware [2] Stagify all x11@-owned ports Bump portrevisions for xf86-* ports due to xserver version change. Fix fallout from updates where needed. Thanks to: all testersi, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/184684 [1], ports/181385 [2] Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [2] Approved by: portmgr (bdrewery), core (jhb) [0] Notes: svn path=/head/; revision=336621
* The FreeBSD graphics/x11 team proudly presentsNiclas Zeising2013-09-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a kwm, zeising production: MESA 9.1.6 Starring: Mesa 9.1.6, including libGL, libGLU and dri (new xorg only) Addition of libEGL and libglesv2 KMS support for ATI graphics cards in 10-current (new xorg only) Improved sparc64 support for new xorg. [1] pixman 0.30.2, including shlib bump and portrevision bumps libX11 1.6.2 Make absolute pointing devices work with x11-drivers/xf86-input-mouse x11-drivers/xf86-video-ati 7.2.0 for 10-current (KMS aware ati driver) Also starring: Updates to drivers and other libraries and utilities Additional notes: When updating MESA related ports (libGL, dri) you need to remove old versions first. See UPDATING for details. PR: ports/181962 [2] Submitted by: marius [1] zeising [2] Exp-run by: bdrewery Approved by: portmgr (bdrewery) Thanks to all who helped testing! Notes: svn path=/head/; revision=328711
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11-drivers) Notes: svn path=/head/; revision=327779
* Revert changes to this file that accidentally snuck in in r319899.Niclas Zeising2013-06-041-0/+2
| | | | Notes: svn path=/head/; revision=319900
* Fix security issues in xorg client libraries.Niclas Zeising2013-06-041-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most libraries were updated to newer versions, in some cases patches were backported instead. Most notably, x11/libX11 was updated to 1.6.0 Security: CVE-2013-1981 CVE-2013-1982 CVE-2013-1983 CVE-2013-1984 CVE-2013-1985 CVE-2013-1986 CVE-2013-1987 CVE-2013-1988 CVE-2013-1989 CVE-2013-1990 CVE-2013-1991 CVE-2013-1992 CVE-2013-1993 CVE-2013-1994 CVE-2013-1995 CVE-2013-1996 CVE-2013-1997 CVE-2013-1998 CVE-2013-1999 CVE-2013-2000 CVE-2013-2001 CVE-2013-2002 CVE-2013-2003 CVE-2013-2004 CVE-2013-2005 CVE-2013-2062 CVE-2013-2063 CVE-2013-2064 CVE-2013-2066 Notes: svn path=/head/; revision=319899
* Fix the options menu with bmake.Koop Mast2013-06-031-0/+2
| | | | | | | | PR: ports/179172 Submitted by: tijl@ Notes: svn path=/head/; revision=319799
* The FreeBSD x11 team proudly presentsNiclas Zeising2013-05-251-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an zeising, kwm, miwi, bapt, eadler production: Xorg 7.7 Starring: xserver 1.12.4 (new xorg only) Mesa 8.0.4, including libGL, libGLU and dri (new xorg only) libX11 1.5.0 libxcb 1.9 libdrm 2.4.42 (new xorg only) freeglut 2.8.1 Also starring: Updates to drivers and other libraries and utilities Additional notes: Change pkgconf to be a build dependency. Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use this. Trim makefile headers. Take maintanership of x11/xcb-proto, ok'd by ashish. If you are running WITH_NEW_XORG=, you need to rebuild all installed drivers, see UPDATING for more information. Various fixes to make ports compile. PR: ports/177942 Exp-run by: miwi Approved by: portmgr (miwi) Thanks to all who helped testing! Notes: svn path=/head/; revision=319055
* Readd vmware and voodoo video drivers which got lost in the OptionNG conversion.Koop Mast2013-01-111-1/+3
| | | | | | | Reported by: dim@ Notes: svn path=/head/; revision=310251
* Convert x11@ owned ports to OptionsNG. Thanks go to bapt@ for review and helpKoop Mast2013-01-051-89/+88
| | | | | | | | | rendered with deciphering the monster that is xorg-drivers. With hat: x11@ Notes: svn path=/head/; revision=309972
* - Please welcome Xorg 7.5.2Martin Wilke2012-04-211-2/+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@. Notes: svn path=/head/; revision=295195
* - These two ports will soon be deleted so remove them from the meta port.Eitan Adler2012-01-071-2/+0
| | | | Notes: svn path=/head/; revision=288710
* - Please welcome Xorg 7.5.1Martin Wilke2011-02-252-7/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=269720
* - Update to Xorg 7.5Martin Wilke2010-05-011-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 \* or: portmaster -af Please report any problems and issus to x11 (at) FreeBSD.org. Thanks to beat@, rnoland@, fluffy@, stas@ and all testers for their help and Feeback. Tested by: Community and 2x exp-runs Notes: svn path=/head/; revision=253503
* - Remove all broken DriverMartin Wilke2010-03-271-9/+7
| | | | Notes: svn path=/head/; revision=251576
* Chase xorg-server update and bump driver PORTREVISIONS.Robert Noland2010-02-071-1/+1
| | | | Notes: svn path=/head/; revision=249387
* Chase xserver update with driver port bumps.Robert Noland2009-05-071-1/+1
| | | | Notes: svn path=/head/; revision=233382
* Chase the Xorg server update and bump ports that depend on it.Robert Noland2009-04-041-0/+1
| | | | Notes: svn path=/head/; revision=231571
* As xf86-video-intel is marked only for amd64 and i386 also onlyMarius Strobl2009-03-311-1/+4
| | | | | | | | | depend on it on these archs. Approved by: flz Notes: svn path=/head/; revision=231404
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-7/+5
| | | | | | | | | | | - 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). Notes: svn path=/head/; revision=226727
* Bye bye xf86-video-i810. Everybody should have switched to xf86-video-intelFlorent Thoumie2009-01-051-2/+2
| | | | | | | by now. There's no more upstream development for i810 anyway. Notes: svn path=/head/; revision=225299
* Update x11-drivers/xf86-video-ati to 6.9.0 and separate mach64 and r128Jung-uk Kim2008-06-271-1/+3
| | | | | | | | drivers into x11-drivers/xf86-video-mach64 and x11-drivers/xf86-video-r128 respectively. Notes: svn path=/head/; revision=215851
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* - Make the IGNORE message even more explicit when there areFlorent Thoumie2008-03-131-1/+1
| | | | | | | driver conflicts. Notes: svn path=/head/; revision=208935
* Remove quirk for openchrome as it now installs openchrome_drv.so insteadFlorent Thoumie2008-03-061-1/+1
| | | | | | | | | | of via_drv.so. PR: ports/120995 Submitted by: Dimitry Andric <dimitry@andric.com> Notes: svn path=/head/; revision=208506
* Turn off via video driver for sparc64. It doesn't make sense, and currentlyMark Linimon2007-12-251-1/+3
| | | | | | | | | | | doesn't build there anyway. This is affecting the release builds. This is a workaround: sparc64 video drivers probably need more exclusions. Briefly discussed with: flz Notes: svn path=/head/; revision=204493
* - Make intel driver default rather than i810.Florent Thoumie2007-12-121-3/+5
| | | | | | | | | | - Add radeonhd in VIDEO_ON. [1] PR: ports/118494 [1] Submitted by: vehemens <vehemens@verizon.net> [1] Notes: svn path=/head/; revision=203237
* - Don't add sunffb video driver to VIDEO_OFF on !sparc64 as itFlorent Thoumie2007-10-091-9/+23
| | | | | | | | | | | breaks the build when XORG_COMPLETE is set. [1] - Add VIDEO_EXCL, a list of mutually exclusive video drivers. - Add openchrome to VIDEO_OFF. Reported by: brian [1] Notes: svn path=/head/; revision=201206
* - Update X.org ports to 7.3.Florent Thoumie2007-09-131-7/+20
| | | | | | | | | | | - 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@ Notes: svn path=/head/; revision=199427
* Add intel driver to VIDEO_OFF and check for conflict with i810.Florent Thoumie2007-08-291-2/+6
| | | | | | | Suggested by: Oliver Schonefeld Notes: svn path=/head/; revision=198488
* Add sunffb to VIDEO_ON on sparc64.Florent Thoumie2007-08-281-2/+11
| | | | | | | Suggested by: marius Notes: svn path=/head/; revision=198466