=== jono is now known as Guest95491 [05:54] Does anyone know what it would take to add the opengl icd dev files to the xorg edgers branch on precise? ( it exists in all newer releases ) [05:54] * Opencl [05:57] also, There is probably a good reason to integrate this patch ( http://cgit.freedesktop.org/xorg/xserver/commit/?id=7ecfab47eb221dbb996ea6c033348b8eceaeb893 ) into the older server set for lts since there is plans to remove the old entry proints in the newer driver updates [05:57] looking at the build-deps, probably a backport of khronos-opencl-headers and ocl-icd [05:58] hyperair, I did look into that... quantal and up all have ocl-icd-libopencl1 [05:59] opencl-headers ( exists in precise ) but there is no direct lib [05:59] you need version 1.2 [05:59] which isn't in precise [05:59] at least not according to rmadison. [06:00] ya... and honestly it's a combination of both update opencl-headers to 1.2 and to add ocl-icd-opencl-dev [06:00] there is already at least four different packages that can benefit from this ( with slight updates ) [06:01] nvidia and amd binary drivers both can take full advantage of this change [06:01] and as for testing packages, Piglit has full opencl support [06:02] I know that opencl support in piglit is not enabled specifically because of compilation problems caused by the lack of an opencl icd lib ( like what libgl.so does for opengl ) [06:05] Also, The piglit package that got disabled was disabled not due to a new mesa requirement... it was a bug with detecting the posix function strndup. [06:34] hyperair, opencl headers 1.2 do introduce the icd concept and supporting the icd for ubuntu lts is good since there is some patches to the mesa opencl implementation ( clover ) that enables the icd support. [06:36] * hyperair shrugs [06:36] i'm not too familiar with opencl [06:37] opencl is a varied language... lets you write programs to do specific tasks on the graphics card and regular old cpu. [06:38] yeah i got that much [06:38] but i'm not familiar with how the components involved, etc. [06:38] (nor am i the one handling the opencl packaging, or the xorg-edgers ppa) [06:39] except for some minor libc changes there is not many components involved in fixing this package. [06:40] libc changes? [06:40] I don't know what all changes are from precise (2.15-0ubuntu10.5) to quantal ( 2.15-0ubuntu20.2 ) on libc but i don't think it's a lot... since the major versioning did not change. [06:49] hi ricotz [06:50] it looks like the daily piglit builds will resume although some verification needs to happen. [06:52] ricotz, I think it may be time to update waffle ( to version 1.3.0 ) since there is a patch for piglit that will land sometime this next week that will knock out the builds. [06:56] Dandel, hi, i see [06:56] Dandel, so your patching should work for now? [06:57] ya, but updating waffle is also a longer term fix. [06:57] Dandel, thanks!, will look into waffle [06:58] ricotz, the patch set: http://lists.freedesktop.org/archives/piglit/2013-October/007763.html [07:01] ricotz, based on what I can see, there should be no changes when building waffle 1.3 ( mainly fixes ) [07:05] ricotz, the updated patching also should include fixes for lesser "known" tasks like generating an html viewable output of piglit results. [07:14] Dandel, will push it in a bit [07:24] Dandel, doesnt seem your refreshed patches apply [07:26] ricotz, looks like it failed to handle the set 0o' [07:27] did they work for you locally? [07:27] they where written to the latest tree. [07:27] failed on: Applying patch 40-piglit-install-directories.patch [07:28] and they applied cleanly with fuzz [07:28] *without* [07:28] earlier, it was broken with Applying patch 30-change-template-dir.patch [07:29] looks like a slight conflict since 40-piglit-install-directories.patch and 10-no-rpath-in-build.patch both modify cmakelists.txt [07:33] ok, could you fix it? waffle 1.3.0 is up an built [07:33] bbl [07:33] ricotz, the issue is the lines it is looking for moved [08:07] Dandel, keep an eye on tabs vs spaces [08:08] pushed a fixed 40_... [11:06] tseliot: hi! you have a minute regarding nvidia-prime package in saucy? [11:06] zzippy: sure [11:09] on my machine (and a few others in our forum) in 12.04.3 nvidia-prime is automatically installed when selecting the nvidiablob from restricted drivers. On the same machine in 13.10 this does not work. [11:09] no driver suggested. [11:10] (no problem to install manually) just wanted to let you know. [11:12] also, since bumblebee is in the sources of 13.10, it might be better to mark this as "conflicted" in debian control file. [11:12] zzippy: in 13.10 the UI doesn't support hybrid graphics, so that's expected. I hope to fix this in 14.04 [11:12] zzippy: good point [11:12] ok, so I misunderstood your blog article .. [11:13] ..thought that restricted drivers would also handle nvidia-prime in saucy. [11:13] zzippy: that's explained in the wiki page, I don't remember if I mentioned it on my blog [11:19] tseliot: ok, thanks, so I will update our wiki at ubuntuusers.de concerning software-properties-gtk in saucy. [11:20] anything in work to make it possible to restart X on Intel (when battery stamina is needed)? We have to use ugly script to manage this in the moment .. [11:21] (and steal bbswitch from bumblebee) [11:22] zzippy: I'm working on it [11:23] zzippy: and I'll make sure it's available in 12.04.4 and 14.04 [11:26] nice to hear. if we could do anything to help (testing)? Quite a few optimus machines around in our forum .. [11:34] zzippy: sure but I expect to release my work in early December [13:17] ricotz, last rebuild "worked" but didn't [13:21] Dandel, i know [13:22] it's actually not that bad of a bug :) [13:22] i pushed a fix, but can't testbuild it here [13:22] don't trigger a new build though [13:23] g2g [15:42] wb ricotz [15:42] the build worked :) [15:43] now all that is needed is the relevant packages to add the opencl icd support and opencl 1.2 support to precise and the opencl support for piglit can be turned on. [16:21] ricotz, is it me, or did the piglit build sequence skip a distro release? ( The 12.10 package was not rebuilt ) [16:27] Dandel, quantal was disable and i kept it so [16:27] *disabled [16:40] ricotz, No big deal... anyways, quantal did have one thing that precise lacks that all newer releases have. ( namely opencl 1.2 headers and opencl icd support ) [16:41] the only reason opencl testing is not enabled for piglit is the fact it'll break precise build badly. [16:42] like all piglit builds, Opencl has it's own build param ( PIGLIT_BUILD_CL_TESTS ) [16:43] actually, on the arm devices it is possible to install piglit :) ( in theory )... just set PIGLIT_BUILD_GL_TESTS to false, and then leave the other build options enabled.