diff options
author | rnoland <rnoland@FreeBSD.org> | 2009-01-24 06:53:50 +0800 |
---|---|---|
committer | rnoland <rnoland@FreeBSD.org> | 2009-01-24 06:53:50 +0800 |
commit | bfdc45df7f02c740f51f3803fecc606bcc76f255 (patch) | |
tree | 904813d1c05f507f49c2630782cf12ab76959d0e /UPDATING | |
parent | bec4714e9ad3066997c845b64801fd659953e2ef (diff) | |
download | freebsd-ports-graphics-bfdc45df7f02c740f51f3803fecc606bcc76f255.tar.gz freebsd-ports-graphics-bfdc45df7f02c740f51f3803fecc606bcc76f255.tar.zst freebsd-ports-graphics-bfdc45df7f02c740f51f3803fecc606bcc76f255.zip |
Add UPDATING entry for xorg-server regarding xorg.conf and input issues
Approved by: garga (mentor, implicit)
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -7,6 +7,31 @@ time you update your ports collection, before attempting any port upgrades. 20090123: + AFFECTS: users of x11-servers/xorg-server + AUTHOR: rnoland@FreeBSD.org + + If you are using an older xorg.conf serveral config lines are + no longer needed and will generate warnings when X is started. + RgbPath will cause X to fail to start, remove it from your config. + + Server 1.5.3 also really wants to configure it's input devices + via hald. This is causing some issues with moused and + /dev/sysmouse. There are a couple of options for how to deal + with it. + + 1. Add Option "AllowEmptyInput" "off" to your ServerLayout section. + This will cause X to use the configured kbd, mouse, and vmmouse + sections from your xorg.conf + + 2. Don't use moused. If you want it to work with addon usb mice + set this in rc.conf: + + moused_enable="NO" + moused_nondefault_enable="NO" + + I'm working on fixing hald or the mouse driver or both. + +20090123: AFFECTS: users of x11/libxcb AUTHOR: flz@FreeBSD.org |