From owner-freebsd-x11@FreeBSD.ORG Thu Jan 13 15:00:30 2005 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C4F216A4CE for ; Thu, 13 Jan 2005 15:00:30 +0000 (GMT) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA0C543D45 for ; Thu, 13 Jan 2005 15:00:28 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost.ijs.si [127.0.0.1]) by niobe.ijs.si (Postfix) with ESMTP id 2592F1DD64A; Thu, 13 Jan 2005 16:00:28 +0100 (CET) Received: from niobe.ijs.si ([127.0.0.1]) by localhost (niobe.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 72505-09-3; Thu, 13 Jan 2005 16:00:17 +0100 (CET) Received: from metatron.ijs.si (metatron.ijs.si [193.2.4.152]) by niobe.ijs.si (Postfix) with ESMTP id 159C41DD60A; Thu, 13 Jan 2005 16:00:17 +0100 (CET) Received: from idefix.ijs.si (idefix.ijs.si [193.2.4.33]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by metatron.ijs.si (Postfix) with ESMTP id 0E21A1C00728; Thu, 13 Jan 2005 16:00:16 +0100 (CET) From: Dejan Lesjak To: freebsd-x11@freebsd.org Date: Thu, 13 Jan 2005 16:00:15 +0100 User-Agent: KMail/1.7.2 References: <1105591556.314.18.camel@zaphod.das.netz> <200501131440.33884.dejan.lesjak@ijs.si> <1105625102.265.14.camel@zaphod.das.netz> In-Reply-To: <1105625102.265.14.camel@zaphod.das.netz> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501131600.16371.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si cc: Marc Santhoff Subject: Re: enabling driver in XFree X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jan 2005 15:00:30 -0000 On Thursday 13 of January 2005 15:05, Marc Santhoff wrote: > Am Do, den 13.01.2005 schrieb Dejan Lesjak um 14:40: > > On Thursday 13 of January 2005 05:45, Marc Santhoff wrote: > > > Hi, > > > > > > I've tried to enable an additional XInput-driver by uncommenting it in > > > "xf86site.def" but this file is overwritten by the FreeBSD build > > > process. > > > > > > How is this expected to be done? > > > > > > TIA, > > > Marc > > > > I don't think it's really expected :) You would need to modify > > scripts/configure file in XFree86-4-Server port directory. > > Which driver is it? Would it make sense to install it by default? > > It's the "aiptek" driver and no, it does not make any sense to activate > it since there's no support for the device itself. With pure "/dev/uhid" > it doesn't work properly, as I found out in the meantime. > > Bye, > Marc Unfortunately. That would also be the reason why it's build is disabled - in general all the drivers that would work should also be built, so if/when there is a kernel driver available for this device, would you please ping us here so it gets included by default. Dejan