Author |
Message |
Brutis
|
Posted: Sun Oct 23, 2005 9:09 pm |
|
Joined: Tue Oct 18, 2005 10:43 pm
Posts: 9
|
I have dled YanC42-0.0.9.tar.gz and unpacked it, just wondering what I do now to get this to install/run so I can hopefully get my TV-Out working.
I am new to linux so the more descriptive steps the better. Thanks.
|
|
Top |
|
 |
jakep_82
|
Posted: Sun Oct 23, 2005 11:07 pm |
|
Joined: Thu Oct 13, 2005 9:18 am
Posts: 91
Location:
Washington
|
You might try reading the documentation that came with it.
|
|
Top |
|
 |
Xsecrets
|
Posted: Sun Oct 23, 2005 11:17 pm |
|
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location:
Nashville, TN
|
or if you want to make life easy on yourself as root
apt-get update
apt-get install yanc
_________________ Have a question search the forum and have a look at the KnoppMythWiki.
Xsecrets
|
|
Top |
|
 |
Brutis
|
Posted: Mon Oct 24, 2005 12:02 am |
|
Joined: Tue Oct 18, 2005 10:43 pm
Posts: 9
|
Xsecrets wrote: or if you want to make life easy on yourself as root apt-get update apt-get install yanc
"E: Couldn't find package YanC"
tried for both yanc and YanC dunno if case mattered
as for documentation, there is only a readme that has no instructions on install and says "Documentation will be available in later release"
Thanks for the replies, still dont have it installed though
|
|
Top |
|
 |
jakep_82
|
Posted: Mon Oct 24, 2005 9:29 am |
|
Joined: Thu Oct 13, 2005 9:18 am
Posts: 91
Location:
Washington
|
Can I ask why you're trying to install that program? You don't need it to make tv out work.
|
|
Top |
|
 |
shplad
|
Posted: Mon Oct 24, 2005 10:29 am |
|
Joined: Sun Nov 14, 2004 10:04 am
Posts: 263
Location:
Toronto, Canada
|
That depends on how much of a newbie he is. I'm looking to install the
latest version of YanC too, as using a GUI is much easier than trying to
hand-code values into the X config file.
shplad
_________________ KnoppMyth R5C7
Abit NF7-S
Athlon XP Mobile 2500+
Hauppauge PVR-150 + PVR-150MCE
nVidia Geforce 6600GT
Samsung Spinpoint SATA 120GB
NEC ND-3520A DVD
Seasonic Super Tornado 350
BTC 9019URF Wireless Kbd. w. Joystick
|
|
Top |
|
 |
jakep_82
|
Posted: Mon Oct 24, 2005 11:36 am |
|
Joined: Thu Oct 13, 2005 9:18 am
Posts: 91
Location:
Washington
|
You shouldn't have to edit by hand. Knoppmyth comes with a plethora of pre-configured XFree86 files. Just pick the correct one for your video card and you should be set unless you need an oddball custom modeline (which I'm not sure YanC can do).
|
|
Top |
|
 |
shplad
|
Posted: Mon Oct 24, 2005 11:43 am |
|
Joined: Sun Nov 14, 2004 10:04 am
Posts: 263
Location:
Toronto, Canada
|
Brutis:
Files ending in "tar.gz" are first archived in .tar (tape archive)
format, and then that .tar archive is subsequently archived in
".gz" (gzip) format.
Try this:
[code]
cd /DirectoryContainingYanc
gzip -d YanC42-0.0.9.tar.gz
(This should De-compress the files from the .gz [gzip] archive)
tar -xvf YanC42-0.0.9.tar
(This should eXtract the files from the .tar archive)
From there, you should be able to follow the instructions
in the README file.
Note that you must have Sun Java Runtime Environment (JRE)
installed for YanC to run.
Hope this helps.
Shplad
_________________ KnoppMyth R5C7
Abit NF7-S
Athlon XP Mobile 2500+
Hauppauge PVR-150 + PVR-150MCE
nVidia Geforce 6600GT
Samsung Spinpoint SATA 120GB
NEC ND-3520A DVD
Seasonic Super Tornado 350
BTC 9019URF Wireless Kbd. w. Joystick
|
|
Top |
|
 |
Brutis
|
Posted: Mon Oct 24, 2005 12:44 pm |
|
Joined: Tue Oct 18, 2005 10:43 pm
Posts: 9
|
shplad wrote: Brutis:
Files ending in "tar.gz" are first archived in .tar (tape archive) format, and then that .tar archive is subsequently archived in ".gz" (gzip) format.
Try this:
[code] cd /DirectoryContainingYanc
gzip -d YanC42-0.0.9.tar.gz (This should De-compress the files from the .gz [gzip] archive)
tar -xvf YanC42-0.0.9.tar (This should eXtract the files from the .tar archive)
From there, you should be able to follow the instructions in the README file.
Note that you must have Sun Java Runtime Environment (JRE) installed for YanC to run.
Hope this helps.
Shplad
i installed JRE via this thread: http://ubuntuforums.org/archive/index.php/t-76754.html
i skipped the mozilla part, anyways I'm still stuck on running the YanC.jar file, I get it to run in root but nothing like the screenshots on the site. I do "java -jar YanC.jar" and it lists some output but nothing really runs.
As for the point of me doing all this is I'm trying to setup up "twinview" on my myth box and just having trouble, I read through an example of someone's XF86Config-4 file who runs twinview on knoppmythwiki but couldnt get it to work with me. My graphics card is a geforce3 ti500 with svideo out. Still need help, thanks for the responses.
|
|
Top |
|
 |
shplad
|
Posted: Mon Oct 24, 2005 7:58 pm |
|
Joined: Sun Nov 14, 2004 10:04 am
Posts: 263
Location:
Toronto, Canada
|
Brutis:
What messages do you get?
I get errors:
Code: ################################### # Welcome to YanC42 0.0.9 # # (c) 2002-2005 by Sebastian J. Wolf # # Licensed under GNU General Public License (GPL) # # http://yanc.ygriega.de/ - http://yanc.sourceforge.net/# ##################################### Using /var/log/XFree86.0.log as log file. Using /etc/X11/XF86Config-4 as configuration file. Exception in thread "main" java.lang.NoClassDefFoundError: org/eclipse/swt/SWTException at de.ygriega.yanc.main.YanC.main(YanC.java:30)
_________________ KnoppMyth R5C7
Abit NF7-S
Athlon XP Mobile 2500+
Hauppauge PVR-150 + PVR-150MCE
nVidia Geforce 6600GT
Samsung Spinpoint SATA 120GB
NEC ND-3520A DVD
Seasonic Super Tornado 350
BTC 9019URF Wireless Kbd. w. Joystick
|
|
Top |
|
 |
Brutis
|
Posted: Mon Oct 24, 2005 8:14 pm |
|
Joined: Tue Oct 18, 2005 10:43 pm
Posts: 9
|
yep i get i think the same thing as above, i dont know how to output my text like you guys as I am through a KVM switch between my main machine and my mythtv box, info on that may help me as well.
I did just try some XF86Config-4 that support twinview and none of them outputed to svideo on my geforce3 ti500. still looking for a solution.
|
|
Top |
|
 |
jakep_82
|
Posted: Tue Oct 25, 2005 9:48 am |
|
Joined: Thu Oct 13, 2005 9:18 am
Posts: 91
Location:
Washington
|
Are you sure that card supports twinview?
Quote: Since video cards of these class are not equipped with the TwinView technology, it is difficult to display an image simultaneously on a TV screen and on a monitor, especially without utilities from the third companies.
http://www.digit-life.com/articles/gf3tileadtek/
|
|
Top |
|
 |