Re: [systemd-devel] xorg uses 100% CPU after upgrading to 226

2015-09-28 Thread David Herrmann
Hi On Mon, Sep 28, 2015 at 4:56 AM, Jin Liu wrote: [...] > I tried to start X the usual way - as root, via sddm display manager. It > works fine. Seems the problem only happens when X is running as normal user. > Any directions to investigate? TBH, it sounds like an Xorg

Re: [systemd-devel] xorg uses 100% CPU after upgrading to 226

2015-09-27 Thread Jin Liu
On Wed, Sep 23, 2015 at 2:57 PM Jin Liu wrote: > According to strace -p, xorg is spinning on a select(), which always > return the same fd #6, which seems related to the system dbus: > > > $ pgrep Xorg > 614 > $ strace -p 614 > Process 614 attached > select(256, [1 3 5 6 8

Re: [systemd-devel] xorg uses 100% CPU after upgrading to 226

2015-09-23 Thread Jin Liu
According to strace -p, xorg is spinning on a select(), which always return the same fd #6, which seems related to the system dbus: $ pgrep Xorg 614 $ strace -p 614 Process 614 attached select(256, [1 3 5 6 8 10 19 23 25 29 36 37 38 39 40 41], NULL, NULL, {214, 537000}) = 1 (in [6], left {214,

[systemd-devel] xorg uses 100% CPU after upgrading to 226

2015-09-22 Thread Jin Liu
After upgrading to 226, the Xorg process keeps using 100% CPU. Also, the "xrandr --dpi 168" command in my .xinitrc no longer works. My startx.service and .xinitrc: $ systemctl cat startx.service # /etc/systemd/system/startx.service [Unit] Description=Direct X login

Re: [systemd-devel] xorg uses 100% CPU after upgrading to 226

2015-09-22 Thread David Herrmann
Hi On Tue, Sep 22, 2015 at 9:23 PM, Jin Liu wrote: > After upgrading to 226, the Xorg process keeps using 100% CPU. Also, the > "xrandr --dpi 168" command in my .xinitrc no longer works. > > My startx.service and .xinitrc: > > $ systemctl cat startx.service > #