LinuxMCE Forums
May 25, 2013, 06:59:48 am GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
 
  Home Help Search Chat Login Register  
  Show Posts
Pages: 1 ... 5 6 [7] 8 9 ... 29
91  LinuxMCE / Developers / Re: qOrbiter gets some Pi on: June 11, 2012, 10:24:15 pm
thx for spotting that typo - fixed.

If you are using your core to cross compile it will be fine as long as you don't have another Qt dev environment set up. If you just want to have some Pi then this is fine. If you are trying to compile qOrbiter for other platforms then they won't co-exist. At least not yet, it is their plan to allow it in future.

-Coley.
92  LinuxMCE / Developers / Re: qOrbiter gets some Pi on: June 11, 2012, 02:20:38 pm
Not specifically no, the two unofficial raspbian images, pisces and hexxeh, both aim to boot to graphical environments.
I'm trying to keep the image as trimmed as possible.
Having said that, assuming this works there should be nothing stopping you running qOrbiter on either of those images.

-Coley.
93  LinuxMCE / Developers / Re: qOrbiter gets some Pi on: June 11, 2012, 12:33:06 am
parked work on QtonPi 0.2 image. 0.3 when it is released will have what we need.
Going to focus on a different image with later qt5 install and see how we go.
An Arm hardfp port of debian wheezy has mouse and working qtwayland under qt5 - may give us something interesting.
I just need to get image and toolchain set up Smiley

-Coley.
94  LinuxMCE / Developers / Re: qOrbiter gets some Pi on: June 08, 2012, 04:15:10 pm
Doesn't look like I'll get much further tonight
https://bugreports.qt-project.org/browse/QTONPI-13 Mouse support has only recently been added  Sad

If I get a chance I'll try a nightly qt5 snapshot or try the debian image.

-Coley.

either way I'll need the qt50-snapshot, actual debian image has older qt5 installed.
95  LinuxMCE / Developers / Re: qOrbiter gets some Pi on: June 08, 2012, 12:40:21 am
qOrbiter now loads the familiar home screen after getting its config from the router.
I didn't have a spare usb mouse to test, will try to pick one up tomorrow and see how much further I can get.

-Coley.
96  LinuxMCE / Developers / Re: qOrbiter gets some Pi on: June 05, 2012, 07:33:15 pm
yep, I know. There is always NanoX, I've used it before on arm devices.
Rolling our own window manager can remove X. As I see it X is kinda in the way on one of these devices.
Also up and coming QtWayland could be a nice fit, its an addon I might try getting going once q0rbiter behaves on the Pi.
Actually if you check out the QtonPi SD image it has no X installed, and thats what I've started with.
-Coley.
97  LinuxMCE / Users / Re: 1004: The time has come. on: June 04, 2012, 08:23:27 pm
I've had the same issues with multiple detection of non existant gamepads on a headless core install. I hadn't worried too much about it as I was in a VM and thought it might have been as a result of that.
-Coley.
98  LinuxMCE / Developers / qOrbiter gets some Pi on: June 03, 2012, 12:34:43 am
I've been trying to get qOrbiter ported to the Raspberry Pi.
I've made some progress and you can follow it on the wiki: http://wiki.linuxmce.org/index.php/RaspberryPi
If you have comment, suggestions or advice please post.

Be aware this is prototyping so progress could be forwards as well as backwards Smiley

-Coley.
99  LinuxMCE / Users / Re: 1004: The time has come. on: May 24, 2012, 11:43:09 am
I don't understand why the diskless setup failed coley.

I understand why cores can't get to desktop, I had just hoped I fixed it, clearly needs more work.

I can try again with a re-install if you want and see if the first boot of the MD fails.
I wasn't looking to get desktop on my core as it was a headless install, just reporting it worked on MD.

-Coley.

100  LinuxMCE / Developers / Qt Air Cursor on: May 22, 2012, 11:22:13 am
Came across this https://github.com/nemein/Qt_AirCursor not a lot there yet but might be a nice fit with qOrbiter if/when it is released....

-Coley.
101  LinuxMCE / Users / Re: 1004: The time has come. on: May 21, 2012, 01:28:36 pm
Installed LMCE-1004-20120519090525976.iso headless and added a MD, both VMs.
Initial boot of MD ended with Diskless Setup failed, rebooted router and tried MD again.
All went ok this time and sarah appeared, completed avwizard.
ssh from core to moon OK and from moon back to core.

do you want any logs/info from this install?

-Coley.

and fwiw kde desktop works on the MD  Smiley

102  LinuxMCE / Users / Re: 1004: The time has come. on: May 16, 2012, 10:48:19 am
Yep I had similar problems but poked about and managed a zsync download, needed a bit more intervention but works.
The zsync control file has a header containing the URL this needs to be adjusted to suit the final destination of the iso.
Code:
- wget the relevant <snapshot>.iso.zsync file
 - open this in a proper editor and edit the URL: line, shorten it down to /snapshots/<snapshot>.iso and save.
 - now feed this to zsync
 - zsync LMCE-1004-<snapshot>.iso.zsync -u http://linuxmce.iptp.org/

This has worked successfully for me.

-Coley.

maybe someone with access to the script generating the iso snapshots could change the zsyncmake command and feed the final destination URL to it?

These instructions can now safely be ignored Smiley
After Possy's change the zsync file now has the correct url and the download happens as per l3mce's previous instructions.
Around 1Gig as opposed to > 3Gig to download per snapshot.

-Coley.
103  LinuxMCE / Users / Re: 1004: The time has come. on: May 15, 2012, 04:19:03 pm
I've changed the script. It now reads:

zsyncmake http://linuxmce.iptp.org/snapshots/LMCE-1004-20120515132925970.iso LMCE-1004-20120515132925970.iso

I've manually ran it just now, so if you find a zsync file which is as old as the iso file, it is NOT the right one. The zsync file should be an hour or so younger. In the future, they should have the same time (+/- a minute or so)

Thx for the quick response Smiley.

-Coley
104  LinuxMCE / Users / Re: 1004: The time has come. on: May 14, 2012, 05:41:18 pm
Zsync is failing for me... anyone else had success with zsync?
Yep I had similar problems but poked about and managed a zsync download, needed a bit more intervention but works.
The zsync control file has a header containing the URL this needs to be adjusted to suit the final destination of the iso.
Code:
- wget the relevant <snapshot>.iso.zsync file
 - open this in a proper editor and edit the URL: line, shorten it down to /snapshots/<snapshot>.iso and save.
 - now feed this to zsync
 - zsync LMCE-1004-<snapshot>.iso.zsync -u http://linuxmce.iptp.org/

This has worked successfully for me.

-Coley.

maybe someone with access to the script generating the iso snapshots could change the zsyncmake command and feed the final destination URL to it?
105  LinuxMCE / Users / Re: 1004: The time has come. on: May 12, 2012, 06:50:36 pm
Figured it was a space issue.
I didn't realise you could use any older snapshot to sync with to generate a new iso.

thanks
-Coley.
Pages: 1 ... 5 6 [7] 8 9 ... 29
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!