**** BEGIN LOGGING AT Fri Jan 21 02:59:57 2011 Jan 21 04:10:09 Anyone here has experience with the emgd driver released for meego? Jan 21 04:16:04 vgrade1: ping Jan 21 06:07:28 anybody tell me something about obs work principle ,I mean how it add packages to repos . Jan 21 06:07:42 anybody can tell me something about obs work principle ? I mean how it add packages to repos . Jan 21 06:16:39 hlzxy: packages to build against (as in, your "target" repo) or built packages from your sources? Jan 21 06:21:44 Bostikļ¼š packages created by my sources code. as I know it store the build resualt in RPMS and SRPMS, and I see them in repos , I want to know how it do that Jan 21 06:25:50 well, under the hood it simply copies the result files into a separate path which again is served by any regular httpd Jan 21 06:27:13 there are a few steps involved since the files are built inside a worker instance but in principle that's all there is to it Jan 21 06:28:01 Bostik: could you tell somthing about it ,I mean some files or commands relate this process Jan 21 06:28:41 I just want to change the repos' structure. Jan 21 06:30:32 hmh, I thought there was some nice documentation on setting up your own OBS.. Jan 21 06:30:34 a minute Jan 21 06:30:36 i did a zypper source-install kernel.. it download all the rpms where does it unpack them? i dont see it at usr/src/kernels Jan 21 06:35:45 tcs-meego:maybe in /var/cache/zypp/ Jan 21 06:36:20 hlzxy: I was wrong, there isn't a concise overview but the component you need to look at is bs_publisher; it is responsible for pulling packages and placing them to the "visible" outside repos Jan 21 06:37:22 Bostik: thanks,i will see it right now Jan 21 06:37:40 hlzxy: the rpm is there in /var/cache/zypp .. but the unpacked stuff .. i cant find Jan 21 06:53:02 hi Jan 21 06:53:40 I am new to meego and OBS Jan 21 06:54:06 I am trying to create new branch in web OBS Jan 21 06:55:17 I have given project name as MeeGo:1.0:Core:Handset Jan 21 06:55:46 but the package name I am not able to get Jan 21 06:56:00 tell a bit about your setup? Jan 21 06:56:05 I want to get Gstreamer package Jan 21 06:57:18 Stskeeps: I have created a meego account and have an account in https://build.pub.meego.com Jan 21 06:58:11 Stskeeps:now at my home project i am trying to create new project Jan 21 07:00:25 please can anybody help me out? Jan 21 07:01:44 mkaran: so, you want to branch gstreamer package? Jan 21 07:01:57 yes Jan 21 07:02:10 Stskeeps:yes Jan 21 07:02:27 ok, so, community obs doesn't have a link to the main OBS so you need to import the src.rpm with osc importsrck Jan 21 07:02:30 importsrcpkg **** BEGIN LOGGING AT Fri Jan 21 07:52:16 2011 Jan 21 08:06:53 hi Jan 21 08:07:16 I have an ION platform (atom 330) Jan 21 08:07:53 I've read meego does not support nvidia but is there a hack or something I could patch to make it work? Jan 21 08:08:10 didn't find anytihng :( Jan 21 08:11:24 giGGler: recompile Xorg with XINERAMA Jan 21 08:11:34 lol Jan 21 08:11:42 i'm not kidding Jan 21 08:11:56 sure Jan 21 08:12:11 Hi,everyone, i want to replace the meego kernel(behind the /boot folder). but failed. could you tell me some info? thanks for your reply.. Jan 21 08:12:26 I thought meego was a OS for real life ppl Jan 21 08:12:58 abyway, how might I do that? Jan 21 08:13:05 giGGler: it's a platform, actually Jan 21 08:13:11 tyson_: make a new kernel Jan 21 08:13:42 stskeeps: a platform is not for users, is just for experts Jan 21 08:14:07 giGGler: well, it's a decent platform if most things work out of box, but nvidia has closed source binaries and we can't distribute those in meego Jan 21 08:14:40 bad news then Jan 21 08:15:02 people had it working by recompiling Xorg (and providing xinerama-enabled packages Jan 21 08:15:04 but jolicloud does support my netbook (asus 1201n) Jan 21 08:15:06 look at forum.meego.com Jan 21 08:15:10 ok Jan 21 08:15:13 I will Jan 21 08:15:21 thanks!!! Jan 21 08:15:36 Stskeeps: i will change some source code, such as driver code. so i just replace the meego kernel . Jan 21 08:15:47 tyson_: yes, grab a kernel package and modify that in your OBS Jan 21 08:16:35 anyone met this promblem when create obs with opensuse11.2 : http://pastebin.com/xi9A7WAA Jan 21 08:17:26 I am not running linux but osx Jan 21 08:22:52 Stskeeps: sorry, i don't use OBS. i used the runtime enviroment( meego sdk). and download the kernel-xxx.src.rpm. then copy the kernel.xxx.src.rpm to the runtime enviroment for compile the kernel.xxx.src.rpm. then i can find bzImage in the /arch/x86/boot. so i want to replace this. Jan 21 08:23:55 tyson_: you should build the rpm and best way to do this is by a OBS Jan 21 08:29:54 Stskeeps: you mean: i need uncompress the kernel.xxx.src.rpm. and then copy the uncompress things to obs. then let the obs compile. yer or no? Jan 21 08:30:22 tyson_: yes Jan 21 08:32:05 Stskeeos: obs's output is the rpms. how i find the meego kernel and replace it. Jan 21 08:33:12 it's in src.rpm Jan 21 08:33:51 hey, anybody here familiar with the meego packaging guidelines? Jan 21 08:34:02 I'm wondering about the version number scheme Jan 21 08:34:50 you're supposed to add any arbitrary postfixes like "beta" to the version field of the spec file, right? and you're supposed to separate them from the x.y.z version number with a tilde, right? Jan 21 08:34:59 so I'd have e.g. 0.1.5~beta1 Jan 21 08:35:12 but say I'm autobuilding from tags in a git repo Jan 21 08:35:26 I can't have a git tag with a ~ in id Jan 21 08:35:32 s/id/it/ Jan 21 08:35:33 poutsi meant: I can't have a git tag with a ~ in it Jan 21 08:36:11 it's bothersome :) Jan 21 08:36:53 poutsi, I thought you stored the versions inside changelogs and things? Jan 21 08:37:06 what happens when you build from tar.gz? Jan 21 08:37:54 probably all is fine and dandy Jan 21 08:38:16 but let's assume I can't Jan 21 08:38:45 and even if I could, I'd still like to have a package version === git tag 1-to-1 relationship Jan 21 08:44:04 Stskeeps: i don't know what's your mean. i tell you i want to do. i flashed the meego-handset-ia32-mtf-devel-1.1.80.6.20101116.1-sda.bin to the sd card( using the dd command). and i want to replace its kernel. i used the bzImage generate by runtime enviroment to replace the sda.bin kernel. Jan 21 08:44:48 Stskeeps: thanks your reply... Jan 21 08:45:16 tyson_: right, and this is done through installing a new kernel package and making a mic2 build Jan 21 08:51:44 Stskeeps: i chroot the sda.bin, and directry its bzImage used the runtime enviroment generated bzImage. but failed. Jan 21 08:52:10 if you're manually editing your image, you're doing it wrong Jan 21 08:57:49 Stskeeps: but if you want to repalace the meego kernel, i think you must manually. Jan 21 08:57:58 no, you should do that with mic .ks files Jan 21 08:59:49 if you use the ks file, you are not replace the meego kernel. you are generate all the image. althought the file system don't change. Jan 21 09:01:21 Stskeeps:i mean replace meego kernel. not generate the image again. Jan 21 09:01:38 Stskeeps:if you use the ks file, you are not replace the meego kernel. you are generate all the image. althought the file system don't change. Jan 21 09:01:53 meego kernel comes in a .rpm. Jan 21 09:02:00 that is installed into a image. Jan 21 09:03:32 Stskeeps: linux=kernel image+file system. the same as meego. Jan 21 09:04:16 you're not paying attention.. :P meego kernel is usually (for x86) in /boot/vmlinuz* and that is installed when file system is made Jan 21 09:05:48 * Stskeeps goes back to doing some work Jan 21 09:06:31 Stskeeps: yes, i want to replace the /boot/vmlinuz*. so i compile the meego kernel. and generate the bzImage. it is vmlinuz. Jan 21 09:06:56 it's actually a bzImage, name is just weird. Jan 21 09:08:50 Stskeeps: yes. i compile the kernel.xxx.src.rpm. output is bzImage. so i think i can replace the bzImage in the sda.bin ..but failed. Jan 21 09:39:42 Stskeeps: i fixed it Jan 21 09:42:13 stskeeps: ping Jan 21 09:42:17 pong Jan 21 09:53:41 Stskeeps: go home..see you Jan 21 11:08:37 who wants sandwiches, I am heading to the shop? Jan 21 11:10:55 BLT please Jan 21 11:14:45 CosmoHill, roger, anyone else? Jan 21 12:24:29 anyone here know anything about ofono? Jan 21 12:30:22 What information was needed from oFono? Jan 21 12:30:41 I want to know how one tells ofono cell broadcast code which cell broadcast channel we are interested in Jan 21 12:30:43 how does that work? Jan 21 12:34:54 jonwil: sorry, haven't checked that one out so I think I will only confuse you. Try #ofono channel. I think there you will get better answers. Jan 21 12:38:52 Hello Jan 21 12:39:21 is there any place/site where to but MeeGo stuff like T-Shirts, muggs, towels? Jan 21 12:39:28 but - buy * Jan 21 13:00:25 hiya all Jan 21 13:00:54 hi Jan 21 13:01:12 Ia m trying to install meego on a 1201n (ION) netbook Jan 21 13:01:37 MeeGo currently doesn't support Nvidia graphics Jan 21 13:01:42 the installation showed an unsuporteg card error but run smoothly Jan 21 13:02:13 I have a guide for moblin to recompile proprietary drivers for moblin Jan 21 13:02:32 good luck with that Jan 21 13:02:49 well Jan 21 13:02:55 the first thing is to boot in text mode Jan 21 13:03:02 i couldn't Jan 21 13:03:12 i got a boot: prompt Jan 21 13:03:26 when you see the boot loader, press escapse, edit the boot option to replace "quiet" with "3" Jan 21 13:04:00 sorry to say that but I did, but then boot: prompt Jan 21 13:05:01 after BIOS startup I press esc like crazy Jan 21 13:08:20 am I wasting my time? Jan 21 13:08:32 do you see the boot loader at all? Jan 21 13:08:47 not yet Jan 21 13:08:57 it's a big blue screen with white text Jan 21 13:09:03 it sounds like it might not have installed that Jan 21 13:09:09 old-bios like? Jan 21 13:10:50 oooooooooooooooooooooooooooooooh Jan 21 13:10:56 I think I catch it Jan 21 13:11:09 Press [tab] to edit options Jan 21 13:11:15 is that screen? Jan 21 13:11:20 http://www.youtube.com/watch?v=oOwosIZrcho Jan 21 13:11:24 yes Jan 21 13:11:26 that's it Jan 21 13:11:40 thhat video has a pic of the boot loader in it Jan 21 13:11:42 back in 20 Jan 21 13:11:47 ok Jan 21 13:11:49 znx Jan 21 13:20:37 is meego-sdk fully working on ubuntu 10.04 64bit? Jan 21 13:28:44 well at least someone is listening to my ideas. after posting about this last year now apple have a patent for it http://www.theregister.co.uk/2011/01/20/apple_touchscreen_mouse_patent_filing/ http://www.youtube.com/watch?v=cdVqdfFdL3Q Jan 21 13:31:25 * CosmoHill is updating the IRC guide lines Jan 21 13:31:40 * CosmoHill is also bleeding, brb Jan 21 13:32:36 cool CosmoHill Jan 21 13:36:40 * lcuk thinks its weekend already Jan 21 13:38:12 Cosmohill: i am trying to do something similar to what giGGLer is trying to do .. i tried getting the 2.6.37-6.10 kernel source and made the nvidiafb as a module.. and we are in text mode now.. i modprobed nvidiafb .. how do i start the display ? Jan 21 13:39:26 * '''Be Patient''': Folks might not be around when you ask a question so wait a while for someone to speak before leaving. Jan 21 13:39:31 how does that sound? Jan 21 13:39:51 tcs-meego: if you type "startx" you will get TWM Jan 21 13:40:02 if you want to fully boot meego type "init 5" Jan 21 13:40:07 this might cause your computer to hang tho Jan 21 13:42:28 lcuk: what do you think of these two additions to the IRC guidelines? Jan 21 13:42:29 # Be Patient: Folks might not be around when you ask a question so wait a while for someone to speak before leaving. Jan 21 13:42:29 # Don't Private Message: Ask permission before you send someone a private message (PM) as not everyone likes them. Jan 21 13:43:05 CosmoHill, "Investigate first where possible" Jan 21 13:43:10 * RST38h does not understand the "do not pm" thing Jan 21 13:43:59 my reasoning is that if people ask in public and get answers in public, instead of private message, this can be found by people in future and learn from it Jan 21 13:44:31 RST38h: is it the wording? Jan 21 13:44:51 CosmoHill, in a room of 500 people, PM random folks doesn't usually happen anyway Jan 21 13:45:06 No, the rule itself. If I do not want you to PM me, I will /ignore MSGS Jan 21 13:45:14 no need ot ask Jan 21 13:47:09 "* '''Don't Private Message''': Ask permission before you send someone a private message (PM) as not everyone likes them. Also by keeping it in public others with similar issues can see the solution you were given." Jan 21 13:48:07 lcuk: from my experisnce you say one or two helpful things to a person who is new to IRC and they PM you Jan 21 13:48:30 not all of them but some do, often saying they don't want to look stupid in th channel Jan 21 13:48:40 speaking of which, can you stop PMing me :P Jan 21 13:48:55 never! Jan 21 13:50:34 * CosmoHill hits "save changes" then wonders off Jan 21 13:50:37 on big channels that are limited to mostly support issues, discouraging PM's is a good policy Jan 21 13:51:08 I've seen countless cases of the helper actually not helping and being malicious in pm Jan 21 13:52:32 I'm thinking of starting to log #lfs-support since the issues people have seem to repeat themselfs Jan 21 13:53:31 and if the answers are in PMs then others won't get help Jan 21 13:53:36 and will come into the channel and ask the same question Jan 21 13:55:06 CosmoHill, yes, support issues tend to come in waves Jan 21 13:56:27 "Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice. Please note that some people find it rude to be sent a PM without being askedfor permission to do so first." Jan 21 13:57:22 ++ Jan 21 13:57:26 ++ Jan 21 13:57:29 ++ Jan 21 13:57:33 that's slightly more than a bullet point Jan 21 13:57:57 I think that should be added under the bullet points for guide lines tho Jan 21 14:00:20 tarrar Jan 21 14:02:39 that's directly from the Ubuntu bot Jan 21 14:02:43 btw Jan 21 14:04:15 Myrtti, cool, since its not from your own fine hand, perhaps submit a typo/space correction "being askedfor" Jan 21 14:05:07 good point Jan 21 14:06:25 lcuk: looks like some of the bots are out of sync, the main bot has it right Jan 21 14:07:00 heh, PM the botmaster then and tell him his PM message is out of sync Jan 21 14:07:04 lcuk: or it could be my copypaste typo Jan 21 14:07:16 yeah, it is Jan 21 14:07:43 how is your shoulder today? Jan 21 14:08:11 better than yesterday, still not totally ok Jan 21 14:08:39 Ah, hello Myrtti Jan 21 14:32:02 CosmoHill: please send IRC guidelines past meego-community before altering them Jan 21 14:47:05 Hi - am excited as you like. I got a new s10-3t. want to get meego on, but having issues with partition resizing. Looks like it has 4 primary partitions on it, but they all show as ntfs and all show 0MB. anyone else had issues like this? no joy googling (for me anyways. any help much appreciated. Jan 21 14:48:02 amorphous_, during the install I think it defaults to just filling the disk? Jan 21 14:50:52 lcuk: , it wasn't having that and I didn't really want to kill the win setup. think default was remove linux partitions. either way I was asking to shrink partition & use free space. Jan 21 14:51:07 no gparted either :( Jan 21 14:51:44 amorphous_, not sure then, there does not seem to be an NTFS driver available either (which I assume would be needed to shrink windows) Jan 21 14:52:17 best I can suggest is burn yourself recovery disk set (if such an option exists) Jan 21 14:52:26 :) then find a way to make it work Jan 21 14:52:39 Hmmm... Jan 21 14:52:51 < definately like 'instant'! Jan 21 14:53:05 ok - thanks lcuk Jan 21 14:53:07 :) Jan 21 14:53:23 amorphous_, well I just wiped out the windows install at the conf when we got meego devices Jan 21 14:53:44 never ran Windows, nothing to miss :) Jan 21 14:54:03 also qt seems to run really slow in windows on the ideapad Jan 21 14:54:24 at the conf there were demonstrations and the versions of same app on even the n8 ran faster Jan 21 14:54:28 * lcuk giggled at that Jan 21 15:02:02 lcuk: didn't really want to touch win, but didn't want to brok it either... maybe sell it on one day... ;) Jan 21 15:02:10 *bork Jan 21 15:03:28 amorphous_, then burn recovery disk set Jan 21 15:03:51 was it a conference device, ie principle purpose to have a wander round meego? Jan 21 15:05:36 yeah (i think so) just to check it out. I been ubuntu for years, redhat before (but must be pushing 8 years?) but still just a user really Jan 21 15:05:51 just started uni and wanting to get into dev Jan 21 15:06:02 amorphous_, cool stuff Jan 21 15:06:09 so wanted to have a look with a view to becoming useful Jan 21 15:07:24 recovery disk set, is that an option inside win? and do you know if i can do it to a HDD? sorry just after a pointer then i'll leave u alone... Jan 21 15:08:24 amorphous_, the only windows machine in our house offers to burn recovery disks, I thought that was standard practice now Jan 21 15:08:55 ok i'll venture into the the land of morder... :( Jan 21 15:09:01 * lcuk should look more closely at Windows Jan 21 15:09:30 sure burning is an option on win boxes that don't come with cds, Jan 21 15:09:44 but it's a little harder on a netbook with no optical drive.... Jan 21 15:09:53 yep! Jan 21 15:10:48 mwichmann, i had that problem 2 years ago with my lenovo x41 Jan 21 15:10:59 easily solved with a usb burner Jan 21 15:11:00 external drives sometimes work (and sometimes too slow thru usb), but that's something you hafta pay for :( Jan 21 15:11:30 well now - the £30 or whatever it was was worth it Jan 21 15:11:43 since on the rare occasions need a cd/dvd its there :) Jan 21 15:11:44 I'd think so Jan 21 15:16:04 I didn't find any useful information about it on the net. I was wondering if an improvement of the contacts for fitting more fields of the vcard format is planned (with improvement I'm referring to the actual maemo software). Anyone knows anything about it? Jan 21 15:47:19 WANTED: (serious request) Macro photos of your monitor taken with your phone. http://bit.ly/hxYJxS #rt #meego http://twitter.com/lcuk/status/28473859623620610 Jan 21 15:52:26 lcuk, can I take them with my 7D? :P Jan 21 15:52:49 GAN900, yes actually Jan 21 15:53:03 if you hold directly on the screen, it will be an interesting comparison Jan 21 15:53:32 i want to see just how focusable things are with phone flat on the surface Jan 21 15:53:36 my own testing isn't enough Jan 21 15:54:32 * lcuk trying to confirm hypothosis Jan 21 16:59:10 join kde-brasil Jan 21 17:18:44 When the kernel will be upgraded to 2.6.37? Is there any schedule for kernel releases on MeeGo? Jan 21 17:19:20 barroca, http://wiki.meego.com/Core_OS_Program/Kernel_policy Jan 21 17:20:11 andre__:thanks, some times the search engines doesn't work as expected :-) Jan 21 17:35:22 andre__: what are the relevant platforms the wiki is refering to? Jan 21 17:35:32 ion? Jan 21 17:39:42 lcuk: what's this about photos of monitors? Jan 21 17:41:24 could someone explain this: " it has become clear that we have several hardware vendors/devices that are relevant for MeeGo, but for which the supporting code is not upstream yet"plz" Jan 21 17:41:33 its on the wiki Jan 21 17:41:45 giGGler: meego works on the Nokia n900 Jan 21 17:41:57 what needed explaining? Jan 21 17:41:59 it could be great to know if ion is on the list Jan 21 17:42:13 Nvidia (and therefore ION) is not supported Jan 21 17:42:20 CosmoHill, for some definitions of "works". Jan 21 17:42:47 a loose definiion Jan 21 17:42:50 i know, but just wonder if it's on the roadmap Jan 21 17:43:52 giGGler: not sure Jan 21 17:43:53 znx Jan 21 17:43:57 Stskeeps: sorry about editin, i didn't know Jan 21 17:44:09 i have tried jolicloud today and... well Jan 21 17:44:20 it degraded very quickly Jan 21 17:44:39 just opened twitter (cjromium, in fact) and typing is slow :( Jan 21 17:45:15 I just know a little about meeGo but looks the only decent challenger Jan 21 17:45:52 osx runs smoothly on the same machine Jan 21 17:47:06 but just wanted a fastboot/low battery usage/simple OS Jan 21 17:47:12 to dualboot Jan 21 17:47:29 :( Jan 21 17:51:33 holy shit!!! Jan 21 17:51:54 plugged the powercord using jolicloud and it runs smooth Jan 21 17:52:24 that sounds like the power policies aren't quite sane Jan 21 17:52:39 cpu speed way down when on battery? Jan 21 17:57:13 not sure cpu Jan 21 17:57:34 gonna get to jolicloud support Jan 21 17:57:38 l8r Jan 21 17:58:34 I'm still trying to find out what parts of jolicloud are open source, and what's just a proprietary layer on top. Jan 21 18:31:26 Hi, do we have any meego enabled mobile phones in the market, that are not N900 and the Aava based ones? Jan 21 18:32:35 not currently Jan 21 18:37:49 The WeTab has a SIM slot, but I think that the 3G network is intended to be used for data, as with the Kindle, rather than for voice. Jan 21 18:39:23 Alison_Chaiken, also side talkin will be a bit harsh Jan 21 18:44:35 lcuk, I'm eagerly awaiting the day when I see someone holding a laptop to their ear. Jan 21 18:49:13 Alison_Chaiken, I believe people said the same when Nokia released the Booklet 3g Jan 21 18:50:52 CosmoHill, the photos of monitor thing Jan 21 18:51:10 its trying to see just how close macro zoom is on different devices Jan 21 18:51:44 theres already some posts with actual readable text, the macro on MohammadAG's phone is quite cool actually Jan 21 18:51:46 lcuk: I have a Nokia 6220 Classic and Nokia D70, would you like them? Jan 21 18:51:51 sure Jan 21 18:51:57 its just for giggles anyway Jan 21 18:52:08 the hard work will come afterwards Jan 21 18:52:47 :) Jan 21 18:54:06 * lcuk ate KFC and now fat Jan 21 18:54:16 :S KFC Jan 21 18:55:02 lcuk: okay maybe trying my 70 ~ 300mm macro lens was a bit stupid Jan 21 18:55:19 heh Jan 21 18:55:23 So, as qgil will notice, our new Nokia facility in Sunnyvale CA has many large public displays showing PR material and running Win7. I notice that they're Eee PCs with USB drives and 1080i monitors . . . and they aren't in locked cases! Jan 21 18:55:38 you press focus and it pokes the monitor Jan 21 18:55:53 Alison_Chaiken, when you grab one of them, WATCH THE DOORS. Jan 21 18:56:23 Alison_Chaiken, but meego should run on them, netbook is quite happy on eee class machines Jan 21 18:56:38 lcuk, I was more thinking about UXlauncher on every one of them. Do we have a meego animation to show? Jan 21 18:56:39 handset builds though aren't as usable Jan 21 18:56:52 there was a great one at the conf actually Jan 21 18:57:23 lcuk, I'm running handset on WeTab, and yeah, it doesn't look so great. Oh, I forgot to mention, the Samsung 1080i displays are touchscreens! Jan 21 18:57:27 and afaik theres a meego demo film/animation on netbook install Jan 21 18:58:00 Alison_Chaiken, yeah - i have a 1080p allinone packard bell unit here Jan 21 18:58:03 multitouch Jan 21 18:58:23 lcuk, it's time for a MeeGo black ops team! Ninja-suited commandos with USB drives in leather belt-mounted sheaths. Jan 21 18:58:37 lovely things, but for some reason I cannot draw boobies on it! Jan 21 18:59:00 Alison_Chaiken, heh, you and quim in ninja silks sounds amusing :D Jan 21 18:59:22 you would have to have one of you drop in from the ceiling :D Jan 21 18:59:29 lcuk, perhaps quim and I should dress as MeeGons instead. But are any of the MeeGons girls? Jan 21 18:59:45 there's a few, i think Jan 21 19:00:06 Yes lcuk, quim and I will crawl to the Eee PCs through the ventilation ducts rather than take the stairs as we usually do. Jan 21 19:00:12 :D Jan 21 19:00:50 whatever you do, do not have a red shirt meegon! Jan 21 19:02:32 lcuk: top 3 files; Nokia_ and Nikon_: http://cross-lfs.org/~cosmo/meego/ Jan 21 19:03:09 CosmoHill, can you stick em on the forum please, I am hunting for something Jan 21 19:03:16 okay Jan 21 19:03:25 they'll be links as they are too big to post as imamges Jan 21 19:03:27 *images Jan 21 19:03:39 [img]http://url[/img] Jan 21 19:03:46 and it shows just like the others Jan 21 19:04:14 okay but it will be huge Jan 21 19:07:45 ahh found it! Jan 21 19:08:17 Alison_Chaiken, crawling through the jefferies tubes: http://1.bp.blogspot.com/_qLaw2pbdYIk/TGPqlwHU5II/AAAAAAAAAgw/PIbZPlPrMfk/s1600/ExpendableSmall.jpg Jan 21 19:08:39 * lcuk thinks those are awesome star trek meegons Jan 21 19:15:25 lcuk: uploaded and posted them to the forum with small previews, if you click on them you get the orginal image Jan 21 19:16:26 ooh cool beans :D those are almost readable Jan 21 19:16:45 and certainly gather plenty of contrast Jan 21 19:17:18 CosmoHill, was surprised that the word "open" is actually readable on MohammadAG's Jan 21 19:17:23 almost readable? you're not looking at mine then :p Jan 21 19:17:27 i am Jan 21 19:17:32 using vnc I get low color Jan 21 19:17:34 yeah me to Jan 21 19:18:05 and compared to the others I can make out word groupings on yours Jan 21 19:18:56 I have another one I took bout 4cm away from the screen Jan 21 19:19:09 someone suggested redoing the experiment but using a lattice/grid photo for comparable shots, but its not that specific Jan 21 19:19:21 CosmoHill, ahh well, you see 4cm away is too far ;) Jan 21 19:19:33 ah I see what you're aiming at Jan 21 19:19:54 you want to use the n900 as a bluetooth mouse don't you? Jan 21 19:20:03 :) Jan 21 19:20:18 or whatever device MohammadAG has Jan 21 19:20:27 and I want to see if any existing devices can happily macro zoom to flat surface Jan 21 19:20:32 N86 Jan 21 19:20:48 I lurk a lot :p Jan 21 19:20:51 or whether workable images can come out of them Jan 21 19:21:20 on my desk with my n900, I can turn on the red privacy light and see woodgrain moving as I move the mouse Jan 21 19:21:23 err phone Jan 21 19:21:41 I duno what nokias my dad has but they're cheapish business ones Jan 21 19:23:09 CosmoHill, tracy tried it with her ancient 7373 Jan 21 19:23:22 no macro or anything :P Jan 21 19:23:48 Interested in a K850i shot as well lcuk? Jan 21 19:24:00 I got something else for you lcuk but I need to strip the audio Jan 21 19:24:03 anidel, for sure! the more the merrier Jan 21 19:24:13 you said Nokia phones, so wasn't sure Jan 21 19:24:25 * lcuk never seen just how close macro zoom can get on any device Jan 21 19:24:33 yeah, i should edit that slightly Jan 21 19:24:39 :) Jan 21 19:25:08 ta, done Jan 21 19:26:17 at least 2 new meego.com signups today just to post on that thread :P Jan 21 19:27:33 I hate to ask, but, why is meego sooo slow? I was using it on my old Eee 4G, which I'm converting to a tablet, but MeeGo just wont keep up. The specs are plenty sufficient. Is there anything that I can do to get reasonable speeds? It was the latest 1.1.80 as of yesterday. Jan 21 19:27:48 IanWizard: do you have the power plugged in? Jan 21 19:27:49 IanWizard: debugging kernel probably carries a bit reason Jan 21 19:27:58 posted lcuk Jan 21 19:28:00 since you're on 1.1.80 Jan 21 19:28:00 in the forum Jan 21 19:28:27 hmm IanWizard - do you mean the netbook build? where specifically are you noticing it slow? Jan 21 19:28:33 CosmoHill, no, I didn't. Jan 21 19:28:51 Stskeeps: I went into the touchscreen not working after the 1st reboot bug yesterday :( Jan 21 19:28:53 Stskeeps, yea, but I was having this on the standard releases too. Jan 21 19:29:03 IanWizard: what specs of device? Jan 21 19:29:08 and what vertical? Jan 21 19:29:11 IanWizard, specific slow areas Jan 21 19:29:14 anidel: yeah, it's happening more often now Jan 21 19:29:33 lcuk, yes, the netbook build, and the interface (the bit that actually is meego) is what was slow Jan 21 19:30:15 it's either 1gb, or 512 of ram, and a 800Mhz cpu Jan 21 19:30:27 ssse3? Jan 21 19:30:41 ian, slow bouncy wavey bits, or slow opening different tabs Jan 21 19:30:46 ie graphics slow or cpu slow Jan 21 19:30:53 the system itself was just fine, but the UI took forever to load a different tab Jan 21 19:31:16 cpu/mem/disk Jan 21 19:31:23 did this specifically come on Jan 21 19:31:27 or has it always done this Jan 21 19:31:33 animations were snappy too, but it took forever to do anything Jan 21 19:32:04 lcuk, IIRC it was quicker with 1.0, I guess it's since 1.1 Jan 21 19:32:05 wmarone, hi Jan 21 19:32:35 IanWizard, my missus complained the other day about EVERYTHING taking ages - it turned out her disk had a corruption, perhaps check theres no gremlins being raised in dmesg Jan 21 19:33:02 anidel, what is that picture of Jan 21 19:33:09 monitor, as you said Jan 21 19:33:10 from the other side of the room it looks like the sharing icon Jan 21 19:33:20 yeah, but what was on the screen at the time Jan 21 19:33:24 no it's just some random black text on white Jan 21 19:33:33 lcuk: incase you're interested, I took a video with my 6220C of me moving it about the screen Jan 21 19:33:44 cool Jan 21 19:33:47 but I am wondering why you need those? Jan 21 19:34:02 I mean if you put your phone ON the screen.. what can focus that close? Jan 21 19:34:04 anidel, interest in camera optics and how it picks up things Jan 21 19:34:04 anidel: he's hoping we've all forgotten to remove geotagging Jan 21 19:34:16 anidel, putting phone on your desk is the aim Jan 21 19:34:18 to use as a mouse Jan 21 19:34:21 @CosmoHill: glad I have no GPS in that phone then :D Jan 21 19:34:30 lcuk: ah I see Jan 21 19:34:31 but for comparison easier talking about monitor Jan 21 19:34:38 yup Jan 21 19:34:38 I only found out today my phone supports geotagging :/ Jan 21 19:34:48 * lcuk goes and beers anyway Jan 21 19:34:58 lcuk, it may be the disk, I'll try flashing to internal Jan 21 19:34:59 CosmoHill, >> forum Jan 21 19:35:06 lcuk: will do Jan 21 19:35:20 IanWizard, \o come back and let us know if theres a difference Jan 21 19:49:28 if I wanted to build a kernel module, what sources should I build against? where would I get them? Jan 21 19:55:45 magius_pendragon, I almost sent you to the gitorious site for the kernel then Jan 21 19:56:03 but kernels changed a bit - specifically which device are you wanting to build for Jan 21 19:57:57 intel atom, netbook image Jan 21 20:04:39 pointing to a git repo for headers for out-of-tree module compiling is always wrong anyway Jan 21 20:04:51 you need specific headers generated when the kernel is compiled Jan 21 20:05:11 otherwise you'll get "bad magic" Jan 21 20:05:19 magius_pendragon: kernel-XXXX-devel Jan 21 20:05:51 Stskeeps: thank you Jan 21 20:06:22 Stskeeps, whats the real link to that? Jan 21 20:06:46 lcuk: pr0n, duh Jan 21 20:06:47 :P Jan 21 20:07:11 :D Jan 21 20:07:25 that cannot be anything worse than lemon tree porn Jan 21 20:08:13 ... Jan 21 20:09:18 "Weirdest Porn Intro Ever (Clean besides language) " http://www.youtube.com/verify_age?next_url=http%3A//www.youtube.com/watch%3Fv%3DVYGqP1OGQg0 Jan 21 20:09:31 :O holy smokes it auto bolded it Jan 21 20:09:53 that reminds me, i was going to ask on another channel if it's possible to have 2 X11 screens on 1 monitor... Jan 21 20:10:20 ali1234: xephyr? Jan 21 20:10:20 :P Jan 21 20:10:33 i suppose that would work, but it's not really what i want Jan 21 20:10:39 lcuk: random question, who is your car insursed with? Jan 21 20:11:00 ali1234: hack kernel and make two framebuffers appear? ;) Jan 21 20:11:15 no, that won't work either, i need to use nvidia Jan 21 20:11:54 i would probably have to hack X11 Jan 21 20:12:33 CosmoHill, to the #meego-bar ->> Jan 21 20:12:44 you could just PM me Jan 21 20:12:50 cos I'd go to the bar, you tell me and I'd leave Jan 21 20:13:23 bah, tesco Jan 21 20:13:40 now I see why you wanted to say in the bar... Jan 21 20:13:41 :p Jan 21 20:15:17 ali1234: next question, why would you want to? Jan 21 20:16:06 to embed VBI data into the video stream while still being able to run programs (think video player) "fullscreen" Jan 21 20:16:12 lcuk: I'm with...was with the coop Jan 21 20:16:32 insurance ran out midnight last night, on monday they'll probably give us a call to remind us Jan 21 20:16:36 ali1234: use composition? Jan 21 20:16:38 CosmoHill, i wanted to go to the bar because people were talking technical and we can ramble and be off topic there Jan 21 20:16:43 ah okay Jan 21 20:17:09 Stskeeps: that won't work for loads of programs Jan 21 20:17:23 for one thing i need pixel accuracy in both screens Jan 21 20:17:41 think "gnome-panel" Jan 21 20:17:47 it always wants to be at 0,0 Jan 21 20:17:56 i need it to be at 0,33 Jan 21 20:18:04 i'm talking about x11 composite, using a window manager, but ok Jan 21 20:19:05 likewise, all fullscreen apps must start at 0,33 Jan 21 20:19:05 even ones that ignore the window manager Jan 21 20:19:05 ah, ok Jan 21 20:19:06 i read up on VBI, i think i'm getting at what you're trying to do Jan 21 20:19:06 vbi is supposed to be "outside" the picture Jan 21 20:19:53 well, if this was omap, i would switch framebuffer location temporarily and switch back again Jan 21 20:19:57 like, in memory Jan 21 20:20:35 yeah if it was simple framebuffer hw it would be easy Jan 21 20:20:42 but it's not; it's nvidia driver Jan 21 20:21:00 isn't it possible to get signals of vblank somehow? Jan 21 20:21:23 sure, but i'm generating them anyway, so? Jan 21 20:21:40 yeah, ok Jan 21 20:22:42 seems like xephyr is the only way Jan 21 20:42:37 hey vgrade1 :) Jan 21 20:53:45 lcuk, evening Jan 21 20:59:48 vgrade1, do I have your email address? Jan 21 21:00:19 martin.brook100@googlemail.com Jan 21 21:32:55 hello there. When issuing "$mad qmake" I got: Package meegobluetooth was not found in the pkg-config search path. As I understand, that error is asking for me to install the related package into the sysroot. That should be performed by mad-admin xdpkg as I understand, but which package name should I use? Jan 21 21:34:29 the one that provides meegobluetooth Jan 21 21:35:25 I guess so, but do you have an idea on how I can get the name of that package so mad-admin xdpkg is able to look for it? Jan 21 21:39:23 pkgconfig(meegobluetooth) should be enough, I think Jan 21 21:48:48 I'm not sure what you mean thiago. For example, pkg-config --list-all | grep meego gives me nothing Jan 21 21:50:10 I mean: tell zypper to install "pkgconfig(meegobluetooth)" Jan 21 21:50:12 it understands taht Jan 21 21:51:32 great. But, how do I install zeppyr? It is not in my system, neither in the sysroot Jan 21 21:52:56 well, whatever passes for package installation inside the sysroot Jan 21 21:53:01 zypper you mean? Jan 21 21:53:16 well just realized it is in the sysroot Jan 21 21:53:47 so, from withing the host system (ubuntu), how do I call zeppyr to work the instalation inside the sysroot? Jan 21 21:53:59 yes araujo, zypper Jan 21 21:54:26 * thiago_ny doesn't have a clue Jan 21 21:55:54 cineto, trying to run zypper from ubuntu? .... or what exactly are you trying to do? :) Jan 21 21:56:46 he's trying to install a package into the sysroot Jan 21 21:56:58 I'm trying to use the sdk to build an app. After issueing mad qmake on the app's directory I got erros like: Package meegobluetooth was not found in the pkg-config search path Jan 21 21:57:09 I'm trying to undertand how to solve that. Jan 21 21:57:54 so, as I understand I have to install something related to meegobluetooth inside the sysroot I have created with mad-admin Jan 21 21:59:41 yes Jan 21 22:15:34 vgrade, r u there? Jan 21 22:26:53 vgrade, r u there? Jan 21 22:41:14 yup Jan 21 23:03:56 http://www.itworld.com/open-source/134067/canonicals-qt-decision-may-also-be-mobile-power-play < very interesting... Jan 21 23:17:54 phl0x81: see the comment that was left there Jan 21 23:18:07 yes, I've seen it. Jan 21 23:18:08 the QML version of Unity makes it necessary to have Qt in the CD Jan 21 23:18:25 but its also a good point. Jan 21 23:19:37 all in all for qt its a big win. Jan 21 23:19:45 and meego needs to get starting soon. Jan 21 23:21:58 ryan paul's article is, as usual, very good too Jan 21 23:23:58 however, we should check what is required to replace gconf with dconf in meego Jan 22 00:24:36 I think my N900 is broke. :( Jan 22 00:24:52 I'm getting a kernel panic. Jan 22 00:25:15 my other N900 also gets kernel panic Jan 22 00:25:19 MeeGo version 1.1.80.0.20101001.1 Jan 22 00:25:23 although I broke it myself :) Jan 22 00:26:31 I tried reflashing the microSD card and the kernel but no joy. Jan 22 00:27:23 Anyone have a magic wand? Jan 22 00:27:40 quite similar to what I did Jan 22 00:27:49 haven't had time to try and fix, though Jan 22 00:28:23 Well, thanks for checking my sanity. Jan 22 00:28:31 I'm scratching my head what to try next. Jan 22 00:28:40 Reflash back to Maemo? Jan 22 00:29:21 you can try that yes. Jan 22 00:29:28 at least to make sure the phone is ok :) Jan 22 00:39:06 Hmmm.. I'm wondering if the images I have that I'm flashing with are still good. Jan 22 00:39:19 Something to think about tomorrow. Jan 22 00:41:47 pixelgeek, why using such an old image? Jan 22 00:46:45 araujo: regression. I know I had this one working. Jan 22 00:47:01 I tried a newer one and that didn't work. Jan 22 00:47:25 So I was trying to revert back to a known good version. Jan 22 00:47:39 Is there a particular image that you know works well? **** ENDING LOGGING AT Sat Jan 22 00:48:05 2011 **** BEGIN LOGGING AT Sat Jan 22 00:52:36 2011 Jan 22 01:05:52 mm... **** BEGIN LOGGING AT Sat Jan 22 04:42:16 2011 Jan 22 05:55:56 hey guys anyone online Jan 22 05:56:10 !info Jan 22 08:36:09 Morning, I've noticed a strange issue recently. It seems, that when I work with my target (beagleboard clone, handset) and develop on rootfs mounted via nfs, uxlaunch is not able to walk through /etc/sdg/autostart dir correctly- it ignores .desktop files completely. Jan 22 08:37:16 When I got through some code I discovered, that the line responsible for it is "if (entry->d_type != DT_REG) continue;" Jan 22 08:38:04 sounds like a bug? Jan 22 08:38:09 it seems that instead of regular files, unknown type is listed (DT_UNKNOWN) and it makes uxlaunch ignore it completely Jan 22 08:38:22 not really sure Jan 22 08:39:05 maybe there is some reason for NFS reporting not regular files type, but unknown one? Jan 22 08:39:44 maybe i messed up something with mounting my image or sth? Jan 22 08:40:40 files content is ok, the only whing wrong is readdir() returning files of unknown type for some reason Jan 22 08:45:22 hmmm... man readdir says: Currently, only some file systems (among them: Btrfs, ext2, ext3, and ext4) have full support returning the file type in d_type. All appliā€ cations must properly handle a return of DT_UNKNOWN. Jan 22 08:46:58 I'm not sure if it means "NFS does not support it", but anyway it looks like a bug really: DT_UNKNOWN should not prevent .desktop from being parsed Jan 22 09:11:49 Stskeeps, coreutils OBS broken? Jan 22 09:17:08 araujo: seems so, someone forgot to test their changes Jan 22 09:17:21 which is @%@ why this stuff should through devel:base first Jan 22 09:20:07 exactly .... Jan 22 09:24:36 * Stskeeps now has to fix his hardfp build Jan 22 10:37:32 * Stskeeps ponders idly why meego gcc for arm is compiled without cloog usage Jan 22 10:43:30 the answer to those things is usually "really? oops" Jan 22 10:43:53 so it sounds like a bug? Jan 22 10:46:43 yeah Jan 22 10:46:51 k Jan 22 10:47:39 EHLO raster Jan 22 10:49:45 * Stskeeps files bug 12730 Jan 22 10:49:48 Bug https://bugs.meego.com/show_bug.cgi?id=12730 nor, Undecided, ---, jarmo.kant, NEW, MeeGo GCC for ARM is built without cloog usage Jan 22 10:49:57 RST38h: hey ho! Jan 22 10:55:56 oh no Jan 22 10:56:12 * iekku opened the bug link and it's weekend **** ENDING LOGGING AT Sat Jan 22 11:17:40 2011 **** BEGIN LOGGING AT Sat Jan 22 11:22:20 2011 Jan 22 13:56:18 hey amin manchester, which phone shops are best for messing with live phone models? wanna take some of the macro pics and bt the results over? Jan 22 15:36:43 cosmohill, did you get your insurance sorted? Jan 22 15:36:49 yeah Jan 22 15:36:56 Ā£710 with Elephant >.<> Jan 22 15:38:02 (that's almost twice the value of the car) Jan 22 15:39:15 better at what it costs if you hit someone Jan 22 15:39:20 than Jan 22 15:40:52 if anything happens to my car it's a write off Jan 22 15:41:09 i mean say I need a new bumper, they'd probably write it off Jan 22 16:20:53 CosmoHill, I tohught you had found an insurer for less? Jan 22 16:21:16 there was other charges that weren't in the online quote Jan 22 16:22:09 CosmoHill, that is always the way Jan 22 16:22:26 they basically gave me a surcharge for being young Jan 22 16:22:57 what I hate is that some car insurance quotes are close / more than a year at uni Jan 22 16:23:11 i mean you can afford either a car or to go to uni Jan 22 16:23:16 sometimes you need both Jan 22 16:23:34 well CosmoHill lots of uni folks do not have cars! Jan 22 16:23:47 if you live on campus Jan 22 16:25:08 gd point Jan 22 16:25:16 is the insurance fully comprehensive? Jan 22 16:25:22 yeah Jan 22 16:25:43 thats a bonus at least Jan 22 16:26:01 when I was playing with quotes, 1 years NCB gave you Ā£110 off Jan 22 16:28:54 yeah, lots of things generally change after the first year Jan 22 16:31:07 like university fees... Jan 22 17:13:25 Hello and good morning. Yesterday I was having trouble with how long it took for anything to load, and it was suggested that I check the disk, and if that fixed it, report back. Well, ( lcuk ), I installed it to the internel on the netbook, and that cut the times in half at least. Jan 22 17:14:15 IanWizard, thats certainly positive! I wonder what happened to the external drive Jan 22 17:14:25 though, normally internal is faster of course :) Jan 22 17:15:05 lcuk, it was a 1gb sd from MicroCenter, so it may have just been that slow, but I don't usually have problems with booting from their cards. Jan 22 17:15:25 lcuk, but oh well, it's better now (still not as good as I would like, but...) Jan 22 17:15:47 lcuk, also, is there anyway to tweak it (MeeGo) to play nice with lower rez? Jan 22 17:16:04 what is the lower resolution you are using? Jan 22 17:16:13 and where are you having specific problems Jan 22 17:16:13 I'm on 800x480, and alot of things just run over the screen, rather than scrolling Jan 22 17:17:14 I am tempted to recommend keeping an eye out for the handset build, however it is not yet as feature complete as the zones netbook ui Jan 22 17:17:24 since the n900 is also at 800*480 Jan 22 17:17:36 it will have more eyes watching for small screen issues Jan 22 17:18:38 I'll just get my other two problems out now too. 1. The text is sometimes, "choppy", parts of the letters just aren't there, could this be an issue with the font? 2. It always shows that I don't have a battery plugged in, could just be a motherboard driver issue, but it always shows up by default in every ver of linux that I've used. Jan 22 17:19:21 lcuk, I'll try the handset release, /me wonders if it will have more driver issues, and such Jan 22 17:21:02 IanWizard, you wouldn't have driver issues as such since afaik everything is built on meego core Jan 22 17:21:20 give the usb key bootup method a try though and see how you like it :) Jan 22 17:21:33 lcuk, I didn't know if it would be tweaked. I will, dloading right now Jan 22 17:21:56 lcuk, btw, what does afaik stand for? I know everything else on IRC but that one. Jan 22 17:23:25 as far as I know Jan 22 17:25:41 lcuk, (thanks) Jan 22 17:26:20 Everytime I go to the repo.meego.com my browser thinks that it's in Indonesian, and wants to translate. Jan 22 17:30:08 * CosmoHill fiddles with iptabels and hopes he don't lock himself out this time Jan 22 17:33:54 CosmoHill, may the TCP be with you. Jan 22 17:34:03 merci Jan 22 17:36:29 my plan is to modifiy the FTP rule so that only the UK and france can have ftp access Jan 22 17:37:09 if you outlaw global FTP access, only criminals will access your FTP :P Jan 22 17:37:35 only the "adminstrator" account Jan 22 17:38:59 oh, there's more "N9 has " threads! Jan 22 17:52:28 oh look, my download is done, now which one do I want to try first... Jan 22 17:52:37 javispedro, they're so much fun, though. Jan 22 17:52:47 Frankly I think it'll be AMD, though. Jan 22 17:52:57 Why else would they get behind MeeGo? Jan 22 17:53:42 :) Jan 22 18:00:47 I gotta go guys. lcuk, I'll let you know how handset works out. Jan 22 18:01:01 \o coolio Jan 22 18:02:16 lcuk, before I go, I downloaded mtf, and pinetrail-mtf, I'm not certain what to use. I know I'm not pinetrail based, but I don't know what mtf is, and mine is probably close to pinetrail. Jan 22 18:03:19 mtf == meegotouchframework Jan 22 18:03:52 lcuk, so it's the baseline, with touch. Jan 22 18:03:57 and the pinetrail images I have here have tested and booted on: lenovo s10 ideapad, lenovo x200s and packard bell onetwo allinone thingy Jan 22 18:04:28 lcuk, I'll try the mtf first, thanks. Jan 22 18:23:34 which ebook readers work with linux? Jan 22 18:23:49 hardware I mean Jan 22 18:23:49 fbreader Jan 22 18:23:55 ah Jan 22 18:23:59 lol preempting! Jan 22 18:24:18 the sino-ukrainian ones all do afaik Jan 22 18:24:52 none of the mass market ones yet? kindle sony ones etc? Jan 22 18:25:02 * lcuk studies quickly then goes grabbing one Jan 22 18:25:02 they are mass market ones Jan 22 18:25:12 just not in UK :) Jan 22 18:26:32 ok, so someone ran linux on kindle fairly simply Jan 22 18:27:43 lcuk: http://lbook.ua/ru/products/ Jan 22 18:28:00 lcuk: Their /en/ version is currently missing, but you will figure it out Jan 22 18:28:27 They are actually rather generic Chinese-made ebooks that you can buy under different OEM names around the world Jan 22 18:29:25 RST38h, but i cannot drive to local shop and pick one of those up Jan 22 18:29:45 I think you can. Just let me do a bit of research. Jan 22 18:30:44 lcuk: Google for Tianjin Jinke Electronics Jan 22 18:31:14 lcuk: their western market brand is Hanlin eReader Jan 22 18:32:04 cool Jan 22 18:32:44 lcuk: you can order direct here: http://www.jinke.com.cn/Compagesql/English/embedpro/index.asp Jan 22 18:33:18 lcuk: Will probably still have to learn Ukrainian if you need to hack together a firmware image though :) Jan 22 18:33:38 i dont want to have together a firmware for anything Jan 22 18:33:43 kindle runs linux Jan 22 18:33:57 can it run meego linux? :) Jan 22 18:34:02 thiago_home: how was the flight? Jan 22 18:34:14 Once it gets Pinetrail, why not? Jan 22 18:34:29 tiring Jan 22 18:34:38 those economy seats had no reclining Jan 22 18:34:46 thiago_home: oohh :/ Jan 22 18:34:56 Wait until they introduce standing-room-only cabins... Jan 22 18:34:57 thiago_home, at least you got an inside seat this time! Jan 22 18:35:25 as opposed to sitting on the fuselage? Jan 22 18:35:34 RST38h, standing room flights were voiced by the ultra-economy services Jan 22 18:35:36 thiago_home: I've been trying to find the pimpl of QNAM e.g., where is d_func()->clearCache() is defined but couldn't even with the help of grep foo Jan 22 18:35:44 I know. Jan 22 18:35:49 thiago_home, wing seats are "refreshing" Jan 22 18:35:55 lcuk: is there such a thing? Jan 22 18:36:00 lcuk: standin only cabins? Jan 22 18:36:12 there are plans for them Jan 22 18:36:51 in the scifi thingy V (remake 2009) the shuttles upto the main ships are almost standing Jan 22 18:37:00 you just lean into the area Jan 22 18:38:20 * lcuk dispenses of random knowledge Jan 22 18:38:27 but i still have to pick an ebook reader Jan 22 18:38:31 thiago_home: there was no reclining in Aer Lingus as well, but that was only a 2 hours flight Jan 22 18:38:43 lcuk, N900. Jan 22 18:38:48 sivang: src/network/access/qnetworkaccessmanager.cpp Jan 22 18:38:57 * sivang looks Jan 22 18:39:23 GAN900, sure i have n810 fully working and happily reading books too as well as seeing my ideapad showing identical Jan 22 18:39:47 (scrolling big text on the 10" screen is awesome, its like film credits :$) Jan 22 18:40:00 thiago_home: right, so this calls objectCache.clear() Jan 22 18:40:00 but, i want something with eink in it :) Jan 22 18:40:33 lcuk, meh, too many devices to carry around. Jan 22 18:40:43 GAN900, just for at home Jan 22 18:41:05 GAN900: N900 does it all, for me at least. It is a loyal companion Jan 22 18:41:13 I only want it because I found out a sequal to one of my favorite books is out :) Jan 22 18:41:20 reading books is just the one thing I am mising. Jan 22 18:42:04 thiago_home: where is this object defined? I think it is a common pimpl throughout qt right? Jan 22 18:42:16 sequel even ffs Jan 22 18:42:55 e.g., through abstractcache Jan 22 18:43:14 sivang, what are you running that does not have a bookreader on it? Jan 22 18:43:38 sivang: no, each QNAM has one Jan 22 18:43:53 sivang: it controls the open connections and the auth cache Jan 22 18:44:27 lcuk: I am reading PDFs with the Maemo PDF reader. Very hard to handle, when the text is big to be comfortable, horiztonal scrolling is annoying, when not, the text size is stressing the eyes. Jan 22 18:44:33 thiago_home: ok Jan 22 18:45:41 ahhh sivang, it will always be hard trying to read printed page style documents on a device smaller than the printed page it was taken from Jan 22 18:45:55 all the book formats I read adapt to screen/font size Jan 22 18:46:05 * lcuk considers pdf crippled in this regard Jan 22 18:48:35 lcuk: ah that's nice Jan 22 18:49:03 lcuk: ofcourse reading Qt's manuals and references on the N900 is not bad, although horizontal scrolling must be used as well to some extent for the fonts to be comfortable for my glasses eyes. Jan 22 18:49:10 lcuk: e.g. off the web. Jan 22 18:49:18 much better than pdfs, es. Jan 22 18:49:23 yes Jan 22 19:09:30 lcuk, PDF is useless for everything but printing. Jan 22 19:10:24 I hate it when I have to download a PDF just to read something Jan 22 19:10:28 i mean why not put it on the website Jan 22 19:18:59 the CPU discussions are annoying, does noone think about the possibility of things being parrallel, not in a straight line? :P Jan 22 19:19:42 * Stskeeps sees no reason why there can't be many different products with different cpus and socs Jan 22 19:56:04 hello Jan 22 19:56:58 salut niala1, comment Ƨa va? Jan 22 19:57:26 hello CosmoHill, nice thank you, and you? Jan 22 19:57:34 I'm good, just a bit bored Jan 22 19:57:56 why? Jan 22 19:59:01 I just need to go play a game or something something to do Jan 22 20:00:02 ah, you play chess ? Jan 22 20:03:05 sometimes Jan 22 20:04:24 CosmoHill: you know a easy server to play? Jan 22 20:04:31 nope Jan 22 20:04:34 only ever played in person Jan 22 20:06:40 http://stskeeps.subnetmask.net/irc/data/irssistats.dec.html Jan 22 20:06:47 thanks Stskeeps Jan 22 20:07:26 lcuk, ok, I tried both images, but I think I'm doing something wrong when flashing to the SD. (the pinetrail "encountered an error" while processing the init scripts.) I got the ia32-mtf-1.1-sda.bin image, and flashed it, but I think I need the boot image also, which I honestly don't know what to do with, I've only ever used whole .img's, or on my phone there is a separate boot partition. Jan 22 20:07:51 same nickname in first place on ircstat :) Jan 22 20:30:30 CosmoHill: is #meego become sad? :) Jan 22 20:34:35 niala1, only when he pays more for his car insurance Jan 22 20:35:10 ouch! Jan 22 20:41:13 also annoyed when the cover ends without them warning us Jan 22 20:47:28 can i have an account on https://build.pub.meego.com/ please god of gnu. Jan 22 20:48:35 niala1: you need to tell lcuk (who is over there) what your meego.com account is Jan 22 20:48:41 erm, no Jan 22 20:48:41 :P Jan 22 20:48:45 lbt or x-fade Jan 22 20:49:07 my bad Jan 22 20:50:19 yes I know, Jan 22 20:50:20 niala1: open source apps ... yes? Jan 22 20:51:03 and what's your meego.com accountname ? Jan 22 20:51:06 lbt: can you enable me too please? i want to upload my meegon generator, it's open source (at least it will be when i figure out how to upload it) Jan 22 20:51:24 ali1234: done Jan 22 20:51:32 thanks Jan 22 20:53:36 bbiab Jan 22 20:55:05 * CosmoHill offers hot chocolate Jan 22 20:55:15 and amsn but amsn with an error but he works. Jan 22 20:55:48 oh i m kicked ? Jan 22 20:56:32 ping timeout Jan 22 20:56:51 ok sorry Jan 22 20:59:32 lbt et lcuk, QI XL on BBC1 Jan 22 21:01:44 what a strange code CosmoHill. :) Jan 22 21:02:08 I sneezed Jan 22 21:02:21 niala1: if you get bbc2 you should watch too Jan 22 21:03:22 CosmoHill: seem like french ip are not allowed Jan 22 21:04:07 I'm watching it now with some dutch and belgium freinds because they get BBC1 and 2 on satalite / cabel Jan 22 21:06:05 CosmoHill: http://webactu-webtv.com/articles.php?lng=fr&pg=2450 missing plugin on meego chrome. works for you ? Jan 22 21:06:17 i need install mplayer plug-in Jan 22 21:06:30 meego need plug-in ... Jan 22 21:06:40 wants me to install flip4mac Jan 22 21:06:52 the stream will work fine on VLC Jan 22 21:07:30 humpf vlc another thing who is not on meego.. Jan 22 21:34:09 Hi i have a samsung N220 and my wifi does not work Jan 22 21:36:40 okay, are you using MeeGo? Jan 22 21:36:50 yea Jan 22 21:37:04 do you have a broadcom card? Jan 22 21:37:17 no i mean the internal card Jan 22 21:37:37 yes, the wifi, is it made by broadcom? Jan 22 21:37:50 hm Jan 22 21:38:00 can i see this in meego? Jan 22 21:38:10 maybe, lspci Jan 22 21:38:11 Or have i boot ubuntu Jan 22 21:38:40 yes Jan 22 21:38:46 broadcom Jan 22 21:39:06 http://slaine.org/_slaine/Meego_1.1_Wifi.html Jan 22 21:39:38 ah nice thanks Jan 22 21:39:43 and one other question Jan 22 21:40:14 when i start meego.. there appears a error.. something like /media could not mounted or so Jan 22 21:40:22 how could i change this? Jan 22 21:40:46 I wouldn't know, have you tried closing your eyes and pretending it's not there? Jan 22 21:41:02 maybe check the mailing list or forum Jan 22 21:41:04 hehe Jan 22 21:41:08 crap, i'm too tired for it tonight. goodnight Jan 22 21:41:18 kudos for booting meego on a non-nokia device Jan 22 21:41:22 bye nazgee|zZz Jan 22 21:41:27 okay Jan 22 21:42:14 error is on live. It's disappear once it's installed Jan 22 21:42:45 niala1: back,,,, you want the community OBS? Jan 22 21:42:54 for opensource apps? Jan 22 21:43:20 nice thanks Jan 22 21:44:50 lbt: yes just to share my rpm Jan 22 21:45:04 what's your meego.com account ? Jan 22 21:45:15 question about .spe Jan 22 21:45:19 niala Jan 22 21:45:29 OK, done Jan 22 21:46:12 thank you lbt Jan 22 22:01:07 * CosmoHill gives auke a cookie for bootloader Jan 22 22:22:31 should i place nmap in MeeGo Extras distributions ? MeeGo 1.1 Extras Netbook ? Jan 22 22:24:26 niala1, yeah! Jan 22 22:24:33 does it work on n900 build too? Jan 22 22:24:51 do I have to dress up as neo to use it? Jan 22 23:02:50 lcuk: no like kevin mitnick :) Jan 22 23:16:07 lcuk: no python >= 2.4 ? Jan 22 23:25:59 niala1: btw: reading drew 1 all against hull Jan 22 23:26:13 niala1: best to check in repo.meego.com Jan 22 23:31:44 i installed the wifi patch(http://slaine.org/_slaine/Meego_1.1_Wifi.html), but i giot an error Jan 22 23:32:42 by : rpmbuild --rebuild --target=i586 wl-kmod-5.100.82.38-1.src.rpm i got an error /lib/modules/2.6.xxxxxx-netbook/build does not exist STOP Jan 22 23:34:38 pastebin.com Jan 22 23:36:05 yea.. the other netbok Jan 22 23:36:12 i dont have any network there Jan 22 23:36:27 but i can write the error Jan 22 23:39:35 I wanted to build the rpm with rpmbuild --rebuild --target=i586 wl-kmod-5.100.82.38-1.src.rpm. Jan 22 23:39:35 I got this error: make *** /lib/modules/2.6.35.3-10.3-netbook/build No such file or directory. STOP. Jan 22 23:39:35 Fehler: Fehler Status bem Beenden von /var/tmp/rpm-tmp.4mCVkP (%build) Jan 22 23:39:57 Fehler beim Bauen des RMP Jan 22 23:39:57 Benutzer/Gruppe glen does not exist. user root Jan 22 23:43:05 you understand the german/English error? :D Jan 22 23:44:09 lets see Jan 22 23:44:24 are you using meego 1.1? Jan 22 23:44:42 yes teh newest Jan 22 23:44:46 on the page Jan 22 23:45:13 can you run "ls /lib/modules Jan 22 23:45:26 what's the kernel you're currently running? are you on the live image? Jan 22 23:45:53 yes i can run /lib/modules Jan 22 23:46:07 could you give me the output? Jan 22 23:46:19 And i Use the netbok version of megoo installed on my harddisk Jan 22 23:46:25 yes Jan 22 23:46:36 2.6.35.3-10.3-netbook Jan 22 23:46:37 and Jan 22 23:46:49 2.6.35.3-12.1-netbook Jan 22 23:47:24 do you have /lib/modules/blah-12.1-netbook/build ? Jan 22 23:48:09 yes Jan 22 23:48:31 cool Jan 22 23:50:17 yea :D But the error is the same Jan 22 23:50:29 I know Jan 22 23:50:39 ok Jan 22 23:50:50 should i remove the build directory? Jan 22 23:50:55 noooo Jan 22 23:51:40 hm in teh rpm file Jan 22 23:52:01 * CosmoHill is reading through the source Jan 22 23:52:20 OkAY :D Im waiting Jan 22 23:52:38 it uses %{krelease} Jan 22 23:52:40 so it should be fine Jan 22 23:52:47 can you output uname -r ? Jan 22 23:53:16 2.6.35.3-10.3-netbook Jan 22 23:53:25 that's why Jan 22 23:53:37 to old? Jan 22 23:53:37 have you rebooted since installing the new kernel? Jan 22 23:53:46 oh no Jan 22 23:53:56 i dont Jan 22 23:53:58 there you go Jan 22 23:54:01 :( Jan 22 23:54:12 i will test Jan 22 23:54:39 Are you the main coder? Jan 22 23:54:53 nope Jan 22 23:56:57 hm Jan 22 23:56:59 same error Jan 22 23:57:05 and same output by uname -r Jan 22 23:57:31 after you rebooted? Jan 22 23:57:42 yea Jan 22 23:57:44 try zypper update Jan 22 23:58:05 it's possible that it just installed the new kernel source and not the actual kernel Jan 22 23:58:23 yea it will download some more packages Jan 22 23:58:31 i have to change the network cble Jan 22 23:58:39 i will be back after the update Jan 22 23:58:43 cool Jan 23 00:08:40 so im back.. when i try zypper update.. i even get errors...for example : applydeltarpm: fehlgeschlagen(error) Jan 23 00:10:31 in english? Jan 23 00:11:18 Hm every update got an error..Failure Jan 23 00:12:14 57 packages will be updated, but every update get an error.. After downloading the file.. There appears filenamexxx (failure) Jan 23 00:14:52 should i reinstall meego Jan 23 00:22:09 i will try it tomorrow. No i go to bed :D thanks! Jan 23 00:59:55 cyas Jan 23 02:04:38 <_Rui_> hello Jan 23 02:05:04 <_Rui_> i'm having some trouble creating MeeGo target with mad-admin create Jan 23 02:05:23 <_Rui_> everything goes well: 9...8....... etc Jan 23 02:05:43 <_Rui_> then "This may take some time" Jan 23 02:05:54 <_Rui_> followed by QEMU startup failed Jan 23 02:06:20 <_Rui_> does anyone know what could be happening? Jan 23 02:12:42 hi rui Jan 23 02:14:33 hmmm ... did you try "-f" option Jan 23 02:14:39 _Rui_: Jan 23 02:18:53 otherwise, try following http://wiki.meego.com/SDK/Docs/1.1/Getting_started_with_the_MeeGo_SDK_for_Linux Jan 23 02:19:09 and/or see http://lists.meego.com/pipermail/meego-sdk/2010-November/000433.html Jan 23 02:21:38 but unfortunately, there are more reasons than just the above for getting things not working... like having an ATI/AMD graphics chipset :-( Jan 23 02:23:56 ok off to dinner, and thanks for qtractor :-) assuming Rui==rncbc.org Jan 23 02:28:25 <_Rui_> npm: yes, I'm trying with -f option Jan 23 02:28:32 <_Rui_> and no ATI here :-/ Jan 23 02:28:58 <_Rui_> btw, I'm not the Rui from QTractor eheh Jan 23 02:29:06 <_Rui_> :P **** ENDING LOGGING AT Sun Jan 23 02:59:57 2011