RE: Xorg - no mouse and no keyboard

2009-12-07 Thread Paul Schmehl
--On Saturday, December 05, 2009 11:49:04 -0600 Warren Block wbl...@wonkity.com wrote: Try manually configuring mouse and keyboard in xorg.conf again, but only with AutoAddDevices Off, no AllowEmptyInput line. The xorg.conf man page says If AllowEmptyInput is on, devices using the kbd, mouse,

RE: Xorg - no mouse and no keyboard

2009-12-05 Thread Warren Block
On Fri, 4 Dec 2009, Paul Schmehl wrote: --On December 4, 2009 8:10:08 PM -0600 Michael L. Squires mi...@siralan.org wrote: I had to add the following when moving from Xorg 6 to 7 since moused no longer manages the mouse - hald and dbus do: In /etc/rc.conf # X11 7.4 # moused_enable=YES

Re: Xorg - no mouse and no keyboard

2009-12-05 Thread George Hartzell
Adam Vande More writes: On Fri, Dec 4, 2009 at 10:20 PM, Paul Schmehl pschmehl_li...@tx.rr.comwrote: As I mentioned in a previous post, I have tried it both with and without hald and dbus. Nothing works. [...] I missed the original post, but I recently noticed that my bluetooth

Re: Xorg - no mouse and no keyboard

2009-12-05 Thread Michael L. Squires
I had similar problems with the mouse and keyboard when Xorg 7.4 first came out. I had upgraded to 7.X from 6.X by cvsup/compile/install process, and then did a portupgrade. After the portupgrade neither my Xinerama setup, the mouse, nor the keybord worked. There was an interim fix which

Xorg - no mouse and no keyboard

2009-12-04 Thread Paul Schmehl
I had a working Xorg config, and everything was fine. Then my monitors crapped out. I got new ones and installed them. No I have no mouse and no keyboard in Xorg. I've tried disabling hald and dbus and manually configuring them. That doesn't work either. What sort of troubleshooting steps do

Re: Xorg - no mouse and no keyboard

2009-12-04 Thread Colin Albert
Paul Schmehl wrote: I had a working Xorg config, and everything was fine. Then my monitors crapped out. I got new ones and installed them. No I have no mouse and no keyboard in Xorg. I've tried disabling hald and dbus and manually configuring them. That doesn't work either. What sort

RE: Xorg - no mouse and no keyboard

2009-12-04 Thread Paul Schmehl
-Original Message- From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd- questi...@freebsd.org] On Behalf Of Colin Albert Sent: Friday, December 04, 2009 3:29 PM Cc: 'Free BSD Questions list' Subject: Re: Xorg - no mouse and no keyboard Have you tried adding

RE: Xorg - no mouse and no keyboard

2009-12-04 Thread Michael L. Squires
I had to add the following when moving from Xorg 6 to 7 since moused no longer manages the mouse - hald and dbus do: In /etc/rc.conf # X11 7.4 #moused_enable=YES moused_enable=NO hald_enable=YES dbus_enable=YES which turns on hald and dbus. Mike Squires

RE: Xorg - no mouse and no keyboard

2009-12-04 Thread Paul Schmehl
--On December 4, 2009 8:10:08 PM -0600 Michael L. Squires mi...@siralan.org wrote: I had to add the following when moving from Xorg 6 to 7 since moused no longer manages the mouse - hald and dbus do: In /etc/rc.conf # X11 7.4 # moused_enable=YES moused_enable=NO hald_enable=YES

Re: Xorg - no mouse and no keyboard

2009-12-04 Thread Adam Vande More
On Fri, Dec 4, 2009 at 10:20 PM, Paul Schmehl pschmehl_li...@tx.rr.comwrote: As I mentioned in a previous post, I have tried it both with and without hald and dbus. Nothing works. moused_enable=NO is already set in /etc/defaults/rc.conf, so setting it in /etc/rc.conf won't change anything.