/srv/irclogs.ubuntu.com/2010/04/20/#ubuntu-x.txt

RAOFbryceh: It wasn't obvious to me how to make it work with a “DRI "on"” override; it would be easy enough to add a new parameter, though.00:00
brycehRAOF, that sounds fine00:01
RAOFI'm not sure that disabling DRI bought us much, though.00:01
brycehwant to just drop the patch entirely?00:01
RAOFYeah.00:02
brycehif the patch is dropped, then users can opt to turn off DRI the usual way00:02
RAOFI think drop the patch, and drop to vesa.00:02
brycehhmm, I think I tend favoring documenting the workarounds, rather than forcing to vesa00:02
bryceh(of course, I say this not owning any 8xx...)00:03
RAOFWell, it wouldn't be forcing vesa.  And the nice thing about defaulting to vesa is that the user will have a working X to check for workarounds.00:03
jcristaubryceh: you can just drop those pci ids from the server autoconfig for intel.  then by default it'll choose vesa+fbdev, and if people want to force it they can set intel in xorg.conf?00:03
RAOFjcristau: Exactly.00:04
RAOFIf the user happens to have a system where -intel freezes X almost immediately after starting X, it's much more difficult for them to find & apply workarounds.00:04
brycehhmm00:05
jcristauevery new comment from danvet on that bug 27187 makes the story even more sad..00:09
ubottuLaunchpad bug 27187 in initramfs-tools "failure with 2.6.15 on vmware 5.5 (scsi disk)" [Medium,Fix released] https://launchpad.net/bugs/2718700:09
jcristaubad ubottu 00:09
Sarvattwell thats new - http://paste.ubuntu.com/418914/00:10
brycehif we go with vesa for this for release, I think that will make it quite hard to get it re-enabled for .100:14
brycehRAOF, with that said though, since I won't be involved in the .1 stuff, I'll defer to your preference here00:14
RAOFbryceh: Because it will be difficult to get testing?00:15
brycehdropping to vesa seems to be rather extreme, but then it does not look like we can expect any simple fix any time soon from upstream00:15
brycehRAOF, that, but also because generally it's expected any change be provably free of causing regression00:15
RAOFWhich will be difficult, moving from vesa.  Yeah.00:16
brycehsomeone with a working 8.04 that finds it broken on going to 8.04.1 risks getting really bad press, so archive admins will be very hesistant to accept such changes00:16
brycehotoh it seems silly to argue that we should release with known breakage now, just so it's easier to justify updating in .100:17
RAOFSo, our story for people who have broken i855 is going to be either “We've turned off all the features of your video card to stop it from crashing” or “If your graphics keep crashing, try $LIST_OF_WORKAROUNDS”.00:18
brycehpretty much00:19
RAOFCan we get them to a known-stable X just from the kernel command line?00:21
jcristaudoes blacklist=i915 work?00:23
Sarvattwell todays kernel doesn't work well, dmesg is flooded with [  172.258651] [drm:i915_gem_do_execbuffer] *ERROR* Object f437eea0 appears more than once in object list00:23
Sarvattjcristau: thats getting ignored later on in the boot process for me at least00:24
jcristauor does that just blacklist it from the initramfs, not the actual system?00:24
jcristauSarvatt: damn, ok00:24
RAOF“i915.disable=yes” would prevent the kernel module from loading; I'm not sure if that's sufficient to force a working configuration, though.00:25
jcristauistr some xforcevesa cmdline option in ubuntu a while back, does that still exist?00:25
Sarvattjcristau: nope :( I tried adding it back but ran into problems where those blacklists were getting ignored later in the boot00:26
Sarvattits there for livecd's, all it does is make a xorg.conf with vesa in it which will break people using KMS horribly :)00:26
Sarvattand installs that xorg.conf too if you install booting with it00:27
jcristauit would probably be easy to hack up some /proc/cmdline parsing in xf86AutoConfig.c, but eww.00:27
jcristaulike 'if /proc/cmdline contains failsafe, don't bother with the native driver, go with the fallbacks'.  still, eww.00:28
Sarvattjcristau: do you know if pci_device_has_kernel_driver from libpciaccess checks for KMS or just if there is a kernel module loaded for it?00:28
Sarvattyeah I added it to grub's upstart script actually, can just exit 1 and it'll start failsafe automatically and our failsafe checks if KMS is in use to use fbdev or vesa00:29
Sarvatterr sorry GDM00:30
jcristauSarvatt: if (stat(/sys/bus/pci/xxxxx/driver) == 0) return true; else return false;00:30
jcristaunot sure if that exists in the non-kms case00:31
brycehyeah, xforcevesa is gone00:34
wgrantBug #565981 is a bit scary.01:17
ubottuLaunchpad bug 565981 in linux "[KMS] gem objects not deallocated" [Undecided,New] https://launchpad.net/bugs/56598101:17
brycehRe: Bug #565981 -- could this be the memory bug discussed earlier?01:38
ubottuLaunchpad bug 565981 in linux "[KMS] gem objects not deallocated" [Undecided,New] https://launchpad.net/bugs/56598101:38
brycehoh reported by Tormod... so yeah sounds like it01:39
wgrantbryceh: Thanks.01:40
brycehwgrant, when did you first notice this problem?01:43
brycehwgrant, or are you able to reproduce it?01:43
Sarvatti want to say it was around the -19 kernel here01:44
brycehit would be helpful if we could pinpoint it specifically to the kernel or to xorg-server01:44
wgrantbryceh: I've been suspicious of it for a few weeks, but it has only been causing real thrashing for a couple of weeks now.01:45
brycehhmm, alright01:45
brycehwell then probably not the xserver01:45
wgrantAnd since it is easily reproducible, I might grab an older kernel and see what happens.01:45
wgrantHm, actually, maybe not. My bootloader is fragile enough as it is.01:46
brycehis it easy enough to reproduce that the testing could be done with LiveCD's?01:47
jcristaui'd blame libdrm or xf86-video-intel rather than the server tbh.01:47
jcristauthat or kernel.01:47
brycehjcristau, we've had people claiming same behavior with -ati01:48
jcristauhmm. or mesa.  so many pieces..01:48
brycehI hate releases01:49
Sarvattlibdrm wasnt updated, intel and mesa were though and whatever it is I get it with the latest git too01:49
Sarvattlooks like it was around the beginning of april, after 3-30 sometime judging by how often i started updating edgers again when I switched back :D01:50
wgrantOh, oops, I thought the repro instructions weren't working well any more, since it appeared to only increase from 192MiB to 198MiB. Then I closed firefox and it went negative, so I was reading it an order of magnitude too low.01:50
wgrantSo yes, it's still easily reproducible.01:50
brycehwell, xorg-server did get an update around 3-3001:50
Sarvatti switched because i wanted to see if it was a problem there too01:50
Sarvattoh yeah 1.98GB you had there :D01:51
brycehthe updates to -intel have been mostly cherrypicks01:51
brycehaside from the Xv backport stuff we got from Debian it's been pretty pedestrian01:51
Sarvatttrying to narrow it down some more to start looking01:51
brycehmesa got a version bump, but that was more recently01:51
wgrantI might downgrade to xorg-server 2:1.7.6-1ubuntu1 and see what happens.01:51
brycehand I don't think it changed at all in late march01:51
wgrant(25/03/2010, that was)01:51
brycehwgrant, that would help01:51
Sarvattwgrant: your input devices would stop working is what'd happen :)01:52
wgrantSarvatt: I was hoping there wasn't an ABI bump :(01:52
Sarvattoh nevermind we dont have the dropped udev rules01:52
wgrantOh, right.01:52
Sarvattdarn dont have the -18 kernel anymore01:53
wgrantSarvatt: That's easy to fix, fortunately...01:53
wgrantIt's not like we're Debian.01:53
jcristauhmm? :)01:54
wgrantWell, I guess you have snapshot.d.o.01:55
jcristauyep.01:55
jcristauand you'd have lp instead?01:56
wgrantRight.01:56
Sarvatthmm why do we have "add some fallback placements for VRAM only objects", that was reverted upstream because it caused problems?01:57
jcristauisn't that radeon?01:58
Sarvattyeah01:59
Sarvattthat r100 compiz fix01:59
* Sarvatt tries reverting that dri2 fix02:09
wgrantDowngrading the server to -1ubuntu1 might have fixed it, although I'm running with a rather manual config, so it's not a wonderful test.02:13
* bryceh eyeballs patches02:18
brycehhmm02:20
brycehfrom our changelog, none of the patches sound likely to cause memory leaks, I think we'd need to test patch by patch02:20
brycehat least if -1ubuntu1 is proven to not have the issue at least we know it's not an upstream bug but one of the distro patches02:21
Sarvattbryceh: https://bugs.edge.launchpad.net/ubuntu/+source/xorg-server/+bug/553647 - http://git.debian.org/?p=pkg-xorg/xserver/xorg-server.git;a=commit;h=94ccaae1ff45c11453141469f5659b6d2a16c4bf02:22
ubottuLaunchpad bug 553647 in xorg-server "xserver crash (repeatable, triggered by mouse-click)" [High,Incomplete]02:22
Sarvatt1ubuntu1 didn't have that dri2 fix that ended up being done differently upstream in the end02:22
wgrantYeah, -2ubuntu1 is good, -2ubuntu2 is bad.02:24
brycehah, so it would be 114_dri2_make_sure_x_drawable_exists.patch02:24
wgrantI looked at that patch before, but didn't feel too suspicious.02:24
* wgrant upgrades again, and is pleased to have a working keyboard.02:25
brycehSarvatt, 114_dri2_make_sure_x_drawable_exists.patch is one you'd suggested - know if there's a better patch available, or should we just drop it for now?02:26
Sarvattstill waiting on xserver without that patch to build to see if it fixes the issue here too02:26
Sarvattthere are better patches available, they went through a ton of revisions but i have no idea if they apply to 1.7 branch02:26
Sarvattdigging up the bug02:27
brycehwell, at this stage we'd need something reasonably simple02:27
brycehhttps://bugs.edge.launchpad.net/ubuntu/+bug/55021802:27
ubottuLaunchpad bug 550218 in xorg-server "xserver crashes when closing application using clutter" [High,Fix released]02:27
Sarvatthttps://bugs.freedesktop.org/show_bug.cgi?id=2639402:28
ubottuFreedesktop bug 26394 in Extensions/DRI "Server sometimes crashes when closing OpenGL programs" [Critical,Assigned]02:28
Sarvatt -- Bryce Harrington <bryce@ubuntu.com>  Wed, 31 Mar 2010 16:37:45 -070002:29
Sarvattwow I got the time exactly right02:29
Sarvattyeah thats not going to apply cleanly, I see hunks in DRI2WaitMSC thats not on 1.702:33
Sarvattyeeep thats for sure the problem, 3 runs of tormods eog background loop and its hovering around 60MB02:46
Sarvattwill try to backport those patches tomorrow, looks doable but I have to pass out02:47
Sarvatt188 objects02:48
Sarvatt55336960 object bytes02:48
Sarvatt(with at least 20 chrome tabs open including flash ones)02:48
Sarvattactually fedora probably already backported them since it affects F-12 too!02:49
Sarvattnope02:50
SarvattThe patches are now on xserver master, please give that a try and close the bug02:50
Sarvattif it fixes the problem for you.02:50
Sarvattthat's going to be so lovely once we have 8 xserver release branches in lucid's lifespan02:51
Sarvattwith the 3 month release cycles02:51
Sarvattoops I meant 12, 8 until the next LTS release :)02:53
Sarvattthis is rougher than it looked03:32
stefanlsdIm getting random gdm restarts on Lucid. Happened about 6 times this morning, any ideas where I can look? Ive checked normal log files and dont find anything conclusive...06:16
RAOFstefanlsd: What graphics card, log files pastebinned, etc?06:24
RAOFToo slow :/06:25
stefanlsdRAOF: sorry, having issues here :)  its a nVidia Corporation GT200 [GeForce GTX 260M] (running propietry drivers).  cant find anything relating to a crash in the logs under /var/log06:33
RAOFWhat, specifically are “random gdm restarts”?  Crash from a working session back to gdm?06:35
stefanlsdRAOF: yeah. just working, and screen goes black and im at GDM login again06:42
stefanlsd(happened twice since last post)06:43
RAOFThere *should* be something either in dmesg or in /var/log/Xorg.0.log.old about that.06:45
tjaaltonit's a blob, so not much we can do about06:49
stefanlsdhttp://pastebin.ubuntu.com/419026/ is my Xorg.0.log.old06:50
stefanlsddont really see anything06:51
stefanlsdJust switched to opensource nv driver to see if i can reproduce it06:51
RAOFddxSigGiveUp is “X has been asked nicely to shutdown”, right?06:56
stefanlsdmm. Would the backtrace stuff help? not sure since its not really a crash...06:59
RAOFYeah.  To *me* it looks like something is telling X nicely to shut down, and it's complying.07:01
stefanlsdRAOF: hehe. thats nice of X :)07:04
stefanlsdnv drivers looks better so far, will run it today07:04
RAOFstefanlsd: dmesg doesn't have any complaints in it?07:05
stefanlsdRAOF: yeah, nothing in dmesg. no crash on nv driver yet though07:45
vishhmm , in this comment https://bugs.launchpad.net/ubuntu/+source/linux/+bug/565981/comments/5  wgrant is referring to xserver-xorg  or xserver-xorg-core ?11:06
ubottuLaunchpad bug 565981 in linux "[KMS] gem objects not deallocated" [Critical,New]11:06
vishnot sure which package to downgrade and test 11:07
wgrantvish: xserver-xorg-core and xserver-common. xserver-xorg is the source.11:07
wgrantEr, xorg-server is the source.11:07
vishwgrant: ah, thanks.. so only those 2 i need to downgrade?11:08
wgrantvish: Potentially xvfb too, unless you want apt to be angry.11:08
vishwe dont want that ;)  k.. thanks downgrading those 3..11:09
=== skimj1 is now known as skimj
Sarvattjust uploaded an xserver with the 2 commits backported, can anyone try it out? i'm about to  head out to work15:50
Sarvatt1.7.6-2ubuntu715:50
Sarvatthttps://edge.launchpad.net/~sarvatt/+archive/bugs15:50
Sarvattvish, wgrant ^ :)15:54
vishSarvatt: sure.. i had downgraded as per what wgrant mentioned and it seems to be working fine too..15:58
* vish adds ppa15:58
Sarvattremoving that patch isnt really an option15:58
Sarvattopen quadrapassel and close it to see why :)15:59
Sarvattlol16:00
Sarvattdangit, I didn't think he'd really do it :(16:00
vishSarvatt: damn you! ;p16:01
* vish should stop blindly trying things mentioned on irc :s16:01
vishwow , that was a weird crash ..16:02
Sarvattvish: sorry about that, that happens closing any clutter based app though16:02
vishSarvatt: hehe , np.. ;) luckily i had no unsaved docs :)16:03
Sarvattyeah xserver failed to build, ahh well will have to mess with it later16:12
=== seb128_ is now known as seb128
Sarvattoh hmm, looks like silly mistakes, here goes try 216:37
Sarvatthere's what i've got so far - http://sarvatt.com/downloads/patches/119_dri2_drawables.patch16:40
Sarvattplus http://sarvatt.com/downloads/patches/120_glx_drop_destroywindow.patch which applied cleanly16:41
Sarvattah damn I forgot to account for http://cgit.freedesktop.org/xorg/xserver/diff/hw/xfree86/dri2/dri2ext.c?id=895f40792a14d8b88923bf3b428d31ae3bb31e46 16:44
Sarvattdarn, i'm not sure what to do here17:07
Sarvattthey added dri2DrawableRes = CreateNewResourceType(DRI2DrawableGone, "DRI2Drawable"); to DRI2Setup in dri2.c, we have an older dix abi and have to register it seperately, I split it out to this 17:09
Sarvatt+    dri2DrawableRes = CreateNewResourceType(DRI2DrawableGone);17:09
Sarvatt+    RegisterResourceName(dri2DrawableRes, "DRI2Drawable");17:09
Sarvattguess I have to #include "registry.h" in dri2.c too to do that? this is a bit over my head, need someone else to look at it :)17:10
ricotzSarvatt, seen this? https://bugs.freedesktop.org/show_bug.cgi?id=2639417:29
ubottuFreedesktop bug 26394 in Extensions/DRI "Server sometimes crashes when closing OpenGL programs" [Critical,Assigned]17:29
brycehheya18:00
NinoScriptIs this the appropiate place to ask about an xmodmap issue?18:08
Sarvattok try 4! hopefully this one works, found another dri2 commit that was changing things slightly in the way - http://sarvatt.com/downloads/patches/119_dri2_drawables.patch18:10
Sarvattheyo bryceh!18:10
brycehheya Sarvatt, how goes?18:12
apwbryceh, whats the gen on this DVI detect issue 18:15
Sarvattjust fighting this dri2 fix backport :)18:15
brycehapw, gen which?18:16
brycehapw, good morning :-)18:17
apwwhats the story on that twin dvi issue18:17
apwis there any work around for it?18:17
apwmorning :)18:17
Sarvattnomodeset :)18:17
brycehapw, was there a patch on the upstream bug report?  I forget18:18
apwyeah i was wondering how bad things are, if there was a workaround, seems nomodeset at least18:19
apwso it can likely wait for an SRU kernel18:19
brycehapw, yeah18:19
Sarvatthttps://edge.launchpad.net/~sarvatt/+archive/bugs/+build/1700415 -- if that fails i'm at a brick wall pretty much, it depends on too many big changes 18:19
brycehapw, the bugs I've assigned your way recently were ones that looked like they had a reasonable fix that could be considered for SRU18:21
brycehapw, at this point I'm assuming it's basically too late for Lucid18:21
apwbryceh, yeah i don't think we'll get a new kernel in a hurry before release18:21
apwafter release we may be able to do something more, as this is an LTS and we can SRU h/w support etc18:22
* bryceh nods18:22
brycehso yeah, don't stress over the ones I sent your way, I just wanted to be sure they didn't get lost in the shuffle since they looked sru-worthy18:23
Sarvattmaking RS600 use modeset=0 is pretty important too since its entirely broken, but luckily thats one of the rarest ATI's out there18:24
Sarvattexcept dell used it in latitude XT's :(18:25
brycehSarvatt, do we have a bug # on that one?18:25
Sarvattdont have one handy but i'll look in a bit, there are 2 bugs, one register wasn't getting set up right making KMS not work at all, then there was a agp bug with it thats pretty serious even after that18:26
Sarvattboth went to stable but stable hasn't updated in weeks and theres probably 50+ ati patches queued by now :)18:27
brycehheh18:27
bryceh*sigh*18:27
* bryceh --> more coffee18:27
Sarvattbut dell latitude XT's are completely unbootable without nomodeset at the moment18:27
NinoScriptIs this the appropiate place to ask about an xmodmap issue?18:28
SarvattKeybuk and raffi had the problems with those latitude XT's18:28
Sarvattdang thats a lot of mail in my inbox18:29
Sarvattdarn apport-collect spam18:30
Sarvattdarnit.. http://launchpadlibrarian.net/44910586/buildlog_ubuntu-lucid-i386.xorg-server_2:1.7.6-2ubuntu7.4_FAILEDTOBUILD.txt.gz18:31
brycehSarvatt, ok let me know when you locate a bug # for it.  If nothing else we can add it to ReleaseNotes18:33
Sarvattdigging..18:33
Sarvattbryceh: https://bugs.edge.launchpad.net/ubuntu/+source/linux/+bug/54459018:34
ubottuLaunchpad bug 544590 in linux "[RS600] video freeze with KMS (X and plymouth)" [High,Confirmed]18:34
brycehthanks18:34
Sarvattbut theres another bug even after that - http://lists.freedesktop.org/archives/dri-devel/2010-April/000094.html18:35
Sarvatt(which sounds serious)18:35
Sarvattohh i'm missing hunks from dri2ext.c18:40
Sarvattmust have been removed in another patch18:40
SarvattDRI2ExtensionInit still has     dri2DrawableRes = CreateNewResourceType(DRI2DrawableGone);18:41
Sarvattyeah I'm stuck, hopefully someone else tries to backport it :)18:47
brycehSarvatt, ok just spoke with JFo18:47
brycehSarvatt, so the process for now is if we see bugs that need a kernel patch, just give him a ping18:48
brycehhe'll then get it in front of andy or stefan or whomever18:48
brycehI think this'll be better than overwhelming apw with them18:49
apwbryce sounds good18:50
vishSarvatt: is the ppa fine to use for the gems bug?  i notice you^ mentioning some problem above.. is it related or different?18:58
vishor for a different bug*18:59
Sarvattits the same, i'm trying to backport the fixes that dont have the problem that they only applied to xserver master but i'm not having any luck because of the significant changes done between18:59
Sarvattvish: just disable the 2 glx 1.4 enablement patches and 114 from the xserver patch series, thats the only real option unless someone can backport it19:00
Sarvatt03_fedora_glx_versioning.diff and 04_fedora_glx14-swrast.diff19:01
vishSarvatt: hmm , well , let me know when it is safe to use the ppa :)19:01
Sarvattits not really an upstream problem in the first place since those backports weren't done to 1.7 branch19:01
vishfor testing19:01
Sarvattvish: its safe because it isnt building and it doesn't look like i'll be able to fix it i'm saying19:02
vish:s19:03
Sarvattgoing to keep trying using that ppa, not going to upload one with those patches dropped there if that's what you mean19:03
Sarvattgot too many darn PPA's, trying to find somewhere to put something usable for now19:04
vishnah , dropping is not really an option as you pointed out ;)  i can just use the 2ubuntu1 version.. but was just asking to test your fix19:09
Sarvattit is an option if we drop the 2 glx 1.4 enablement patches, the only reason we need the 114 patch is because of those19:10
Sarvatti'll put it in x-updates19:11
Sarvattuploading now19:11
Sarvatthttps://edge.launchpad.net/~ubuntu-x-swat/+archive/x-updates19:11
Sarvattgoing to take awhile though at this rate, crappy cell connection :)19:12
Sarvattoh helps if i dont put my phone under a coat19:13
Sarvattwhoa wait, xserver built with my backports19:16
Sarvatt2ubuntu7.5 in the bugs ppa19:16
Sarvattnow does it work? :D vish: can ya try https://edge.launchpad.net/~sarvatt/+archive/bugs/+packages ?19:17
Sarvattthe patches need some serious review19:17
Sarvatthttp://sarvatt.com/downloads/patches/119_dri2_drawables.patch19:18
Sarvattand http://sarvatt.com/downloads/patches/120_glx_drop_destroywindow.patch19:19
vishSarvatt: installing , will report back19:29
Sarvattvish: thanks! i wont be able to downgrade and test it until I get home in a few hours since theres a crapload of packages19:31
Sarvattupdates https://bugs.edge.launchpad.net/ubuntu/+source/xorg-server/+bug/565981 with what I can see19:39
ubottuLaunchpad bug 565981 in xorg-server "[KMS] gem objects not deallocated" [Critical,Confirmed]19:39
Sarvatterr updated rather19:39
sbeattieis fglrx failing on an upgrade from karmic a known issue? I'm getting a different dpkg-diversion error than in (fixed) bug 552782... dpkg is complaining about overwriting libdri.so with libdri.so.xlibmesa rather than the mismatch on removing the diversion.19:42
ubottuLaunchpad bug 552782 in fglrx-installer "package fglrx (not installed) failed to install/upgrade: dpkg-divert: mismatch on package" [High,Fix released] https://launchpad.net/bugs/55278219:42
Sarvattnot a good sign he's not back yet :)19:44
Sarvattshould have told him to install ppa-purge and sudo ppa-purge -p bugs sarvatt if its broken19:45
Sarvatthorribly broken? :)19:48
Sarvattlooks like it needs the 4 commits not just the two, ajax just sent a pull request for 1.8 branch for tem, maybe fedora will backport it to fedora 1219:50
Sarvatthttp://cgit.freedesktop.org/~ajax/xserver/log/?h=glx-fixes-for-1.819:51
vishSarvatt: doesnt seem good.. i had three freezes in 3 boots could do nothing couldnt enter VT or couldnt even do an SAK19:57
vishlooks like the freezes/lockups occur with compiz cube desktop switches19:58
vishand boot is also delayed , , let me pastebin  the messages19:59
sbeattiefglrx failure on karmic to lucid upgrade filed as bug 56742520:04
ubottuLaunchpad bug 567425 in fglrx-installer "package fglrx (not installed) failed to install/upgrade: dpkg-divert: rename involves overwriting" [Undecided,New] https://launchpad.net/bugs/56742520:04
vishSarvatt: not the desktop switching , but the windows preview plugin seems to be the problem , if i disable it i'm able to switch desktops , previously when i just hover over the app icon on cairo-dock to switch the desktop , everything just locked20:13
vishthats 5 lockups in 5 boots?  or is it 6.. :(  20:26
* vish downgrades20:26
BUGabundo6 lookups in 5 boots! 20:28
BUGabundoyep, stable20:28
BUGabundooh he is gone :)20:28
brycehSarvatt, it occurs to me that it would be nice to have a way to easily view all linux bugs we've forwarded from the X side... might help in re-locating issues, or to spot dupes or whatever20:31
* bryceh hmms20:31
vishSarvatt: btw , from the syslogs:  http://paste.ubuntu.com/419425/ http://paste.ubuntu.com/419432/20:33
vishfrom ^   /var/log/messages , rather20:35
Sarvattvish: yeah looks like 2ubuntu7~xup is what you want to fix it then20:56
* vish tries x-updates21:03
\vishSarvatt: thats bad as well :(  same problem21:40
* \vish downgrades again21:41
Sarvattvish: sheesh, I didn't even disable the patches21:51
Sarvattoh yeah I did.. hmm21:52
Sarvattok i disabled them but i had manually edited the 114 patch in, sorry, that was a case of doing too many things at the same time :)21:54
* vish sleeps... enough reboots for one day ... ;)21:57
Sarvattfixed one uploading now, I know that'll work because I tested the heck out of it last month with these clutter problems :)21:58
Sarvattlooks like i extracted the source package on top of one i had modified already, doh21:59
Sarvattbryceh: that identification string in the xorg log is normal now :)22:40
Sarvattnvidia released a 96.43.17 driver to fix a major problem in lucid making nvidia-96 unusable, seems pretty important we pick that up ASAP22:52
Sarvatthttp://www.nvnews.net/vbulletin/showthread.php?p=223617622:53
Sarvatthttps://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-96/+bug/55320022:53
ubottuLaunchpad bug 553200 in nvidia-graphics-drivers-96 "Mouse and keyboard stop working after selecting user" [High,Fix committed]22:53
Sarvattah alberto is on the ball with a ppa package :)22:54
Sarvatti wonder if aplattner knows installing the blob from nvidia.com will screw up the system in lucid, he's telling people to in that bug and its getting screwed up :P23:08
Sarvatttormod: sorry, missed your email but no I haven't been building kernels lately because of the kernel-package changes23:26

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