From owner-freebsd-x11@FreeBSD.ORG Wed Jun 18 16:29:05 2014 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 60F84407 for ; Wed, 18 Jun 2014 16:29:05 +0000 (UTC) Received: from mail-la0-x234.google.com (mail-la0-x234.google.com [IPv6:2a00:1450:4010:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DD779260D for ; Wed, 18 Jun 2014 16:29:04 +0000 (UTC) Received: by mail-la0-f52.google.com with SMTP id ty20so682648lab.39 for ; Wed, 18 Jun 2014 09:29:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=vbb8jgmir/V7/UG5c1Lk8+A4kHZxsC5k2ZfYZBpD1Hk=; b=BJ8dSgpU7gX8MZwPTi/roFL80znR8ksQ6gKCHk+tUSwuDTXG8JzMMaA19ok5YCobet 5oQWjyeTW7lNLh7IrPBk5SObxbEte1asYo5Om/nUjdbNL8nXnkutGiskBvibxb5fPoHV NHV0IputUMT2+QZBmf8OuzorJDCKCIkCijYdhOSS8YLjGoiw626IsF596HpVaM1Djmjs slDmC5K5+Nbc9sGbNUHhRUZp/rxk314FqtsNnk5Q1IDYXZ58Ui4peJf9Lmyc150/h2qL MbuOaD2Tkz1pzMLsKBFmMvPQWS5c9rigSk4n4fqJicJo2210SmKdatFaGiiJ6CWMIQ7R 7HYg== X-Received: by 10.112.56.233 with SMTP id d9mr1844725lbq.55.1403108942698; Wed, 18 Jun 2014 09:29:02 -0700 (PDT) Received: from workstation0.rsci.eu (195-252-33-73-no43.business.telia.com. [195.252.33.73]) by mx.google.com with ESMTPSA id vg11sm1028762lac.36.2014.06.18.09.29.01 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 18 Jun 2014 09:29:01 -0700 (PDT) Message-ID: <53A1DA57.7000804@gmail.com> Date: Wed, 18 Jun 2014 18:28:39 +0000 From: Rickard Granath User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: x11@FreeBSD.org Subject: FreeBSD Port: x11-servers/xorg-server Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18 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 Jun 2014 16:29:05 -0000 Hi guys! When running xrandr -v the OS reports: xrandr program version 1.4.2 Server reports RandR version 1.3 Isn't version 1.4 implemented yet on the server-side? Its necessary for multi-gpu/monitor runs more specificly: xrandr --listproviders. Running FBSD 10.0 REL WITH_NEW_XORG=true build. Best reg R.