Paul Schmehl wrote:
Read /usr/portsUPDATING wrt xorg. There were major changes in the
config file and peripheral detection between 7.1 and 7.2
You need to make sure that both dbus and hald are running. Remove the
mouse and keyboard sections from your xorg.conf file. They are no
longer needed. Make sure to remove any line that references RgbPath.
This may help to get the mouse working (ignore the DontZap line):
Section "ServerFlags"
Option "DontZap" "No"
Option "AllowEmptyInput" "No"
EndSection
This should get DRI working:
Section "DRI"
Group 0
Mode 0660
EndSection
I tackled the above when I upgraded Xorg to 7.4 months ago,
independently of any FreeBSD release updates.
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"