From owner-freebsd-x11@FreeBSD.ORG Sun Jan 6 11:55:36 2008 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26EA216A418 for ; Sun, 6 Jan 2008 11:55:36 +0000 (UTC) (envelope-from lveax.m@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.242]) by mx1.freebsd.org (Postfix) with ESMTP id D301313C45B for ; Sun, 6 Jan 2008 11:55:35 +0000 (UTC) (envelope-from lveax.m@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so1516700anc.13 for ; Sun, 06 Jan 2008 03:55:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=2jDE08mPKslcMiEBk1nJb38bqwTtBO5jCqA2f1fVSbA=; b=KdPHOPGba5PjOreh0urDNl8gb9gEsIIf6FEMLe8ja3R67xcqKdumkel7pY5+3tvF8NOmPOTpM0CjrZd81qu7kFu86aeS4xuiHVh/oRKPjz/ptMfYtE9a+KMBA1qwWo6SlVcNk++w/l/gKqC76TdYT3hT/elyl+4jUwTgadRwqf0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=RxvX6ib34awBt50CAUzY6atlCfRG3LTttLOHZn3Ox6u+/rajnqgk/4HwYftnEoEoQoTgR3SgVI3hLhBsqdgcTnJxkrC+dAWxQiy7hNYaZPT9Y60+uOLdDRqKflELcAbfHaoHLOyZSHe0a5AekC5nRhg2acqGVS85bYmX7loaQAc= Received: by 10.100.110.15 with SMTP id i15mr39892358anc.49.1199618962455; Sun, 06 Jan 2008 03:29:22 -0800 (PST) Received: by 10.100.37.12 with HTTP; Sun, 6 Jan 2008 03:29:22 -0800 (PST) Message-ID: <576dcbc20801060329md4613f5l5e4293c29ba5e17d@mail.gmail.com> Date: Sun, 6 Jan 2008 11:29:22 +0000 From: lveax To: freebsd-x11@freebsd.org, freebsd-stable@freebsd.org, freebsd-questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: can't start multi-xserver in freebsd7.0-rc1 with xorg7.3 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jan 2008 11:55:36 -0000 hey all. in an old computer with freebsd 6.2 with xorg7.2,i use "startx" and "startx -- :1" to launch tow xserver for different application environment with tow normal user. but in freebsd7.0-rc1 with xorg7.3 i only can use root user to startx use DISPLAY :1(startx -- :1),with a normal user it only output : waiting for X server to begin accepting connections..... how can i fix this?