From owner-freebsd-questions@FreeBSD.ORG Fri Nov 11 05:02:48 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F254F16A41F for ; Fri, 11 Nov 2005 05:02:47 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8895543D46 for ; Fri, 11 Nov 2005 05:02:47 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by wproxy.gmail.com with SMTP id i31so500739wra for ; Thu, 10 Nov 2005 21:02:47 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=IXiTYL8q4gy/osi5B5ObnzxSzFQlP9kHKD/VDba6PtgtAwrKPhAT3bClbnNeyd6g+naX9Q46raomb3zMnnIXRlG/N27QpxNXffA9DVSUImPKGwRiBnaLc0v7brxiukySFLb0OG0LsjvotBrtse0aR69NUCG6L3suB3dNp9BhTiU= Received: by 10.54.152.1 with SMTP id z1mr625023wrd; Thu, 10 Nov 2005 21:02:46 -0800 (PST) Received: from ?192.168.1.10? ( [71.102.14.129]) by mx.gmail.com with ESMTP id 40sm1752160wrl.2005.11.10.21.02.46; Thu, 10 Nov 2005 21:02:46 -0800 (PST) From: "Michael C. Shultz" To: FreeBSD Questions Date: Thu, 10 Nov 2005 20:53:18 -0800 User-Agent: KMail/1.8.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511102053.19225.ringworm01@gmail.com> Subject: sdl doesn't work X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Nov 2005 05:02:48 -0000 For some unknow reason sdl refuses to work on my system I've tried everything suggested on their site with no luck. Here are a couple examples where it won't start, from a kde terminal: qemu freeBSDminimal.img Could not initialize SDL - exiting from mplayer: Playing house.s01D01a.avi. AVI file format detected. VIDEO: [FMP4] 576x352 24bpp 23.976 fps 1199.9 kbps (146.5 kbyte/s) Clip info: Software: transcode-1.0.0rc1 ========================================================================== Opening audio decoder: [mp3lib] MPEG layer-2, layer-3 AUDIO: 48000 Hz, 2 ch, s16le, 32.0 kbit/2.08% (ratio: 4000->192000) Selected audio codec: [mp3] afm:mp3lib (mp3lib MPEG layer-2, layer-3) ========================================================================== SDL: Initializing of SDL failed: No available video device. Error opening/initializing the selected video_out (-vo) device. note mplayer works fine when started with out -vo sdl: vo: X11 running at 1152x864 with depth 16 and 16 bpp (":0" => local display) Opening video filter: [noise=6t:6t] Things I've tried: setting DISPLAY :0.0 setting DISPLAY ringworm:0.0 SDL_VIDEODRIVER=vgl SDL_VIDEODRIVER=dga SDL_VIDEODRIVER=mga Here is what Xorg.0.log shows as my video adapter: (--) PCI:*(1:0:0) Matrox Graphics, Inc. MGA G400 AGP rev 130, Mem @ 0xdc000000/25, 0xdfdfc000/14, 0xdf000000/23, BIOS @ 0xdfdc0000/17 xf86AutoConfig: Primary PCI is 1:0:0 Any why have ANY suggestions? Thanks, -Mike