=== cjwatson [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-x [09:18] -/* $XdotOrg: xc/programs/Xserver/hw/xfree86/drivers/nv/nv_driver.c,v 1.13 2005/06/29 15:56:23 alanc Exp $ */ [09:18] +/* $XdotOrg: driver/xf86-video-nv/src/nv_driver.c,v 1.18 2005/09/29 21:47:29 aplattner Exp $ */ [09:18] ive seen these before, but ive never paid much attention... is there a name for that format that might lead to an explaination? [10:12] bryce: its really looking like this is a ten line patch to fix it [10:40] New bug: #121842 in xorg (main) "touchpad scroll field doesn't work after hibernate" [Undecided,New] https://launchpad.net/bugs/121842 === mvo [n=egon@p54A67BA1.dip.t-dialin.net] has joined #ubuntu-x [11:57] New bug: #44391 in linux-restricted-modules-2.6.15 (restricted) "poor performances in a game (Stepmania) with fglrx 8.24.8 drivers" [Medium,Fix released] https://launchpad.net/bugs/44391 === mvo_ [n=egon@p54A64B03.dip.t-dialin.net] has joined #ubuntu-x === mvo__ [n=egon@p54A6512E.dip.t-dialin.net] has joined #ubuntu-x === mvo2 [n=egon@p54A65BB0.dip.t-dialin.net] has joined #ubuntu-x [12:16] New bug: #44745 in xorg (main) "xorg.conf.md5sum was not updated" [Medium,Confirmed] https://launchpad.net/bugs/44745 [10:11] New bug: #121913 in xserver-xorg-video-ati (main) "xrandr detects only one screen" [Undecided,New] https://launchpad.net/bugs/121913 [11:26] pwnguin: yeah those "$var: ...$" bits are tags that get automagically filled in by the revision control system [11:28] ok [11:28] (i.e., don't worry about them) [11:28] great to hear you can fix it in 10 lines :-) [11:28] heh [11:29] well [11:29] one of those ten lines may cause far more problems [11:30] there's a variable called rotate; i figured set it to 2 and be done, but there's places related to shadow (im not sure what exactly that is) [11:31] bryce: so uh, how does one build that git tree? [11:37] New bug: #121574 in xorg (main) "Open source nv X crashes whenever applications use gl" [Undecided,Incomplete] https://launchpad.net/bugs/121574 [11:46] pwnguin: lemme take a peek [11:47] try this: ./autogen.sh && ./configure && make [11:47] autogen seemed to fail on my feisty desktop [11:47] what was the error? [11:47] some problem with an env variable i dont recall offhand; im redoing it in gutsy [11:48] ok cool [11:49] i donno if it matters, but i grabbed the build-dep for the nv package, and i still need autotools, aclocal, and probably more [11:50] yup [11:51] I have a command sequence that installs a bunch of generally useful build stuff [11:51] apt-get install bzr pbuilder revu-tools devscripts-el devscripts dput build-essential fakeroot lintian dpatch [11:52] most of that is for packaging; I think the build-essential will pull in autotools [11:52] it doesnt [11:54] oh, hmm [11:54] configure.ac:38: error: possibly undefined macro: AC_DISABLE_STATIC If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. [11:54] configure.ac:39: error: possibly undefined macro: AC_PROG_LIBTOOL [11:54] autoreconf: /usr/bin/autoconf failed with exit status: 1 [11:55] well, apt-get install libtool should take care of that [11:55] however I'm surprised that didn't get pulled in when you did apt-get build-dep xserver-xorg-video-nv