Freebsd 7.2 Xfce4 mouse & keybord not working

I have install Freebsd and Xfce4 & Xorg on my laptop, able to installed them successfully, startx without any problem, but no keybord and mouse is functioning. Any help? Thanks!:)
 
I had this problem after upgrading 7.1 -> 7.2.
Can't remember where I found it, but this was needed in /etc/X11/xorg.conf:

Code:
Section ServerFlags
 Option "Xinerama"        "true"          
 Option "AllowEmptyInput" "off"
 Option "AutoAddDevices"  "off"
EndSection
 
Back
Top