[06:05] pwnguin: wacom-tools built fine, now uploaded to intrepid [06:14] neat [06:15] there's at least one big regression reported on debian [06:15] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482826 [06:15] Debian bug 482826 in xserver-xorg-input-wacom "xserver-xorg-input-wacom: Mouse device wrecks input system" [Normal,Open] [06:16] but maybe that's already on launchpad [06:37] i saw that before when i was checking for crazy bugs, but i only skimmed it and thought it was some goofy joystick thing [06:37] perhaps not [06:37] guess i need to upgrade to intrepid [06:39] i can crash the server if using input-hotplug and plugging in a joystick and move it :) [06:39] maybe 1.5 is better [06:39] it'd better be :) [06:42] so on a scale from 1 to 10, how likely is an ibid upgrade to work? [07:22] don't know, i'm not running intrepid yet [08:10] I put intrepid on one of my boxes early on, and have been updating it irregularly; no problems so far [08:10] I use it more as a build server than as a desktop though [08:12] my laptop has two installed ubuntus [08:12] i normally keep a stable and a dev with a shared /home [08:14] how do you handle grub? [08:14] very carefully [08:15] if i were smarter [08:15] you don't have a shared /boot?-) [08:15] id have grub installed to the partions and basically a dual stage grub [08:15] or a /boot [08:15] right [08:15] but the dual stage would actually work [08:15] a shared /boot wont [08:19] bryce: btw, you can drop fonttosfnt from the status page. also lrm, mesa-utils, and probably compiz should be dropped as well (compiz not maintained by us) [08:20] and I'm wondering about dropping unichrome from the archive.. [08:20] upstream is hostile and not willing to make releases :) [08:21] and too busy updating it [08:23] tjaalton: the script just pulls from what's on https://bugs.launchpad.net/~ubuntu-x-swat/+packagebugs [08:23] bryce: oh :) [08:24] plus a handful of extra packages (like mesa) that I added [08:24] mesa and mesa-utils have the same source (mesa) [08:25] hmm [08:25] I don't specifically add mesa-utils... it must magically come in somehow [08:26] anyway, in general what's included in the report can be controlled by subscribing/unsubscribing ubuntu-x-swat [08:27] fonttosfnt is not on that page, and why aren't the other lrm's listed? [08:28] yeah I don't know how fonttosfnt is sneaking in... looking into that [08:28] for lrm, hmm... maybe the version number is getting parsed out or something... not sure [08:29] also x11-common is unnecessary on that page [08:29] source is xorg [08:30] ok, nuked [08:30] btw, here's the current "extra" packages: [08:30] x11-apps x11-utils x11-xfs-utils [08:30] x11-xkb-utils x11-xserver-utils [08:30] xserver-xorg-video-avivo [08:30] xserver-xorg-video-psb [08:30] xserver-xorg-video-openchrome [08:30] xserver-xorg-video-radeonhd [08:30] libdrm2 [08:30] libxcb [08:30] mdetect [08:30] libpixman [08:30] xserver-xgl [08:31] probably would be better for us to sub -swat to those [08:31] already is [08:31] not mdetect though [08:31] libdrm2 source is libdrm [08:32] all the x11* are subscribed [08:32] avivo is not in the archive anymore [08:33] libxcb is missing, subscribing [08:35] ah, the reason lrm-2.6.24 is the only one listed is because the script only checks hardy and intrepid, and older lrms aren't seen by apt-cache madison [08:36] when there is a lrm-2.6.25, and when it's subbed by -swat, in theory it should just show up [08:36] but what does it give us?-) debian doesn't have that [08:36] and probably it won't even include any video drivers anyway [08:37] then if we don't sub -swat to it, we'll not see it [08:37] and lrm-2.6.24 will drop off when we move to intrepid+1 [08:38] ok.. let's wait for the split [08:39] hmm, I'm a little mystified by fonttosfnt. By chance did you unsub us from that recently (within the last 24 hrs?) [08:39] and yes, mesa-utils is subscribed because there was a source package named mesa-utils. but since there are no bugs assigned to it, I'll unsub from it [08:39] no, must've been before [08:39] when it was dropped from intrepid [08:40] it had no bugs [08:41] I'll regen the page and we can see where we're at [08:41] maybe fonttosfnt will just drop off [08:42] yeah [08:44] ok reload [08:44] hrm still there [08:45] stubborn lil' bastard [08:49] ahhh I know [08:49] the way the script works, I guess it's a little backwards than we'd expect [08:49] first it looks at the xorg releases page and gets a list of packages from that [08:50] then it looks at hardy and intrepid to see if they carry any of those packages listed according to apt-cache madison, and if so, it includes them [08:50] heh :) [08:50] then it also overlays additional packages listed on the -swat report [08:51] so fonttosfnt gets grandfathered in since xorg still carries it, and because it's present in hardy [08:58] ok, unless it's easy to blacklist it from the script, let's live with it :) [09:07] if it really bugs you I can blacklist it, but it doesn't bother me (it doesn't affect the ultimate stats, and I like having the 'history' showing what we dropped) [14:17] bryce: no it's fine [20:28] i need to rebuild my X.org DRI module but autoconf says "cant find dri2proto"... what package do I need to install? [20:31] there isn't one for dri2proto yet [20:31] so --disable-dri2 [20:32] ah, it's a new feature which is not used in ubuntu yet? [20:33] hmm, it didn't work.. seems like the driver still checked for dri2proto [20:33] what driver is that? [20:33] intel [20:33] im trying to build i965 dri module [20:33] oh [20:35] well you can build a package from git://git.debian.org/git/pkg-xorg/proto/x11proto-dri2 [20:35] thanks I'll give it a try [20:37] that one says "make: nothing to be done" [20:38] it shouldn't [20:39] when I run ./autogen.sh it creates dri2proto.pc [20:39] and then exits [20:40] right [20:41] is that how it's supposed to work? [20:43] it's a bunch of headers, so there's nothing to build. if you want a package, run 'dpkg-buildpackage -b' [20:44] ahh I see.. I've never seen such a thing before [20:44] a debian package? [20:45] well I've seen .deb files before but never some source code from git that was supposed to converted directly into a .deb [20:45] ok [20:46] i usually just try "./configure ; make ; make install" or maybe ./autogen.sh if it exists [20:46] there is some many different instructions for different packages [20:46] very hard to get started learning about these things [20:47] i mean, a simple INSTALL or README file for the x11proto-dri2 would have come a long way [20:47] './autogen.sh; make; make install' would have worked [20:48] ah, I got stuck on "make" because it said it did nothing but I suppose that was "by design" sort of [20:48] right [20:49] another problem getting started contributing to x.org in ubuntu is that it's so hard to get an overview of all the packages and how they interact with each other... like what is DRI, DRM, MESA and so on.. i want to help but I get totallt confused by all these packages that depend on each other ;/ [20:49] we all are [20:49] ;) [20:49] yeah me too [20:49] haha =) [20:50] i suppose i should get the dri2proto packages in debian at some point [20:50] mnemo: I've found phoronix sometimes has really good articles explaining what the acronyms and such mean [20:50] cool [20:50] it'd sure be nice to have an "X.org glossary" [20:51] and I definitely agree an overview document explaining how all the various gears interact would be handy [20:52] you can sort of piece things together via the X.org website and wikipedia [20:52] but the dependencies are still confusing [20:52] yeah, it's like a puzzle and just when you think you got it they invent ttm or something like that, heh [20:53] and just as you come to terms with ttm, they change their mind and switch to using gem [20:53] and then gem isn't available yet X-P [20:53] ;> [21:02] i thought the problem was that nobody had come to terms with ttm, really [21:05] jcristau: the article on phoronix about it and gem makes it sound like keithp and co. have no intent to support seeing ttm upstreamed, and prefer to wait until gem is ready to go [21:06] i don't read phoronix. i read the thread on dri-devel and the article about it on lwn though [21:06] tjaalton: I'm going to try dropping the greedy patch from -intel 2.3.1. I *think* we no longer need it, but I'll just comment it out in case folks find it's still needed. [21:06] tjaalton: the patch still applies and builds, so if we need it, it should be easy to switch back on [21:07] but, yeah, the intel guys don't seem too happy about ttm, hence gem [21:08] from what I know of the kernel guys, it'd surprise me if they took ttm when there isn't a consensus, esp. without keithp's backing. And if the kernel is iffy on taking it, I wouldn't imagine many driver developers putting time into it [21:09] but who knows; if red hat strongly favors it and is pushing hard for it... [21:10] the only ttm user is poulsbo, afaik [21:12] doesn't redhat also have patches enabling it for -intel in fedora9? [21:13] yeah, probably, for the modesetting stuff. but that just needs a memory manager, not necessarily ttm [23:08] ok, I have new -nsc and -geode packages in my PPA with the GX2 support pulled back into geode and removed from nsc. [23:18] bryce: ok, sounds fine. there's time to experiment