From nobody@FreeBSD.org  Wed Dec 20 05:09:03 2000
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id ADAE837B400
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 20 Dec 2000 05:09:02 -0800 (PST)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBKD92l33940;
	Wed, 20 Dec 2000 05:09:02 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200012201309.eBKD92l33940@freefall.freebsd.org>
Date: Wed, 20 Dec 2000 05:09:02 -0800 (PST)
From: paulo@nlink.com.br
Sender: nobody@FreeBSD.org
To: freebsd-gnats-submit@FreeBSD.org
Subject: Fxtv always starts with apectlock true
X-Send-Pr-Version: www-1.0

>Number:         23685
>Category:       ports
>Synopsis:       Fxtv always starts with apectlock true
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 20 05:10:02 PST 2000
>Closed-Date:    Thu Jun 7 22:14:19 PDT 2001
>Last-Modified:  Thu Jun 07 22:15:54 PDT 2001
>Originator:     Paulo Fragoso
>Release:        4.2-RELEASE
>Organization:
Nlink ISP
>Environment:
FreeBSD seneca.nlink.com.br 4.2-RELEASE FreeBSD 4.2-RELEASE #0:
Tue Dec 19 10:18:47 BRST 2000     root@seneca.nlink.com.br:/usr/src/sys/compile/KERNEL4  i386

>Description:
Fxtv always starts with aspectlock, we can't use comand line like
fxtv -geometry 344x259-1-46.

It's starting with 4:3 ratio (aspectlock) and there isn't any option
to chage this (I think).
>How-To-Repeat:
fxtv -geometry 344x259-1-46
>Fix:
If we do a small change in source code, we can start using a command
line like:

fxtv -geometry 344x259-1-46 -aspectlock 0

Now it's working fine.

Our changes was:

*** app_rsrc.h  Wed Dec 20 10:57:39 2000
--- app_rsrc-orig.h     Wed Dec 20 10:57:13 2000
***************
*** 249,255 ****
     { "-debug"              , RNdebug          , XrmoptionSepArg, NULL        },
     { "-deviceNumber"       , RNdeviceNumber   , XrmoptionSepArg, NULL        },
     { "-inputFormat"        , RNinputFormat    , XrmoptionSepArg, NULL        },
!    { "-aspectlock"         , RNaspectLock     , XrmoptionNoArg , pFALSE      },
     { "-tunerMode"          , RNtunerMode      , XrmoptionSepArg, NULL        },
     { "-defaultChannel"     , RNdefaultChannel , XrmoptionSepArg, NULL        },
     { "-defaultInput"       , RNdefaultInput   , XrmoptionSepArg, NULL        },
--- 249,255 ----
     { "-debug"              , RNdebug          , XrmoptionSepArg, NULL        },
     { "-deviceNumber"       , RNdeviceNumber   , XrmoptionSepArg, NULL        },
     { "-inputFormat"        , RNinputFormat    , XrmoptionSepArg, NULL        },
!    { "-aspectlock"         , RNaspectLock     , XrmoptionNoArg , pTRUE       },
     { "-tunerMode"          , RNtunerMode      , XrmoptionSepArg, NULL        },
     { "-defaultChannel"     , RNdefaultChannel , XrmoptionSepArg, NULL        },
     { "-defaultInput"       , RNdefaultInput   , XrmoptionSepArg, NULL        },


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: markp 
State-Changed-When: Thu Jun 7 22:14:19 PDT 2001 
State-Changed-Why:  
Ancient PR. The current version of fxtv now has -noaspectlock. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=23685 
>Unformatted:
