Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - rperre

Pages: 1 ... 3 4 [5] 6 7 ... 18
61
Users / Re: vbox + LinuxMCE 0810-alpha + ui2 = working
« on: November 04, 2010, 11:04:01 pm »
commsbyte: it works, this is great. At least it's a work around for now.

It's a bit slow, but not looking for performance here at this point.

If you find the fix for hardware rendering, please post,

Richard

62
Users / Re: Android Touch Orbiter
« on: November 04, 2010, 10:57:21 pm »
kyfalcon, yes i understand and i appreciate any help. But it is probably just my stuff that doesn't work

Now i have tried the orbiter a bit and setup the "iphone4" weborbiter for my android which should be close to the resolution it can handle.

I still have a main menu that looks "crunched" like it's scaled about 50% down (this i think is meant to be)
All other menu's and/or media lists only take up half of the screen AND they are scaled about 50%, so both, this makes it hard to read and touch the stuff you want.

I'll probably try to make picture of my screen for clarification when i get to it, hopefully tonight or tommorrow.

Still when i rotate the orbiter it force closes on me and i will try to get a log to you soon.

Richard

63
Users / Re: Android Touch Orbiter
« on: November 03, 2010, 10:44:50 pm »
ddns in my honest opinion just "resolves" my ip address to the name i setup, which is a dns issue. should have nothing to do with apache server.

Richard

64
Users / Re: Android Touch Orbiter
« on: November 03, 2010, 09:07:14 pm »
Darrenmason: got it to work from outside, i had to use my ip address though, the ddns name didn't work, but this is probably another problem.

If you could tell me where i can find this log, i will post it here :)

Richard

65
Users / Re: Android Touch Orbiter
« on: November 02, 2010, 06:33:35 pm »
I have a droidx with the latest android from verizon (2.3.15).

The program runs great with the following issue

When you turn it landscape, it force closes

Other then this it's very responsive and playing media, turning lights on/of etc... works great.

I couldn't get it to work from "outside" the lmce network, is there a special trick?
I have ddns setup, port forwarded to lmce setup, tried IP address, but nothing worked.

Richard

66
Users / Re: vbox + LinuxMCE 0810-alpha + ui2 = working
« on: November 01, 2010, 10:13:07 pm »
i will defenitely try this and report back

Richard

67
Users / Re: Android Touch Orbiter
« on: November 01, 2010, 07:43:15 pm »
Can you attach it here, both sites do not work..

Thanks,

Richard

68
Users / Re: vbox + LinuxMCE 0810-alpha + ui2 = working
« on: October 30, 2010, 05:10:47 pm »
Well, somehow both Bongowongo and tkmedia get it to work. Main thing i noticed was that they do NOT use vbox additions. So just plain install of the DVD snapshot.

So try it.. make sure you have enough room (40Gb or so on the virtual disc) and set 3D acceleration to on and the video memory to 128Mb.
It might just be my setup, don't know.

I however still get the "failed to initialize OpenGL", i would still like this to work so i can do some "learning" without touching the real core in my house.

Richard

69
Users / Re: Web Orbitor 2.0
« on: October 24, 2010, 09:10:52 pm »
somehow first touch and/or click to activate the orbiter has to be ignored, i think it works for the mouse, but for touchscreens it goes straight to whatever you are touching at that moment.

Is it always lighting for you?

Touch the bottom left corner, and nothing should be opened.

Richard

70
Installation issues / Re: Orbiter failed to setup transparency
« on: October 23, 2010, 05:36:19 pm »
agibson a little more info would be nice to try and help you.

Lately this is not very common to happen anymore, but a few notes!

Use a nvidia videocard.
Use the latest snapshot to install LMCE.
When installing from the DVD choose the correct installer, it's the last option wich states LMCE INSTALL or something like that. If you use the first option and then try installing lmce will not work correctly.

Richard

71
Users / Re: Android Touch Orbiter
« on: October 20, 2010, 06:58:42 am »
DarrenMason i downloaded the apk and it's not starting at all. my droidx has 2.3.15 installed btw.
"The application Android Touch Orbiter (process com.linuxmce) has stopped unexpectedly. Please try again. (only option is force close)

I'll try in a vbox too.

Richard

72
Users / Re: Android Touch Orbiter
« on: October 20, 2010, 01:33:38 am »
Just got my droidx and will be testing this if needed...

Richard

P.S. darrenmason Have you ever looked further into the android on the webdt? I have android 2.1 running but no touch screen functionality.



73
Users / Re: vbox + LinuxMCE 0810-alpha + ui2 = working
« on: October 10, 2010, 04:40:10 pm »
I think i'm looking in the wrong direction here. Seems that X-server doesn't use the xorg.conf, maybe i could use hal.

I'm still looking in this issue, it would be nice to work on some gui and simple device stuff of a virtualbox LinuxMCE build and leaving the real core alone :)

Richard

74
Users / Re: vbox + LinuxMCE 0810-alpha + ui2 = working
« on: October 10, 2010, 12:37:58 am »
i'm running quad core Q6600 on an gigabyte board 4G memory and a GeForce 8800 GTS with 320Mb onboard

Richard

75
Users / Re: vbox + LinuxMCE 0810-alpha + ui2 = working
« on: October 09, 2010, 07:48:04 pm »
you definitely need guest additions installed imo which i did.

I tried copying the original xorg.conf after installing a "plain" ubuntu 08.10 with guest additions, but no help

I have it setup with Enable 3D Acceleration checked

here is a plain xorg.conf

Code: [Select]
Section "Device"
        Identifier "Configured Video Device"
EndSection

Section "Monitor"
        Identifier      "Configured Monitor"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
        Device          "Configured Video Device"
EndSection

here is the one after lmce install

Code: [Select]
Section "Device"
        Identifier "Configured Video Device"
        Option "XvmcUsesTextures" "true"
        Option "renderAccel" "true"
        Option "NoDDCValue"
        Option "UseEDID" "true"
        Option "ExactModeTimingsDVI" "true"
        Option "NoLogo" "true"
        Option "NoBandWidthTest" "true"
        Option "ModeValidation" "NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck, NoMaxPClkCheck, AllowInterlacedModes, AllowNon60HzDFPModes, NoEdidModes"
        Option "DynamicTwinView" "false"
        Option "UseEvents" "true"
        Option "AllowGLXWithComposite" "true"
        Option "AddARGBGLXVisuals" "true"
        Option          "ConnectedMonitor" "CRT"
EndSection

Section "Monitor"
        Identifier      "Configured Monitor"
        Modeline        "1024x768" 60.80 1024 1056 1128 1272 768 768 770 796
        HorizSync       20-500
        VertRefresh     59-61
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
        Device          "Configured Video Device"
        Option "XvmcUsesTextures" "true"
        Option "renderAccel" "true"
        Option "NoDDCValue"
        Option "UseEDID" "true"
        Option "ExactModeTimingsDVI" "true"
        Option "NoLogo" "true"
        Option "NoBandWidthTest" "true"
        Option "ModeValidation" "NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck, NoMaxPClkCheck, AllowInterlacedModes, AllowNon60HzDFPModes, NoEdidModes"
        Option "DynamicTwinView" "false"
        Option "UseEvents" "true"
        Option "AllowGLXWithComposite" "true"
        Option "AddARGBGLXVisuals" "true"
        Option  "TVStandard"    "1024x768"
EndSection

Section "Extensions"
        Option "Composite" "false"
        Option "RENDER" "true"
EndSection

Section "ServerFlags"
        Option "AutoAddDevices" "False"
EndSection

here is one where i added vboxvideo as the driver

Code: [Select]
Section "Device"
        Identifier "Configured Video Device"
        Driver "vboxvideo"
        Option "XvmcUsesTextures" "true"
        Option "renderAccel" "true"
        Option "NoDDCValue"
        Option "UseEDID" "true"
        Option "ExactModeTimingsDVI" "true"
        Option "NoLogo" "true"
        Option "NoBandWidthTest" "true"
        Option "ModeValidation" "NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck, NoMaxPClkCheck, AllowInterlacedModes, AllowNon60HzDFPModes, NoEdidModes"
        Option "DynamicTwinView" "false"
        Option "UseEvents" "true"
        Option "AllowGLXWithComposite" "true"
        Option "AddARGBGLXVisuals" "true"
        Option          "ConnectedMonitor" "CRT"
EndSection

Section "Monitor"
        Identifier      "Configured Monitor"
        Modeline        "1024x768" 60.80 1024 1056 1128 1272 768 768 770 796
        HorizSync       20-500
        VertRefresh     59-61
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
        Device          "Configured Video Device"
        Option "XvmcUsesTextures" "true"
        Option "renderAccel" "true"
        Option "NoDDCValue"
        Option "UseEDID" "true"
        Option "ExactModeTimingsDVI" "true"
        Option "NoLogo" "true"
        Option "NoBandWidthTest" "true"
        Option "ModeValidation" "NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck, NoMaxPClkCheck, AllowInterlacedModes, AllowNon60HzDFPModes, NoEdidModes"
        Option "DynamicTwinView" "false"
        Option "UseEvents" "true"
        Option "AllowGLXWithComposite" "true"
        Option "AddARGBGLXVisuals" "true"
        Option  "TVStandard"    "1024x768"
EndSection

Section "Extensions"
        Option "Composite" "false"
        Option "RENDER" "true"
EndSection

Section "ServerFlags"
        Option "AutoAddDevices" "False"
EndSection

None of these do ui2 for me,

Richard



Pages: 1 ... 3 4 [5] 6 7 ... 18