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

Sarvattlooks like pm-utils needs an update for nvidia, no wonder suspend wasnt working00:51
Sarvattusing_nvidia() {  [[ -d /sys/module/nvidia ]]; }00:51
Sarvatt(should be nvidia-current or whatever?)00:51
Sarvattin /usr/lib/pm-utils/sleep.d/98-video-quirk-db-handler00:51
kklimondaSarvatt, can you build new lbm for -13 kernel? I have no idea how to do it the right way :)00:53
Sarvatthave_nvidia_g80() looks like it will take affect if nouveau is in use on a g80 and add --quirk-vbe-post that shouldnt be there too00:53
RAOFkklimonda: It's surprisingly easy.  You just add a new changelog entry as 2.6.32-13.something.00:54
BUGabundoSarvatt: and nouveau ? I can't get my LCD back after suspend to ram00:54
BUGabundohaven't tested hibernation yet00:54
kklimondaRAOF, oh? I got scared by all those control.stubs :)00:55
Sarvattyeah looks like pm-utils needs some adapting for all this new stuff, not surprised00:55
kklimondaprobably should just run debuild -S and see how it works00:55
BUGabundocool00:55
BUGabundoping me back once those are done, and ill test again00:55
Sarvattthe ddx depends on -12 too, needs more than just lbm bumped00:55
Sarvattsheesh theres a *ton* of vendor specific quirks in pm-utils that kind of dont take into account if kms and such is used from what i see01:00
* BUGabundo hands an eraser to Sarvatt01:02
Sarvattanyone know what the older nvidia kernel modules are renamed to?01:03
Sarvattbesides nvidia-current01:03
Sarvattlooks like its nvidia-173 and nvidia-9601:08
brycehyeah01:09
Sarvattusing_nvidia() {  [[ -d /sys/module/nvidia-current || /sys/module/nvidia || /sys/module/nvidia-173 || /sys/module/nvidia-96 ]]; } works01:10
Sarvatterr01:10
Sarvatt[[ -d /sys/module/nvidia-current || -d /sys/module/nvidia || -d /sys/module/nvidia-173 || -d /sys/module/nvidia-96 ]]01:10
Sarvattelif have_nvidia_g80; then01:15
Sarvattif i want to extend that to have_nvidia_g80 and !=have_kms what would it be?01:16
Sarvattpushing changes here - https://code.edge.launchpad.net/~sarvatt/ubuntu/lucid/pm-utils/bugfixes01:16
brycehgonna do a merge proposal on that?01:17
Sarvattor should i extend_nvidia_g80() to return 0 if have_kms or else do what it does now01:19
Sarvattyeah, want to test it first though01:20
brycehhow proper of you ;-)01:21
Sarvattoh the have_nvidia_g80 check is after the have_kms check and wouldnt get called i think01:22
superm1Sarvatt, if that's all it was for fixing suspend on all nv hardware, owe ya a beer :)01:39
superm1could you maybe just do an 'if ls /sys/module/nvidia* >/dev/null 2>&1' or similar though?01:41
superm1that would hopefully cover beta versions and what not too01:42
Sarvattah yeah good point01:42
Sarvattcorrupted screen on resume, bah01:42
Sarvatthttp://pastebin.com/f3feec8de http://pastebin.com/f1cc3134601:44
Sarvatthmm that one was funky01:49
Sarvattcame back to a black screen, switched vt's to 7 and got the unlock message, then it looks like gdm restarted and asked me to log in again01:50
* Sarvatt tries without plymouth01:50
Sarvattwonder how i get more verbose info out of pm-suspend01:51
Sarvattthere we go, PM_DEBUG env variable02:02
Sarvattyeah that pm-utils change doesnt do anything, its still /sys/module/nvidia/ even though its aliased to nvidia-current02:11
Sarvattdarn02:11
brycehSarvatt, I've sponsored your plymouth patch for nouveau02:38
brycehI don't know whether they maintain the packaging in bzr, but if so you may need to push it in there02:38
Sarvattthanks bryceh! looks like udev went in too, doesn't look like pm-utils needs an update after all after looking into it more.. 03:14
Sarvattanyone have a nvidia box thats able to suspend/resume with the blob? even if it's on karmic. i'd like to see your /var/log/pm-suspend.log after running sudo PM_DEBUG=true pm-suspend if so :)03:15
Sarvatti got it resuming, but it just sits at a black screen until I vt switch a few times to get back and it looks like a really common problem03:16
kklimondaheh - I was going to say that hibernation works with nouveau just fine (had to add resume=/dev/sda2 by hand to command line arguments) and then X crashed after I've pressed enter..03:20
Sarvattmight want to try removing quiet splash and try again, i've heard people getting the crash hitting enter from plymouth03:28
kklimondaSarvatt, it was with quiet splash removed :)03:32
brycehSarvatt, yeah pitti helped with udev yesterday03:39
brycehSarvatt, I've let apw know to put out l-b-m now03:39
Sarvatti just crashed after hitting enter right after booting - http://pastebin.com/f49b04d7703:43
Sarvatthmm https://bugs.edge.launchpad.net/ubuntu/+source/libxext/+bug/51957603:53
ubottuUbuntu bug 519576 in libxext "Race condition in libXext" [Undecided,New]03:53
Sarvattfixed in our libxext 1.1.1 but could be backported03:54
Sarvattwell they turned off shm support in chrome now to work around it03:57
johanbrSarvatt, well I can suspend/resume, but I have to switch vt's a few times too04:00
johanbrstill interested in a log?04:00
Sarvattnah its the same as here if thats the case, wondering what happens in a working suspend thats different04:00
Sarvattthank you though04:01
johanbryou're welcome04:01
Sarvatttjaalton: https://bugs.edge.launchpad.net/ubuntu/+source/x11proto-dri2/+bug/52079604:16
ubottuUbuntu bug 520796 in x11proto-dri2 "Sync x11proto-dri2 2.2-1 (main) from Debian unstable (main)" [Undecided,New]04:16
BUGabundo_remotegood morning09:13
BUGabundo_remoteplease advice: http://paste.ubuntu.com/374554/p://past!09:13
BUGabundo_remoteplease advice: http://paste.ubuntu.com/374554/09:13
* BUGabundo_remote has week paste fu so early09:14
* BUGabundo_remote and English skills too, it seems09:14
RAOFI think someone's updated the DDX to depend on the -13 l-b-m, but the -13 l-b-m has not been built yet.09:19
RAOFRead: now isn't the time to upgrade.09:20
BUGabundo_remoteok09:21
BUGabundo_remoteno full upgrade for me then09:21
BUGabundo_remoteI did a safe upgrade09:21
BUGabundo_remoteand it did remove linux-backports-modules-nouveau-2.6.32-12-generic09:21
=== Sinnerman is now known as Cobalt
=== Sinnerman is now known as Cobalt
=== Sinnerman is now known as Cobalt
=== Sinnerman is now known as Cobalt
bjsnidertseliot, with the 195 driver, did you have to create any symlinks for the new files included in that driver?15:03
tseliotbjsnider: honestly I don't remember, let me check15:06
tseliotbjsnider: yes, links for libOpenCL and libnvidia-compiler15:08
bjsniderbecause you're worried about the linker not being able to find them?15:09
bjsnideri was really hoping you'd say no, but i couldn't be that ucky15:10
tseliotbjsnider: no, the linker should find them when you're using nvidia as they are in /usr/lib/nvidia-current/15:10
bjsniderwell, i have to modify the old build scripts15:10
tseliotaah, now I see why you were asking15:10
bjsniderwhy create symlinks then?15:10
bjsnideri don't understand the purpose of it15:11
tseliotyes, if you want to make a backport you will have to modify it15:11
tseliotthe purpose of what?15:11
bjsnideri can see in the old scripts that you're deliberately creating symlinks for some of the shared libs. why is that necessary?15:11
tseliotdo you mean, when I create .so and .so.1?15:12
bjsniderwell, i don't have the scripts in front of me right now, but i guess so15:13
tseliotbjsnider: maybe have a look at this page? http://www.linux.org/docs/ldp/howto/Program-Library-HOWTO/shared-libraries.html15:16
bjsnideri don't understand why, if .so and .so.1 are necessary, nvidia didn't include them.15:18
bjsnidertseliot, i was just going to put the opencl libs in the nvidia-glx-xxx package. is that how you would do it?15:20
tseliotbjsnider: the nvidia installer would create those links, see the manifest file (it's a hidden file in their installer)15:21
tseliotbjsnider: yes, that would be fine15:21
bjsniderdid you also install that file to the /etc directory?15:22
tseliotbjsnider: nvidia.icd? Yes, it does't hurt to install it15:25
bjsniderof course debian upstream creates a whole separate opencl package at this point15:25
tseliotsuperm1: it looks like in new releases of fglrx the modaliases file is empty. I guess they removed the ids from the driver which is why I think we'll have to generate a kernel module and extract the ids with modinfo from there15:45
superm1tseliot, are you sure of this?  are you looking at generic releases, or releases intended for an OEM?16:20
superm1i'm wondering if perhaps they are stripping it out in the releases intended for OEM (because these are tied to SSID instead)16:21
tseliotsuperm1: is 8.70 an OEM release?16:21
superm1tseliot, it depends where it came from16:21
tseliotit could be then16:21
superm1this is just a theory i'm suspecting though, I don't know for sure16:22
tseliotI'll check a new release from AMD's website when I'm back home16:22
tseliotjust to be sure16:22
superm1that or check the latest beta that they've posted it16:22
tseliotyes, that too16:24
pgranerbryceh: you about?16:38
apwbryceh, we have any feel for whether any ati cards are working with KMS, are the issues leaning towards 'turn off for these cards' or 'turn off'16:42
apwupstream saying 2.6.33 will have a longer support life seems to fly in the face of stable teams plans16:42
jcristaui guess rhel will ship with the .33 radeon stuff backported16:43
apwthat is one hell of a heap of backport16:44
apwand if you pull back radeon you are pulling back drm, and then you need i915 etc to match16:44
apwhow much of 2.6.32 are you left with16:44
tjaaltonapw: is that a problem? it's just one subsystem (a big one at that, in terms of LOC), and becoming more and more important due to kms..17:20
apwtjaalton, replaceing the whole of drm ... thats a biggie surley, all the testing is rendered meaningless17:37
apwand we don't get long term support goodness from stable as its not .32 anymore17:37
Sarvatthow about just having a linux-backports-graphics people can opt-in to with KMS enabled ati and all the rest of drm, and making ati default to modeset=0 ala karmic in 2.6.32-x? could we extend the installer to install the backports by default for certain pci id ranges if it was on the cd?18:01
Sarvattor make it show up in jockey for people to pick18:03
tjaaltonapw: .32.x probably won't get much drm updates, probably only intel18:05
tjaaltonduh, damn evening messing my language :)18:05
Sarvattintel is expecting people to backport 2.6.33 features (overlay support) to use 2.10 too :( 18:05
tjaalton+up18:05
=== Sinnerman is now known as Cobalt
=== Sinnerman is now known as Cobalt
Sarvattwe could just add a postinst to -radeon checking the pci id and disabling KMS for r100 (and maybe some others like RS480)18:18
Sarvattthat would be something safe to update post-release as we find new ones with problems and need to be disabled.. I still think modeset=0 should be the default for radeon if we arent backporting though and instead have whitelisted cards18:22
Sarvattapw: I dont know if you've seen but 2.6.33's radeon needs extra firmware not in linus' tree or linux-firmware for ati hd2xxx and newer cards also, just something else to look out for if its backported18:23
brycehpgraner, apw, yeah the kms+2.6.32 combo is proving to be pretty bug ridden.  We need to either turn it off, or backport 2.6.33 there.18:39
brycehpgraner, apw, I know there's lots of strong desire to have kms across the board, which means 2.6.33, but if that's not feasible to do then yeah kms probably should be shut off.  Otherwise we're going to be breaking a lot of systems18:40
pgranerbryceh: noted, apw can speak better to the backport work18:40
pgranerbryceh: I have some funky nouveau stuff to show you some time18:41
brycehok18:41
pgranerbryceh: very strange things on my card, I get X on my left monitor, on my right monitor I get a console vt18:42
pgranerbryceh: and I can switch between them using ctl-alt-F1 for text & ctl-alt-F7 for X18:42
brycehpgraner, we're in a similar boat with nouveau btw.  In order to get fixes from upstream we must be pulling from the 2.6.33 drm tree.18:42
brycehwow, that's a bug I've not heard of before18:42
pgranerbryceh: I'll make a video and send it to ya18:43
pgranerbryceh: its a: nVidia Corporation G92 [GeForce 9800 GX2]18:43
brycehhmm, weird well file a bug via ubuntu-bug xserver-xorg-video-nouveau and post the video and any other useful info there18:45
pgranerbryceh: wilco18:45
bjsnidergx2, so there are dual gpus18:46
bjsniderpgraner, there's a nouveau channel that has all of the devs in it including skeggs19:06
bjsnideri wonder if the dual gpus might be an issue19:07
Sarvattnot sure if i got disconnected or not but - <Sarvatt> oh wow, we *really* need to update libdrm it looks like, that fix fixed more than just 915-945 with intel 2.10+, people were hitting the crashes on vt switching and lid close as well 19:38
Sarvatthttps://bugs.launchpad.net/bugs/50527119:38
ubottuUbuntu bug 505271 in linux "[gm45] "*ERROR* Execbuf while wedged" when closing laptop lid with compiz running" [Unknown,Confirmed]19:38
Sarvatthad a chance of crashing on anything triggering an interrupt without the fix it looks like19:42
Sarvattasking for a new libdrm release, been 2 months and theres other major changes like radeon KMS enabled by default as well as the fixes19:45
Sarvattwe should probably just do a git snapshot if theres no release soon, other fixes in there like the <=915 fence starvation fix and we already have a 9 patch series of backports for nouveau thats outdated and needs updates already19:48
Sarvattwhat are we going to do about intel 2.10 though, we either need the overlay stuff from 2.6.33 backported to 2.6.32 like intel wants, ifdef out the overlay code in 2.10 and dont use it (blocking off people from using it even if they use a newer kernel with support) or install i915_drm.h in libdrm-dev and have libdrm-dev replace linux-libc-dev19:50
Sarvattjust reverting this would be enough if we use the second option it looks like http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/commit/?id=bd81734465912d79d6320a6fb021ce43d258b90619:52
Sarvattwould be so much nicer if the drm headers weren't installed in linux-libc-dev since they want people using the libdrm-dev headers now because everything has runtime feature detection19:53
tjaaltonyes that's where upstream is going20:01
jcristauthey just went the other way a few months ago..20:03
brycehSarvatt, airlied seemed to suggest they were thinking of putting out a new libdrm soonish20:06
brycehSarvatt, meanwhile we can consider updating to a newer git snapshot, I've added to my todo list for next week to look at it; if you get some time to test on it that'd be great20:07
brycehSarvatt, regarding 2.10, I'm sort of mixed about it.  With the exec buffer bug fixed, we now have the main blocker we identified removed, so we ought to move ahead on it.  However, I'm concerned about losing UMS permanently, and sounds like we would be wanting to backport a bunch more stuff20:08
Sarvattsame here, doesn't look like theres much in the way of fixes outside of fixes for the performance enhancements they added post 2.9.1 in 2.10 :D20:19
Sarvatthttp://cgit.freedesktop.org/xorg/driver/xf86-video-intel/commit/?id=c87585229b36790f883b9b8954ed061e00624df6 might  be worth pulling back into 2.9 branch20:23
Sarvatthttp://cgit.freedesktop.org/xorg/driver/xf86-video-intel/commit/?id=10946118dd3a63f1375a1bfde0b2f0542a93c1c2 ?20:25
jcristautell cworth that?20:25
Sarvattyeah i'm looking at things that might be worth it then planning on asking20:26
jcristaucool20:26
jcristauthanks :)20:26
brycehSarvatt, Geir mentioned on the list that we need 2.6.33 for Clarkdale support20:35
jcristaueh? i thought that was in .32..20:36
Sarvattit *should* work fine on 2.6.32.x, alot of fixes for that went into 2.6.32-1320:36
Sarvattwe just had an old 2.6.32.6 before that was missing a bunch of fixes20:36
brycehah20:37
Sarvatthttp://sarvatt.com/downloads/patches/103_increase_idgng_stride.patch 21:03
Sarvattjbarnes: does "Disable bo reuse on shadow framebuffer" fix a bug that would exist on 2.9 branch?21:04
jbarnesSarvatt: yeah wouldn't hurt21:05
geseranyone familiar with the mesa packaging still around?21:06
Sarvattwe might end up shipping 2.9 branch with lucid because of the the dropped UMS support and the fact we're stuck with an old kernel, just looking at things that might be relevant21:07
Sarvattwhats up geser?21:07
geserlibgl1-mesa-swx11 doesn't have it's own ld.so.conf snippet which makes that libGl.so.1 from that package doesn't get found21:09
geserand as it is a valid alternative for libgl1-mesa-glx it makes all packages using libGL.so.1 not find it21:10
gesermy guess is that libgl1-mesa-swx11 should also have a ld.so.conf snippet like libgl1-mesa-glx21:12
Sarvatteww21:12
randomactionI can confirm that replacing "libgl1-mesa-swx11-dev | libgl-dev" with "libgl1-mesa-dev" in build-deps fixes this FTBFS: http://people.ubuntuwire.org/~lucas/ubuntu-nbs/32/rss-glx_0.9.0-2ubuntu3_llucid32.buildlog21:13
Sarvatthmm shouldn't libgl1-mesa-swx11 conflict with libgl1-mesa-glx?21:15
geserit does (indirectly about conflicting with libgl1 which libgl1-mesa-glx provides)21:16
geserbut when libgl1-mesa-glx get removed also the ld.so.conf snippet gets removed which allows libGL.so.1 in /usr/lib/mesa to get found21:17
Sarvattif we had libGL.so.1 in /usr/lib we wouldn't need an alternative installed with mesa would we? asking because I know how we can move libGL back to /usr/lib21:17
jcristaui think you'd need an alternative that said "don't use fglrx or nvidia"21:18
geserlibGL.so.1 was in /usr/lib but got moved to /usr/lib/mesa (don't know the details)21:19
geserI guess I've to wait for tseliot21:20
Sarvattgeser: yeah, just trying to work out how we could get around moving libGL at all which is causing all these problems21:20
geseras far as I know it got moved to fix other problems21:21
Sarvattwhy would we need an alternative that said dont use fglrx or nvidia though? there would be no alternative at all for it unless nvidia or fglrx was specifically installed21:21
Sarvattit got moved because ldconfig wouldn't let libGL.so.1 from another directory have a higher priority over the one in /usr/lib because of the abi tag in the lib21:22
geseras I told, I don't know the details why it moved just that it caused much trouble21:23
Sarvatthttp://sarvatt.com/downloads/patches/100_no_abi_tag.patch would fix that (on x86 or amd64 at least)21:26
jcristauSarvatt: i thought the plan was to be able to install them all, and choose which one to use dynamically21:27
Sarvattthat tag doesnt get added on other arches anyway it looks like21:27
Sarvatthmm good point21:28
Sarvattwell the only people that would want to use mesa instead of nvidia or fglrx would be people with nvidia or fglrx installed, maybe those packages could install the mesa alternatives too at lower priority? dunno21:30
Sarvatti just dont like not being able to install packages from nvidia.com directly anymore since the alternatives were added to mesa :D and we keep having problems pop up with the mesa libGL being moved21:41
Sarvatti guess adding a         echo "/usr/lib/mesa" \21:42
Sarvatt        > $(CURDIR)/debian/libgl1-mesa-swx11/usr/lib/mesa/ld.so.conf21:42
Sarvattto the rules should work?21:42
Sarvattand adding the prerm and postinst to libgl1-mesa-swx1121:43
jcristaui guess21:43
geserthe same that was done to -glx to setup the alternatives needs to be repeated for -swx11 too21:43
tjaaltonbetter to fix the loading order and move the libs back to where they belong?21:44
bjsniderhas somebody got nvidia-current installed here?21:55
Sarvattyep21:55
bjsnidercan you check for the existence of this link: /usr/lib/libvdpau_nvidia.so21:56
bdmurraybryceh: do you have process for bugs with patches like bug 402260?21:59
ubottuLaunchpad bug 402260 in xorg-server "segfault when running Xdmx" [Undecided,Confirmed] https://launchpad.net/bugs/40226021:59
brycehbdmurray, yes22:00
brycehbdmurray, generally the steps I follow are first to look at each patch and see whether it is a patch from upstream, or one that the user created, or one that they just picked randomly from elsewhere in the internet22:01
brycehin the latter two cases I *usually* ask that they get the patch accepted upstream first, or at least run it by them.22:01
brycehSometimes I will go ahead and post it upstream for them, if I'm in a good mood.22:02
BUGabundoevening o/22:02
bryceh(or if it looks important)22:02
bdmurrayI'm trying to figure out how x packages will fit in the ubuntu-reviews team workflow...22:02
brycehbdmurray, for ones which are pulls from upstream, the next step is to see if it applies to our tree.  Often the upstream patches are against upstream git trees and so don't apply.22:02
jcristauxdmx is fixed in 1.7 afaik22:02
jcristauah the guy nominated it for karmic22:03
Sarvattbjsnider: lrwxrwxrwx 1 root root   36 2010-02-11 20:24 /usr/lib/libvdpau_nvidia.so -> /etc/alternatives/libvdpau_nvidia.so22:03
brycehbdmurray, if they don't apply, then it is a choice between a) wait until we update (in which case I just put "[Needs 1.2.3]" in the subject, b) backport the patch myself, or c) leave it for someone else to look at22:04
bjsniderSarvatt, and does the so.1 link also exist?22:04
brycehbdmurray, along with all the above, it is also important to see if people have actually tested the patch.  Often I see people will post patches that they *think* fix the issue because upstream told them so, but they're afraid of patching/building the X component themselves, so are sort of hoping someone else will do that bit for them.22:05
brycehsometimes I do this; this is why I have so many ppas ;-)22:06
brycehthese days I find I haven't so much time to do this for people though22:06
brycehbdmurray, anyway take from the above what you may22:06
Sarvattshould I commit this to the ubuntu branch of mesa git? http://sarvatt.com/downloads/patches/0001-Add-100_no_abi_tag.patch.patch22:06
Sarvattbjsnider: http://pastebin.com/f5158779622:07
brycehbdmurray, does that answer your question or is it TMI?22:08
brycehhi rickspencer322:08
rickspencer3hiya bryceh22:09
rickspencer3apport?22:09
brycehrickspencer3, btw I'm confused about when we have that call with alice? 22:09
brycehapport?22:09
rickspencer3did she send an invite?22:09
rickspencer3she said she would schedule it22:09
brycehrickspencer3, yes but it was for yesterday22:09
rickspencer3lol22:09
bdmurraybryceh: it was a bit too much TMI.  The reviews team is more of a sorting / assigning team.  We'd assign bugs with patches to the main reviews team or universe or upload the patch our selves.  But since you have a fairly detailed process what should we do with them?22:09
rickspencer3well, I can only assume that was a Friday afternoon mistake for her22:09
brycehrickspencer3, try again tuesday?22:10
rickspencer3bryceh, sure22:10
brycehbdmurray, maybe you should explain what you do for non-x patches, and we can see if there is a good overlap22:10
bjsniderSarvatt, i don't understand why a .so.1 version isn't also there, but thanks22:11
brycehrickspencer3, maybe right after the team meeting so it's not too late london time for her?22:11
rickspencer3bryceh, sure22:11
rickspencer3I don't actually see an invite from her22:11
rickspencer3could you just bounce it back and ask her to try again?22:11
brycehsure22:16
brycehrickspencer3, is it cool if we use your conference line for this?22:20
rickspencer3sure22:20
Sarvatttjaalton: how does this look for libgl1-mesa-swx11 alternatives? http://sarvatt.com/downloads/patches/0001-Install-alternatives-for-libgl1-mesa-swx11-as-well.patch22:20
brycehrickspencer3, ok email sent, you're cc'd.  9:30am Tuesday, your conf call line22:21
rickspencer3okee dokee22:22
brycehSarvatt, sorry, in the middle of reviewing your patch, one sec22:22
tjaaltonSarvatt: tbh I haven't given much thought on our current mesa, and I've been up too long to think straight ;)22:23
brycehSarvatt, one question, would it not be sufficient to simply undefine GLX_USE_TLS via configure or something?22:23
jcristauit would work too, but it would be a completely different fix22:24
Sarvattnah alot of other changes are done for GLX_USE_TLS in there, undefining it would stop using TLS at all22:24
Sarvattcould just stop passing --enable-glx-tls to disable it completely22:26
Sarvattwhich would fix https://launchpad.net/bugs/259219 but thats way over my head22:30
ubottuUbuntu bug 259219 in mesa "Broken TLS support in libGL.so" [Undecided,Confirmed]22:30
tjaaltontls should improve performance22:31
Sarvattdebian/ubuntu seem to be the only people enabling it, fedora gentoo and mandriva when I looked22:36
Sarvatt*dont22:36
tjaaltonbecause of selinux?22:36
tjaaltonfedora at least22:37
Sarvattnevermind gentoo does, i'm blind - $(use_enable nptl glx-tls) \22:37

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