Re: [CFT] changes and updates to x11 input devices

"Jonathan Anderson" <[email protected]>
Newsgroups gmane.os.freebsd.devel.x11
Message-ID <[email protected]>
On 11 Jun 2018, at 3:32, Johannes Lundberg wrote:

> For evdev simply add to your kernel config
>
> options        EVDEV_SUPPORT
> device        evdev

Is there a plan to add these options to amd64 GENERIC? If evdev is the 
path forward for modern hardware (is that the correct assessment?), are 
we moving towards including it on our install media?

Also, in case anyone's interested, I have a Jenkins job producing EVDEV 
base packages daily. The package repository, should anyone else want to 
use it for testing, is at https://allendale.engr.mun.ca/freebsd-evdev. 
This repo is built daily with the following script:

```
export 
MINE=https://raw.githubusercontent.com/trombonehero/freebsd/evdev-support
export KERNCONF=EVDEV
fetch \
	${MINE}/sys/amd64/conf/${KERNCONF} \
     ${MINE}/sys/amd64/conf/${KERNCONF}-NODEBUG \
     -o sys/amd64/conf/

export KERNCONF=${KERNCONF}-NODEBUG

nice make -j32 buildworld
nice make -j32 buildkernel
nice make packages
```


Jon
--
[email protected]
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-x11
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.