From owner-freebsd-questions@freebsd.org Sat Dec 12 17:55:54 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2CE4FA14335 for ; Sat, 12 Dec 2015 17:55:54 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E5DE31BB1 for ; Sat, 12 Dec 2015 17:55:53 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1a7oOd-0003fd-S8 for freebsd-questions@freebsd.org; Sat, 12 Dec 2015 18:55:51 +0100 Received: from pool-72-66-1-32.washdc.fios.verizon.net ([72.66.1.32]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Dec 2015 18:55:51 +0100 Received: from nightrecon by pool-72-66-1-32.washdc.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Dec 2015 18:55:51 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Subject: Re: problems running OpenGL code Followup-To: gmane.os.freebsd.questions Date: Sat, 12 Dec 2015 12:54:59 -0500 Lines: 58 Message-ID: References: <566C3DAD.8090809@hiwaay.net> <20151212173509.fba928df.freebsd@edvax.de> <566C51CB.8040604@hiwaay.net> <566C536F.8080507@hiwaay.net> <566C5C67.9070704@hiwaay.net> Reply-To: nightrecon@hotmail.com Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-72-66-1-32.washdc.fios.verizon.net X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Dec 2015 17:55:54 -0000 William A. Mahaffey III wrote: [snip] >> What I don't have any clue is the exact support for the specific chip you >> are trying to use; it may not exist yet or may be a WIP. Maybe there is >> some bleeding edge patch or code around somewhere you can try if nothing >> currently in Release is working. >> >> -Mike > > I just looked at both links & the 2nd one appears to say my video is not > supported. It didn't mention my exact hardware, but said: > > > AMD > > Radeon HD 8000 > > Sea Islands > > Not supported > > My xorg.conf shows: > > > Section "Device" > ### Available Driver options are:- > ### Values: : integer, : float, : "True"/"False", > ### : "String", : " Hz/kHz/MHz" > ### [arg]: arg optional > #Option "ShadowFB" # [] > #Option "DefaultRefresh" # [] > #Option "ModeSetClearScreen" # [] > Identifier "Card0" > Driver "vesa" > VendorName "Advanced Micro Devices, Inc. [AMD/ATI]" > BoardName "Kabini [Radeon HD 8280 / R3 Series]" > BusID "PCI:0:1:0" > EndSection > > > So I guess I am hosed. However .... I thought the VESA driver would at > least provide basic (albeit brutally slow/choppy/etc) functionality, > wrong there as well ? Thanks & TIA & have a good one :-). > VESA should show you a screen, which should be perhaps useable for text-mode CLI and maybe some basic graphics (slow, very slow, as in repaint entire screen line by line for any update). I have an old laptop with an ancient radeon chip which is so old support has actually been removed so that VESA is the only way I can use it. It does work with GUI desktops, just slowly. VESA mode(s) will never give you any support for GL and there won't be any way (to my limited knowledge) to run code that depends on GL libraries. -Mike