2007-05-19 22:36:56 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
COMMENT = X11 drivers
|
|
|
|
|
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 15:07:44 +01:00
|
|
|
SUBDIR += input-wacom
|
2007-05-19 22:36:56 +02:00
|
|
|
SUBDIR += xf86-input-acecad
|
2010-06-02 14:33:13 +02:00
|
|
|
SUBDIR += xf86-input-egalax
|
2007-05-19 22:36:56 +02:00
|
|
|
SUBDIR += xf86-input-elographics
|
|
|
|
SUBDIR += xf86-input-hyperpen
|
|
|
|
SUBDIR += xf86-input-joystick
|
|
|
|
SUBDIR += xf86-input-keyboard
|
|
|
|
SUBDIR += xf86-input-magictouch
|
|
|
|
SUBDIR += xf86-input-mouse
|
|
|
|
SUBDIR += xf86-input-mutouch
|
|
|
|
SUBDIR += xf86-input-penmount
|
2009-01-23 17:28:36 +01:00
|
|
|
SUBDIR += xf86-input-synaptics
|
2007-06-04 09:00:30 +02:00
|
|
|
SUBDIR += xf86-input-vmmouse
|
2007-05-19 22:36:56 +02:00
|
|
|
SUBDIR += xf86-input-void
|
|
|
|
SUBDIR += xf86-video-apm
|
|
|
|
SUBDIR += xf86-video-ark
|
|
|
|
SUBDIR += xf86-video-ati
|
2011-02-25 17:58:21 +01:00
|
|
|
SUBDIR += xf86-video-ati613
|
2007-05-19 22:36:56 +02:00
|
|
|
SUBDIR += xf86-video-chips
|
|
|
|
SUBDIR += xf86-video-cirrus
|
|
|
|
SUBDIR += xf86-video-cyrix
|
|
|
|
SUBDIR += xf86-video-dummy
|
|
|
|
SUBDIR += xf86-video-fbdev
|
|
|
|
SUBDIR += xf86-video-glint
|
|
|
|
SUBDIR += xf86-video-i128
|
|
|
|
SUBDIR += xf86-video-i740
|
|
|
|
SUBDIR += xf86-video-imstt
|
2007-05-31 18:32:20 +02:00
|
|
|
SUBDIR += xf86-video-intel
|
2011-11-17 19:51:08 +01:00
|
|
|
SUBDIR += xf86-video-intel29
|
2008-06-28 01:26:43 +02:00
|
|
|
SUBDIR += xf86-video-mach64
|
2007-05-19 22:36:56 +02:00
|
|
|
SUBDIR += xf86-video-mga
|
|
|
|
SUBDIR += xf86-video-neomagic
|
|
|
|
SUBDIR += xf86-video-newport
|
2009-02-21 03:08:17 +01:00
|
|
|
SUBDIR += xf86-video-nouveau
|
2007-05-19 22:36:56 +02:00
|
|
|
SUBDIR += xf86-video-nv
|
2007-10-09 19:51:23 +02:00
|
|
|
SUBDIR += xf86-video-openchrome
|
2008-06-28 01:26:43 +02:00
|
|
|
SUBDIR += xf86-video-r128
|
2007-10-23 15:52:57 +02:00
|
|
|
SUBDIR += xf86-video-radeonhd
|
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 22:02:36 +02:00
|
|
|
SUBDIR += xf86-video-radeonhd-devel
|
2010-04-15 08:05:30 +02:00
|
|
|
SUBDIR += xf86-video-rdc
|
2007-05-19 22:36:56 +02:00
|
|
|
SUBDIR += xf86-video-rendition
|
|
|
|
SUBDIR += xf86-video-s3
|
|
|
|
SUBDIR += xf86-video-s3virge
|
|
|
|
SUBDIR += xf86-video-savage
|
|
|
|
SUBDIR += xf86-video-siliconmotion
|
|
|
|
SUBDIR += xf86-video-sis
|
2008-06-14 02:01:35 +02:00
|
|
|
SUBDIR += xf86-video-sis-intel
|
2007-05-19 22:36:56 +02:00
|
|
|
SUBDIR += xf86-video-sunffb
|
|
|
|
SUBDIR += xf86-video-tdfx
|
|
|
|
SUBDIR += xf86-video-tga
|
|
|
|
SUBDIR += xf86-video-trident
|
|
|
|
SUBDIR += xf86-video-tseng
|
|
|
|
SUBDIR += xf86-video-vesa
|
|
|
|
SUBDIR += xf86-video-via
|
|
|
|
SUBDIR += xf86-video-vmware
|
|
|
|
SUBDIR += xf86-video-voodoo
|
|
|
|
SUBDIR += xorg-drivers
|
|
|
|
|
|
|
|
.include <bsd.port.subdir.mk>
|