[00:14] tjaalton: I don't know... [00:14] tjaalton: mdz would prefer to see it reworked to still provide some sort of failsafe functionality, without using displayconfig-gtk [00:14] I don't have a good idea how that should work though. [00:17] tjaalton: I'm pushing in a patch to the xserver for re-throwing signals (which is needed for the apport stuff) [00:24] interesting, when my laptop's screensaver kicks on, it immediately wakes itself up [06:32] bryce: hmm, how did you manage to push that?-) should've done a git fetch before [06:32] s/before/first/ [06:36] hrm, I was fairly sure I had [06:36] what's the problem? [06:37] I don't know if there is a problem. but the xserver commit was already there (done by jcristau) [06:37] same goes to the older xorg commit [06:37] I've not done an xorg upload [06:39] hm, well I ran into git conflicts when I tried doing a git pull. thought I'd resolved it correctly, but git is kind of obtuse sometimes [06:40] if you are updating the local branch, use git rebase instead [06:40] at least if there are no local changes [06:41] git rebase origin/ubuntu [06:41] git log shows the displayconfig-gtk commit twice, but I guess that's not a problem :) [06:42] push first, then dput :) [06:42] (should remember that myself..) [06:43] +try to [06:48] hmm, over 30000 bugmails from X in a year [06:48] yeah I believe it [06:48] no wonder my quota is filling up :) [06:50] plus 3000 from l-r-m, in six months [06:51] so that would make 100 per day [06:51] roughly [11:09] bryce: I don't see your latest xorg-server changes in git, only the merge commit [11:12] you guys are missing the bot - whích functions from it do you need? [11:12] jussi01: bug id support [11:12] launchpad, fd.o etc [11:15] tjaalton: ok, Ill give you ubottu then :) [11:16] jussi01: kiitti! :) [11:16] ole hyvä :) [11:17] !test [11:17] sigh... again? Im busy here, I already told you it failed. [11:18] ok, all working. see you - if you need anything bot wise, pm me :) [11:20] bryce: I need to add a couple of patches, so unless you are fast I'll add your commit there. remember to delete your local branch and checkout origin/ubuntu again :) [11:27] bryce: pushed [19:06] could anybody approve bug #251079 ? [19:06] Launchpad bug 251079 in xserver-xorg-video-geode "Please sync xserver-xorg-video-geode 2.10.0-6 (main) from Debian experimental (main)" [Wishlist,New] https://launchpad.net/bugs/251079 [19:07] tjaalton: doesn't it essentially match your changes? [19:07] Q-FUNK: yep, looks good [19:08] or did I miss anything asides from the 2.9 driver bump? [19:09] no that should be enough [19:10] tjaalton: btw do you know offhand what we'd need to do to make use of / test GEM? [19:10] (assuming we had it in the kernel) [19:10] bryce: all the GEM branches, for -intel (ati?), mesa, libdrm.. [19:12] AIUI they are about to send it for inclusion in the kernel [19:12] tjaalton: it was sent already [19:12] jcristau: oh? [19:12] nice [19:12] http://www.ussg.iu.edu/hypermail/linux/kernel/0808.0/0046.html [19:13] jcristau: cool thanks [19:13] will need some changes though, use of internal shmem functions not really popular [19:18] bryce: I have followed your suggestions and the code is in my branch: https://code.launchpad.net/~albertomilone/xorgparser/main [19:18] it should be ready for the upload [19:18] tseliot: excellent thanks [19:19] * tseliot > dinner [19:19] bbl [19:19] jcristau: ah quite a discussion there [19:21] bryce: what about intel 2.4.0 in the meantime? works quite well on my i965 [19:22] tjaalton: I think it's probably ok [19:23] bryce: also, have you noticed that when gnome loads, the mouse pointer jumps ~20 pixels diagonally to lower right [19:23] I did notice some weird mouse jittering when I booted intrepid on my laptop [19:23] that's with intel, vesa is ok [19:23] we had a regression report from the 855 pipe a quirk fwiw [19:23] and someone with ati said that it doesn't happen for him [19:24] and there are some more fixes on top of 2.4 on the branch [19:24] jcristau had mentioned an issue with 2.4.0, which was the reason I decided to hold off a bit, but maybe that's fixed [19:24] bryce: it's fixed on the branch, yes [19:24] cool [19:24] tjaalton: mouse pointer jump [19:25] (not the 855 one) [19:25] tjaalton: yes, do you see it too? [19:25] tjaalton: that was when running xrandr ? [19:25] yep [19:25] no, I don't :) [19:25] hah :) [19:25] the jittering I saw was on the gdm login screen, not on x startup, and I had compiz turned off [19:26] bryce: what if you just run xrandr -q [19:26] tjaalton: nope looks fine [19:27] (with compiz turned on) [19:27] what I have on ati is some flashing (there's a better word) when starting gnome and when running xrandr [19:27] *flicker [19:27] the only issue I've noticed is that the screensaver doesn't run - it starts fading out but just as it's about to switch, it comes back to life [19:28] s/only/only significant/ [19:28] yeah [19:36] I think I'll take a shot at building libdrm, mesa, and -intel with gem. jcristau or tjaalton have either of you done this already? any gotchas I should watch out for? [19:37] nope [19:37] I haven't tried it either.. [20:35] I can confirm what tormod said about the ati driver, at least with my ATI X1600 Pro [22:03] erf, I thought when I committed that merge, it'd include my changes as well. bugger [22:03] bryce: it's sorted out now, you can renegerate the local branch [22:04] how do I get my changes into it? git rebase doesn't seem to do anything [22:04] I've applied them already [22:04] oh [22:04] git fetch, git branch -d ubuntu, git checkout -b ubuntu origin/ubuntu [22:05] something like that should get you going again [22:05] I wish I was better at git. so far it's just one more opportunity for me to mess stuff up ;-) [22:06] hehe :) [22:06] telly -> [22:06] git rebase origin/ubuntu should work too fwiw [22:07] oh I tried git rebase origin ubuntu without the slash [22:07] nope, same thing [22:07] $ git rebase origin/ubuntu [22:07] debian/changelog: needs update [22:07] debian/patches/series: needs update [22:07] ah, yeah, you need a clean tree [22:08] commit your local changes first, or revert them [22:09] well timo says he already applied them [22:16] $ git clone ssh://bryce-guest@alioth.debian.org/git/pkg-xorg/xserver/xorg-server.git [22:16] Initialized empty Git repository in /home/bryce/src/xorg-server/xorg-server/.git/ [22:16] ssh: connect to host alioth.debian.org port 22: Connection timed out [22:16] fatal: The remote end hung up unexpectedly [22:16] fetch-pack from 'ssh://bryce-guest@alioth.debian.org/git/pkg-xorg/xserver/xorg-server.git' failed. [22:16] hrm [22:20] eh I suck at git. but I think I got it [22:29] oh interesting, looks like jesse just merged drm-gem into -intel master