From owner-freebsd-hackers@FreeBSD.ORG Sat Mar 4 01:18:36 2006 Return-Path: X-Original-To: hackers@freebsd.org Delivered-To: freebsd-hackers@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4F4F16A420 for ; Sat, 4 Mar 2006 01:18:36 +0000 (GMT) (envelope-from ivoras@fer.hr) Received: from lara.cc.fer.hr (lara.cc.fer.hr [161.53.72.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 235E143D45 for ; Sat, 4 Mar 2006 01:18:35 +0000 (GMT) (envelope-from ivoras@fer.hr) Received: from [127.0.0.1] (localhost.cc.fer.hr [127.0.0.1]) by lara.cc.fer.hr (8.13.4/8.13.4) with ESMTP id k241IL83041546 for ; Sat, 4 Mar 2006 02:18:21 +0100 (CET) (envelope-from ivoras@fer.hr) Message-ID: <4408EADD.9070403@fer.hr> Date: Sat, 04 Mar 2006 02:18:21 +0100 From: Ivan Voras User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050921) X-Accept-Language: en-us, en MIME-Version: 1.0 To: hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: libvgl doesn't work? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Mar 2006 01:18:36 -0000 I tried running the libvgl example in /usr/share/examples/libvgl but it apparently hangs spinning the CPU in a syscall. It does this regardless of video mode used (VGA 320x200 or VESA 800x600), but VESA graphical console works without problems here (I also tried running it from a "normal" text mode, with same result). Does libvgl work at all?