aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers
Commit message (Collapse)AuthorAgeFilesLines
* Update to 6.12.1Robert Noland2009-03-194-8/+8
| | | | Notes: svn path=/head/; revision=230388
* - Mark BROKEN: does not compilePav Lucistnik2009-03-162-0/+4
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=230282
* Update to 6.12.0Robert Noland2009-03-144-8/+8
| | | | | | | | 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 Notes: svn path=/head/; revision=230017
* The nv driver was somewhat brain-damaged, it was detecting most allRobert Noland2009-03-013-1/+46
| | | | | | | | of the devices on the system as possible video devices. Pull in a patch from git to at least try to address this. Notes: svn path=/head/; revision=229288
* Update to 2009.03.01 based 1.2.4.Norikatsu Shigemura2009-02-282-8/+7
| | | | | | | | | | | | [NOTE] Add many 2D acceleration works on R6xx/R7xx (a.k.a. Radeon HD [23]xxx/HD 4xxx). Please see also: http://cgit.freedesktop.org/xorg/driver/xf86-video-radeonhd/log/ Sorry, I don't confirm it on my AMD M780G (RS780 a.k.a. Radeon HD 3200) by hardware failure. So it may not work well. Notes: svn path=/head/; revision=229227
* nouveau is an X.Org Foundation and Freedesktop.org project which wasDmitry Marakasov2009-02-215-0/+36
| | | | | | | | | | | | | | | initially based on the obfuscated 2D-only free and open source "nv" driver, aiming to develop free software drivers for NVIDIA graphics cards, by reverse engineering NVIDIA's current proprietary drivers for Linux. WWW: http://nouveau.freedesktop.org/ PR: 131276 Submitted by: Anonymous <swell dot k at gmail dot com> Notes: svn path=/head/; revision=228758
* Update to 6.11.0Robert Noland2009-02-194-8/+8
| | | | Notes: svn path=/head/; revision=228630
* - Replace open(2)/close(2) pairs with stat(2). Closing mouse device hasJung-uk Kim2009-02-042-28/+62
| | | | | | | | | | a side effect of changing current operation level and sysmouse(4) lets you open /dev/sysmouse multiple times unlike other mouse drivers. - Check if /dev/mouse is linked to /dev/psm0 or /dev/ums0. - Simplify the patches a little while I am here. Notes: svn path=/head/; revision=227623
* - Partially back out the previous attempt to fix PS/2 protocol support.Jung-uk Kim2009-02-032-19/+21
| | | | | | | | | | | | | | | Extended PS/2 protocol without moused(8) is only supported from FreeBSD 7.1 and above. - Try default PS/2 and USB mouse ports if /dev/sysmouse does not exist. Previously, it was only available when HAL support was compiled in. They should be able to handle SysMouse protocol at operation level 1. - Check protocol for ums(4) as it only supports SysMouse protocol. - Sync X server with mouse driver. Reviewed by: rnoland Notes: svn path=/head/; revision=227485
* Take a crack at resolving the mouse blocking issues.Robert Noland2009-01-292-5/+13
| | | | Notes: svn path=/head/; revision=227092
* - Update to 0.8.2-2Philip M. Gollucci2009-01-264-21/+47
| | | | | | | | PR: ports/130946 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer) Notes: svn path=/head/; revision=226902
* Bump PORTREVISION for x11 drivers that weren't updated.Robert Noland2009-01-2411-6/+22
| | | | | | | Approved by: garga (mentor, implicit) Notes: svn path=/head/; revision=226814
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-23124-676/+482
| | | | | | | | | | | - 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
* - Update to 0.8.2Martin Wilke2009-01-174-35/+96
| | | | | | | | PR: 129906 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer) Notes: svn path=/head/; revision=226338
* - No need to define USE_REINPLACE these daysPav Lucistnik2009-01-081-1/+0
| | | | Notes: svn path=/head/; revision=225487
* Bye bye xf86-video-i810. Everybody should have switched to xf86-video-intelFlorent Thoumie2009-01-056-44/+2
| | | | | | | by now. There's no more upstream development for i810 anyway. Notes: svn path=/head/; revision=225299
* Update distinfo.Florent Thoumie2008-12-231-3/+3
| | | | | | | Reported by: GeJ (#bsdports) Notes: svn path=/head/; revision=224624
* - Update xf86-video-radeonhd to 1.2.4. [1]Florent Thoumie2008-12-231-4/+4
| | | | | | | | | | - Fix CONFLICTS. [2] PR: ports/129642 [1], ports/129735 [2] Submitted by: rene [1], amdmi3 [2] Notes: svn path=/head/; revision=224622
* Update x11-drivers/xf86-video-intel to 2.4.3.Florent Thoumie2008-12-224-8/+8
| | | | Notes: svn path=/head/; revision=224618
* Mark as broken on sparc64.Mark Linimon2008-12-101-1/+7
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=224062
* o Fix typo (CONFLICT -> CONFLICTS).Norikatsu Shigemura2008-12-072-2/+19
| | | | | | | | | | | | | | | o Add CONFLICTS xf86-video-ati by radeonhd.4x. o Fix implicit dependency on libpci. o Add workaround to substitute @MKDIR_P@ to fix install issue. o Re-evaluate related autogen.sh and bsd.autotools.mk. [NOTE] bsd.autotools.mk (run-autotools target) substituted autogen.sh in almost case. PR: ports/129091 Suggested by: Martin nakal at web dot de, and many people Notes: svn path=/head/; revision=223969
* - Fix missing shared object issueGabor Pali2008-11-213-4/+14
| | | | | | | | | | - Try to remove XINPUTMODDIR Submitted by: maintainer (partially) Approved by: maintainer, gabor Notes: svn path=/head/; revision=223098
* Add an X.Org driver, a kernel module, and a script to configure X.OrgGabor Pali2008-11-187-0/+523
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | for Wacom tablets. The X.Org driver is a port of the Linux Wacom Project's [1] work. The kernel module required for USB tablets is provided by Bartosz Fabianowski [2], and supports the following devices: Graphire*, Graphire2*, Graphire3, Graphire4 Bamboo, Bamboo One*, Bamboo Fun Intuos3, Cintiq 21UX Volito*, Volito2* PenStation2*, PenPartner2* * not tested PR: ports/128547 Submitted by: Dominic Fandrey [3] Reviewed by: gabor Approved by: gabor [1] http://linuxwacom.sourceforge.net [2] <freebsd (at) chillt (dot) de> [3] <kamikaze (at) bsdforen (dot) de> Notes: svn path=/head/; revision=223004
* - Remove xf86-input-wacom to be re-added it with a different nameGabor Pali2008-11-187-522/+0
| | | | | | | | | PR: ports/128547 Requested by: flz Approved by: gabor Notes: svn path=/head/; revision=223003
* Add an X.Org driver, a kernel module, and a script to configure X.OrgGabor Pali2008-11-177-0/+522
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | for Wacom tablets. The X.Org driver is a port of the Linux Wacom Project's [1] work. The kernel module required for USB tablets is provided by Bartosz Fabianowski [2], and supports the following devices: Graphire*, Graphire2*, Graphire3, Graphire4 Bamboo, Bamboo One*, Bamboo Fun Intuos3, Cintiq 21UX Volito*, Volito2* PenStation2*, PenPartner2* * not tested PR: ports/128547 Submitted by: Dominic Fandrey [3] Reviewed by: gabor Approved by: gabor [1] http://linuxwacom.sourceforge.net [2] <freebsd (at) chillt (dot) de> [3] <kamikaze (at) bsdforen (dot) de> Notes: svn path=/head/; revision=222966
* Update to 2008.11.14.Norikatsu Shigemura2008-11-142-4/+4
| | | | | | | Add some PCI IDs: RV730(Radeon HD 4670/4650), RV710(Radeon HD 4570/4350) Notes: svn path=/head/; revision=222835
* Update to 1.4.9Robert Noland2008-11-103-156/+5
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=222696
* Fix pkg-plist.Norikatsu Shigemura2008-11-031-0/+1
| | | | | | | Pointed out by: QAT Notes: svn path=/head/; revision=222352
* Fix build error [1] and cosmetic change.Norikatsu Shigemura2008-11-031-3/+4
| | | | | | | Pointed out by: QAT [1] Notes: svn path=/head/; revision=222351
* o Update to 2008.11.03 based 1.2.3.Norikatsu Shigemura2008-11-022-5/+5
| | | | | | | | | o Fix configure error by autoconf. [1] Pointed out by: QAT and pointyhat via erwin [1] Notes: svn path=/head/; revision=222331
* Update to 0.10.0Robert Noland2008-10-233-17/+5
| | | | | | | | | PR: 128274 Reviewed by: Paul Mahol Approved by: garga (mentor) Notes: svn path=/head/; revision=221944
* Add xf86-video-radeonhd-devel 1.2.1.20080906, supports newNorikatsu Shigemura2008-09-274-13/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | devices and features than xf86-video-radeonhd, but experimental. Add CONFLICTS xf86-video-radeonhd and xf86-video-radeonhd-devel. -- In this time, DRI is not usable. Because 3D acceleration will disable 2D acceleration, and it supports R5xx series only:-(. EXA might be usable rather than XAA. Because some XAA functions aren't implemented. But 2D acceleration is supported only R5xx. Additional Hardwares: RV670: Radeon HD 3690, FireStream 9170 M86: Mobility Radeon HD 3650, HD 3670, Mobility FireGL V5700 M88: Mobility Radeon HD 3850, HD 3850 X2, HD 3870, HD3870 X2 RS740: RS740, RS740M RS780: Radeon HD 3100/3200/3300 Series RV770: Radeon HD 4800 Series; Everest, K2, Denali ATI FirePro PR: ports/127173 Repocopied by: portmgr (marcus) Tested by: many people on freebsd-current@ and freebsd-stable@ Notes: svn path=/head/; revision=220909
* - Limit to i386 and amd64Pietro Cerutti2008-09-151-0/+3
| | | | | | | Approved by: portmgr (pav) Notes: svn path=/head/; revision=220387
* - Mark BROKEN: does not compilePav Lucistnik2008-09-141-0/+2
| | | | | | | | Reported by: pointyhat Approved by: portmgr (self) Notes: svn path=/head/; revision=220376
* - Update to 2.1.12Martin Wilke2008-09-052-4/+4
| | | | Notes: svn path=/head/; revision=219905
* Update x11-drivers/xf86-video-intel to 2.4.2.Florent Thoumie2008-09-024-8/+8
| | | | Notes: svn path=/head/; revision=219657
* - Update to 2.1.11Martin Wilke2008-09-012-4/+4
| | | | Notes: svn path=/head/; revision=219585
* - Update to 0.2.903Martin Wilke2008-09-012-11/+5
| | | | | | | - Remove 5.X support Notes: svn path=/head/; revision=219584
* - Update to 0.2.902Martin Wilke2008-08-262-5/+4
| | | | | | | | | PR: 126625 Submitted by: Mars G Miro <spry@anarchy.in.the.ph> Approved by: x11 (flz) Notes: svn path=/head/; revision=219222
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Update x11-drivers/xf86-video-intel to 2.4.0.Florent Thoumie2008-07-314-8/+8
| | | | Notes: svn path=/head/; revision=217880
* Update to 2.3.2.Xin LI2008-07-236-10/+14
| | | | | | | Approved by: -x11@ (rnoland) Notes: svn path=/head/; revision=217339
* Update to 2.1.10.Xin LI2008-07-152-4/+4
| | | | | | | Approved by: x11@ (flz) Notes: svn path=/head/; revision=216892
* Update x11-drivers/xf86-video-nv to 2.1.9.Florent Thoumie2008-06-282-5/+4
| | | | | | | | PR: ports/125065 Submitted by: delphij Notes: svn path=/head/; revision=215858
* Update x11-drivers/xf86-video-ati to 6.9.0 and separate mach64 and r128Jung-uk Kim2008-06-2716-21/+80
| | | | | | | | drivers into x11-drivers/xf86-video-mach64 and x11-drivers/xf86-video-r128 respectively. Notes: svn path=/head/; revision=215851
* - Fix x11-drivers/synaptics after latest xorg-server update.Florent Thoumie2008-06-183-14/+9
| | | | | | | | | - Clean up a bit while I'm here (use hardcoded xorg-server version). Reported by: droso Notes: svn path=/head/; revision=215074
* - Add conflicts with xf86-video-sis-intel.Chin-San Huang2008-06-141-0/+2
| | | | Notes: svn path=/head/; revision=214803
* Add xf86-video-sis-intel 300407, x.Org sis display driver provided byChin-San Huang2008-06-1415-0/+351
| | | | | | | | | | Intel. PR: ports/124461 Submitted by: Alexey Illarionov <littlesavage at orionet.ru> Notes: svn path=/head/; revision=214801
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-0667-34/+67
| | | | | | | | | | | | | 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
* - Update 1.2.1Martin Wilke2008-04-196-10/+52
| | | | | | | | | PR: 122769 Submitted by: Rene Ladan <r.c.ladan@gmail.com> Approved by: flz Notes: svn path=/head/; revision=211592