From owner-freebsd-ports@FreeBSD.ORG Fri Apr 15 11:26:25 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CACC106564A for ; Fri, 15 Apr 2011 11:26:25 +0000 (UTC) (envelope-from duchateau.olivier@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 93D258FC0A for ; Fri, 15 Apr 2011 11:26:24 +0000 (UTC) Received: by bwz12 with SMTP id 12so2834427bwz.13 for ; Fri, 15 Apr 2011 04:26:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=vG1BLXKBMRTSmNvPwQL9Y06UmlTmPhyhHX5WovPIqG8=; b=XQ7hvgOV1kt1Xahx2dgidIepIyJCczxdGUTuZ8egkct0aSpn5F66/hUOWQVcDAvs4y tth3tZwmNt6ayq3sOWqkoZYwMUc+rxiGbQXog7trkA546BEnLrFyfqCHmkPY/IanxXXZ D+ApcQ+MthPl/gDXz2Yc7i5+cGWLhwviilpmw= 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=C/PgybR6DRbuNKpF/OOsqbtmhEk+Dbs9JFN6zh77eLCsLTod3i1r5/9ErFE1OYTAt0 XsSUB4loKA5bDH9u5qknof4ET9qtr7xpPuwIuuP1tZZJ/3Key6Lwn3D2Hv8UxJK4eY+0 X5CFn0SQ1J8mO4LWucCjPPggUEfTmKtd9dpNI= MIME-Version: 1.0 Received: by 10.204.14.204 with SMTP id h12mr1527050bka.78.1302866783306; Fri, 15 Apr 2011 04:26:23 -0700 (PDT) Received: by 10.204.6.90 with HTTP; Fri, 15 Apr 2011 04:26:23 -0700 (PDT) In-Reply-To: References: <1300368202240-3863483.post@n5.nabble.com> <1302699023481-4300506.post@n5.nabble.com> Date: Fri, 15 Apr 2011 13:26:23 +0200 Message-ID: From: Olivier Duchateau To: Pavel Timofeev Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: xfce 4.8 upgrade errors X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Apr 2011 11:26:25 -0000 I have also an ATI graphics card (below excerpt from dmesg). [...] drm0: on vgapci0 vgapci0: child drm0 requested pci_enable_busmaster info: [drm] Initialized radeon 1.31.0 20080613 info: [drm] Setting GART location based on new memory map info: [drm] Loading R300 Microcode info: [drm] Num pipes: 2 info: [drm] writeback test succeeded in 1 usecs In my /etc/X11/xorg.conf, in section Device: Section "Device" Option "int10" "on" Option "BusType" "PCIE" Option "RenderAccel" "on" Option "AccelMethod" "exa" Option "DRI" "on" Option "DynamicPM" "on" Identifier "Card0" Driver "radeon" VendorName "ATI Technologies Inc" BoardName "Radeon XPRESS 200M 5955 (PCIE)" BusID "PCI:1:5:0" EndSection I used Xfce 4.8 (during development stages) with FreeBSD 8.1 and older version of X.org, and I didn't notice particular. 2011/4/15 Pavel Timofeev : >> I've send PR, http://www.freebsd.org/cgi/query-pr.cgi?pr=3D156231 >> http://www.freebsd.org/cgi/query-pr.cgi?pr=3D156230 >> We must wait for upgrade made by maintainer, but you can use patches. > > Yes, I tried ports/156231 and ports/156230. Nothing changed. And tried > >> Pavel, are you able to run your xfce session with startx command? >> 1. In /etc/ttys (line beginning by ttyv8), replace 'on' by 'off', >> reboot your computer. > > I use slim and rc.conf. Ok, slim_enable=3D"YES" was commented in /etc/rc.= conf > >> 2. if in your $HOME directory, .xinitrc (or .xsession) file doesn't >> exist, copy it from /usr/local/etc/xdg/xfce4/. >> 3. create also .xsession (ln -sf ~/.xinitrc ~/.xsession) > Copied and created. (Before I had .xinitrc and it contained > /usr/local/bin/startxfce4, and I had .xsession which used as link to > .xinitrc. Made by your advice.) > >> 4. finally, run 'startx' command, a file called .xsession-errors will >> appear > Done. But no .xsession-errors file =3D( > And system hangs as before when I want to run opera and other problem app= s. > > > About miwi`s post: > I noticed that adding line 'Option "BusType" "PCIE"' to xorg.conf in the > 'Section "Device"' makes something strange. > At first Xorg start I see black screen (no errors in Xorg.log.0), but aft= er > restart it works good, and hangs don't occur. > Is it normal? My card is 'ATI Technologies Inc RV350 AQ [Radeon 9600] rev= 0' > and it is AGP card. > Changing BusType to AGP or PCI doesn`t bring anything good: system hangs. > > 2011/4/15 Olivier Duchateau >> >> 2011/4/14 Warren Block : >> > On Thu, 14 Apr 2011, Pavel Timofeev wrote: >> > >> >> I just understood the problem! >> >> It dawned upon me! All these apps are united by the fact that they ha= ve >> >> icons (when they running) at notification area on xfce4-panel. >> >> Problem with xfce4-panel! I checked it. >> >> >> >> If I make >> >> $ rm -rf .config >> >> and then logon to xfce4 it tell me 'Welcome to the first start of the >> >> panel' >> >> and I choose =A0'Use default config'. >> >> Now all works very good, >> >> But if I make logout and then relogon to xfce4 again opera and some >> >> apps >> >> hangs system. >> >> >> >> Ok. Reboot system. Logon to xfce4 and first thing remove 'notificatio= n >> >> area' >> >> from xfce4-panel. And now all works fine! >> >> Problem in xfce4-panel. >> > >> > There was a new release of xfce4-panel a few days ago: >> > http://foo-projects.org/pipermail/xfce/2011-April/028514.html >> >> I've send PR, http://www.freebsd.org/cgi/query-pr.cgi?pr=3D156231 >> >> > >> > Also a new version of garcon: >> > http://foo-projects.org/pipermail/xfce/2011-April/028513.html >> > >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=3D156230 >> >> We must wait for upgrade made by maintainer, but you can use patches. >> >> Pavel, are you able to run your xfce session with startx command ? >> >> 1. In /etc/ttys (line beginning by ttyv8), replace 'on' by 'off', >> reboot your computer. >> 2. if in your $HOME directory, .xinitrc (or .xsession) file doesn't >> exist, copy it from /usr/local/etc/xdg/xfce4/. >> 3. create also .xsession (ln -sf ~/.xinitrc ~/.xsession) >> 4. finally, run 'startx' command, a file called .xsession-errors will >> appear >> >> Look at warning and errors. >> >> -- >> olivier > > --=20 olivier