Re: [mythtv-users] Re: Trouble getting component outputs to work with nVidia 6200

2005-10-06 Thread Thom Sturgill
Actually, the first parameter after the name is the pixel-clock, and
while it affects the horizontal sync it is not  the actual
HorizontalSync  value.  My system accepts  a Horizontal
Sync range starting at 30. 

I raised the pixel clock to 26.9 and achieved 30.1, which made this
mode acceptable (I did this remotely, so I don't know what it looks
like yet) I hope it will fix the overscan problem. On 10/5/05, Alan Anderson <[EMAIL PROTECTED]
> wrote:I am far from an expert but I have been twiddling with this myself.  The first
paramater 26.625 on your mode line needs to be in the HorizSync range  it isnot.>Section "Monitor"> Identifier "Monitor0"> VendorName "Some Vendor"> ModelName "HDTV"
> HorizSync 31.5 - 37.9> VertRefresh 59.9 - 60.1> ModeLine "720x480" 26.625 720 752 824 896 480 481 484 497 -hsync>-vsync>Now, at first, this failed completely, and X wouldn't even start. After
>checking out my Xorg.0.log file, I saw that it didn't like the hsync>range of my 720x480 Mode. However, it did like the default 800x600>mode.! So, just for fun, I changedChange the first paramatere to  be in the HorzSync range (or adjust the
HotrzSync range) and restart X and then look at the Xorg.0.log to see if the720x480 is acceptable.  Then if its acceptable try to use it.___mythtv-users mailing list
mythtv-users@mythtv.orghttp://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
-- --Thom Sturgill
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Trouble getting component outputs to work with nVidia 6200 ...

2005-10-05 Thread Thom Sturgill
On 10/5/05, Mark Linford <[EMAIL PROTECTED]> wrote:
Well, after following Jarod's Fedora guide (excellent, btw), I've gottena rudimentary MythTV box up and running. However, I'm now at the pointwhere I want to go from my monitor out to my TV/component outs, and I'm
having a heck of a time with X trying to make it work. Here's my setup:* Fedora Core 4* Gigabyte 6200-based video card, w/component-out breakout box* Latest (7676) nVidia drivers* Dell 2405W monitor (hooked up to its component-inputs) for testing,
though eventually I want to hook it up to my projector in my media room
I'm running FC3 but have the same card connected by component to an RCA HDTV.
Here is the xorg.conf (in part) that I use:

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "RCA"
    ModelName    "HD52W59"
    HorizSync    30.0 - 34.0
    VertRefresh  48.0 - 67.0
   
ModeLine "1080i-59.94" 74.176 1920 1960 2016
2200 1080 1082 1088 1125 Interlace
    ModeLine "720p-59.94" 26.9 720 760 816 856 480 482 488 525
    ModeLine "480p-59.94" 23.9 640 664 736 760 480 482 488 525
    Option  "dpms"
EndSection

Section "Device"
    Option  "NvAGP" "3"
    # imput standards allowed by monitor and card
    Option  "TVStandard" "HD480p"
#  
Option  "TVStandard" "HD720p"  #
can't get this one to work at all
#   Option  "TVStandard" "HD1080i"
    # force card to use svideo dongle
    Option  "TVOutFormat" "SVIDEO"
    Option  "TVOverScan" "0.0"
    # for svideo with dongle
    Option  "ConnectedMonitor" "TV"
    Option  "NoDDC"
    Identifier  "Videocard0"
    Driver  "nvidia"
    VendorName  "Gigabyte"
    BoardName   "nVidia GeForce 6200"
    BusID   "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device "Videocard0"
    Monitor    "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Viewport   0 0
    Depth 24
#   Virtual 1920 1080
   
Modes    "1080i-59.94" "720p-59.94" "480p-59.94"
    EndSubSection
EndSection

In 1080i I can't view content, and 720p is way overscanned, but usable.
720p is supposed to be supported by my TV, but I get a really wierd
screen - 800x600 floating in the middle of a 1920x1080 field, but three
(very narrow) frames side by side. Color is distorted too.

I can record and view, but not watch tv live - but I think that is ivtv.
-- --Thom Sturgill
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] UI widgets broken with MythTV 0.17 & Fedora's qt 3.3.4 RPM

2005-03-16 Thread Thom Sturgill
Thanks -
I thought that might be the case. I did an 'apt-get upgrade' and
pulled the QT updates (from atrpms?) last night and noticed the same
thing. I had to go out, so I couldn't do much testing until tonight
but I intend to back qt and qt-devel back out until I hear that MythTV
is patched to work with them.


On Wed, 16 Mar 2005 09:47:12 -0600, Andrew Erickson <[EMAIL PROTECTED]> wrote:
> I ran a 'yum update'  last night and it broke some buttons in the
> interface. I first noticed when I couldn't exit mythfrontend with the
> return button... alt-f1 and using the mouse worked. The button enters
> the depressed state but never does anything. All of the configuration
> screen next buttons are also broken (mythfrontend and mythsetup). The
> GUI behaved fine in the other menus including the main navigation
> menus. The buttons in the 'Watch Recordings' screens, which seem
> similar, work fine when trying to delete and set options.
> 
> rpms that were installed:
> Mar 14 21:02:59 Updated: qt.i386 1:3.3.4-0.fc3.0
> Mar 14 21:03:01 Updated: qt-MySQL.i386 1:3.3.4-0.fc3.0
> 
> I built mythfrontend from source and the problem still existed.
> Downgrading the rpms solved the problem...
> 
> rpm -Uvh --oldpackage qt-3.3.3-8.i386.rpm qt-MySQL-3.3.3-8.i386.rpm
> ldconfig
> 
> rpms are at:
> http://download.fedora.redhat.com/pub/fedora/linux/core/3/i386/os/Fedora/RPMS/
> 
> I'm happy to have a working MythTV again, so I'm not going to
> investigate. It seem to be an issue with the Fedora qt RPM, or mythtv
> doesn't like qt 3.3.4.
> 
> Andy
> ___
> mythtv-users mailing list
> mythtv-users@mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 


-- 
--Thom Sturgill
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Re: autostarting mythfrontend under GNOME?

2005-03-08 Thread Thom Sturgill
Not to beat a dead horse too badly, but determining whether you are in an
xterm is trivial.

.bash_profile:

   if [ "$TERM" != "xterm" ]
   then
  ./startmyth &
   fi

then write a simple startmyth script (make sure its executable):

   #!/bin/bash

   sleep 10  # let gnome finish startup
   /usr/bin/mythfrontend

Of course adding it to .xsession works equally, but more people are adept
at scripts than configuring X.

- Thom


> Thom Sturgill <[EMAIL PROTECTED]> writes:
>
>>> On Tue, Mar 08, 2005 at 09:38:59AM -0500, Thom Sturgill wrote:
>>>> > docs are on autostarting mythfrontend under KDE, any way to do that
>>>> > under GNOME, too?
>>>
>>>> What's wrong with calling it from .bash_profile ?
>>>
>>> I really like mythfrontend, but not as much as to call a copy of it on
>>> each invocation of the bash :)
>
>> In other words, unless bash is executed with the specific -l or --login
>> argument, these files are ONLY executed at login.
>
> Right:  including login via ssh, for example!  I doubt Alex wants
> one copy running for each login.  He wants one for each X session.
> Completely different beast.
>
> I use .xsession.  .xinitrc might work too.  But I don't know about
> Gnome.
>
> Dan
>
>
> --
>


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Re: autostarting mythfrontend under GNOME?

2005-03-08 Thread Thom Sturgill
>From the bash man page:

When  bash is invoked as an interactive login shell, or as a non-inter
active shell with the --login option, it first reads and executes
commands   from  the file /etc/profile, if that file exists.  After
reading that file, it looks for ~/.bash_profile, ~/.bash_login, and
~/.profile, in  that order, and reads and executes commands from the
first one that exists and is readable.  The --noprofile option may be
used  when  the shell is started to inhibit this behavior.

When  a  login  shell  exits, bash reads and executes commands from
the file ~/.bash_logout, if it exists.

In other words, unless bash is executed with the specific -l or --login
argument, these files are ONLY executed at login.

-Thom, who's only been doing unix 20+ years

> On Tue, Mar 08, 2005 at 09:38:59AM -0500, Thom Sturgill wrote:
>> > docs are on autostarting mythfrontend under KDE, any way to do that
>> > under GNOME, too?
>
>> What's wrong with calling it from .bash_profile ?
>> Haven't tried it myself, but I would think it should work. Starts before
>> all of Gnome is finished loading, but after your environment is set.
>> Since
>> mythfrontend does not run in a window anyway that should be ok and
>> should
>> work in any X environment.
>
> I really like mythfrontend, but not as much as to call a copy of it on
> each invocation of the bash :)
> --
> Axel.Thimm at ATrpms.net
> -- next part --
> A non-text attachment was scrubbed...
> Name: not available
> Type: application/pgp-signature
> Size: 189 bytes
> Desc: not available
> Url :
> http://mythtv.org/pipermail/mythtv-users/attachments/20050308/26987e05/attachment-0001.pgp
>
> --
>


-- 
Indian River Community College
Internet Services
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] autostarting mythfrontend under GNOME?

2005-03-08 Thread Thom Sturgill
What's wrong with calling it from .bash_profile ?
Haven't tried it myself, but I would think it should work. Starts before
all of Gnome is finished loading, but after your environment is set. Since
mythfrontend does not run in a window anyway that should be ok and should
work in any X environment.

> Hi,
>
> docs are on autostarting mythfrontend under KDE, any way to do that
> under GNOME, too?
>
> Thanks.
> --
> Axel.Thimm at ATrpms.net
> -- next part --
> A non-text attachment was scrubbed...
> Name: not available
> Type: application/pgp-signature
> Size: 189 bytes
> Desc: not available
> Url :
> http://mythtv.org/pipermail/mythtv-users/attachments/20050308/4098fd39/attachment-0001.pgp
>
> --
>


-- 
Indian River Community College
Internet Services
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Single most frustrating thing aboutMythTV...

2005-02-16 Thread Thom Sturgill
Look at mythburn on sourceforge. It was written by/for knoppmyth but the
scripts are available modified for Fedora Core. Creates a DVD with menues
and chapters (based on myth cut-list or even spacing).

> Just a few reasons why... There's a series or two out there that I'd
> like to archive instead of waiting 3 years for the $100 DVD set to
> come out.  Another reason I'd like to see this feature is because I
> record a cooking show which I think is GREAT.  I'd like to start a
> library of all the episodes of this show based on the topic/food of
> the show... I would say this show right now this is taking up 70% of
> my storage alone.  Also, every now and then I'll see a single program
> that is relavent in some way that I want to keep it for reference, or
> might want to show a friend that might not have seen it or have access
> to see it.
>
> I do appreciate the replies.  I can be happy enough, for now, with the
> features nuvexport can offer and I'll use OSX to do the actuall DVD
> authoring for now.  Like I said already, I do appreciate Myth and I
> appreciate Isaac for sharing his project with the world and continuing
> to develope it as well as let others develop plug-ins for it.
>
> Anyway, I don't mean to cause a ripple in the water, but I just wanted
> to see some clear information on why this hasn't been seriously
> considered up to this point.  Thanks again fellow mythers!
>
> "Myth on Wayne... Myth on Garth!"  =D
>
> Matt
>
>
> On Tue, 15 Feb 2005 21:58:51 -0500, Brad Benson <[EMAIL PROTECTED]> wrote:
>> On Tue, 15 Feb 2005 20:40:43 -0600, M S <[EMAIL PROTECTED]> wrote:
>> > yea yea...  If I could I would, unfortunantly, I'm a user not a
>> > developer.  I only know enough to get mysel out of trouble when it
>> > comes to linux, not how to create trouble.  Like I said, I love myth,
>> > I just don't understand why this hasn't been considered a priority.  I
>> > know the question has been asked 1000 times, but I've never seen a
>> > developer take it seriously as of yet.
>> >
>> >
>> > On Tue, 15 Feb 2005 21:00:43 -0500, sdk <[EMAIL PROTECTED]> wrote:
>> > > On Tue, 15 Feb 2005 19:53:47 -0600, M S <[EMAIL PROTECTED]> wrote:
>> > > > First off... this is not meant to be a flame war and let me say I
>> LOVE
>> > > > both the concept of MythTV as well as it's functionality.
>> > > >
>> > > > I think the biggest thing missing from MythTV is a built in
>> function
>> > > > for archiving shows to DVD.  The closest thing I've come to is
>> > > > MythBurn, and even for all it offers, it's still lacking some key
>> > > > features such as:
>> > > >
>> > > > 1) True integration
>> > > > 2) Lack of using cutlists (even though someone has wrote a patch
>> to do
>> > > > this, it isn't fullproof)
>> > > > 3) Doesn't convert the mp2 audio into the DVD standard of AC3
>> audio
>> > > > 4) Only supposidly works with MPEG2 clips (pvr-x50s)
>> > > > 5) and more
>> > > >
>> > > > I have 176GB available for myth recordings and every day I'm
>> having to
>> > > > delete a show just to continue to use myth.  I want to archive a
>> large
>> > > > percentage of my movies to DVD.  Sure, people can say "run this
>> > > > command line, then do this, then that... then burn."  NO!  This
>> should
>> > > > be an automated procedure with ease and simplicity and no commands
>> > > > lines.  It should be able to take a recording, use the cutlists to
>> > > > remove commercials, build indexes, and make interactive menus.  It
>> > > > should also not involve having to do somethings on one machine,
>> then
>> > > > copying to finish off processing on another with the exception of
>> > > > possibly saving an iso that can be burned on another machine which
>> has
>> > > > a burner.
>> > > >
>> > > > How come this hasn't been a priority for someone to develop an
>> > > > integrated plugin for myth?  I've been told other PVRs have this
>> > > > functionality.
>> > > >
>> > > > Anyway, again, I don't mean to sound harsh, but this one thing is
>> > > > severly limiting what I can do with mythtv.
>> > > >
>> > > >
>> > > > ___
>> > > > mythtv-users mailing list
>> > > > mythtv-users@mythtv.org
>> > > > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>> > > >
>> > > >
>> > > >
>> > > Ok. Let us know when you have coded that functionality into myth.
>> > >
>> > > Thanks,
>> > > Steve
>> > >
>> >
>> >
>> > ___
>> > mythtv-users mailing list
>> > mythtv-users@mythtv.org
>> > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>> >
>> >
>> >
>>
>> I'm guessing that's because, while it is not currently integrated into
>> the myth interface as such, there are a variety of ways that users can
>> export myth recordings to DVD-compliant format (nuvexport comes to
>> mind) and then burn them to DVD.  I'm positive that all of the
>> developers are able to do this without having to integrate it into the
>> myth interface so they probably don't feel that

Re: [mythtv-users] v.17 success stories?

2005-02-14 Thread Thom Sturgill

> Those that are having troubles are usually more vocal, but I would like
> to hear from folks who are having success with v.17.  I am interested in
> upgrading my v.16 systems, but they are working so well it makes me
> nervous.
>
> ---Dan
>
>
> --
>
Originally installed on FC3 using atrpms, them moved to cvs to get
mythmusic to output to alsa. Compiled on FC3, only problem has been
ripping CDs to mp3 (ogg works fine).
System -> Asus via based MB, athlon XP 2500+, Asus branded FX5200 with
dual output to tv and monitor, Hauppauge PVR 250.


-- 

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Mythmusic import problem

2005-02-12 Thread Thom Sturgill
Running 0.17 on FC3 - everything compiled fine - no errors.
Previously I had problems with mythmusic not looking up CDs. I deleted the
rpm for libcdaudio and compiled it from source in order to update it to
libcdaudio-0.99.12. Mythmusic now successfully retrieves the info from the
internet, but crashes mythfrontend after encoding the first track (which
IS written to disk, but IS NOT recorded in the database). The following
error is the last entry in the log for mythfrontend:

mythfrontend: symbol lookup error:
/usr/lib/mythtv/plugins/libmythmusic.so: undefined symbol: assert

Scanning for new music also fails to list the newly scanned track.

Any suggestions? I will probably dump the database table and try another
rescan to see if there is some corruption.

-- 
Indian River Community College
Internet Services
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] mythmusic cvs and Importing CDs

2005-02-01 Thread Thom Sturgill
I have mythtv installed from cvs (tonight) on FC3. The system is an Athlon
2500+ on an ASUZ A7V600-x (via K600 chipset) MB. The original install used
Jarod's guide, but I went to cvs to get mythmusic to use alsa and my SPDIF
out to my home theatre amplifier. While this IS working, I now find that
importing CDs does not, or rather that the software does not identify the
CD and tracks.

The interesting point is that .cddb (erased before testing) now shows TWO
entries, on with the correct data and one empty. Also note that it took
several minutes to react during which the machine seems to be hung (tcp/ip
io?)






___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] FX5200 monitor + tv out, xorg.conf

2005-01-13 Thread Thom Sturgill
Here's what works for me...(only the relevant parts)

Section "ServerLayout"
Identifier "Multihead layout"
Screen  0  "Screen0" 0 0
InputDevice"Mouse0" "CorePointer"
InputDevice"Keyboard0" "CoreKeyboard"
# Next two lines are critical to have monitor and TV
Option  "Xinerama" "off"
Option  "Clone" "on"
EndSection

Section "Monitor"

#Option




"dpms"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName"CTX VL700 series, MS700 series, PL7 series"
DisplaySize  330250
HorizSync30.0 - 70.0
VertRefresh  50.0 - 120.0
EndSection

Section "Monitor"

#Option




"dpms"
Identifier   "Monitor1"
VendorName   "Monitor Vendor"
ModelName"32in Analog TV"
HorizSync30.0 - 50.0
VertRefresh  60.0
EndSection

Section "Device"

Identifier

"Videocard0"
Driver  "nvidia"
VendorName  "Asus"
BoardName   "nVidia GeForce 5200"
Option  "RenderAccel" "1"
Option  "TVStandard" "NTSC-M"
Option  "TVOutFormat" "Composite"
Option  "ConnectedMonitor" "CRT,TV"
Option  "TwinView" "True"
Option  "MetaModes" "1024x768, 1024x768; 1024x768, 1024x768"
Option  "SecondMonitorHorizSync" "29 - 74"
Option  "SecondMonitorVertRefresh" "60"
Option  "TwinViewOrientation" "Clone"
Option  "Xinerama" "Off"
Option  "NvAGP" "3"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor"Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport   0 0
Depth 24
Modes"1024x768" "800x600" "640x480"
EndSubSection
EndSection

Hope this helps, it took me a while to get it working.


> I have searched the mailing list and Googled, but I am still having a
> hard time getting the monitor and tv out of my FX5200 to work at the
> same time (or the tv out to work at all).
>
> Using Gentoo, 2.6.9 nitro kernel, and nvidia kernel.
>
> Got it to work briefly, but only when the machine booted and it would
> stop working with X started.  Now all I get is black on the tv and not
> really sure what I changed to hose it up.
>
> Could some kind soul provide a xorg.conf for this kind of a setup plus
> any pointers or a howto?
>
> Thanks;
> Dan
>
>
> --
>


-- 
Indian River Community College
Internet Services
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Play Music and ALSA

2005-01-02 Thread Thom Sturgill
Sorry if this duplicates an older issue, but googling turned up no
information. I have been reading the digest for a couple of weeks and have
seen no pertinent discussion.

I have just built a MythTv box using Jarod Wilson's FC3 guide.
My system is:
   ASUS A7V600-X MB with an Athlon XP 2500+ cpu with 512MB RAM
   40GB HD.(That will change soon)
   nVidia FX 5200 video card using the compoisite out.
   Hauppuage PVR-250 capture board (I also have an older WinTV PCI-PVR
board that I have not been able to get to live peacefully with the 250
- but that's another issue.)

I use a SONY Digital Audio/Video control center to power my surround
sound. I use the composite video out from the 5200 and the spdif-out to
the dvd inputs on the surround sound amp. TV and DVD work fine with XINE
providing the dvd player.

My main problems so far have been along the line of MythTV bailing. Seems
to be a misconfiguration cured by dumping the database and starting over.

My current problem is this - Playing music wants to output to the local
speakers. Is their any way to get it to use ALSA:spdif ?

This may be a short term problem - I am thinking of getting an Xbox and
using it as a front end. This would let me use my other box for browsing
and such when not recording.


-- 
Thomas Sturgill
Indian River Community College
Internet Services

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users