[15:42] mlankhorst: when xfreerdp is doing some screen updates, xorg goes to 100% cpu :s [15:42] really strange [15:52] ah :/ [15:58] downgraded xserver to 2:1.16.2.901-1ubuntu4 [15:58] and its perfect again [15:58] xserver-common xserver-xephyr and xserver-xorg-core that is [15:59] upgrading to 2:1.17.1-0ubuntu1 breaks it again [15:59] so must be somewhere in between those versions [16:21] is there some (easy) way to bisect/debug? [16:29] mlankhorst: https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1432384 [16:29] Launchpad bug 1432384 in xorg-server (Ubuntu) "Performance regression in 2:1.17.1-0ubuntu1+" [Undecided,New] [16:31] dupondje: apport-collect for that bug [16:34] done [16:42] ok found the problem [16:43] version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A [16:43] made me think [16:43] :) [16:45] how did you manage to do that then [16:46] I have no idea, checking my dpkg.log's [16:46] some ppa's enabled? [16:47] got removed when playing around in september ... [16:47] wtf [16:48] but strange xorg-server upgrade triggers this? [16:50] you dind't have video-all installed? [16:50] still shouldn't be possible [16:50] that it gets removed instead of updated [16:50] the log will tell [16:54] video-all was not installed nope [16:54] modesetting was removed but I removed all dependencies on it [16:56] seems like nothing else has a depends on xorg-server-video-all [17:10] apt-get --fix-policy install [17:10] so video-all got deinstalled earlier, and this upgrade then broke [17:11] tjaalton: apt-get -f ? [17:11] no need for -f [17:12] at least it works without here [17:13] ah I'm still on trusty, didn't see a fix-policy there in the manpage.. [17:14] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=578020 it seems.. [17:14] Debian bug 578020 in apt "apt-get: --fix-policy not documented" [Wishlist,Open] [17:14] --fix-policy is old [17:14] yeah [17:16] ah so it's like fix-broken for recommends :p [17:18] yeah [17:18] hmm echo [17:41] mlankhorst: is there a way to run xorg 1.17 on trusty? [17:41] not yet [17:41] I'll create a lts-vivid in x-staging soon [17:42] ah nice, thanks!