/srv/irclogs.ubuntu.com/2009/02/11/#ubuntu-x.txt

macowhat packages did xutils and x-dev turn into?05:59
anderskxorg-dev? 06:00
macothe pakage description for xutils said it turned into a bunch of smaller packages06:01
macobut i dont know where to find a list of what those packages are06:01
anderskaptitude show xutils 06:01
macothe depends line?06:01
anderskRight. 06:03
macok thanks06:04
RAOFtjaalton: You suggested I provide a patch to make libdrm spit out a libdrm-nouveau package, so we can get a newer nouveau snapshot.  This will require pulling in some post-2.4.4 commits from git; would you prefer that as a bunch of patches, or a new tarball?06:11
RAOFSweet.  autofoo during build.06:15
tjaaltonRAOF: i'd prefer patches06:32
RAOFSo would I, and since libdrm runs autoreconf during build, that's nice and easy.06:33
tjaaltonyeah06:33
RAOFmodesetting-newttm, I see.  What fun!06:36
tjaaltonhehe06:37
brycekewl, xorg bugs squashed down to 100 now06:43
bryce(from ~200 earlier today)06:44
tjaaltonwow :)06:45
macobryce: as in Fix Released??06:47
RAOFHm.  How does one generate the initial symbols file?06:47
tjaaltonRAOF:build it, and you'll see it fails. grab the symbols and and edit the package version information06:50
RAOFCool.  That's what I was going to try first :)06:51
brycemaco: no; mostly moved to more correct packages (people dump all random X bugs in xorg if they don't know where they really go).  Plus a couple handfuls -> invalid for various reasons.06:52
tjaaltonand since you got access to git.d.o, you can push it there for review06:52
macobryce: oh ok, my eyes were ready to pop out of my head :)06:52
brycehttp://people.ubuntu.com/~brian/complete-graphs/xorg/plots/xorg-month-open.png06:53
RAOFtjaalton: Oh, that was aimed at me?  Oh, wow.  We *do* have an ubuntu branch of libdrm in there.  I always thought the VCS field was wrong!06:53
tjaaltonRAOF: no, they are mostly right. I'm on a crusade to convince bryce that having all changes in a git branch is a nice thing :)06:57
RAOFOh, well.  I guess I'll get to learn how to use git properly, then.06:58
bryceI await the sales pitch :-)06:58
tjaaltonbryce: hehe06:58
tjaaltonRAOF: you only need maybe five commands06:58
bryce(actually after last week I'm a bit more receptive to the idea)06:58
tjaaltononce you get used to it, it's really simple06:58
bryce"get used to it" is the operative phrase it seems ;-)06:59
tjaaltonyes, well, it has bitten me a couple of times, but I've tried to document those on the wiki06:59
* RAOF is already hitting hard-edges.06:59
tjaaltonfor instance when merging new upstream tags of mesa..06:59
tjaaltonit's fine if you follow a branch, but trying to move from a branch to a tagged devel release from master.. yuck07:00
tjaaltonbut it's easy now, and documented07:00
tjaaltonbryce: well, for one thing, you always have the history, even if the package has been synced since07:01
tjaaltonand it's nice to stage the changes on a shared repo instead on your hd07:01
tjaaltonso the changes are less ad-hoc07:02
RAOFOk.  So, how do I make 'git diff' show the differences between HEAD and my working tree?07:02
tjaaltongit diff HEAD?07:02
tjaaltonhmm, which HEAD?-)07:02
RAOFAh.  Of course.  Why doesn't 'git diff' give that to you?07:02
RAOFOr, alternatively, what is 'git diff' giving me? :)07:03
tjaaltongit diff only shows uncommitted changes07:03
RAOFTo files which were previously committed, it seems.07:03
RAOFIt doesn't show file additions, which was freaking me out.07:03
tjaaltongit status07:03
RAOFThat makes sense of the output.07:03
RAOFOOOOOh, I get it now.07:04
tjaaltongit clean -f; git reset --hard 1309t8h3g098h; those will become familiar to you ;)07:05
RAOF'git diff' shows the changes to your working tree that _won't_ be committed when you commit.07:05
* RAOF thinks that seems 100% arse-ended, but whatever.07:05
tjaaltonhmm, I'm lost now :)07:05
RAOFI was wondering why the patches weren't showing up in 'git diff' output, but debian/control etc was.07:06
tjaaltonwhich branch are you on? remember to 'git checkout -b ubuntu origin/ubuntu' first07:06
RAOFYup.  I remembered that bit.07:06
RAOFThis is because I'd run 'git add debian/patches/02_add_libdrm-nouveau.patch', but hadn't run 'git add debian/control'.07:06
RAOFNow that I've added everything, 'git diff' gives no output.07:06
tjaaltongit diff only shows the changes to files that are already known by git07:06
* bryce boggles why git is more popular than bzr. vhs vs. betamax I guess07:06
tjaaltongit status shows new file additions etc07:07
tjaaltonRAOF: no need to git add d/c07:07
tjaaltonbryce: well, I can't understand why I have to use 'bzr log|less' instead of just b07:07
RAOFtjaalton: Oh, because 'git commit -a' is now the defalt?07:07
bryce'git commit -a' is a useful command07:07
tjaaltonuh, bzr log07:07
bryce'git show <commit-id>' is another07:08
tjaaltonRAOF: yes, I only use that07:08
RAOFI have half-remembered git halucinations :)07:08
brycetjaalton: yeah that bugs me too... I mentioned it to james_w last week (he was asking for bzr annoyances)07:08
RAOFThere's the bzr-pager plugin; that should be installed by default :)07:08
bryceapparently the bzr guys did it that way intentionally, but dunno why07:08
tjaaltonbryce: there were other similar cases too, but can't remember right now07:09
tjaaltonmaybe it's just me, but it feels like bzr pushes the changes upstream by default, and not on a local branch?07:09
RAOFIf you 'bzr checkout', yes.07:10
tjaaltonalso, it's really annoying to have to specify the path _where_ to push every time07:10
RAOFIf you 'bzr branch', no.07:10
bryceno, it uses local branches07:10
RAOFIt remembers the default push location for me.07:10
brycetjaalton: you do?  I never have to do that...07:10
tjaaltonevery doc I've read says that07:10
brycewell, maybe one time07:10
tjaaltonmaybe they are not ment for me then  :)07:10
RAOFUm.  Does libdrm-intel1's long description really want to say that it's built from a snapshot of DRM code, and shouldn't be expected to be stable? :)07:11
tjaaltonalso, I need to rename the checked-out dir because it's always 'ubuntu' :)07:11
tjaaltonRAOF: whoops, no :)07:11
tjaaltoncopy-paste ftw07:11
RAOFI'll roll that change up :)07:12
brycetjaalton: having the history seems useful, but since I can also see it at https://edge.launchpad.net/ubuntu/+source/<package>, including debdiffs, the need is lessened a bit07:16
brycestaging the changes is useful, but given how often I forget to push anyway.....  ;-)07:17
tjaaltonhehe :)07:18
bryceI can imagine it helps when merging upstream + debian git into a new ubuntu version, however it seems this benefit comes mostly from the more complex packages, most of which we already have in git.  Also you usually do all those merges yourself, so it's so far been a pain I've not had to endure.  (for which I must give you thanks!)07:19
RAOFIs there any reason to use git-buildpackage?07:20
brycemy guess is that this latter point is the main sales point, but it's not one I understand very deeply so would need further selling on it to drive it home07:20
RAOFOh, yes.  To make it actually work :/07:20
brycefor me, the question is not so much bzr vs. git, but vcs vs. no vcs07:20
brycesince adding the vcs adds several additional steps in the process, and thus adds extra spots I can forget to do stuff and screw things up07:21
macotjaalton: i always make a directory with the package name, cd into it, and then branch because i once accidentally branched a "trunk" right over another "trunk" where i already had modifications07:22
maco(for two different programs)07:22
tjaaltonmaco: heh, right07:22
bryceotoh I've been getting used to using git with xorg-server now, and already have found it handy for xorg.  I'm a bit at a point of wondering if it might be useful for -intel and xkeyboard-config07:22
tjaaltonbryce: it does add a few steps, but once it's in your blood you don't think of those steps anymore, it just flows naturally :)07:23
bryceI've pretty much given up on ever seeing a viable bzr-git bridge things.  If it did come I suspect it'd add as much complication as it saves07:23
brycetjaalton: yeah and I'm sure if I wrote the GPL out for every commit, that would eventually get in my finger muscle memory as well.  ;-)07:24
tjaaltonbryce: this has much less typing, that's for sure :)07:25
brycehey, sometimes I wonder ;-)07:26
tjaaltonbzr-git; yes, and I'm not sure if it could solve the collaboration we now have with debian07:26
tjaaltonum, I mean keep07:26
brycewhat is the collaboration?07:27
tjaaltonpulling changes from our branch in to debian-*07:27
tjaaltonhas happened a couple of times07:27
bryceonly a couple times?07:27
tjaaltonI've got no figures :)07:28
bryceyeah I can see that as a benefit - for instance, especially if they pulled bulletproof-x from us07:28
tjaaltonbut for the most part I've been pushing those there07:28
tjaaltonhehe07:28
brycehowever so far I get the impression that they would prefer our changes go upstream instead, so they pull from upstream, not from us07:28
RAOFWhy are so many files deleted from the upstream tarball in libdrm?07:28
tjaaltonRAOF: because they are shipped by the kernel07:29
tjaaltonbryce: well, packaging changes07:29
tjaaltonnot so much upstream07:29
RAOFThat's a reason to not install them, but they'll still be there after unpacking the source, right?07:29
RAOFBecause the diff can't delete files.07:29
tjaaltonoh upstream tarball.. what files?07:29
RAOFThey're in the .orig.tar.gz, but not the debian tree.07:30
RAOFAlmost all of shared-core07:30
tjaaltononly userland bits are preserved07:30
RAOFRight.  I think I know why I'm confused.07:31
tjaaltonexcept for nouveau07:31
RAOFBut also, I thought they weren't in the upstream tarball, either.07:31
brycetjaalton: let me ask this differently... what do you personally find most useful/beneficial with using git for -evdev for example?  What are the top things you would miss if you did not use vcs for it?07:40
tjaaltonbryce: right, one point I've forgot to mention; using 'git show foo' to pull upstream patches07:41
tjaaltonthough you need to have the upstream repo in .git/config too, but it's a no-brainer07:41
brycexorg ---> 88 now07:41
tjaaltonso 'git show foo > 100_rad_feature.patch'07:43
bryceyep, I do this already both with -intel and -ati07:44
mnemohmm, all my themes got borked when I install this mornings updates ;(07:50
mnemohttp://temp.minimum.se/Screenshot-Calculator%20-%20Programming.png07:50
mnemowell, the default theme still works but I was using Dust and also clearlook theme has same problem etc07:50
brycemnemo: don't see the issue07:50
mnemommkay07:50
brycemnemo: look in your /var/log/dpkg.log for what exactly changed07:51
brycethen test reverting individual debs (which should be in /var/cache/apt/archives/) to find specifically what package causes the change07:51
mnemooh nice, I didn't know you could revert stuff like that... that's _very_ useful for debugging07:53
bryceyep07:53
mnemofound a bug in LP for this now --> https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/327793   looks like many people got hit by theme issues during the night07:55
ubottuUbuntu bug 327793 in metacity "Window decorations in title bar missing with compiz enabled" [Undecided,New]07:55
tjaaltonbryce: did it answer your question?-) Also, tracking new upstream releases is less error-prone, since you know exactly what you've done to make it build etc07:55
brycetjaalton: well I agree git show is very useful in general, but don't see how managing my package in git would make it additionally more useful07:57
brycefor the second point, could you explain more?  that sounds significant but not sure I understand the benefit completely07:58
tjaaltonok, so without a vcs you grab the new tarball, and copy debian/ from the previous version in it. then you build it and if it doesn't, make changes one at a time so it does, and document them in debian/changelog08:01
tjaaltonthis is nontrivial for libraries, where you have to update the shlibs files etc. and keeping track of things becomes harder08:02
tjaaltonalso, if you are interrupted, it's harder to pick up where you were08:05
bryceah, okay.  does this happen often?08:05
tjaaltoninterruptions? all the time :)08:06
* crevette raises an INT1308:06
bryceheh, no, needing to update things for libraries ;-)08:07
bryceI'm well versed in the interrupt thing ;-)08:07
bryce(for instance, I get interrupted before I remember to push my changes to the vcs that I just finished uploading)08:07
tjaaltonwhen there are new (or changed) symbols in the new version. happens with libdrm at least, haven't touched that many libs yet08:08
brycexorg ----> 7308:17
tjaaltonlooks like I'll be able to start my masters soon, at last08:31
tjaalton*thesis08:32
brycetjaalton: congrats :-)08:32
tjaaltonthe paperwork will take a while, but I hope to be able to graduate before christmas08:32
brycewow, that's not so long08:34
bryceless than a year08:35
brycexorg ------> 6108:36
tjaaltonmost of the topic is already done, it's just a matter of getting it written down and published08:37
tjaaltonwow, they fit in one page now :)08:37
tjaaltonbug 321340 should be fixed now, it's an openchrome bug08:38
ubottuLaunchpad bug 321340 in xorg "Cannot install 7.10, 8.04 xubuntu, Kubuntu on Averatec 3280" [Undecided,Incomplete] https://launchpad.net/bugs/32134008:38
tjaaltonmoving it08:38
brycethanks08:39
bryceyeah, goal is to get xorg off of https://bugs.edge.launchpad.net/ubuntu/+upstreamreport.  It was at #20 when I started.08:40
RAOFThe symbols file should refer to libdrm-nouveau1, rather than libdrm2, right?08:42
tjaaltonRAOF: depends on the symbols08:42
bryceyay, xorg -> 58; bumps it down off the +upstreamreport \o/08:45
brycewow, inkscape is in the top 100 now08:47
tjaaltoncool08:59
tjaaltonI've marked a bunch of sync candidates on the versions_current page08:59
tjaaltondriver09:00
tjaaltons09:00
brycetjaalton: cool09:01
bryceat some point here I'll get around to getting xkeyboard-config merged09:02
bryceerf, xorg jumped back up onto the chart09:02
tjaaltonwhere's the chart?09:04
brycehttp://people.ubuntu.com/~bryce/Plots/09:06
bryceclick X, then xorg09:06
tjaaltonoh that one09:07
brycealso see http://people.ubuntu.com/~bryce/Graphs/totals.svg09:07
mnemobryce: i wanted to help out test the new intel freeze patch but I cant get the kernel code using the method I typically use? --> http://rafb.net/p/MHBYuK52.html09:07
tjaaltonweird, works here09:08
brycemirror issue??09:10
tjaaltonprobably09:10
mnemoI got "main server" configured in "software sources" at least09:10
mnemois there any other way to get the code?09:11
mnemothere is a git repo for it right?09:11
mnemofound it, git://kernel.ubuntu.com/ubuntu/ubuntu-jaunty.git 09:12
mnemoI guess it's okay to test the drm patches against that?09:12
tjaaltonyes, but easier to just use the package and then copy the drm.ko in place09:14
mnemocant I build drm.ko from the git tree?09:14
tjaaltonyes09:14
tjaaltonbut it's a huge tree09:14
mnemobut I will just build that module dir?09:15
tjaaltondon't know how to do that09:15
mnemoall the kernel makefiles have a target called modules09:15
mnemoso you can do:09:15
mnemomake -C /lib/modules/`uname -r`/build M=$PWD modules09:15
tjaaltonjust wget the package from http://a.u.c09:15
tjaaltonk09:15
brycetjaalton: do you think #226827 is actually an X bug?09:15
tjaaltonbryce: hard to tell, can't reproduce that's for sure09:17
brycexorg -------> 4809:25
tjaaltonheh09:25
tjaaltonthat's probably a new all-time-low09:25
brycesweet09:26
mnemoI have a g45 bug I havnt filed yet so make that 49 =P09:33
mnemoor is that just for the xserver package?09:34
brycexorg09:34
mnemook09:34
brycealso I knocked out a couple more so we're at 4609:34
mvohas anyone of you played with kenrel-mode-setting yet?09:37
brycemvo, not me09:38
brycemvo, heya :-)09:38
mvohey bryce :) 09:38
mvoI did the other day on my i965 system and it did not quite work out (blank screen after the fb driver got loaded). and I was wondering if I was just unluky09:38
brycepossibly.  there's a lot of things that can cause blank screens09:40
crevettelike usplash :)09:40
brycemvo, most recently was a usplash bug kees just fixed today09:41
bryceyeah09:41
mvohm, I think I disalbled usplash on this machine. I haven't really diagnosed it in detail, funny thing that I was able to use vga= to force it into a mode and then it came up ok. but I guess its just the joy of pre-release kernels :)09:44
bryceahh09:45
bryceok, /me --> bed.  cya tomorrow09:45
mnemonn09:46
brycetjaalton: there's still some xorg bugs I think could be moved to better homes.  if you have some time to review them it'd be verry nicce09:46
tjaaltonbryce: sure, I can look at them. night09:48
tjaaltonmvo: umm, I'm not sure but I thought KMS was meant to replace the framebuffer driver, so using vga= would break things09:49
mvotjaalton: but with kms it will still present a /dev/fb device, no?09:56
tjaaltonmvo: I haven't tried, so don't know09:56
tjaaltonbut AIUI using vga= means that it'll use vesafb09:57
mvowhen I checked the intelfb module was loaded, but again I could be wrong, just played with it briefly09:57
mvohaving vesafb would explain why it suddenly worked :)09:58
tjaaltonyeah :)10:00
RAOF_tjaalton: OK.  There's something that looks very much like a version of libdrm that builds libdrm-nouveau1 in pkg-xorg git.  It'd be good if you could check it sometime to ensure I haven't made any howlers in git.10:27
RAOF_I haven't actually built the new drivers to see that it works yet, though, so it's not ready to upload.10:29
=== crevette_ is now known as crevette
=== mvo_ is now known as mvo
mvotjaalton: you are quite right, vga= loads the vesafb driver, so my tests earlier today were mood15:17
tjaaltonmvo: that happens :)15:22
superm1tseliot, i'm really wary of this solution to bug 32672017:39
ubottuLaunchpad bug 326720 in nvidia-graphics-drivers-180 "package nvidia-180-libvdpau None [modified: /var/lib/dpkg/info/nvidia-180-libvdpau.list] failed to install/upgrade: trying to overwrite `/usr/lib/libvdpau.so.1', which is also in package nvidia-glx-177" [Low,Fix released] https://launchpad.net/bugs/32672017:39
superm1that means that if a package builds against libvpdau that it also requires an nvidia driver installed17:39
superm1vdpau wasn't available in nvida-glx-177, so this shouldn't have been a problem17:39
bryceheya superm117:39
superm1hi bryce 17:39
tseliotsuperm1: yes, I know but we need to make sure that it doesn't conflict with any other nvidia flavour 177 or whatever Nvidia decides to make available17:41
superm1tseliot, I would rather that there is a conflicts/replaces then.  adding that dependency won't work17:42
superm1libvdpau was introduced in the 180 series, so this problem shouldn't have come up17:42
superm1wasn't it?17:43
tseliotsuperm1: it was introduced in 177, I guess17:43
tseliotsuperm1: anyhow feel free to revert that change17:45
superm1tseliot, ah yeah it was introduced in 177.82 it looks like.  just looked at the deb17:47
superm1tseliot, so this being the case, I think just replaces: is the right solution17:47
tseliotsuperm1: ok, fair enough17:48
tseliotsuperm1: to tell the truth Update Manager should remove 177 in dist-upgrades so there shouldn't be real problems any more17:49
superm1okay i'll upload a fix with just Replaces then for that rather than depends.  17:50
superm1i wish nvidia would just release libvdpau as open source already so that this problem would resolve itself though17:50
tseliotyes, that would help too17:51
superm1tseliot, other than you no one gave any feedback on that patch I had for the screen resolution tool.  i was kinda surprised given how strong feedback was in both directions for the zapping feature.  is there anyone else I should poke to ask about it you think?17:53
tseliotsuperm1: about your patch? No, I guess not. Your change doesn't affect all users and shouldn't clutter the UI17:54
superm1tseliot, okay.  when will you have your other changes ready so I can merge it into the branch?17:54
tseliotI gave seb128 my new patches therefore I think you should just wait for the new packages 25.90 to be available17:55
tseliotthen you can ask either mvo or seb128 just to be sure17:55
superm1tseliot, do you have a merge proposal branch for those?  I'll just merge that locally and adjust my changes to take them into account now then17:56
tseliotsuperm1: also, wouldn't it be better if you defined the names of nvidia-settings and amdcccle in some macros in the patch instead of touching the makefile (which in turn is touched by other patches)?17:56
tseliotsuperm1: no, sorry my bzr was broken therefore I couldn't push my changes17:57
superm1tseliot, I suppose that would make sense, I was hoping upstream would be willing to accept the changes too eventually, so it made sense to patch the makefile for them to take the patch as is17:57
superm1i sent a feature request to gnome-control-center's bugzilla, but no one responded to it17:58
bryceheya tseliot, how goes?17:58
tseliotsuperm1: I wouldn't hold my breath on it. You did well though17:58
tseliotbryce: hey, fine, thanks, a bit anxious but I'm ok17:59
tseliotbryce: and you?17:59
superm1tseliot,yeah i'm hoping it's not just denied because it supports closed drivers.  closed drivers exist, might as well work around their deficiencies rather than try to make your tools work with them17:59
brycetseliot: I'm ok.  threw out my back the other day but otherwise stuff is going well17:59
brycelast week was pretty busy, but think I'll be caught up by today.18:00
brycetseliot: was just wondering if there's anything you're waiting on me for?  I got pretty behind on email last week.18:00
tseliotbryce: I sent you an email about the xorg-options-editor but there's no hurry18:01
bryceok cool, yes I still have that on my plate to get to18:01
tseliotbryce: does you back hurt too much?18:02
bryceyeah18:02
bryceI think sitting in bad chairs in the hotel + bad bed + bad airplane seat did it to me18:02
tseliotthe airplane can do that too18:03
tseliotI hope you get well soon18:04
bryceyep, I'm sure I will18:04
* tseliot > dinner18:19
brycejcristau: how have you been finding -ati 6.10.99.0 compared with 6.9.0?  I'm thinking of upgrading jaunty to that version; any major issues to worry about?18:38
crevettehello18:54
crevetteI wonder why my session can't run compiz whereas my girlfried can ...18:57
crevetteat least the capplet telle me I can't18:58
brycewhat's your card?19:01
crevetteIntel Corporation Mobile GM965/GL960 Integrated Graphics Controller19:03
bryceok, which version of ubuntu?19:04
crevettejaunty19:04
bryceshould work 19:04
crevettebut I seen this behaviour since intrepid 19:04
crevettethis is weird because my girlfriend one the same laptop, in her session can run compiz :)19:06
tjaaltondid she log in first?19:07
crevetteshe didn't log today19:07
crevettethe only active session is mine19:07
tjaaltonok, the second running session has no dri with intel19:07
crevettebut I'm the only one which logged in today19:08
brycegrep DRI /var/log/Xorg.0.log ?19:09
tjaaltonit's a session problem, not in x19:09
tjaaltonrunning compiz from a terminal should tell something19:10
crevettecompiz.real (core) - Error: Could not acquire compositing manager selection on screen 0 display ":0.0"19:16
crevettecompiz.real (core) - Fatal: No manageable screens found on display :0.019:16
mnemohmm, I just found a "sync to vblank option" in ccsm.. I didnt know there was one20:20
mnemoseems to work too, if I enable the benchmark plugin I can see the FPS go down to ~6020:20
mnemopretty nice20:20
bryceccsm?20:21
mnemocompiz config setting manager20:21
mnemo+s20:21
bryceah20:22
mnemoby the way, at FOSDEM this year eric anholt said in a talk that "vblank is a mess" right now... he also said that their top priority ig going to be fixing that over the next releases (now that KMS, UXA etc is landing)20:22
brycehrm20:25
bryceinteresting; any particular reasons for the mess?  Something we should avoid for now I gather?20:25
mnemothe talk was recorded.. phoronix will publish it eventually I think20:25
mnemoits up actually20:26
mnemohere it is:20:26
mnemohttp://www.phoronix.com/scan.php?page=article&item=intel_rebuild_x&num=220:26
brycethanks20:27
brycedarn, flash is busted for me right now20:27
mnemo;/20:27
mnemocrappy audio though20:27
mnemoactually the audio is useless all the way through, you'd probably be better of asking eric for the slides20:29
bryceugh, so intel is going not going to merge uxa back into exa after all20:31
mnemonah doesnt seem like it20:32
brycetoo bad20:32
mnemoI wonder which one they are testing more carefully20:33
bryceneither?  ;-)20:34
mnemofor me UXA works _much_ better but on the wiki site I saw many old cards handle UXA pretty poorly20:34
mnemohehe20:34
brycethere's problems with new cards too20:34
mnemomaybe im lucky, UXA works perfectly for me.. nice FPS etc as well20:34
bryceme too20:35
bryceheya RAOF20:36
tjaaltonRAOF: you forgot to include one patch20:40
tjaaltonbryce: if the vblank madness isn't sorted out soon, we can disable it again in mesa20:41
bryceok20:42
brycetjaalton: yeah I think leading up to -beta there are going to be a few things we should look at disabiling20:42
brycemaybe we could use a checklist... 20:43
mnemofwiw, I'd also prefer vblank disabled at least one more release20:45
mnemomaybe fedora will ship it on and fix some of the bugs ;>20:45
RAOFtjaalton: Oh?  Which patch?21:17
RAOFOh.  You mean I missed one from git?21:18
RAOFOh.  GAH!21:19
brycehttps://wiki.ubuntu.com/X/BetaReviewChecklist21:19
tjaaltonbryce: looks good21:29
bryceanything else we should think about?21:30
bryceguess we can add to it as we think of stuff21:31
tjaaltonyeah21:31
btQuarkjust had a look at the betalist22:09
btQuarki'm having fun with some r500 cards on 8.10 here and my 2 cents is: XAA is nice but close to worthless for realworld usage aka 3D, i'm using EXA here and did not experience a crash22:10
btQuarkin half a year22:11
btQuarkalthough the missing DRI2 is painfull. but anyway its ATI so pain was one of the main features advertised on the package22:11
btQuarkah. yeah. well. there's that fglrx. that must've been included for those who did not yet have enough pain in their lives. definitly s/m stuff22:12
RAOFRight.  Let's see if this new nouveau snapshot works, then...23:15
RAOFThat seems to be a 'yes'.23:19
bryce:-)(23:19
RAOFHm.  How do you deal with copyright for a patch that adds a bunch of files under different holders?23:29
RAOFOk.  I think libdrm is OK.23:42
brycexorg ----------> 3623:56

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