/srv/irclogs.ubuntu.com/2010/02/19/#ubuntu-x.txt

RAOFpersia: Where are you getting this x11-common?  I see “debconf (>= 0.5) | debconf-2.0, upstart-job, debianutils (>= 1.13), lsb-base (>= 1.3-9ubuntu2)” as the full list of depends for x11-common=1:7.5+1ubuntu300:04
brycehpersia, there haven't been any recent changes to x11-common which would change that00:05
bryceh(at least, not in git)00:05
persiaUgh.  I can't replicate for some reason.00:06
persiaI really just saw this with a lucid upgrade (which I didn't perform).00:06
* persia goes hunting, and apologises for the noise00:06
brycehno prob00:06
persiaIn case anyone else complains, blame onboard.00:26
=== virtuald_ is now known as virtuald
RAOFSo, we need to put the update-initramfs hook for nouveau in a package somewhere.  lbm-nouveau-2.6.whatever would be the obvious choice, but that needs to be parallel-installable, so that'd be awkward.02:05
RAOFThe linux-backports-modules-nouveau-lucid-{generic,generic-pae} metapackages from linux-meta would be another option, but they're not set up to actually ship files at all.02:05
RAOFFinally, xserver-xorg-video-nouveau would be possibly the easiest option, but feels a bit wrong because it's not really the same package as the kernel module.02:06
RAOFDoes anyone have any firm opinions one way or the other?02:15
brycehRAOF, no firm opinion02:32
* bryceh ponders02:32
brycehdon't we run update-initramfs with -nvidia?02:33
RAOFWe might, if we now try to blacklist nouveau when we install -nvidia.02:33
RAOFBut before then, why would we?  nvidia.ko doesn't want to be in the initramfs.02:34
brycehI think it was being done for removing nouveau02:34
brycehtseliot would probably be the one to solicit an opinion from02:34
RAOFThat would probably be right.  We'd need to blacklist nouveau good and early, lest it be in the initramfs and grab the hardware before nvidia.02:35
brycehright02:35
* RAOF heads off to send *another* offer to the real estate agent.02:36
bjsniderRAOF, i thought you didn't want nouveau to be the default in lucid02:36
brycehRAOF, aha debian/nvidia-96.postinst.in02:37
brycehbjsnider, ?02:38
bjsniderbecause nouveau depends on an experimental libdrm02:39
libvheh, you're all wasting your time. People will fight anything that means changing any of their current mindset or working practices. Reasons like "we are trying to run a business and making the linux desktop work" are deemed completely irrelevant upstream. All that matters to some people upstream is their own fun and big statements proclaiming how great they are. There is no point discussing, just do the work, and prove things _hard_ an03:18
=== ubott2 is now known as ubottu
vishhmm , something in today's -edgers update makes high Xorg CPU usage if xchat is opened :(  05:40
vishit turns out that if the progress meter graph is displayed it burns CPU on and ATI05:40
vishsimilar to Bug #35535505:42
ubottuLaunchpad bug 355355 in update-manager "Update Manager causes high Xorg CPU usage when checking for updates" [Medium,New] https://launchpad.net/bugs/35535505:42
vishxorg (1:7.5+1ubuntu2) to 1:7.5+1ubuntu305:43
vishxserver-xorg (1:7.5+1ubuntu2) to 1:7.5+1ubuntu305:43
vishxserver-xorg-input-all (1:7.5+1ubuntu2) to 1:7.5+1ubuntu305:43
vishxserver-xorg-video-all (1:7.5+1ubuntu2) to 1:7.5+1ubuntu305:43
vishxserver-xorg-video-ati (1:6.12.99+git20100215.47136fa3-0ubuntu0sarvatt) to 1:6.12.99+git20100218.a3b730ec-0ubuntu0sarvatt05:43
vishxserver-xorg-video-radeon (1:6.12.99+git20100215.47136fa3-0ubuntu0sarvatt) to 1:6.12.99+git20100218.a3b730ec-0ubuntu0sarvatt05:43
vishthose were the updates ^05:43
vishoh , not xchat alone ....  it happens with _any_ progress bar , if i activate widget factory [which previews themes] Xorg starts to use high CPU05:47
vishand only when the progressbar is using the _murrine_ engine05:53
tjaaltonbryceh: isn't nv needed for the fallback, and for those devices where the server automatically chooses it and not nouveau?06:11
RAOFThere are a couple of cards that fall into that category; the rivas at least won't be driven by -nouveau and should be driven by -nv, yeah.06:12
brycehah ok07:56
RAOFI think I'll put the kms hook in x-x-v-nouveau for now.  Are we aiming for libdrm 2.4.18 for alpha 3, or shall I pass on updating the DDX until after A3?07:58
brycehI think we should at least do 2.4.18 sans the API bump patch for a307:59
RAOFOk.  So I'll look at pulling a newer DDX, changing the dependency to the lbm metapackage (already in git), and putting in the kms hook this evening.08:06
brycehRAOF, oh, I just changed the dependency to the lbm metapackage08:16
brycehsorry, didn't realize you'd already done that08:17
brycehwe needed it to get the cd's buildable08:18
RAOFThat's fair enough.08:22
bryceh$ git push origin ubuntu08:41
brycehfatal: The remote end hung up unexpectedly08:41
bryceh^ that's from trying to push the aforementioned change to the nouveau git tree08:41
RAOFI'll merge it in to my tree locally, if you like08:42
brycehthanks08:42
dholbachhiya10:24
dholbachso I just had the nouveau driver installed, I rebooted and I just get a black screen10:24
dholbachafter a while I get the drum sound of the gdm login, but the monitor doesn't seem to get any signal10:26
tjaaltonwhat if you boot without splash?10:26
tjaaltoncould be a plymouth bug10:27
RAOFWhy must git-buildpackage mock me?10:30
RAOFAny ideas what's happening here? http://pastebin.ca/180251410:31
dholbachtjaalton: same :/10:31
tjaaltonRAOF: never used it..10:32
RAOFdholbach: Do you have a dmesg?  Particularly: is vga16fb loaded?10:32
dholbachaniel@bert:~$ dmesg  | grep -i vga16fb10:32
dholbach[    2.211558] vga16fb: initializing10:32
dholbach[    2.211563] vga16fb: mapped to 0xffff8800000a000010:32
dholbachdaniel@bert:~$ 10:32
RAOFDing.10:33
RAOFWe need to add lbm_nouveau to the initramfs so that it'll take over before vga16fb gets loaded.10:33
tjaaltonso people upgrading now will "hose" their systems?10:34
RAOFPossibly.10:34
dholbachwhat do I do now? :-D10:35
tjaaltonunload the module and load lbm_nouveau instead10:35
tjaaltonthen start gdm10:35
RAOFYou could also check that adding this: http://pastebin.com/d7755dc1b to /usr/share/initramfs-tools/hooks/nouveau_kms and make it executable, and run update-initramfs.10:36
RAOFThere was a hook in the linux-backports-modules-nouveau package; that seems to have been lost along the way.10:37
dholbachhum, seems I can't rmmod vga16db easily10:38
dholbachhow do I find out what "uses it"10:38
RAOFThe VTs, I think.10:38
dholbachman, I'm so glad I don't have to do this very often10:38
tjaaltondholbach: stop gdm first10:38
dholbachtjaalton: did that already10:38
tjaaltonok10:38
RAOFtjaalton: Will that work?  His VTs are useing vga16fb, aren't they?10:39
dholbachdaniel@bert:~$ sudo rmmod -f vgastate vga16fb10:39
dholbachERROR: Removing 'vgastate': Resource temporarily unavailable10:39
dholbachERROR: Removing 'vga16fb': Resource temporarily unavailable10:39
dholbachdaniel@bert:~$ 10:39
jcristauneed to unbind first, i think10:40
dholbachRAOF: 10:44
dholbachdaniel@bert:~$ sudo update-initramfs -u10:44
dholbachupdate-initramfs: Generating /boot/initrd.img-2.6.32-13-generic10:44
dholbachwoozy: Possible missing firmware /lib/firmware/nouveau/nvac.ctxvals for module lbm_nouveau10:44
dholbachwoozy: Possible missing firmware /lib/firmware/nouveau/nvac.ctxprog for module lbm_nouveau10:44
dholbach...10:44
dholbach...10:44
dholbach...10:44
RAOFdholbach: That's ok.  That'll mean if you've got a geforce 8 or higher you won't get accel, but it should at least bring up X.10:45
dholbachalright, I'll take the plunge10:45
RAOFOh!  And nothing depends or recommends nouveau-firmware.10:46
RAOFThat got lost from linux-backports-modules-nouveau, too.10:46
dholbachgrub, a lot of flickering back and forth, "No signal detected", gdm's drum sound, no screen10:46
* dholbach installs firmware10:46
dholbachgrub, less flickering back and forth, "No signal detected", gdm's drum sound, no screen10:47
dholbachdaniel@bert:~$ dmesg  | grep vga16fb10:47
dholbach[    2.216952] vga16fb: initializing10:47
dholbach[    2.216957] vga16fb: mapped to 0xffff8800000a000010:47
dholbachdaniel@bert:~$ 10:47
dholbachRAOF: ^10:48
RAOF:(10:48
dholbachhttp://paste.ubuntu.com/379657/10:49
dholbachdetected a tv connector - wow - i didn't even know I had one10:49
dholbachRAOF: does the pastebin tell you anything?10:50
tseliottjaalton: are you going to update radeon soon? I would like to add this quirk: http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/commit/?id=e68d3a3890fc81c51f2006b5548da1e8756ad2fd81c51fi10:53
dholbachtseliot: Bad object id: e68d3a3890fc81c51f2006b5548da1e8756ad2fd81c51fi10:55
tseliothttp://cgit.freedesktop.org/xorg/driver/xf86-video-ati/commit/?id=e68d3a3890fc81c51f2006b5548da1e8756ad2fd10:56
dholbach:)10:56
tjaaltontseliot: nah, you can add it on top of the current one as a patch :)10:56
tseliottjaalton, dholbach: something must have messed with my clipboard10:56
tjaaltonbryce has handled it so far10:57
tseliottjaalton: yes, I just wanted to avoid uploading this patch if you had already planned to update the driver10:57
tseliotok10:57
tjaaltonI'll do libdrm and mesa10:57
tseliotgood10:57
tjaaltonxserver would probably need a FFe by now :/10:58
dholbachRAOF, tjaalton: shall I just deinstall those nouveau packages or is there anything I can test?10:58
tjaaltonactually so does libdrm10:58
tjaaltonmeh10:58
tjaaltondholbach: tbh I haven't played with nouveau yet10:58
tseliottjaalton: the xserver? Why?10:58
tjaaltontseliot: 1.7.510:58
RAOFdholbach: Final check - was the initramfs you built for the kernel you booted into?10:59
tseliotoh, I missed another release10:59
tseliottjaalton: if it's only bug fixes I don't think we need a FFE10:59
tjaaltontseliot: but will they get stuck in a queue?11:00
dholbachRAOF: let me retry to make sure11:00
dholbachsudo update-initramfs -u -k all11:00
RAOFThat should make it happen.11:00
tseliottjaalton: no, I don't think so11:01
tjaaltontseliot: ok cool, I'll upload that as well then11:01
tseliotgood11:01
dholbachdaniel@bert:~$ ls -l /usr/share/initramfs-tools/hooks/nouveau_kms11:02
dholbach-rwx--x--x 1 root root 242 2010-02-19 11:43 /usr/share/initramfs-tools/hooks/nouveau_kms11:02
dholbachdaniel@bert:~$ dmesg | grep vgs16fb11:02
dholbach[    2.197797] vga16fb: initializing11:02
dholbach[    2.197801] vga16fb: mapped to 0xffff8800000a000011:02
dholbachdaniel@bert:~$ 11:02
dholbachRAOF: ^ no dice11:02
tjaaltonwhy does nouveau conflict with that anyway?11:02
tjaaltonintel is working ok with it11:02
RAOFAnd why does booting into recovery mode suddenly make it work, even with vga16fb?11:04
dholbachanything else I could test?11:04
tjaaltonRAOF: at least plymouth is not used then11:04
RAOFtjaalton: Yeah.11:04
RAOFdholbach: Test without splash?11:04
dholbachI did that11:05
dholbachdidn't help either11:05
RAOFdoes recovery mode work for you, too?11:06
tseliotdholbach: what does this command say? grep nouveau /etc/modprobe.d/*11:07
dholbachtseliot: nothing11:08
dholbachRAOF: let me try11:08
tseliotok11:08
dholbachRAOF: no dice either11:10
dholbachRAOF: even worse - I can't ssh into it11:10
dholbachtjaalton, RAOF, tseliot: anything else I can try before I remove those packages again?11:14
dholbachto me it sounds like this should at least be in #ubuntu-devel's topic or something11:14
tjaaltondholbach: I'm out of ideas..11:14
dholbachit's going to screw a bunch of people11:14
RAOFI'm out, too.11:14
dholbachif they can't ssh into it from another machine or have a live cd handy they're screwed11:15
tjaaltonI'll try it on the desktop I have11:15
tseliotdholbach: do you have an X log and the output of dmesg we can have a look at?11:16
RAOFHas the patch to make X autoload nouveau not yet made it into the main packages?11:16
dholbachtseliot: http://people.canonical.com/~dholbach/dmesg http://people.canonical.com/~dholbach/Xorg.0.log11:17
tjaaltonRAOF: hah, good point11:17
dholbachRAOF: can I try that patch somewhere?11:18
tjaaltonthere we go11:18
tjaaltonit loads nv11:18
tseliottjaalton: we don't have an ubuntu branch for radeon, do we? (I bet I asked you the same thing last time I uploaded radeon)?11:18
tjaaltonI'll upload 1.7.5 merge asap11:18
tjaaltontseliot: no11:18
tseliotok11:18
dholbachif you have the patch, I'm happy to build packages locally to try it out11:19
tjaaltondholbach: http://git.debian.org/?p=pkg-xorg/xserver/xorg-server.git;a=commitdiff;h=cfdca8e85ca73f18edaeff1a411e356afac2bc4c11:19
tjaalton..selectively11:19
tseliotdholbach: it looks like you loaded nouveau (the kernel module) but you're using the "nv" X driver11:19
RAOFI've just booted up my laptop; it's booted fine, and is using nv successfully with the nouveau kernel module loaded.11:20
tseliotdholbach: maybe try creating this xorg.conf? http://pastebin.ubuntu.com/379673/11:20
tseliothmm...11:21
RAOFOh, whoops.  I think because I've got the initramfs hook.11:21
dholbachRAOF: the hook that I have?11:23
dholbachtseliot: I'll try tjaalton's patch first (just building), if that fails, I try that xorg.conf11:23
RAOFdholbach: The hook that you have, yes.11:24
tseliotdholbach: oh, I missed that patch. That should work11:24
dholbachtseliot: I haven't lost hope yet :)11:25
tseliotthat's the spirit ;)11:25
RAOFRebuilding the initramfs with that hook made it work for me.11:26
RAOFAnd, again, booting without “quiet splash” works, ish for me.11:28
dholbachnew xserver installed11:34
dholbachlet's see what happens11:34
dholbachyeeeeeeeeehaw11:34
RAOFWin?11:34
dholbachyep11:34
dholbachlet's get all those changes uploaded asap11:34
dholbachthe firmware change, the added initramfs hook and the xserver patch11:35
RAOFWhy does vga16fb get loaded anyway?11:35
dholbachxorg-xserver11:35
dholbachI dunno, but right now people who upgrade and restart will get bitten11:35
tjaaltonxorg-server uploaded11:36
dholbachthanks guys for fixing this11:41
RAOFtjaalton: I've got a nouveau with the initramfs hook and updated to build against libdrm 2.4.18.  I'm just test-building it.11:47
tjaaltonRAOF: so I should basically drop all the patches you added, and revert the two commits?11:47
RAOFYes.11:47
tjaaltonright11:48
RAOFI can extract out the update requiring 2.4.18 if libdrm will take a while.11:48
tjaaltonno I'm on it11:49
tjaaltonhmm, what's the best way to generate a reverse patch?11:50
tjaaltongit show foo > ...11:50
jcristaugit revert, git format-patch, git reset --hard?11:51
RAOFThat'd work.  git revert foo; git show foo'scommit11:51
tjaaltonmaybe I'm not doing it hard enough, stops right away11:56
tjaaltonhmm, patch -R could be useful11:56
tjaaltonthen git diff11:57
tseliotradeon uploaded12:04
tjaaltonone hunk failed, otherwise it worked12:05
tjaaltonright, needed to revert the smaller commit first12:10
tjaaltonRAOF: libdrm pushed and uploaded12:21
RAOFtjaalton: xserver-xorg-video-nouveau in alioth git should be ready to go, too.12:21
RAOFBut I can't upload it, 'cause it's in main.12:22
tjaaltonRAOF: ok, I'll upload it too12:23
RAOFThanks.  It's getting late here - you might want to give it a quick sanity check first.12:23
tjaaltonsure12:24
tjaalton"if it builds, ship it"12:24
tjaalton:P12:24
RAOFWell, it certainly builds, I can check that mechanically :)12:24
RAOFAnd with that, I bid goodnight.  Thanks!12:24
tjaaltonthank you12:25
tjaaltonoh bah, forgot to build-check libdrm. missing symbols12:32
tjaaltonwell, symbol12:34
dholbachRAOF: what is going to depend on nouveau-firmware?13:54
dholbachand where is usr/share/initramfs-tools/hooks/nouveau_kms going to live?13:54
tjaaltonthe hook comes with xserver-xorg-video-nouveau13:57
tjaaltonI think the lbm package should depend on the firmware, not sure though13:58
dholbachisn't that ... like ... very important stuff? :)13:59
tjaaltonyes13:59
tjaaltonask on #ubuntu-kernel :)14:00
tseliotnaah, who wants a working graphics driver these days :-P14:00
tjaaltontotally overrated14:00
tseliotabsolutely14:00
tjaaltonI'll have my terminal kthxbye14:00
kklimondatjaalton: does it make sense for the hook to come in the xorg driver package? is nouveaufb unusable without xorg driver for some reason?14:03
tjaaltonkklimonda: that's where RAOF put it, probably because he could touch the package more easily14:14
kklimondaach, I see14:14
apwtjaalton, the x userspace for i915 will that cope with a .33 kernel?15:14
jcristauyes15:41
tjaaltonapw: right15:56
tjaaltonapw: aiui there should be no abi breaks anymore, at least planned ones, apart from the nouveau one we talked about15:58
apwtjaalton, we need to understand the scope of the patches this nouveu stuff is going to drop on us15:58
tjaaltonapw: it only touches nouveau16:01
tjaaltonand the upstream ddx needs it16:02
apwyes. but i need to understnad the maintenance issues it will cause for us if we have that on top of the other backports we are contemplating16:02
apwwho would be able to point me at what is needed16:02
tjaaltonso backporting fixes will be tough without it16:03
tjaaltonsorry being slow, baby on lap, 16:03
tjaaltonduh16:03
tjaaltonand cant type on my e7116:03
tjaaltonapw: RAOF is the one on top of things16:04
apwand tracking any stable upstream branches will be hard with it, so i need to know what it looks like to try and figure out how much pain it represents16:04
tjaaltonthere was no nouveau in .32, so the stable branch will be a non-issue :)16:06
apwtjaalton, and there will be in the .33 stable branch16:07
apwwhich is why it matters16:07
tjaaltonmaybe airlied could answer that16:11
tjaaltonif there will be nouveau fixes in .33.x16:12
tjaaltonsince there is no released ddx/libdrm with the .33 abi16:16
tjaaltonso it would feel pointless to add nouveau fixes on the stable branch16:17
=== yofel_ is now known as yofel
SarvattRAOF: any ideas about this? http://launchpadlibrarian.net/39392763/buildlog_ubuntu-lucid-i386.linux-backports-modules-2.6.32_2.6.32-13.999~git20100218~xorgedgers_FAILEDTOBUILD.txt.gz18:15
Sarvattnot having any luck building nouveau with the new api18:15
Sarvattargh gotta disappear again, so busy the past few days18:15
Sarvattif anyone is still getting the sigquit and gdm restart after pressing enter the first boot issue, can you try compiling this kernel module and loading it before reproducing it? I can't make it happen anymore http://sarvatt.com/downloads/trace-signal.c18:18
Sarvattcompile instructions at the top of the source18:19
faganhey all if I remove the nvidia driver in lucid does x automagicly fall back to nouveau?18:34
faganI want to test it im just wondering if its as easy as removing the other driver18:34
bjsniderSarvatt, looks like lbm_list_sort was defined once and then redefined again as something different19:07
bjsniderthat's bizarre19:07
Sarvattthere is no list sort in the nouveau tree, i had to grab that stuff from linux-2.6 in the update-nouveau script19:18
Sarvattfagan: if you have xserver 1.7.5-1ubuntu1 thats all you need, if not you need nouveau in xorg.conf19:19
bjsniderone of the deaders you're loading has list sort. two, actually19:27
bjsniderheaders19:27
Sarvattwindow redraws are so darn slow with this newest gtk+ that has client side decorations enabled19:37
brycehSarvatt, RAOF, apw put together another backports module for testing:  http://people.canonical.com/~apw/drm-backport-lucid/20:01
apwi have some reports of it working ok, even with the nouveau bits if you blacklist the lbm-nouveau20:02
bryceher, actually that's a backport of drm .33 to the .32 kernel not an lbm20:02
apwthats what i mean, if you have lucid with the lbm, if you blacklist that, then the kernel one seems to work20:02
brycehSarvatt, RAOF, so I think to incorporate this for Lucid, we'd merely need to remove some of the lbm_ hacks we'd put in earlier20:02
apwi think the lbm hacks must have been 'try both' style hacks so we might not need to remove them even20:03
brycehI'm thinking we might wait until right after alpha-3 to upload this stuff, since getting it into a3 would be kind of a rush20:03
apwbryceh, yeah the kernel is done for a-320:04
brycehapw, think we need a FFe for this stuff?20:05
apwwe should get together on monday, and go over the testing we have by then and make a final go/no-go decision on this one20:05
brycehok, that sounds good20:05
apwi don't think we get any new features do we, just working things which didn't20:05
apwbut we can ask on monday once we've deciced where we are going20:06
* bryceh nods20:06
apwdunno if we can get a test matrix filled or something, i have some of my boys testing20:06
apwjust to get a feel ... i'd like to have at least all of us tested on everything we have20:06
brycehwe can continue using https://wiki.ubuntu.com/X/Testing/NouveauEvaluation for the test matrix20:07
brycehI stuck in a date column exactly because I anticipated we'd be making changes as we go20:07
apwyeah in the meantime we might want to collect the ones with my kernel in a new table at the bottom and integrate them once we 'go'20:08
brycehapw, ok20:08
apwso we can see what has been tested easy to help decision makeing20:09
DanaG '(12:55:21 PM) mwk: DanaG: upgrade libdrm, recompile DDX      (12:56:44 PM) DanaG: libdrm2 version is 2.4.18+git20100217.2d9990c7      (12:57:35 PM) DanaG: ddx is 0.0.15+git20100219+9b4118d    (12:58:31 PM) DanaG: What's new since then?21:08
DanaGis xorg-edgers ppa not new enough?21:08
DanaGxorg log: http://pastebin.com/d7f22c76521:09
tjaaltonapw: airlied said that there probably will be nouveau updates in .33.x, since F12 has that21:18
* bryceh sends email to ubuntu-x@ about -nouveau and begins the count for how long until it appears on phoronix21:45
brycehtjaalton, yeah, I think apw has some skepticism.  Guess we'll see21:46
brycehtjaalton, btw how did the libdrm merge go?21:46
DanaGhmm, for nouveau help on lucid, is this channel okay?  Nobody's answered in #ubuntu+1.21:47
tjaaltonbryceh: it wasn't that hard, just had to make sure the revert patch was flawless21:48
brycehDanaG, this is more of a developer/integrator channel, but feel free to ask about nouveau and if someone knows they'll chip in with an answer21:48
tjaaltonDanaG: nouveau in edgers is broken due to the abi change21:49
DanaGaah.  So it'll be fixed eventually?21:49
tjaaltonyes21:50
tjaaltonthough lucid has most of it21:50
tjaaltonalready21:50
tjaaltonand is working I hear21:50
brycehonly most?21:50
tjaaltonapart from the abi change21:50
brycehah right, only the non-broken parts ;-)21:50
tjaaltonyep, and what's on top of that21:51
DanaGI did think it odd that it said it opened it successfully (got "10"), and then said it failed to open.21:51
brycehheh, already on phoronix - http://www.phoronix.com/scan.php?page=news_item&px=ODAwMg22:16
BUGabundonight22:17
BUGabundoguys need your help22:17
BUGabundoafter the last batch of updates to X and nouvoue the upgrade complains of no firmware22:18
BUGabundoand i cant start GDM/X22:18
BUGabundoSarvatt: RAOF: ^^^^^^22:19
BUGabundo$ pastebinit Xorg.0.log http://paste.ubuntu.com/379998/22:24
BUGabundo$ pastebinit Xorg.0.log.old  http://paste.ubuntu.com/379999/22:24
BUGabundo$ pastebinit Xorg.1.log http://paste.ubuntu.com/380000/22:24
BUGabundousing Sarvatt ppa-purge22:33
BUGabundoErrors were encountered while processing:  nvidia-current  nvidia-glx-185 E: Sub-process /usr/bin/dpkg returned an error code (1)22:33
BUGabundoi'm back23:21
BUGabundono X23:21
BUGabundonot even recovery console23:22
fmarlBUGabundo, try installing the nouveau-firmare package23:25
BUGabundofmarl: will do23:25
BUGabundoshouldnt it be pulled as a depency ?23:26
fmarlI dunno..23:27
fmarlthe firmware it's optional depending on the video card23:36
BUGabundook23:37
BUGabundostill upgrading to PPA, again23:37
BUGabundolets see if that saves me 23:37
SarvattBUGabundo: xorg-edgers is broken for nouveau right now until I can get the linux-backports-modules-nouveau built with the api changes23:38
BUGabundoBAHABAAB23:39
BUGabundoi just upgraded :(23:39
BUGabundoSarvatt: alternatives?23:39
Sarvattthe stuff already in lucid23:39
BUGabundodidnt work23:40
BUGabundoi just tried that23:40
fmarlcompile from source :)23:40
BUGabundovesa only, once i tried jockey all hell broke lose23:40
Sarvattyou installed the nouveau-firmware package?23:40
BUGabundonot yet23:40
BUGabundoi have all the logs here23:40
Sarvattits just not a depends yet like it needs to be23:40
BUGabundoif u wnat to take a pic23:40
BUGabundo*peak23:40
BUGabundoso purge PPAs (again), initram the kernel, boot vesa, install fw, then jokey?23:41
Sarvattsorry man, I really dont have much time to debug it at the moment :(23:41
BUGabundonp23:41
Sarvattpurge ppa, install nouveau-firmware and you're good to go23:41
BUGabundojust give me an working X at full resolution23:42
BUGabundothanks23:42
BUGabundocan purge-ppa do both at the same time?23:42
Sarvattmaybe remove "quiet splash" from the kernel command line if that doesnt work23:42
Sarvattdo both what?23:42
BUGabundoalready dod that23:42
BUGabundoSarvatt: ppa-purge both nouveua and xedgers23:43
Sarvattoh you have both PPAs? afraid not, the script is broken at the moment and only works for whatever/ppa23:43
Sarvattbut everything in xorg-edgers/nouveau should be supersceded by stuff in lucid already23:43
BUGabundook23:44
Sarvattyep it is23:44
BUGabundo# ppa-purge xorg-edgers, it is23:44
BUGabundoThe following packages will be DOWNGRADED:   libdrm-intel1 libdrm-nouveau1 libdrm-radeon1 libdrm2 libgl1-mesa-dri libgl1-mesa-glx libglu1-mesa mesa-utils xserver-xorg-input-evdev   xserver-xorg-input-synaptics xserver-xorg-video-ati xserver-xorg-video-fbdev xserver-xorg-video-intel xserver-xorg-video-radeon xserver-xorg-video-sis23:45
Sarvattno xorg-server-core and such?23:46
Sarvattxserver-xorg-core i mean23:46
BUGabundoThe following extra packages will be installed:   intel-gpu-tools libdrm-intel1 libdrm-nouveau1 libdrm-radeon1 libdrm2 libgl1-mesa-dri libgl1-mesa-glx libglu1-mesa mesa-utils xserver-xorg-input-evdev   xserver-xorg-input-synaptics xserver-xorg-video-ati xserver-xorg-video-fbdev xserver-xorg-video-intel xserver-xorg-video-radeon xserver-xorg-video-sis Suggested packages:   libglide3 gpointing-device-settings touchfreeze firmware-linux23:47
BUGabundoi did notice i had no Xorg last time23:47
Sarvattoh xserver in lucid is a higher version already23:47
BUGabundonouveau-firmware next23:48
BUGabundoThe following packages will be REMOVED:   libx11-xcb1{u} libxcb-dri2-0{u} 23:48
BUGabundobut nothing installed23:48
BUGabundonouveau-firmware:   Installed: 20091212-0ubuntu123:50
Sarvattxserver-xorg-video-intel in edgers had those as depends for XvMC support, no biggie23:50
BUGabundoseems i already had it23:50
BUGabundo# dpkg -l | grep xorg | pastebinit  http://pastebin.com/d2631efb423:50
BUGabundo# dpkg -l | grep nvid ii  nvidia-current-modaliases                         195.36.03-0ubuntu123:51
Sarvattok it looks like the libdrm in lucid now doesnt have the lbm-nouveau patch to it23:51
BUGabundogoing for another reboot23:52
Sarvattsorry BUGabundo, it probably wont work23:52
BUGabundohope to be rigt back23:52
BUGabundowhat?!23:52
BUGabundowhy !?23:52
Sarvattlibdrm needs a patch for nouveau that didnt get brought along23:53
BUGabundo:(23:53
BUGabundoso lucid users are screed right now?23:53
Sarvatthttp://sarvatt.com/downloads/patches/libdrm-lbm-nouveau.patch23:53
BUGabundono vesa, no nouveua nor blob?23:53
Sarvattwhere'd you get that?23:54
Sarvattother things are fine its just nouveau23:54
BUGabundoi couldnt even install blob23:54
BUGabundoSarvatt: what should i do with that patch?23:56
BUGabundoi never patch X!23:56
Sarvattnevermind about that, the libdrm patch is there after all23:59

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