View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 71 posts ] 
Go to page Previous  1, 2, 3, 4, 5

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject: Sweet!
PostPosted: Thu Sep 14, 2006 4:51 pm 
Offline
Joined: Sat Mar 25, 2006 9:37 am
Posts: 28
Thanks OwL! I'll give it a shot!

Rgds,
Ken


Top
 Profile  
 
 Post subject: Worked Like a Charm!
PostPosted: Thu Sep 14, 2006 8:31 pm 
Offline
Joined: Sat Mar 25, 2006 9:37 am
Posts: 28
Unfortunately now I'm still dealing with some jitter and discoloration across the top of the screen using s-video out on the epia sp13000. Looks much better than the last time I tried it - maybe it'll just require some modeline hacking.

If anyone has gotten this to work with s-vid out please post your modelines. There doesn't seem to be any out there on the web for this type of setup yet and this thread is probably the best place to begin a collection :)

Thanks!
Ken[/i]


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 15, 2006 10:11 am 
Offline
Joined: Mon Jan 09, 2006 3:59 pm
Posts: 18
I don't think that the via driver supports custom modelines with the TV-out chipset unfortunately.... (Someone told me, and I looked at the source.) There are a couple of pre-defined modes that you could try.....

Remove your already added ModeLine's (Or just comment them out) and add one of these:
Code:
446        { MODEPREFIX("640x480"),      23520,  640,  656,  744,  784, 0,  480,  487,  491,  600, 0, V_NHSYNC | V_NVSYNC, MODESUFFIXNTSC },
447        { MODEPREFIX("640x480"),      30000,  640,  680,  808, 1000, 0,  480,  520,  523,  600, 0, V_NHSYNC | V_NVSYNC, MODESUFFIXPAL  },
448        { MODEPREFIX("800x600"),      39900,  800,  840,  976, 1064, 0,  600,  604,  620,  750, 0, V_PHSYNC | V_PVSYNC, MODESUFFIXNTSC },
449        { MODEPREFIX("800x600"),      34500,  800,  816,  880,  920, 0,  600,  604,  620,  750, 0, V_PHSYNC | V_PVSYNC, MODESUFFIXPAL  },
450        { MODEPREFIX("1024x768"),     54810, 1024, 1032, 1088, 1160, 0,  768,  780,  792,  945, 0, V_NHSYNC | V_NVSYNC, MODESUFFIXNTSC },
451        { MODEPREFIX("1024x768"),     57000, 1024, 1040, 1112, 1200, 0,  768,  829,  840,  950, 0, V_NHSYNC | V_NVSYNC, MODESUFFIXPAL  },
452        { MODEPREFIX("848x480"),      34860,  848,  872, 1032, 1200, 0,  480,  495,  509,  581, 0, V_PHSYNC | V_PVSYNC, MODESUFFIXNTSC },
453        { MODEPREFIX("848x480"),      36000,  848,  872, 1032, 1200, 0,  480,  498,  509,  600, 0, V_PHSYNC | V_PVSYNC, MODESUFFIXPAL  },
454        { MODEPREFIX("720x480"),      25200,  720,  728,  776,  840, 0,  480,  511,  515,  600, 0, V_NHSYNC | V_PVSYNC, MODESUFFIXNTSC },
455        { MODEPREFIX("720x576"),      28500,  720,  728,  744,  760, 0,  576,  635,  643,  750, 0, V_NHSYNC | V_PVSYNC, MODESUFFIXPAL  },
456        { MODEPREFIX("640x480Over"),  20160,  640,  648,  704,  720, 0,  480,  490,  491,  560, 0, V_NHSYNC | V_NVSYNC, MODESUFFIXNTSC },
457        { MODEPREFIX("640x480Over"),  21000,  640,  664,  792,  840, 0,  480,  485,  491,  500, 0, V_NHSYNC | V_NVSYNC, MODESUFFIXPAL  },
458        { MODEPREFIX("800x600Over"),  35910,  800,  840,  984, 1080, 0,  600,  601,  604,  665, 0, V_PHSYNC | V_PVSYNC, MODESUFFIXNTSC },
459        { MODEPREFIX("800x600Over"),  32500,  800,  832,  928, 1000, 0,  600,  600,  604,  650, 0, V_PHSYNC | V_PVSYNC, MODESUFFIXPAL  },
460        { MODEPREFIX("1024x768Over"), 50400, 1024, 1040, 1112, 1200, 0,  768,  772,  776,  840, 0, V_NHSYNC | V_NVSYNC, MODESUFFIXNTSC },
461        { MODEPREFIX("1024x768Over"), 49500, 1024, 1032, 1112, 1200, 0,  768,  771,  776,  825, 0, V_NHSYNC | V_NVSYNC, MODESUFFIXPAL  },
462        { MODEPREFIX("848x480Over"),  27720,  848,  856,  928, 1008, 0,  480,  490,  493,  550, 0, V_PHSYNC | V_PVSYNC, MODESUFFIXNTSC },
463        { MODEPREFIX("848x480Over"),  33000,  848,  872, 1032, 1200, 0,  480,  490,  493,  550, 0, V_PHSYNC | V_PVSYNC, MODESUFFIXPAL  },
464        { MODEPREFIX("720x480Over"),  21000,  720,  728,  760,  800, 0,  480,  480,  483,  525, 0, V_NHSYNC | V_PVSYNC, MODESUFFIXNTSC },
465        { MODEPREFIX("720x576Over"),  27000,  720,  768,  800,  864, 0,  576,  577,  579,  625, 0, V_NHSYNC | V_PVSYNC, MODESUFFIXPAL  },
466        { MODEPREFIX("720x576Noscale"),  28000,  720,  736,  768,  896,  0,  576,  576,  579,  625,  0, V_NHSYNC | V_NVSYNC, MODESUFFIXPAL  },
467        { MODEPREFIX("720x480Noscale"),  27972,  720,  736,  768,  888,  0,  480,  480,  483,  525,  0, V_NHSYNC | V_NVSYNC, MODESUFFIXNTSC  },
468        { MODEPREFIX("720x480pal"), 27972,  720,  736,  768,  888, 0,  480,  480,  483,  525, 0, V_NHSYNC | V_NVSYNC, MODESUFFIXPAL },
469        { MODEPREFIX(NULL), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, MODESUFFIXNTSC },
470    };


just take the string in between "" and paste them into the mode section in the X config.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 15, 2006 4:25 pm 
Offline
Joined: Sat Mar 25, 2006 9:37 am
Posts: 28
OwL,

I don't recognize that syntax - I am using XFree86. gdm complains about the curly braces.

Is this some kind of xorg-generated stuff?

Thanks,
K


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 15, 2006 4:35 pm 
Offline
Joined: Sat Mar 25, 2006 9:37 am
Posts: 28
Now that I look at it it kind of resembles the predefined modes in xf86DefModes.c - is this where I am adding them/recompiling?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Sep 18, 2006 4:23 am 
Offline
Joined: Mon Jan 09, 2006 3:59 pm
Posts: 18
Ok.. my bad.. I was a little vague/lazy in my description...

what I meant was that you should use one of the pre-defined modes that I pasted...

For example, this might look like something in your X config file...
Code:
...
Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultColorDepth 24
        SubSection "Display"
                Depth     1
                Modes "800x600" "640x480"
        EndSubSection
        SubSection "Display"
...


Change the row: Modes "800x600" "640x480"

to for example (NTSC): Modes "720x480Noscale"
or (PAL)
Modes "720x576Noscale"
or (PAL)
Modes "720x576Over"
or (NTSC)
Modes "720x480Over"

Just try find one from the list I pasted before ......

What I pasted before was the hardcoded valid TV-out modelines existing in the VIA Openchrome driver.

You should first disable all custom corresponding Modelines before using the hardcoded ones.

Regards // OwL


Top
 Profile  
 
 Post subject:
PostPosted: Mon Sep 25, 2006 8:04 pm 
Offline
Joined: Sat Mar 25, 2006 9:37 am
Posts: 28
Hmm - yeah still looks like crap. Without the modelines the screen looks completely corrupted. I'm guessing s-video out on the cn400-based boards is still fubar in the unichrome drivers.

Time for another dig through the mailing list I think.

Thanks!


Top
 Profile  
 
 Post subject: R5E50
PostPosted: Fri Feb 02, 2007 5:18 pm 
Offline
Joined: Wed May 17, 2006 5:20 am
Posts: 13
Location: Darmstadt, Germany
I've been considering upgrading to R5E50 and noticed that it now uses Xorg 7.1. Has anyone with an Epia SP13000 and the CN400 tried upgrading to this version yet? Do you still need to go through this how-to?

Cheers,

Michael


Top
 Profile  
 
 Post subject: Success!
PostPosted: Sat Feb 03, 2007 10:08 am 
Offline
Joined: Wed May 17, 2006 5:20 am
Posts: 13
Location: Darmstadt, Germany
After reading around, I found that the CN400 chip is supported in xorg 7.1 and I've now got everything up and running again.

However, after performing an auto upgrade from R5D7 to R5E50, I found X wouldn't start. I discovered that /etc/X11/xorg.conf was empty. To solve this, I copied xorg.conf.in to xorg.conf then restored /etc/X11/XF86Config-4 from my backup and copied over the relevant bits. Worked after restarting.


Top
 Profile  
 
 Post subject: Re: Success!
PostPosted: Mon Mar 19, 2007 10:15 am 
Offline
Joined: Sun Jan 08, 2006 5:13 pm
Posts: 67
Location: Göteborg - Sweden
mhawkshaw wrote:
After reading around, I found that the CN400 chip is supported in xorg 7.1 and I've now got everything up and running again.

However, after performing an auto upgrade from R5D7 to R5E50, I found X wouldn't start. I discovered that /etc/X11/xorg.conf was empty. To solve this, I copied xorg.conf.in to xorg.conf then restored /etc/X11/XF86Config-4 from my backup and copied over the relevant bits. Worked after restarting.


Is the "standard" option in the settings working for the hardware mpeg2 acecleration or do you still have to use xvmc like in R5C7 ?
Does OpenGL "effects" (in mythmusic) work out of the box as well?

Im running r5c7 and thinking of upgrading and dont want to mess too much with it if the graphics issues arent solved with the newest version.

/Martin


Top
 Profile  
 
 Post subject: Re: Success!
PostPosted: Fri Mar 23, 2007 4:47 pm 
Offline
Joined: Wed May 17, 2006 5:20 am
Posts: 13
Location: Darmstadt, Germany
goonzo wrote:
Is the "standard" option in the settings working for the hardware mpeg2 acecleration or do you still have to use xvmc like in R5C7 ?
Does OpenGL "effects" (in mythmusic) work out of the box as well?


I still have to select the XvMC option in settings. The effects seem to work in MythMusic. The key thing for me was not having to follow the instructions at the start of this thread. It's not for the feint hearted though, as it's a bit daunting when X windows doesn't start.

I wrote these instructions: R5E50 and Via Epia which might help?

_________________
Version: R5.5
Processor: Via C7 1.33GHz with CN400
Memory: 512Mb
Hard disk: 500Gb SATA
Capture cards: 2x Hauppauge Nova-T


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 71 posts ] 
Go to page Previous  1, 2, 3, 4, 5



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 8 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu