/srv/irclogs.ubuntu.com/2010/05/18/#ubuntu-x.txt

RAOFchrisccoulson: Ping.00:01
Sarvattafter setting up gimp for the wife i can really understand why that person wanted multiple stylus support back00:02
Sarvattheyo RAOF! nouveau needs your loving if you get around to it, 2.6.34 is in maverick, libdrm is updated without the abi reverts too00:03
RAOFSarvatt: Yeah, I saw that.  Thanks!00:04
RAOFSarvatt: I also see that you're working on xserver master?  We'll want to follow that moderately closely for Maverick - we should start shipping pre-releases in the archive once 1.9 branches off, I think.00:05
Sarvattdon't know what you want to do with nouveau so I didn't touch it, could just sync it with debian since they fixed it up to build like the rest of the X packages but it's a big change00:06
RAOFOh, libdrm-nouveau broke ABI, didn't it (without bumping SONAME, bad dogs!).  That's why x-x-v-nouveau's broken.00:07
RAOF?00:07
Sarvatt1.8.1 is merged and builds in git, running into a few dependency problems with it though (it dragged in nvidia-common and x-x-v-radeonhd for some reason..?)00:08
Sarvattyeah, we had it broken anyway since there was a 2.6.34 kernel in maverick that didn't work with the lucid userspace anyway00:08
Sarvattit's like the new dependency system pulls in anything providing xserver-xorg-video-7 or something, I dunno00:09
RAOFThat seems odd.00:10
Sarvattgradually hitting more and more roadblocks building packages against debian git since they are using the ${xviddriver:Depends} stuff :(00:13
Sarvatterror: xserver-xorg-dev >= 1.7.6.901 needs to be installed00:15
Sarvattmake: *** [serverabi] Error 100:15
Sarvatt(xserver-xorg-dev 1.8.1 is installed there..)00:15
RAOF:(00:16
Sarvattugh, need to be sure to cc: stable@kernel.org next time I submit a patch obviously meant for stable, trying to figure out how to submit http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8d06a1e1e9c69244f08beb7d17146483f9dcd12000:26
Sarvattbtw RAOF - http://pastebin.com/7vjm2Stt00:43
Sarvatt(just saw you updated the non root X blueprint)00:43
Sarvattnon root vesa patch from meego00:44
RAOFmatches[i++].  I love statements with side-effects.00:46
Sarvattsheesh meego has a rediculious amount of dri2/glx backports to server 1.8 branch too, everyones just bypassing upstream00:47
RAOFWell, wasn't dri2 moderately broken on the 1.8 branch?_00:48
RAOFStill...00:48
Sarvatt+            } else if ((dev->device_id == 0x8108) || (dev->device_id == 0x8109) || (dev->device_id == 0x4102)) {00:49
Sarvatt+driverList[0] = "psb";00:49
Sarvatt+driverList[1] = "pvr";00:49
Sarvatti guess 4102 = moorestown and the driver name is pvr..00:49
RAOFFun!  More crazy!00:52
Sarvattanyone mind if I delete this patch? it's pointless unless i'm missing something - http://git.debian.org/?p=pkg-xorg/xserver/xorg-server.git;a=blob;f=debian/patches/184_virtual_devices_autodetect.patch;h=2b03e929dfc85329eec0be851800fb5ccd32c166;hb=refs/heads/ubuntu01:05
Sarvattprobably made sense when we had pci.id files and cirrus matched 123401:06
Sarvattit's not doing anything though, it's not a cirrus pci id anyway and already defaults to vesa01:06
Sarvatt1234 looks like it's the QEMU stdvga device and not cirrus, the cirrus emulated device actually has a cirrus pci id (0x1013)01:09
Sarvattif you boot with a 1234 pci id device without that patch you get vesa and fbdev, if you boot it with that patch you get vesa vesa and fbdev right?01:10
RAOFSarvatt: From that context, yes.  This seems like something that would be trivial to test to make sure, though.01:12
RAOF:)01:12
Sarvattyeah looking into how to set up qemu to test it01:13
Sarvattabout to extract all patches from meego's and put them on my server since they dont have any kind of VCS..01:14
Sarvattthey have a vesa patch to remove DGA usage that i'm not sure if its needed for non root as well01:16
RAOFIt clearly isn't - the first patch you posted was “don't fall back to VESA if we're not root”.01:18
Sarvattthey renamed -cirrus to -kvm too :D01:18
RAOFI don't think we'll actually need that one - the plan was to start X as root, check whether we actually need it, and drop privs if we don't.  Which means we'll only be dropping privs in the presence of KMS, which means vesa's already stuffed.01:19
Sarvatthaven't seen this before either, xf86-input-mrstouch for moorestown. says its a combination of plpevtch and evtouch 0.8.801:35
Sarvattbeen around for 3 years...?01:36
Sarvatti've never even heard of plpevtch before, it's a fork of evdev01:37
RAOFDoesn't evdev basically just forward kernel events up?01:49
* RAOF hasn't looked at it in any depth.01:49
SarvattRAOF: were you at the X on ARM session?01:59
brycehthere were two, he was at one, I was at the other02:00
Sarvattdid you catch what the plans are regarding gles/EGL and different clutter backends and such? 02:02
Sarvatti know we need to start packaging up libEGL for the wayland stuff anyway which I can do in the next few days02:03
Sarvatthttp://www.imgtec.com/powervr/insider/powervr-vframe.asp - woohoo02:20
RAOFSarvatt: Yeah, we need to start packaging libegl.02:23
Sarvatthmmmmm, EGL_NOKIA_texture_from_pixmap, haven't seen that before02:25
RAOFThat makes it the second EGL_*_texture_from_pixmap I've seen.02:25
Sarvattand EGL_OES_image_pixmap02:27
brycehoh is libegl required for wayland?  that might be the last piece I'm missing02:29
brycehdon't recall that being discussed in the meeting I attended, tho it could have gotten lost amongst all the hand waving02:30
RAOFThat was the point of krh's mesa branch, wasn't it?02:30
* RAOF is pretty jet-lagged, so DISCLAIMER: Sense-making is not guaranteed.02:31
brycehI was working from the dx team sprint notes02:32
* bryceh doublechecks02:32
Sarvattwell got a list of what my phone supports on android, http://paste.ubuntu.com/435264/02:32
brycehhttps://wiki.canonical.com/DesktopExperienceTeam/Wayland02:33
brycehweird, no mention of libegl, but I'm definitely getting errors about it02:33
brycehSarvatt, ok if you don't get to packaging libegl, I'll take care of it when some of my launchpad work's done02:35
Sarvattyuck, looks like clutter's egl backend is limited to one application at a time, and only works with tslib for input02:36
Sarvattbryceh: how old a snapshot are you using?02:36
Sarvatthe's been doing EGL stuff in mesa like mad for the past 2-3 months02:37
brycehthe mesa snapshot is pretty recent02:37
brycehthe wayland snapshot is from March; seems he's not been doing much there02:38
RAOFI'd guess that you could try master; there's a lot of egl commits happening in there.02:38
Sarvattbryceh: packaging names are the only things that have stopped me from doing it for months, i dont want to pick something that isn't going to be used later when debian picks it up :D02:40
RAOFSarvatt: This sounds like a job for Debain Experimental™.02:41
Sarvattexcept debian experimental seems to be the new unstable now until squeeze is released :D02:41
RAOFBut with even less of an implicit support guarantee.02:42
Sarvattlibegl1-mesa?02:43
brycehSarvatt, maybe you could pop a Q on debian-x@, or ask jcristau for a quick recommendation?02:43
RAOFYeah.  That's what I was going to suggest.02:43
RAOFI'd also like to ensure that we don't duplicate work on xserver & mesa; we're going to be pretty aggressive on the version front, and I'm going to ask whether working in the debian-experimental branch + syncing would make the XSF happy.02:46
Sarvattwell I still need to wrap my head around everything that builds, i'm not sure what the arm people are planning on doing too, like are they going to make libgles-omap libgles-sgx and such with all of the proprietary blob crap and headers for those in -dev packages?02:46
RAOFFrankly I'm not totally clear on the ARM driver stack; it seems like a den of madness.02:47
Sarvattfor sure02:47
Sarvattlibegl is no big deal to add, its the libgles stuff i'm trying to figure out02:49
brycehRAOF, btw in the past a couple times following UDS I'd post to debian-x@ briefly outlining the blueprints that got decided at uds, to solicit debian's feedback on them and make them aware in case they wanted to collaborate02:50
brycehusually I'd do it after I'd finished drafting the blueprints, but in hindsight it's probably better to do it before the blueprints have been written, else it might require extra work rewriting stuff.02:52
Sarvattone package with the libs and egl_dri2.so, one package with the dev stuff (just 4 headers and a libEGL.so), another package with the demos02:52
Sarvattdont know if we need to put libEGL in /usr/lib/mesa though, if the proprietary arm drivers use a different libEGL?02:53
brycehSarvatt, did the egl_dri2.so, etc. bits use to live in mesa?  that could explain the discrepancy02:53
RAOFbryceh: That's a good idea.  I'll prioritise getting that mail out a bit.02:54
brycehRAOF, starting to see why I got into using gtg so much?  ;-)02:54
Sarvattbryceh: they still do02:55
brycehSarvatt, oh... what does libegl provide then?02:56
Sarvattoh they moved to mesa after you packaged it a long time ago02:56
RAOFbryceh: :)02:56
* Sarvatt looks at the ppa to see whats n there02:57
Sarvattdigging up your old ppa02:57
Sarvattlibeagle02:58
Sarvattthat was dropped and everything moved to mesa02:59
brycehno, I'm referring to this:03:00
bryceh<RAOF> Sarvatt: Yeah, we need to start packaging libegl.03:00
Sarvattwe never shipped any egl stuff in mesa03:00
Sarvattif we need to ship libegl in /usr/lib/mesa its not really applicable to debian03:02
Sarvattargh03:04
Sarvattthe proprietary sdk's do ship egl headers with the same names as the mesa ones and they are different03:06
Sarvattoh nope the same reference ones, phew03:07
=== verbalshadow_ is now known as verbalshadow
Sarvattthey do have their own libEGL though :(03:11
Sarvattalmost done with libEGL, i'll finish it by tomorrow probably03:26
Sarvatthttp://sarvatt.com/downloads/patches/egl.patch03:38
Sarvattwhat i got so far03:38
Sarvattoh thats missing some stuff03:38
Sarvattthere we go03:39
Sarvattchromiumos is using gentoo now instead of ubuntu? tried it out earlier and was a sad panda03:41
* RAOF heads out for a walk to lunch.03:44
Sarvattinteresting.. looking through the moblin psb kernel source - http://paste.ubuntu.com/435292/04:07
Sarvattxf86-video-psb-5.1.0.0112-1.3.moblin2.i586.rpm  too04:16
RAOFAh, so they're actually using gallium for their proprietary driver now?  I understand that was one of the goals.04:24
Sarvattthis moblin psb isn't using a special libdrm, and uses http://cgit.freedesktop.org/mesa/libwsbm/ that i never heard of before, it's just basic 2D without the gallium component that never made it and they support IGED out of the box04:28
Sarvattalso the mrst patches from meego that apply to 2.6.34 will work for it04:29
Sarvattinteresting04:29
Sarvattthis is all open source 2D thats not vesa though, wonder why they never pushed this anywhere04:30
Sarvattdoesnt look like it even needs any kind of firmware04:33
Sarvattxpsb-glx will work with it too04:38
Sarvattfor 3D04:38
Sarvattas long as you dont pass --enable-dri2 when building the ddx04:40
oc13Hi, i have got some trouble with fpit touchscreen driver.07:32
oc13looking at the source there seems to be a typo in the code07:33
oc13concerning initialization of the driver. changed it, recompiled & works for me07:34
oc13please take a look at:http://pastebin.com/pZC3c16Q07:35
oc13line 60, the changed code.07:35
RAOFoc13: Have you filed a bug?07:35
oc13no corrected it07:35
RAOFCould you produce a patch?  It's not obvious what is wrong.  Also, file a bug so that we know that there's something wrong, and attach the patch so that we know we can easily fix it :)07:43
RAOFIt's also not obvious what the symptoms of the problem you're fixing is :)07:45
oc13submitted a bug report: Bug #582123 07:50
ubottuLaunchpad bug 582123 in launchpad "xorg-input-fpit gets wrongly initialized" [Undecided,New] https://launchpad.net/bugs/58212307:50
RAOFThanks.07:50
RAOFoc13: Hm.  Where are you getting that driver from?  That code doesn't match what we've got in the xserver-xorg-input-fpit package.08:01
oc13i checked out from git08:11
RAOFAh.  You probably want to post a patch to the appropriate driver mailing list, then.08:14
RAOFWhatever bug you're running into doesn't (yet!) affect Ubuntu.08:14
tjaaltonxorg-devel@ is probably the best match08:16
RAOFIf you're not familiar with the process of submitting a patch, we can probably help you.08:16
oc13i will try it.08:17
tjaaltonI can send the patch and add a reported-by:08:21
oc13ok, submitted a patch to xorg08:33
tjaaltonheh, ok08:33
Sarvattargh, is it me or do lucid livecd's totally not boot with -vga std?08:34
Sarvattin qemu08:34
Sarvattmaybe its just being completely silent and not actually dead, took 30 minutes to boot with cirrus :D08:35
* Sarvatt kicks his atom cpu08:35
RAOFgit status: changes to be committed... no unchanged files.  git commit: “It is not possible to commit because you have unmerged files”.08:35
RAOFI hate you, git.08:35
Sarvattgit diff show anything?08:36
Sarvattaahh 10 minutes later I see the splash, phew08:36
RAOFHah.  It does.  Changes in .gitignore, which git has erroneously decided has been moved to debian/clean08:36
RAOFAh.  And now .gitignore has an empty diff, but still counts as changed.  Superb!08:38
tjaaltonoc13: probably stuck in the queue08:38
Sarvattgit reset --hard08:38
Sarvattthis is neat, i didnt know qemu had a vmware graphics option now, goodbye cirrus08:40
Sarvattif i can get this working it'll give me a good excuse to get the gallium vmwgfx stuff going08:42
RAOFWhich means you'll want libkms?08:42
Sarvattyeah which still needs libdrm to compile, yay08:43
Sarvattalready packaged up libkms08:43
RAOFIt's not in 2.4.20-2ubuntu1, though, is it?  I didn't notice it at least.08:44
Sarvattnah did it on xorg-edgers but backed it out since it needed libdrm to compile08:44
RAOFBut it's in the same source tree as libdrm?  How can it need libdrm to compile?08:45
Sarvattyeah, crazy aint it?08:45
RAOFLike a frikkin cut snake.08:45
Sarvattyou had a patch for libkms to compile against the source instead of the system libdrm at one point didn't you?08:48
RAOFI certainly patched *something* - it may well have been libkms.08:48
RAOFI don't think it would have been for that, though.08:49
Sarvattit was back when libkms first started being enabled by default08:49
eagles0513875have you guys been getting reports of the nvidia current driver breaking peoples x server ?08:49
RAOFI certainly filed that upstream; I don't know if it got applied.08:50
RAOFeagles0513875: I haven't seen such, but UDS didn't leave me with a lot of bug browsing time.08:52
eagles0513875RAOF: i have no x or i can start it but with rather cruddy looking graphics08:52
eagles0513875and also having problems with apt and package dependencies but thats a different issue08:52
Sarvattguess i saw it on the lists somewhere08:52
eagles0513875RAOF: i think the mailing list has somethign floating around if i saw right but then again i didnt bother to read as it wasnt affecting me08:53
Sarvatthah RAOF!08:53
Sarvatthttp://bugs.freedesktop.org/show_bug.cgi?id=2685208:53
ubottuFreedesktop bug 26852 in libdrm "Build libkms against in-tree xf86drm.h" [Normal,New]08:53
Sarvattyou really did forget :)08:53
RAOFJ'accuse jetlag!08:53
eagles0513875RAOF:  or Sarvatt eitherone of you can help 08:54
Sarvatti dont know what you did to get into the broken state08:54
eagles0513875but on reboot i get this error mess saying im running in low graphics mode drm failed to open device and failed ot initialize glx extension compatible nvidia x driver not found 08:55
eagles0513875whats not making sense 08:55
eagles0513875i can get on to kde in low graphics mode 08:55
eagles0513875i check jockey and it is saying its activate 08:55
Sarvattguessing you either installed from nvidia.com or a screwed up PPA package at some point and messed up the package manager08:55
eagles0513875runnign apt-cache policy nvidia-current shows08:55
eagles0513875Sarvatt: i didnt use a ppa and didnt install from the nvidia website08:55
RAOFAnd without the relevant logs (dmesg + /var/log/Xorg.0.log) we can't really say anything useful.08:55
eagles0513875everythign from ubuntu repos08:55
eagles0513875let me try paste it hold on 08:56
Sarvattdo you have a bug?08:56
Sarvattwith the logs we can look at?08:56
eagles0513875no i dont 08:56
eagles0513875as this only happened this morning after a reboot 08:56
eagles0513875it was working up until that point08:56
Sarvattpastebin your /var/log/jockey.log please08:56
eagles0513875gonna try if i can get into a console08:56
eagles0513875this is even better :908:58
eagles0513875:(08:58
eagles0513875!paste09:00
ubottuFor posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.09:00
Sarvattif it's saying drm failed to open device that means you dont have nvidia-current installed though09:00
eagles0513875http://paste.ubuntu.com/435381 <--dmesg09:01
eagles0513875http://paste.ubuntu.com/435383 <---Xorg.0.log09:02
Sarvatteagles0513875: whats your /etc/X11/xorg.conf?09:02
Sarvattah that works, looking09:03
Sarvattyou dont have an xorg.conf09:03
Sarvatteagles0513875: just run sudo nvidia-xconfig09:03
eagles0513875why all of a sudden wouldnt i have one09:04
eagles0513875ok Sarvattshould i reboot09:05
Sarvatti have no idea, something wonky with jockey, might be able to tell from your /var/log/jockey.log09:05
Sarvattyeah09:05
eagles0513875give me sec09:05
eagles0513875http://paste.ubuntu.com/435387 <-----jockey log09:05
eagles0513875gonna reboot 09:05
Sarvattdid you install nvidia-current with a package manager instead of jockey? that doesnt create the xorg.conf if so09:05
eagles0513875no i havent09:06
eagles0513875and atm apt is messed up :(09:06
eagles0513875well that fixed it09:06
eagles0513875O_o09:06
Sarvatt...madwifi?09:07
eagles0513875?09:07
Sarvattdid you upgrade from hardy maybe?09:07
eagles0513875is this the official ubuntu x channel09:07
eagles0513875Sarvatt: no 09:07
eagles0513875clean install of lucid 09:07
eagles0513875had to use ubuntu server though09:07
eagles0513875as i need gpt to be able to use my 2tb hdd09:07
Sarvatthow did you say you installed nvidia-current again?09:08
eagles0513875jockey09:08
Sarvatti dont see that in that log :(09:08
Sarvattrereading the scrollback..09:09
eagles0513875O_O09:09
Sarvattso you activated nvidia-current in jockey, rebooted, then this started?09:12
eagles0513875my install has been working for about 2 weeks or so 09:12
tseliotthe installation in jockey failed09:12
eagles0513875i just rebooted to day and it happened09:12
eagles0513875tseliot: ?09:13
Sarvattnvidia-current was working and just stopped with no intervention this morning?09:13
tseliotDEBUG: nvidia_173 is not the alternative in use09:13
eagles0513875tseliot: im using the latest one 09:13
eagles0513875the one that jockey recommended09:13
tseliotyes, but somehow it failed to set the correct alternative09:14
eagles0513875tseliot: should i uninstall nvidia current and reinstall it09:15
Sarvattthe alternatives were fine going by his xorg.0.log because it wouldn't have loaded the nvidia libglx09:15
tselioteagles0513875: what's the output of "update-alternatives --display gl_conf" ?09:15
eagles0513875brb really fast09:15
Sarvattnouveau was properly blacklisted too, it only loaded drm while trying to load nouveau and that failed so it fell back to vesa09:17
tseliotthen maybe the jockey log file shows the uninstallation process of nvidia09:17
tseliotas I can see:09:17
tseliotgot handler xorg:nvidia_current([NvidiaDriverCurrent, nonfree, enabled] NVIDIA accelerated graphics driver)09:17
Sarvattwhat could have deleted his xorg.conf?09:18
tseliotand then a few lins below09:18
tseliotgot handler xorg:nvidia_173([NvidiaDriver173, nonfree, disabled] NVIDIA accelerated graphics driver)09:18
tseliotso an uninstallation would explain it09:18
tseliotuninstalling the driver means removing xorg.conf if none was available before the installation from jockey09:18
Sarvattuninstallation of what?09:19
tseliotof the nvidia driver09:19
tseliothey wait a sec09:19
Sarvattbecause he had the nvidia-current kernel module loading and the alternatives had to be right because it loaded the nvidia libglx09:19
tseliotNvidiaDriverCurrent and NvidiaDriver173 are not the same...09:20
tseliotreplacing coffee with tea is not working well for me :-/09:20
tseliotso that's correct09:20
rippsHi, I'm trying out the xorg-edgers ppa, but it seems to fail on boot. According to the Xorg.0.log, it's failing to load the fbdev module09:22
tseliotSarvatt: maybe just uninstalling and reinstalling nvidia from jockey will do it09:22
Sarvattripps: xorg-edgers not xorg-testing right?09:23
Sarvattripps: sudo apt-get install xserver-xorg-video-all if so, you must have let it get removed at some point09:23
eagles0513875tseliot: what was that command you want me to run09:24
tselioteagles0513875: as I said, maybe just uninstalling and reinstalling nvidia from jockey will do it. Please try09:25
eagles0513875ok09:25
Sarvattxserver-xorg-video-fbdev - 1:0.4.2+git20100422.7ec9d466-0ubuntu0sarvatt is in xorg-edgers and compiled against xserver 1.809:25
eagles0513875its running fine since i added an xorg.conf file09:25
rippsSarvatt: okay, I installed that, but just so you know, it failed to load fbdev_drv.so because of a requirement mismatch09:25
Sarvattwhats the version on your xserver-xorg-video-fbdev?09:26
eagles0513875tseliot: its uninstalling atm09:26
rippsSarvatt: huh... it's using the main lucid one, not xorg-edgers.09:26
Sarvatteagles0513875: delete your /etc/X11/xorg.conf too before you reinstall09:27
eagles0513875ok sar09:27
eagles0513875Sarvatt: 09:27
tselioteagles0513875: and after you install, please post your xorg.conf09:27
eagles0513875ok tseliot09:28
Sarvattit should make the right one when you do it that time, it's still a mystery as to what deleted it randomly :(09:28
rippsSarvatt: I think I figured it out, I needed to run a full-update, it wasn't pulling in all the video drivers09:28
tselioteagles0513875: and the output of "update-alternatives --display gl_conf"09:28
eagles0513875well hell this isnt good 09:28
Sarvattripps: yea sudo apt-get dist-upgrade09:28
eagles0513875jockey isnt starting and my apt is messed up atm :( 09:29
eagles0513875should i just do a clean install 09:29
eagles0513875and go from there09:29
rippsbe back in a reboot09:29
Sarvatteagles0513875: did you already remove nvidia-current?09:29
eagles0513875Sarvatt: 09:29
eagles0513875ya09:29
eagles0513875wait there it goes09:30
Sarvattopen a terminal and sudo jockey-text -e xorg:nvidia_current09:30
Sarvattah ok09:30
eagles0513875im getting an error when trying to remove the driver 09:30
eagles0513875systemError: installArchives() failed09:30
eagles0513875i think i managed to screw up my install royally09:30
* eagles0513875 is gonna reinstall09:32
Sarvatteagles0513875: do you have a package manager running?09:34
Sarvattsynaptic?09:34
Sarvattcant have that open at the same time as jockey09:34
eagles0513875Sarvatt: no i went to instal tex live and it has unmet dependencies and its kinda got me locked outa installing anything09:35
Sarvattthats usually what that error means09:35
eagles0513875hummm 09:35
Sarvattsudo apt-get -f install?09:35
Sarvattyeah its stuck waiting for you to resolve that problem first09:35
eagles0513875Sarvatt: tried that still nothing09:35
eagles0513875how can i resolve it sudo apt-get -f install doesnt work neither does dpkg --configure -a09:35
Sarvattwhats it say when you do a sudo apt-get dist-upgrade?09:36
Sarvattpackages on hold?09:36
Sarvatttry installing each one individually to see where the problem is09:36
eagles0513875says that this dependency is missing but it wont be installed09:37
eagles0513875and even individually says the same thing about unmet dependencies09:37
Sarvattdo you have -proposed enabled?09:37
eagles0513875ya09:37
=== wgrant_ is now known as wgrant
Sarvattyah looks like a problem with packages in proposed right now, hmm09:38
Sarvattcan you just purge all of the ones waiting?09:38
rippsSarvatt: Awesome everythings working great, XV performance in mplayer is outstanding09:38
eagles0513875Sarvatt: tried purging it just mentioned there are unmet dependencies09:39
Sarvattits not recommended to enable proposed globally for that exact reason btw09:39
eagles0513875ya i know actually this reinstall i wont09:39
eagles0513875especially since i need to do work on this desktop09:40
Sarvattjust gotta find what you have installed that is depending on those things that it cant fulfill09:41
eagles0513875Sarvatt: whats even more annoying is it took me bout 2 weeks of swearing and headaches to find out that gpt partition table isnt compiled into main stream ubuntu kernel09:41
Sarvattsudo apt-get purge texlive-binaries libkpathsea5 libkpathsea-dev ?09:41
Sarvatterr wait09:41
eagles0513875Sarvatt: im gonna do a clean install 09:41
eagles0513875ty for reminding me i need to get some stuff i downloaded off u tube off of there hehe09:43
eagles0513875Sarvatt: gave me an idea ctually 09:43
Sarvattcan you paste the output after you sudo apt-get dist-upgrade?09:44
Sarvattreally its not something you have to reinstall over, knowing how to recover from that is extremely handy and once you do it once you wont forget :)09:44
eagles0513875Sarvatt: i might have solved it09:44
eagles0513875sudo apt-get purge texlive*09:45
eagles0513875all of texlive gone for now a09:45
eagles0513875and im gonna disable proposed09:45
Sarvattthat works too :)09:45
Sarvattif you needed it you could disable proposed, sudo apt-get upgrade and then sudo apt-get install package1/lucid package2/lucid..etc to downgrade back to the lucid versions09:46
eagles0513875and also strangly enough it started up just fine09:46
Sarvattyeah it definitely sounds like something decided to delete your xorg.conf out of the blue, maybe it even got corrupted and it was gone after a fsck at boot09:47
eagles0513875tseliot: iand Sarvatt  start up just fine with out an xorg.conf and without the driver09:47
eagles0513875Sarvatt: i removed it as well as the driver and it starts up just fine without the xorg.conf09:48
Sarvattah you're using nouveau then09:48
Sarvattits supposed to work that way09:48
eagles0513875ahhh ok 09:48
eagles0513875now to install the driver 09:48
eagles0513875should i do it form jockey or commandline09:48
tseliotright09:48
Sarvattits just screwed up if you have the binary driver installed with no xorg.conf09:48
eagles0513875let me try with binary09:49
eagles0513875driver now09:49
Sarvattjockey, yeah09:49
eagles0513875restarting now09:50
rippshmmm... weird, mplayer using opengl video output renders ass subs incorrectly... perhaps it's because of the mesa/xserver version. Let me try a mplayer rebuild using xorg-edgers as a ppa dependency.09:51
eagles0513875it booted up just fine wiht the driver09:51
eagles0513875woohoo :) 09:52
tseliot\o/09:53
Sarvatti'm putting money on it just having been corrupted and removed during a fsck it since it happened at boot09:57
Sarvattripps: define incorrectly? :D09:57
Sarvatttimed wrong? wrong fonts? graphics glitches?09:58
rippsripps: some letters have a weird graphic glitches and artifacts in over or in place of a few letters09:58
rippsSarvatt: ^09:58
rippsDon't see the glitches with XV though.09:59
Sarvattwork any better if you sudo apt-get install libgl1-mesa-dri-gallium? :)09:59
Sarvattare you using mutter?10:00
rippsno10:00
* ripps is d/l gallium dri now...10:01
Sarvattyou had a x1400 mobility or something close to that didnt you?10:02
rippsSarvatt: older, 9600 pro10:03
rippsrv350 chipset10:03
Sarvattoh dont think that works with whats in libgl1-mesa-dri-gallium :(10:04
Sarvattonly r300g in there10:04
rippsSarvatt: rv350 is r30010:04
Sarvattwell you'll know if you install it and glxinfo :)10:04
ripps*essentially*10:04
* ripps is restarting X now10:05
Sarvattoh i was thinking it was an r20010:05
Sarvattdarn rv's10:05
Sarvattwas off a generation10:06
SarvattRV250 = r10010:06
rippsOpenGL renderer string: Gallium 0.4 on RV35010:06
ripps:)10:06
Sarvatterr RS250=R100, argh :)10:07
eagles0513875tseliot: and Sarvatt ty for your help10:07
SarvattRS350=R200 too ahh10:07
tseliotnp10:08
Sarvattno worries eagles0513875, hope it doesn't happen again since we dont know what caused it :)10:08
eagles0513875Sarvatt: ya i hope so too 10:08
eagles0513875if i can digup the mention of nvidia issues on the mailing list i can pastebin for you guys to take a look at10:09
Sarvattah yeah it was RS350=R200 that I was thinking of, I have an RS35010:09
rippsSarvatt: okay, much better now. However, it seems that GL video playback has taken a performance hit10:09
rippsoop, compiz suddenly crashed10:11
rippsrestarted okay though10:11
rippsokay, there are still a few ass rendering issues. Some slight graphical hiccups with punctuation (,'.) and the dot in i's.10:12
ripps(performance wasn't hit that much, my awn was making a signal that was soaking a few cpu cycles)10:13
Sarvattand it works fine with the normal lucid packages?10:13
rippsyes10:13
rippsI'm not using a normal mplayer btw, I'm using the mplayer-build git repo to build ffmpeg-mt mplayer packages10:14
rippsI rebuilt it with xorg-edgers -dev files though10:15
Sarvatttry recompiling libass against xorg-edgers?10:15
Sarvatti think theres a newer libfontconfig in there, need to look10:15
Sarvattno idea if its related though10:15
rippsSarvatt: mplayer-build builds in internally into mplayer a compile-time10:16
ripps*build libass10:16
rippsno exteranl ffmpeg/libass dependencies10:16
rippsI'm trying to contact the mplayer-build developer now to see if he has any ideas, but he might be asleep10:17
Sarvattoh whoops that was libfontenc10:18
Sarvattripps: do you  have a ~/.drirc?10:20
Sarvattif so try deleting it and purging libgl1-mesa-dri-gallium and try again?10:20
rippsSarvatt: deleted it before installing xorg-edgers, as per the ppa description10:20
Sarvattnice!10:20
rippshold on, mplayer-build dev just pm'd me10:20
Sarvatthot damn I didn't think anyone read that :)10:20
Sarvattonly other thing I can think of would be to try without compiz, but i like to blame all my problems on compiz10:22
Sarvattdoes your mkv have embedded fonts? are you using those?10:25
rippsSarvatt: actually, it looks like I get different render glitches depending if it's windowed or fullscreen. Window = static. fullscreen = patially missing10:25
rippsembedded fonts I think10:25
Sarvattcould try changing your font hinting settings too10:27
rippsuau (mplayer-build dev) thinks there might be a bug with how gl is scaling the font10:27
* Sarvatt is really reaching at straws here10:28
rippsbut that wouldn't account for the glitches in windowed mode10:28
rippsthe problem might be with freetype10:28
Sarvatt-nofontconfig maybe?10:30
Sarvattor -ass-hinting 010:31
rippswoop, compiz crashed again10:32
Sarvattso friggin many -vo gl options10:32
Sarvattthe compiz crashes will probably go away if you move /usr/lib/dri-gallium/r300_dri.so to /us/lib/dri/ and restart X10:33
rippsAHA! I figured I out, I was using render=1, because it gave me a slight boost in older versions of ubuntu, but it's what was causing the graphical issues10:34
rippsSarvatt: okay, how do I uninstall this gallium stuff, it's causing to compiz to crash constantly10:37
Sarvattjust purge libgl1-mesa-dri-gallium10:37
rippsbtw, gallium can't do popup menu opacity correctly. It's either all or nothing with it.10:39
rippsI used to set it to 90%, but now it's looks like 10%. 10:39
Sarvattyeah both of those issues i've been told are resolved by moving r300_dri.so to /usr/lib/dri and restarting10:39
rippsokay, I'll try that10:40
Sarvattback up the r300_dri.so in /usr/lib/dri first :D10:40
rippsSarvatt: is it okay to symlink, or should I copy it?10:40
* ripps is restarting X10:42
rippswoot, opacity is working again :)10:45
RAOFSarvatt: You were looking at merging xserver 1.8.1 from Debian, right?10:50
Sarvattits already done10:51
Sarvatthttp://git.debian.org/?p=pkg-xorg/xserver/xorg-server.git;a=shortlog;h=refs/heads/ubuntu10:51
RAOFBut hasn't been uploaded yet?10:53
tjaaltonno10:58
rippswell, opacity is fixed, but compiz still crashes occasionally11:01
rippsit'll be nice if gallium gets xvmc/vaapi/vdpau. Right now, it takes almost my entire cpu just to decode a 720p video.11:05
Sarvattnew psb code drop, version 5.3.0.001-1.111:20
Sarvatt(in meego)11:20
Sarvattall the links to their git repos must be internal, dont work here :(11:21
Sarvatthttp://moblin.intel.com/git/cgit.cgi/umg-moorestown-pvr/commit/?h=img-1.5-m2&id=f91616e5029ee0282575f075bbcc932372fa9e0911:22
lucazadeSarvatt: any info on new psb code?11:25
Sarvattnot until intel actually releases it for meego :)11:26
lucazadeok.. hope will be compatible with xserver 1.711:27
Sarvattthe kernel side is public though - #define PSB_PACKAGE_VERSION "5.3.0.32L.0007"11:27
Sarvattyep, finally made sure that virtual devices patch is bogus - http://paste.ubuntu.com/435510/ 13:55
Sarvattvesa/vesa/fbdev13:55
Sarvattin qemu with -vga std13:55
Sarvattnormal vesa/fbdev with the patch dropped13:56
Sarvattawesome that -vga vmware works in kvm now, hope the 3D stuff works too13:58
=== verbalshadow_ is now known as verbalshadow
BUGabundo_remotegood afternoon18:00
BUGabundo_remoteany X dev that can join me in #nx ?18:00
BUGabundo_remotetrying to debug a evdev bug with NX18:01
BUGabundo_remote(2010-05-18 17:59:52) adrenaline: Here is the deal. Ubuntu took the keyboard and mouse out of xorg and put them in evdev I believe that is the issue you are facing with the keyboard18:01
=== BUGabundo is now known as BUGabundo_DrWho
=== BUGabundo_DrWho is now known as BUGabundo_dinner
=== BUGabundo_dinner is now known as BUGabundo_FlashF
=== BUGabundo_FlashF is now known as BUGabundo_MythB
=== BUGabundo_MythB is now known as BUGabundo_Naruto
=== BUGabundo_Naruto is now known as BUGabundo_SGU

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