*** L29Ah has left #maemo | 00:01 | |
*** L29Ah has joined #maemo | 00:01 | |
*** zGrr has joined #maemo | 00:28 | |
zGrr | moin ;) | 00:28 |
---|---|---|
*** DrCode has quit IRC | 00:38 | |
*** trx has quit IRC | 00:40 | |
*** trx has joined #maemo | 00:44 | |
*** DrCode has joined #maemo | 00:53 | |
*** handaxe has joined #maemo | 00:57 | |
*** handaxe has quit IRC | 01:01 | |
*** freemangordon has quit IRC | 01:05 | |
*** freemangordon has joined #maemo | 01:12 | |
*** Dynamit has quit IRC | 01:29 | |
*** tryagain has quit IRC | 01:30 | |
*** githogori has quit IRC | 01:37 | |
*** sunshavi has joined #maemo | 01:50 | |
*** githogori has joined #maemo | 01:53 | |
*** githogori has quit IRC | 01:56 | |
*** githogori has joined #maemo | 01:59 | |
*** githogori has quit IRC | 02:01 | |
*** silviof has quit IRC | 02:07 | |
*** silviof has joined #maemo | 02:24 | |
*** dafox has quit IRC | 02:37 | |
*** Dynamit has joined #maemo | 03:00 | |
*** xorly has quit IRC | 03:18 | |
*** andril has joined #maemo | 03:23 | |
*** andril has quit IRC | 03:35 | |
*** merlin1991 has quit IRC | 03:53 | |
*** florian has quit IRC | 03:53 | |
Linkandzelda | whats the easiest way to check i was able to move swap to sd successfully other than pulling the back cover and see if it messes up? | 03:59 |
*** Dynamit has quit IRC | 04:01 | |
*** Dynamit has joined #maemo | 04:01 | |
*** eMHa_ has joined #maemo | 04:02 | |
*** Humpelstilzchen has quit IRC | 04:04 | |
DocScrutinizer05 | iotop | 04:04 |
DocScrutinizer05 | cat /proc/swaps | 04:05 |
*** eMHa has quit IRC | 04:05 | |
DocScrutinizer05 | Linkandzelda: ^^^ | 04:05 |
Linkandzelda | hmm | 04:05 |
Linkandzelda | its showing /dev/mmcblk1p1 with priority -1 and /dev/mmcblk0p3 with priority 0 | 04:06 |
*** Defiant has joined #maemo | 04:06 | |
DocScrutinizer05 | that looks pretty good | 04:06 |
Linkandzelda | seems like they are both in use, though 80mb used on the emmc and 3.6mb used on microsd | 04:07 |
*** Dynamit has quit IRC | 04:08 | |
DocScrutinizer05 | swapoff /dev/mmcblk0p3 | 04:08 |
Linkandzelda | that did it, guess i should run that on startup | 04:09 |
DocScrutinizer05 | alas the standard messybox swapon doesn't know priorities | 04:09 |
DocScrutinizer05 | otherwise swapon -p5 /dev/mmcblk1p1 | 04:12 |
Linkandzelda | i added the swapoff to a startup script, rebooting now to see the result | 04:12 |
Linkandzelda | for w/e reason that didnt run as expected | 04:14 |
Linkandzelda | ok it works with a sleep, thanks DocScrutinizer05 | 04:18 |
*** lxp has quit IRC | 04:18 | |
* DocScrutinizer05 hmmms at gconftool -g /system/osso/af/mmc-swap | 04:21 | |
*** Pali has quit IRC | 04:21 | |
DocScrutinizer05 | Linkandzelda: less +'/swaps=`blkid' /etc/event.d/rcS-late | 04:26 |
DocScrutinizer05 | less /etc/fstab : | 04:27 |
DocScrutinizer05 | # This file was generated by script /etc/event.d/rcS-late | 04:27 |
DocScrutinizer05 | # !!! Do not edit this file. It will be overwritten in next device startup !!! | 04:27 |
DocScrutinizer05 | # If you want static /etc/fstab add genfstab="0" to file /etc/default/mount-opts-overwrite | 04:27 |
DocScrutinizer05 | if you don't see the last line in your fstab, you should update to CSSU | 04:28 |
Linkandzelda | i see the swaps in fstab | 04:29 |
Linkandzelda | dont quite understand how to best edit this file at /etc/event.d/rcS-late | 04:30 |
DocScrutinizer05 | you should do as suggested: echo genfstab="0" >>/etc/default/mount-opts-overwrite | 04:31 |
DocScrutinizer05 | then edit the swap line in fstab | 04:31 |
DocScrutinizer05 | or first have a look at /etc/default/mount-opts | 04:32 |
DocScrutinizer05 | # When generating fstab add also swap partitions from SD card (if exists) | 04:34 |
DocScrutinizer05 | swap_sd="0" | 04:34 |
DocScrutinizer05 | echo swap_sd="1" >>/etc/default/mount-opts-overwrite | 04:34 |
Linkandzelda | ok swap_sd was already 1 in /etc/default/mount-opts-overwrite | 04:36 |
DocScrutinizer05 | hint: I didn't grow this in the palm of my hand, I started with a `grep -R swap /etc` | 04:36 |
Linkandzelda | just not sure on the effects of disabling the fstab gen | 04:36 |
DocScrutinizer05 | when you disable fsgen, you could edit your fstab | 04:36 |
DocScrutinizer05 | you prolly don't want to do this when sd card swap is already in generated fstab, as swap_sd=1 suggests | 04:37 |
Linkandzelda | i can live with the startup script to do swapoff | 04:38 |
DocScrutinizer05 | please paste all lines with "swap" in your fstab | 04:38 |
Linkandzelda | http://pastebin.com/kqxNfNLY | 04:38 |
Linkandzelda | if i disabled fstab gen i would delete the 2nd line simply | 04:39 |
* DocScrutinizer05 grunts | 04:39 | |
DocScrutinizer05 | yes | 04:39 |
DocScrutinizer05 | I see an option to add sd to fstab swaps, but I don't see how to assign priorities (which prolly is useless anyway, thanks messybox), or how to remove the eMMC swapo from fstab | 04:40 |
Linkandzelda | then i'll make sure to keep it updated with any SD card partition layout changes which i expect the genfstab script handled | 04:40 |
Linkandzelda | presumably by altering the rcS-late script to not search on mmcblk0 | 04:41 |
DocScrutinizer05 | I'd prolly suggest you keep your current config with swapoff script, just improve it by inspecting /proc/swaps to see if a swap on SD got added, since otherwise you'd end up without any swap when you have removed your uSD | 04:42 |
Linkandzelda | is priority done based on the order of swapon commands? | 04:43 |
DocScrutinizer05 | sth like `grep -q mmxcblk1p1 /proc/swaps && swapoff /dev/mmcblk0p3` | 04:44 |
DocScrutinizer05 | I guess yes, though tbh I have no clue and wondered myself already | 04:44 |
Linkandzelda | DocScrutinizer05: i commented out the emmc swap in fstab and disabled gen, removed my swapoff script, then restarted | 04:46 |
Linkandzelda | somehow both swaps are on, fstab line still uncommented | 04:46 |
DocScrutinizer05 | and? | 04:46 |
DocScrutinizer05 | wow that's sad | 04:46 |
Linkandzelda | so im gonna revert to how it was and just go with swapoff becuase it seems something else is doing it | 04:46 |
Linkandzelda | maybe a swap app i installed or something, i dont know | 04:47 |
DocScrutinizer05 | there's a swapon -a in rcs-late iirc | 04:47 |
DocScrutinizer05 | but there's also a swapon $swap somewhere | 04:47 |
*** zGrr has quit IRC | 04:47 | |
Linkandzelda | in rc-late: /sbin/swapon -a || echo "Failed to enable paging partition." | 04:47 |
DocScrutinizer05 | prolly a real bug in initscripts | 04:48 |
DocScrutinizer05 | swapon -a enables all swaps in fstab | 04:48 |
Linkandzelda | i see | 04:48 |
DocScrutinizer05 | so this would be OK | 04:48 |
Linkandzelda | im doing a grep for swapon | 04:49 |
Linkandzelda | in /etc | 04:49 |
DocScrutinizer05 | but somewhere I found a swapon $dev or swapon §swap or sth | 04:49 |
DocScrutinizer05 | grep swap /etc/init.d/rcS | 04:50 |
DocScrutinizer05 | that's the bugger | 04:51 |
DocScrutinizer05 | but yeah, just keep your initscript | 04:52 |
DocScrutinizer05 | as mentioned I'd first test if a swap on uSD exists by grepping /proc/swaps before I swapoff the eMMC swap | 04:54 |
Linkandzelda | i see it | 04:56 |
Linkandzelda | and will do that | 04:57 |
DocScrutinizer05 | actually rcS isn't the culprit aiui, since the swapon $swap is called in a mount_mmc() function and that function never gets called since the line where it would get called is commented out | 05:00 |
*** eMHa__ has joined #maemo | 05:00 | |
*** Defiant has quit IRC | 05:01 | |
*** eMHa_ has quit IRC | 05:04 | |
*** Defiant has joined #maemo | 05:06 | |
DocScrutinizer05 | well, I massively edited /etc/init.d/rcS so dunno maybe in yours that line isn't commented out | 05:09 |
DocScrutinizer05 | anyway rcS is worth a read | 05:12 |
DocScrutinizer05 | there's lots of interesting stuff in there | 05:12 |
*** Dynamit has joined #maemo | 05:14 | |
*** DrCode has quit IRC | 05:32 | |
*** L29Ah has left #maemo | 05:47 | |
*** L29Ah has joined #maemo | 05:47 | |
*** DrCode has joined #maemo | 05:52 | |
*** Gryllida has quit IRC | 06:38 | |
*** L29Ah has left #maemo | 06:47 | |
*** L29Ah has joined #maemo | 06:47 | |
*** DocScrutinizer05 has quit IRC | 07:00 | |
*** DocScrutinizer05 has joined #maemo | 07:00 | |
*** pagurus` has joined #maemo | 07:15 | |
*** pagurus` has quit IRC | 07:15 | |
*** pagurus` has joined #maemo | 07:15 | |
*** pagurus` has quit IRC | 07:16 | |
*** pagurus` has joined #maemo | 07:16 | |
*** pagurus has quit IRC | 07:17 | |
*** pagurus` has quit IRC | 07:18 | |
*** pagurus has joined #maemo | 07:19 | |
*** Dynamit has quit IRC | 07:29 | |
*** Dynamit has joined #maemo | 07:54 | |
*** N-Mi has quit IRC | 07:57 | |
*** xray256_ has quit IRC | 07:59 | |
*** Sicelo has quit IRC | 07:59 | |
*** Wizzup has quit IRC | 07:59 | |
*** phlixi_ has quit IRC | 07:59 | |
*** kylanpaj has quit IRC | 07:59 | |
*** MetalGearSolid has quit IRC | 07:59 | |
*** jabis has quit IRC | 07:59 | |
*** ceene has quit IRC | 07:59 | |
*** RST38h has quit IRC | 07:59 | |
*** NIN101 has quit IRC | 07:59 | |
*** r00t-home has quit IRC | 07:59 | |
*** robink_ has quit IRC | 07:59 | |
*** clopez has quit IRC | 07:59 | |
*** luke-jr has quit IRC | 07:59 | |
*** Redhair has quit IRC | 07:59 | |
*** Ariadeno has quit IRC | 07:59 | |
*** strohalm has quit IRC | 07:59 | |
*** rm_work has quit IRC | 07:59 | |
*** timeless has quit IRC | 07:59 | |
*** hadara has quit IRC | 07:59 | |
*** dos1 has quit IRC | 07:59 | |
*** Hebi has quit IRC | 07:59 | |
*** sunshavi has quit IRC | 08:25 | |
*** L29Ah has left #maemo | 08:47 | |
*** L29Ah has joined #maemo | 08:47 | |
*** L29Ah has left #maemo | 09:10 | |
*** L29Ah has joined #maemo | 09:10 | |
*** L29Ah has left #maemo | 09:55 | |
*** L29Ah has joined #maemo | 09:55 | |
*** ashneo76 has quit IRC | 10:10 | |
*** Wizzup has joined #maemo | 10:22 | |
*** handaxe has joined #maemo | 11:02 | |
*** handaxe has quit IRC | 11:06 | |
*** LauRoman|Alt has joined #maemo | 11:13 | |
*** florian has joined #maemo | 11:43 | |
*** robink_ has joined #maemo | 11:54 | |
*** clopez has joined #maemo | 11:54 | |
*** luke-jr has joined #maemo | 11:54 | |
*** Redhair has joined #maemo | 11:54 | |
*** Ariadeno has joined #maemo | 11:54 | |
*** strohalm has joined #maemo | 11:54 | |
*** rm_work has joined #maemo | 11:54 | |
*** timeless has joined #maemo | 11:54 | |
*** hadara has joined #maemo | 11:54 | |
*** dos1 has joined #maemo | 11:54 | |
*** Hebi has joined #maemo | 11:54 | |
*** xray256_ has joined #maemo | 11:54 | |
*** Sicelo has joined #maemo | 11:54 | |
*** phlixi_ has joined #maemo | 11:54 | |
*** kylanpaj has joined #maemo | 11:54 | |
*** MetalGearSolid has joined #maemo | 11:54 | |
*** jabis has joined #maemo | 11:54 | |
*** ceene has joined #maemo | 11:54 | |
*** RST38h has joined #maemo | 11:54 | |
*** NIN101 has joined #maemo | 11:54 | |
*** r00t-home has joined #maemo | 11:54 | |
*** clopez has quit IRC | 11:54 | |
*** robink_ has quit IRC | 11:54 | |
*** clopez has joined #maemo | 11:57 | |
*** robink_ has joined #maemo | 12:14 | |
*** xorly has joined #maemo | 12:21 | |
*** handaxe has joined #maemo | 12:28 | |
*** handaxe has quit IRC | 12:29 | |
*** lxp has joined #maemo | 12:30 | |
*** LauRoman|Alt has quit IRC | 12:45 | |
*** shentey has joined #maemo | 13:07 | |
*** Pali has joined #maemo | 13:18 | |
*** eijk_ has joined #maemo | 13:25 | |
*** N-Mi has joined #maemo | 13:41 | |
*** Hurrian has joined #maemo | 13:55 | |
*** eijk_ has quit IRC | 14:00 | |
*** merlin1991 has joined #maemo | 14:01 | |
*** eijk_ has joined #maemo | 14:09 | |
*** dafox has joined #maemo | 14:44 | |
*** dafox has quit IRC | 15:16 | |
*** L29Ah has left #maemo | 15:30 | |
*** L29Ah has joined #maemo | 15:33 | |
*** L29Ah has left #maemo | 15:33 | |
*** L29Ah has joined #maemo | 15:34 | |
*** L29Ah has left #maemo | 15:34 | |
*** L29Ah has joined #maemo | 15:34 | |
*** L29Ah has left #maemo | 15:34 | |
*** L29Ah has joined #maemo | 15:35 | |
*** L29Ah has left #maemo | 15:35 | |
*** L29Ah has joined #maemo | 15:36 | |
*** L29Ah has left #maemo | 15:36 | |
*** L29Ah has joined #maemo | 15:37 | |
*** L29Ah has left #maemo | 15:38 | |
*** L29Ah has joined #maemo | 15:44 | |
*** mavhc has quit IRC | 15:44 | |
*** L29Ah has left #maemo | 15:44 | |
*** L29Ah has joined #maemo | 15:45 | |
*** L29Ah has left #maemo | 15:45 | |
*** L29Ah has joined #maemo | 15:45 | |
*** L29Ah has left #maemo | 15:46 | |
*** L29Ah has joined #maemo | 15:46 | |
*** L29Ah has left #maemo | 15:46 | |
*** L29Ah has joined #maemo | 15:48 | |
*** L29Ah has left #maemo | 15:48 | |
*** mavhc has joined #maemo | 15:48 | |
*** L29Ah has joined #maemo | 15:49 | |
*** L29Ah has left #maemo | 15:49 | |
*** L29Ah has joined #maemo | 15:50 | |
*** L29Ah has left #maemo | 15:50 | |
*** dafox has joined #maemo | 15:52 | |
*** shentey has quit IRC | 15:56 | |
*** shentey has joined #maemo | 15:57 | |
*** L29Ah has joined #maemo | 15:59 | |
*** L29Ah has left #maemo | 15:59 | |
*** L29Ah has joined #maemo | 15:59 | |
*** L29Ah has left #maemo | 16:00 | |
*** L29Ah has joined #maemo | 16:01 | |
*** L29Ah has left #maemo | 16:01 | |
*** L29Ah has joined #maemo | 16:02 | |
*** L29Ah has left #maemo | 16:02 | |
*** L29Ah has joined #maemo | 16:02 | |
*** L29Ah has left #maemo | 16:24 | |
*** Oksanaa has joined #maemo | 16:24 | |
*** Oksanaa has quit IRC | 16:28 | |
*** Oksanaa has joined #maemo | 16:29 | |
* Oksanaa is typing from Firefox OS phone; virtual keyboard is painful | 16:30 | |
KotCzarny | :) | 16:30 |
*** Juest has joined #maemo | 16:40 | |
*** Juest has left #maemo | 16:40 | |
*** l4m3rx has joined #maemo | 16:52 | |
*** l4m3rx is now known as shadowx | 16:53 | |
*** L29Ah has joined #maemo | 16:58 | |
*** Oksanaa has quit IRC | 17:02 | |
*** shentey_ has joined #maemo | 17:11 | |
*** Juest has joined #maemo | 17:19 | |
Juest | DocScrutinizer05: perhaps i could copy and edit the start_xephyr.sh and change the X server perhaps? | 17:20 |
Juest | i am not sure if it will work properly | 17:20 |
*** clopez has quit IRC | 17:29 | |
*** clopez has joined #maemo | 17:33 | |
*** tmp_512 has joined #maemo | 17:34 | |
DocScrutinizer05 | I don't know | 17:35 |
Juest | :( | 17:36 |
DocScrutinizer05 | varaha-space/www/people.internal/neo/daily-build/history/april-update/ipk/armv4t/xserver-kdrive-xephyr_1.3.0.0-r25_armv4t.ipk and similar files is all I can locate on my machine | 17:38 |
*** shentey has quit IRC | 17:40 | |
Juest | I tried, nothing to be found really | 17:40 |
Juest | but the binary itself | 17:40 |
Juest | :| | 17:40 |
DocScrutinizer05 | yeah, people.internal.openmoko.org isn't related to maemo at all | 17:45 |
DocScrutinizer05 | also deceased | 17:45 |
DocScrutinizer05 | as I said: sorry but I didn't touch xephyr since half a dozen years | 17:46 |
*** shentey_ has quit IRC | 17:48 | |
DocScrutinizer05 | the concept is pretty cute but not nearly as convenient as a real hw platform aka N900 for testing | 17:49 |
Juest | And for worse it has glitches! | 17:50 |
KotCzarny | shoot the glitches till they are dead | 17:53 |
*** Oksanaa has joined #maemo | 18:01 | |
*** florian has quit IRC | 18:07 | |
*** shentey has joined #maemo | 18:08 | |
*** L29Ah has left #maemo | 18:28 | |
*** L29Ah has joined #maemo | 18:35 | |
*** L29Ah has left #maemo | 18:35 | |
*** L29Ah has joined #maemo | 18:36 | |
*** L29Ah has left #maemo | 18:37 | |
*** krnlyng has quit IRC | 18:37 | |
*** L29Ah has joined #maemo | 18:37 | |
*** L29Ah has left #maemo | 18:37 | |
*** L29Ah has joined #maemo | 18:38 | |
*** L29Ah has left #maemo | 18:38 | |
*** L29Ah has joined #maemo | 18:39 | |
*** L29Ah has left #maemo | 18:39 | |
*** L29Ah has joined #maemo | 18:39 | |
*** L29Ah has left #maemo | 18:40 | |
*** L29Ah has joined #maemo | 18:40 | |
*** L29Ah has left #maemo | 18:40 | |
*** L29Ah has joined #maemo | 18:41 | |
*** L29Ah has left #maemo | 18:41 | |
*** L29Ah has joined #maemo | 18:42 | |
*** L29Ah has left #maemo | 18:42 | |
*** L29Ah has joined #maemo | 18:43 | |
*** L29Ah has left #maemo | 18:43 | |
*** L29Ah has joined #maemo | 18:43 | |
*** L29Ah has left #maemo | 18:44 | |
*** L29Ah has joined #maemo | 18:44 | |
*** L29Ah has left #maemo | 18:45 | |
*** L29Ah has joined #maemo | 18:45 | |
*** L29Ah has left #maemo | 18:45 | |
*** L29Ah has joined #maemo | 18:46 | |
*** L29Ah has left #maemo | 18:46 | |
*** L29Ah has joined #maemo | 18:47 | |
*** L29Ah has left #maemo | 18:47 | |
*** L29Ah has joined #maemo | 18:48 | |
*** L29Ah has left #maemo | 18:48 | |
*** L29Ah has joined #maemo | 18:49 | |
*** L29Ah has left #maemo | 18:49 | |
*** L29Ah has joined #maemo | 18:49 | |
*** L29Ah has left #maemo | 18:49 | |
*** L29Ah has joined #maemo | 18:50 | |
*** L29Ah has left #maemo | 18:50 | |
*** krnlyng has joined #maemo | 18:50 | |
*** L29Ah has joined #maemo | 18:50 | |
*** L29Ah has left #maemo | 18:50 | |
*** L29Ah has joined #maemo | 18:51 | |
*** L29Ah has left #maemo | 18:51 | |
*** L29Ah has joined #maemo | 18:51 | |
*** L29Ah has left #maemo | 18:51 | |
*** L29Ah has joined #maemo | 18:52 | |
*** L29Ah has left #maemo | 18:52 | |
*** L29Ah has joined #maemo | 18:52 | |
*** L29Ah has left #maemo | 18:53 | |
*** L29Ah has joined #maemo | 18:53 | |
*** L29Ah has left #maemo | 18:53 | |
*** L29Ah has joined #maemo | 18:54 | |
*** L29Ah has left #maemo | 18:54 | |
bencoh | err ... | 18:54 |
*** L29Ah has joined #maemo | 18:54 | |
*** tmp_512 has quit IRC | 18:54 | |
bencoh | L29Ah: ? | 18:54 |
*** L29Ah has left #maemo | 18:54 | |
bencoh | gah. | 18:54 |
*** L29Ah has joined #maemo | 18:55 | |
*** L29Ah has left #maemo | 18:55 | |
*** L29Ah has joined #maemo | 18:56 | |
*** L29Ah has left #maemo | 18:56 | |
*** shentey has quit IRC | 18:56 | |
*** L29Ah has joined #maemo | 18:56 | |
*** L29Ah has left #maemo | 18:57 | |
KotCzarny | i think his connection is flaky (or tunnel) | 18:57 |
KotCzarny | either way he should do something about it | 18:57 |
*** L29Ah has joined #maemo | 18:58 | |
*** L29Ah has left #maemo | 18:58 | |
*** L29Ah has joined #maemo | 18:58 | |
*** L29Ah has left #maemo | 18:58 | |
*** L29Ah has joined #maemo | 18:59 | |
*** Oksanaa has joined #maemo | 19:01 | |
Juest | definitely | 19:08 |
Juest | yes | 19:08 |
Juest | and oksana is on her sister phone | 19:08 |
Juest | which is that slow firefox os | 19:08 |
Juest | geeksphone nemo i think | 19:08 |
Juest | keon* | 19:08 |
Juest | KotCzarny: how to kill the glitches? i am clueless :D | 19:09 |
Juest | Apparently hes using ejabberd | 19:10 |
Juest | perhaps its a bug | 19:10 |
KotCzarny | juest: with the gun? | 19:15 |
Juest | .... | 19:15 |
Juest | should debug it but i am completely clueless | 19:16 |
KotCzarny | http://borderlands.wikia.com/wiki/Glitch_%28enemy%29 | 19:16 |
Juest | Anyone used the fremantle sdk recently? | 19:16 |
KotCzarny | i just use gcc from sdk in chroot | 19:17 |
bencoh | I use sb | 19:21 |
bencoh | so do a few people around here | 19:21 |
bencoh | Juest: why? | 19:22 |
DocScrutinizer05 | please holler when that part/join flood continues. I don't see it here since I got all those events on ignore | 19:34 |
Juest | comference mode | 19:35 |
Juest | bencoh: i am on the official nokia prepared lucid fremantle sdk vm | 19:36 |
Juest | and xephyr maemo is 99% ok | 19:36 |
Juest | i am looking forward getting the emulator work more properly | 19:42 |
Juest | i cant do maemo shortcuts thanks to xephyr's grab/ungrab input combo | 19:42 |
Juest | perhaps i could make the start script not use xephyr but xorg | 19:43 |
bencoh | huh ? | 19:43 |
Juest | the sdk comes with a xephyr "emulator" where you can use maemo itself bencoh | 19:44 |
bencoh | yeah I know xephyr | 19:44 |
Juest | it doesnt work very well | 19:44 |
bencoh | but what is it about "using xorg instead of xephyr"? | 19:44 |
bencoh | well I dont really think it was meant to be a perfect reproduction of the n900 | 19:45 |
Juest | bencoh: making it use a different X server instead of xephyr because i cant use maemo shortcuts because control+shift is used to ungrab/gab mouse/keyboard | 19:45 |
Juest | And it does have some bugs | 19:45 |
Juest | not a full maemo and out of nowhere suddenly i cant install packages anymore | 19:45 |
Juest | i dont know why | 19:45 |
bencoh | cant you configure xephyr to use a different shortcut? | 19:46 |
Juest | and theres a serious glitch where applying a theme causes the gui to work erratically and i cant change the theme again, that personalization ui stops working somewhat | 19:46 |
Juest | bencoh: i dont know how if there any way | 19:46 |
Juest | has no config(?) | 19:47 |
Juest | nothing in man, nothing in docs | 19:47 |
bencoh | dunno, I usually check the source when I dont know | 19:47 |
bencoh | (and end up patching if I cant find what I'm looking for ;) | 19:47 |
* Juest ha programming basics but doesnt know to write in any language | 19:48 | |
Juest | but at least i can progress with instructions :) | 19:48 |
* Juest is basically a tester and compiler | 19:48 | |
bencoh | hmm ... then what are you using xephyr for? | 19:48 |
Juest | Because the script uses Xephyr to display maemo? | 19:49 |
KotCzarny | do you have n900? | 19:49 |
Juest | Fremantle SDK desktop shortcut in that lucid vm | 19:49 |
Juest | No | 19:49 |
KotCzarny | grab 2 n900 | 19:49 |
KotCzarny | done | 19:49 |
Juest | im only into maemo because of oksana | 19:49 |
KotCzarny | :) | 19:49 |
Juest | lol? | 19:49 |
Juest | ... | 19:50 |
Juest | bencoh: /usr/local/bin/start_xephyr.sh installed by fremantle sdk | 19:50 |
*** Juest has left #maemo | 19:52 | |
*** Oksanaa has joined #maemo | 20:01 | |
*** ashneo76 has joined #maemo | 20:04 | |
*** xray256_ has quit IRC | 20:35 | |
*** xray256_ has joined #maemo | 20:49 | |
*** Oksanaa has joined #maemo | 21:01 | |
*** Oksanaa has quit IRC | 21:02 | |
*** Oksanaa has joined #maemo | 21:03 | |
*** Oksanaa has quit IRC | 21:04 | |
*** xelo has joined #maemo | 21:26 | |
*** xelo has quit IRC | 21:31 | |
*** tm has quit IRC | 21:35 | |
*** bruce_lee has joined #maemo | 21:45 | |
*** bruce_lee has joined #maemo | 21:45 | |
*** Oksanaa has joined #maemo | 22:01 | |
*** tm has joined #maemo | 22:02 | |
*** Oksanaa has quit IRC | 22:03 | |
*** ced117 has quit IRC | 22:10 | |
Sicelo | oh bummer | 22:15 |
*** lobito has joined #maemo | 22:15 | |
Sicelo | so X40 has an SSD with 44-pin connector. i have taken out the HDD to debootstrap debian on it via a PATA-USB adapter. the 'problem' is that the SSD has no numbering or keying for the 44pins. Any idea how to tell the correct pinout? | 22:17 |
Sicelo | it's the 41W0737 | 22:17 |
KotCzarny | compare with hdd | 22:17 |
KotCzarny | its not symmetrical | 22:17 |
KotCzarny | ie. more to one side | 22:18 |
Sicelo | it is .. it fits both ways in my adapter :/ | 22:18 |
*** lobito has quit IRC | 22:18 | |
KotCzarny | also, remember x40's controller/drive is powered from 3.3V | 22:18 |
Sicelo | i do have an old 2.5" HDD . .that one was keyed | 22:18 |
KotCzarny | as for the pinout, there should be square marker on one of the pins | 22:19 |
KotCzarny | http://pc-level.com/wp-content/uploads/2012/02/2.5ide-hard-drive.jpg | 22:19 |
Sicelo | the jumper block isn't there, and pin 20 exists on this SSD :) | 22:20 |
KotCzarny | http://g02.a.alicdn.com/kf/HTB1IPs8IFXXXXcZXXXXq6xXFXXXq/l-Kingspec-1-8-inch-44PIN-PATA-IDE-SSD-Solid-State-Disk-ssd-64GB-Hard-Drive.jpg | 22:20 |
KotCzarny | as i said, its the positioning nuance | 22:20 |
KotCzarny | more to one side | 22:20 |
KotCzarny | http://eshop.sintech.cn/images/ST4060-logo.jpg | 22:21 |
KotCzarny | see square pin hole here? | 22:21 |
Sicelo | don't see it .. but i think i get the idea now :) | 22:22 |
Sicelo | the 3.3V thing might be an issue then :-/ | 22:23 |
Sicelo | guess i must look at TFTP instead then .. oh well | 22:23 |
KotCzarny | there are special adapters for x40, with voltage adjusted | 22:24 |
KotCzarny | that's why you can see 'x40' in ebay auctions | 22:24 |
KotCzarny | http://www.ebay.com/itm/1-x-PCI-E-mSATA-SSD-5cm-3-3V-to-1-8-IDE-3-3V-44pin-SSD-for-IBM-X40-HDD-Adapter-/121303461664 | 22:25 |
KotCzarny | for example | 22:25 |
Sicelo | alright. at least i didn't force anything .. now to setup TFTP .. wondering if dnsmasq can do it (i'm already using it for my wifi network) | 22:25 |
Sicelo | ah cool .. supported | 22:25 |
*** LauRoman|Alt has joined #maemo | 22:31 | |
*** flo_lap has joined #maemo | 22:33 | |
*** Bitnotri has joined #maemo | 22:38 | |
*** shentey has joined #maemo | 22:48 | |
*** Wizzup has quit IRC | 22:57 | |
*** Oksanaa has joined #maemo | 23:01 | |
*** Oksanaa has quit IRC | 23:02 | |
*** Oksanaa has joined #maemo | 23:03 | |
*** Oksanaa has quit IRC | 23:04 | |
*** Wizzup has joined #maemo | 23:04 | |
*** githogori has joined #maemo | 23:22 | |
*** githogori has quit IRC | 23:26 | |
Sicelo | awesome. bbb successfully booted the lappie :) | 23:55 |
*** N-Mi has quit IRC | 23:57 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!