LinuxMCE Forums
June 20, 2013, 01:14:06 pm 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 ... 4 5 [6]
76  LinuxMCE / Feature requests & roadmap / Re: Core Redundancy:What if? on: October 15, 2008, 05:37:00 pm
Well,

high availability with Open Source should be quite common. There are several Projects and papers about this issue.
I wrote my diploma thesis about that *siiggh*, where i compared three Solutions for a HA-framework.
Redundancy in mind, it should be determined first, what's important to keep alive. The core? The DB? The Filesystem?both? How about the TV Cards (keep in mind THE week w/o TV!)?. The easiest way to increase HA is to go for RAID 1, hoping Murphy won't grill both HDs, so you just can keep a second "standby" Core and switch HD, rebuild RAID1.

Things like heartbeat etc could do the trick as well.
The "winner" of the conclusion was http://www.openais.org, an opensource implementation of the Service Availability Forum, as the idea was to keep several independant Software Moduls online.
The company i worked for never implemented anything based on my thesis .... i wonder why ;O)

Havin' this in mind... HA is pure pain!

Some literature:
http://weblog.infoworld.com/geeks/archives/2007/02/achieve_more_re.html

http://www.linux-ha.org/

and a presentation: http://www.linux-ha.org/_cache/HeartbeatTutorials__LWCE08-ha-tutorial.pdf



77  LinuxMCE / Users / Re: [Solved] Problems with 1080 @ MS-7329, black bar on the left on: October 09, 2008, 11:13:36 pm
I appreciate your advice Collin!

this just matches my "experience", as i said... 24 "sounds" cool ;O)
At least, i know my LCD can handle it.
I just wanted to share, what's "possible", and how.

Thanks for your help and advice...

Pat
78  LinuxMCE / Users / Re: [Solved] Problems with 1080 @ MS-7329, black bar on the left on: October 09, 2008, 10:47:18 pm
I just found some more settings...
Use them at your own risk:

Code:

Modeline "1920x1080@25" 74.25 1920 2560 2608 2752 1080 1084 1089 1125 +hsync +vsync
        Modeline "1920x1080@24" 74.16 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync
        Modeline "1920x1080@50" 148.5 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync         
        Modeline "1920x1080@60" 148.5 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync


I still try to find out, what fits best to my needs.
24hz "sounds" cool, but actuallly, the picture is a) slow b) not smooth as with 50Hz OR 720p.
So i think a need a new graphic card... ;O(
79  LinuxMCE / Users / Re: [Solved] Problems with 1080 @ MS-7329, black bar on the left on: October 08, 2008, 11:28:31 pm
Colin,

i just add the settings to http://www.mythtv.org/wiki/index.php/Modeline_Database#Sharp_LC-37X20E .
Hopefully you ment the mythtv Modeline DB, as I couldn't find something similar at linuxtv.org .  ;O)

Pat
80  LinuxMCE / Users / [SOLVED] Re: Problems with 1080 @ MS-7329, black bar on the left on: October 08, 2008, 08:59:37 pm
LegoGT,

your hint was just what I needed. I knew, that the modelines are the problems, but with your perfect "for-noobs-walk-through"... my LMCE just looks as pretty as possible!

Ok, for the record :

Sharp LE37X20E
Code:

Section "Monitor"
    Identifier     "Generic Monitor"
    Option         "DPMS"
Modeline "1920x1080" 148.5 1920 2448 2492 2640 1080 1084 1089 1125 +hsync -vsync
HorizSync 20-500
VertRefresh 50-61
EndSection


Horizontal:
-- front porch: 528
-- active pixels: 1920
-- total: 2448
-- sync width: 44
-- polarity: +

Vertical:
-- front porch: 4
-- active pixels: 1080
-- total: 1125
-- sync width: 5
-- polarity: -
backporch
Pixel Clk: 148.5000

so, colinjones, LegoGT.... you really made my day ;O)

Patrick
81  LinuxMCE / Users / Re: Problems with 1080 @ MS-7329, black bar on the left on: October 08, 2008, 12:17:45 pm
Thanks guys!

I'll check tonight if i can slap my system once more with your help!
I keep you updated. ;O)

Patrick
82  LinuxMCE / Users / [Solved] Problems with 1080 @ MS-7329, black bar on the left on: October 07, 2008, 07:21:41 pm
Dear all,

i just installed LinuxMCE another time, just to check if screwed my system once more ;O)
As i recently bought a new LCD, i would love to make use of the 1080 resolution.
But the moment i switch to 1080, the picture starts to show a black bar on the left side.
It just looks, like the picture is move to the right for some dozens pixels.
This just shows up when i set the LCD to pixel by pixel mode AND set the AVWizard to DVI, 1080, 60Hz.
In 720p the black bar is gone.
Does anybody in the community shares the same experience?
A work around is, to NOT use the pixel by pixel feature and setup the screen to my needs (reduce size, move left).
But i think, the picture quality is not as good.
I run the nvidia driver out of the box. Last time driver update did not help.
For checking my LCD, i installed WinXP with latetst nvidia driver, which gave me a solid 1920x1200 @ 50Hz  Wink

Thanks for all your help and keep up the work... you guys rock! ;O))

Patrick

83  LinuxMCE / Users / Re: RAR suport ? on: July 21, 2008, 11:02:40 am
troca,

as far as I know, theres is no way up to day,making LMCE showing rared movies.
But things you could do are:
- unrar them while copying them to the linuxbox
- unrar them ON the linuxbox, using the shell and install unrar-free or unrar-nonfree
- creating scripts/template that unrar the files, after your favourite torrent clients finished donwloading.
(some torrent-clienbts offer these "things-to-do-after-finishing-download"...

Patrick
84  LinuxMCE / Users / Re: Pitching Sound with 7.10rc2 when the MD on Hybrid is started on: May 15, 2008, 11:13:43 pm
Ok... is Solved.
On these MSI 7329 board... you better do NOT have 128MB Texture Memory for the onboard graphics  in the BIOS ;O)
Amazing, how this did have effect on stability, video, sound etc...

Ok... lets rock... finally LinuxMCE works as suggested ;O))

Patrick
85  LinuxMCE / Users / Pitching Sound with 7.10rc2 when the MD on Hybrid is started on: May 14, 2008, 10:34:21 pm
Dear all,

i just freak out with a strange behavior:
when i play a mp3 with high pitch like feist - I'm sorry, the sound
sux an the higher frequencies.
First i update the alsa driver/libs/utils from 1.14 to 1.16, no success.
After that i stopped LinuxMCE and played that mp3 with mplayer via ssh.
Result => PERFECT Sound.
When i start the LMCE Core Services the sound is still good...
The Moment i start the Media Station we're back to business... Sound sux.
This all happens WHILE playing that song.

Ok here are my specs:
MSI 7329 (MSI Media Live)
Audio Realtek  ALC883

I do connect LMCE via a chinch cable to my stereo

For now i did NOT test
-if sound sux with older LMCE Versions (7.10 always did)
-different wiring like spdif
-playing the mplayer mp3 via ssh with standarf LMCE goven ALSA
-if sound stucks on different MD

Does anybody else have this problem or could help me out here? ;O)

Patrick
86  LinuxMCE / Developers / Re: Who's bringing What to LinuxTAG on: April 16, 2008, 06:14:07 pm
Hey Guys,

are you going to  be around at linuxTag all days?I plan to check by and see thinsg working out.
I figured out, this would be cheaper to see an existing installation running, than buying the hardware on my own, just to get a look and feel ;O)
When are you starting, putting things together as the conferences starts on Wednesday 28th? *mejustnosy*

Greetings from Hamburg

Patrick
87  LinuxMCE / Users / Re: [SOLVED] Command line login issue on: March 13, 2008, 05:51:57 pm
the user/pass/Pin given at the install are just logon data for LMCE itself, not for the ubuntu base.

=> http://wiki.linuxmce.org/index.php/Logging_In

Greetings...

Patrick
88  LinuxMCE / Users / Re: USBUIRT now what? MCE USB now what? on: March 13, 2008, 05:48:25 pm
Dear all,

i have the same experience with the MCE USB  receiver without the external emitters.
Does someone know, if that thing does work WITHOUT the ext. emitters?

btw... i'm running LMCE 710b4, and couldn't  teach LMCE to use tackle my Grundig TV
or Harman Stereo ;O(

Thx...

Patrick from Germany
Pages: 1 ... 4 5 [6]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!