[01:09] apw: do you think we could bring the karmic kernel to the jaunty in edgers? that would make packaging easier and everyone using it would be using the kernel most likely anyway [01:10] cworth mentioned it in his latest blog post and it seems like a good idea to me - http://cworth.org/intel/driver_stability/ [01:11] theres some problems on the intel side using the jaunty config the mainline PPA kernels use and activating KMS, plus it would get rid of the trickery we have to do replacing linux-libc-dev on jaunty for building libdrm [01:13] is there any trickery needed to build them on a PPA or can we just copy them straight from the archive? [01:14] hmm i guess LPIA might be a problem [01:17] what I've heard is that building kernel debs is really not much different than other packages, however I've not given it a try yet myself [02:28] well, going to copy it over since it'll take a few hours to build so it'll be ready to repackage stuff against it tomorrow morning. hopefully someone will be around to delete it if anyone pops on and has it break things or if it was a bad idea for other reasons :D [02:28] :-) [02:28] fwiw, I'm going to be away the next few days. Going up to Seattle for my sister's graduation [02:36] ohh, have a good trip! hopefully alpha 2 wont be so bad for bug reports so you wont have to come home to a mess :D [02:36] hehe [06:49] whee, wacom moving to fd.o [06:49] and apparently getting support for input properties [07:54] tjaalton: orly? [08:00] pwnguin: yep, ping posted on xorg-devel about it [08:01] and about changing the license gpl->mit [08:23] Sarvatt, we would likely want to rebuild it, but otherwise it should be doable. [18:49] hmm i see xserver-xorg-video-nv doesnt have any support for 7xxx and newer IGP chipsets in it, anyone know if thats by design or just missing pciids? [18:50] hmm? [18:51] Sarvatt: does anyone care?-) [18:52] well its picking nv on startup for alpha 2 instead of vesa so theres alot of people having problems with it - http://launchpadlibrarian.net/27754976/XorgLog.txt [18:52] we should switch to nouveau instead [18:53] Sarvatt: that's fixed by removing xorg.conf [18:53] that too [18:54] and yeah, the status of nv looks like nvidia wants people to switch to nouveau [18:54] thats weird, livecd-rootfs should be deleting and touching an empty xorg.conf looking at the code for that [18:55] yep, our xorg is buggy [18:55] fixed in debian [19:11] ah i see, fedora-pci-primary.diff [19:11] no, the logic in xserver-xorg.postinst was busted [19:15] plus preinst was creating an empty xorg.conf [19:15] yeah [19:29] Sarvatt: what bug # was that? [19:30] https://bugs.launchpad.net/bugs/385658 [19:30] Launchpad bug 385658 in xorg-server "karmic alpha2 candidate doesn't boot up on Studio XPS 1340" [Undecided,New] [19:30] thanks, I'll add a bug-closer for that [19:37] Sarvatt: in this case it tried to use the wrong device, so you were right that the patch makes a difference [19:46] that bug shows that dexconf was run, somehow [19:46] how did that happen? [19:48] live cd [19:49] just booted up off the karmic a2 candidate and hit a failure [19:49] i'd guess that dexconf runs because of casper? [19:51] casper runs the equivalent of dpkg-reconfigure xserver-xorg [19:52] and the xserver-xorg postinst runs dexconf [19:54] it shouldn't. but maybe karmic a2 had an older version that still did that. [19:55] yeah could be [19:56] it isn't run when doing a preseeded installation [19:56] but a "normal" installation apparently runs it [19:56] so should dpkg-reconfigure xserver-xorg not be called out by casper anymore then? [19:56] it'll be unnecessary soon [19:56] just drop the 20xconfig? [19:57] although I'm not sure what bryce thought about it.. [19:58] well what about that problem at hand though. that fallback to vesa? did that ever get submitted upstream? was there a reason they said no? [19:58] superm1: in latest sid dpkg-reconfigure xserver-xorg basically doesn't do anything [19:59] yeah then 20xconfig makes very little sense to keep once next merge happens [20:00] superm1: in this case it matches the G98 device, which nv does support, but the server tries to use the C79 one [20:01] it's a hybrid device, so i'd guess the one selected is the primary one hooked up to the display [20:02] you never know for sure how the autoconfig logic works ;) [20:07] 'not quite always sanely' :) [20:08] once we stop using the .ids files it'll be a lot simpler :) [20:08] and without the conffile [20:08] yeah it's mostly the conffile [20:27] so all .ids are going away then? [20:27] yes [20:37] if the .ids go, then how will xorg determine which driver to load? [20:39] the server knows what driver to try [20:39] based on the vendor id [20:39] and if that fails, it'll fall back to whatever is the fallback driver for that platform [20:39] for x86 it's vesa [20:40] but it only works if there's no conffile at all [20:40] even if it's empty, the codepath is different [20:43] ah i see [20:44] and about x64? [20:44] the same [20:44] but ppc, sparc use something else [20:44] for instance [20:46] well, sparc has wsfb, the rest use fbdev [20:46] if thats the case, might need to change things here for the livecds? http://bazaar.launchpad.net/~ubuntu-core-dev/livecd-rootfs/trunk/annotate/head%3A/livecd.sh -- line 477 [20:46] tjaalton: wsfb is only on solaris iirc [20:47] jcristau: right, for linux it's sunffb [20:47] #elif defined(__sparc__) && !defined(sun) matches[i++] = xnfstrdup("sunffb"); [20:48] Sarvatt: uh.. madness [20:49] tjaalton: made sense when xserver-xorg.preinst did the same thing :) [20:52] jcristau: hmm yeah, I remember that now [20:53] awful hack though [21:19] tjaalton, well when uEFI comes around with no BIOS compatibility mode, VESA doesn't exist on x86 [21:19] you have to use fbdev [21:20] superm1: heh, ok [21:22] which unfortunately will be coming sooner than I hope [21:25] oh, when exactly?-) [21:26] soon enough that i have a roadmap for such things happening [21:29] bryce: bug 357901 looks like an x bug and has a patch even. [21:29] Launchpad bug 357901 in ubuntu "xinerama mouse cursor on every screen" [Undecided,Confirmed] https://launchpad.net/bugs/357901 [21:40] bdmurray: I'll reassing it to xorg-server [21:40] -sign [21:40] heh, I've done that before [23:14] is it possible to choose screen resolutions for radeon kms boot? i have two monitors of different sizes