fact-finding: problems after recent Xorg upgrade

2011-03-19 Thread Robert Huff

I know this about x11@; I am looking to answer is it just me?
before I talk to them.

System:

FreeBSD 9.0-CURRENT #0: Sat Oct 23 08:15:53 EDT 2010 amd64 
xorg-7.5.1
fvwm-2.5.31
xorg.conf is appended

Since the upgrade to xorg-7.5.1, I have had issues with
... focus, for lack of a better diagnosis.
Before, as I move the 3x3 desktop focus followed the mouse.  If
I switched panels and the mouse ended over a window, that window
(except in rare case) acquired focus.
No longer.  The odds of transfering focus are maybe 1 in 4.
Sometimes even the window manager supplied window frame loses focus
while I'm inside the window.
This can often be fixed by clicking on something the old window
that changes the contents - e.g. a menu-bar button in a browser.
For things without clickables, like xterm, often the only solution
is to exit the window/program and restart.

Has anyone else seen this behavior, or have insight into what
might be going on?  I'm willing to accept I've failed to recompile
something, or missed a config file setting; I just want things to
work. 

Respectfully,



Robert Huff


Section ServerLayout
Identifier X.org Configured
Screen  0  Screen0 0 0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
EndSection

Section Files
ModulePath   /usr/local/lib/xorg/modules
FontPath /usr/local/lib/X11/fonts/misc/
FontPath /usr/local/lib/X11/fonts/TTF/
FontPath /usr/local/lib/X11/fonts/OTF
FontPath /usr/local/lib/X11/fonts/Type1/
FontPath /usr/local/lib/X11/fonts/100dpi/
FontPath /usr/local/lib/X11/fonts/75dpi/
FontPath /usr/local/lib/X11/fonts/ae_fonts1
FontPath /usr/local/lib/X11/fonts/ae_fonts_mono
FontPath /usr/local/lib/X11/fonts/cyrillic
FontPath /usr/local/lib/X11/fonts/misc
FontPath /usr/local/lib/X11/fonts/TrueType
FontPath /usr/local/lib/X11/fonts/encodings
FontPath /usr/local/lib/X11/fonts/nucleus
FontPath /usr/local/lib/X11/fonts/Easytone
FontPath /usr/local/lib/X11/fonts/bitstream-vera
FontPath /usr/local/lib/X11/fonts/fonts-indic
FontPath /usr/local/lib/X11/fonts/scifi
FontPath /usr/local/lib/X11/fonts/URW
FontPath /usr/local/lib/X11/fonts/code2000
FontPath /usr/local/lib/X11/fonts/code2001
FontPath /usr/local/lib/X11/fonts/indic-ttf
FontPath /usr/local/lib/X11/fonts/urwfonts-ttf
FontPath /usr/local/lib/X11/fonts/Speedo
FontPath /usr/local/lib/X11/fonts/Windows
FontPath /usr/local/lib/X11/fonts/local
FontPath /usr/local/lib/X11/fonts/util
EndSection

Section Module
Load  extmod
Load  record
Load  dbe
Load  glx
Load  dri
Load  dri2
EndSection

Section InputDevice
Identifier  Keyboard0
Driver  kbd
OptionXKbOptions terminate:ctrl_alt_bksp
EndSection

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol auto
Option  Device /dev/sysmouse
Option  ZAxisMapping 4 5 6 7
EndSection

Section Monitor
#DisplaySize  430   270 # mm
Identifier   Monitor0
VendorName   DEL
ModelNameDELL E207WFP
HorizSync30.0 - 83.0
VertRefresh  56.0 - 75.0
Modeline1680x1050 147.14 1680 1972 2156 2248 1050 
1051 1054 1087
Option  DPMS
EndSection

Section Device
### Available Driver options are:-
### Values: i: integer, f: float, bool: True/False,
### string: String, freq: f Hz/kHz/MHz
### [arg]: arg optional
#Option NoAccel   # [bool]
#Option SWcursor  # [bool]
#Option Dac6Bit   # [bool]
#Option Dac8Bit   # [bool]
#Option BusType   # [str]
#Option CPPIOMode # [bool]
#Option CPusecTimeout # i
#Option AGPMode   # i
#Option AGPFastWrite  # [bool]
#Option AGPSize   # i
#Option GARTSize  # i
#Option RingSize  # i
#Option BufferSize# i
#Option EnableDepthMoves  # [bool]
#Option EnablePageFlip# [bool]
#Option NoBackBuffer  # [bool]
#Option DMAForXv  # [bool]
#Option FBTexPercent  # i
#Option DepthBits # i
#Option PCIAPERSize   # i
#Option AccelDFS 

Re: fact-finding: problems after recent Xorg upgrade

2011-03-19 Thread Christoph Moench-Tegeder
## Robert Huff (roberth...@rcn.com):

   System:
 
 FreeBSD 9.0-CURRENT #0: Sat Oct 23 08:15:53 EDT 2010 amd64 
 xorg-7.5.1
 fvwm-2.5.31
 xorg.conf is appended
 
   Since the upgrade to xorg-7.5.1, I have had issues with
 ... focus, for lack of a better diagnosis.


Works for me... Notable differences between your system and mine:
I'm on 8.2-RELEASE and I'm using the radeonhd driver. Xorg+fvwm
(with mostly stock configurations) just work.

Regards,
Christoph

-- 
Spare Space
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: fact-finding: problems after recent Xorg upgrade

2011-03-19 Thread Warren Block

On Sat, 19 Mar 2011, Robert Huff wrote:



I know this about x11@; I am looking to answer is it just me?
before I talk to them.

System:

FreeBSD 9.0-CURRENT #0: Sat Oct 23 08:15:53 EDT 2010 amd64
xorg-7.5.1
fvwm-2.5.31
xorg.conf is appended

Since the upgrade to xorg-7.5.1, I have had issues with
... focus, for lack of a better diagnosis.
Before, as I move the 3x3 desktop focus followed the mouse.  If
I switched panels and the mouse ended over a window, that window
(except in rare case) acquired focus.
No longer.  The odds of transfering focus are maybe 1 in 4.
Sometimes even the window manager supplied window frame loses focus
while I'm inside the window.
This can often be fixed by clicking on something the old window
that changes the contents - e.g. a menu-bar button in a browser.
For things without clickables, like xterm, often the only solution
is to exit the window/program and restart.

Has anyone else seen this behavior, or have insight into what
might be going on?  I'm willing to accept I've failed to recompile
something, or missed a config file setting; I just want things to
work.


May be due to fvwm.  As far as your xorg.conf, HandleSpecialKeys
always, DontZoom true, and AllowMouseOpenFail true should not 
be necessary.  It's worth testing without them.

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: fact-finding: problems after recent Xorg upgrade

2011-03-19 Thread perryh
Robert Huff roberth...@rcn.com wrote:

 FreeBSD 9.0-CURRENT #0: Sat Oct 23 08:15:53 EDT 2010 amd64 
 xorg-7.5.1
 fvwm-2.5.31
 ...

   Since the upgrade to xorg-7.5.1, I have had issues with
 ... focus, for lack of a better diagnosis.
   Before, as I move the 3x3 desktop focus followed the mouse.
 If I switched panels and the mouse ended over a window, that window
 (except in rare case) acquired focus.
   No longer.  The odds of transfering focus are maybe 1 in 4.
 Sometimes even the window manager supplied window frame loses focus
 while I'm inside the window.

Since focus is handled by the window manager, this might be worth
an inquiry to the fvwm mailing list.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org