From owner-freebsd-multimedia Tue May 21 12:49:14 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from nef.ens.fr (nef.ens.fr [129.199.96.32]) by hub.freebsd.org (Postfix) with ESMTP id D19E037B40F for ; Tue, 21 May 2002 12:49:08 -0700 (PDT) Received: from corto.lpt.ens.fr (corto.lpt.ens.fr [129.199.122.2]) by nef.ens.fr (8.10.1/1.01.28121999) with ESMTP id g4LJn7p05819 for ; Tue, 21 May 2002 21:49:07 +0200 (CEST) Received: from (rsidd@localhost) by corto.lpt.ens.fr (8.9.3/jtpda-5.3.1) id VAA14621 for multimedia@freebsd.org; Tue, 21 May 2002 21:49:07 +0200 (CEST) Date: Tue, 21 May 2002 21:49:07 +0200 From: Rahul Siddharthan To: multimedia@freebsd.org Subject: QuickTime on FreeBSD! Message-ID: <20020521214907.A14319@lpt.ens.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 3.4-STABLE i386 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I got Apple's QuickTime Player to install and play a movie under FreeBSD, using wine: the current ports version, and also CodeWeavers preview 6 compiled from source. The main issue seems to be that the player requires knowledge of the machine which under linux is obtained from /proc/cpuinfo and that code (in misc/cpu.c in the wine tree) is ifdef'd out for systems other than linux. So I un-ifdef'd it, and changed /proc/cpuinfo to /compat/linux/proc/cpuinfo (I have linprocfs enabled on my system). I imagine, for those who don't have linprocfs, some default values could be assumed? After that, quicktime can start up, and open a movie, and performance is comparable to under linux. (A roughly 640x480 movie plays quite smoothly. But not in full-screen mode.) An issue is that the window management is terrible, one has to do a lot of keyboard/mouse juggling to hit the right menus and start playback (this is an issue under linux too) and the rest of the screen, and sometimes even the quicktime window itself, gets badly messed up (not an issue under linux.) Also, once or twice the system locked up -- not totally, ie the mouse pointer could be moved, but I couldn't do anything, not even kill the X session with ctrl-alt-bksp or access a virtual console. Has anyone else had success with quicktime/wine? - Rahul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message