Author |
Message |
monkeyshine
|
Posted: Sun Jul 24, 2005 9:53 pm |
|
Joined: Sun Jul 24, 2005 5:24 pm
Posts: 2
|
I have KnoppMyth R5A16 installed on my Epia M1000, which has the BIOS set to display to both CRT and TV. When viewing on a CRT, all the colors look fine. However, when viewing on a TV, the colors look "posterized", with only a few colors available -- primarily blue and green. I'm using a bt878 TV card, so it's not the purple/green issue previously reported with the Hauppauge PVR 350 card. Also, my problem is with colors in general and not just when viewing recorded programs. The MythTV GUI, KnoppMyth wallpaper (Tux on the couch, watching TV), and everything else are displayed in blue/green posterized color. I tried playing around with some settings in the XF86Config-4, but the results did not improve. I've tried both composite video and S-video, but with similar results.
Interestingly enough, when I run some other distros on that same system, the TV-out colors are fine. For example, using Knoppix 3.9 Live CD, the desktop displays normal colors on the TV and monitor, with absolutely no tweaking. So, this tells me that my Epia M10000 is capable of displaying colors correctly on a TV, but there may be something about the KnoppMyth implementation/version of Knoppix that may need some tuning? Thanks for any help.
|
|
Top |
|
 |
cesman
|
Posted: Sun Jul 24, 2005 10:03 pm |
|
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location:
Fontana, Ca
|
Perhaps a search of the forum?
_________________ cesman
When the source is open, the possibilities are endless!
|
|
Top |
|
 |
tjc
|
Posted: Sun Jul 24, 2005 11:19 pm |
|
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location:
Arlington, MA
|
BTW - Search for "DefaultColorDepth".
|
|
Top |
|
 |
monkeyshine
|
Posted: Tue Jul 26, 2005 3:02 pm |
|
Joined: Sun Jul 24, 2005 5:24 pm
Posts: 2
|
Actually, I did search the forums and Google before posting my question. The trick is in knowing what to search for.
I had found some references to setting "DPMS" "False", but dismissed it because there was a comment that this applied only to color problems while watching Live TV and my problem was pervasive throughout MythTV. In the end, this was indeed the workaround.
|
|
Top |
|
 |
tjc
|
Posted: Tue Jul 26, 2005 6:11 pm |
|
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location:
Arlington, MA
|
The trick is understanding that you're ALWAYS watching a recording. Even when you're watching "live" TV what you're really doing is playing a "scratch" recordiing and that any type of video that you're displaying via X tends to use pretty much the same "pipeline".
|
|
Top |
|
 |
cyberstick
|
Posted: Fri Apr 07, 2006 6:44 am |
|
Joined: Thu Apr 06, 2006 5:40 pm
Posts: 1
|
Hello,
I just installed the latest release of KnoppMyth (R5B7) on a new Via M10000 Nehemiah motherboard. It is hooked up to the TV with S-Video (though Composite produces the same result). At first as soon as mythfrontend would load, the colors would turn blue/green. I rm -rf /home/mythtv/.fluxbox and after rebooting and logging in as mythtv and starting mythfrontend, the colors look fine. Now the color problem only shows up when mplayer is loaded. I could not get -vo XvMC to work under player settings, only xv would work. Anything else and mplayer would not start.
After removing /home/mythtv/.fluxbox:
Loaded mythfrontend just fine - colors ok:
This is what happens when watching video:
This is how myth looks after getting out of mplayer:
This is how X looks after getting out of mythfrontend:
Background: I have tried a few XF86Config files, including some found on Google and the XF86Config-4.epia.tvout.sample file in /etc/X11. Remember: until I removed the .fluxbox config directory it was happening as soon as Mythfrontend was loaded. Now it's only when mplayer runs.
There are no capture cards in this PC. Only the knoppmyth CD installed to HD.
Any ideas?
|
|
Top |
|
 |
lordsnooty
|
Posted: Fri Apr 07, 2006 7:57 am |
|
Joined: Tue Feb 21, 2006 2:25 pm
Posts: 39
|
Have you set DPMS to False in XF86Config-4? That's exactly the same problem as all M10000 users on TV-out get when they first install. It's seen as soon as X starts. In fact you say you got it straight away, until you removed .fluxbox. Try putting that option in the relevant 'Section "Monitor"'. I also have an M10000, no capture card and I have to make that chnage every time I install KM (R5A30.2 & R5B7). Mods, can this be fixed in the next release?
|
|
Top |
|
 |
cesman
|
Posted: Sat Apr 08, 2006 8:23 pm |
|
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location:
Fontana, Ca
|
I suppose a script could be written that fixes this if the Epia is detected... I await your submission.
_________________ cesman
When the source is open, the possibilities are endless!
|
|
Top |
|
 |
lordsnooty
|
Posted: Sun Apr 09, 2006 10:56 am |
|
Joined: Tue Feb 21, 2006 2:25 pm
Posts: 39
|
Chuck this in /usr/local/bin/epia_sql.sh
Code: sed -i "s/Option\t\"DPMS\"\t\"true\"/Option\t\"DPMS\"\t\"false\"/" /etc/X11/XF86Config-4
Won't fix it for setup, but will fix it after a restart of X. Maybe echo a warning that this has occured, but I can't imagine there are many using KM with an EPIA on a monitor. This problem must affect the vast majority of EPIA users.
|
|
Top |
|
 |
cesman
|
Posted: Sun Apr 09, 2006 2:15 pm |
|
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location:
Fontana, Ca
|
I love it when a plan comes together. Thank you.
_________________ cesman
When the source is open, the possibilities are endless!
|
|
Top |
|
 |