sluggish X.org/Xfce behavior

2012-11-20 Thread René Ladan
Hi,

since last weekend (November 17th) I have been noticing a sluggish
behavior of X.org/Xfce. Typical symptoms are:
- Alt-Tab not reacting all of the time
- pulldown/popup menus not allowing selections with mouse (typically in
Terminal/pidgin), or moving the mouse (touchpad) results in an automatic
click
- typing something in a Terminal requires mouse (touchpad) movements for
the text to show up
- sometimes moving the mouse (touchpad) is required for the laptop to
wake up; this is noticeable when Thunderbird downloads all messages
from the period when the laptop was frozen.

I am running 10-amd64 r243234 (so with clang as cc) and ports 307851
without any local modifications. Since November 5 (when clang became cc)
I noticed x11/nvidia-driver and x11-drivers/xf86-input-mouse were
updated but rebuilding those with gcc did not make any difference. Maybe
I missed a related port? All ports last updated before November 5th are
still built with gcc.

My /etc/make.conf and /etc/rc.conf are attached.

Has anyone else been noticing this?

Regards,
René



check_quotas=NO
font8x14=iso15-8x14
font8x16=iso15-8x16
font8x8=iso15-8x8
keymap=us.iso
moused_enable=YES
ipv6_activate_all_interfaces=YES
nfs_client_enable=YES
sshd_enable=YES
powerd_enable=YES
hostname=acer
wlans_iwn0=wlan0
ifconfig_wlan0=DHCP WPA
ifconfig_bge0=DHCP
ntpd_enable=YES
dumpdev=AUTO
linux_enable=YES
dbus_enable=YES
hald_enable=YES
ddb_enable=YES
webcamd_enable=YES
CPUTYPE?=core2
DOC_LANG=en_US.ISO8859-1 nl_NL.ISO8859-1
PORTSDIR=/usr/ports/head
WITHOUT_PKGTOOLS=yes # no pkg_* stuff
WITH_VIM_OPTIONS=yes
KERNCONF=GENERIC
FORCE_MAKE_JOBS=yes

# added by use.perl 2012-10-16 09:21:05
PERL_VERSION=5.14.2
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

Re: sluggish X.org/Xfce behavior

2012-11-20 Thread Bernhard Fröhlich
On Tue, Nov 20, 2012 at 11:18 AM, René Ladan r...@freebsd.org wrote:
 Hi,

 since last weekend (November 17th) I have been noticing a sluggish
 behavior of X.org/Xfce. Typical symptoms are:
 - Alt-Tab not reacting all of the time
 - pulldown/popup menus not allowing selections with mouse (typically in
 Terminal/pidgin), or moving the mouse (touchpad) results in an automatic
 click
 - typing something in a Terminal requires mouse (touchpad) movements for
 the text to show up
 - sometimes moving the mouse (touchpad) is required for the laptop to
 wake up; this is noticeable when Thunderbird downloads all messages
 from the period when the laptop was frozen.

 I am running 10-amd64 r243234 (so with clang as cc) and ports 307851
 without any local modifications. Since November 5 (when clang became cc)
 I noticed x11/nvidia-driver and x11-drivers/xf86-input-mouse were
 updated but rebuilding those with gcc did not make any difference. Maybe
 I missed a related port? All ports last updated before November 5th are
 still built with gcc.

 My /etc/make.conf and /etc/rc.conf are attached.

 Has anyone else been noticing this?

Very interesting symptoms. I had the same until xf86-input-mouse was fixed
with the last update. The symptoms were reproducible when attaching an
USB mouse which caused all kind of weird X11 (re)drawing issues.

-- 
Bernhard Froehlich
http://www.bluelife.at/
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: sluggish X.org/Xfce behavior

2012-11-20 Thread CeDeROM
On Tue, Nov 20, 2012 at 2:44 PM, Bernhard Fröhlich de...@freebsd.org wrote:
 Very interesting symptoms. I had the same until xf86-input-mouse was fixed
 with the last update. The symptoms were reproducible when attaching an
 USB mouse which caused all kind of weird X11 (re)drawing issues.

Exactly, known issue with xorg-mouse and xorg configuration + hald +
allowEmptyInput, see list archive for good explanation :-)

Best regards :-)
Tomek

-- 
CeDeROM, SQ7MHZ, http://www.tomek.cedro.info
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

Re: sluggish X.org/Xfce behavior

2012-11-20 Thread Warren Block

On Tue, 20 Nov 2012, René Ladan wrote:


since last weekend (November 17th) I have been noticing a sluggish
behavior of X.org/Xfce. Typical symptoms are:
- Alt-Tab not reacting all of the time
- pulldown/popup menus not allowing selections with mouse (typically in
Terminal/pidgin), or moving the mouse (touchpad) results in an automatic
click
- typing something in a Terminal requires mouse (touchpad) movements for
the text to show up
- sometimes moving the mouse (touchpad) is required for the laptop to
wake up; this is noticeable when Thunderbird downloads all messages
from the period when the laptop was frozen.


This is one of the problems that having Option AllowEmptyInput Off 
in xorg.conf causes.  If you have that, substitute Option 
AutoAddDevices Off in the same place.___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

Re: sluggish X.org/Xfce behavior

2012-11-20 Thread René Ladan
On 20-11-2012 15:34, Warren Block wrote:
 On Tue, 20 Nov 2012, René Ladan wrote:

 since last weekend (November 17th) I have been noticing a sluggish
 behavior of X.org/Xfce. Typical symptoms are:
 - Alt-Tab not reacting all of the time
 - pulldown/popup menus not allowing selections with mouse (typically in
 Terminal/pidgin), or moving the mouse (touchpad) results in an automatic
 click
 - typing something in a Terminal requires mouse (touchpad) movements for
 the text to show up
 - sometimes moving the mouse (touchpad) is required for the laptop to
 wake up; this is noticeable when Thunderbird downloads all messages
 from the period when the laptop was frozen.

 This is one of the problems that having Option AllowEmptyInput Off
 in xorg.conf causes.  If you have that, substitute Option
 AutoAddDevices Off in the same place.
Commenting out AllowEmptyInput Off (and not having an AutoAddDevices
entry) works for me.

Must do better homework...

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

Re: sluggish X.org/Xfce behavior

2012-11-20 Thread Warren Block

On Tue, 20 Nov 2012, René Ladan wrote:


On 20-11-2012 15:34, Warren Block wrote:

On Tue, 20 Nov 2012, René Ladan wrote:


since last weekend (November 17th) I have been noticing a sluggish
behavior of X.org/Xfce. Typical symptoms are:
- Alt-Tab not reacting all of the time
- pulldown/popup menus not allowing selections with mouse (typically in
Terminal/pidgin), or moving the mouse (touchpad) results in an automatic
click
- typing something in a Terminal requires mouse (touchpad) movements for
the text to show up
- sometimes moving the mouse (touchpad) is required for the laptop to
wake up; this is noticeable when Thunderbird downloads all messages
from the period when the laptop was frozen.


This is one of the problems that having Option AllowEmptyInput Off
in xorg.conf causes.  If you have that, substitute Option
AutoAddDevices Off in the same place.

Commenting out AllowEmptyInput Off (and not having an AutoAddDevices
entry) works for me.

Must do better homework...


http://www.wonkity.com/~wblock/docs/html/aei.html gives more detail.___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org