Go to advanced search

by Magimedia
Mon Feb 23, 2015 8:03 pm
Forum: Raspberry Pi OS
Topic: Contract file system?
Replies: 3
Views: 1058

Contract file system?

I'm wondering how I can best backup my Pi. My current method is as follows: Use Win32DiskImager to read the SD card - creates an 8Gb img file Use 7zip to create a compressed self-extracting image - creates a far smaller .exe Delete the .img file This takes a lot of processing, and quite some time to...
by Magimedia
Mon Feb 23, 2015 7:57 pm
Forum: Raspberry Pi OS
Topic: Kiosk Browser (Kweb) - Interval / Timeout bug?
Replies: 2
Views: 532

Re: Kiosk Browser (Kweb) - Interval / Timeout bug?

Thanks - must have been something in my install. After seeing your post I tried removing Kweb and re-installing it, and then it worked fine.

Thanks for testing it.
by Magimedia
Mon Feb 23, 2015 7:47 pm
Forum: Python
Topic: How do I "do nothing" and use almost no CPU?
Replies: 3
Views: 2286

Re: How do I "do nothing" and use almost no CPU?

That simple!?

Excellent, thank you!
by Magimedia
Mon Feb 23, 2015 3:55 pm
Forum: Python
Topic: How do I "do nothing" and use almost no CPU?
Replies: 3
Views: 2286

How do I "do nothing" and use almost no CPU?

I want to build an interface on the GPIO - I plan to use interrupts to trigger the events. The program needs to run in the background all the time, which I believe I can do with sudo python myinterface.py & ...but if I setup interrupts, they will all stop when the program exits (fair enough)... so i...
by Magimedia
Mon Feb 23, 2015 2:16 pm
Forum: Raspberry Pi OS
Topic: Kiosk Browser (Kweb) - Interval / Timeout bug?
Replies: 2
Views: 532

Kiosk Browser (Kweb) - Interval / Timeout bug?

Just trying this...

Code: Select all

_to = setTimeout( function() {
    alert("Hello world!");
}, 10000);
Should alert after 10 seconds... but alerts almost instantly! In fact, regardless of what I put in the delay field, it makes no difference.
by Magimedia
Mon Feb 23, 2015 12:12 pm
Forum: Raspberry Pi OS
Topic: Expanding SD disk size after upgrade?
Replies: 5
Views: 3225

Re: Expanding SD disk size after upgrade?

Should be sudo raspi-config - the first option on the menu expands the file system.
by Magimedia
Mon Feb 23, 2015 10:54 am
Forum: Raspberry Pi OS
Topic: KWeb3 Kiosk Mode - Screen size
Replies: 1
Views: 1278

Re: KWeb3 Kiosk Mode - Screen size

After a lot of experimenting I think I've found solved problems... leaving it here in case it helps anyone else. Openbox wasn't staying loaded, so I was ending up with no Window Manager. Consequently, anything opened was opening at its default size and staying there. Solution - don't use "openbox-se...
by Magimedia
Sun Feb 22, 2015 8:43 pm
Forum: Raspberry Pi OS
Topic: KWeb3 Kiosk Mode - Screen size
Replies: 1
Views: 1278

KWeb3 Kiosk Mode - Screen size

I am attempting to run KWeb3 in Kiosk mode to display a website (stored on disk, periodically auto-updated). I am executing this from the command line, via OpenBox (as described on the Wiki). I have two issues I can't seem to resolve: 1 - Screen size. I have two monitors I use - one is 1680x1050, th...

Go to advanced search