aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorRobert Noland <rnoland@FreeBSD.org>2009-01-23 22:53:50 +0000
committerRobert Noland <rnoland@FreeBSD.org>2009-01-23 22:53:50 +0000
commitf49906460bc650e053792938126a043470cacd5b (patch)
tree69681a7dcad774b8c27d3fbc29d883394d2526cc /UPDATING
parentcd5a5fec32002a027863adb5cd0c20f656ee073f (diff)
downloadports-f49906460bc650e053792938126a043470cacd5b.tar.gz
ports-f49906460bc650e053792938126a043470cacd5b.zip
Add UPDATING entry for xorg-server regarding xorg.conf and input issues
Approved by: garga (mentor, implicit)
Notes
Notes: svn path=/head/; revision=226740
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING25
1 files changed, 25 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 647665ae8e34..17468d6b32b3 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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