From owner-freebsd-x11@FreeBSD.ORG Sat Mar 13 19:16:35 2010 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08B241065670; Sat, 13 Mar 2010 19:16:34 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-px0-f200.google.com (mail-px0-f200.google.com [209.85.216.200]) by mx1.freebsd.org (Postfix) with ESMTP id B22378FC0C; Sat, 13 Mar 2010 19:16:34 +0000 (UTC) Received: by pxi38 with SMTP id 38so155875pxi.27 for ; Sat, 13 Mar 2010 11:16:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=H5xzsf3DigPrfcMcVCR8w/YGkIgHCSLSwUm/5cz7pVY=; b=v6/IQB6OUgTTCkXxdOS2uR8fWWuGt69DEAv9uAKtsWYvS4rdl4RuvfObepqeDwJpBL 9uC7E2Z/qAyBdr5VmvQvUPkkxZ5ouzh+s06oMxzGlGWU5j4dsBZ88JNEkP/65rIQj8tE UCNmLJ9wAWst2+lEepakfusQKi3q7q1r5jBWE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=OrSXocVnPW9x6VKgKeT3q8npy0MzpNR5zFIAwZ2KaAnF9PTab+s1E8yDIOrSCF9sjK wzyClhTLDmo3OYN0pcjtCJDQcKMAcvDlltV9WGVcqbYloq2fR/FSbMBP65S34+5SFCwH dgfEqXS/jH2UZiZNfCPFzEq+7BXee4JRhXVpY= MIME-Version: 1.0 Received: by 10.142.249.23 with SMTP id w23mr3795294wfh.25.1268507794263; Sat, 13 Mar 2010 11:16:34 -0800 (PST) In-Reply-To: <7d6fde3d1003131114x29db8e1coc188f6795c1194cb@mail.gmail.com> References: <20100311134413.GH19740@bsdcrew.de> <7d6fde3d1003111643w29ad50fh1fb7645ee157c10b@mail.gmail.com> <7d6fde3d1003121409l7de396bake4409dddfb9f1783@mail.gmail.com> <7d6fde3d1003131114x29db8e1coc188f6795c1194cb@mail.gmail.com> Date: Sat, 13 Mar 2010 11:16:34 -0800 Message-ID: <7d6fde3d1003131116q1edbf904l260fe42c84e313a9@mail.gmail.com> From: Garrett Cooper To: Torfinn Ingolfsen Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: ports@freebsd.org, x11@freebsd.org Subject: Re: [Call for Testing] X.org 7.5 for FreeBSD 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: Sat, 13 Mar 2010 19:16:35 -0000 On Sat, Mar 13, 2010 at 11:14 AM, Garrett Cooper wrote= : > On Sat, Mar 13, 2010 at 5:32 AM, Torfinn Ingolfsen wro= te: >> On Fri, Mar 12, 2010 at 11:09 PM, Garrett Cooper wr= ote: >> >>> Something else that I recently got reminded of. XFCE4 uses a lot of >>> the compositing effects in the window manager. Have you tried >>> disabling them in xorg.conf and restart the X session? >>> >> >> I tried disabling a few load lines in xorg.conf: >> =A0 =A0 =A0 =A0#Load =A0"glx" >> =A0 =A0 =A0 =A0#Load =A0"dri" >> =A0 =A0 =A0 =A0#Load =A0"dri2" >> Is that the correct way to do it? >> >> Anyway, it didn't make a difference - xfce4-session still crashes when d= oing >> 'startxfce4'. > > Actually it's: > > Section "Screen" > # ... > =A0 =A0 =A0Option "AllowGLXWithComposite" "false" > =A0 =A0 =A0Option "RenderAccel" "false" > # ... > > Section "Extensions" > # ... > =A0 =A0 =A0Option "Composite" "disable" > =A0 =A0 =A0Option "AllowGLXWithComposite" "false" > # ... > > =A0 =A0But getting back to basics, maybe you should try starting up X > with twm to see whether or not the whole setup is broken. Then you'll > be able to run glxgears and some xfce4 apps to determine whether or > not opengl is broken or xfce4 is busted somewhere along the way. I just read Robert's email. DRM's busted so it looks like X won't work for you until that's resolved. I wouldn't bother with the steps I've described above since Warren said "it works for me!" :\. Thanks, -Garrett