IRC log of #meego for Saturday, 2010-08-21

*** jluisn has quit IRC00:00
*** ismael1 has quit IRC00:01
*** guardian has quit IRC00:02
*** andredieb has quit IRC00:02
*** leinir__ has quit IRC00:04
*** leinir__ has joined #meego00:04
*** marciom has quit IRC00:05
*** fiferboy has quit IRC00:05
lbtStskeeps: are the proposals public?00:09
*** UlfHofemeier has joined #meego00:09
Stskeepsof the conference? yes00:10
Stskeepsthe process of selecting won't be00:10
Stskeepsclick 'program' on the conference site00:10
*** polac_ has quit IRC00:12
*** polac has joined #meego00:13
*** toniher has joined #meego00:14
*** ismael has quit IRC00:15
*** wazd has quit IRC00:16
*** ismael has joined #meego00:16
*** fprimex has quit IRC00:16
*** ismael has quit IRC00:21
ali1234new report: http://pastebin.com/xGrqMc3600:21
*** ismael has joined #meego00:22
ali1234i used the less agressive -d option for objdump this time, and also eliminated some false positives, and added checking for sse4.1 and sse4.200:22
ali1234according to that hardly anything at all is optimized00:22
ali1234and it looks like those few are pulling in the same static object from somewhere00:23
Stskeepsthats the only optimized?00:24
ali1234i can't say i am 100% confident i am doing this right00:24
ali1234i know my previous list was wrong though00:24
ali1234had bugs that i've fixed00:24
*** DawnFoster has joined #meego00:25
Stskeepswell, what tool do you use?00:25
ali1234objdump -d00:26
*** puffin has quit IRC00:26
ali1234and grep, find, xargs00:26
ali1234oh and rpm2cpio to unpack them :)00:26
*** ismael has quit IRC00:26
*** heliocastro has quit IRC00:26
Stskeepsi'd expect qt to have ssse300:26
ali1234it showed up in the old list00:27
Stskeepsand its not on this list00:27
ali1234maybe -D is necessary then00:27
*** ismael has joined #meego00:27
ali1234"Like -d, but disassemble the contents of all sections, not just those expected to contain instructions."00:27
*** githogori has quit IRC00:29
*** Tili has quit IRC00:29
*** Tili has joined #meego00:29
ali1234ok, -D is finding more of the ones form the old list00:31
*** marciom has joined #meego00:33
*** Armi^ has quit IRC00:34
*** xnt14 has quit IRC00:34
*** GordonS has joined #meego00:35
*** simulacrum has quit IRC00:36
*** abinader has quit IRC00:36
Phazorxis there a guide like this for MeeGo: http://wiki.archlinux.org/index.php/Extra_Keyboard_Keys_in_Xorg00:36
Phazorxi use setkeycodes to make it works in console00:37
Phazorxand dmesg is happy now00:37
Phazorxbut i dont know (or it does not work?) how to make xorg to recognize them00:37
*** manju has quit IRC00:37
*** pmcgowan has quit IRC00:39
ali1234ah here we go, picking up stuff from the kernels now00:39
*** priya_ has joined #meego00:40
*** githogori has joined #meego00:41
*** priya_ is now known as pvijayan00:41
*** pvijayan is now known as priya_00:41
*** dvoid_ has quit IRC00:43
*** tackat has quit IRC00:44
*** aloisiojr has quit IRC00:48
ali1234i suppose the way to check would be to run this script against fedora00:50
ali1234if it gets 0 hits then it's probably fairly accurate00:50
*** luck has quit IRC00:53
ali1234new report with -D : http://pastebin.com/FTdtzZ9L00:55
*** vblazquez has quit IRC00:58
*** marciom has quit IRC01:00
*** vblazquez has joined #meego01:01
*** radius has quit IRC01:02
*** dani_l has quit IRC01:04
*** ninan_ has joined #meego01:05
*** ninan has quit IRC01:06
*** SiggyF has quit IRC01:09
*** dani_l has joined #meego01:11
*** radius has joined #meego01:11
*** dani_l has quit IRC01:15
*** RhymeswAlbert has left #meego01:16
*** fleury has quit IRC01:18
*** Tili_ has joined #meego01:18
*** dani_l has joined #meego01:19
*** SWFu has joined #meego01:19
*** panaggio has quit IRC01:20
*** renato has quit IRC01:21
*** lcukn900 has quit IRC01:21
*** Mat_Matan has joined #meego01:21
*** Tili has quit IRC01:22
*** Tili_ is now known as Tili01:22
*** Tili has quit IRC01:23
*** blizzow has quit IRC01:24
*** raulfh has quit IRC01:25
*** baraujo has quit IRC01:28
*** andyross has quit IRC01:32
*** mlfoster has quit IRC01:32
*** Vanadis has quit IRC01:33
*** Mat_Matan has quit IRC01:34
*** lcuk2 has joined #meego01:36
*** toniher has quit IRC01:37
*** lcuk has quit IRC01:37
*** arjan has quit IRC01:40
ali1234hmm running my script with -D on opensuse 11.3 rpms, and it is picking up a lot of ssse3 stuff that shouldn't exist01:42
ali1234i'm beginning to think -d is actually right and nothing uses it except glibc and a few things that static link it01:43
*** Guest23650 is now known as ifdef4201:44
*** mako-sama has quit IRC01:46
*** mako-sama has joined #meego01:48
*** cleech has quit IRC01:49
*** Erkan_Yilmaz_ has joined #meego01:58
*** sheepbat has joined #meego01:58
*** CoderForLife has joined #meego01:59
*** Erkan_Yilmaz has quit IRC02:01
*** kW_ has joined #meego02:03
*** thiago_syst has quit IRC02:04
*** marciom has joined #meego02:06
*** ciroip has joined #meego02:06
*** mwichmann has quit IRC02:06
*** ifdef42 is now known as pepsi4202:07
*** pepsi42 is now known as ifdef4202:08
*** ifdef42 is now known as pepsi4202:08
*** pepsi42 is now known as ifdef4202:09
*** jacquesdptd_iPad has quit IRC02:09
*** AndroUser2 has joined #meego02:10
*** cmarcelo_ has quit IRC02:10
ali1234Stskeeps: so the result from opensuse was most of the things that show up as "optimized" in meego with -D also show up as "optimized" in opensuse 11.3 with -D02:13
*** marciom has quit IRC02:14
ali1234with -d the only things that show up as "optimized" in opensuse is mono .dll files02:14
*** carloscesa has quit IRC02:15
ali1234so i'm really confused, it really looks to me like meego doesn't use any core 2 specific code out side glibc02:16
*** pinheiro has quit IRC02:20
*** tcounihan has quit IRC02:23
*** puffin has joined #meego02:27
*** Guest40334 has joined #meego02:28
*** shoPanda is now known as jpf02:28
*** Guest40334 is now known as xnt1402:29
*** DevUI has quit IRC02:31
*** AndroUser2 has quit IRC02:36
*** puffin has quit IRC02:38
*** epx has left #meego02:38
*** DawnFoster has quit IRC02:41
*** SWFu has quit IRC02:41
*** andyross has joined #meego02:44
odin_ali1234, explain -D and -d please02:50
ali1234odin_: -d : Display the assembler mnemonics for the machine instructions from objfile.  This option only disassembles those sections which are expected to contain instructions.02:50
ali1234-D : Like -d, but disassemble the contents of all sections, not just those expected to contain instructions.02:50
ali1234from man objdump02:51
odin_ah yes am looking at your pasebin02:51
ali12341 sec i will paste the logs form opensuse02:51
ali1234opensuse -d: (just a bunch of mono stuff) http://pastebin.com/xVVjLmHv02:52
odin_is the script available to look at ?02:52
ali1234opensuse -D: woah, everythign is full of ssse3: http://pastebin.com/WjiUdtD002:52
ali1234sure, i will upload script, hang on again02:53
odin_Im interested to know as no one has been able to explain how useful SSSE3 is for general purpose code generation (which is the issue, as opposed to specialized code generation, like used already in codecs/crypto/etc...)02:54
*** ciroip has quit IRC02:54
odin_it could be just that GCC is lame at this time and Intel know what to expect02:54
*** andyross has quit IRC02:55
odin_and this is for arch=i586  of opensuse 11.3 ?02:56
ali1234yeah02:56
ali1234from the dvd02:56
ali1234http://al.robotfuzz.com/~al/random/cpucheck.tar.gz02:57
odin_ok I have one of those in hand to repeat and verify findings02:57
ali1234all the clever stuff is done in cpucheck-bin (which operates on a single file), the rest is just for scanning multiple files at once02:58
ali1234oh tip: insert a tee -a /tmp/foundinstrs into the grep lines in cpucheck-bin02:59
ali1234then you get a big file with all the lines it found02:59
CosmoHillali1234: when do you sleep?02:59
ali1234and you can check if they make sense02:59
ali1234not sure how to check that myself02:59
ali1234CosmoHill: i'm going to bed very soon :)02:59
CosmoHillcool03:00
CosmoHillI just got back :)03:00
CosmoHillMy friend lives in the same road :)03:00
*** thiago_home has quit IRC03:02
odin_am a bit guarded about: rm -rf $TEMP  where we hope TEMP is sane, what is "tempfile" my openSUSE not Fedora12 has it03:03
*** panaggio has joined #meego03:03
ali1234odin_: it creates a file in /tmp and prints the name03:03
ali1234odin_: no warranty!03:03
ali1234since there is no tempdir, i delete the file and make a directory of same name :)03:03
*** GordonS has quit IRC03:04
ali1234i used it in some other places, but there only as a file03:04
odin_ok /tmp/foobar$$ will do me then03:04
ali1234well, it runs 4 checks in parallel by default03:04
ali1234so as long as you use unique names...03:04
odin_$$=$PID03:04
*** diegohcg has quit IRC03:05
aukemktemp pls03:05
ali1234patches welcome03:06
aukemktemp /tmp/$0-XXXXXXX03:06
aukedo something like03:06
CosmoHilloh god >.<03:06
odin_its just an adhoc script, with zero security concern, I just don't have an exe called tempfile and openSUSE "cnf" cant' find it either03:07
aukeTMPFILE=`mktemp /tmp/$0-XXXXXXX`03:07
*** amjad has joined #meego03:07
CosmoHillI hang out with my mate03:07
CosmoHillcome home and all hell has broken out on my channel03:07
ali1234auke: fixed, i still have to rm -rf it at the end tho either way03:07
aukeit's a file03:07
ali1234mktemp is a file?03:08
aukeTMPFILE will be03:08
aukedon't use -rf03:08
auke-f maybe, not -r03:08
ali1234so in other words mktempdoes exactly the same thing as tempfile03:08
*** Glavata has joined #meego03:08
ali1234i need a temporary directory03:08
ali1234so i rm -f $TEMP; mkdir $TEMP; ... ; rm -rf $TEMP03:09
aukeTMPDIR=`mktemp -d /tmp/$0-XXXXXXX`03:09
aukeand, if possible, don't rm -rf if, just empty out what you put in there and then rmdir it03:10
*** mikeleib is now known as mikeleib_afk03:10
aukebut, that depends on the level of robustness needed :)03:10
ali1234ok then, rm -rf $TEMP/*; rmdir $TEMP03:10
odin_my opensUSE 11.3 DVD does not have glibc-static-2.11.90-18.3.i686.rpm or busybox-1.16.0-3.2.i586.rpm to quote some examples, do the DVDs change after release?03:10
aukethat wouldn't do any good03:10
aukeso just rm -rf $TMPDIR then03:10
ali1234odin_: glibc-static-2.11.90-18.3.i686.rpm is from meego03:11
ali1234(i think)03:11
odin_[ -d "$TMPDIR" ] && rm -rf "$TMPDIR"03:11
ali1234lol, anyway, patches welcome03:11
odin_ok I am looking at the wrong pastebin then ?03:11
aukeI'd rm $TMPDIR/{$FILE1,$FILE2,...} ; rmdir $TMPDIR03:11
ali1234i never sent one with glibc from opensuse cos it's in the i686 directory03:12
ali1234and i only scanned i58603:12
* auke is out03:12
CosmoHillbye auke03:12
CosmoHillI'm out too03:12
CosmoHillI mean i'm here but I have no idea wtf is going on03:12
*** Openfree has joined #meego03:13
odin_so which things from openSUSE do you think are best to look at ?03:13
ali1234well, tbh, none of them03:13
*** Phazorx has quit IRC03:13
ali1234the point is they all run on an AMD machine, and they all appear to have about the same number of ssse3 stuff as the average meego package, ie none except what could just be some false positives03:14
*** theopensourcerer has left #meego03:14
*** puffin has joined #meego03:14
*** messerting has quit IRC03:15
odin_yes this is what I am wanting to check for, false positives, take openSUSE-11.3 xorg-x11-7.5-11.3.i586.rpm /usr/bin/x11perf as an example03:15
ali1234yep, exact same thing shows up on meego03:16
odin_ok but can it be explained and fixed, this way the count goes down on meego to a more correct level ?03:16
ali1234so what you want to look at is things that show up on -D but not -d03:16
*** smoku has left #meego03:16
*** smoku has joined #meego03:16
ali1234it can be, but not by me until i get some sleep03:16
ali1234actually i'm going to make a mod to cpucheck-bin to make it log all found lines with context03:17
ali1234then leave it running over night with 1 thread so my computer doesn't catch fire03:17
odin_sure cheers03:18
*** TSCHAKeee has quit IRC03:18
*** TSCHAKeee has joined #meego03:18
odin_I can't get '1' count tho here, on same package version03:18
odin_hopefully my tempfile mods probably the cause03:19
ali1234just make sure that cpucheck-bin runs on individual binaries first03:20
ali1234you can use the commands independantly to check single bins/rpms03:20
odin_ah ok you did -D for listing and script uses -d03:21
*** mwichmann has joined #meego03:21
ali1234yeah you have to edit the script03:21
ali1234forgot to mention that03:21
*** puffin has quit IRC03:23
ali1234well that is now generating a huge amount of output for me to pick through tomorrow03:24
ali1234hopefully some CPu expert can tell me if the code is just gibberish (ie not code at all) or real instructions03:24
odin_section -d looks at .init .plt .text .fini, this is good enough for me03:26
ali1234well the meego -d optimizes ... nothing except glibc basically03:27
odin_well that sort of mimics my thoughts entirely03:28
ali1234i noticed that glibc has the core2 CFLAGS hard coded in the spec, while everything else relies on prjconf03:28
odin_so intel meego should be called arch=i686-ssse303:28
ali1234it should be called arch=core203:29
ali1234the CFLAGS are -march=core2 -mtune=atom03:29
odin_and only glibc (and a few other applications) needs to be built in it03:29
odin_sorry I meant arch=i686_ssse3  I don't think core2 is a good name due to the universal domain the label needs to exist in03:30
odin_this way ./configure and autoconf can be made to understand i?86* easily03:30
ali1234well ssse3 doesn't cover it, cos there is sse4.1 too03:30
odin_ah but it is guarded or in general purpose use ?03:30
odin_s/it is/is it/03:30
infobotodin_ meant: ah but is it guarded or in general purpose use ?03:30
ali1234don't know03:30
*** kW_ has quit IRC03:31
ali1234the sse4.2 has to be as i understand, because atom doesn't have it03:31
*** kW_ has joined #meego03:31
ali1234but no idea about sse4.1, core2 has that03:31
odin_there is no problem with guarded code using CPUID to alter the execution path, there is a problem with GCC using it for general purpose code in the only execution path03:31
ali1234yeah03:31
odin_also... don't let intel confused with eith the difference between --march and --mtune03:31
ali1234lots of the bins with -D show up with 0 CPUIDs but sse4.2 instructions03:31
odin_there is no reason the dist can't be --mtune=atom but --march=i68603:32
ali1234yes i know all this :)03:32
odin_this way they still get their instruction scheduling optimizations03:32
*** kW_ has quit IRC03:32
odin_ok sorr03:32
odin_y03:32
ali1234actually eg yafray from opensuse 11.3 has sse4.2 and no cpuid even with -d03:32
ali1234but that could be a special case with runtime switches to enable opts03:33
ali1234it is a raytracer after all03:33
ali1234speed is everything03:33
odin_yafray ?  are you sure it doesn't check a variable or /proc/cpuinfo ?03:33
ali1234yeah, that's what i mean with runtime options03:33
odin_the guarding mechanism doesn't matter, so just long as its guarded with some mechanism, ya cmdline opts still count as a guard03:34
ali1234but not one that you can detect automatically, at least not easily03:34
odin_well really clever programs will detect ones on startup, then modify all the procedure symbol address locations to reflect the version of the function to run03:34
odin_then there is no other code to using specialized code03:35
*** DawnFoster has joined #meego03:37
*** puffin has joined #meego03:41
CosmoHillhey DawnFoster03:41
DawnFosterhey CosmoHill03:42
DawnFosteryou're up late (or early)03:42
CosmoHilllate03:42
CosmoHillI think the next time I go out late I'll close my IRC client03:42
CosmoHillthe chaos that I came back to >.<03:42
DawnFosterha03:43
DawnFosterI tend to always leave it running & forget about it03:43
CosmoHillvery active, stuff about me, people swapping nicks and going "I smell" as someone else etc03:44
ali1234odin_: with the debug rpms, it should be possible to determine which functions are being optimized right?03:44
odin_ali1234, yes but objdump already does basic <symbol+offset> info, that can help03:45
ali1234that too, but it needs to be extracted somehow.. still i think this information would be very interesting...03:45
CosmoHillali1234: didn't you say you where going to sleep half an hour ago?03:46
ali1234yeah i know03:46
odin_MeeGo is exciting !!!03:46
*** mwichmann has quit IRC03:47
*** fredy has quit IRC03:48
lcuk2CosmoHill, you do smell :P03:56
lcuk2either that or its something in the curry I ate tonight in Manchester03:56
odin_Or Riiight!03:56
CosmoHillI smell good :)03:57
lcuk2heh03:57
lcuk2did you have a good time out?03:57
CosmoHillyeah03:57
CosmoHillpicked him up from the airport and hung out at his afterwards03:57
lcuk2:D bonus03:57
lcuk2had he been far?03:57
CosmoHillhe went to his girlfriend's prom in ireland (she's ireish)03:58
lcuk2(Irish)03:58
CosmoHillthat too03:58
lcuk2unless she gets annoyed often03:59
*** heliocastro has joined #meego04:00
CosmoHillno idea04:01
CosmoHillmy friends have girlfriends and often talk about them but I've never met them04:01
CosmoHillin the last 4 weeks I've met 3 of them :o04:02
lcuk2heh04:03
CosmoHillit's not like I'm gonna steal them or anything04:03
lcuk2they dont know that!04:04
lcuk2I went to a pre-wedding meal04:04
lcuk2and spent most of the night not able to hear the conversation04:05
*** puffin has quit IRC04:05
lcuk2o_O meego-touch-dev is moderated04:05
CosmoHillit's to stop people touching the developers04:06
lcuk2it does explain the low post count04:06
lcuk2if it involves multiple mails per message it would be tedious04:06
CosmoHillaparantly my members are surprised I'm awake and online04:08
lcuk2heh  it is a little odd, whole composition and mood of irc changes drastically outside normal hours04:09
*** FatalSaint has quit IRC04:09
*** jpetersen has quit IRC04:10
*** Openfree has quit IRC04:10
* lcuk2 is hoping to speak with some of the qt devs from Brisbane in the coming days04:10
CosmoHillI have two 15 year olds and a 16 year old in the channel04:10
CosmoHillfun04:10
CosmoHillit's so much quieter when they are offline04:10
lcuk2this is in lfs?04:11
CosmoHillyes04:11
CosmoHillI don't know if they've ever finished it04:11
lcuk2nice to see young folds getting involved with a deeper linux than just blinging ubuntu04:11
lcuk2folks04:12
CosmoHillthey've been in the channel for a a year04:12
CosmoHillyoungest smart person was 1304:12
lcuk2its always great to see them hacking about on maemo and other misc projects04:12
CosmoHillyoungest I've had so far was 1104:12
lcuk2my god I wasnt allowed to play on the street at 1104:12
lcuk2let alone go on the net on my own04:12
CosmoHillwhen I reconnected with a different nick he thougth I was an impostor04:13
lcuk2(supposing a net existed)04:13
CosmoHillso me saying "you're 11" was proof but me changing nicks and becoming moderator wasn't04:13
lcuk2you are an imposter04:14
CosmoHillyeah but he doesn't know that04:14
CosmoHillthat kid was a handful, it was like he had ADHD online04:14
lcuk2think that about you sometimes :P04:15
CosmoHilllol04:15
CosmoHillat least if you tell me to be quiet I will04:15
lcuk2if otheruser.age<my.age then hasADHD=104:15
CosmoHillmaybe I just type quickly :)04:16
lcuk2meh04:16
lcuk2prefer discussion and ideas04:16
CosmoHillthere's a channel on LFS that I own but never go in. one time there was some touble in there and users PM'd me about it04:17
CosmoHillso I did a drive by kick ban04:17
lcuk2heh04:18
CosmoHillhttp://linuxfromscratch.pastebin.com/WK0Q0jJb04:18
lcuk2lol thats cheating04:19
lcuk2is that on freenode?04:19
CosmoHillnope04:20
*** UlfHofemeier has quit IRC04:20
lcuk2didn't think so, I just created the chan entering it04:20
CosmoHillit's on it's own server04:20
CosmoHillto shelter the newbies from the cruel world that is #linux04:20
lcuk2thats reasonable in its own way04:22
* lcuk2 ponders getting his steam account working in linux04:22
lcuk2i have a hankering for half life204:22
CosmoHillI ran CSS on my linux server once04:22
CosmoHillmy broadband was the bottleneck04:22
lcuk2i run em too - in firefox :P04:23
lcuk2counterstrike didn't have heavy bandwidth limitations afaik04:23
lcuk2unless you were throttled heavily by other things04:23
CosmoHilliirc is was 256Kb/s upload04:24
lcuk2ntl cable?04:24
CosmoHillDemon shitanet04:24
lcuk2hah04:24
lcuk2cable had 12k upload for the longest time04:25
lcuk212804:25
CosmoHilltakes 3 days for them to send someone out to plug your connection back in at the exchange04:25
lcuk2yeah they were LLU werent they04:25
CosmoHillyou should upgrade your router from V3 to V504:25
lcuk2oh, the router is fine now04:25
CosmoHillwait, you want me to go out and by the 5th hardware version of my router model so you can tell me you don't support netgear04:25
lcuk2we upgraded a while ago04:25
CosmoHill"I'm sorry sir but your router doesn't support ADSL2+"04:26
CosmoHill"how long has the exchange been ADSL2+?"04:26
CosmoHill"3 months" -.-04:26
lcuk2o_O04:26
*** akoma1s has quit IRC04:26
lcuk2half life 2 was out over 5 years ago04:27
CosmoHillI bet if I were to go "I want my Mac address" I'd suddenly get a english person on the phone04:27
*** bfree has quit IRC04:28
lcuk2someone mentioned somewhere that if you say "fuck" to the dell automated service it will rather resignedly tell you its connecting you to a human.  not sure how real that is, but made me laugh immensely04:28
*** epx has joined #meego04:29
CosmoHilloh I was using my Nokia 6200c to go to the airport04:29
*** akoma1s has joined #meego04:29
CosmoHillwhilst overtaking a weaving caravan I got "please obverse the speed limit"04:29
lcuk2most people use a car, but go on04:30
lcuk2nice04:30
CosmoHillI was doing 9erm motorway speeds04:30
lcuk2the nokia n810 has maps with routing and stuff04:30
lcuk2tracy had the american "todd" voice04:30
lcuk2and was eternally amused because it would tell her04:30
CosmoHill"surfer dude" was an option for mine04:30
lcuk2"at the traffic circle take the third exit"04:31
CosmoHillhaha04:31
CosmoHillI was driving along at 70mph and had "make a U turn"04:31
*** epx has quit IRC04:31
lcuk2:D04:31
lcuk2they get irate if you don't listen!"04:31
lcuk2"try to make a u turn where possible"04:31
lcuk2"you missed your turn"04:31
lcuk2"TURN AROUND NOW"04:32
CosmoHillI get worried when I have lots of instructions and then nothing for 6 miles04:32
*** NishanthMenon has quit IRC04:32
lcuk2i NORMALLY END UP STOPPING WHEN THAT HAPPENS04:32
lcuk2and removing my caps too04:32
lcuk2we were watching some American tv show the other day, and they had an English gps person04:33
CosmoHillmine reroutes quickly04:33
lcuk2tracy giggled04:33
CosmoHillTracy?04:33
lcuk2mrs lcuk to be04:33
CosmoHillyay04:33
lcuk2heh, after over 15 years we decided this week on a venue, we just have to work out how to get there now04:34
*** RhymeswAlbert has joined #meego04:34
CosmoHillteleportation04:34
lcuk2yeah that might be simpler, have to get us to Las Vegas04:34
lcuk2its the only place we could agree on04:35
CosmoHillyou have kids right?04:35
lcuk2yeah04:35
CosmoHillat my uncle's wedding they tried keeping the kids quiet with sweets04:35
lcuk2eep, sweeties and clean wedding clothes dont go well04:36
CosmoHillwhen they were in the car after the wedding we were talking to them04:36
CosmoHillyoungest came over and accidently hit the close window button04:37
* lcuk2 does not sense a problem yet04:38
CosmoHillthey where 3 and 1.504:39
*** smithna has joined #meego04:39
lcuk2hmm mine play with the windows still and they are much older :P04:40
smithnaHi, could anyone tell me how to install qmake for the IVI image?  Searching for it via the manage software app doesn't show it...  And it doesn't seem to be installed by default04:42
*** bfree has joined #meego04:43
lcuk2I am vanishing anyway04:44
lcuk2gnite CosmoHill04:44
CosmoHillme too04:44
CosmoHillgot to be up in 7 hours :o04:44
lcuk2smithna, sorry, dunno and it seems v quiet in here tonight04:44
*** lcuk2 has quit IRC04:44
*** CosmoHill has quit IRC04:45
*** b-man|laptop has joined #meego04:46
*** UlfHofemeier has joined #meego04:47
*** FatalSaint has joined #meego04:47
*** ml-mobile has joined #meego04:59
*** ghosTM55 has joined #meego05:05
*** sean_1 has quit IRC05:08
*** tyan_ has quit IRC05:08
*** ml-mobile has quit IRC05:09
*** smithna has quit IRC05:09
*** sean_1 has joined #meego05:09
*** e-yes is now known as Guest4088605:10
*** Guest40886 has quit IRC05:13
*** kkszysiu has quit IRC05:16
*** puffin has joined #meego05:20
*** puffin has quit IRC05:27
*** TSCHAKeee has quit IRC05:29
*** TSCHAKeee has joined #meego05:30
*** kkszysiu has joined #meego05:30
*** rcc has quit IRC05:31
*** ghosTM55 has quit IRC05:31
*** panaggio has quit IRC05:31
*** lcukn900 has joined #meego05:38
*** pcfe has quit IRC05:44
*** pcfe has joined #meego05:45
*** pcfe has joined #meego05:45
*** gibson_ has joined #meego05:55
*** DocScrutinizer is now known as DoctorWaves06:09
gibson_oh DCC SEND "0days.txt.php.tar.bz2.dmg" 0 0 006:09
*** pupnik has quit IRC06:09
*** pupnik has joined #meego06:10
*** heliocastro has quit IRC06:10
*** DoctorWaves is now known as DocScrutinizer06:11
*** gibson_ has quit IRC06:12
*** andyross has joined #meego06:24
*** raulfh has joined #meego06:25
*** UlfHofemeier has quit IRC06:26
*** andyross has quit IRC06:30
*** Unmenschlich has joined #meego06:31
*** Unmensch has quit IRC06:34
*** slonopotamus has quit IRC06:37
*** bef0rd has joined #meego06:43
*** puffin has joined #meego06:53
*** slonopotamus has joined #meego07:05
*** lsm5 has quit IRC07:06
*** lsm5 has joined #meego07:07
*** andyross has joined #meego07:12
*** Dextralus has joined #meego07:14
*** dani_l has quit IRC07:29
*** ubIx_ has quit IRC07:29
*** alvaro__ has quit IRC07:29
*** dani_l has joined #meego07:30
*** ubIx has joined #meego07:31
*** DocScrutinizer2 has joined #meego07:34
*** DocScrutinizer2 has joined #meego07:34
*** DocScrutinizer has quit IRC07:34
*** Mat_Matan has joined #meego07:34
Mat_Matanhi07:35
*** DocScrutinizer2 is now known as DocScrutinizer07:37
*** Trollkarlen has quit IRC07:40
*** bdale has quit IRC07:41
*** bdale has joined #meego07:47
*** jpetersen has joined #meego07:48
*** cBuckle has quit IRC07:48
*** Mat_Matan has quit IRC07:52
*** puffin has quit IRC08:02
*** mmc has quit IRC08:18
*** abhijeet has joined #meego08:21
*** RhymeswAlbert has left #meego08:25
*** andyross has quit IRC08:26
*** andyross has joined #meego08:27
*** criswell has quit IRC08:32
*** DeuX has quit IRC08:33
*** DeuX has joined #meego08:36
*** criswell has joined #meego08:36
*** andyross has quit IRC08:47
*** sawe has joined #meego08:54
*** LiraNuna has joined #meego08:59
*** sawe has quit IRC09:08
*** slonopotamus has quit IRC09:08
*** sawe has joined #meego09:09
*** TermanaN900 has joined #meego09:09
*** DocScrutinizer has quit IRC09:14
*** DocScrutinizer has joined #meego09:14
*** Mat_Matan has joined #meego09:15
*** vivijim has left #meego09:24
*** tackat has joined #meego09:32
*** timoph|away is now known as timoph09:40
*** Dextralus has quit IRC09:41
*** alvaro__ has joined #meego09:47
*** DocScrutinizer has quit IRC09:48
*** DocScrutinizer has joined #meego09:48
*** sawe has quit IRC09:48
*** sawe has joined #meego09:49
*** leinir__ has quit IRC09:59
*** pvdm has joined #meego10:01
*** csdb1 has joined #meego10:03
*** slonopotamus has joined #meego10:06
*** jpetersen has quit IRC10:07
*** jpetersen has joined #meego10:07
*** Erkan_Yilmaz_ has quit IRC10:10
*** pvdm has quit IRC10:15
*** sawe has quit IRC10:22
*** sawe has joined #meego10:24
*** pvdm has joined #meego10:24
*** TSCHAKeee has quit IRC10:24
*** TSCHAKeee has joined #meego10:25
*** DrIDK has joined #meego10:27
*** ml-mobile has joined #meego10:27
*** abhijeet has quit IRC10:28
*** abhijeet has joined #meego10:28
*** SWFu has joined #meego10:35
*** messerting has joined #meego10:42
*** Flanbix has quit IRC10:45
*** bef0rd has quit IRC10:46
*** sx0n|home has joined #meego10:47
*** DrIDK has quit IRC10:49
sx0n|homeis the intel chipset gm57 going to be supported in meego?10:51
*** ml-mobile has quit IRC10:51
*** guardian has joined #meego10:52
sx0n|home(or intel & linux) i didn't see graphics drivers for it10:52
*** thiago_home has joined #meego11:01
RST38hOMG, MeegoTouch is Symbian all over11:02
* RST38h just wanted to create a scrollable list of buttons, with two lines of text in each one, and ended up reading MList docs11:02
*** SWFu has quit IRC11:03
*** vblazquez has quit IRC11:03
sx0n|homes,gm,qm,11:04
*** Phazorx has joined #meego11:04
sx0n|homehm. it should be supported after all11:05
odin_ah the QM57, yes sure it will, i7 based?11:05
*** vblazquez has joined #meego11:06
*** Plnt has joined #meego11:06
odin_I can't see how it won't be supported, its new, current and aimed at the embedded market11:07
sx0n|homeodin_: i511:07
sx0n|homebut i need to double check. and see if it really installed in my kernel. it is just giving problems.11:09
*** manju has joined #meego11:10
odin_oh you mean to use today ?  or when the UI is launched in a few months ?11:10
*** githogori has quit IRC11:11
*** jpetersen has quit IRC11:15
*** notmart has joined #meego11:17
*** sawe has quit IRC11:23
*** sawe has joined #meego11:24
sx0n|homeodin_: i have new laptop but no luck with stable linux installation so far.11:24
*** abstract3d has quit IRC11:27
*** abstract3d has joined #meego11:27
*** abhijeet has joined #meego11:31
*** sawe has quit IRC11:32
TermanaN900RST38h, that surprises you? :P11:33
*** sawe has joined #meego11:34
*** th3hate has joined #meego11:35
*** TheAppleMan has joined #meego11:37
*** TheAppleMan has joined #meego11:37
*** SWFu has joined #meego11:39
*** sawe has quit IRC11:48
*** Tili has joined #meego11:48
*** sawe has joined #meego11:49
*** abhijeet has quit IRC11:52
*** vanadis has joined #meego11:52
*** mklmklmkl has joined #meego11:56
*** messerting has quit IRC11:59
*** abhijeet has joined #meego12:04
*** dvoid_ has joined #meego12:04
*** Tili has quit IRC12:09
Phazorxis there a guide like this for MeeGo: http://wiki.archlinux.org/index.php/Extra_Keyboard_Keys_in_Xorg12:11
Phazorxi use setkeycodes to make it works in console, so dmesg does not show missing keystrokes anymore12:12
Phazorxbut i don't know how (or it does not work?) to make xorg to recognize them12:12
thiago_homePhazorx: there's no need for a guide12:15
thiago_homeall the keys are recognised by X already12:15
Stskeepsthere, tickets booked for dublin, and hotel12:15
* thiago_home wonders if he needs to submit a talk in order to get Nokia to approve his going12:15
Stskeepsgood question, i guess we are doing the programme stuff on a private basis :P12:16
*** thopiekar has joined #meego12:16
thiago_homethe program team will get together to judge the sessions submitted12:17
thiago_homewhich is an interesting thing: am I allowed to judge my own submission?12:17
Stskeepsi guess since we're four, if it's our own submission, we 'step outside'12:18
Stskeepsi got put into a talk by my team lead so i'll be in same situation12:18
Phazorxthiago_home: and if they are not?12:18
Phazorxxev does not show some of Fn+X here12:18
Phazorxwhile they work fine in console12:19
Phazorxparticulary i am concerned about missing brightness control12:19
Phazorxand the only way to switch brigtness for me now is switching to console12:19
*** vblazquez has quit IRC12:21
*** wazd has joined #meego12:22
*** vanadis has quit IRC12:22
*** vblazquez has joined #meego12:23
*** slonopotamus has quit IRC12:25
*** sawe has quit IRC12:33
*** Tili has joined #meego12:33
*** sawe has joined #meego12:34
*** sheepbat has quit IRC12:35
*** lugkhast has joined #meego12:36
*** srag has joined #meego12:39
*** vblazquez has quit IRC12:45
*** vblazquez has joined #meego12:47
*** sawe has quit IRC12:52
*** sawe has joined #meego12:54
*** _wolf_ has quit IRC12:54
*** ikke-t has joined #meego12:56
*** theopensourcerer has joined #meego12:58
*** Tili has quit IRC12:58
*** armika has quit IRC13:00
*** rob_w has joined #meego13:02
*** armika has joined #meego13:02
*** ismael has quit IRC13:07
*** sawe has quit IRC13:07
*** sawe has joined #meego13:09
*** Armi^ has joined #meego13:09
*** jmcphers has quit IRC13:10
ikke-tanyone runnning the meego notebook ed. on LVM? from the quick looks it doesn't seem to support lvm out of the box...13:10
*** Tili has joined #meego13:10
*** jmcphers has joined #meego13:10
*** hhartz has joined #meego13:13
*** kakashi_ has joined #meego13:16
ikke-tshould the live image on usb be capable of storing stuff back to usb over reboots like some other live media do_13:17
ikke-t?13:17
*** pinheiro has joined #meego13:22
*** sawe has quit IRC13:22
*** sawe has joined #meego13:24
*** raulfh has quit IRC13:29
Passelianyone knows if the meego-sdk mentioned in -> http://wiki.meego.com/MeeGo_SDK_All_in_One page is available already somewhere?13:36
*** sawe has quit IRC13:42
*** sawe has joined #meego13:44
*** mikhas has joined #meego13:44
*** MaJ has joined #meego13:46
Bostikhtop13:50
Bostiksorry13:50
*** SWFu has quit IRC13:52
*** jasonhu has quit IRC13:56
*** mklmklmkl has quit IRC13:56
*** sawe has quit IRC13:58
*** jasonhu has joined #meego13:58
*** jason_ has joined #meego13:58
*** sawe has joined #meego13:59
*** guardian has quit IRC13:59
*** trem has joined #meego13:59
*** lbt has quit IRC14:01
*** lbt has joined #meego14:01
*** amjad has quit IRC14:03
*** guardian has joined #meego14:04
Phazorxis there a guide like this for MeeGo: http://wiki.archlinux.org/index.php/Extra_Keyboard_Keys_in_Xorg14:12
Phazorxi use setkeycodes to make it works in console, so dmesg does not show missing keystrokes anymore however i dont see the keypresses in xev at all14:12
*** Mat_Matan has quit IRC14:12
*** sawe has quit IRC14:13
*** sawe has joined #meego14:14
RST38hback14:15
*** manju has quit IRC14:17
PhazorxWB14:19
*** RiverZhou has joined #meego14:23
*** RiverZhou has left #meego14:24
thiago_homePhazorx: like I said, it shouldn't be needed14:30
thiago_homeevdev takes care of everything14:30
Phazorxthiago: like i said and what do i do if it does NOT14:32
Phazorx"it should" is comforting14:32
Phazorxbut not when faced with "it doesn't"14:32
*** sawe has quit IRC14:33
* RST38h is now really scared by losing control of all those pointers he is supposed to create with "new" in Qt14:33
*** sawe has joined #meego14:34
RST38hThe examples appear to simply ignore them, no delete nothing14:34
*** lcuk has joined #meego14:36
thiago_homePhazorx: if it doesn't, then you fix the evdev driver14:37
thiago_homeRST38h: classes derived from QObject?14:37
RST38hyes14:38
Phazorxthiago: firstly i dont know how... but i can provide information guven appropriate guidance14:39
thiago_homeRST38h: are they given a parent?14:39
*** trem has left #meego14:43
*** sawe has quit IRC14:48
*** sawe has joined #meego14:49
*** Cosmo[PB] has joined #meego14:49
*** Cosmo[PB] is now known as CosmoHill14:50
Phazorxthiago, also - is evdev something X specific now? i was under impression it is general systemwide framework and since my issue only presents itself under X it does not make a lot of sense to me14:52
thiago_homeit's system-wide14:53
RST38hthiago: No14:54
Phazorxso in that case i dont see how it can be evdev relevant issue14:54
Phazorxsame keys are functional in console14:54
*** tyan_ has joined #meego14:56
*** manju has joined #meego14:57
*** abstract3d has quit IRC15:02
*** abstract3d has joined #meego15:03
*** BluesLee has joined #meego15:15
BluesLeeStskeeps: ping15:16
*** mikhas has quit IRC15:18
*** pohly has joined #meego15:19
EnTeQuAkhmm, is there any standalone meego handset simulator like the one of QtCreator? I'd like to do Python, not C++ scripting so QtCreator is kinda not the right choice for that.  Any Standalone simulator available?15:20
*** thuttu77 has quit IRC15:22
PasseliEnTeQuAk: how about http://wiki.meego.com/MeeGo_SDK_with_QEMU15:23
*** thuttu77 has joined #meego15:23
*** RiverZhou has joined #meego15:24
EnTeQuAkhmm, looks like what I'm searchnig for, thanks.  Fancy I did not find the page myself :(15:24
*** RiverZhou has quit IRC15:25
*** pvdm has quit IRC15:28
*** sawe has quit IRC15:33
*** sawe has joined #meego15:34
*** _wolf_ has joined #meego15:34
*** marciom has joined #meego15:35
*** Armi^ has quit IRC15:35
*** vlj has joined #meego15:36
vljI meet a strange error when launching Xorg15:39
vljdlopen() /usr/lib/xorg/modules/drivers/nvidia_drv.so : file too short15:40
*** marciom has quit IRC15:42
*** vlj has quit IRC15:43
*** thopiekar has quit IRC15:45
*** jarkko^ has quit IRC15:45
*** vlj has joined #meego15:47
*** manju has quit IRC15:49
*** Xisdibik has joined #meego15:51
vljwell, Meego is definitly unable to run even with nvidia drivers :/15:54
Stskeepshmm?15:54
vljI built a xorg-server with xinerama15:54
vljand installed nvidia drivers15:55
vljwhen I do startx, Meego hangs15:55
vljand /var/log/Xorg*.log is empty15:55
vljI don't know where to look at, as there is no error message anywhere15:56
vljI'm stuck15:57
*** BluesLee has quit IRC15:57
*** anidel has joined #meego15:58
vljerr15:58
vljvesa does not work either15:58
*** guardian has quit IRC16:00
*** smhar has joined #meego16:01
Phazorxdmesg anything?16:02
Phazorxsyslog?16:02
vljerr how can I look at syslog ?16:02
*** _wolf_ has quit IRC16:03
*** pohly has quit IRC16:04
*** juliank has joined #meego16:04
*** anidel has quit IRC16:06
*** vblazquez has quit IRC16:06
vljwhen doing ldd nvidia_drv.so it says "cannot read header ./nvidia_drv.so16:08
vljwell there is a binary incompatibility16:08
thiago_homefile it16:08
*** vblazquez has joined #meego16:08
vlj?16:08
vljerr what do you mean by file it ?16:09
thiago_homefile nvidia_drv.so16:09
vljit is a binary I can't write anything in it :/16:09
thiago_homeand what type is it?16:09
vljshared object16:09
vljheader is ELF header16:10
thiago_homeand what did file tell you about the file type?16:10
vljho you meant "file" command :p16:10
vljsorry16:10
vlj"empty" ?16:10
vljit is 0 sized16:10
thiago_homethat would explain why it can't be loaded16:10
vljbut when I install it it is not empty16:11
*** MaJ has quit IRC16:11
thiago_homethen install it again16:11
vljwill try it16:12
vljbrb16:12
*** vlj has quit IRC16:12
*** baraujo has joined #meego16:12
*** _wolf_ has joined #meego16:14
*** marciom has joined #meego16:16
*** Xisdibik has quit IRC16:19
*** vlj has joined #meego16:26
vljIT WORKS !!! *.*16:26
vljat least the nvidia part16:26
vljmy mouse is not recognised :/16:26
vlj(in fact I forgot to install xinerama-proto package along with xorg-server16:27
Stskeepsvlj: cool :)16:27
vlj)16:27
Stskeepsvlj: how much works? :P16:27
*** abhijeet has quit IRC16:27
vljbut meego without a mouse is quite...a bad experience16:27
vljI can't do anything16:27
*** sawe has quit IRC16:27
vljbut I see the clock displaying right every minute16:28
Stskeepscheck xorg.0.log for it.. what xserver are you running?16:28
vljhttp://paste.opensuse.org/5420503916:28
vljit's a custom version of xorg16:29
*** sawe has joined #meego16:29
vljin fact this is meego xorg with --enable-xinerama flag16:29
vljnothing else is changed16:29
Stskeepsvlj: can i see your xorg.conf?16:29
vljhttp://paste.opensuse.org/1952375416:30
vljI hoped the autoconfiguration of xorg would work16:30
Stskeepshttp://pastebin.com/raw.php?i=4mPY35Mw16:31
Stskeepsneed something like that prolly16:31
Stskeeps(look at 'pointer')16:31
Stskeepswhat kernel are you on?16:32
vlj2.6.33.5-24.116:32
vgradenice one vlj16:33
vljStskeeps: I don't have a tablet :/16:34
vljwill it work if I remove every tablet related option in the xorg.conf you gave me ?16:34
* CosmoHill spots "mebious.co.uk" on Serial Experiement Lain16:35
*** sheepbat has joined #meego16:38
*** marciom has quit IRC16:39
vljbrb16:40
*** vlj has quit IRC16:40
*** sawe has quit IRC16:47
*** CosmoHill is now known as Cosmo|Napping16:47
*** sawe has joined #meego16:49
*** abstract3d has quit IRC16:49
*** lmoura_ has joined #meego16:49
*** abstract3d has joined #meego16:50
*** lmoura has quit IRC16:53
*** VLJ has joined #meego16:55
VLJhi again16:55
* VLJ is chating from MeeGo !16:55
VLJunfortunatly there is no irc client in meego yet16:55
VLJI wished to have at least xchat16:55
StskeepsVLJ: on nvidia?16:56
VLJyup16:56
Stskeepsdoes netbook ux work?16:56
VLJyup16:56
VLJsmoothly16:56
Stskeepswell, i think you owe a glxinfo, xterm and a photo16:56
Stskeeps:P16:56
VLJok16:56
Ian--hi people16:57
Ian--i just installed meego with chrome and websites like cnn, youtube, and adobe.com are not displaying correctly16:58
Ian--why is this?16:58
GAN900No Flash?16:58
Ian--no flash is here16:58
Ian--it seems like some css is not loading16:58
VLJhttp://img819.imageshack.us/img819/8713/meegoonnvidia.png16:59
VLJthe issue is that it took me some times to get meego working16:59
VLJI mean, building package with obs.maemo.org is easy17:00
*** sepultina has joined #meego17:00
VLJbut having a MeeGo with a internet connexion with no ux is quite difficult17:00
*** mlin has quit IRC17:00
VLJ(I chrooted Meego from opensuse to download/install all kernel devel package and nvidia drivers)17:01
VLJlbt: ping17:01
*** amjad has joined #meego17:01
lbtpong17:01
VLJIs there the same policy on obs.maemo.org than on opensuse.org concerning nvidia drivers ? ;)17:01
lbtgood question17:01
lbtprobably17:01
VLJhmm17:02
StskeepsVLJ: meego 1.0?17:02
VLJerr I think so17:02
lbthmm17:02
VLJwhere can I see the Meego version ?17:02
lbtOBS is code oriented17:02
VLJI updated all package17:02
lbtis the code GPL?17:02
Stskeepsnvidia kernel is open source?17:03
VLJnvidia driver does ship only binaries17:03
VLJyup17:03
VLJbut not the userspace part17:03
lbtI suspect you won't be able to upload or include the blobs17:03
VLJok17:03
VLJso a workaround is to ask people to have a usb key with their nvidia drivers17:03
lbtthis isn't a trivial issue...17:03
*** Venemo has joined #meego17:04
lbtyeah... for now lets be as "clean" as we can be17:04
lbtmaking users jump through hoops and eventually making it easier is more sane17:04
lbtwe don't understand the meego relationship with closed source too well yet17:04
VLJbtw there is no irc client planned on meego ?17:04
lbtnp17:05
VLJno native one17:05
lbtpick one and port it :)17:05
VLJwell if it was so simple :p17:05
lbttelepathy doesn't do irc?17:05
VLJdunno17:05
*** UlfHofemeier has joined #meego17:05
VLJi'm using webchat of freenode under chrome17:05
* lbt waves at Stskeeps17:06
lbtVLJ: there you go... a client ;)17:06
VLJI miss xchat however17:06
*** puffin has joined #meego17:06
Stskeepslbt: i think there's a bad relationship to closed kernel drivers, lesser so to non-oss (redistributable)17:06
lbtnvidia is pretty much the poster-child for anti-closed blobs though... so not the best place to start :)17:08
Stskeepsi mean, if imgtec can get convinced, maybe the rest will fall..17:08
lbtVLJ: don't you have a nice OSS friendly AMD^H^H^HATI GPU there17:09
VLJno sadly17:10
* lbt looks at how cheap they are on ebay.... hint17:10
VLJhowever I can run Meego now17:10
lbt:)17:10
lbtI'm working on the community infra as we speak17:11
StskeepsVLJ: you can use a nice trick we did for joggler..17:11
VLJI just asked that to provide a newb friendly way of installing nv driver17:11
StskeepsVLJ: it's possible for mic2 to include files from same dir as the ks file17:11
VLJsweet17:11
Stskeepsyou could potentially wget or whatever in the mic2 file and then make it into a image17:11
VLJshould have a look on it17:11
Stskeepsso people wanting it, can generate their own image17:11
* VLJ find that alt tab action is weird in Meego17:13
VLJerr17:14
VLJlbt : is obs.maemo.org project usable as a repo for ks file ?17:15
lbtdon't see why not17:15
StskeepsVLJ: it can be hosted anywhere, it's the resulting image that's a problem.17:15
lbtcheck the url... we got confused with an 's' on the end of download17:15
VLJok17:16
lbtif I'd finished the "osc mic2" command...17:16
Stskeepsthat might be a bit of a gray zone17:17
Stskeeps:P17:17
lbtshould work though ?17:17
lbtprovided the host has loopback17:17
*** Summeli has quit IRC17:17
*** Summeli has joined #meego17:17
* lbt hugs debootstrap17:18
*** marciom has joined #meego17:18
*** dl9pf_ has joined #meego17:18
*** dl9pf has quit IRC17:19
*** slonopotamus has joined #meego17:21
b-man|laptopStskeeps: i don't mean to bug you about it, but has that relicensed bme been released yet?17:21
*** marciom has quit IRC17:24
*** DevUI has joined #meego17:25
*** felipec has joined #meego17:26
*** UlfHofemeier has quit IRC17:29
*** DevUI has quit IRC17:29
*** marcels has joined #meego17:30
Venemowill libmeegotouch be backported to Maemo 5?17:30
*** lauro has joined #meego17:32
*** lauro has quit IRC17:32
*** puffin has quit IRC17:32
*** lmoura has joined #meego17:32
StskeepsVenemo: libdui was17:34
Stskeepsb-man|laptop: no, i have a bug report in bugs.meego.com on the issues17:34
VenemoStskeeps: ah. so probably libmeegotouch will be, too?17:34
StskeepsVenemo: excepting some annoying bits in the header files, there should be no problem..17:35
Stskeepsi mean, if it has qt 4.717:35
VenemoStskeeps: well, Qt 4.7 (in theory) is already in its way17:36
Stskeepsthere should be no real issues17:38
*** slonopotamus has quit IRC17:38
VenemoStskeeps: okay, thanks :)17:38
VLJhttp://wiki.meego.com/User:Vljn17:38
*** plxotl has joined #meego17:38
VLJ(hope I didnt forget anything)17:39
*** plxotl has left #meego17:39
b-man|laptopStskeeps: may i have a link to the report? :)17:41
Stskeepsb-man|laptop: yes, sec17:42
VLJbrb17:42
Stskeepshttp://bugs.meego.com/show_bug.cgi?id=562217:42
*** VLJ has quit IRC17:42
Stskeepsjust add yourself to CC17:42
b-man|laptopthanks17:43
*** DeuX has quit IRC17:44
*** TermanaN900 has quit IRC17:44
*** andyross has joined #meego17:44
*** DeuX has joined #meego17:44
*** pvdm has joined #meego17:47
*** Moku has quit IRC17:47
*** ragner has joined #meego17:52
*** sawe has quit IRC17:52
*** felipec has quit IRC17:52
*** vlj has joined #meego17:52
*** Moku has joined #meego17:53
*** sawe has joined #meego17:54
*** VDVsx has joined #meego17:55
*** vlj has quit IRC17:57
*** wazd has quit IRC17:58
*** wazd has joined #meego18:00
*** abstract3d has quit IRC18:00
*** DrIDK has joined #meego18:01
*** abstract3d has joined #meego18:01
*** sawe has quit IRC18:08
*** sawe has joined #meego18:09
*** wazd has quit IRC18:11
*** andyross has quit IRC18:14
*** Vanadis has joined #meego18:18
*** timoph_ has joined #meego18:19
*** jacquesdptd_iPad has joined #meego18:20
*** Tili has quit IRC18:20
timoph_xchat works nicely on MeeGo netbook18:20
*** Tili has joined #meego18:20
*** ninan_ has quit IRC18:21
*** timoph_ has quit IRC18:21
timophjust built xchat in obs18:22
*** toniher has joined #meego18:22
*** lugkhast has quit IRC18:26
*** sawe has quit IRC18:28
*** sawe has joined #meego18:29
*** diegohcg has joined #meego18:30
*** abstract3d has quit IRC18:31
*** abstract3d has joined #meego18:32
*** mmkassem1 has joined #meego18:38
*** mmkassem has quit IRC18:38
*** TSCHAKeee has quit IRC18:41
*** TSCHAKeee has joined #meego18:42
*** srag has quit IRC18:43
*** mmkassem1 is now known as mmkassem18:44
*** mmkassem has quit IRC18:45
*** puffin has joined #meego18:49
*** denro has quit IRC18:49
*** theopensourcerer has left #meego18:50
*** rob_w_ has joined #meego18:52
vgradevlj, you can find an ideal model of what can be achieved in the kickstart in this one for the Archos A9.  It used wget and post scripts to set things up. http://svn.openaos.org/svn/openaos/trunk/meego/archos9/archos9.ks18:52
vgradevlj, top work there on Nvidia port18:52
*** rob_w has quit IRC18:55
*** jacquesdptd_iPad has quit IRC18:59
*** mmkassem has joined #meego19:00
*** ninan has joined #meego19:02
*** Cosmo|Napping is now known as CosmoHill19:04
*** abstract3d has quit IRC19:04
*** abstract3d has joined #meego19:06
*** DeuX has quit IRC19:06
*** Glavata has quit IRC19:15
*** Glavata has joined #meego19:18
*** githogori has joined #meego19:22
*** Armi^ has joined #meego19:31
*** VDVsx has quit IRC19:31
*** UlfHofemeier has joined #meego19:34
*** armika has quit IRC19:35
*** armika has joined #meego19:36
*** psycho_oreos has quit IRC19:43
*** slonopotamus has joined #meego19:45
*** mikhas has joined #meego19:49
*** manju has joined #meego19:49
*** notmart has joined #meego19:51
*** _wolf_ has quit IRC19:57
*** mikhas has quit IRC20:02
*** mikhas has joined #meego20:02
*** alvaro_ has joined #meego20:02
*** alvaro__ has quit IRC20:04
*** SiggyF has joined #meego20:04
*** SiggyF has left #meego20:04
*** UlfHofemeier has quit IRC20:11
*** sawe has quit IRC20:13
*** sawe has joined #meego20:14
*** slonopotamus has quit IRC20:15
*** slonopotamus has joined #meego20:16
*** sawe has quit IRC20:22
*** panaggio has joined #meego20:23
*** sawe has joined #meego20:25
*** _wolf_ has joined #meego20:25
*** MaJ has joined #meego20:30
*** Tili has quit IRC20:30
*** Tili has joined #meego20:30
*** sawe has quit IRC20:38
*** vlj has joined #meego20:38
vljhi again20:38
*** sawe has joined #meego20:39
vljdoes someone use arch linux ?20:40
CosmoHilli looked at it and the installer scared me20:41
vljok20:41
*** Votan|off is now known as Votan20:41
vljdo you know where I can download their script for building nvidia driver ? ;)20:41
*** Armi^ has quit IRC20:42
ali1234why do you need the script from arch in particular?20:43
vljwell I can use any script20:43
vljthe idea is I want to know how they do to install the driver without X20:43
ali1234oh20:43
ali1234well i can tell you how they do it on ubuntu20:44
ali1234they use dkms :)20:44
ali1234it automatically rebuilds driver whenever there is a kernel upgrade20:44
vljwell I have no experience with dkms20:44
Stskeepsali1234: so they have source?20:44
ali1234for nvidia driver?20:44
Stskeepsyeah20:45
vljStskeeps: kernel module source20:45
ali1234they have source for the wrapper module, everyone has that20:45
vljnot the userspace things20:45
Stskeepsoh20:45
Stskeepstbh i dont know the nvidia situation20:45
ali1234the reason why nvidia is different to all the other binary only crap, is they made a wrapper module, and update it for newer kernels20:45
vljthey have good, but closed source, driver20:45
ali1234all the other lot just release binary only modules which only work on one specific kernel20:45
Stskeepsso ubuntu can legally build and redistribute or?20:46
ali1234yes, but they don't need to because of dkms20:46
vljStskeeps: the drivers are redistruable20:47
Stskeepsali1234: so it rebuilds on user machine?20:47
vljbut distro vendor do prefer not having binary component in their build system20:47
ali1234yes, exactly20:47
Stskeepsah..20:47
ali1234Stskeeps: for which ever kernels the user has instaled20:47
Stskeepsyou could potentially do that on meego too20:48
ali1234also dkms means they only need 1 nvidia package instead of 1 for every kernel they release20:48
vljali1234: have you a link to their dkms script ?20:48
ali1234apt-get source nvidia-current20:49
ali1234actually you don't even need the source package20:49
vljali1234: I want the script to read it20:51
ali1234there isn't really a script20:51
vljI want to make a ks image that download and install nvidia on meego20:51
ali1234all they do is put the source code into /usr/lib, and run the Makefile20:51
*** sepultina has quit IRC20:51
ali1234this is the dkms.conf http://pastebin.com/Xjh7TaxH20:52
vljthx20:52
ali1234i meant /usr/src not /usr/lib20:52
ali1234i just woke up :)20:52
ali1234anyway i now have a version of my script which tells me which functions have ssse3 stuff in them20:53
*** slonopotamus has quit IRC20:54
*** yunin has joined #meego20:54
ali1234http://pastebin.com/X5JwPcc120:55
*** slonopotamus has joined #meego20:55
ali1234it doesn't always work, but you can see a lot of them are inside functions named like __strpbrk_sse42 :)20:55
*** Khertan has joined #meego20:55
KhertanHi ...20:55
yunini want build myself meego image,how to build meego from source?20:56
kyb3Rmake ;)20:56
yuninjust make ?20:56
kyb3Rjust teasing, dunno20:56
ali1234yunin: install OBS, put meego bins into a build repo, put meego source rpms into a project, wait several days, done20:57
yuninthanks20:57
Khertanhum ... someone know where is the meego handset image for n900 ... i would like to install it to try some python qt apps ?20:57
Khertani didn't found it on meego.com20:58
StskeepsKhertan: http://tablets-dev.nokia.com/meego-codedrop.php20:58
Khertanthx Stskeeps20:58
StskeepsKhertan: instructions at wiki.meego.com/ARM/N900/Install/MMC20:59
* slonopotamus wonders if he is allowed to tell other people his n900 imei20:59
Khertanthx again :)21:00
Khertanah ... it s install on mmc :)21:00
Stskeepseula is invalid without afaik21:00
*** sepultina has joined #meego21:00
*** bfree has quit IRC21:00
Stskeepsyes, get a 2-4gb microsd21:00
vlji'm trying my ks file21:00
KhertanStskeeps, is there a way to install on internal memory ?21:00
Stskeepsno21:01
Stskeepswe wanted nondestructive method21:01
Khertandidn't have any micro sd21:01
Khertanarg too bad21:01
vljhow do I say that a repo has a higher priority than others in my ks file ?21:01
KhertanStskeeps, yes i know ... i didn't have any microsd ...but have two n900 for the moment :)21:02
Stskeepshehe21:02
Stskeepsvlj: cost=21:02
vljin vgrade ks file, there is a "kernel-netbook" but I don't understand why the content of his repo is "prefered" to the standards one21:02
ali1234reflashing kernel and rootfs on internal flash shouldn't be destructive unless the n900 has a joke instead of a bootloader...21:03
vljok21:03
*** simulacrum has joined #meego21:03
Stskeepsali1234: funny fact, it can load uboot21:03
*** yunin has quit IRC21:03
ali1234no more destructive than loading a new maemo image anyway21:04
VenemoHas anyone tried to run Hildon-Desktop on MeeGo base OS?21:04
*** bfree has joined #meego21:04
*** messerting has joined #meego21:04
Stskeepsshould be possible21:04
KhertanStskeeps,  http://wiki.meego.com/ARM/N900/Install/NAND21:05
b-man|laptopuboot on the n900?21:05
StskeepsKhertan: not usable now21:05
Khertanah :)21:05
Khertanso ... ... i ll wait ...21:06
*** abhijeet has joined #meego21:07
*** equim has joined #meego21:09
*** bef0rd has joined #meego21:10
*** toniher has quit IRC21:15
*** beford has joined #meego21:15
*** amjad has quit IRC21:21
*** jas4711 has joined #meego21:21
*** dmb_ has quit IRC21:21
*** RhymeswAlbert has joined #meego21:22
*** sawe has quit IRC21:23
*** sawe has joined #meego21:24
vljdoes meego support vaapi ?21:24
vlj(and mp3, ffmpeg...codec that are patent cumbered)21:26
*** beford has quit IRC21:26
*** simulacrum has quit IRC21:28
*** Clippy has joined #meego21:29
Clippyhttp://consumertrack.blogspot.com/2010/08/clownsumers-at-it-again-nokia-n9-leaked.html21:29
*** felipec has joined #meego21:30
Clippyni hao felipec21:31
sofarvlj: not out of the box, you need to install them yourselves21:31
sofarunless you buy a machine with them preinstalled21:32
*** amjad has joined #meego21:34
*** abinader has joined #meego21:36
*** abinader has quit IRC21:36
vljok21:37
sofarhowever, you can install them yourself from source etc.21:38
*** sawe has quit IRC21:42
*** manju has quit IRC21:43
*** sawe has joined #meego21:44
*** RhymeswAlbert has quit IRC21:44
*** th3hate has quit IRC21:49
*** DrIDK has quit IRC21:49
*** DrIDK has joined #meego21:51
*** mmkassem has quit IRC21:55
*** DrIDK has quit IRC21:55
*** baraujo has quit IRC21:56
thiago_homeClippy: what is that link supposed to be?21:56
Clippyfound some meego screenshot online21:56
*** RangerBob has joined #meego21:57
thiago_homegood, but that link isn't one21:57
*** sawe has quit IRC21:58
*** sawe has joined #meego21:59
CosmoHillStskeeps: do you know how to deoper yourseld?21:59
* thiago_home offers the /deop command from most IRC clients22:00
Stskeepsmode -o22:00
Clippythey aren't?22:01
CosmoHillthanks thiago_home22:01
thiago_homeClippy: with clippy? no, definitely not right22:01
thiago_homethat's someone's weird sense of humour22:01
*** Mat_Matan has joined #meego22:02
vljClippy: the origina imagesl are here : http://www.engadget.com/page/4/22:04
CosmoHillthiago_home: wait no22:04
vljwell rather here22:04
vljhttp://www.engadget.com/2010/08/19/nokias-qwerty-slidin-n9-shows-up-in-the-wilds-of-china/22:04
CosmoHillas in /oper22:05
vljbut there is almost no image of meego22:05
vljjust a wallpaper, a shell, and that's all22:05
vljand the battery/clock bar too22:05
Clippyisn't it open soruce? Why can't we see it after soemone compiles it?22:06
smokuN9 will not be running MeeGo22:10
ClippyI heard microsoft is buying nokia. do you thinkt hey'll switch from windows phone to meego?22:11
thiago_homethat device, whichever it is, is not official22:11
smokuand Harmattan UI wasn't released22:11
thiago_homethat means nothing you've heard is confirmed22:11
thiago_homewhether that's N9 or something else, whether it runs MeeGo or Symbian or something else, you decide22:11
smoku:-)  nice summary22:12
*** RangerBob has quit IRC22:12
*** sawe has quit IRC22:13
*** sawe has joined #meego22:14
*** slonopotamus has quit IRC22:14
*** sawe has quit IRC22:18
*** messerting has quit IRC22:20
vgradevlj, re netbook-kernel, mic chooses the later package version I think22:20
vljok22:20
*** Clippy has quit IRC22:21
vgradesorry was thinking about something else, there is a --excludepkgs=kernel-netbook*22:22
vgrade in the meego repo line which stops the original one being loaded22:22
vgradebe carefull with --excludepkgs as it has a bug which only allows one package to be excluded22:23
vgradestskeeps has a patch to mic22:23
*** juliank has quit IRC22:24
*** Venemo has left #meego22:26
*** dmb has joined #meego22:26
*** Clippy has joined #meego22:28
*** DrIDK has joined #meego22:28
vljerr22:30
vljStskeeps: wget does not work in mic22:31
vlj"unable to resolve host adress us.download.nvidia.com22:31
vlj"22:31
vljI would like to avoid putting something in etc/resolv.conf of the chrooted img22:31
vljif I put a file in the same directory than my .ks file, will it be taken into account ?22:32
sofarare you running meego in a chroot?22:32
vljno but mic does chroot to build a meego image22:32
sofarwhat's the /etc/resolv.conf inside the chroot look like?22:32
sofarI agree it's a bug, there shouldn't be any downloading being done from inside the chroot22:33
vljwell good question22:33
vljI dont know the internal of mic enough to see what is its current resolv.conf :/22:34
vljStskeeps: ping22:34
vljvgrade: ping22:34
sofarcat $chroot/etc/resolv.conf22:34
*** Clippy has quit IRC22:35
*** pvdm has quit IRC22:35
*** epx has joined #meego22:35
vljI mean, I dont know where is $chroot/ in mic process22:35
*** panaggio has quit IRC22:35
*** vblazquez has quit IRC22:39
*** notmart has quit IRC22:41
ali1234http://pastebin.com/csbzCCcF22:41
*** vblazquez has joined #meego22:41
ali1234i wonder if it would make a difference if i ran this test against the daily builds22:42
*** impje has joined #meego22:42
vljwhy is there sse 4 opcode in meego build ?22:42
ali1234i have no idea22:42
*** Votan is now known as Votan|off22:42
vljStskeeps: ping22:44
*** pupnik_ has joined #meego22:48
vljmaking a ks file is harder than I though =(22:48
*** guiQt has joined #meego22:48
*** guiQt has left #meego22:48
*** pupnik has quit IRC22:49
*** diegohcg has quit IRC22:50
*** leandroal has joined #meego22:54
impjeWhen I run the QEMU netbook SDK, I get: X Error of failed request: BadMatch (invalid parameter attributes). The handset SDK runs fine though! I know that this has been asked before, but I can't find a solution anywhere.22:54
*** abhijeet has quit IRC22:54
*** rodarvus has quit IRC22:55
*** rodarvus_ has joined #meego22:55
vgradevlj, hi22:58
impjeSomething totally different, my account registration at meego.com didn't go through. Who can I contact with this problem?22:58
vljvgrade: do you know if it is possible to use a local file in a *.ks file used by mic ?22:59
vljI mean, if I put some "NVIDIA.sh" file in the same directory than nvidia-netbook.ks22:59
vgradeyes, and wget should work also, did you study the A9 kickstart I posted earlier?22:59
vljA9 ?23:00
vljerr...could you repost it ? :)23:00
vgradeok, you might have missed that23:00
vgradesec23:00
vlj(i was using your emgd-netbook3.ks)23:00
vgradehttp://svn.openaos.org/svn/openaos/trunk/meego/archos9/archos9.ks23:00
vljthx23:01
vgradethis kickstart does all sorts, wgets files from internet, runs scripts23:01
vljwhat is openaos ?23:01
vgradeI helped the guys there to get MeeGo up on the Archos A9, GMS500 based tablet23:01
ali1234a .ks file is just for building images right?23:02
vgradeali1234, yes23:02
ali1234what is the rpm equivalent to debootstrap?23:02
vgradeI guess mic is similar in that it takes packages and builds a filesystem23:03
ali1234oh :(23:04
vgradeI'm using mic to create an arm filesystem to boot on my android ATM23:04
*** thopiekar has joined #meego23:04
ali1234mic is hardly a replacement for debootstrap23:05
ali1234http://rwmj.wordpress.com/2009/03/05/fedora-equivalent-of-debootstrap/23:05
vljvgrade: what does 2>&1 do ?23:05
ali1234describes how to do it with yum23:05
vgradehttp://docstore.mik.ua/orelly/unix/upt/ch08_13.htm23:07
ali1234vlj: 2>&1 redirects stderr to stdout23:08
ali1234vlj: which means you can subsequently redirect both to the same file, or /dev/null23:08
vljok thx23:08
*** rodarvus__ has joined #meego23:08
vljok23:10
ali1234actually that's not quite right, read the link23:10
*** rodarvus_ has quit IRC23:10
*** rodarvus_ has joined #meego23:11
*** rodarvus__ has quit IRC23:14
vljbrb23:15
ali1234Stskeeps: was it you who made the bootmenu for n800?23:23
Stskeepsno, fanoush23:24
ali1234i never could get that thing to work :/23:24
ali1234i think because it ran after the kernel was loaded23:24
ali1234i'm running symbol scan with -D, it really does look to me like nearly all of this is false positives23:25
*** fnordian900 has joined #meego23:28
* CosmoHill offers cheese and crackers23:28
*** UlfHofemeier has joined #meego23:31
*** slithytove2006 has joined #meego23:32
*** slithytove2006 has left #meego23:33
*** armika has quit IRC23:34
*** armika has joined #meego23:35
*** vgrade_ has joined #meego23:37
ali1234http://pastebin.com/ZxnBmqK423:43
ali1234hmm bugs23:43
ali1234i need to fix that ... thing23:44
*** raulfh has joined #meego23:49
CosmoHillali1234: looking good23:49
CosmoHillthe file and the SSE stuff23:49
*** wao has left #meego23:50

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