How I got Xorg mouse and keyboard working on FreeBSD 10

I recently installed FreeBSD 10 in VMware and I had problems getting the mouse and keyboard to work with Xorg. I solved this in the following manner. I added these four lines to my /etc/rc.conf file. moused_enable="NO" moused_nondefault_enable="NO" hald_enable="YES" dbus_enable="YES"moused_enable="NO" moused_nondefault_enable="NO" hald_enable="YES" dbus_enable="YES" The /etc/rc.conf file looks like this. hostname="deusexmachina"…

Read More

More useful Google Android software.

Google Android has quite a good range of software available for use, the BluekeyboardJP software I have installed on Android 2.2.2 works perfectly with the Bluetooth Apple keyboard I purchased a while ago. The Blueinput software is overpriced and inserts annoying text into what you are typing. The Dolphin HD…

Read More

Debian non-free firmware package interfering with USB HID devices.

I recently installed the firmware-linux-nonfree package on my Debian Squeeze installation and after a re-boot, the USB keyboard and mouse has stopped working. Even my old PS2 mouse would not work. I have chrooted into my Debian installation from Linux Mint 12 and after looking in the /var/cache/apt/archives folder, I…

Read More