Commit graph

133 commits

Author SHA1 Message Date
Robert Noland
0b8b44e539 Update to 2.2.2 2009-05-07 19:44:18 +00:00
Robert Noland
fe46505328 Chase xserver update with driver port bumps. 2009-05-07 19:42:40 +00:00
Robert Noland
c63f4c9546 Update to 1.1.0
PR:		133998
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru>
2009-04-25 19:20:00 +00:00
Norikatsu Shigemura
27ce53d0a5 Update to 1.2.5.20090412, which is same version of xf86-video-radeonhd 1.2.5. 2009-04-12 14:40:43 +00:00
Robert Noland
f2633f7724 Update the nouveau snapshot and remove BROKEN now that libdrm has
been updated.

PR:		133557
Submitted by:	Anonymous <swell.k@gmail.com>
2009-04-10 18:26:09 +00:00
Pav Lucistnik
e16f6ce32f - Fix build with xorg-server 1.6
PR:		ports/133466
Submitted by:	Kalten <kalten@gmx.at>
Approved by:	Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
2009-04-09 23:10:19 +00:00
Robert Noland
da617a04bd Update to 1.2.5 2009-04-09 16:37:21 +00:00
Robert Noland
0c39e58cc8 Update to 6.12.2 2009-04-08 15:18:49 +00:00
Jung-uk Kim
8b75791470 Restore native PS/2 support.
Tested by:	scf
2009-04-07 23:37:26 +00:00
Robert Noland
dd409edec5 Update to 2.1.13 2009-04-07 19:00:35 +00:00
Robert Noland
4bd18aa0af Chase the Xorg server update and bump ports that depend on it. 2009-04-04 04:05:11 +00:00
Robert Noland
fd559155d1 Update Xorg server to 1.6.0
o Update randrproto, libXrandr and xrandr to 1.3.0
	o Update xf86-video-intel to 2.6.3
	o Update other less common drivers as needed
	o Mark a bunch of un-maintained input drivers ignored
	o Update the various slave X server ports as well
2009-04-04 04:04:01 +00:00
Marius Strobl
ae45938cea Keep the code from turning off the FPU - cures excessive traps that
made acceleration unusable.

Approved by:	flz
Obtained from:	NetBSD (basic approach)
2009-03-31 20:10:00 +00:00
Marius Strobl
64346c0d66 As xf86-video-intel is marked only for amd64 and i386 also only
depend on it on these archs.

Approved by:	flz
2009-03-31 20:04:03 +00:00
Robert Noland
14b44872a0 Update to 6.12.1 2009-03-19 02:40:00 +00:00
Pav Lucistnik
dabbbb8ff6 - Mark BROKEN: does not compile
Reported by:	pointyhat
2009-03-16 23:06:14 +00:00
Robert Noland
41b98263b3 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
2009-03-14 01:31:29 +00:00
Robert Noland
80af950d5c The nv driver was somewhat brain-damaged, it was detecting most all
of the devices on the system as possible video devices.  Pull in
a patch from git to at least try to address this.
2009-03-01 18:22:02 +00:00
Norikatsu Shigemura
494edc95ee Update to 2009.03.01 based 1.2.4.
[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.
2009-02-28 19:23:48 +00:00
Dmitry Marakasov
267fccba10 nouveau is an X.Org Foundation and Freedesktop.org project which was
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>
2009-02-21 02:08:17 +00:00
Robert Noland
ada68392c3 Update to 6.11.0 2009-02-19 05:05:51 +00:00
Jung-uk Kim
68bcf49d36 - Replace open(2)/close(2) pairs with stat(2). Closing mouse device has
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.
2009-02-04 18:31:01 +00:00
Jung-uk Kim
4dad67f31a - Partially back out the previous attempt to fix PS/2 protocol support.
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
2009-02-03 02:20:31 +00:00
Robert Noland
107ff50220 Take a crack at resolving the mouse blocking issues. 2009-01-29 15:49:02 +00:00
Philip M. Gollucci
977a209ab7 - Update to 0.8.2-2
PR:             ports/130946
Submitted by:   Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
2009-01-26 17:47:34 +00:00
Robert Noland
70244b8b7f Bump PORTREVISION for x11 drivers that weren't updated.
Approved by:	garga (mentor, implicit)
2009-01-24 22:06:28 +00:00
Florent Thoumie
340b57f8be - 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).
2009-01-23 16:28:36 +00:00
Martin Wilke
4a2b408062 - Update to 0.8.2
PR:		129906
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
2009-01-17 22:55:27 +00:00
Pav Lucistnik
aa6dc6e7bd - No need to define USE_REINPLACE these days 2009-01-08 16:58:29 +00:00
Florent Thoumie
0e158d3730 Bye bye xf86-video-i810. Everybody should have switched to xf86-video-intel
by now. There's no more upstream development for i810 anyway.
2009-01-05 21:01:29 +00:00
Florent Thoumie
442bd57b81 Update distinfo.
Reported by:		GeJ (#bsdports)
2008-12-23 09:09:53 +00:00
Florent Thoumie
4e7ee53b06 - Update xf86-video-radeonhd to 1.2.4. [1]
- Fix CONFLICTS. [2]

PR:		ports/129642 [1], ports/129735 [2]
Submitted by:	rene [1], amdmi3 [2]
2008-12-23 08:47:57 +00:00
Florent Thoumie
5cb1d64f88 Update x11-drivers/xf86-video-intel to 2.4.3. 2008-12-22 23:59:29 +00:00
Mark Linimon
55eaa1a131 Mark as broken on sparc64.
Hat:	portmgr
2008-12-10 07:35:19 +00:00
Norikatsu Shigemura
ea00be6db1 o Fix typo (CONFLICT -> CONFLICTS).
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
2008-12-07 19:51:45 +00:00
Gabor Pali
284020307d - Fix missing shared object issue
- Try to remove XINPUTMODDIR

Submitted by:	maintainer (partially)
Approved by:	maintainer, gabor
2008-11-21 02:12:05 +00:00
Gabor Pali
136a7cbb03 Add an X.Org driver, a kernel module, and a script to configure X.Org
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>
2008-11-18 14:07:44 +00:00
Gabor Pali
a1f7926707 - Remove xf86-input-wacom to be re-added it with a different name
PR:		ports/128547
Requested by:	flz
Approved by:	gabor
2008-11-18 14:04:03 +00:00
Gabor Pali
6986be9d27 Add an X.Org driver, a kernel module, and a script to configure X.Org
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>
2008-11-17 10:02:25 +00:00
Norikatsu Shigemura
6824f39666 Update to 2008.11.14.
Add some PCI IDs: RV730(Radeon HD 4670/4650), RV710(Radeon HD 4570/4350)
2008-11-14 12:46:28 +00:00
Robert Noland
037ec0f67d Update to 1.4.9
Approved by:	garga (mentor)
2008-11-10 16:36:28 +00:00
Norikatsu Shigemura
c726127e31 Fix pkg-plist.
Pointed out by:	QAT
2008-11-03 10:52:50 +00:00
Norikatsu Shigemura
2692986188 Fix build error [1] and cosmetic change.
Pointed out by:	QAT [1]
2008-11-03 10:40:44 +00:00
Norikatsu Shigemura
aaeaa7c379 o Update to 2008.11.03 based 1.2.3.
o Fix configure error by autoconf. [1]

Pointed out by:	QAT and pointyhat via erwin [1]
2008-11-02 18:41:42 +00:00
Robert Noland
362911893a Update to 0.10.0
PR:		128274
Reviewed by:	Paul Mahol
Approved by:	garga (mentor)
2008-10-23 18:48:32 +00:00
Norikatsu Shigemura
f5f04e336b Add xf86-video-radeonhd-devel 1.2.1.20080906, supports new
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@
2008-09-27 20:02:36 +00:00
Pietro Cerutti
5455ba55e5 - Limit to i386 and amd64
Approved by:	portmgr (pav)
2008-09-15 19:48:37 +00:00
Pav Lucistnik
19e341640f - Mark BROKEN: does not compile
Reported by:	pointyhat
Approved by:	portmgr (self)
2008-09-14 20:43:36 +00:00
Martin Wilke
b304a2b7b5 - Update to 2.1.12 2008-09-05 13:39:41 +00:00
Florent Thoumie
fab3ed60d4 Update x11-drivers/xf86-video-intel to 2.4.2. 2008-09-02 12:14:51 +00:00