aboutsummaryrefslogtreecommitdiffstats
path: root/x11-drivers
Commit message (Collapse)AuthorAgeFilesLines
* - Replace open(2)/close(2) pairs with stat(2). Closing mouse device hasjkim2009-02-052-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.
* - Partially back out the previous attempt to fix PS/2 protocol support.jkim2009-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
* Take a crack at resolving the mouse blocking issues.rnoland2009-01-292-5/+13
|
* - Update to 0.8.2-2pgollucci2009-01-274-21/+47
| | | | | PR: ports/130946 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
* Bump PORTREVISION for x11 drivers that weren't updated.rnoland2009-01-2511-6/+22
| | | | Approved by: garga (mentor, implicit)
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-24124-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).
* - Update to 0.8.2miwi2009-01-184-35/+96
| | | | | PR: 129906 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
* - No need to define USE_REINPLACE these dayspav2009-01-091-1/+0
|
* Bye bye xf86-video-i810. Everybody should have switched to xf86-video-intelflz2009-01-066-44/+2
| | | | by now. There's no more upstream development for i810 anyway.
* Update distinfo.flz2008-12-231-3/+3
| | | | Reported by: GeJ (#bsdports)
* - Update xf86-video-radeonhd to 1.2.4. [1]flz2008-12-231-4/+4
| | | | | | | - Fix CONFLICTS. [2] PR: ports/129642 [1], ports/129735 [2] Submitted by: rene [1], amdmi3 [2]
* Update x11-drivers/xf86-video-intel to 2.4.3.flz2008-12-234-8/+8
|
* Mark as broken on sparc64.linimon2008-12-101-1/+7
| | | | Hat: portmgr
* o Fix typo (CONFLICT -> CONFLICTS).nork2008-12-082-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
* - Fix missing shared object issuepgj2008-11-213-4/+14
| | | | | | | - Try to remove XINPUTMODDIR Submitted by: maintainer (partially) Approved by: maintainer, gabor
* Add an X.Org driver, a kernel module, and a script to configure X.Orgpgj2008-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>
* - Remove xf86-input-wacom to be re-added it with a different namepgj2008-11-187-522/+0
| | | | | | PR: ports/128547 Requested by: flz Approved by: gabor
* Add an X.Org driver, a kernel module, and a script to configure X.Orgpgj2008-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>
* Update to 2008.11.14.nork2008-11-142-4/+4
| | | | Add some PCI IDs: RV730(Radeon HD 4670/4650), RV710(Radeon HD 4570/4350)
* Update to 1.4.9rnoland2008-11-113-156/+5
| | | | Approved by: garga (mentor)
* Fix pkg-plist.nork2008-11-031-0/+1
| | | | Pointed out by: QAT
* Fix build error [1] and cosmetic change.nork2008-11-031-3/+4
| | | | Pointed out by: QAT [1]
* o Update to 2008.11.03 based 1.2.3.nork2008-11-032-5/+5
| | | | | | o Fix configure error by autoconf. [1] Pointed out by: QAT and pointyhat via erwin [1]
* Update to 0.10.0rnoland2008-10-243-17/+5
| | | | | | PR: 128274 Reviewed by: Paul Mahol Approved by: garga (mentor)
* Add xf86-video-radeonhd-devel 1.2.1.20080906, supports newnork2008-09-284-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@
* - Limit to i386 and amd64gahr2008-09-161-0/+3
| | | | Approved by: portmgr (pav)
* - Mark BROKEN: does not compilepav2008-09-151-0/+2
| | | | | Reported by: pointyhat Approved by: portmgr (self)
* - Update to 2.1.12miwi2008-09-052-4/+4
|
* Update x11-drivers/xf86-video-intel to 2.4.2.flz2008-09-024-8/+8
|
* - Update to 2.1.11miwi2008-09-012-4/+4
|
* - Update to 0.2.903miwi2008-09-012-11/+5
| | | | - Remove 5.X support
* - Update to 0.2.902miwi2008-08-262-5/+4
| | | | | | PR: 126625 Submitted by: Mars G Miro <spry@anarchy.in.the.ph> Approved by: x11 (flz)
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-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)
* Update x11-drivers/xf86-video-intel to 2.4.0.flz2008-07-314-8/+8
|
* Update to 2.3.2.delphij2008-07-236-10/+14
| | | | Approved by: -x11@ (rnoland)
* Update to 2.1.10.delphij2008-07-162-4/+4
| | | | Approved by: x11@ (flz)
* Update x11-drivers/xf86-video-nv to 2.1.9.flz2008-06-282-5/+4
| | | | | PR: ports/125065 Submitted by: delphij
* Update x11-drivers/xf86-video-ati to 6.9.0 and separate mach64 and r128jkim2008-06-2816-21/+80
| | | | | drivers into x11-drivers/xf86-video-mach64 and x11-drivers/xf86-video-r128 respectively.
* - Fix x11-drivers/synaptics after latest xorg-server update.flz2008-06-183-14/+9
| | | | | | - Clean up a bit while I'm here (use hardcoded xorg-server version). Reported by: droso
* - Add conflicts with xf86-video-sis-intel.chinsan2008-06-141-0/+2
|
* Add xf86-video-sis-intel 300407, x.Org sis display driver provided bychinsan2008-06-1415-0/+351
| | | | | | | Intel. PR: ports/124461 Submitted by: Alexey Illarionov <littlesavage at orionet.ru>
* Bump portrevision due to upgrade of devel/gettext.edwin2008-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)
* - Update 1.2.1miwi2008-04-206-10/+52
| | | | | | PR: 122769 Submitted by: Rene Ladan <r.c.ladan@gmail.com> Approved by: flz
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-202-10/+7
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Update to 1.2.0pav2008-04-114-8/+8
| | | | | PR: ports/122653 Submitted by: Rene Ladan <r.c.ladan@gmail.com>
* Update x11-drivers/xf86-video-intel to 2.2.1.flz2008-04-014-8/+8
|
* Update x11-drivers/xf86-video-nv to 2.1.8.flz2008-03-312-4/+4
| | | | | PR: ports/122278 Submitted by: delphij
* - Mark BROKEN on 5.Xpav2008-03-151-1/+7
| | | | Reported by: pointyhat
* Add patch to fix possibly insecure mouse behavior when switching VT.flz2008-03-132-0/+39
| | | | | | | PR: ports/118694 Submitted by: J.R. Oldroyd <fbsd@opal.com> Obtained from: fd.o xorg/driver/xf86-input-mouse repository Commit id: 6a03e8bd9699a33dabcdd2bbcf51a001ddfd5534
* - Make the IGNORE message even more explicit when there areflz2008-03-131-1/+1
| | | | driver conflicts.
* Add patch to fix mouse pointer coordinates.flz2008-03-132-0/+29
| | | | | PR: ports/119820 Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com>
* Remove support for XFree8-4.flz2008-03-082-24/+0
| | | | | | | | From now on, X_WINDOW_SYSTEM != "xorg" is not supported anymore. PR: ports/119418 Submitted by: flz Approved by: portmgr (pav)
* Fix pkg-plist.flz2008-03-074-4/+6
| | | | Reported by: Jan Henrik Sylvester
* Update x11-drivers/xf86-video-ati to 6.8.0.flz2008-03-064-8/+8
| | | | | PR: ports/121271 Submitted by: Nikolai Nespor <bugs@nespor.at>
* Remove quirk for openchrome as it now installs openchrome_drv.so insteadflz2008-03-061-1/+1
| | | | | | | of via_drv.so. PR: ports/120995 Submitted by: Dimitry Andric <dimitry@andric.com>
* Oops, bump PORTREVISION to remake on amd64.nork2008-02-201-1/+1
|
* o Fix invalid synaptics issue with x11-drivers/xf86-input-voidnork2008-02-202-5/+10
| | | | | | | | | driver by displaing NOTICE on pkg-message. o Fix invalid compiling on amd64. PR: ports/120783 Submitted and Summraized by: Eygene Ryabinkin rea-fbsd a codelabs.ru
* Update xf86-video-ati to 6.7.197.flz2008-02-074-8/+8
| | | | | PR: ports/119972 Submitted by: Peter Lai <cowbert@gmail.com>
* Update xf86-video-nv to 2.1.7.flz2008-02-072-4/+4
| | | | | PR: ports/120167 Submitted by: delphij
* Add glproto to USE_XORG.flz2008-01-191-1/+1
| | | | Reported by: pavbot
* - Update port to 0.2.901.flz2008-01-116-62/+29
| | | | | | - Fix build. Submitted by: jkim
* Rollback to xf86-video-mga 1.4.7 (and patches from master as of today).flz2008-01-023-4/+156
| | | | | | | | | Dual-head doesn't work properly with this version but at least most single-head setups will work correctly. PR: ports/117726 Submitted by: Bernd Strauß Discussed on: x11@
* Rollback to xf86-video-intel 2.1.1 before anyone notices.flz2008-01-024-8/+8
|
* Update x11-drivers/xf86-video-radeonhd to 1.1.0.flz2008-01-024-8/+8
| | | | | PR: ports/118959 Submitted by: Rene Ladan
* Update x11-drivers/xf86-video-intel to 2.2.0.flz2008-01-024-8/+8
|
* Turn off via video driver for sparc64. It doesn't make sense, and currentlylinimon2007-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
* Update x11-drivers/xf86-video-ati to 6.7.196.flz2007-12-134-8/+8
|
* Update x11-drivers/xf86-video-i810 to 1.7.4.flz2007-12-122-5/+4
| | | | | PR: ports/116386 Submitted by: vd
* - Make intel driver default rather than i810.flz2007-12-121-3/+5
| | | | | | | - Add radeonhd in VIDEO_ON. [1] PR: ports/118494 [1] Submitted by: vehemens <vehemens@verizon.net> [1]
* Update to 1.0.0 which adds, among other things, working MacBook Pro support.marcus2007-12-034-12/+12
| | | | | | Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer) Approved by: portmgr (implicit) erwin
* Unbreak pthread-related issues on 5.xade2007-11-272-7/+7
| | | | Approved by: portmgr
* Mark as broken on 5.x: fails to find pthread.h.linimon2007-11-251-1/+1
| | | | | | | | | Something in the infrastructure changed in the late July timeframe that actually caused this problem. The only major thing at that time was the autoconf/libtool change, but I can't see how that could have caused this failure mode. It only happens on 5.x; 6.x and 7.x are fine. Approved by: portmgr (self)
* Mark as BROKEN on 5.x: fails to compile.linimon2007-11-221-1/+7
| | | | | Reported by: pointyhat Approved by: portmgr (self)
* Update to 2.1.6.delphij2007-10-262-4/+4
| | | | Approved by: flz (via IRC)
* Re-add patch-at_scancode.c and patch-bsd_kbd.c, which prior tomarius2007-10-253-0/+65
| | | | | | | | X.org 7.3 applied to the xorg-server port, so the special keys of Sun USB keyboards can be used with the sun_usb XKB symbols map and the LEDs of Sun RS232 keyboards work again. Approved by: flz
* This package contains the X.Org xf86-video-radeonhd driver.miwi2007-10-239-0/+59
| | | | | PR: ports/117356 Submitted by: Rene Ladan <r.c.ladan at gmail.com>
* Update xf86-input-mouse to 1.2.3.flz2007-10-152-4/+4
|
* Update xf86-video-ati to 6.7.195.flz2007-10-104-8/+8
| | | | Reported by: jkim
* - Don't add sunffb video driver to VIDEO_OFF on !sparc64 as itflz2007-10-101-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]
* Update xf86-video-mga to 1.9.100.flz2007-10-102-4/+4
|
* Update xf86-video-nv to 2.1.5.flz2007-10-102-5/+4
|
* Update xf86-video-ati to 6.7.194.flz2007-10-104-8/+8
|
* Update xf86-input-vmmouse to 12.4.3.flz2007-10-102-5/+4
|
* Update xf86-video-vmware to 10.15.2.flz2007-10-102-4/+4
|
* Add xf86-video-openchrome 0.2.6, an alternative driver for VIA chipsets.flz2007-10-106-0/+81
| | | | Tested by: garga
* Fix CATEGORIES after repocopy from x11-serverserwin2007-10-071-1/+1
| | | | Submitted by: PKGORIGIN sanity check
* Change to new x11-drivers category.nork2007-10-061-0/+1
| | | | Repo copied by: marcus (portmgr)
* Update distinfo. Previous checksum was for non-official vmmouse release.flz2007-09-212-3/+4
| | | | | | | | See [1] for the announce. [1] http://lists.freedesktop.org/archives/xorg-announce/2007-September/000403.html Reported by: vehemens
* Update x11-drivers/xf86-video-driver to 6.7.193.flz2007-09-204-8/+8
|
* Bump PORTREVISION after xorg-server ABI change.flz2007-09-1528-6/+28
| | | | Submitted by: Christoph Mallon <christoph.mallon@gmx.de>
* - Update X.org ports to 7.3.flz2007-09-1451-111/+184
| | | | | | | | - 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@
* Take over maintainership.flz2007-09-141-1/+1
| | | | Approved by: maintainer
* [maintainer update] x11-drivers/xf86-input-vmmouse: update to 12.4.2edwin2007-09-122-4/+4
| | | | | | | Update x11-drivers/xf86-input-vmmouse to 12.4.2. PR: ports/116279 Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
* - Update to 12.4.1miwi2007-09-073-5/+4
| | | | | PR: 116004 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
* Add intel driver to VIDEO_OFF and check for conflict with i810.flz2007-08-291-2/+6
| | | | Suggested by: Oliver Schonefeld
* Style fix (xextproto listed twice).flz2007-08-291-1/+1
| | | | Reported by: Oliver Schonefeld
* Add sunffb to VIDEO_ON on sparc64.flz2007-08-291-2/+11
| | | | Suggested by: marius
* - Don't depend on xlibs.flz2007-08-291-63/+53
| | | | - Add OPTIONS support (with sensitive default, IMHO).
* Update x11-drivers/xf86-video-nv to 2.1.3.flz2007-08-242-4/+4
|
* Update x11-drivers/xf86-video-nv to 2.1.2.flz2007-07-193-6/+4
|
* xf86-video-intel: update to 2.1.0anholt2007-07-066-8/+12
| | | | | This version readds support for all known i830 laptops, adds support for G33/Q33/Q35, 945GME, and 965GME, and includes many stability improvements.
* This package contains the X.Org xf86-input-vmmouse driver.miwi2007-06-045-0/+29
| | | | | PR: ports/112805 Submitted by: NIIMI Satoshi <sa2c at sa2c.net>
* Add conflicts with xf86-video-intel.lesi2007-06-011-0/+2
|
* Add xf86-video-intel driver that obsoletes xf86-video-i810 one. It willlesi2007-06-019-0/+95
| | | | | | eventually replace it in xorg-drivers metaport. Prodded and tested by: lx
* - Welcome X.org 7.2 \o/.flz2007-05-20245-12/+2109
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Update to 0.14.6.nork2006-08-133-41/+50
|
* Add a description of CorePointer, and Cosmetic change.nork2006-03-191-2/+7
| | | | Discussed with: ume
* Oops, fix typo.nork2006-03-191-1/+1
|
* Fix up some parameters and messages.nork2006-03-191-10/+23
|
* o Refrect my environment values.nork2006-03-193-7/+13
| | | | | | | | | | o Add some messages[1]. o Back-out 'rename .o to .so'. I forgot to chase pkg-plist. [2] synaptics_drv.o is relocatable object, not shared object. Reviewed by: ume [1] Pointed out by: ume [2]
* o Rename .o to .so. [1]nork2006-03-193-10/+16
| | | | | | | | | o Bump PORTREVISION, accordingly. o Update setup note. [1] I forgot hw.psm.synaptics_support=1. o I confirmed SHMConfig "on" support on 6-stable. Pointed out by: ume [1]
* Add synaptics-0.14.4, is a driver for the Synaptics TouchPadnork2006-03-197-0/+263
for XOrg/XFree86 4.x. WWW: http://web.telia.com/~u89404340/touchpad/