PDA

View Full Version : Freebsd 7.2 Xfce4 mouse & keybord not working


voxxo
May 24th, 2009, 09:17
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!:)

MG
May 24th, 2009, 09:28
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:


Section ServerFlags
Option "Xinerama" "true"
Option "AllowEmptyInput" "off"
Option "AutoAddDevices" "off"
EndSection

voxxo
May 24th, 2009, 09:43
Thanks MG! I will try it.

voxxo
May 24th, 2009, 15:28
I cannot find /etc/X11/xorg.conf.

MG
May 24th, 2009, 16:17
Then I think your X.org is not configured.
What graphics card do you have?

SirDice
May 25th, 2009, 07:33
I cannot find /etc/X11/xorg.conf.

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html

Then add to /etc/rc.conf:

hald_enable="YES"
dbus_enable="YES"

tangram
May 25th, 2009, 10:34
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html

Then add to /etc/rc.conf:

hald_enable="YES"
dbus_enable="YES"


Need sticky imho. Loads of post floating around the same issue.

DutchDaemon
May 25th, 2009, 11:07
Agreed. Sticky created.