=== kees___ is now known as kees === Bernardo is now known as Bernardo|Away === Bernardo is now known as Bernardo|Away === Bernardo is now known as Bernardo|Away === Bernardo|Away is now known as Bernardo === Bernardo is now known as Bernardo|Away === Bernardo|Away is now known as Bernardo === Bernardo is now known as Bernardo|Away [12:54] can anyone tell me if 'clickpad's are supported at the X server yet? i have kernel patches which imply that X is handling the fact that the thing only has one button [13:05] apw: not in the synaptics version in maverick, dunno what natty has [13:07] tjaalton, yeah this is for natty ... [13:07] apw: but the driver forces only one button (and 2-button emulation) for the device if it's a clickpad [13:07] the upstream version anyway [13:07] and natty should get 1.4.x at some point [13:08] 1.3.0 should be good as well aiui [13:08] that's waiting in experimental [13:09] though there's one patch that doesn't seem to be upstream, though it should have gone there months ago [13:09] https://bugzilla.redhat.com/show_bug.cgi?id=590835 [13:09] bugzilla.redhat.com bug 590835 in xorg-x11-drv-synaptics "Clickpad unusable on Hp mini 210" [Medium,Assigned] [13:15] RAOF: I saw you mention planned work on multi monitor experience in #ubuntu-devel. If I can find a KDE/Kubuntu person who's interested would you be willing to provide mentoring so we can do the same (No, I plan on implementing it for KDE too is a perfectly acceptable answer ;-))? [13:16] apw: hum, it's not upstream yet it seems [13:16] apw: fedora added it to their package [13:16] but not upstream [13:19] tjaalton, ok ... so it sounds like we are good kernel wise, and we await x catching up [13:20] apw: yep [13:20] I'll ping peter (hutterer) when he's online [13:21] weekend already down under ;) [13:21] tjaalton, thanks that get me down to only 4 patches not accounted for in the rebase === Bernardo|Away is now known as Bernardo [13:45] tjaalton: what's the plan for natty? server 1.10 and mesa 7.10, or? [13:47] jcristau: yeah something like that [13:48] bryce sent an email to ubuntu-x@ about the planned versions [13:48] jcristau: yep [13:48] maybe i should be on ubuntu-x.. [13:48] too many lists [13:49] focusing on trying to release squeeze in 2010 atm.. [13:50] hehe [13:50] yeah maybe that could be sent to debian-x@ as well.. === Bernardo is now known as Bernardo|Away [13:53] hum the clickpad patch was reviewed by peter in April, but for some reason they never got in upstream git, even though there was no released kernel that supported it (f13 had it) [13:53] server 1.10 is still up in the air but preferred if the XI 2.1 stuff even lands in it [13:53] lucid had it too [13:53] the kernel side [13:54] that was the old patch [13:54] when the kernel handled it.. [13:55] and it's what apw is trying to get rid of aiui :) [13:56] tjaalton, oh its _gone_ it clashed with what was merged upstream [13:56] ah of course [13:56] from what i can see the 3 button mode did not make it, a single button mode did. the commentary in the patch imples that this is a normal thing and X can handle it (should handle it) [13:57] yes, from what I can tell the synaptics driver will use emulation when only one button is reported by the kernel [14:00] wonder if anything is upstream for alps yet, using evdev for a touchpad really does suck and I'm surprised how many laptops ship with that alps crap === yofel_ is now known as yofel [16:00] Does anyone know of a multihead video card that supports three monitors and works well with ubuntu?  Years ago I was able to set this up on debian using two video cards, but that method does not seem to work with recent X servers. [16:48] sharkbird: a radeon HD 5xxx or newer with at least 1 displayport monitor (or a digital connection with an active displayport converter on the third) [16:50] Sorvatt: with that card would I be able to configure all three monitors with Catalyst [16:51] 2 cards should still work depending on driver, luck, and enough prayers [16:51] not that i've tested that or anything [16:51] yep, the limitations on it are kind of complicated though, there is some info on it here http://www.botchco.com/agd5f/?p=51 [16:52] there are people using 6 monitors on one GPU on those, if only displayport monitors that are required were more common.. [16:53] hmm, memory bw for scanout to 6 monitors must be interesting :) [16:53] Sarvatt: thanks for the link I appreciate your help. [16:53] active converters cost almost as much as a GPU or dp monitor last I checked [16:54] the things with 6 dp outputs have like 200GB/second memory bandwidth :) [16:56] jcristau: I must be really unlucky. I have spent about a week trying various permutations of settings, and using various tutorials. The closest I have come is having one display on built in video card and two cloned displays on a ati r4350. [16:59] I've never gone through the hell that setting up 2 cards like that is but from what I've seen I'd only even attempt it if I was using the nvidia proprietary drivers for both GPUs [17:00] only people I've talked to that got a remotely usable setup were using that I mean [17:01] I had 4 monitor/ 2 card (one agp/ one pci) working on debian sid years ago. I must have gotten lucky though. === Ian__ is now known as Ian_Corne === Bernardo|Away is now known as Bernardo === Bernardo is now known as Bernardo|Away === Bernardo|Away is now known as Bernardo [19:13] anyone have any ideas on how to "fix" x11-apps on natty? every single one needs extra libs to build.. we dont run autoreconf on those so easy PKG_CHK_MODULES configure.ac patches wont fly.. patch configure.ac and have autoreconf patches for all of them or run autoreconf at build time with patches or what? === Bernardo is now known as Bernardo|Away === Bernardo|Away is now known as Bernardo [19:14] xbiff needs http://cgit.freedesktop.org/xorg/app/xbiff/commit/?id=070c9d45cc0678708d5766804d0c529bc6f8bee3 for instance [19:16] push the configure.ac patches upstream, release, pull in the distro? :) === Bernardo is now known as Bernardo|Away === Bernardo|Away is now known as Bernardo [19:22] oh hey thats actually appropriate for most of these so far, I failed at grepping === Bernardo is now known as Bernardo|Away === Bernardo|Away is now known as Bernardo === Bernardo is now known as Bernardo|Away [19:46] hmm bitmap doesn't even need a configure.ac change, just an autoreconf [19:46] configure:5709: checking for BITMAP [19:46] configure:5716: $PKG_CONFIG --exists --print-errors "x11 xbitmaps xaw7 xmu" [19:46] vs [19:46] configure:5700: checking for BITMAP [19:46] configure:5707: $PKG_CONFIG --exists --print-errors "xbitmaps xaw7 xmu" [19:48] nevermind, i'm gonna look at it later, git checkout + autogen.sh works but the tarball version doesn't === Bernardo|Away is now known as Bernardo === Bernardo is now known as Bernardo|Away === Bernardo|Away is now known as Bernardo === Bernardo is now known as Bernardo|Away === Bernardo|Away is now known as Bernardo