[01:18] tjaalton: dave sent out a patch [01:19] https://lists.x.org/archives/xorg-devel/2016-March/049102.html [04:31] oh, nice [05:38] tjaalton: also, it looks like we will be getting a 1.18.3 pretty soon lol [05:38] maybe so [05:38] according to dave [05:38] since there were too many regressions in 1.18.2 [05:38] said where? [05:39] 22:59 are all these regressions normal for a point release? [05:39] 23:00 i think we need 1.18.2.1 :) [05:39] 23:00 yeah ajax will probably do a 1.18.3 farily quick [05:39] 23:01 no, I think ajax went overboard with 1.18.2, I'll follow up on his release announcement [05:39] ok [05:40] i noticed a 3rd regression when posting my log file for the cursor bug [05:40] and MrCooper linked a fix for it lol [05:40] yeah that one I knew about [08:23] furkan: for a point release that includes so many changes, it's not surprising === alkisg is now known as alkisg_away [18:17] hey all, I'm running 14.04 x64 on i915, upgraded to kernel 4.4 because of hardware enablement but this messed up my ability to dual screen [18:17] would xorg-edgers help? [18:19] Free99: i don't know the answer to your question, but i'd recommend x-staging over xorg-edgers [18:19] furkan, last update was 119 weeks agon on staging.. [18:20] oh right, forgot you're using trusty [18:20] for xenial it's up to date [18:21] actually, xenial is the only repo i see available https://launchpad.net/~canonical-x/+archive/ubuntu/x-staging [18:21] how can I grab their X stack? [18:22] maybe you should just upgrade to 16.04 :) [18:23] if you want latest kernel/X [18:23] yeah, but I have school work for which I need a working tablet.. crazy as this sounds, I'm less afriad of upgraded kernel/X on 14.04 than jumping to RC16.04 [18:24] does dual screen work when you boot up into an older kernel? [18:25] yep, but then my tablet stops functioning [18:26] if you want to help fix the bug... i'd recommend doing a bisect [18:26] ok, I wouldn't mind helping out [18:26] I don't have too much time though, maybe half an hour [18:27] it would take longer than that, but that's something you'd do if it really was a bug [18:28] it might help to see your dmesg and Xorg logs [18:28] after the problem happens of course [18:29] also, what GPU? intel? [18:29] problem is pretty simple actually, xrandr on kernel 3.13 shows my external displayport display connected just fine [18:29] kernel 3.19+ it stops showing up, but udev still detects when I dis/connect it [18:29] intel yeah [18:30] http://paste.ubuntu.com/15403452/ <- Xorg.0.log on 4.4 kernel [18:31] http://paste.ubuntu.com/15403475/ <- xrandr output (I tried forcing my mode, so ignore those extaneous lines) [18:36] anything obviously screwy? [18:39] nothing that i can make out unfortunately, but your X version is really, really old [18:39] ;) LTS baby!!! [18:39] you should run this: [18:40] sudo apt-get install --install-recommends linux-generic-lts-wily xserver-xorg-core-lts-wily xserver-xorg-lts-wily xserver-xorg-video-all-lts-wily xserver-xorg-input-all-lts-wily libwayland-egl1-mesa-lts-wily [18:40] that should give you 4.2 kernel and xorg 1.17 [18:41] furkan, you rock man (or lady) thank you! [18:41] sudo service lightdm is adequate for reloading the graphics stack without rebooting? or should I reboot [18:44] best to reboot [18:44] actually [18:45] where did you get the 4.4 kernel? [18:46] Free99: np, hope it does something useful [18:53] tjaalton: do you ever run X in gdb? [18:58] furkan, it worked! [18:58] nice :) [18:59] tjaalton, apt-get install linux-generic-lts-xenial [18:59] oh that's actually been released? [18:59] but I've been trying to get towards compiling my own kernel with grsec patches [19:00] Free99: did it also install linux-image-extra-4.4.. [19:00] tjaalton, thanks for your work on X, I see you do a lot of these packages [19:00] guess it did [19:00] actually no [19:00] i'm running 14.04 on my laptop [19:00] and looks like it's there [19:01] linux-generic-lts-xenial linux-headers-4.4.0-13 linux-headers-4.4.0-13-generic linux-headers-generic-lts-xenial linux-image-4.4.0-13-generic linux-image-extra-4.4.0-13-generic linux-image-generic-lts-xenial [19:02] first time i've seen a linux-generic-lts-* come out before the actual release [19:02] tjaalton, I've been stuck making a udev rule which detects when I boot/resume with my monitor connected and sends part of my X display to the right of the eDP1... any thoughts on including that in standard LTS? [19:02] I'm emulating windows in a sense, boot with multiple displays and they default to being expansions of the regular desktop [19:03] Free99: so did not install the -extra package? no wonder it failed then, because you didn't have i915.ko [19:03] http://paste.ubuntu.com/15403452/ <- Xorg.0.log on 4.4 [19:04] nevermind, it's using intel so i915.ko is there [19:04] so Free99 are you still running 4.4 now? [19:04] or 4.2? [19:05] nope, jumped to 4.2 per furkan's help [19:05] oh, hi furkan. Thought that was tjaalton writing me [19:05] i wonder if 4.4 works now that you have the newer X (unless you didn't install that) [19:05] I didn't have a newer X.. maybe 4.4 would work. I can try later tonight [19:07] still having a weird issue with this X stack where if I boot with the monitor connected, plymouth and etc are cloned on both monitors, but once I login, the display turns off on my laptop and all content goes to the external monitor [19:08] if I run my script which sets xrandr --auto and then xrandr --output DP2 --right-of eDP1, I lose output on everything [19:08] I have to switch to tty1 and restart lightdm, but only after disconnecting and reconnecting the external display [19:08] then stuff works pretty well