/srv/irclogs.ubuntu.com/2008/12/24/#ubuntu-devel.txt

LaserJockany compiz types around?03:50
bluesmokeLaserJock: why?04:24
LaserJockI'm wondering if there are any good pointers on OpenGL apps behaving badly with compiz04:28
LaserJockor rather, how to correct screen artifacts in OpenGL apps04:29
bluesmokeLaserJock: Redirected Direct Rendering04:36
bluesmokeUnfortunately we don't actually have that yet04:36
LaserJockbluesmoke: so is that a compiz thing or at the app level?04:38
bluesmokeThat's a driver thing04:38
LaserJockah04:38
racarrAssosciated buzzwords include DRI2.04:43
bluesmokeDoesn't implementing DRI2 get RDR for free?04:46
racarrYes.04:58
racarrbluesmoke: ^04:58
racarrIt's basically the point of DRI204:58
racarranyway. It works on intel upstream mostly at this point. and is progressing on ATI...04:59
racarrbut the i915_drm module changes aren't landing until 2.6.28, so it wont be in Jaunty.04:59
bluesmokehmm, i thought we had 2.6.26 in hardy05:03
bluesmokeand we usually jump two between releases05:03
racarrThe timing just doesn't work out this time05:03
ebroderHardy is 2.6.24, Intrepid is 2.6.2705:03
bluesmokeerr, yeah, intrepid05:03
bluesmokewait, now i'm all confused05:04
bluesmokeracarr: did you mean 2.6.29?05:04
racarrThis is kind of confusing. Now I'm trying to decide whether I meant 2.6.2905:04
racarrwe definitely determined that the kernel with the stuff needed wouldn't be in jaunty, because it wouldn't be out in time05:05
racarrand I could have sworn that was .28...but that wouldn't really make much sense05:05
crimsun28 will be out in time for jaunty05:08
racarrYeah. 2.6.28 is in Jaunty. So I must be confused on when i915 stuff is landing.05:08
racarrwhich must then be .2905:08
racarralternatively none of us in the plymouth session at UDS could count, and it actually is landing in .28 in time for jaunty05:09
racarrbut I don't think so.05:09
bluesmokebackport? :)05:13
racarrSo. It's all getting put in a ppa05:16
racarrto test plymouth, for boot stuff05:16
racarrbut it just happens to conveniently be05:17
racarrall in the same package05:17
racarr(kernel modesetting and DRI2)05:17
bluefoxicyguys I have a question05:57
bluefoxicywhy the fuck is my OpenOffice.org listing fonts as "Normal" "Cursiva" "Negreta" "Negretaa cursiva"05:57
slangaseksurely that question works just as well without the obscenity?06:19
slangasekbug #10590006:19
ubottuLaunchpad bug 105900 in openoffice.org "Bold, Italics, and Bold Italics not in English on Fonts menu" [Unknown,In progress] https://launchpad.net/bugs/10590006:19
tjaaltonracarr: DRI2 doesn't need KMS, so 2.6.28 is enough. just that the current version of -intel in jaunty doesn't support DRI207:07
tjaaltonthere's a new beta available, but it needs a new libdrm which in turn crashes X, so.. :)07:07
racarrtjaalton: Right. It doesn't need KMS, I was just under the impression that they happened to be in the same release07:07
tjaaltonracarr: nope, KMS for intel is 2.6.29, for ati maybe 2.6.3007:08
racarrtjaalton: Ah. Ok. That explains my confusion. Thanks.07:11
=== nellery_ is now known as nellery
=== fargiola` is now known as fargiolas
Keybukhttps://lists.launchpad.net/ubuntu-boot/msg00003.html10:05
Keybuk...interesting, but probably not a metric ;)10:06
Keybuk72% of the time in initramfs is udev (though probably also waiting for the root fs), and 42% of the time booting the rest of the system is in udevsettle10:07
KoonKeybuk: interesting, yes :)10:08
NCommanderKeybuk, that's 114% percent O_o?10:09
KoonNCommander: the two % don't refer to the same thing, so no.10:10
NCommanderoh10:10
* NCommander inserts his foot into his mouth10:10
* RainCT watches NCommander inserting his foot into his mouth10:15
* NCommander turns his foot left10:15
=== veloc1ty is now known as veloc1ty^off
loolcjwatson: (Pushed pygobject/hardy-proposed)10:51
* lool lunch &10:52
cjwatsonlool: thanks11:37
=== thekorn_ is now known as thekorn
=== veloc1ty^off is now known as veloc1ty
=== stdin_ is now known as stdin
* lool waves a merry christmas!16:50
iulianHappy Christmas!16:51
keesdoko_: any chance you're around?  I have a patch to glibc to "fix" bug 30590117:35
ubottuLaunchpad bug 305901 in glibc "Intrepid gcc -O2 breaks string appending with sprintf(), due to fortify source patch" [High,Confirmed] https://launchpad.net/bugs/30590117:35
=== LaserJoc1 is now known as Laserjock
=== Laserjock is now known as LaserJock
gverigthis likely is a dumb question but I can't seem to resolve it on my own. I'm on ubuntu 8.10. What package contains libGL.a?18:27
macd'apt-file search libGL.a'18:27
Picior use packages.ubuntu.com if you dont have apt-file installed.18:28
macdwhat he said too.18:28
macd;)18:28
gverigSearched packages.ubuntu.com. Found one entry: libgl1-mesa-swx11-dev. this is a "This library provides a pure software rasteriser" and it conflicts with half of the system (including "ubuntu-desktop")18:33
gverigany thoughts?18:33
gverigthere is libGL.so... should i link against some other library?18:34
azeemgverig: if you're trying to package some software, better ask in #ubuntu-motu; otherwise, ask in #ubuntu18:35
Nafallomtr 12.44.117.10418:35
gverigazeem: I am trying to build something. Something I am trying to write. I asked in #ubuntu they sent me here...18:37
gverigI want to play with OpenGL a bit. and I can't find a GL library to link to...18:38
ebroderFind what package is providing your libGL.so, then add -dev to the package name, and see if that gives you the .a18:38
gverigebroder: yeah, tried that. libGL.so is provided by libgl1-mesa-dev. No libgl1-mesa-dev-dev :-\18:39
ebroderWhy not just link against the dynamic library?18:39
gverigebroder: don't I need an .a file to define how to link against a dynamic library? I have not done much C++ in a loooong while18:40
ebroderNo. .a is the static library, .so is the dynamic library. You don't need one to link against the other18:41
gverigebroder: OK, how do I link against dynamic library?18:42
ebroderNo idea - I avoid linkers at all costs :)18:43
gverigo_O how do you build stuffs?18:43
ebroderI write everything in Python18:43
gverigahh, ok18:43
ebroderAnyway, azeem is right - this isn't really an #ubuntu-devel question anymore18:44
TreenaksI just upgraded to jaunty, but now resolv.conf is empty, and I don't have a default route19:22
ion_It’s a feature. Without proper network access, the computer is now secure.19:23
Treenaksion_: except against local attackers :)19:23
Treenaksion_: but I wonder where the bug is.. dhcp client? network-manager? resolvconf?19:23
ion_Computers are never secure against local attackers. :-)19:23
ion_Dunno. I’ve been considering upgrading as well, perhaps i’ll stumble upon the same problem. :-)19:24
* Nafallo should poke his eeepc19:24
ebroderTreenaks: Do you have something like NetworkManager installed?19:24
Treenaksebroder: I just upgraded a mostly-standard intrepid19:25
Treenaksebroder: so yes, I have network-manager19:25
Treenaksand I've already found something in its log19:25
ebroderTreenaks: I've never used network-manager, but doesn't it create the resolv.conf file and routes and stuff like that? I'd check its config19:26
Treenaksebroder: I know how it should work, it's just not working as it should19:26
Treenaksebroder: actually, it worked until a few minutes ago (upgrade to jaunty)19:26
* ebroder shrugs19:27
ebroderYou've officially surpassed my expertise on network-manager :)19:27
=== asac_ is now known as asac
ebroderHmm...I think the Perl security update broke the Errno module: http://pastebin.com/m6d2b5b9d22:00
ebroderIs this an actual regression, or just my system being stupid?22:00
ebroderOh, never mind - I didn't notice it was in /usr/local22:02
=== cprov is now known as cprov-out
nhandlernellery: I owe you a thank you. Your merges got me in the Hall of Fame for Sponsoring the Uploads23:30

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