Re: SOLVED: serious (for me) Xorg 7.5 mouse/kbd problem in 8.1-STABLE

2010-09-08 Thread Oliver Fromme
William Bulley w...@umich.edu wrote: See below for details of solution. [...] This problem is known (and fixed) in newer versions of xorg-server. See this URL for details of the problem.

SOLVED: serious (for me) Xorg 7.5 mouse/kbd problem in 8.1-STABLE

2010-09-02 Thread William Bulley
See below for details of solution. - Forwarded message from William Bulley w...@umich.edu - To: FreeBSD Questions freebsd-questions@freebsd.org From: William Bulley w...@umich.edu Date: Wed, 25 Aug 2010 07:38:34 -0400 Subject: serious (for me) Xorg 7.5 mouse/kbd problem in 8.1-STABLE

Re: serious (for me) Xorg 7.5 mouse/kbd problem in 8.1-STABLE

2010-08-26 Thread William Bulley
According to Polytropon free...@edvax.de on Wed, 08/25/10 at 10:03: In case you're using HAL + DBUS, the setting now has to be coded in XML in some arbitrary file at a decentral location buried deep in the /usr/local subtree. According to the handbook 5.4.2 Configuring X11

Re: serious (for me) Xorg 7.5 mouse/kbd problem in 8.1-STABLE

2010-08-26 Thread William Bulley
According to Warren Block wbl...@wonkity.com on Wed, 08/25/10 at 11:03: You are telling xorg-server to not use hald with the AutoAddDevices line: Section ServerFlags Option AutoAddDevices off Option DontZap false EndSection And the other option is already a

Re: serious (for me) Xorg 7.5 mouse/kbd problem in 8.1-STABLE

2010-08-26 Thread Warren Block
On Thu, 26 Aug 2010, William Bulley wrote: In my use of open-motif, I use and depend on mouse focus. ... Nothing has changed. When I run open-motif, I still experience the crippling loss of mouse focus when I enter the sequence Shift/Btn3Click. ... Shift Btn3Click window

serious (for me) Xorg 7.5 mouse/kbd problem in 8.1-STABLE

2010-08-25 Thread William Bulley
For years I have run Open-Motif on FreeBSD without issue. I use a USB keyboard and a USB three button mouse attached to a Dell Optiplex 960. This combination has worked fine for the past year. This week I upgraded from 8.0-STABLE circa January 2010 to 8.1-STABLE. I do this by doing a

Re: serious (for me) Xorg 7.5 mouse/kbd problem in 8.1-STABLE

2010-08-25 Thread jhell
On 08/25/2010 07:38, William Bulley wrote: For years I have run Open-Motif on FreeBSD without issue. I use a USB keyboard and a USB three button mouse attached to a Dell Optiplex 960. This combination has worked fine for the past year. This week I upgraded from 8.0-STABLE circa January

Re: serious (for me) Xorg 7.5 mouse/kbd problem in 8.1-STABLE

2010-08-25 Thread William Bulley
According to jhell jh...@dataix.net on Wed, 08/25/10 at 09:24: On 08/25/2010 07:38, William Bulley wrote: For years I have run Open-Motif on FreeBSD without issue. I use a USB keyboard and a USB three button mouse attached to a Dell Optiplex 960. This combination has worked fine for the

Re: serious (for me) Xorg 7.5 mouse/kbd problem in 8.1-STABLE

2010-08-25 Thread Warren Block
On Wed, 25 Aug 2010, William Bulley wrote: After building Xorg, as root, I ran the Xorg -configure command to generate my xorg.conf.new file. Since a working /etc/X11/xorg.conf file was still around after the upgrade from 8.0-STABLE/Xorg 7.3, I felt no need to change anything in that file

Re: serious (for me) Xorg 7.5 mouse/kbd problem in 8.1-STABLE

2010-08-25 Thread William Bulley
According to Warren Block wbl...@wonkity.com on Wed, 08/25/10 at 09:49: If you are running hald, why not use it? And the DontZap default is back to where it used to be (off), so you could remove or comment that entire ServerFlags section. Not sure what you mean by using hald. Assuming I

Re: serious (for me) Xorg 7.5 mouse/kbd problem in 8.1-STABLE

2010-08-25 Thread Polytropon
On Wed, 25 Aug 2010 09:29:21 -0400, William Bulley w...@umich.edu wrote: Interestingly enough, I do have this line in my /etc/X11/xorg.conf file: Section InputDevice Option XkbOptions terminate:ctrl_alt_bksp EndSection But that never has seemed to work. :-( In case

Re: serious (for me) Xorg 7.5 mouse/kbd problem in 8.1-STABLE

2010-08-25 Thread Warren Block
On Wed, 25 Aug 2010, William Bulley wrote: According to Warren Block wbl...@wonkity.com on Wed, 08/25/10 at 09:49: If you are running hald, why not use it? And the DontZap default is back to where it used to be (off), so you could remove or comment that entire ServerFlags section. Not sure

Re: serious (for me) Xorg 7.5 mouse/kbd problem in 8.1-STABLE

2010-08-25 Thread Dima Panov
On Thursday 26 August 2010 01:03:10 Polytropon wrote: On Wed, 25 Aug 2010 09:29:21 -0400, William Bulley w...@umich.edu wrote: Interestingly enough, I do have this line in my /etc/X11/xorg.conf file: Section InputDevice Option XkbOptions terminate:ctrl_alt_bksp