[12:46] New bug: #67321 in initramfs-tools (main) "Logitech Cordless Desktop MX 5000 bluetooth desktop used to work but doesn't now (dup-of: 32415)" [Undecided,Unconfirmed] https://launchpad.net/bugs/67321 === cjwatson_ [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-x === mvo [n=egon@p54A64478.dip.t-dialin.net] has joined #ubuntu-x === seb128 [n=seb128@ANancy-151-1-72-41.w81-49.abo.wanadoo.fr] has joined #ubuntu-x === mvo_ [n=egon@p54A64909.dip.t-dialin.net] has joined #ubuntu-x [12:38] tepsipakki: ping? [12:49] pong [12:49] tepsipakki: had a good weekend? [12:50] tepsipakki: ready for next round of updates? ;) [12:50] yes, managed to be offline for a while ;) [12:52] I'm on a lecture at the moment, but I guess we can continue with those at ~13.00UTC [12:56] ok, good, I'm around let me know when you are ready to work on that [01:46] New bug: #86258 in xserver-xorg-video-i810 (main) "i810 driver: Using external widescreen monitor on a laptop needs a lot of complicated manual configuring" [Medium,Confirmed] https://launchpad.net/bugs/86258 [01:55] New bug: #86262 in xorg (main) "UI for changing X configuration is rather hidden" [Medium,Confirmed] https://launchpad.net/bugs/86262 [02:05] ok, I need to get lunch first.. 15min -> === seb128 [n=seb128@ubuntu/member/seb128] has joined #ubuntu-x [02:15] New bug: #86266 in xorg (main) "No easy way to force laptops to use the external screen" [Medium,Confirmed] https://launchpad.net/bugs/86266 [02:43] ok, where were we [02:51] libx11, xft, libdrm, mesa, xorg-server [02:51] those should be done [02:52] I've seen reports that the window minimize -action got slower, and it's true [02:52] mouse freezes for a while when it does that [02:53] and another is font paths [02:53] it seems that the generated paths are bogus (/usr/share/X11/fonts, should be /usr/share/fonts/X11) [02:54] and the new server doesn't look in both of them [02:54] tepsipakki: all the hard parts now, that's it? ;) [02:54] yes, just about [02:54] we maybe need to patch xorg-server to look in both places [02:54] performance issues can be dealt with later [02:55] noticed that I have touched xorg.conf on my laptop last October, and already then the font-path for misc was changed, maybe by me [02:55] amazing that it has gone unnoticed [02:56] oh, the xorg metapackage could be a tricky one as well [02:56] they differ so much [02:57] is there anything easy or than we can sync left? [02:58] what about drivers, they need to go after the server? [02:58] old drivers work [02:58] they can be merged later [02:59] ok [03:01] but libx11 is ready, I've merged it, you can see the diff here: http://users.tkk.fi/~tjaalton/xorg72/new/ [03:01] diff against -1 [03:01] ok, I'll have a look at that one next then [03:03] re: libx11, there seem to be bugs in sun java which cause assertion failures in xlib/xcb (bad locking), dunno if you care about that [03:04] there was a thread "java and xcb" last week on xorg@lists.fd.o [03:05] grah [03:08] I'll check that [03:11] libdrm, mesa and the server should be fine though [03:16] yep === seb128 [n=seb128@ANancy-151-1-72-41.w81-49.abo.wanadoo.fr] has joined #ubuntu-x [03:25] seb128: you can sync libdrm from experimental, I'm preparing mesa [03:25] let's hold libx11 for a while [03:29] ok [03:29] I'll try to reproduce that issue [03:37] tepsipakki: for the server, it'll probably be best to disable patch 42 for now, there's one report that it causes a regression [03:40] ok, thanks [03:43] also I changed debian/rules to run configure --with-os-vendor=Debian, I guess you'll want to change that :) [03:43] ah, indeed :) [03:49] hmm, maybe I just need to add /usr/share/X11/fonts/{misc,cyrillic...} to --with-default-font-path [03:50] hmm, no [03:50] doesn't solve anything :) [03:50] previous ubuntu releases use that path? [03:50] yes [03:50] :/ [03:50] but there's nothing [03:51] in feisty [03:51] but configs point there [03:53] there's some code in xserver-xorg.postinst to modify font paths and replace the X11R6 paths into /usr/share/fonts/X11/foo [03:53] hmm [03:53] so maybe that could be modified [03:53] yep [03:54] that's in xorg? [03:54] yes === seb128 [n=seb128@ubuntu/member/seb128] has joined #ubuntu-x [03:58] tepsipakki: libdrm ok to sync then? ;) [04:00] yeah [04:02] doing that now [04:07] tepsipakki: sync done [04:08] thanks [04:14] hmm, I can't reproduce that problem with java [04:15] downloaded josm-1.3.jar and ran it [04:15] with sun-java [04:30] tepsipakki: if there is just a bug with java we probably have time to fix it before feisty [04:31] yes, maybe [04:31] if people bump into it [04:32] I'm wondering if the --with-xkb-path=/usr/share/X11/xkb change is an issue [04:32] for xserver [04:32] used to be /etc/X11/xkb [04:33] well, we changed it so it should not be a problem no? [04:33] we can make it Breaks on previous package [04:33] hmm [04:35] hah [04:35] indeed, xkeyboard-config uses /usr/share/X11/xkb [04:36] but xserver still had /etc/X11/xkb [04:36] so let's go with debian [04:50] ok, I have mesa ready [04:50] er, we already switched to /usr/share/X11/xkb [04:50] earlier in feisty [04:51] we did? [04:51] yes [04:51] yep [04:51] some months ago [04:51] note how everything in /etc/X11/xkb in current feisty is a symlink [04:51] so it seems [04:52] anyway, it's safe to build xorg-server with --with-xkb-path=/usr/share/X11/xkb? [04:53] oh, yes, it's a bug that it isn't already [04:53] because the stuff is there [04:53] right [04:53] presumably there's already a Depends or Conflicts or Breaks or something? [04:53] on xkb-data [04:54] Recommends: xkb-data :) [04:56] that doesn't help with upgrades [04:57] that's the old version [04:57] ah, same with the new one [04:58] edgy was the first with xkb-data? [04:58] is that important? [04:59] the server package should ensure that an incompatible version isn't installed - doesn't much matter what Ubuntu releases were involved [04:59] true [05:00] just to check the version.. edgy had 0.8.7 [05:01] so this should Depends: xkb-data (>=0.9.4ubuntu1) or similar [05:01] oops, 0.9-4ubuntu1 [05:02] I'm not sure it should Depends, if it doesn't have a dependency already [05:02] ah [05:05] so Breaks or Conflicts [05:05] New bug: #43464 in xorg (main) "Feistys Quod Libet ignores keyboard shortcuts" [Medium,Unconfirmed] https://launchpad.net/bugs/43464 [05:13] maybe it's best to push the next uploads tomorrow, since I need to run to the choir practice. I'll take a look at xorg and figure out how to fix the font paths on xorg.conf [05:14] tepsipakki: what about libx11? [05:14] you have it ready for review? [05:14] ah, indeed.. that and mesa is ready at http://users.tkk.fi/~tjaalton/xorg72/new [05:15] I'll be online in 3+ hours [05:15] but maybe it's a bit late then [05:16] New bug: #86303 in xorg "Ctrl+Alt+Keypad-Plus Ctrl+Alt+Keypad-Minus do not function" [Undecided,Unconfirmed] https://launchpad.net/bugs/86303 [05:17] tepsipakki: ok, I might have a look at libx11 then [05:18] nice [05:18] ok, need to go -> [07:06] New bug: #33318 in xkeyboard-config (main) "GNOME's keyboard layout is incorrect for French canadian" [Medium,Confirmed] https://launchpad.net/bugs/33318 === seb128 [n=seb128@ubuntu/member/seb128] has joined #ubuntu-x === Ubugtu [n=bugbot@ubuntu/bot/ubugtu] has joined #ubuntu-x [08:58] New bug: #86333 in xorg (main) "X not working on nvidia fx5600 with 'vesa' driver" [Undecided,Needs info] https://launchpad.net/bugs/86333 === cjwatson [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-x [10:10] New bug: #57156 in linux-restricted-modules-2.6.17 (restricted) "Screen refresh problem." [Undecided,Unconfirmed] https://launchpad.net/bugs/57156 [11:25] New bug: #86360 in gnome-applets (main) "[keyboard indicator] "Show Current Layout" displays empty window (at least on amd64) (dup-of: 58083)" [Medium,Rejected] https://launchpad.net/bugs/86360 [12:05] New bug: #59429 in xkeyboard-config "Multimedia key partially working" [Low,Fix released] https://launchpad.net/bugs/59429