View unanswered posts    View active topics

All times are UTC - 6 hours





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

Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Fri Mar 03, 2006 10:47 am 
Offline
Joined: Thu Apr 01, 2004 10:44 am
Posts: 677
Location: WA
This was originally posted with the title of "Problem with r5a16 and cn400 unichrome chipset" at http://mysettopbox.tv/phpBB2/viewtopic.php?t=5112
I've moved it so others can use this howto without trying to upgrade to Xorg.

I have figured out how to get this HD clip:
http://www.pchdtv.com/downloads/tst.tar
to play full screen with 30% idle on my Commell LT-667T (1GHz, CN400)

This is not as clean as some could probably do but it works. It replaces XFree86 4.3 with 4.5 (perhaps someone could change this to be a debian package?):


Hack fix for R5b7 compile issues:
The following is because the libpam0g is a version that I don't know where it cam from. It will error, but will work enough... (I know this is bad)
Code:
wget http://ftp.us.debian.org/debian/pool/main/p/pam/libpam0g-dev_0.79-3.1_i386.deb
dpkg -i libpam0g-dev_0.79-3.1_i386.deb


*Get XFree86 4.5 Sources & untar
Code:
cd /usr/src/
wget ftp://ftp.xfree86.org/pub/XFree86/4.5.0/source/XFree86-4.5.0-src-1.tgz
wget ftp://ftp.xfree86.org/pub/XFree86/4.5.0/source/XFree86-4.5.0-src-2.tgz
wget ftp://ftp.xfree86.org/pub/XFree86/4.5.0/source/XFree86-4.5.0-src-3.tgz
wget ftp://ftp.xfree86.org/pub/XFree86/4.5.0/source/XFree86-4.5.0-src-4.tgz
wget ftp://ftp.xfree86.org/pub/XFree86/4.5.0/source/XFree86-4.5.0-src-5.tgz

tar -xzvf XFree86-4.5.0-src-1.tgz
tar -xzvf XFree86-4.5.0-src-2.tgz
tar -xzvf XFree86-4.5.0-src-3.tgz
tar -xzvf XFree86-4.5.0-src-4.tgz
tar -xzvf XFree86-4.5.0-src-5.tgz


Now the fun stuff...
Code:
cd /usr/src/xc
make World
cd ..
svn co http://svn.openchrome.org/svn/trunk openchrome
cp openchrome/unichrome/ xc/programs/Xserver/hw/xfree86/drivers/ -r
cd xc/programs/Xserver/hw/xfree86/drivers
mv via via.old
ln -s unichrome/ via
make Makefiles
cd via
ln -s /usr/src/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel_source/drm.h
make
make install
cd /usr/src/xc
make install


* Edit /etc/X11/XF86Config-4 and change driver to "via"
Code:
cd programs/Xserver/hw/xfree86/os-support
ln -s linux/drm/kernel_source/drm.h
cd ../../../../../..
cp openchrome/libxvmc/ xc/lib/XvMC/hw -r
cd xc/lib/XvMC/hw
ln -s libxvmc via

* Edit the file xc/lib/XvMC/Imakefile so that the line
*SUBDIRS = hw/i810
*becomes
*SUBDIRS = hw/i810 hw/via
Code:
cd /usr/src/xc/lib/XvMC/
make Makefile
make Makefiles
cd hw/via
ln -s ../../../../programs/Xserver/hw/xfree86/drivers/unichrome/via_xvmc.h
ln -s ../../../../programs/Xserver/hw/xfree86/drivers/unichrome/via_drm.h
ln -s ../../../../programs/Xserver/hw/xfree86/drivers/unichrome/via_drmclient.h
ln -s ../../../../programs/Xserver/hw/xfree86/os-support/linux/drm/kernel_source/drm.h
ln -s ../../../../programs/Xserver/hw/xfree86/os-support/linux/drm/kernel_source/drm_sarea.h
make depend
make
make install
mv /usr/include/X11/extensions/vldXvMC.h /usr/include/X11/extensions/vldXvMC.h.old
cp vldXvMC.h /usr/include/X11/extensions

*Edit /etc/X11/XvMCConfig and change line to libviaXvMCPro.so.1
Code:
ldconfig
/etc/init.d/gdm restart


Howto for OpenGL:
*Removed Code
Go to
http://dri.freedesktop.org/snapshots/
and get the latest common file and the latest via file.

Untar and run the install.sh script.
Test with glxgears (I got 720fps).

The default install of xine will play the tst.ts file using -V xxmc (not xvmc!!!) at 30% idle
MPlayer will play a 624x352 xvid movie at 78% idle using -vo xv (doesn't seem to work with -vo xvmc. Any ideas?)

Thanks to:
The Unichrome Project http://sourceforge.net/docman/display_doc.php?docid=21910&group_id=102048
openChrome.org http://www.openchrome.org/[/code]


Last edited by gr8nash on Thu Apr 06, 2006 11:02 pm, edited 3 times in total.


Top
 Profile  
 
 Post subject: Build Errors..
PostPosted: Tue Apr 04, 2006 7:07 pm 
Offline
Joined: Sat Mar 25, 2006 9:37 am
Posts: 28
Hi gr8nash,

I've been trying to get my cn400 based board to work using your howto but am running into some problems:

I'm getting many build errors when I try to run 'make' in the via (symlinked unichrome) directory.

A snippet follows:
Code:
../../../../../../programs/Xserver/hw/xfree86/os-support/xf86drm.h:523: error: parse error before "drm_handle_t"
../../../../../../programs/Xserver/hw/xfree86/os-support/xf86drm.h:524: error: parse error before "drm_context_t"
../../../../../../programs/Xserver/hw/xfree86/os-support/xf86drm.h:531: error: parse error before "drm_context_t"
../../../../../../programs/Xserver/hw/xfree86/os-support/xf86drm.h:532: error: parse error before "drm_context_t"
../../../../../../programs/Xserver/hw/xfree86/os-support/xf86drm.h:534: error: parse error before "drm_context_t"
../../../../../../programs/Xserver/hw/xfree86/os-support/xf86drm.h:536: error: parse error before "drm_context_t"
../../../../../../programs/Xserver/hw/xfree86/os-support/xf86drm.h:537: error: parse error before "drm_context_t"
../../../../../../programs/Xserver/hw/xfree86/os-support/xf86drm.h:538: error: parse error before "drm_context_t"
../../../../../../programs/Xserver/hw/xfree86/os-support/xf86drm.h:539: error: parse error before '*' token
../../../../../../programs/Xserver/hw/xfree86/os-support/xf86drm.h:539: warning: type defaults to `int' in declaration of `drmGetReservedContextList'
../../../../../../programs/Xserver/hw/xfree86/os-support/xf86drm.h:539: warning: data definition has no type or storage class
../../../../../../programs/Xserver/hw/xfree86/os-support/xf86drm.h:540: error: parse error before '*' token
../../../../../../programs/Xserver/hw/xfree86/os-support/xf86drm.h:541: error: parse error before "drm_context_t"
../../../../../../programs/Xserver/hw/xfree86/os-support/xf86drm.h:542: error: parse error before "drm_context_t"
../../../../../../programs/Xserver/hw/xfree86/os-support/xf86drm.h:543: error: parse error before "drm_drawable_t"
../../../../../../programs/Xserver/hw/xfree86/os-support/xf86drm.h:544: error: parse error before "drm_drawable_t"
../../../../../../programs/Xserver/hw/xfree86/os-support/xf86drm.h:555: error: parse error before "drm_handle_t"
../../../../../../programs/Xserver/hw/xfree86/os-support/xf86drm.h:562: error: parse error before "drmDMAReqPtr"
../../../../../../programs/Xserver/hw/xfree86/os-support/xf86drm.h:565: error: parse error before "drm_context_t"
../../../../../../programs/Xserver/hw/xfree86/os-support/xf86drm.h:567: error: parse error before "drm_context_t"
../../../../../../programs/Xserver/hw/xfree86/os-support/xf86drm.h:569: error: parse error before "drm_context_t"
In file included from via_priv.h:5,
                 from via_driver.h:65,
                 from via_driver.c:46:
via_drm.h:186: error: parse error before "drm_clip_rect_t"
via_drm.h:186: warning: no semicolon at end of struct or union
via_drm.h:208: error: parse error before '}' token
via_drm.h:208: warning: type defaults to `int' in declaration of `drm_via_sarea_t'
via_drm.h:208: warning: data definition has no type or storage class
via_drm.h:245: error: field `reply' has incomplete type
In file included from via_driver.h:72,
                 from via_driver.c:46:
../../../../../../programs/Xserver/GL/dri/sarea.h:91: error: parse error before "drm_context_t"
../../../../../../programs/Xserver/GL/dri/sarea.h:91: warning: no semicolon at end of struct or union
../../../../../../programs/Xserver/GL/dri/sarea.h:92: warning: type defaults to `int' in declaration of `XF86DRISAREARec'
../../../../../../programs/Xserver/GL/dri/sarea.h:92: warning: type defaults to `int' in declaration of `XF86DRISAREAPtr'
../../../../../../programs/Xserver/GL/dri/sarea.h:92: warning: data definition has no type or storage class
In file included from via_driver.h:73,
                 from via_driver.c:46:
../../../../../../programs/Xserver/GL/dri/dri.h:108: error: parse error before "drm_context_t"
../../../../../../programs/Xserver/GL/dri/dri.h:112: error: parse error before "drm_context_t"
../../../../../../programs/Xserver/GL/dri/dri.h:178: error: parse error before "drm_handle_t"
../../../../../../programs/Xserver/GL/dri/dri.h:181: error: parse error before "drm_magic_t"
../../../../../../programs/Xserver/GL/dri/dri.h:194: error: parse error before "drm_context_t"
../../../../../../programs/Xserver/GL/dri/dri.h:203: error: parse error before "drm_drawable_t"
../../../../../../programs/Xserver/GL/dri/dri.h:221: error: parse error before "drm_clip_rect_t"
../../../../../../programs/Xserver/GL/dri/dri.h:228: error: parse error before "drm_handle_t"
../../../../../../programs/Xserver/GL/dri/dri.h:301: error: parse error before "drm_context_t"
../../../../../../programs/Xserver/GL/dri/dri.h:305: error: parse error before "drm_context_t"
../../../../../../programs/Xserver/GL/dri/dri.h:310: error: parse error before "DRIGetContext"
../../../../../../programs/Xserver/GL/dri/dri.h:310: warning: type defaults to `int' in declaration of `DRIGetContext'
../../../../../../programs/Xserver/GL/dri/dri.h:310: warning: data definition has no type or storage class
In file included from via_driver.h:75,
                 from via_driver.c:46:
via_dri.h:43: error: parse error before "drm_handle_t"
via_dri.h:43: warning: no semicolon at end of struct or union
via_dri.h:45: error: parse error before '}' token
via_dri.h:45: warning: type defaults to `int' in declaration of `viaRegion'
via_dri.h:45: warning: type defaults to `int' in declaration of `viaRegionPtr'
via_dri.h:45: warning: data definition has no type or storage class
via_dri.h:48: error: parse error before "viaRegion"
via_dri.h:48: warning: no semicolon at end of struct or union
via_dri.h:68: error: parse error before '}' token
via_dri.h:68: warning: type defaults to `int' in declaration of `VIADRIRec'
via_dri.h:68: warning: type defaults to `int' in declaration of `VIADRIPtr'
via_dri.h:68: warning: data definition has no type or storage class
In file included from via_driver.c:46:
via_driver.h:143: error: parse error before "drm_context_t"
via_driver.h:143: warning: no semicolon at end of struct or union
via_driver.h:144: warning: type defaults to `int' in declaration of `ViaXvMCContextPriv'
via_driver.h:144: warning: data definition has no type or storage class
via_driver.h:150: error: parse error before "ViaXvMCContextPriv"
via_driver.h:150: warning: no semicolon at end of struct or union
via_driver.h:152: error: parse error before "mmioBase"
via_driver.h:152: warning: type defaults to `int' in declaration of `mmioBase'
via_driver.h:152: warning: type defaults to `int' in declaration of `fbBase'
via_driver.h:152: warning: type defaults to `int' in declaration of `sAreaBase'
via_driver.h:152: warning: data definition has no type or storage class
via_driver.h:156: error: parse error before '}' token
via_driver.h:156: warning: type defaults to `int' in declaration of `ViaXvMC'
via_driver.h:156: warning: type defaults to `int' in declaration of `ViaXvMCPtr'
via_driver.h:156: warning: data definition has no type or storage class
via_driver.h:312: error: parse error before "drm_handle_t"
via_driver.h:312: warning: no semicolon at end of struct or union
via_driver.h:313: warning: type defaults to `int' in declaration of `registerHandle'
via_driver.h:313: warning: data definition has no type or storage class
via_driver.h:314: error: parse error before "frameBufferHandle"
via_driver.h:314: warning: type defaults to `int' in declaration of `frameBufferHandle'
via_driver.h:314: warning: data definition has no type or storage class
via_driver.h:321: error: parse error before "xvmc"
via_driver.h:321: warning: type defaults to `int' in declaration of `xvmc'
via_driver.h:321: warning: data definition has no type or storage class
via_driver.h:360: error: parse error before '}' token
via_driver.h:360: warning: type defaults to `int' in declaration of `VIARec'
via_driver.h:360: warning: type defaults to `int' in declaration of `VIAPtr'
via_driver.h:360: warning: data definition has no type or storage class
via_driver.h:417: error: parse error before "pVia"
via_driver.c: In function `VIAGetRec':
via_driver.c:452: error: parse error before ')' token
via_driver.c:454: error: parse error before ')' token
via_driver.c:456: error: parse error before ')' token
via_driver.c:458: error: parse error before ')' token
via_driver.c: In function `VIAFreeRec':
via_driver.c:471: error: called object is not a function
via_driver.c:472: error: called object is not a function
via_driver.c:474: error: parse error before ')' token
via_driver.c:475: error: parse error before ')' token
via_driver.c:476: error: parse error before ')' token
via_driver.c: In function `kickVblank':
via_driver.c:622: error: parse error before "pVia"
via_driver.c:624: error: parse error before "pVIADRI"
via_driver.c:626: error: `pVIADRI' undeclared (first use in this function)
via_driver.c:626: error: (Each undeclared identifier is reported only once
via_driver.c:626: error: for each function it appears in.)
via_driver.c: In function `VIAPreInit':
via_driver.c:673: error: parse error before "pVia"
via_driver.c:712: error: `pVia' undeclared (first use in this function)
via_driver.c:712: error: called object is not a function
via_driver.c:731: error: parse error before "pVia1"
via_driver.c:744: error: `pVia1' undeclared (first use in this function)
via_driver.c:744: error: called object is not a function
via_driver.c:1365: error: parse error before "pVia1"
via_driver.c:1372: error: called object is not a function
via_driver.c: In function `VIAEnterVT':
via_driver.c:1615: error: parse error before "pVia"
via_driver.c:1622: error: `pVia' undeclared (first use in this function)
via_driver.c: In function `VIALeaveVT':
via_driver.c:1656: error: parse error before "pVia"
via_driver.c:1661: error: `pVia' undeclared (first use in this function)
via_driver.c: In function `VIASave':
via_driver.c:1706: error: parse error before "pVia"
via_driver.c:1707: error: `pVia' undeclared (first use in this function)
via_driver.c:1717: error: parse error before "pVia1"
via_driver.c:1723: error: `pVia1' undeclared (first use in this function)
via_driver.c:1723: error: called object is not a function
via_driver.c: In function `VIARestore':
via_driver.c:1791: error: parse error before "pVia"
via_driver.c:1792: error: `pVia' undeclared (first use in this function)
via_driver.c: In function `VIAMapMMIO':
via_driver.c:1880: error: parse error before "pVia"
via_driver.c:1884: error: `pVia' undeclared (first use in this function)
via_driver.c: In function `VIAMapFB':
via_driver.c:1944: error: parse error before "pVia"
via_driver.c:1949: error: `pVia' undeclared (first use in this function)
via_driver.c: In function `VIAUnmapMem':
via_driver.c:2011: error: parse error before "pVia"
via_driver.c:2018: error: `pVia' undeclared (first use in this function)
via_driver.c: In function `VIALoadPalette':
via_driver.c:2036: error: parse error before "pVia"
via_driver.c:2050: error: `pVia' undeclared (first use in this function)
via_driver.c: In function `VIAScreenInit':
via_driver.c:2091: error: parse error before "pVia"
via_driver.c:2102: error: `pVia' undeclared (first use in this function)
via_driver.c:2231: error: parse error before "pVIADRI"
via_driver.c:2234: error: `pVIADRI' undeclared (first use in this function)
via_driver.c: In function `VIAInternalScreenInit':
via_driver.c:2305: error: parse error before "pVia"
via_driver.c:2313: error: `pVia' undeclared (first use in this function)
via_driver.c: In function `VIAWriteMode':
via_driver.c:2358: error: parse error before "pVia"
via_driver.c:2362: error: `pVia' undeclared (first use in this function)
via_driver.c: In function `VIACloseScreen':
via_driver.c:2392: error: parse error before "pVia"
via_driver.c:2401: error: `pVia' undeclared (first use in this function)
via_driver.c: In function `VIAAdjustFrame':
via_driver.c:2477: error: parse error before "pVia"
via_driver.c:2482: error: `pVia' undeclared (first use in this function)
via_driver.c: In function `VIASwitchMode':
via_driver.c:2516: error: parse error before "pVia"
via_driver.c:2522: error: `pVia' undeclared (first use in this function)
via_driver.c: In function `VIADPMS':
via_driver.c:2556: error: parse error before "pVia"
via_driver.c:2557: error: `pVia' undeclared (first use in this function)
via_driver.c: In function `VIAInitialize3DEngine':
via_driver.c:2606: error: parse error before "pVia"
via_driver.c:2615: error: `pVia' undeclared (first use in this function)
make: *** [via_driver.o] Error 1


I doubt the cvs code is that botched so I'm thinking I'm doing something wrong here but I can't seem to troubleshoot it.

Might you know what is going wrong?

Thanks,
K


Top
 Profile  
 
 Post subject:
PostPosted: Sun Apr 09, 2006 10:17 am 
Offline
Joined: Sat Mar 25, 2006 9:37 am
Posts: 28
gr8nash,

The symlink before the make command fixed the above problem, however now I'm stuck on:

Code:
make depend


I'm getting:

Code:
make: *** No rule to make target `/usr/local/src/drm-devel/drm/libdrm/xf86drm.c', needed by `xf86drm.c'.  Stop.


I checked and the drm-devel directory does not exist. I dug around google but could not find any information on this directory or what was supposed to create it. find / | grep drm-devel located nothing as well.

Any ideas?

--UPDATE
I had a copy of the unichrome source that I had pulled down last week sometime. I copied the contents of unichrome-20051018/drm/ to /usr/local/src/drm-devel/ and everything compiled fine. Not sure why it wasn't installed there to begin with.. odd.

I'm now setting up OpenGL accel and I'm shortly thereafter going to test everything out.


Thanks!
K


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 10, 2006 8:22 pm 
Offline
Joined: Sat Mar 25, 2006 9:37 am
Posts: 28
Well - now after everything compiled cleanly and left no errors in any logfiles I'm getting a completely garbled picture from tv-out on my epia board. It almost looks like horizontal/vertical refresh issues but I tweaked the modelines and the default resolution (800x600) should be handled fine by my enhanced res TV via svideo. I suspect the drivers are just plain broken.

This is a long, painful frustrating road for the xf86 novice - you might be better off going with XOrg.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Apr 11, 2006 9:13 am 
Offline
Joined: Tue Feb 21, 2006 2:25 pm
Posts: 39
Just wanted to pass on the news that I tried this howto on my EPIA M10000, chipset CLE266 - as you might expect, it worked perfectly with the Unichrome drivers. Now I have fast 3D in the 2.6 Knoppmyth kernel (R5A30.2) & xfree! Thanks for this highly useful howto.

I followed it to the letter, except for editing /etc/X11/XvMCConfig - I don't have the Pro chipset so left this file as it was. I encountered the same compilation issues with pam, but after installing the recommended .deb I was able to get past that.

FastPlymouth - if you're having problems after upgrading stuff, maybe try a fresh XF86Config-4. I found the xorg.conf file linked to here very useful, I think you could probably rename the example as XF86Config-4 and try it as a test. Certainly if you copy the modelines from the TV Monitor sections they should work.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Apr 11, 2006 9:32 am 
Offline
Joined: Sat Mar 25, 2006 9:37 am
Posts: 28
lordsnooty,

Thanks for the tip! The link seems to be a very inclusive discussion of via-based tvout - I will try some of these suggestions when I get home from work tonight.

I'm hoping some config tweaking will fix the issue seeing as how compilation went fine and the driver loads cleanly.

Thanks!
K


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 12, 2006 6:15 am 
Offline
Joined: Thu Mar 16, 2006 9:31 am
Posts: 7
Location: UK
Hi gr8nash,

I'm considering getting an LV-675T and found this thread useful.

One question: you mention playing the HDTV clip (which is a 1080i clip). Does this mean you're getting 1080i from the Openchrome drivers?

I looked on the Openchrome site, but it's a bit sparse when it comes to up-to-date information on the capabilities. There doesn't seem to be any info on the resolutions supported.

Cheers,

Keith


Top
 Profile  
 
 Post subject:
PostPosted: Fri Apr 14, 2006 1:18 pm 
Offline
Joined: Sat Mar 25, 2006 9:37 am
Posts: 28
Everyone,

I'm planning on doing a complete reinstall with R5B7. I'm going to try this howto again and if I end up with the same problem I will repeat the process with xorg 7.

Assuming one of these methods works I will writeup a howto on a seperate thread (unless of course gr8nash's works without flaw :))

On with the fun!

K


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 17, 2006 7:27 am 
Offline
Joined: Thu Apr 01, 2004 10:44 am
Posts: 677
Location: WA
Quote:
One question: you mention playing the HDTV clip (which is a 1080i clip). Does this mean you're getting 1080i from the Openchrome drivers?


yes it was doing 1080i without even breathing hard VERY impressive for a 1ghz PC.

Quote:
Assuming one of these methods works I will writeup a howto on a seperate thread (unless of course gr8nash's works without flaw :) )


Good luck.. i dont know whatelse todo on my howto.. it works fine on my b7 system.. and aparently on at least 1 other person.. so let me know if you see any oversights.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 17, 2006 3:05 pm 
Offline
Joined: Mon Jun 07, 2004 11:48 am
Posts: 55
gr8nash,

Where you able to run mplayer with no problems? If so, did you re-compile mplayer and what version was that? When R5A30 first came out, I tried your solution but got many errors...found mythdora, which had a unichrome version, xine worked great but mplayer did not.

Wish there was a way to change a config file in mythtv to use xine instead of mplayer.

Thanks.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 17, 2006 3:16 pm 
Offline
Joined: Thu Mar 16, 2006 9:31 am
Posts: 7
Location: UK
gr8nash wrote:
Quote:
One question: you mention playing the HDTV clip (which is a 1080i clip). Does this mean you're getting 1080i from the Openchrome drivers?


yes it was doing 1080i without even breathing hard VERY impressive for a 1ghz PC.

[quote]

Thanks for the info. My LV 667T will be on order v. soon!

Cheers,

Keith


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 17, 2006 3:58 pm 
Offline
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location: Nashville, TN
Quote:
Wish there was a way to change a config file in mythtv to use xine instead of mplayer.


not sure what you are talking about, but you have always been able to change the mythvideo command in KnoppMyth, and if I'm not mistaken it actually uses xine for dvd playback by default now.

_________________
Have a question search the forum and have a look at the KnoppMythWiki.

Xsecrets


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 17, 2006 5:08 pm 
Offline
Joined: Sat Mar 25, 2006 9:37 am
Posts: 28
Tried again with a clean install of R5B7 - similar result. This time the screen is mostly visible (it looks fine when the driver is "vesa" in XF86Config-4) but it flickers heavily. Thinking it was a refresh rate type deal I tried some different modelines for 800x600 with the same essential result.

I have an Epia SP13000 w/cn400 chipset and an enhanced resolution 800 line TV hooked up with svideo out on the epia.

Clean compilations and no errors in the xserver log or dmesg output.

Any ideas?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 17, 2006 5:28 pm 
Offline
Joined: Sat Mar 25, 2006 9:37 am
Posts: 28
Spoke too soon!

I got it to work (at least I can see the left 87% of the screen and the color is a little VCR-ish at the top). Obviously there is still a bit of modeline tweaking to go - however I've ascertained that the driver most probably works with my hardware.

The picture was good enough to test mpeg playback, opengl (490 FPS - not bad at all but I wish I could get gr8nash's framerate with it!) and live TV.

Live TV blew me away! I've never seen it so smooth - even when skipping around with UI alpha fades and everything - smooth as silk (albeit somewhat fuglified by color issues and screen placement)!

I'll report back with a working modeline for this mainboard and output type once I find one!

Thanks to all! Great job gr8nash!


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 17, 2006 6:26 pm 
Offline
Joined: Mon Jun 07, 2004 11:48 am
Posts: 55
Xsecrets wrote:
Quote:
Wish there was a way to change a config file in mythtv to use xine instead of mplayer.


not sure what you are talking about, but you have always been able to change the mythvideo command in KnoppMyth, and if I'm not mistaken it actually uses xine for dvd playback by default now.


I was refering to playback of recording shows, I assumed myth was using mplayer.

FastPlymouth, congrats :D . I'm out of the chase to get it work. Even though my LV-667T PSU was not plugged int, it got zapped somehow thru my network connection (along with my vongage box, from the storm) :cry: . Might try one of the K8M800 mATX boards next.


Top
 Profile  
 

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



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 70 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:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu