Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Mar 2010 11:14:49 -0800
From:      Garrett Cooper <yanefbsd@gmail.com>
To:        Torfinn Ingolfsen <tingox@gmail.com>
Cc:        ports@freebsd.org, x11@freebsd.org
Subject:   Re: [Call for Testing] X.org 7.5 for FreeBSD
Message-ID:  <7d6fde3d1003131114x29db8e1coc188f6795c1194cb@mail.gmail.com>
In-Reply-To: <ef8c8a881003130532i77648b22gd29269d5d2299ede@mail.gmail.com>
References:  <20100311134413.GH19740@bsdcrew.de> <ef8c8a881003111448h67dad685h87c12c3723c242c9@mail.gmail.com> <7d6fde3d1003111643w29ad50fh1fb7645ee157c10b@mail.gmail.com> <ef8c8a881003121042w455a916bjf902cc5d041478db@mail.gmail.com> <ef8c8a881003121407t560324acs54e2aa39a25b83f8@mail.gmail.com> <7d6fde3d1003121409l7de396bake4409dddfb9f1783@mail.gmail.com> <ef8c8a881003130532i77648b22gd29269d5d2299ede@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Mar 13, 2010 at 5:32 AM, Torfinn Ingolfsen <tingox@gmail.com> wrote=
:
> On Fri, Mar 12, 2010 at 11:09 PM, Garrett Cooper <yanefbsd@gmail.com> wro=
te:
>
>> 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 do=
ing
> 'startxfce4'.

Actually it's:

Section "Screen"
# ...
      Option "AllowGLXWithComposite" "false"
      Option "RenderAccel" "false"
# ...

Section "Extensions"
# ...
      Option "Composite" "disable"
      Option "AllowGLXWithComposite" "false"
# ...

    But 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.
HTH,
-Garrett



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7d6fde3d1003131114x29db8e1coc188f6795c1194cb>