From owner-freebsd-x11@FreeBSD.ORG Mon Dec 16 02:08:53 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3B956310 for ; Mon, 16 Dec 2013 02:08:53 +0000 (UTC) Received: from mail-wi0-x244.google.com (mail-wi0-x244.google.com [IPv6:2a00:1450:400c:c05::244]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C5FFD15ED for ; Mon, 16 Dec 2013 02:08:52 +0000 (UTC) Received: by mail-wi0-f196.google.com with SMTP id hi5so583221wib.11 for ; Sun, 15 Dec 2013 18:08:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=glx.me; s=g; h=mime-version:date:message-id:subject:from:to:content-type; bh=DVfbeWr25c5eWnYEDkbb0RLn9mMLtlwcOY+8lUJhSvM=; b=oG7RtYARofmOU5vsfYM9Yld6HrjdBXb1nhazT5etQlqLemev73AlH+GdsZqoBd1EGK reQdceVROZInBlpt24+MthN7tTnKz/YHHmuUBy/El68eVrrJgS56Td6y974sfXrsec2f sJ54rM643EP9Pa2ou8it6sdZTTibwT91Y9iL4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=DVfbeWr25c5eWnYEDkbb0RLn9mMLtlwcOY+8lUJhSvM=; b=MRK4UDnVF8o0ykuiriV20q3B09RrWonpYdtiEV87wXL4+p82udtO+H65xB11zmN+R9 hWZPtfzeqmvRTN4i2cqOYxitF+t0gE4kN1xq7OTs0WFa6rWy4eZ07S0Y059njB4vTbeG 7MGEZIClTDEnPWI1exj3Ne08I8Qae97fgmbTka9+b27qm32tzGesAktcVokIBkTNQv15 gEjpLUA4nkokedbuHFlgwlZr+i8rRdr1FV5Urus/0z3tAevqbExt/Un8XkEALGEmu4R9 dpz+fTarEY5RsC3yYEHkBT0JjwUXXPx4ac6oO0SvlAQ6nI6X8SQOnuRU+4KW5zXfc6ok 6wEw== X-Gm-Message-State: ALoCoQkfVKCrP8CBs+4nCq2FP4QLvukOBxoC+OMobfrm7qebrc5j/MiIlWEC0xXPE1B8JtQ4xwnr MIME-Version: 1.0 X-Received: by 10.180.101.197 with SMTP id fi5mr11716509wib.46.1387159730965; Sun, 15 Dec 2013 18:08:50 -0800 (PST) Received: by 10.194.62.230 with HTTP; Sun, 15 Dec 2013 18:08:50 -0800 (PST) X-Originating-IP: [58.39.20.163] Date: Mon, 16 Dec 2013 10:08:50 +0800 Message-ID: Subject: report libEGL libglesv2 problems. From: J M To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 02:08:53 -0000 I made libEGL and libglesv2 work before yesterday. http://glx.me/docs/3d-egg/opengl/index.php?page=x11-egl-gles2-code-freebsd I was too happy to ignore that it is experimetal. When I rebuilt xorg again on FreeBSD 11 and found the problem: ######################################################### J@build:~ % cat > empty.cxx int main() { } J@build:~ % clang++ empty.cxx -o empty `pkgconf --cflags --libs x11 egl glesv2` /usr/local/lib/libGLESv2.so: undefined reference to `_glapi_get_dispatch' /usr/local/lib/libGLESv2.so: undefined reference to `_glapi_Dispatch' clang++: error: linker command failed with exit code 1 (use -v to see invocation) J@build:~ % clang++ empty.cxx -o empty `pkgconf --cflags --libs x11 egl glesv2 gl` /usr/local/lib/libGLESv2.so: undefined reference to `_glapi_get_dispatch' /usr/local/lib/libGLESv2.so: undefined reference to `_glapi_Dispatch' clang++: error: linker command failed with exit code 1 (use -v to see invocation) J@build:~ % clang++ empty.cxx -o empty `pkgconf --cflags --libs x11 egl gl` J@build:~ % ./empty Bus error (core dumped) ######################################################### I realy want to help to test libEGL on FreeBSD, but would someone give me some advises and tricks? From owner-freebsd-x11@FreeBSD.ORG Mon Dec 16 11:06:59 2013 Return-Path: Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 85C1DFA4 for ; Mon, 16 Dec 2013 11:06:59 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 66B8A1367 for ; Mon, 16 Dec 2013 11:06:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBGB6xRm019582 for ; Mon, 16 Dec 2013 11:06:59 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGB6wQN019577 for freebsd-x11@FreeBSD.org; Mon, 16 Dec 2013 11:06:58 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 16 Dec 2013 11:06:58 GMT Message-Id: <201312161106.rBGB6wQN019577@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-x11@FreeBSD.org Subject: Current problem reports assigned to freebsd-x11@FreeBSD.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 11:06:59 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/184104 x11 x11/xorg: i830 display code hangs during startup o ports/183478 x11 x11-servers/xorg-server: DEVD backend is broken, here' o ports/183435 x11 x11/xorg: 100% CPU use of xorg using firefox when show o ports/182969 x11 x11/xorg: Xorg crashes on -configure o ports/182875 x11 graphics/dri: make: "/usr/ports/graphics/dri/Makefile" o ports/182609 x11 [patch] x11-servers/xorg-server: really init and confi o ports/182002 x11 x11-wm/xcompmgr shadow rendering patch o ports/181660 x11 [patch] x11-servers/xorg-server: fix typos and new xor o ports/181318 x11 x11-servers/xorg-server does not compile or ARM o ports/181202 x11 x11-servers/xorg: xorg-7.x meta package missing o ports/181140 x11 [patch]x11/pixman fix typo & build issue on arm o ports/180023 x11 x11-servers/xorg: xorg (WITH_NEW_XORG) on 10-CURRENT i o ports/178670 x11 x11/xorg: X does not refresh upper 1/4 screen in some a ports/178170 x11 [patch] x11-servers/xorg-server: xkb misbehaviour on k o ports/176705 x11 graphics/libGL : Fix complitation (not useability) on o ports/176703 x11 graphics/dri : Fix complitation (not useability) on AR o ports/175532 x11 x11/xdm: /bin/cp -n /usr/local/share/examples/xdm/Give o ports/171422 x11 graphics/libGL build error with python3.2 o ports/170852 x11 [PATCH] x11-fonts/encodings: encodings.dir includes bo o ports/170690 x11 x11-servers/xorg-server eats memory o ports/169794 x11 x11/xdm, several /usr/local/lib/X11/xdm/ files missing o ports/169561 x11 [patch] x11-toolkits/libXmu: disable specs o ports/169560 x11 [patch] x11/libICE: disable specs o ports/169559 x11 [patch] x11-fonts/fontsproto: disable specs o ports/166163 x11 graphics/dri: gthumb port crashes (SIGSEGV) within the o ports/160963 x11 [patch] x11/bigreqsproto: disable specs a ports/159792 x11 [patch] USB HID devices support for x11-drivers/xf86-i f ports/158513 x11 Broken Xvideo in x11-drivers/xf86-video-intel drivers s ports/156405 x11 x11-drivers/xf86-video-ati driver: no hardware renderi o ports/155696 x11 [patch] x11-servers/xorg-server: chase AIGLX altered d o ports/154502 x11 x11/xdm authorization failure when used with E17 windo o ports/149743 x11 x11/xorg: garbled window since Xorg-7.5 o ports/148591 x11 information note for x11-drivers/xf86-input-synaptics 33 problems total. From owner-freebsd-x11@FreeBSD.ORG Mon Dec 16 11:21:22 2013 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6370CF20; Mon, 16 Dec 2013 11:21:22 +0000 (UTC) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DED8C1662; Mon, 16 Dec 2013 11:21:21 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 0074040004; Mon, 16 Dec 2013 12:21:19 +0100 (CET) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id EA5474000D; Mon, 16 Dec 2013 12:21:18 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL autolearn=disabled version=3.3.1 X-Spam-Score: 0.0 Received: from mx.daemonic.se (unknown [94.254.45.105]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id A9BF540004; Mon, 16 Dec 2013 12:21:18 +0100 (CET) Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) by mx.daemonic.se (Postfix) with ESMTPS id 3djg662ZS8z8jLB; Mon, 16 Dec 2013 12:21:18 +0100 (CET) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mx.daemonic.se ([10.1.0.3]) (using TLS with cipher CAMELLIA256-SHA) by mailscanner.daemonic.se (mailscanner.daemonic.se [10.1.0.6]) (amavisd-new, port 10025) with ESMTPS id mt61s99ERvwz; Mon, 16 Dec 2013 12:21:16 +0100 (CET) Received: from mail.daemonic.se (mail.daemonic.se [10.1.0.4]) by mx.daemonic.se (Postfix) with ESMTPS id 3djg636sDpz8jL9; Mon, 16 Dec 2013 12:21:15 +0100 (CET) Received: from vivi.daemonic.se (vivi.daemonic.se [10.32.0.4]) by mail.daemonic.se (Postfix) with ESMTPSA id 3djg6359zGz9CwV; Mon, 16 Dec 2013 12:21:15 +0100 (CET) Message-ID: <52AEE215.1060806@freebsd.org> Date: Mon, 16 Dec 2013 12:20:53 +0100 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: x11@freebsd.org Subject: [HEADS UP] xorg version switch in CURRENT X-Enigmail-Version: 1.5.1 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="----enig2PUHSXCGTADKURLGOTXDN" X-Virus-Scanned: ClamAV using ClamSMTP Cc: ports@freebsd.org, current@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: x11@freebsd.org List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 11:21:22 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2PUHSXCGTADKURLGOTXDN Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable [ This message is cross-posted between x11@, current@ and ports@ for maximum coverage. Please please PLEASE respect reply-to: ] The xorg stack has been switched to use what has been dubbed new xorg in CURRENT. This means new xserver, new MESA (dri/libGL) stack and in some cases new versions. If you want to remain with the old stack, add WITHOUT_NEW_XORG=3D to /etc/make.conf. UPDATING contains instructions for updating. To get VT switching when using KMS drivers (ATI, Intel) please use newcons: https://wiki.freebsd.org/Newcons or if that is not possible, force the use of the vesa driver for xorg. Please send reports of successes, failures and/or comments to x11@freebsd.org. Remember to include any relevant information, such as xorg logs (Xorg.log.0), dmesg, graphics card model and ports versions with your report. Please test this as much as possible! Regards! --=20 Niclas Zeising ------enig2PUHSXCGTADKURLGOTXDN Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.20 (FreeBSD) iQIcBAEBCgAGBQJSruIqAAoJELuNS1e7i1VRj7kP/iYKxFFAPbjbHdTaP7V7bEmT N6nVvZ+dunFmZo9OFeVatBhn8FJrZ2CdUqmRQg8A7HZxV/DyBars/sjBABSgq4iG MC1QwDUcwESdSys+aVHucxgJwFiN3yDYxGqMc9mXup2XE729sRRiMUY5cBapYK3L +9Y116niv1MLIJZe0n5y/SVIwD3yeuIKoY/55ztnIx78mTF0eemCrxm6i6IsDMZL Sren07VSIF/fHSxAH3QYSiUaACfchutZlLnL+y+0Q0w1y8FuSlWf74HJ+dujzKmk vvS60jKwFj760gkSe+7GCcILvT39xYwkRkw2KK3jCWXCR0MlI+ilTYsBdDJ1NwTi 8TalAc4c69MCELoD/frXen7r1dpEVhXA/OX7hwVdOza3VouQmKtn9wvEvrt7UIVv 8ib0FtqzknpiNuH+4PDyeMluidK3tQ2yYzHEiInF1hCMbOGBLlAdnyqwynSZr2L9 trkW54Qbgs52cLUFKuBNLuYBLUnmolTeHnRbWMs/yDT0ZpD16gNM7U05x+zX/QyM 4a3JdfmLR5QIFekO+qqJvJ3Zez/FWMTpj8TtY3gElC6ZxOpNm26pDh5yHt1hX4t9 leHml8E3qXT7LWCFBsdsRVUu91qLiypJ9xrVITzL2nebLL2QeSajdsPRLI+e1htJ /sY2AVOQshdX9hC1SjWN =KwpL -----END PGP SIGNATURE----- ------enig2PUHSXCGTADKURLGOTXDN-- From owner-freebsd-x11@FreeBSD.ORG Mon Dec 16 13:44:37 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 29B73938; Mon, 16 Dec 2013 13:44:37 +0000 (UTC) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9E8DF10FE; Mon, 16 Dec 2013 13:44:36 +0000 (UTC) Received: from nb981.math (p57AEC1A3.dip0.t-ipconnect.de [87.174.193.163]) by mrelayeu.kundenserver.de (node=mreu2) with ESMTP (Nemesis) id 0M4Vnk-1VcI962CBI-00yZcz; Mon, 16 Dec 2013 14:44:32 +0100 Message-ID: <52AF03C2.5040100@janh.de> Date: Mon, 16 Dec 2013 14:44:34 +0100 From: Jan Henrik Sylvester User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Niclas Zeising Subject: xorg-libraries-7.7_1 > succeeds port (port has 7.7) Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:vTfJw3oJFCt3XbpDqTAYEtKdhCWnvabd3VOx3sqbN0w O8yBlhz+jwGLftD9tnev7pSDRd9oShNgu6ftziD4DVqAe60Squ m9mmgS3mP+Smz3cpsd5JdRQ9Tr89yajV49cTCL3QyE7qL8zwDb XBKsZUfWCxBWBkbKlMcvTbNMit08C6R0IGXGoTTfv+Fqs9Co7J TlAESd0b76rnGDWUDem5gBEimc7irqlvVpOaz96JUcAkI3jxc1 oREpr9vKnQc3uuzK1VTOHZt3NN1xQDt7KMRskxoPMA33vkZgX7 PsX+BN+ihz5KGhchu5QDClrL5gSxEScXNskirZlNVxpW9+PLw= = Cc: x11-list freebsd X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 13:44:37 -0000 In x11/xorg-libraries, the PORTREVISION was lost: http://svnweb.freebsd.org/ports/head/x11/xorg-libraries/Makefile?limit_changes=0&r1=336621&r2=336620&pathrev=336621 Cheers, Jan Henrik From owner-freebsd-x11@FreeBSD.ORG Mon Dec 16 14:13:34 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E443F2C2 for ; Mon, 16 Dec 2013 14:13:34 +0000 (UTC) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8CD4E1311 for ; Mon, 16 Dec 2013 14:13:34 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 2EA3240011 for ; Mon, 16 Dec 2013 15:13:32 +0100 (CET) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 24EDD4000D; Mon, 16 Dec 2013 15:13:32 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL autolearn=disabled version=3.3.1 X-Spam-Score: 0.0 Received: from mx.daemonic.se (mx.daemonic.se [IPv6:2001:470:dca9:0:1::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id B8B5140004; Mon, 16 Dec 2013 15:13:31 +0100 (CET) Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) by mx.daemonic.se (Postfix) with ESMTPS id 3djkwp49XBz8jL9; Mon, 16 Dec 2013 15:13:30 +0100 (CET) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mx.daemonic.se ([IPv6:2001:470:dca9:0:1::3]) (using TLS with cipher CAMELLIA256-SHA) by mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) (amavisd-new, port 10025) with ESMTPS id 5AZ6wp5O8R0n; Mon, 16 Dec 2013 15:13:25 +0100 (CET) Received: from mail.daemonic.se (mail.daemonic.se [10.1.0.4]) by mx.daemonic.se (Postfix) with ESMTPS id 3djkwj2BS6z8jLC; Mon, 16 Dec 2013 15:13:25 +0100 (CET) Received: from vivi.daemonic.se (vivi.daemonic.se [10.32.0.4]) by mail.daemonic.se (Postfix) with ESMTPSA id 3djkwj1fsXz9D6J; Mon, 16 Dec 2013 15:13:25 +0100 (CET) Message-ID: <52AF0A84.7010906@freebsd.org> Date: Mon, 16 Dec 2013 15:13:24 +0100 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: Jan Henrik Sylvester Subject: Re: xorg-libraries-7.7_1 > succeeds port (port has 7.7) References: <52AF03C2.5040100@janh.de> In-Reply-To: <52AF03C2.5040100@janh.de> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: x11-list freebsd X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 14:13:35 -0000 On 12/16/13 14:44, Jan Henrik Sylvester wrote: > In x11/xorg-libraries, the PORTREVISION was lost: > > http://svnweb.freebsd.org/ports/head/x11/xorg-libraries/Makefile?limit_changes=0&r1=336621&r2=336620&pathrev=336621 Should be fixed now, thanks! Regards! -- Niclas Zeising From owner-freebsd-x11@FreeBSD.ORG Mon Dec 16 15:06:33 2013 Return-Path: Delivered-To: freebsd-x11@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4343166D; Mon, 16 Dec 2013 15:06:33 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 15B431745; Mon, 16 Dec 2013 15:06:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBGF6WQp077344; Mon, 16 Dec 2013 15:06:32 GMT (envelope-from zeising@freefall.freebsd.org) Received: (from zeising@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGF6Wf4077343; Mon, 16 Dec 2013 15:06:32 GMT (envelope-from zeising) Date: Mon, 16 Dec 2013 15:06:32 GMT Message-Id: <201312161506.rBGF6Wf4077343@freefall.freebsd.org> To: ohartman@zedat.fu-berlin.de, zeising@FreeBSD.org, freebsd-x11@FreeBSD.org From: zeising@FreeBSD.org Subject: Re: ports/175532: x11/xdm: /bin/cp -n /usr/local/share/examples/xdm/GiveConsole /usr/local/lib/X11/xdm/GiveConsole *** [post-install] Error code 1 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 15:06:33 -0000 Synopsis: x11/xdm: /bin/cp -n /usr/local/share/examples/xdm/GiveConsole /usr/local/lib/X11/xdm/GiveConsole *** [post-install] Error code 1 State-Changed-From-To: open->feedback State-Changed-By: zeising State-Changed-When: Mon Dec 16 15:06:01 UTC 2013 State-Changed-Why: Asked submitter for another round of feedback, since staging might solve this issue. http://www.freebsd.org/cgi/query-pr.cgi?pr=175532 From owner-freebsd-x11@FreeBSD.ORG Mon Dec 16 15:10:01 2013 Return-Path: Delivered-To: freebsd-x11@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BD44D838 for ; Mon, 16 Dec 2013 15:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8C888176C for ; Mon, 16 Dec 2013 15:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBGFA1Cc077495 for ; Mon, 16 Dec 2013 15:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGFA1Fi077494; Mon, 16 Dec 2013 15:10:01 GMT (envelope-from gnats) Date: Mon, 16 Dec 2013 15:10:01 GMT Message-Id: <201312161510.rBGFA1Fi077494@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org Cc: From: Niclas Zeising Subject: Re: ports/175532: x11/xdm: /bin/cp -n /usr/local/share/examples/xdm/GiveConsole /usr/local/lib/X11/xdm/GiveConsole *** [post-install] Error code 1 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Niclas Zeising List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 15:10:01 -0000 The following reply was made to PR ports/175532; it has been noted by GNATS. From: Niclas Zeising To: bug-followup@FreeBSD.org, ohartman@zedat.fu-berlin.de Cc: Subject: Re: ports/175532: x11/xdm: /bin/cp -n /usr/local/share/examples/xdm/GiveConsole /usr/local/lib/X11/xdm/GiveConsole *** [post-install] Error code 1 Date: Mon, 16 Dec 2013 16:05:25 +0100 I just added stage support to x11/xdm. Can you test if this is still a problem after that? Regards! -- Niclas Zeising From owner-freebsd-x11@FreeBSD.ORG Mon Dec 16 16:40:01 2013 Return-Path: Delivered-To: freebsd-x11@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 701A8A8D for ; Mon, 16 Dec 2013 16:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5AEC01114 for ; Mon, 16 Dec 2013 16:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBGGe1g9097051 for ; Mon, 16 Dec 2013 16:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGGe1Lt097050; Mon, 16 Dec 2013 16:40:01 GMT (envelope-from gnats) Date: Mon, 16 Dec 2013 16:40:01 GMT Message-Id: <201312161640.rBGGe1Lt097050@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org Cc: From: "O. Hartmann" Subject: Re: ports/175532: x11/xdm: /bin/cp -n /usr/local/share/examples/xdm/GiveConsole /usr/local/lib/X11/xdm/GiveConsole *** [post-install] Error code 1 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: "O. Hartmann" List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 16:40:01 -0000 The following reply was made to PR ports/175532; it has been noted by GNATS. From: "O. Hartmann" To: Niclas Zeising Cc: bug-followup@FreeBSD.org Subject: Re: ports/175532: x11/xdm: /bin/cp -n /usr/local/share/examples/xdm/GiveConsole /usr/local/lib/X11/xdm/GiveConsole *** [post-install] Error code 1 Date: Mon, 16 Dec 2013 17:35:37 +0100 --Sig_/3BUV5US01T=0m1lQmkatSVR Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Mon, 16 Dec 2013 16:05:25 +0100 Niclas Zeising wrote: > I just added stage support to x11/xdm. Can you test if this is still > a problem after that? > Regards! Checked that on FreeBSD 11.0-CURRENT (most recent, amd64) with today's updates on X11. I have no problems, so far. x11/xdm installs as expected. Regards, Oliver --Sig_/3BUV5US01T=0m1lQmkatSVR Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQEcBAEBAgAGBQJSryvZAAoJEOgBcD7A/5N8qq4H/059lpMslNYmce+R0Pxe3BOn C7G5iBuU377gSBMGtwu/mRerMMV81oEvPDuo8+MDjHdCkuEKsLp2wJ0vwQ71NR4/ P555dC3XvIvwoNzumYBSEUcvHqpIoQ7+B4krVq+gUodjvBDny7eZcPpJx2Vik9CX aVRMjAhcIfPpzkTEtWEQHkXKfA9BgyWHHhBuiI8ijiH+aVrrlL4ZmXK1ccNAQ6v+ 05nDY+g84KyUEzd4pqpG5bWP1wIV7OWpOZ57bnlQGZICJBUJ4J2Mg5Lp986STf2b 4KTBuMyt06cJ48j9GxPmsj4j8DQcnjuCAPFDDAJlvpN4m+OJ8tZFAyA4eY6oQ0Y= =CWA1 -----END PGP SIGNATURE----- --Sig_/3BUV5US01T=0m1lQmkatSVR-- From owner-freebsd-x11@FreeBSD.ORG Mon Dec 16 17:40:36 2013 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D9FD39B0; Mon, 16 Dec 2013 17:40:36 +0000 (UTC) Received: from mail.xcllnt.net (mail.xcllnt.net [50.0.150.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A69A81628; Mon, 16 Dec 2013 17:40:36 +0000 (UTC) Received: from [172.29.9.178] ([66.129.239.13]) (authenticated bits=0) by mail.xcllnt.net (8.14.7/8.14.7) with ESMTP id rBGHeRtL009785 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Mon, 16 Dec 2013 09:40:29 -0800 (PST) (envelope-from marcel@xcllnt.net) Content-Type: multipart/signed; boundary="Apple-Mail=_0F89B6DF-1FD4-4A68-A042-5E2C0BFC9DDC"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1822\)) Subject: Re: [ia64] graphics/dri breaks poudriere bulk From: Marcel Moolenaar In-Reply-To: <52AC4654.1060002@freebsd.org> Date: Mon, 16 Dec 2013 09:40:22 -0800 Message-Id: <0D36CB89-5769-4160-A850-594925FFE609@xcllnt.net> References: <3E272052-D3D6-4684-9B31-E638A41C4858@xcllnt.net> <52AB9164.20807@freebsd.org> <52AB93C0.3040004@freebsd.org> <20131214061455.GY59496@kib.kiev.ua> <52AC3CF1.2030103@freebsd.org> <20131214112009.GZ59496@kib.kiev.ua> <52AC3F65.20305@freebsd.org> <20131214113240.GB59496@kib.kiev.ua> <52AC42BF.8000307@freebsd.org> <20131214114601.GC59496@kib.kiev.ua> <52AC4654.1060002@freebsd.org> To: Niclas Zeising X-Mailer: Apple Mail (2.1822) Cc: x11@FreeBSD.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 17:40:36 -0000 --Apple-Mail=_0F89B6DF-1FD4-4A68-A042-5E2C0BFC9DDC Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1251 On Dec 14, 2013, at 3:51 AM, Niclas Zeising wrote: > On 12/14/13 12:46, Konstantin Belousov wrote: >> On Sat, Dec 14, 2013 at 12:36:31PM +0100, Niclas Zeising wrote: >>> On 12/14/13 12:32, Konstantin Belousov wrote: >>>> On Sat, Dec 14, 2013 at 12:22:13PM +0100, Niclas Zeising wrote: >>>>> On 12/14/13 12:20, Konstantin Belousov wrote: >>>>>> On Sat, Dec 14, 2013 at 12:11:45PM +0100, Niclas Zeising wrote: >>>>>>> If that's the case, then dri is wrong to ask for them on ia64, = and more >>>>>>> importantly, the makefile for libdrm is wrong, since it says = that intel >>>>>>> dri drivers are built for i386, amd64, ia64 and pc98. However, = it would >>>>>>> be nice to get this tested. >>>>>> It makes absolutely no sense to build libdrm_intel.so or any = intel mesa >>>>>> userspace driver on ia64, simply because there is no ia64 CPU = which >>>>>> has any GPU, not specifically HD graphics. >>>>>>=20 >>>>>> I have no idea what you can test there. >>>>>>=20 >>>>>=20 >>>>> Except for the fact that it seems dri is looking for it, and this = may be >>>>> a way to satisfy dri. >>>> I do not understand this sentence. Can you reference exact code ? >>>>=20 >>>=20 >>>> =46rom the original error report my Marcel: >>>=20 >>>> checking expat.h usability... yes >>>> checking expat.h presence... yes >>>> checking for expat.h... yes >>>> checking for XML_ParserCreate in -lexpat... yes >>>> checking for INTEL... no >>>> configure: error: Package requirements (libdrm_intel >=3D 2.4.38) = were > >>> not met: >>>>=20 >>>> Package libdrm_intel was not found in the pkg-config search path. >>>> Perhaps you should add the directory containing `libdrm_intel.pc' >>>> to the PKG_CONFIG_PATH environment variable >>>> Package 'libdrm_intel', required by 'world', not found >>>>=20 >>>> Consider adjusting the PKG_CONFIG_PATH environment variable if you >>>> installed software in a non-standard prefix. >>>>=20 >>>> Alternatively, you may set the environment variables INTEL_CFLAGS >>>> and INTEL_LIBS to avoid the need to call pkg-config. >>>> See the pkg-config man page for more details. >>>> =3D=3D=3D> Script "configure" failed unexpectedly. >>>=20 >>> dri is looking for libdrm_intel.pc, which is installed when the = intel >>> drm bits are installed. Looking at the makefile in graphics/libdrm = they >>> should be installed, so even if they are not needed, maybe this is a = way >>> to make graphics/dri to build and install on ia64. >>=20 >> As I understand things, by 'dri' you mean the mesa drivers. Mesa >> configure.ac only requires libdrm_intel when Intel GPU drivers are >> build, which are i915.so and i965.so. The drivers cannot work on ia64 >> even theoretically, since there is no hardware that would combine = ia64 >> CPU and HD graphics. They must not be build on anything but x86. >>=20 >> libdrm autoconf.ac correctly disables build of libdrm_intel.so on = !x86. >>=20 >=20 > by dri I mean the port graphics/dri. So the error is that these = drivers > are built on ia64 anyway, and also that graphics/libdrm is in error to > add those to the plist. Sorry for the delay. I concur with what kib@ said. I'll see about fixing libdrm and the Mesa ports. FYI, --=20 Marcel Moolenaar marcel@xcllnt.net --Apple-Mail=_0F89B6DF-1FD4-4A68-A042-5E2C0BFC9DDC Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - http://gpgtools.org iEYEARECAAYFAlKvOwYACgkQpgWlLWHuifazgwCgie+DPOGjmXtuM4ehJ+0rqo3i ye8An2U2GENwbUmZV2b4G+aGphKw0xTO =ytLy -----END PGP SIGNATURE----- --Apple-Mail=_0F89B6DF-1FD4-4A68-A042-5E2C0BFC9DDC-- From owner-freebsd-x11@FreeBSD.ORG Mon Dec 16 17:43:27 2013 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7C642A73 for ; Mon, 16 Dec 2013 17:43:27 +0000 (UTC) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 168671694 for ; Mon, 16 Dec 2013 17:43:27 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id AF56340014 for ; Mon, 16 Dec 2013 18:43:24 +0100 (CET) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id A37E84000D; Mon, 16 Dec 2013 18:43:24 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL autolearn=disabled version=3.3.1 X-Spam-Score: 0.0 Received: from mx.daemonic.se (unknown [94.254.45.105]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 017AE40004; Mon, 16 Dec 2013 18:43:23 +0100 (CET) Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) by mx.daemonic.se (Postfix) with ESMTPS id 3djqZz5b1Yz8jLB; Mon, 16 Dec 2013 18:43:23 +0100 (CET) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mx.daemonic.se ([IPv6:2001:470:dca9:0:1::3]) (using TLS with cipher CAMELLIA256-SHA) by mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) (amavisd-new, port 10025) with ESMTPS id fcSaRmfikICn; Mon, 16 Dec 2013 18:43:21 +0100 (CET) Received: from mail.daemonic.se (mail.daemonic.se [10.1.0.4]) by mx.daemonic.se (Postfix) with ESMTPS id 3djqZx2Hsgz8jL9; Mon, 16 Dec 2013 18:43:21 +0100 (CET) Received: from vivi.daemonic.se (vivi.daemonic.se [10.32.0.4]) by mail.daemonic.se (Postfix) with ESMTPSA id 3djqZx1hZ1z9CwV; Mon, 16 Dec 2013 18:43:21 +0100 (CET) Message-ID: <52AF3BB9.708@freebsd.org> Date: Mon, 16 Dec 2013 18:43:21 +0100 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: Marcel Moolenaar Subject: Re: [ia64] graphics/dri breaks poudriere bulk References: <3E272052-D3D6-4684-9B31-E638A41C4858@xcllnt.net> <52AB9164.20807@freebsd.org> <52AB93C0.3040004@freebsd.org> <20131214061455.GY59496@kib.kiev.ua> <52AC3CF1.2030103@freebsd.org> <20131214112009.GZ59496@kib.kiev.ua> <52AC3F65.20305@freebsd.org> <20131214113240.GB59496@kib.kiev.ua> <52AC42BF.8000307@freebsd.org> <20131214114601.GC59496@kib.kiev.ua> <52AC4654.1060002@freebsd.org> <0D36CB89-5769-4160-A850-594925FFE609@xcllnt.net> In-Reply-To: <0D36CB89-5769-4160-A850-594925FFE609@xcllnt.net> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: x11@FreeBSD.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 17:43:27 -0000 On 12/16/13 18:40, Marcel Moolenaar wrote: > > On Dec 14, 2013, at 3:51 AM, Niclas Zeising wrote: > >> On 12/14/13 12:46, Konstantin Belousov wrote: >>> On Sat, Dec 14, 2013 at 12:36:31PM +0100, Niclas Zeising wrote: >>>> On 12/14/13 12:32, Konstantin Belousov wrote: >>>>> On Sat, Dec 14, 2013 at 12:22:13PM +0100, Niclas Zeising wrote: >>>>>> On 12/14/13 12:20, Konstantin Belousov wrote: >>>>>>> On Sat, Dec 14, 2013 at 12:11:45PM +0100, Niclas Zeising wrote: >>>>>>>> If that's the case, then dri is wrong to ask for them on ia64, and more >>>>>>>> importantly, the makefile for libdrm is wrong, since it says that intel >>>>>>>> dri drivers are built for i386, amd64, ia64 and pc98. However, it would >>>>>>>> be nice to get this tested. >>>>>>> It makes absolutely no sense to build libdrm_intel.so or any intel mesa >>>>>>> userspace driver on ia64, simply because there is no ia64 CPU which >>>>>>> has any GPU, not specifically HD graphics. >>>>>>> >>>>>>> I have no idea what you can test there. >>>>>>> >>>>>> >>>>>> Except for the fact that it seems dri is looking for it, and this may be >>>>>> a way to satisfy dri. >>>>> I do not understand this sentence. Can you reference exact code ? >>>>> >>>> >>>>> From the original error report my Marcel: >>>> >>>>> checking expat.h usability... yes >>>>> checking expat.h presence... yes >>>>> checking for expat.h... yes >>>>> checking for XML_ParserCreate in -lexpat... yes >>>>> checking for INTEL... no >>>>> configure: error: Package requirements (libdrm_intel >= 2.4.38) were > >>>> not met: >>>>> >>>>> Package libdrm_intel was not found in the pkg-config search path. >>>>> Perhaps you should add the directory containing `libdrm_intel.pc' >>>>> to the PKG_CONFIG_PATH environment variable >>>>> Package 'libdrm_intel', required by 'world', not found >>>>> >>>>> Consider adjusting the PKG_CONFIG_PATH environment variable if you >>>>> installed software in a non-standard prefix. >>>>> >>>>> Alternatively, you may set the environment variables INTEL_CFLAGS >>>>> and INTEL_LIBS to avoid the need to call pkg-config. >>>>> See the pkg-config man page for more details. >>>>> ===> Script "configure" failed unexpectedly. >>>> >>>> dri is looking for libdrm_intel.pc, which is installed when the intel >>>> drm bits are installed. Looking at the makefile in graphics/libdrm they >>>> should be installed, so even if they are not needed, maybe this is a way >>>> to make graphics/dri to build and install on ia64. >>> >>> As I understand things, by 'dri' you mean the mesa drivers. Mesa >>> configure.ac only requires libdrm_intel when Intel GPU drivers are >>> build, which are i915.so and i965.so. The drivers cannot work on ia64 >>> even theoretically, since there is no hardware that would combine ia64 >>> CPU and HD graphics. They must not be build on anything but x86. >>> >>> libdrm autoconf.ac correctly disables build of libdrm_intel.so on !x86. >>> >> >> by dri I mean the port graphics/dri. So the error is that these drivers >> are built on ia64 anyway, and also that graphics/libdrm is in error to >> add those to the plist. > > Sorry for the delay. I concur with what kib@ said. I'll see about > fixing libdrm and the Mesa ports. No worries. And thanks for looking at this, I can't test ia64 myself. Just let me know if I can help in any way. Regards! -- Niclas Zeising From owner-freebsd-x11@FreeBSD.ORG Mon Dec 16 22:43:29 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9667C3B1 for ; Mon, 16 Dec 2013 22:43:29 +0000 (UTC) Received: from mail-in-06.arcor-online.net (mail-in-06.arcor-online.net [151.189.21.46]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 49C601616 for ; Mon, 16 Dec 2013 22:43:29 +0000 (UTC) Received: from mail-in-14-z2.arcor-online.net (mail-in-14-z2.arcor-online.net [151.189.8.31]) by mx.arcor.de (Postfix) with ESMTP id 645F310CA50 for ; Mon, 16 Dec 2013 23:43:02 +0100 (CET) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) by mail-in-14-z2.arcor-online.net (Postfix) with ESMTP id 6402519182 for ; Mon, 16 Dec 2013 23:43:02 +0100 (CET) X-Greylist: Passed host: 188.105.87.196 X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-07.arcor-online.net 3BB5D108816 Received: from lorvorc.mips.inka.de (dslb-188-105-087-196.pools.arcor-ip.net [188.105.87.196]) by mail-in-07.arcor-online.net (Postfix) with ESMTPS id 3BB5D108816 for ; Mon, 16 Dec 2013 23:43:02 +0100 (CET) Received: from lorvorc.mips.inka.de (localhost [127.0.0.1]) by lorvorc.mips.inka.de (8.14.7/8.14.7) with ESMTP id rBGMh1Uq038768 for ; Mon, 16 Dec 2013 23:43:01 +0100 (CET) (envelope-from mailnull@lorvorc.mips.inka.de) Received: (from mailnull@localhost) by lorvorc.mips.inka.de (8.14.7/8.14.7/Submit) id rBGMh1QJ038767 for freebsd-x11@freebsd.org; Mon, 16 Dec 2013 23:43:01 +0100 (CET) (envelope-from mailnull) From: naddy@mips.inka.de (Christian Weisgerber) Subject: Re: CFT for cairo 1.12 Date: Mon, 16 Dec 2013 22:43:01 +0000 (UTC) Message-ID: References: <52A65755.3080405@rainbow-runner.nl> Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 22:43:29 -0000 Koop Mast wrote: > [1] http://people.freebsd.org/~kwm/cairo-1.12.16.diff Works fine for me. 9.2-STABLE amd64 xorg-server-1.12.4_4,1 (WITH_NEW_XORG) xf86-video-ati-6.14.6_1 (ATI Radeon RV370 X300 SE) mwm, xterm, firefox, audacious, mplayer -- Christian "naddy" Weisgerber naddy@mips.inka.de From owner-freebsd-x11@FreeBSD.ORG Tue Dec 17 02:11:21 2013 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3314E14E for ; Tue, 17 Dec 2013 02:11:21 +0000 (UTC) Received: from mail-ie0-f172.google.com (mail-ie0-f172.google.com [209.85.223.172]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 015861967 for ; Tue, 17 Dec 2013 02:11:20 +0000 (UTC) Received: by mail-ie0-f172.google.com with SMTP id qd12so7720703ieb.3 for ; Mon, 16 Dec 2013 18:11:20 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-type; bh=RrxEnuzwm83un+xR5spPNGaVbjmmMsZirNvrIibcMnw=; b=Ae6zNGMVDQaubD6oULBoA9s/ICGx42u/JAuvkF2/btWQNRWsZOOUktItgtBSpaqqB8 4gBQyndBnCa9ovZs7A19G4uaiAmGiNr3EFw6Ou7335zHKgtHhCfMF3HuhwnRZAoTAUup 1sbkERLwz1RuQgoPkFHKn4wG4OaK51K66JNd6G2ddXaR26RSRkpUTSPgrET/ci2F1qR2 BcU9qdgjMPa57GUvIx1TvvvYJ8xCBwo7hnGsltQ0jGVygPOZTYkcTtt7BUBHmKCQSO3T rAuoQWN1DVJ2bv2MWhJkMfa7Okpx/bIE2QMlZUDhDNrTCzF+CfXsiB/GIJm9fvigqphO /vWw== X-Gm-Message-State: ALoCoQmiDcSFJ7u+TtoALTTugma4c+q+f0ltl1erOlMbfxjQXHkJVnreSg+rT01PFjt4LqSr+FD9PFe0FBomxWzqiWYSL104YA== X-Received: by 10.42.118.14 with SMTP id v14mr50431icq.73.1387246279900; Mon, 16 Dec 2013 18:11:19 -0800 (PST) MIME-Version: 1.0 Received: by 10.42.128.200 with HTTP; Mon, 16 Dec 2013 18:11:03 -0800 (PST) From: "Lundberg, Johannes" Date: Tue, 17 Dec 2013 11:11:03 +0900 Message-ID: Subject: Black screen with Vesa on Dell Intel graphics amd64 To: "freebsd-x11@freebsd.org" Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 02:11:21 -0000 Hi I have a Dell Optiplex 990 with Intel 2nd gen graphics running FreeBSD 10.0 BETA3. I installed Xorg and Openbox using pkg install. When trying to run X I get, with Intel driver "No screens found" error and with Vesa driver everything seems to be running fine including openbox but the screen is black and when I kill X I don't get the console back. Screen remains black. Is this a known issue with amd64 release? I haven't had any similar problems running i386 version on other Intel graphics-based machines (not Dell). I don't need Intel driver really, Vesa will do fine... Best regards -- Johannes Lundberg -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 秘密保持について:この電子メールは、名宛人に送信したものであり、秘匿特権の対象となる情報を含んでいます。 もし、名宛人以外の方が受信された場合、このメールの破棄、およびこのメールに関する一切の開示、 複写、配布、その他の利用、または記載内容に基づくいかなる行動もされないようお願い申し上げます。 --- CONFIDENTIALITY NOTE: The information in this email is confidential and intended solely for the addressee. Disclosure, copying, distribution or any other action of use of this email by person other than intended recipient, is prohibited. If you are not the intended recipient and have received this email in error, please destroy the original message. From owner-freebsd-x11@FreeBSD.ORG Tue Dec 17 11:05:12 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DB91AC0C for ; Tue, 17 Dec 2013 11:05:12 +0000 (UTC) Received: from fep17.mx.upcmail.net (fep17.mx.upcmail.net [62.179.121.37]) by mx1.freebsd.org (Postfix) with ESMTP id 2B1051695 for ; Tue, 17 Dec 2013 11:05:11 +0000 (UTC) Received: from edge01.upcmail.net ([192.168.13.236]) by viefep14-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20131217110303.ZZEQ2802.viefep14-int.chello.at@edge01.upcmail.net>; Tue, 17 Dec 2013 12:03:03 +0100 Received: from [127.0.0.1] ([178.84.134.112]) by edge01.upcmail.net with edge id 2b321n01V2Rg3Ey01b32FH; Tue, 17 Dec 2013 12:03:03 +0100 X-SourceIP: 178.84.134.112 Message-ID: <52B02F65.4070206@rainbow-runner.nl> Date: Tue, 17 Dec 2013 12:03:01 +0100 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Christian Weisgerber , freebsd-x11@freebsd.org Subject: Re: CFT for cairo 1.12 References: <52A65755.3080405@rainbow-runner.nl> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 131216-1, 16-12-2013), Outbound message X-Antivirus-Status: Clean X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 11:05:12 -0000 On 16-12-2013 23:43, Christian Weisgerber wrote: > Koop Mast wrote: > >> [1] http://people.freebsd.org/~kwm/cairo-1.12.16.diff > Works fine for me. > > 9.2-STABLE amd64 > xorg-server-1.12.4_4,1 (WITH_NEW_XORG) > xf86-video-ati-6.14.6_1 (ATI Radeon RV370 X300 SE) > mwm, xterm, firefox, audacious, mplayer > Thanks for testing! --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com From owner-freebsd-x11@FreeBSD.ORG Tue Dec 17 13:26:25 2013 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E7469C1D for ; Tue, 17 Dec 2013 13:26:24 +0000 (UTC) Received: from smtpout1.timeweb.ru (smtpout1.timeweb.ru [92.53.117.15]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8EFBB1220 for ; Tue, 17 Dec 2013 13:26:24 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1Vsuf1-0003aD-66 for x11@FreeBSD.org; Tue, 17 Dec 2013 17:26:07 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 9165C74F for ; Tue, 17 Dec 2013 17:26:06 +0400 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 71BC23B6; Tue, 17 Dec 2013 17:26:06 +0400 (MSK) Date: Tue, 17 Dec 2013 17:26:06 +0400 From: Dmitry Marakasov To: x11@FreeBSD.org Subject: [qat@redports.org: [QAT] r336694: 8x leftovers] Message-ID: <20131217132606.GL1254@hades.panopticon> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.22 (2013-10-16) X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 13:26:25 -0000 Hi! Looks like xorg.mk problem: --- === Checking filesystem state after all packages deleted ================================================================ list of extra files and directories in / (not present on clean system but present after everything was deinstalled) 25374 8 drwxr-xr-x 2 root wheel 128 Dec 17 05:42 usr/local/lib/X11/fonts/OTF 25377 8 -rw-r--r-- 1 root wheel 174 Dec 17 05:42 usr/local/lib/X11/fonts/OTF/fonts.dir 25367 8 -rw-r--r-- 1 root wheel 174 Dec 17 05:42 usr/local/lib/X11/fonts/OTF/fonts.scale 25354 8 drwxr-xr-x 2 root wheel 128 Dec 17 05:42 usr/local/lib/X11/fonts/TTF 25232 16 -rw-r--r-- 1 root wheel 6263 Dec 17 05:42 usr/local/lib/X11/fonts/TTF/fonts.dir 25231 16 -rw-r--r-- 1 root wheel 6263 Dec 17 05:42 usr/local/lib/X11/fonts/TTF/fonts.scale --- ----- Forwarded message from Ports-QAT ----- Date: Tue, 17 Dec 2013 06:10:40 -0000 From: Ports-QAT To: amdmi3@FreeBSD.org To: amdmi3@FreeBSD.org Cc: decke@FreeBSD.org, ports@FreeBSD.org Subject: [QAT] r336694: 8x leftovers Reply-To: qat@redports.org - Support staging - Whitespace fix --------------------------------------------------------------------- Build ID: 20131217053601-27469 Job owner: amdmi3@FreeBSD.org Buildtime: 35 minutes Enddate: Tue, 17 Dec 2013 06:10:39 GMT Revision: r336694 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=336694 --------------------------------------------------------------------- Port: x11/avant-window-navigator 0.3.2.1_9 Buildgroup: 8.4-QAT/amd64 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~amdmi3@FreeBSD.org/20131217053601-27469-240324/avant-window-navigator-0.3.2.1_9.log Buildgroup: 8.4-QAT/i386 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~amdmi3@FreeBSD.org/20131217053601-27469-240325/avant-window-navigator-0.3.2.1_9.log Buildgroup: 9.2-QAT/amd64 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~amdmi3@FreeBSD.org/20131217053601-27469-240326/avant-window-navigator-0.3.2.1_9.log Buildgroup: 9.2-QAT/i386 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~amdmi3@FreeBSD.org/20131217053601-27469-240327/avant-window-navigator-0.3.2.1_9.log --------------------------------------------------------------------- Port: x11/avant-window-navigator-gnome 0.3.2.1_7 Buildgroup: 8.4-QAT/amd64 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~amdmi3@FreeBSD.org/20131217053601-27469-240328/avant-window-navigator-gnome-0.3.2.1_7.log Buildgroup: 8.4-QAT/i386 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~amdmi3@FreeBSD.org/20131217053601-27469-240329/avant-window-navigator-gnome-0.3.2.1_7.log Buildgroup: 9.2-QAT/amd64 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~amdmi3@FreeBSD.org/20131217053601-27469-240330/avant-window-navigator-gnome-0.3.2.1_7.log Buildgroup: 9.2-QAT/i386 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~amdmi3@FreeBSD.org/20131217053601-27469-240331/avant-window-navigator-gnome-0.3.2.1_7.log -- Buildarchive URL: redports ----- End forwarded message ----- -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru From owner-freebsd-x11@FreeBSD.ORG Tue Dec 17 18:00:07 2013 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 180561B2; Tue, 17 Dec 2013 18:00:07 +0000 (UTC) Received: from mail.xcllnt.net (mail.xcllnt.net [50.0.150.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D1BB11CE5; Tue, 17 Dec 2013 18:00:06 +0000 (UTC) Received: from [172.29.9.178] ([66.129.239.13]) (authenticated bits=0) by mail.xcllnt.net (8.14.7/8.14.7) with ESMTP id rBHI04Xw023742 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Tue, 17 Dec 2013 10:00:05 -0800 (PST) (envelope-from marcel@xcllnt.net) Content-Type: multipart/signed; boundary="Apple-Mail=_4C5410FC-4A23-4C11-A711-843C98A4DADC"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Subject: Re: [ia64] graphics/dri breaks poudriere bulk From: Marcel Moolenaar In-Reply-To: <52AF3BB9.708@freebsd.org> Date: Tue, 17 Dec 2013 09:59:59 -0800 Message-Id: <7123B344-DAC1-492D-9367-F53886959D09@xcllnt.net> References: <3E272052-D3D6-4684-9B31-E638A41C4858@xcllnt.net> <52AB9164.20807@freebsd.org> <52AB93C0.3040004@freebsd.org> <20131214061455.GY59496@kib.kiev.ua> <52AC3CF1.2030103@freebsd.org> <20131214112009.GZ59496@kib.kiev.ua> <52AC3F65.20305@freebsd.org> <20131214113240.GB59496@kib.kiev.ua> <52AC42BF.8000307@freebsd.org> <20131214114601.GC59496@kib.kiev.ua> <52AC4654.1060002@freebsd.org> <0D36CB89-5769-4160-A850-594925FFE609@xcllnt.net> <52AF3BB9.708@freebsd.org> To: Niclas Zeising X-Mailer: Apple Mail (2.1827) Cc: x11@FreeBSD.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 18:00:07 -0000 --Apple-Mail=_4C5410FC-4A23-4C11-A711-843C98A4DADC Content-Type: multipart/mixed; boundary="Apple-Mail=_1DC9C650-99BB-458E-905C-92A1F1D13B06" --Apple-Mail=_1DC9C650-99BB-458E-905C-92A1F1D13B06 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=iso-8859-1 On Dec 16, 2013, at 9:43 AM, Niclas Zeising wrote: >> >> Sorry for the delay. I concur with what kib@ said. I'll see about >> fixing libdrm and the Mesa ports. > > No worries. And thanks for looking at this, I can't test ia64 myself. > Just let me know if I can help in any way. See attached diff. The diff can also be found in my home-directory in the custer as: ~marcel/dri.diff This builds, installs and deinstalls workout errors nor warnings for both old and new XORG -- on ia64 that is. There's no impact on x86 that I can see. PowerPC should be better, but I don't know the state of the ports for PowerPC to say anything about it working or not. The only non-obvious change is the definition of NOUVEAU for libdrm. It always gets build on ia64, so doesn't seem to be related to KMS. Note: the makefiles are rather hard to read with all the nested conditionals. Maybe using an approach like the following can keep it readable: ALL_DRI_DRIVERS=${INTEL_DRIVERS} ${NON_INTEL_DRIVERS} DRI_DRIVERS_i386=${ALL_DRI_DRIVERS} DRI_DRIVERS_amd64=${ALL_DRI_DRIVERS} DRI_DRIVERS_ia64=${NON_INTEL_DRIVERS} DRI_DRIVERS_powerpc=RADEON SWRAST DRI_DRIVERS=${DRI_DRIVERS_${ARCH}} This can be combined with the handling of WITH_NEW_XORG, which then only has to set INTEL_DRIVERS, NON_INTEL_DRIVERS, etc appropriately. Anyway, such a change is not for me to do, because I'm not a maintainer :-) FYI, -- Marcel Moolenaar marcel@xcllnt.net --Apple-Mail=_1DC9C650-99BB-458E-905C-92A1F1D13B06 Content-Disposition: attachment; filename=dri.diff Content-Type: application/octet-stream; name="dri.diff" Content-Transfer-Encoding: 7bit Index: dri/Makefile =================================================================== --- dri/Makefile (revision 336738) +++ dri/Makefile (working copy) @@ -41,7 +41,7 @@ PLIST_SUB+= VERSION=${MESADISTVERSION} -.if ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH} == ia64 +.if ${ARCH} == amd64 || ${ARCH} == i386 DRI_DRIVERS= ${ALL_DRI_DRIVERS} .endif @@ -58,6 +58,9 @@ CONFIGURE_ARGS+=--enable-gallium-llvm=no --without-gallium-drivers PLIST_SUB+= GALLIUM="@comment " . endif +. if ${ARCH} == ia64 +DRI_DRIVERS= R200 RADEON SWRAST +.endif . if ${ARCH} == powerpc DRI_DRIVERS= RADEON SWRAST . endif @@ -65,6 +68,9 @@ DRI_DRIVERS= SWRAST . endif .else # !defined(WITH_NEW_XORG) +. if ${ARCH} == ia64 +DRI_DRIVERS= R200 RADEON SWRAST MACH64 MGA R128 R300 R600 SAVAGE SIS TDFX UNICHROME +.endif . if ${ARCH} == powerpc DRI_DRIVERS= MACH64 RADEON SWRAST TDFX . elif ${ARCH} == sparc64 Index: libdrm/Makefile =================================================================== --- libdrm/Makefile (revision 336738) +++ libdrm/Makefile (working copy) @@ -34,10 +34,10 @@ .if ${ARCH} == "amd64" || ${ARCH} == "i386" CONFIGURE_ARGS+=--enable-libkms EXTRA_PATCHES+= ${FILESDIR}/extra-xf86drmMode.c -PLIST_SUB+= KMS="" NOUVEAU="" +PLIST_SUB+= KMS="" .else CONFIGURE_ARGS+=--disable-libkms -PLIST_SUB+= KMS="@comment " NOUVEAU="@comment " +PLIST_SUB+= KMS="@comment " .endif .if ${PORT_OPTIONS:MMANPAGES} @@ -62,16 +62,21 @@ CONFIGURE_ARGS= --enable-nouveau-experimental-api LIBDRM_VERSION= 2.4.17 LIBDRM_REVISION=1 -PLIST_SUB+= OLD="" NEW="@comment " NOUVEAU="" +PLIST_SUB+= OLD="" NEW="@comment " .endif -.if ${ARCH} == "amd64" || ${ARCH} == "i386" || ${ARCH} == "ia64" || ${ARCH} == "powerpc" +PLIST_SUB+= NOUVEAU="" +.if ${ARCH} == "amd64" || ${ARCH} == "i386" PLIST_SUB+= INTEL_DRIVER="" PLIST_SUB+= RADEON_DRIVERS="" .else PLIST_SUB+= INTEL_DRIVER="@comment " +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" +PLIST_SUB+= RADEON_DRIVERS="" +.else PLIST_SUB+= RADEON_DRIVERS="@comment " .endif +.endif pre-patch: @${REINPLACE_CMD} 's|{libdir}/pkgconfig|{prefix}/libdata/pkgconfig|g; \ --Apple-Mail=_1DC9C650-99BB-458E-905C-92A1F1D13B06 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=iso-8859-1 --Apple-Mail=_1DC9C650-99BB-458E-905C-92A1F1D13B06-- --Apple-Mail=_4C5410FC-4A23-4C11-A711-843C98A4DADC Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - http://gpgtools.org iEYEARECAAYFAlKwkR8ACgkQpgWlLWHuifa/4gCdFdtHDg12j+saoD56Znuf6qdA jbQAnAp5O8UUwn7/n6m1LlpZaAeHInyS =GA8I -----END PGP SIGNATURE----- --Apple-Mail=_4C5410FC-4A23-4C11-A711-843C98A4DADC-- From owner-freebsd-x11@FreeBSD.ORG Tue Dec 17 20:08:03 2013 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C6A47A09; Tue, 17 Dec 2013 20:08:03 +0000 (UTC) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8C7171667; Tue, 17 Dec 2013 20:08:03 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.7/8.14.7) with ESMTP id rBHK7u7E046050; Tue, 17 Dec 2013 12:07:56 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.7/8.14.7/Submit) id rBHK7up4046049; Tue, 17 Dec 2013 12:07:56 -0800 (PST) (envelope-from sgk) Date: Tue, 17 Dec 2013 12:07:56 -0800 From: Steve Kargl To: x11@freebsd.org Subject: Re: [HEADS UP] xorg version switch in CURRENT Message-ID: <20131217200756.GA46033@troutmask.apl.washington.edu> References: <52AEE215.1060806@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52AEE215.1060806@freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@freebsd.org, current@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 20:08:03 -0000 On Mon, Dec 16, 2013 at 12:20:53PM +0100, Niclas Zeising wrote: > > To get VT switching when using KMS drivers (ATI, Intel) please use > newcons: https://wiki.freebsd.org/Newcons or if that is not possible, > force the use of the vesa driver for xorg. > It appears that newcons is unusable with a static kernel. Adding 'device drm2' and 'device i915kms' to my kernel config results in a quick death to 'make buldkernel'. -- Steve From owner-freebsd-x11@FreeBSD.ORG Tue Dec 17 20:12:14 2013 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A769EDAA; Tue, 17 Dec 2013 20:12:14 +0000 (UTC) Received: from smtpauth2.wiscmail.wisc.edu (wmauth2.doit.wisc.edu [144.92.197.222]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 74F9516EB; Tue, 17 Dec 2013 20:12:13 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from avs-daemon.smtpauth2.wiscmail.wisc.edu by smtpauth2.wiscmail.wisc.edu (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) id <0MXY00500VWX2T00@smtpauth2.wiscmail.wisc.edu>; Tue, 17 Dec 2013 14:12:07 -0600 (CST) X-Spam-PmxInfo: Server=avs-2, Version=6.0.3.2322014, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2013.12.17.200315, SenderIP=0.0.0.0 X-Spam-Report: AuthenticatedSender=yes, SenderIP=0.0.0.0 Received: from comporellon.tachypleus.net (adsl-76-208-69-44.dsl.mdsnwi.sbcglobal.net [76.208.69.44]) by smtpauth2.wiscmail.wisc.edu (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) with ESMTPSA id <0MXY002U2W450G20@smtpauth2.wiscmail.wisc.edu>; Tue, 17 Dec 2013 14:12:06 -0600 (CST) Message-id: <52B0B015.4010600@freebsd.org> Date: Tue, 17 Dec 2013 14:12:05 -0600 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0 To: Steve Kargl , x11@freebsd.org Subject: Re: [HEADS UP] xorg version switch in CURRENT References: <52AEE215.1060806@freebsd.org> <20131217200756.GA46033@troutmask.apl.washington.edu> In-reply-to: <20131217200756.GA46033@troutmask.apl.washington.edu> Cc: ports@freebsd.org, current@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 20:12:14 -0000 On 12/17/13 14:07, Steve Kargl wrote: > On Mon, Dec 16, 2013 at 12:20:53PM +0100, Niclas Zeising wrote: >> To get VT switching when using KMS drivers (ATI, Intel) please use >> newcons: https://wiki.freebsd.org/Newcons or if that is not possible, >> force the use of the vesa driver for xorg. >> > It appears that newcons is unusable with a static kernel. > Adding 'device drm2' and 'device i915kms' to my kernel > config results in a quick death to 'make buldkernel'. > You may not want it either. The radeon KMS driver, if loaded with newcons before X, replaces your console with snow (or at least it did the last time I tried it). -Nathan From owner-freebsd-x11@FreeBSD.ORG Tue Dec 17 20:15:34 2013 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 971C3116; Tue, 17 Dec 2013 20:15:34 +0000 (UTC) Received: from mail-qc0-x22d.google.com (mail-qc0-x22d.google.com [IPv6:2607:f8b0:400d:c01::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 305BF1719; Tue, 17 Dec 2013 20:15:34 +0000 (UTC) Received: by mail-qc0-f173.google.com with SMTP id m20so5365123qcx.18 for ; Tue, 17 Dec 2013 12:15:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=iwlfA5GS5Qest+ne5GzcNCbnfG9IrFWbidr0Nkdk3ls=; b=EMhw7odNvb9hv+EtH/m+PfAvj/ILB4RWi4up+JG22k+1oNFA7IUQVdQQlJuLdqHOD5 cEhs29nl8HHph38S8CUay7BlwEEEMm76t251+tDoueilw3lY8pXxXidgW2phMQKOBsCx S/BRDSapYvnU4xGIzov1gcjDyhpXrU05+v7vWCw6a6td0vhDjYf+c1E2TNJl77TL8ygw LNACV6hOiFu4g9om7cYlU5kTtbohSNgYACal99cEkPd/1brg9Tk13nG7znZ6bC/fu3a/ RBU4AD6ZLb8hpCT9iMJvTL8U+bJaO0i3duCRUWI/0aD3xjRlnMAc6CzjqynHM52+i//o q2nw== MIME-Version: 1.0 X-Received: by 10.49.17.232 with SMTP id r8mr46559061qed.74.1387311333391; Tue, 17 Dec 2013 12:15:33 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.53.200 with HTTP; Tue, 17 Dec 2013 12:15:33 -0800 (PST) Received: by 10.224.53.200 with HTTP; Tue, 17 Dec 2013 12:15:33 -0800 (PST) In-Reply-To: <20131217200756.GA46033@troutmask.apl.washington.edu> References: <52AEE215.1060806@freebsd.org> <20131217200756.GA46033@troutmask.apl.washington.edu> Date: Tue, 17 Dec 2013 12:15:33 -0800 X-Google-Sender-Auth: IrH6thMt6A7Wx3FIv5WB0YQ5bF8 Message-ID: Subject: Re: [HEADS UP] xorg version switch in CURRENT From: Adrian Chadd To: Steve Kargl Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: ports@freebsd.org, x11@freebsd.org, current@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 20:15:34 -0000 I'm rapidly wondering if building this way should become unsupported. Too muxh unknown stuff is needed at startup and wed have to load all firmware bits to make it remotely work. On Dec 17, 2013 2:08 PM, "Steve Kargl" wrote: > On Mon, Dec 16, 2013 at 12:20:53PM +0100, Niclas Zeising wrote: > > > > To get VT switching when using KMS drivers (ATI, Intel) please use > > newcons: https://wiki.freebsd.org/Newcons or if that is not possible, > > force the use of the vesa driver for xorg. > > > > It appears that newcons is unusable with a static kernel. > Adding 'device drm2' and 'device i915kms' to my kernel > config results in a quick death to 'make buldkernel'. > > -- > Steve > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > From owner-freebsd-x11@FreeBSD.ORG Tue Dec 17 20:54:33 2013 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AF4A0343; Tue, 17 Dec 2013 20:54:33 +0000 (UTC) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 71E2D1AD8; Tue, 17 Dec 2013 20:54:33 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.7/8.14.7) with ESMTP id rBHKsXe8046390; Tue, 17 Dec 2013 12:54:33 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.7/8.14.7/Submit) id rBHKsX94046389; Tue, 17 Dec 2013 12:54:33 -0800 (PST) (envelope-from sgk) Date: Tue, 17 Dec 2013 12:54:33 -0800 From: Steve Kargl To: Adrian Chadd Subject: Re: [HEADS UP] xorg version switch in CURRENT Message-ID: <20131217205433.GA46339@troutmask.apl.washington.edu> References: <52AEE215.1060806@freebsd.org> <20131217200756.GA46033@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@freebsd.org, x11@freebsd.org, current@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 20:54:33 -0000 On Tue, Dec 17, 2013 at 12:15:33PM -0800, Adrian Chadd wrote: > On Dec 17, 2013 2:08 PM, "Steve Kargl" > wrote: > > > On Mon, Dec 16, 2013 at 12:20:53PM +0100, Niclas Zeising wrote: > > > > > > To get VT switching when using KMS drivers (ATI, Intel) please use > > > newcons: https://wiki.freebsd.org/Newcons or if that is not possible, > > > force the use of the vesa driver for xorg. > > > > It appears that newcons is unusable with a static kernel. > > Adding 'device drm2' and 'device i915kms' to my kernel > > config results in a quick death to 'make buldkernel'. > > I'm rapidly wondering if building this way should become unsupported. Too > muxh unknown stuff is needed at startup and wed have to load all firmware > bits to make it remotely work. Well, in that case, it should be formally deprecated, which means it is here for at least the FreeBSD-11 release cycle. I suppose you can try to fast-track the deprecation by having Release Engineering slip a note into the Release Notes of FreeBSD-10. -- Steve From owner-freebsd-x11@FreeBSD.ORG Tue Dec 17 21:32:05 2013 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D958544A; Tue, 17 Dec 2013 21:32:05 +0000 (UTC) Received: from smtp.dlink.ua (smtp.dlink.ua [193.138.187.146]) by mx1.freebsd.org (Postfix) with ESMTP id 913761F20; Tue, 17 Dec 2013 21:32:05 +0000 (UTC) Received: from rnote.ddteam.net (7-17-135-95.pool.ukrtel.net [95.135.17.7]) (Authenticated sender: ray) by smtp.dlink.ua (Postfix) with ESMTPSA id 81088C4935; Tue, 17 Dec 2013 23:32:04 +0200 (EET) Date: Tue, 17 Dec 2013 23:32:02 +0200 From: Aleksandr Rybalko To: Nathan Whitehorn Subject: Re: [HEADS UP] xorg version switch in CURRENT Message-Id: <20131217233202.952bc846.ray@freebsd.org> In-Reply-To: <52B0B015.4010600@freebsd.org> References: <52AEE215.1060806@freebsd.org> <20131217200756.GA46033@troutmask.apl.washington.edu> <52B0B015.4010600@freebsd.org> Organization: FreeBSD.ORG X-Mailer: Sylpheed 3.1.2 (GTK+ 2.24.5; amd64-portbld-freebsd9.0) X-Operating-System: FreeBSD Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, x11@freebsd.org, current@freebsd.org, Steve Kargl X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 21:32:05 -0000 On Tue, 17 Dec 2013 14:12:05 -0600 Nathan Whitehorn wrote: > On 12/17/13 14:07, Steve Kargl wrote: > > On Mon, Dec 16, 2013 at 12:20:53PM +0100, Niclas Zeising wrote: > >> To get VT switching when using KMS drivers (ATI, Intel) please use > >> newcons: https://wiki.freebsd.org/Newcons or if that is not > >> possible, force the use of the vesa driver for xorg. > >> > > It appears that newcons is unusable with a static kernel. > > Adding 'device drm2' and 'device i915kms' to my kernel > > config results in a quick death to 'make buldkernel'. > > > > You may not want it either. The radeon KMS driver, if loaded with > newcons before X, replaces your console with snow (or at least it did > the last time I tried it). Nathan, on which h/w you did that test? 3 different systems with Intel graphic works fine for me. > -Nathan > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org" -- Aleksandr Rybalko From owner-freebsd-x11@FreeBSD.ORG Tue Dec 17 22:15:55 2013 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 28E12243; Tue, 17 Dec 2013 22:15:55 +0000 (UTC) Received: from smtp.dlink.ua (smtp.dlink.ua [193.138.187.146]) by mx1.freebsd.org (Postfix) with ESMTP id D61D41268; Tue, 17 Dec 2013 22:15:54 +0000 (UTC) Received: from rnote.ddteam.net (7-17-135-95.pool.ukrtel.net [95.135.17.7]) (Authenticated sender: ray) by smtp.dlink.ua (Postfix) with ESMTPSA id ADE8EC4950; Wed, 18 Dec 2013 00:15:53 +0200 (EET) Date: Wed, 18 Dec 2013 00:15:52 +0200 From: Aleksandr Rybalko To: Steve Kargl Subject: Re: [HEADS UP] xorg version switch in CURRENT Message-Id: <20131218001552.3119012f.ray@freebsd.org> In-Reply-To: <20131217200756.GA46033@troutmask.apl.washington.edu> References: <52AEE215.1060806@freebsd.org> <20131217200756.GA46033@troutmask.apl.washington.edu> Organization: FreeBSD.ORG X-Mailer: Sylpheed 3.1.2 (GTK+ 2.24.5; amd64-portbld-freebsd9.0) X-Operating-System: FreeBSD Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, x11@freebsd.org, current@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 22:15:55 -0000 On Tue, 17 Dec 2013 12:07:56 -0800 Steve Kargl wrote: > On Mon, Dec 16, 2013 at 12:20:53PM +0100, Niclas Zeising wrote: > > > > To get VT switching when using KMS drivers (ATI, Intel) please use > > newcons: https://wiki.freebsd.org/Newcons or if that is not > > possible, force the use of the vesa driver for xorg. > > > > It appears that newcons is unusable with a static kernel. > Adding 'device drm2' and 'device i915kms' to my kernel > config results in a quick death to 'make buldkernel'. Hi Steve! Don't panic :) drm2/i915kms/radeonkms can't be built as part of static kernel. at least no definitions for that (sys/conf/files or sys/conf/files. ${ARCH} should contain instructions which modules to include). and newcons is unrelated here :) You can try it with just preload modules. 1. Build/install kernel with vt and vt_vga. 2. reboot and break in the loader. 3. do: load i915kms 4. do: boot Have a nice day! > > -- > Steve > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org" WBW -- Aleksandr Rybalko From owner-freebsd-x11@FreeBSD.ORG Tue Dec 17 22:26:13 2013 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1F14FC83; Tue, 17 Dec 2013 22:26:13 +0000 (UTC) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D63241345; Tue, 17 Dec 2013 22:26:12 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.7/8.14.7) with ESMTP id rBHMQCfF047016; Tue, 17 Dec 2013 14:26:12 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.7/8.14.7/Submit) id rBHMQC0e047015; Tue, 17 Dec 2013 14:26:12 -0800 (PST) (envelope-from sgk) Date: Tue, 17 Dec 2013 14:26:12 -0800 From: Steve Kargl To: Aleksandr Rybalko Subject: Re: [HEADS UP] xorg version switch in CURRENT Message-ID: <20131217222612.GA46961@troutmask.apl.washington.edu> References: <52AEE215.1060806@freebsd.org> <20131217200756.GA46033@troutmask.apl.washington.edu> <20131218001552.3119012f.ray@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131218001552.3119012f.ray@freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@freebsd.org, x11@freebsd.org, current@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 22:26:13 -0000 On Wed, Dec 18, 2013 at 12:15:52AM +0200, Aleksandr Rybalko wrote: > On Tue, 17 Dec 2013 12:07:56 -0800 > Steve Kargl wrote: > > > On Mon, Dec 16, 2013 at 12:20:53PM +0100, Niclas Zeising wrote: > > > > > > To get VT switching when using KMS drivers (ATI, Intel) please use > > > newcons: https://wiki.freebsd.org/Newcons or if that is not > > > possible, force the use of the vesa driver for xorg. > > > > > > > It appears that newcons is unusable with a static kernel. > > Adding 'device drm2' and 'device i915kms' to my kernel > > config results in a quick death to 'make buldkernel'. > > Don't panic :) No panic, here. > drm2/i915kms/radeonkms can't be built as part of static kernel. > at least no definitions for that (sys/conf/files or sys/conf/files. > ${ARCH} should contain instructions which modules to include). > > and newcons is unrelated here :) > > You can try it with just preload modules. > 1. Build/install kernel with vt and vt_vga. > 2. reboot and break in the loader. > 3. do: load i915kms > 4. do: boot > (Un)fortunately, I do not use modules. -- Steve From owner-freebsd-x11@FreeBSD.ORG Tue Dec 17 23:27:33 2013 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1E2E5B4A; Tue, 17 Dec 2013 23:27:33 +0000 (UTC) Received: from smtpauth4.wiscmail.wisc.edu (wmauth4.doit.wisc.edu [144.92.197.145]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C8EB9178D; Tue, 17 Dec 2013 23:27:32 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from avs-daemon.smtpauth4.wiscmail.wisc.edu by smtpauth4.wiscmail.wisc.edu (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) id <0MXZ000004ZGUM00@smtpauth4.wiscmail.wisc.edu>; Tue, 17 Dec 2013 17:27:23 -0600 (CST) X-Spam-PmxInfo: Server=avs-4, Version=6.0.3.2322014, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2013.12.17.231814, SenderIP=0.0.0.0 X-Spam-Report: AuthenticatedSender=yes, SenderIP=0.0.0.0 Received: from comporellon.tachypleus.net (adsl-76-208-69-44.dsl.mdsnwi.sbcglobal.net [76.208.69.44]) by smtpauth4.wiscmail.wisc.edu (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) with ESMTPSA id <0MXZ00KEX55M1J00@smtpauth4.wiscmail.wisc.edu>; Tue, 17 Dec 2013 17:27:23 -0600 (CST) Message-id: <52B0DDDA.8010608@freebsd.org> Date: Tue, 17 Dec 2013 17:27:22 -0600 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0 To: Aleksandr Rybalko Subject: Re: [HEADS UP] xorg version switch in CURRENT References: <52AEE215.1060806@freebsd.org> <20131217200756.GA46033@troutmask.apl.washington.edu> <52B0B015.4010600@freebsd.org> <20131217233202.952bc846.ray@freebsd.org> In-reply-to: <20131217233202.952bc846.ray@freebsd.org> Cc: ports@freebsd.org, x11@freebsd.org, current@freebsd.org, Steve Kargl X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 23:27:33 -0000 On 12/17/13 15:32, Aleksandr Rybalko wrote: > On Tue, 17 Dec 2013 14:12:05 -0600 > Nathan Whitehorn wrote: > >> On 12/17/13 14:07, Steve Kargl wrote: >>> On Mon, Dec 16, 2013 at 12:20:53PM +0100, Niclas Zeising wrote: >>>> To get VT switching when using KMS drivers (ATI, Intel) please use >>>> newcons: https://wiki.freebsd.org/Newcons or if that is not >>>> possible, force the use of the vesa driver for xorg. >>>> >>> It appears that newcons is unusable with a static kernel. >>> Adding 'device drm2' and 'device i915kms' to my kernel >>> config results in a quick death to 'make buldkernel'. >>> >> You may not want it either. The radeon KMS driver, if loaded with >> newcons before X, replaces your console with snow (or at least it did >> the last time I tried it). > Nathan, on which h/w you did that test? 3 different systems with Intel > graphic works fine for me. This is on the following graphics card on amd64: vgapci0@pci0:3:0:0: class=0x030000 card=0x10022f43 chip=0x95cc1002 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices [AMD] nee ATI' device = 'RV620 [ATI FireGL V3700]' I'll run the test again today or tomorrow and see if it still happens. -Nathan From owner-freebsd-x11@FreeBSD.ORG Tue Dec 17 23:29:31 2013 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 630CBD2B for ; Tue, 17 Dec 2013 23:29:31 +0000 (UTC) Received: from mail-ee0-f53.google.com (mail-ee0-f53.google.com [74.125.83.53]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E73F517A6 for ; Tue, 17 Dec 2013 23:29:30 +0000 (UTC) Received: by mail-ee0-f53.google.com with SMTP id b57so3155826eek.26 for ; Tue, 17 Dec 2013 15:29:23 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=PCkZdeMlSmKEv5JcPGjTnWhFnv+grbUbwk5DQZUaz2s=; b=BPrQfv1siCEm5xLSRDJ13xY6jiHgNGvVi2LZsMhGX15NoHufznV9fcQQZxWU6gMxRi k052DnDcoaSgPVpZMuE1T4RmC7RprzzmEBo8Yb8AYXbK5vaVA5RGxfKWI21Lrhl/ShwA N+ZpXRO/GpdCA87Fd4b+17ERy1X77Vdrp+h+fqu9N1GXc0AnAL7vRUpdgdFJhSI4vELR PONK0MG91srn3Kj/iVuajL4TDOzZB6ucFUTfCBTBZFdRscNkEAZ9yFuAQLbvqsd/Rx2E hOn7qkCdgFA2pntLw8MbcvaKl5rkBcKQ5AUjJFBoSvLLwLT/cyhJNgbyRhtVfDLWcI2O /yMg== X-Gm-Message-State: ALoCoQm/tK2vkKY/e+yGdLmQgUwkm2f73ULtSp1ALTbBqKwgYgB6nxYvD1tV61o3F5urJi97VXd2 X-Received: by 10.14.215.67 with SMTP id d43mr17575761eep.108.1387322963392; Tue, 17 Dec 2013 15:29:23 -0800 (PST) Received: from raynote.ddteam.net (7-17-135-95.pool.ukrtel.net. [95.135.17.7]) by mx.google.com with ESMTPSA id 4sm57276503eed.14.2013.12.17.15.29.22 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 17 Dec 2013 15:29:22 -0800 (PST) Message-ID: <52B0DE17.7030104@ddteam.net> Date: Wed, 18 Dec 2013 01:28:23 +0200 From: Aleksandr Rybalko User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Firefox/24.0 SeaMonkey/2.21 MIME-Version: 1.0 To: Nathan Whitehorn , Aleksandr Rybalko Subject: Re: [HEADS UP] xorg version switch in CURRENT References: <52AEE215.1060806@freebsd.org> <20131217200756.GA46033@troutmask.apl.washington.edu> <52B0B015.4010600@freebsd.org> <20131217233202.952bc846.ray@freebsd.org> <52B0DDDA.8010608@freebsd.org> In-Reply-To: <52B0DDDA.8010608@freebsd.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, x11@freebsd.org, current@freebsd.org, Steve Kargl X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 23:29:31 -0000 On 18.12.2013 01:27, Nathan Whitehorn wrote: > On 12/17/13 15:32, Aleksandr Rybalko wrote: >> On Tue, 17 Dec 2013 14:12:05 -0600 >> Nathan Whitehorn wrote: >> >>> On 12/17/13 14:07, Steve Kargl wrote: >>>> On Mon, Dec 16, 2013 at 12:20:53PM +0100, Niclas Zeising wrote: >>>>> To get VT switching when using KMS drivers (ATI, Intel) please use >>>>> newcons: https://wiki.freebsd.org/Newcons or if that is not >>>>> possible, force the use of the vesa driver for xorg. >>>>> >>>> It appears that newcons is unusable with a static kernel. >>>> Adding 'device drm2' and 'device i915kms' to my kernel >>>> config results in a quick death to 'make buldkernel'. >>>> >>> You may not want it either. The radeon KMS driver, if loaded with >>> newcons before X, replaces your console with snow (or at least it did >>> the last time I tried it). >> Nathan, on which h/w you did that test? 3 different systems with Intel >> graphic works fine for me. > > This is on the following graphics card on amd64: > > vgapci0@pci0:3:0:0: class=0x030000 card=0x10022f43 chip=0x95cc1002 > rev=0x00 hdr=0x00 > vendor = 'Advanced Micro Devices [AMD] nee ATI' > device = 'RV620 [ATI FireGL V3700]' > > I'll run the test again today or tomorrow and see if it still happens. > -Nathan Please do. Thanks! From owner-freebsd-x11@FreeBSD.ORG Wed Dec 18 00:20:08 2013 Return-Path: Delivered-To: freebsd-x11@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EA495F58; Wed, 18 Dec 2013 00:20:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C04441CAA; Wed, 18 Dec 2013 00:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBI0K8Ya057204; Wed, 18 Dec 2013 00:20:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBI0K82l057203; Wed, 18 Dec 2013 00:20:08 GMT (envelope-from edwin) Date: Wed, 18 Dec 2013 00:20:08 GMT Message-Id: <201312180020.rBI0K82l057203@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-x11@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184952: x11-servers/xorg-server: Slave port makefiles all have same error X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 00:20:09 -0000 Synopsis: x11-servers/xorg-server: Slave port makefiles all have same error Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Wed Dec 18 00:20:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184952 From owner-freebsd-x11@FreeBSD.ORG Wed Dec 18 04:23:00 2013 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3113093C for ; Wed, 18 Dec 2013 04:23:00 +0000 (UTC) Received: from mail-wg0-x22c.google.com (mail-wg0-x22c.google.com [IPv6:2a00:1450:400c:c00::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B36221059 for ; Wed, 18 Dec 2013 04:22:58 +0000 (UTC) Received: by mail-wg0-f44.google.com with SMTP id a1so6823322wgh.11 for ; Tue, 17 Dec 2013 20:22:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=glx.me; s=g; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=cYGSH5ULRqu9eeXd5A38mwatPnTGRm8M8EIDi1jCWkA=; b=eqLBR8qEJLE1igYL1crDy9PY3R+19sj3mmLjshUUBcJHWRs6O2VjmLyh7QbYq+zcwu SPupJnOLiRWLb3B5c9gocOKe2ipj4PLIukkHMVzQgSLeLlCnrWxX94O/tVy6oJyZ5IgC WMcBHbtmmKvyk0Zs+eX/L04Q0ivUbvYMZs2qA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=cYGSH5ULRqu9eeXd5A38mwatPnTGRm8M8EIDi1jCWkA=; b=Mi+jktf+Pv734jeB52WsHWFKw/woQWX9daUqHUVlJrHmmIxEA7UGpnjNEJ5QAIxyrQ EgtjTc51Y4YVX/ZjsprB0XNKfxppXrWbPnsE4I9OSr9T9gVznxsy1rQLSRGttslsMD4E ij/rCWgJYsVIZNWWJ2o9ZIlifcaSm8kEB05H7jnO4IKMB7Q7rt71xBVCp8pRV/69XhIc MbZNMgMNi5e9kk7RI7KIyCjpovTebQScO6oaKIFAkrSvgUbEKWNMc9MKLMKpVDmvIKbz IyW8EZ4WRQUL1dI9zdfFIVpb+KJWohGNTDmhiQUIlr++/96JN6xCzS88nKusfKXaqjPT u9ZA== X-Gm-Message-State: ALoCoQna2L9LYaxDXLuyi+lasiSHIWNoCMlhMuWbiye0sFHbj6U8bpCMyn5r4xhangtOJrjVlTmw MIME-Version: 1.0 X-Received: by 10.180.106.40 with SMTP id gr8mr6160831wib.48.1387340577472; Tue, 17 Dec 2013 20:22:57 -0800 (PST) Received: by 10.194.62.230 with HTTP; Tue, 17 Dec 2013 20:22:57 -0800 (PST) X-Originating-IP: [101.82.173.103] In-Reply-To: <52B0DE17.7030104@ddteam.net> References: <52AEE215.1060806@freebsd.org> <20131217200756.GA46033@troutmask.apl.washington.edu> <52B0B015.4010600@freebsd.org> <20131217233202.952bc846.ray@freebsd.org> <52B0DDDA.8010608@freebsd.org> <52B0DE17.7030104@ddteam.net> Date: Wed, 18 Dec 2013 12:22:57 +0800 Message-ID: Subject: Re: [HEADS UP] xorg version switch in CURRENT From: J M To: Aleksandr Rybalko Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: current@freebsd.org, ports@freebsd.org, Aleksandr Rybalko , x11@freebsd.org, Nathan Whitehorn , Steve Kargl X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 04:23:00 -0000 Following this list: http://lists.freebsd.org/pipermail/freebsd-x11/2013-December/013911.html Rebuild xorg again on FreeBSD 10.0 rc2: WITH_NEW_XORG= WITH_KMS= WITH_GALLIUM= Build es2tri.c in mesa demos http://cgit.freedesktop.org/mesa/demos/tree/src/egl/opengles2/es2tri.c ################################################################################# J@build:~ % clang es2tri.c -o es2tri `pkgconf --cflags --libs x11 egl glesv2 gl` J@build:~ % ./es2tri ################################################################################# A window with a triangle is shown. It is on an Intel video card. But when I built nvidia driver and found this error again. ################################################################################# root@build:~ # cd /usr/ports/x11/nvidia-driver-304 root@build:/usr/ports/x11/nvidia-driver-304 # make install clean J@build:~ % clang es2tri.c -o es2tri `pkgconf --cflags --libs x11 egl glesv2 gl` /usr/local/lib/libGLESv2.so: undefined reference to `_glapi_get_dispatch' /usr/local/lib/libGLESv2.so: undefined reference to `_glapi_Dispatch' clang: error: linker command failed with exit code 1 (use -v to see invocation) J@build:~ % clang es2tri.c -o es2tri `pkgconf --cflags --libs x11 egl glesv2` /usr/local/lib/libGLESv2.so: undefined reference to `_glapi_get_dispatch' /usr/local/lib/libGLESv2.so: undefined reference to `_glapi_Dispatch' clang: error: linker command failed with exit code 1 (use -v to see invocation) J@build:~ % clang es2tri.c -o es2tri `pkgconf --cflags --libs x11 egl gl` J@build:~ % ./es2tri Bus error (core dumped) ################################################################################# I think it is because a mismatch configure, and also because gles driver is incomplete. On Wed, Dec 18, 2013 at 7:28 AM, Aleksandr Rybalko wrote: > On 18.12.2013 01:27, Nathan Whitehorn wrote: > > On 12/17/13 15:32, Aleksandr Rybalko wrote: > >> On Tue, 17 Dec 2013 14:12:05 -0600 > >> Nathan Whitehorn wrote: > >> > >>> On 12/17/13 14:07, Steve Kargl wrote: > >>>> On Mon, Dec 16, 2013 at 12:20:53PM +0100, Niclas Zeising wrote: > >>>>> To get VT switching when using KMS drivers (ATI, Intel) please use > >>>>> newcons: https://wiki.freebsd.org/Newcons or if that is not > >>>>> possible, force the use of the vesa driver for xorg. > >>>>> > >>>> It appears that newcons is unusable with a static kernel. > >>>> Adding 'device drm2' and 'device i915kms' to my kernel > >>>> config results in a quick death to 'make buldkernel'. > >>>> > >>> You may not want it either. The radeon KMS driver, if loaded with > >>> newcons before X, replaces your console with snow (or at least it did > >>> the last time I tried it). > >> Nathan, on which h/w you did that test? 3 different systems with Intel > >> graphic works fine for me. > > > > This is on the following graphics card on amd64: > > > > vgapci0@pci0:3:0:0: class=0x030000 card=0x10022f43 chip=0x95cc1002 > > rev=0x00 hdr=0x00 > > vendor = 'Advanced Micro Devices [AMD] nee ATI' > > device = 'RV620 [ATI FireGL V3700]' > > > > I'll run the test again today or tomorrow and see if it still happens. > > -Nathan > Please do. > > Thanks! > > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > From owner-freebsd-x11@FreeBSD.ORG Wed Dec 18 04:50:09 2013 Return-Path: Delivered-To: freebsd-x11@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 78943156; Wed, 18 Dec 2013 04:50:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4EFA411E6; Wed, 18 Dec 2013 04:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBI4o9xB017580; Wed, 18 Dec 2013 04:50:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBI4o92e017579; Wed, 18 Dec 2013 04:50:09 GMT (envelope-from edwin) Date: Wed, 18 Dec 2013 04:50:09 GMT Message-Id: <201312180450.rBI4o92e017579@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-x11@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184955: graphics/dri fail X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 04:50:09 -0000 Synopsis: graphics/dri fail Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Wed Dec 18 04:50:09 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184955 From owner-freebsd-x11@FreeBSD.ORG Wed Dec 18 09:45:37 2013 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 85432FBD; Wed, 18 Dec 2013 09:45:37 +0000 (UTC) Received: from fep14.mx.upcmail.net (fep14.mx.upcmail.net [62.179.121.34]) by mx1.freebsd.org (Postfix) with ESMTP id 3168B1B0B; Wed, 18 Dec 2013 09:45:35 +0000 (UTC) Received: from edge02.upcmail.net ([192.168.13.237]) by viefep14-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20131218094534.LHEA2802.viefep14-int.chello.at@edge02.upcmail.net>; Wed, 18 Dec 2013 10:45:34 +0100 Received: from [127.0.0.1] ([178.84.134.112]) by edge02.upcmail.net with edge id 2xlX1n01r2Rg3Ey02xlXkk; Wed, 18 Dec 2013 10:45:34 +0100 X-SourceIP: 178.84.134.112 Message-ID: <52B16EBB.3090106@rainbow-runner.nl> Date: Wed, 18 Dec 2013 10:45:31 +0100 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: J M , Aleksandr Rybalko Subject: Re: [HEADS UP] xorg version switch in CURRENT References: <52AEE215.1060806@freebsd.org> <20131217200756.GA46033@troutmask.apl.washington.edu> <52B0B015.4010600@freebsd.org> <20131217233202.952bc846.ray@freebsd.org> <52B0DDDA.8010608@freebsd.org> <52B0DE17.7030104@ddteam.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 131217-2, 18-12-2013), Outbound message X-Antivirus-Status: Clean Cc: current@freebsd.org, ports@freebsd.org, Aleksandr Rybalko , x11@freebsd.org, Nathan Whitehorn , Steve Kargl X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 09:45:37 -0000 On 18-12-2013 5:22, J M wrote: > Following this list: > http://lists.freebsd.org/pipermail/freebsd-x11/2013-December/013911.html > > Rebuild xorg again on FreeBSD 10.0 rc2: > WITH_NEW_XORG= > WITH_KMS= > WITH_GALLIUM= > > Build es2tri.c in mesa demos > http://cgit.freedesktop.org/mesa/demos/tree/src/egl/opengles2/es2tri.c > ################################################################################# > J@build:~ % clang es2tri.c -o es2tri `pkgconf --cflags --libs x11 egl > glesv2 gl` > J@build:~ % ./es2tri > ################################################################################# > A window with a triangle is shown. > > It is on an Intel video card. > > But when I built nvidia driver and found this error again. > ################################################################################# > root@build:~ # cd /usr/ports/x11/nvidia-driver-304 > root@build:/usr/ports/x11/nvidia-driver-304 # make install clean > > J@build:~ % clang es2tri.c -o es2tri `pkgconf --cflags --libs x11 egl > glesv2 gl` > /usr/local/lib/libGLESv2.so: undefined reference to `_glapi_get_dispatch' > /usr/local/lib/libGLESv2.so: undefined reference to `_glapi_Dispatch' > clang: error: linker command failed with exit code 1 (use -v to see > invocation) > J@build:~ % clang es2tri.c -o es2tri `pkgconf --cflags --libs x11 egl > glesv2` > /usr/local/lib/libGLESv2.so: undefined reference to `_glapi_get_dispatch' > /usr/local/lib/libGLESv2.so: undefined reference to `_glapi_Dispatch' > clang: error: linker command failed with exit code 1 (use -v to see > invocation) > J@build:~ % clang es2tri.c -o es2tri `pkgconf --cflags --libs x11 egl gl` > J@build:~ % ./es2tri > Bus error (core dumped) > ################################################################################# > > I think it is because a mismatch configure, and also because gles driver is > incomplete. I will take a look at making the libglesv2 port to work. I think I already know what I need to do to make this work. Thank you for testing the libEGL and libglesv2 ports. -Koop --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com From owner-freebsd-x11@FreeBSD.ORG Wed Dec 18 13:22:43 2013 Return-Path: Delivered-To: freebsd-x11@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 77446AFF; Wed, 18 Dec 2013 13:22:43 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4A0A21EB6; Wed, 18 Dec 2013 13:22:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBIDMh3e047616; Wed, 18 Dec 2013 13:22:43 GMT (envelope-from zeising@freefall.freebsd.org) Received: (from zeising@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBIDMgMP047615; Wed, 18 Dec 2013 13:22:42 GMT (envelope-from zeising) Date: Wed, 18 Dec 2013 13:22:42 GMT Message-Id: <201312181322.rBIDMgMP047615@freefall.freebsd.org> To: ler@lerctr.org, zeising@FreeBSD.org, freebsd-x11@FreeBSD.org From: zeising@FreeBSD.org Subject: Re: ports/184955: graphics/dri fail X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 13:22:43 -0000 Synopsis: graphics/dri fail State-Changed-From-To: open->closed State-Changed-By: zeising State-Changed-When: Wed Dec 18 13:22:42 UTC 2013 State-Changed-Why: This is a FAQ. Please read updating before updating xorg, as mentioned in the mail sent out at the same time. Remove libGL and dri before updating to the new versions. Closing this PR since it's not a bug. http://www.freebsd.org/cgi/query-pr.cgi?pr=184955 From owner-freebsd-x11@FreeBSD.ORG Wed Dec 18 14:50:10 2013 Return-Path: Delivered-To: freebsd-x11@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2883F262; Wed, 18 Dec 2013 14:50:10 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F21031474; Wed, 18 Dec 2013 14:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBIEo94H065915; Wed, 18 Dec 2013 14:50:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBIEo9Nf065880; Wed, 18 Dec 2013 14:50:09 GMT (envelope-from edwin) Date: Wed, 18 Dec 2013 14:50:09 GMT Message-Id: <201312181450.rBIEo9Nf065880@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-x11@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184967: graphics/libdrm regression 2.4.17_1 -> 2.4.50 on ia64 11-current X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 14:50:10 -0000 Synopsis: graphics/libdrm regression 2.4.17_1 -> 2.4.50 on ia64 11-current Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Wed Dec 18 14:50:09 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184967 From owner-freebsd-x11@FreeBSD.ORG Thu Dec 19 11:20:02 2013 Return-Path: Delivered-To: freebsd-x11@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 99CB6868 for ; Thu, 19 Dec 2013 11:20:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6BEAB151E for ; Thu, 19 Dec 2013 11:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBJBK2KR060363 for ; Thu, 19 Dec 2013 11:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJBK2vr060362; Thu, 19 Dec 2013 11:20:02 GMT (envelope-from gnats) Date: Thu, 19 Dec 2013 11:20:02 GMT Message-Id: <201312191120.rBJBK2vr060362@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org Cc: From: Niclas Zeising Subject: Re: ports/184967: graphics/libdrm regression 2.4.17_1 -> 2.4.50 on ia64 11-current X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Niclas Zeising List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 11:20:02 -0000 The following reply was made to PR ports/184967; it has been noted by GNATS. From: Niclas Zeising To: bug-followup@FreeBSD.org, mexas@bris.ac.uk Cc: Subject: Re: ports/184967: graphics/libdrm regression 2.4.17_1 -> 2.4.50 on ia64 11-current Date: Thu, 19 Dec 2013 12:08:59 +0100 This is a known issue, we are working on a fix. Regards! -- Niclas Zeising From owner-freebsd-x11@FreeBSD.ORG Thu Dec 19 13:19:04 2013 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 38181466; Thu, 19 Dec 2013 13:19:04 +0000 (UTC) Received: from smtpauth3.wiscmail.wisc.edu (wmauth3.doit.wisc.edu [144.92.197.226]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 018EA1F98; Thu, 19 Dec 2013 13:19:03 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from avs-daemon.smtpauth3.wiscmail.wisc.edu by smtpauth3.wiscmail.wisc.edu (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) id <0MY200N001DA4M00@smtpauth3.wiscmail.wisc.edu>; Thu, 19 Dec 2013 07:19:01 -0600 (CST) X-Spam-PmxInfo: Server=avs-3, Version=6.0.3.2322014, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2013.12.19.130915, SenderIP=0.0.0.0 X-Spam-Report: AuthenticatedSender=yes, SenderIP=0.0.0.0 Received: from comporellon.tachypleus.net (adsl-76-208-69-44.dsl.mdsnwi.sbcglobal.net [76.208.69.44]) by smtpauth3.wiscmail.wisc.edu (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) with ESMTPSA id <0MY200HZT2BO9D00@smtpauth3.wiscmail.wisc.edu>; Thu, 19 Dec 2013 07:19:01 -0600 (CST) Message-id: <52B2F243.6050804@freebsd.org> Date: Thu, 19 Dec 2013 07:18:59 -0600 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0 To: Aleksandr Rybalko , Aleksandr Rybalko Subject: Re: [HEADS UP] xorg version switch in CURRENT References: <52AEE215.1060806@freebsd.org> <20131217200756.GA46033@troutmask.apl.washington.edu> <52B0B015.4010600@freebsd.org> <20131217233202.952bc846.ray@freebsd.org> <52B0DDDA.8010608@freebsd.org> <52B0DE17.7030104@ddteam.net> In-reply-to: <52B0DE17.7030104@ddteam.net> Cc: ports@freebsd.org, x11@freebsd.org, current@freebsd.org, Steve Kargl X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 13:19:04 -0000 On 12/17/13 17:28, Aleksandr Rybalko wrote: > On 18.12.2013 01:27, Nathan Whitehorn wrote: >> On 12/17/13 15:32, Aleksandr Rybalko wrote: >>> On Tue, 17 Dec 2013 14:12:05 -0600 >>> Nathan Whitehorn wrote: >>> >>>> On 12/17/13 14:07, Steve Kargl wrote: >>>>> On Mon, Dec 16, 2013 at 12:20:53PM +0100, Niclas Zeising wrote: >>>>>> To get VT switching when using KMS drivers (ATI, Intel) please use >>>>>> newcons: https://wiki.freebsd.org/Newcons or if that is not >>>>>> possible, force the use of the vesa driver for xorg. >>>>>> >>>>> It appears that newcons is unusable with a static kernel. >>>>> Adding 'device drm2' and 'device i915kms' to my kernel >>>>> config results in a quick death to 'make buldkernel'. >>>>> >>>> You may not want it either. The radeon KMS driver, if loaded with >>>> newcons before X, replaces your console with snow (or at least it did >>>> the last time I tried it). >>> Nathan, on which h/w you did that test? 3 different systems with Intel >>> graphic works fine for me. >> This is on the following graphics card on amd64: >> >> vgapci0@pci0:3:0:0: class=0x030000 card=0x10022f43 chip=0x95cc1002 >> rev=0x00 hdr=0x00 >> vendor = 'Advanced Micro Devices [AMD] nee ATI' >> device = 'RV620 [ATI FireGL V3700]' >> >> I'll run the test again today or tomorrow and see if it still happens. >> -Nathan > Please do. > > Thanks! > Still gives beautiful snow with r259418. I'll be traveling the next 3 weeks and won't be able to test for that period. -Nathan From owner-freebsd-x11@FreeBSD.ORG Fri Dec 20 10:39:28 2013 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ECB40387 for ; Fri, 20 Dec 2013 10:39:28 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D7DBB164B for ; Fri, 20 Dec 2013 10:39:28 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.7/8.14.7) with ESMTP id rBKAdSis000323 for ; Fri, 20 Dec 2013 10:39:28 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.7/8.14.7/Submit) id rBKAdSfP000319; Fri, 20 Dec 2013 10:39:28 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201312201039.rBKAdSfP000319@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Fri, 20 Dec 2013 10:39:28 +0000 From: portscout@FreeBSD.org To: x11@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 10:39:29 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/x11@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ x11-servers/xephyr | 1.7.7 | 1.14.99.905 ------------------------------------------------+-----------------+------------ x11-servers/xorg-dmx | 1.7.7 | 1.14.99.905 ------------------------------------------------+-----------------+------------ x11-servers/xorg-nestserver | 1.7.7 | 1.14.99.905 ------------------------------------------------+-----------------+------------ x11-servers/xorg-server | 1.7.7 | 1.14.99.905 ------------------------------------------------+-----------------+------------ x11-servers/xorg-vfbserver | 1.7.7 | 1.14.99.905 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-x11@FreeBSD.ORG Fri Dec 20 13:15:33 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 814AE362 for ; Fri, 20 Dec 2013 13:15:33 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 39A0F1371 for ; Fri, 20 Dec 2013 13:15:33 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VtzvL-0003Ky-HN for freebsd-x11@freebsd.org; Fri, 20 Dec 2013 14:15:27 +0100 Received: from 93-139-204-75.adsl.net.t-com.hr ([93.139.204.75]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Dec 2013 14:15:27 +0100 Received: from gour by 93-139-204-75.adsl.net.t-com.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Dec 2013 14:15:27 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-x11@freebsd.org From: Gour Subject: Re: support for ATI X200M (RS480M) Date: Fri, 20 Dec 2013 14:14:29 +0100 Lines: 51 Message-ID: <20131220141429.1c07f02f@atmarama.noip.me> References: <20131123082943.60495292@atmarama.noip.me> <5293519C.8090503@FreeBSD.org> <20131125160137.44c35298@atmarama.noip.me> <52936A39.5000602@dumbbell.fr> <20131125185647.1da1323d@atmarama.noip.me> <52946CC0.70609@dumbbell.fr> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/H3.QT+Zkvn_p3aqXT1jy3cp"; protocol="application/pgp-signature" X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 93-139-204-75.adsl.net.t-com.hr X-Newsreader: Claws Mail 3.9.2 (GTK+ 2.24.20; x86_64-pc-linux-gnu) X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 13:15:33 -0000 --Sig_/H3.QT+Zkvn_p3aqXT1jy3cp Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Tue, 26 Nov 2013 10:41:20 +0100 Jean-S=C3=A9bastien P=C3=A9dron wrote: > Can you connect to it from a remote computer? If yes, could you post > your dmesg and Xorg.log, please? Part of my problem was faulty USB media stick, tried with the other one and now I was able to install latest 10.0 (10-STABLE-p6). After putting that hw.pci.default_vgapci_unit=3D"0" in my loader.conf, the display wizard sets maximum resolution on my netbook and shows it's using 'ati' driver. :-) Sincerely, Gour --=20 One must deliver himself with the help of his mind, and not=20 degrade himself. The mind is the friend of the conditioned soul,=20 and his enemy as well. http://www.atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810 --Sig_/H3.QT+Zkvn_p3aqXT1jy3cp Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iQIcBAEBAgAGBQJStEK1AAoJELhxXPVStcgQHwwQAMH0Q7qJXUs0hsaWpPT5igQr AzqUNvjH07RDTE2ZvQF9nNDkd/u9T7/0YyvdLnpi4LPNvFmlYFEC9OHg8Badw11a jyEnp18mqfj9kBDMHeimVu0DrfIdi83dBWcHq81TPLflDf19ftBquYUgnbi8n9TB jvo/ULms/2n0Y8jcIjwqQht541T/HBFQbtNhwLQbxCbnj3Ivn97Mk2bRcBifxh+P TTnAqVzB/sXt9vYe5VXad6B+vifDrPbyeUd9v8tbPLoYwpXp61oLoXo3rC4veCac XQBHk4bc4emXto2jXVV79UBcw2KB4k0hSw7q1XGaKoJUMDwU7yg9n9W1ha5q64/P 3zsF+fyrWRYkBU/AAnOHHkazkvwqOIL12oJthf6ATAwE3cEyjGKVFwN1LmrD6Ygh GDKRGQNtq1J4jaMjJP3Q6sIHmT66fIS4MQe/zEbwlkXTJCMyyoFwNgTR99g1W7lg lvlmyUcTjS/boKiBWn8hUWEjqJ10JGc2EG6qb95T7B/Tlm3gjhLOzNm9TObFpoQ9 kBVlGtq7dDQKvstE1Xel2EUbKRRH/MShSiDGU/xeo8ktUAkioOqk2nR7Ukdiyj0C kKpOhlUdSX7QM4A0MhH/rzovp/MdEfosuU3qxPqNmg5qSoOOr4Ouv9DMEPlze9n6 4vQa4/yxn6Zz5qIab5dI =MAIO -----END PGP SIGNATURE----- --Sig_/H3.QT+Zkvn_p3aqXT1jy3cp-- From owner-freebsd-x11@FreeBSD.ORG Sat Dec 21 08:28:23 2013 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E33A1795 for ; Sat, 21 Dec 2013 08:28:23 +0000 (UTC) Received: from portsmon.freebsd.org (portsmon.freebsd.org [IPv6:2001:1900:2254:206a::50:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BA96412C3 for ; Sat, 21 Dec 2013 08:28:23 +0000 (UTC) Received: from portsmon.freebsd.org ([127.0.1.104]) by portsmon.freebsd.org (8.14.7/8.14.7) with ESMTP id rBL8SNqH046757 for ; Sat, 21 Dec 2013 08:28:23 GMT (envelope-from linimon@FreeBSD.org) Date: Sat, 21 Dec 2013 08:28:23 GMT Message-Id: <201312210828.rBL8SNqH046757@portsmon.freebsd.org> From: linimon@FreeBSD.org To: x11@freebsd.org Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 08:28:24 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 7.x/8.x/9.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: x11-drivers/xf86-video-imstt broken because: Does not build, requires pciVideoPtr typedef. build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-drivers&portname=xf86-video-imstt portname: x11-drivers/xf86-video-nouveau broken because: Does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-drivers&portname=xf86-video-nouveau portname: x11-drivers/xf86-video-via broken because: Does not build, requires pciVideoPtr typedef build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-drivers&portname=xf86-video-via If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-x11@FreeBSD.ORG Sat Dec 21 08:28:46 2013 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 57641964 for ; Sat, 21 Dec 2013 08:28:46 +0000 (UTC) Received: from portsmon.freebsd.org (portsmon.freebsd.org [IPv6:2001:1900:2254:206a::50:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2DE0312FD for ; Sat, 21 Dec 2013 08:28:46 +0000 (UTC) Received: from portsmon.freebsd.org ([127.0.1.104]) by portsmon.freebsd.org (8.14.7/8.14.7) with ESMTP id rBL8SkCL050209 for ; Sat, 21 Dec 2013 08:28:46 GMT (envelope-from linimon@FreeBSD.org) Date: Sat, 21 Dec 2013 08:28:46 GMT Message-Id: <201312210828.rBL8SkCL050209@portsmon.freebsd.org> From: linimon@FreeBSD.org To: x11@freebsd.org Subject: FreeBSD ports that you maintain which are currently scheduled for deletion X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 08:28:46 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems (such as via a PR), the ports will be deleted. portname: x11-drivers/xf86-video-imstt description: X.Org imstt display driver maintainer: x11@FreeBSD.org status: BROKEN deprecated because: Broken, unsupported and unmaintained upstream. expiration date: 2014-01-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-drivers&portname=xf86-video-imstt portname: x11-drivers/xf86-video-nouveau description: Free nouveau display driver for nvidia-based cards maintainer: x11@FreeBSD.org status: BROKEN deprecated because: Not supported, missing kernel support. use the nvidia driver. expiration date: 2014-01-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-drivers&portname=xf86-video-nouveau portname: x11-drivers/xf86-video-radeonhd description: X.Org ati RadeonHD display driver maintainer: x11@FreeBSD.org status: IGNORE deprecated because: Abandond upstream since 2010 expiration date: 2014-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-drivers&portname=xf86-video-radeonhd portname: x11-drivers/xf86-video-via description: X.Org via display driver maintainer: x11@FreeBSD.org status: BROKEN deprecated because: Broken, not supported upstream. expiration date: 2014-01-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-drivers&portname=xf86-video-via If this problem is one that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-x11@FreeBSD.ORG Sat Dec 21 20:50:35 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E79FB99C for ; Sat, 21 Dec 2013 20:50:35 +0000 (UTC) Received: from mail.made4.biz (unknown [IPv6:2001:41d0:1:7018::1:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A64E4116D for ; Sat, 21 Dec 2013 20:50:35 +0000 (UTC) Received: from 2a02-8428-011a-a000-0290-f5ff-fe9d-b78c.rev.sfr.net ([2a02:8428:11a:a000:290:f5ff:fe9d:b78c] helo=magellan.dumbbell.fr) by mail.made4.biz with esmtpsa (TLSv1:DHE-RSA-CAMELLIA256-SHA:256) (Exim 4.82 (FreeBSD)) (envelope-from ) id 1VuTVK-000OrL-2l for freebsd-x11@freebsd.org; Sat, 21 Dec 2013 21:50:34 +0100 Message-ID: <52B5FF14.8080201@dumbbell.fr> Date: Sat, 21 Dec 2013 21:50:28 +0100 From: =?UTF-8?B?SmVhbi1Tw6liYXN0aWVuIFDDqWRyb24=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: freebsd-x11@freebsd.org Subject: Re: support for ATI X200M (RS480M) References: <20131123082943.60495292@atmarama.noip.me> <5293519C.8090503@FreeBSD.org> <20131125160137.44c35298@atmarama.noip.me> <52936A39.5000602@dumbbell.fr> <20131125185647.1da1323d@atmarama.noip.me> <52946CC0.70609@dumbbell.fr> <20131220141429.1c07f02f@atmarama.noip.me> In-Reply-To: <20131220141429.1c07f02f@atmarama.noip.me> X-Enigmail-Version: 1.6 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pIr54h8Db5NaV0Pk8dcuEhMb9OCjjCpwb" X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 20:50:36 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --pIr54h8Db5NaV0Pk8dcuEhMb9OCjjCpwb Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 20.12.2013 14:14, Gour wrote: > After putting that hw.pci.default_vgapci_unit=3D"0" in my loader.conf, > the display wizard sets maximum resolution on my netbook and shows > it's using 'ati' driver. :-) For your information, I committed a patch to FreeBSD HEAD which I believe fixes the boot display selection issue. With this patch, you won't have to tune hw.pci.default_vgapci_unit anymore. It'll be committed to FreeBSD 10 as soon as possible and I hope it'll make it to PC-BSD too. --=20 Jean-S=C3=A9bastien P=C3=A9dron --pIr54h8Db5NaV0Pk8dcuEhMb9OCjjCpwb Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlK1/xkACgkQa+xGJsFYOlM2UACgm3bqKlimYoDgo9TfTogbcy42 ixgAoNN8cdjF33EoDYekIeM/d3U0l13V =28xg -----END PGP SIGNATURE----- --pIr54h8Db5NaV0Pk8dcuEhMb9OCjjCpwb-- From owner-freebsd-x11@FreeBSD.ORG Sat Dec 21 20:59:54 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CC855B75 for ; Sat, 21 Dec 2013 20:59:54 +0000 (UTC) Received: from mail.made4.biz (unknown [IPv6:2001:41d0:1:7018::1:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8BF7A11EF for ; Sat, 21 Dec 2013 20:59:54 +0000 (UTC) Received: from 2a02-8428-011a-a000-0290-f5ff-fe9d-b78c.rev.sfr.net ([2a02:8428:11a:a000:290:f5ff:fe9d:b78c] helo=magellan.dumbbell.fr) by mail.made4.biz with esmtpsa (TLSv1:DHE-RSA-CAMELLIA256-SHA:256) (Exim 4.82 (FreeBSD)) (envelope-from ) id 1VuTeJ-000P40-UT; Sat, 21 Dec 2013 21:59:52 +0100 Message-ID: <52B60147.9070505@dumbbell.fr> Date: Sat, 21 Dec 2013 21:59:51 +0100 From: =?UTF-8?B?SmVhbi1Tw6liYXN0aWVuIFDDqWRyb24=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: freebsd-x11@freebsd.org, "Lundberg, Johannes" Subject: Re: Black screen with Vesa on Dell Intel graphics amd64 References: In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FDFcQiCwaBSifOIRfaMVsfFksJ5QmqIni" X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 20:59:54 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --FDFcQiCwaBSifOIRfaMVsfFksJ5QmqIni Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 17.12.2013 03:11, Lundberg, Johannes wrote: > Hi Hello! > When trying to run X I get, with Intel driver "No screens found" > error Could you please start X once with the Intel driver (even if it doesn't work) and then post: o the output of dmesg o your Xorg.log o the list of installed packages > the screen is black and when I kill X I don't get the console back.=20 > Screen remains black. If the screen remains black when trying to use the Intel driver, this is expected: our default console doesn't support the new kernel-side video drivers. A new console, called Newcons, was committed to HEAD recently. It may be part of 10.0-RELEASE, but you'll have to rebuild a kernel to enable it. --=20 Jean-S=C3=A9bastien P=C3=A9dron --FDFcQiCwaBSifOIRfaMVsfFksJ5QmqIni Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlK2AUcACgkQa+xGJsFYOlMemgCfVd6Fy0LBQdoZJ0Ootv+UD/VY 5XYAoMpwneRXkzN3rWRi2RQN5uRdaaMo =f9oq -----END PGP SIGNATURE----- --FDFcQiCwaBSifOIRfaMVsfFksJ5QmqIni-- From owner-freebsd-x11@FreeBSD.ORG Sat Dec 21 21:48:11 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA13383E for ; Sat, 21 Dec 2013 21:48:11 +0000 (UTC) Received: from mail.made4.biz (unknown [IPv6:2001:41d0:1:7018::1:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7A5DA14F4 for ; Sat, 21 Dec 2013 21:48:11 +0000 (UTC) Received: from 2a02-8428-011a-a000-0290-f5ff-fe9d-b78c.rev.sfr.net ([2a02:8428:11a:a000:290:f5ff:fe9d:b78c] helo=magellan.dumbbell.fr) by mail.made4.biz with esmtpsa (TLSv1:DHE-RSA-CAMELLIA256-SHA:256) (Exim 4.82 (FreeBSD)) (envelope-from ) id 1VuUP3-00004k-Pl for freebsd-x11@freebsd.org; Sat, 21 Dec 2013 22:48:10 +0100 Message-ID: <52B60C95.7040100@FreeBSD.org> Date: Sat, 21 Dec 2013 22:48:05 +0100 From: =?ISO-8859-1?Q?Jean-S=E9bastien_P=E9dron?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: freebsd-x11@freebsd.org Subject: Re: RV610 [Radeon HD 2400 XT] on KMS with newcons (vt) References: <20131117123731.e59a560d.ray@freebsd.org> In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Vn2PPM5SrNE1ianjRf0DcfOqAkheBWohD" X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 21:48:11 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --Vn2PPM5SrNE1ianjRf0DcfOqAkheBWohD Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 21.11.2013 17:27, Mark Atkinson wrote: > * Someone over-zealously removed the AMD_GPU wiki page with the > ports/kernel rebuild instructions, but failed to put any new migration > instructions on the graphics page. I removed those instructions, once the Radeon driver was in 10-CURRENT. What instructions did you miss? Ports knob such as WITH_GALLIUM? > Has anyone gotten radeonkms to load at boot-time with newcons? I played with loading radeonkms from loader.conf yesterday and it worked.= > Should I specify all the radeonkms dependencies in loader.conf as well?= Dependencies will be automatically loaded, except firmwares: those are not declared as normal dependencies, because they depend on the video card family. And because "/" isn't mounted at the time the video card is initialized, the driver fails to load firmwares and the card operates in "degraded" mode. In your case, you have to explicitely load the following firmwares from loader.conf: radeonkmsfw_RV610_pfp_load=3D"YES" radeonkmsfw_RV610_me_load=3D"YES" radeonkmsfw_R600_rlc_load=3D"YES" radeonkms_load=3D"YES" Other than that, do you have other issues with the Radeon driver? --=20 Jean-S=E9bastien P=E9dron --Vn2PPM5SrNE1ianjRf0DcfOqAkheBWohD Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlK2DJkACgkQa+xGJsFYOlMH4ACcC1Nb3RtWXiT9EcDYBl6+DvsC l4MAn1kXgGPiTFTtR0xm0Qd7cwO4LxdZ =St2Z -----END PGP SIGNATURE----- --Vn2PPM5SrNE1ianjRf0DcfOqAkheBWohD--