Date: Wed, 20 Dec 2000 05:09:02 -0800 (PST) From: paulo@nlink.com.br To: freebsd-gnats-submit@FreeBSD.org Subject: ports/23685: Fxtv always starts with apectlock true Message-ID: <200012201309.eBKD92l33940@freefall.freebsd.org> Resent-Message-ID: <200012201310.eBKDA2n34072@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 23685 >Category: ports >Synopsis: Fxtv always starts with apectlock true >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 20 05:10:02 PST 2000 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012201309.eBKD92l33940>