/srv/irclogs.ubuntu.com/2008/10/17/#ubuntu-x.txt

wgrantWho do I go to for a FinalFreeze exception for main? I've got a couple of -synaptics fixes to push through.10:35
tjaaltonwgrant: pitti for instance10:35
wgrantWTG10:35
wgrantEr.10:35
wgrantWTF10:35
wgrantOne of my patches got pulled upstream10:36
wgrantBlah.10:36
wgrantIt wasn't even finished.10:36
tjaaltontriggerhappy people :)10:36
wgrantWell, it was in Ubuntu, but I just rewrote much of it.10:37
wgranttjaalton: Does Christoph Brill exist on IRC?10:38
tjaaltonwgrant: dunno10:39
Kanohi! xforcevesa still does not work with todays daily, no fix commited?12:29
tjaaltonno12:35
wgrantI wonder if a quirk should be added to -intel to stop it from adding brightness properties on this laptop... they don't work very well.12:36
Kanowhy not? thats a really needed fix because running with wrong xserver -> no pic at all. especially when the xserver IS running. like for my nv 8800 gts 51212:37
tjaaltonno time12:39
tjaaltonpersonally at least12:39
Kanowhat i really hate that the last nv oss git change is 7 w ago and it is definitely not working...12:41
Kanointerestingly rv410 works better with xserver 1.512:41
Kanosomething seems fixed the ddc issue, but sadly lenny does not use 1.5 but 1.4.2 so it flickers.... i would like to know which patch fixed it12:42
Kanoit is not the ati driver12:42
jcristauwgrant: his nick is either egore or cbrill iirc14:11
tseliotjcristau: I am trying to call GetCrtcInfo() through the python bindings of XCB (xcb-randr is installed) by passing it the equivalent of Display *dpy, XRRScreenResources *resources, RRCrtc crt15:00
tseliotbut it doesn't work15:00
tseliotas it expects numbers and not objects15:01
tseliotjcristau: any ideas on this?15:01
tseliotfurthermore it seems to accept only 2 arguments instead of 315:10
tseliotor maybe xcb works in a different way?15:10
jcristaui have no clue about python15:18
tseliotjcristau: ok but if it were C, could I use the arguments I mentioned above?15:19
tseliotthis is the function prototype:15:20
tseliotXRRCrtcInfo *15:20
tseliotXRRGetCrtcInfo (Display *dpy, XRRScreenResources *resources, RRCrtc crtc);15:20
jcristautseliot: something like 'dpy = XOpenDisplay(NULL); resources = XRRGetScreenResources(dpy, ...); crtcinfo = XRRGetCrtcInfo(dpy, resources, resources->crtc[i]);' should work15:21
tseliotjcristau: ok, it might be depend on the python bindings then as I have tried exactly what you have suggestee15:22
tseliots/suggestee/suggested/15:23
tseliotthanks15:23
jcristaui've only ever used the Xlib C stuff, not xcb nor python, so..15:23
tseliotok, no problem15:24
superm1wgrant, no i can't say i've seen that17:17
bryceheya17:19
brycewgrant: do you have a fix for 270002 ready to go in?  I could upload it and help getting it through feature freeze17:29
bryceor alternatively if the fix needs more time to bake, we should drop the release-critical task17:30
tjaaltonbryce: he was asking for a release manager earlier today, so that's probably one of the fixes18:11
bryce282735 may be the other18:16
mvo_tseliot: thanks for your work on the fglrx hang during upgrade - what can we do abou tit in update-manger? changing the unpack/install order is hard, what do you think causes it?20:11
tseliotmvo_: well, I suggested a workaround (instead of the solution) because we don't know what's modprobing the driver at random20:13
tseliotmvo_: wouldn't it be possible for you to add a script that is executed before a dist-upgrade?20:14
mvo_tseliot: yes, what do you suggest?20:14
tseliotmvo_: maybe check the existence of "linux-restricted-modules-*" installed packages20:16
tseliotmvo_: then do something like sudo apt-get install these_packages20:16
tseliotso as to upgrade them20:16
tseliotand finally run the dist-upgrade20:17
tseliotmvo_: what do you think? Is it doable? (I know it's not elegant but it should work)20:17
mvo_tseliot: hm, that is really not ideal, and difficult to do20:18
* mvo_ scratches his head20:18
tseliotmvo_: shall we remove the nvidia.ko and fglrx.ko manually then=20:19
tseliot?20:19
mvo_that is better (but evil too)20:20
mvo_oh well20:20
tseliotthe main reason why I would like to upgrade the lrm first is the fact that this would remove the 2 binary drivers before the dist-upgrade20:20
mvo_right20:21
tseliotmvo_: would it be better if we tested the existence of linux-restricted-modules-$(uname -r) and upgraded that with a script?20:26
mvo_tseliot: its probably best to test the existance of the module(s) itself. does it happen with nvidia too?20:31
tseliotmvo_: we have no evidence that it could happen with nvidia but we'd better do it for the 3 flavours of the nvidia driver too20:32
tseliotthat is to say "nvidia_legacy", "nvidia", "nvidia_new"20:35
mvo_hm, ok20:35
mvo_and the most plausible explaination is that something tries to modprobe it during the upgrade?20:35
tseliotyes, maybe it gets the pci id from the modalias file and modprobes the most appropriate driver20:36
tseliotati -> fglrx in the bug report20:37
tseliotI'm not sure though20:38
wgrantbryce: I have fixes for both, but I'm waiting on upstream's response for one fix.21:43
wgrantI'm pretty sure they're both fine, but upstream merged one of my previous unfinished changes before I asked for it, so I want to sort that out.21:43
brycewgrant: since one is targeted to intrepid, that makes it a high profile issue, and a high priority to get in ASAP21:58
wgrantbryce: Right, I'll attach a new debdiff now.21:59
wgrantThis one simplifies my syndaemon changes a lot, so it's not small... but syndaemon isn't used by lots of people, and it seems pretty bulletproof now. Damn signal handlers...22:00
wgrantThe tapping fix is definitely fine, however.22:01
mvo_if one of the X guys could have a look at https://bugs.edge.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/278112 (and especially  https://bugs.edge.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/278112/comments/45 ) that would be most appreciated22:57
ubottuLaunchpad bug 278112 in compiz "Screensaver doesn't start" [Medium,In progress] 22:57
brycemvo, sorry I'm completely swamped today, can it wait?23:01
mvo_bryce: it has to then I guess. would be nice though. while I think its good, its a bit scary to patch in this area23:19
* mvo_ needs to go to bed now23:22

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!