/srv/irclogs.ubuntu.com/2013/01/22/#ubuntu-x.txt

mlankhorstmorning08:33
ryeHello, I am suffering from https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1100360/ starting from raring - is there anything I (or other people in the bug report) can do to debug this?11:08
ubottuUbuntu bug 1100360 in xserver-xorg-video-intel (Ubuntu) "[raring][sandybridge-m-gt2+] GPU lockup IPEHR: 0x0b160001 IPEHR: 0x0b140001" [Undecided,Confirmed]11:08
tjaaltonrye: the other bug has a pointer to the upstream bug..11:15
tjaaltonrye: echo 0 > /sys/modules/i915/parameters/semaphores11:26
tjaaltontry if that helps11:26
mlankhorsttjaalton: are you planning to do a sru of mesa9 to quantal?11:27
tjaaltonmlankhorst: at some point yes, 9.0.1 would be nice to have11:29
tjaaltonalthough it's possible that it regressed intel, bug 110097011:29
ubottubug 1100970 in xserver-xorg-video-intel (Ubuntu) "transparent dash background flickers on intel graphics" [Undecided,Incomplete] https://launchpad.net/bugs/110097011:29
mlankhorstyeah personally I want 9.0.2, i pulled a bunch of nouveau fixes :)11:30
tjaaltonis it released?11:30
mlankhorstdno11:30
tjaaltondoesn't seem like it11:30
mlankhorstI did a bunch of nouveau cherry picks after 9.0.1 release11:31
mlankhorstmaybe I should do some more now :)11:33
tjaaltongo for it11:34
mlankhorsthm, did you build llvm-3.2 with the radeon additions yet?11:48
tjaaltonno, and not going to11:53
mlankhorstah, why?11:53
tjaaltondoko won't like the idea11:53
tjaalton*doesn't11:54
tjaaltonjust drop radeonsi11:54
mlankhorst:/11:56
mlankhorstwill llvm-3.3 be released in time?11:57
tjaaltonin time for what? raring? no11:58
tjaaltonupstream says radeonsi isn't useful anyway11:59
f4bswhen will 310/313 come to quantal?12:03
f4bsquantal still has 304.6412:04
tjaalton-experimental-310 is there12:08
tjaaltontseliot: that package probably should be removed from raring?12:12
tjaaltontseliot: -experimental-31012:12
mlankhorstyeah but still you'll get people that want to try it :/12:12
tjaaltonand maybe backport -310..12:12
tjaaltonraring has -310 already12:12
tjaaltonnvidia-graphics-drivers-310 which has the latest version, and -experimental-310 which is an older one :)12:13
f4bswell i think i switch to xorg-edgers12:17
tseliottjaalton: yes, we should remove -experimental-310 12:22
=== yofel_ is now known as yofel
bryceI see debian-experimental is merged into the ubuntu git tree as of a couple weeks ago, yet that version isn't uploaded to raring?21:17
bryceI need to put a patch into xserver (for nexus7).  Should I roll back what's in git to match whats in the archive?21:19
tjaaltonsorry21:20
tjaaltonhuh21:20
bryceit looks like we've pushed a bunch of our changes up to debian, which is good, but it's not released there21:21
tjaaltonthere's some clash again21:21
tjaaltonoh..21:22
tjaaltonmlankhorst: you merged xserver master to ubuntu, not ubuntu+121:22
bryceah21:23
tjaaltonI thought my tree wasn't pushed, but it was21:23
bryceguess we need a branch ubuntu+1-1 ?  ;-)21:25
tjaaltonheh21:25
tjaaltonnah I guess it could be reset back to 56953a24f021a6721:26
brycetjaalton, are you aware of any ABI breakage so far in 1.14?21:26
tjaaltonor just use ubuntu+1 which has the same21:26
tjaaltonbryce: both video & input abi's have been bumped21:26
brycetjaalton, thanks21:26
tjaaltonso it's the usual dance again21:27
brycetjaalton, so yeah we're gonna want to hold off on pulling this 1.3.99 stuff in until nvidia's had a chance to update the arm drivers I guess21:27
tjaaltonnvidia has added support in the latest releases, doubt we have those yet though21:27
bryce(+ -nvidia and -fglrx)21:27
tjaaltonright tegra will be a problem I think21:27
brycebeen emailing ogra & co about that21:27
brycesomeone will chase it down21:28
tjaaltonwhat's the patch btw?21:28
brycethe one to fix touch movement with the screen rotated21:30
bryce237_dix_save_touchpoint_last_coords_before_transform.patch21:30
brycecommit 3b9f1c701787965246638c1a6fd99fb2b607811421:31
bryceI've verified raring+nexus7 still needs it, and is fixed once it's applied21:31
tjaaltonah, it's in the latest pull request for 1.13.x21:32
tjaaltonhuh, I dropped it21:33
tjaaltonway to go21:33
bryceso... do I not need to patch it in?21:35
tjaaltonyeah you do, it's not in upstream 1.13.x yet.. dunno why I dropped it, probably failed to apply for some reason21:35
brycethere were two patches; the one that was posted to the ML originally that you pointed me at, and one from after peter's review comments - which is the one that was accepted21:36
bryceboth patches still apply to our xserver, but the former was the one we had in the quantal staging, so perhaps you were looking at that and dropped it because you knew the newer one was available?21:37
tjaaltonno idea :)21:37
tjaaltonstrong work nevertheless21:37
bryceyeah, anyway, do you want to reset the tree back or shall I have a go?21:38
tjaaltonhmm21:38
tjaaltonlet's see21:39
tjaaltonguess there aren't that many consumers of the ubuntu branch that an innocent git reset matters much :)21:40
tjaaltonpushed ubuntu+1 with what was there21:40
tjaaltonand forced ubuntu21:41
tjaaltonbryce: so it should be set now, ubuntu has what raring has now, ubuntu+1 has the staged stuff by mlankhorst21:41
brycetjaalton, push?21:42
bryce$ git pull21:42
bryceFrom ssh://git.debian.org/git/pkg-xorg/xserver/xorg-server21:42
bryce + 6efcd5b...56953a2 ubuntu     -> origin/ubuntu  (forced update)21:42
bryce   9e211da..6efcd5b  ubuntu+1   -> origin/ubuntu+121:42
bryceAlready up-to-date.21:42
tjaaltonbryce: git fetch origin; git checkout ubuntu; git reset --hard origin/ubuntu21:43
tjaaltonyour local tree is "newer" than origin21:43
tjaaltonneed to reset it21:43
bryceok got it.  I just deleted the branch and repulled it21:44
brycetjaalton, thanks!21:44
tjaaltonnp, sorry for dropping the patch :)21:44
tjaaltonsome brainf... there21:44
brycewtf?  gcc: error trying to exec 'as': execvp: No such file or directory22:03
mlankhorstwell the input abi bump got in for the xserver, so I guess it' s just waiting for rc2 now22:21
bryceweird, 2nd pbuilder of xserver passed.  huh.22:29
mlankhorstbryce: did it fail on xvfb?23:15
mlankhorstsometimes the debian/tmp/main/usr/bin/xvfb-run test hangs :/23:16
brycemlankhorst, maybe, although the error was that gcc/as error I pasted so dunno23:19
brycewe'll see how it builds in the archive...23:19
bryceSarvatt, had to play 10 min of Dungeons of Dredmor to get my son to take a nap; Dutch wanted to see my "Mustache friend kill the bad guys" before he'd settle down23:21

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