2010-07-11 07:06 how does fb_imageblit work?  I was expecting this to give me a white pixel in the top-left hand corner of the screen but it doesn't work for me.  what am I doing wrong? 2010-07-11 07:06   u8  pixel[] = { 0xff, 0xff, 0xff, 0xff}; 2010-07-11 07:06   struct fb_image  im = { dx:0, dy:0, width:1, height:1, depth:32, data:pixel}; 2010-07-11 07:06   info->fbops->fb_imageblit( info, &im); 2010-07-11 07:25 unclouded: you're calling this from kernel or user space? 2010-07-11 07:25 from the kernel, from fbcon 2010-07-11 07:29 it seems to be in the correct video mode because if I write that same "pixel[]" data to /dev/fb0 from userspace then I get the white pixel 2010-07-11 07:32 does depth mean bits per pixel? (32) or significant bits per pixel? (24) or bits per color component? (8) 2010-07-11 07:36 I was hoping you could tell me.  It seems to be set to 1 throughout fbcon for writing black & white glyphs to the screen.  When set to 1, the bg_color and fg_color parts of fb_image are used 2010-07-11 07:51 I've programmed a frame buffer driver, but that contains only the communication with the hardware, it does not touch the generic graphics routines in the kernel 2010-07-11 07:54 I suppose it's inadvisable to access to frame buffer directly? 2010-07-11 09:44 kristianpaul: hey! cool news! 2010-07-11 09:44 please, write to mailing list about so other can know your great work and which was the problem 2010-07-11 09:45 kristianpaul: gps should be really cool with nn ;) 2010-07-11 11:01 rafa: yes, in the wiki is explained 2010-07-11 11:35 wolfspraul: 10 seconds to get gps position 2010-07-11 11:35 but nanonamap not yet give some errors http://pastie.org/1039769 2010-07-11 11:35 :/ 2010-07-11 11:37 gpsd works fine on openwrt but nah tamngogps, so using JLime for now 2010-07-11 11:38 anyone familiar with framebuffer progamming that could help me finding the bug that screws up text colors on ben? 2010-07-11 11:46 kristianpaul-> with a sdio card ? 2010-07-11 11:47 Antaga: no, not tried yet sdio 2010-07-11 11:47 i mean i ran jlime from sd flash memory 2010-07-11 11:47 not more uses for sd 2010-07-11 11:48 Antaga: you hva one? 2010-07-11 11:49 i think i'll use it to conect a FPGA to nanonote 2010-07-11 11:49 not sure if SAKC uses for same.. 2010-07-11 12:01 no 2010-07-11 12:06 how do i send a bug fix the proper way? 2010-07-11 12:07 mailinglist 2010-07-11 12:07 ok 2010-07-11 12:08 should i just paste the .patch in the mail? 2010-07-11 12:11 yes 2010-07-11 12:12 unless your mailclient messes up whitespace 2010-07-11 12:12 don't think so, i use gmail 2010-07-11 12:37 jejeje 2010-07-11 12:37 ops 2010-07-11 12:44 xiangfu: hi 2010-07-11 12:44 can you send me the nanomap bin you compiled? 2010-07-11 12:44 is last version  isnt= 2010-07-11 12:45 ? 2010-07-11 12:45 kristianpaul: yes. 2010-07-11 12:45 xiangfu: yes plase i want to test the gpsclient capabillites 2010-07-11 12:47 no hay fecha aun 2010-07-11 12:47 ops 2010-07-11 12:54 kristianpaul: check your email :) 2010-07-11 12:58 now things start looking like i want them to :) http://gallery.slashhome.se/main.php?g2_itemId=2701 2010-07-11 13:54 rafa: xoscope from jlime giveme segfault :( 2010-07-11 14:06 hmm orrery run now how use?? :p 2010-07-11 14:27 rafa: http://pastie.org/1039890 2010-07-11 14:53 hey 2010-07-11 14:53 anyone here able to help with powder? 2010-07-11 14:53 powder? 2010-07-11 14:54 it's a roguelike on the nn 2010-07-11 14:54 ah 2010-07-11 14:55 for some reason it lost all my saved data and it's acting all messed up 2010-07-11 14:55 i usually get help on it here 2010-07-11 15:09 dang it, i know at least one or two of you play powder, i need some help 2010-07-11 18:48 any ideas why gmu won't find my music? 2010-07-11 18:50 what kind of music files? 2010-07-11 18:50 mp3 and flac 2010-07-11 18:50 those are not supported on the nanonote 2010-07-11 18:50 oh 2010-07-11 18:51 flac could easily be supported, but the flac version that comes with openwrt is horribly outdated 2010-07-11 18:51 until it is updated to a recent version, gmu does not play flac on the nanonote 2010-07-11 18:51 ok 2010-07-11 18:52 as for mp3, this is (still) a patented codec, so there is no way of supporting it on the nanonote out of the box 2010-07-11 18:52 so what is supported on nanonote then? 2010-07-11 18:52 it is rather simple to add mp3 support to gmu though 2010-07-11 18:52 ogg vorbis works fine on the nanonote 2010-07-11 18:52 ok 2010-07-11 18:53 as for flac i really hope the flac version in openwrt gets updated soon. i have no idea why they are still using such an old version 2010-07-11 18:54 anyway, i could live with not completely open codecs for multimedia 2010-07-11 18:56 yeah, but if the device would come with mp3 support, license fees would have to be paid 2010-07-11 18:56 so this is kind of a no-go 2010-07-11 18:56 if it come with it yes 2010-07-11 18:56 of course you can add mp3 support yourself 2010-07-11 18:57 but i would be fine with downloading and installing a package manual 2010-07-11 18:57 you could for example take the dingoo release of gmu and copy the mp3 decoder over to your nanonote 2010-07-11 18:57 i'm just saying ^^ 2010-07-11 18:57 or build it yourself, whatever you prefer 2010-07-11 18:58 hmmm :) 2010-07-11 19:00 just too bad i didn't know about the limited filesupport on nn 2010-07-11 19:02 wejp: i managed to fix the console text colors by the way :) 2010-07-11 19:02 nice :) 2010-07-11 19:20 the ben is a very nice and loud (non)mp3 player ;) 2010-07-11 20:14 the git commits notification on IRC seems to be non-working 2010-07-11 20:15 failed to open stream: Connection refused in /srv/irc/send_irc_lines.php on line 3 2010-07-11 21:56 mth: I just restart the irc notification. 2010-07-11 21:57 thanks 2010-07-11 23:38 does sys_imageblit in the kernel support 24-bit images or only black&white and 256-color images?