atom feed29 messages in org.freebsd.freebsd-portsFwd: xfce 4.8 upgrade errors
FromSent OnAttachments
Mark FelderMar 6, 2011 12:53 pm 
Pavel TimofeevMar 9, 2011 5:54 am 
Martin WilkeMar 9, 2011 5:55 am 
Pavel TimofeevMar 10, 2011 4:53 am 
Warren BlockMar 10, 2011 6:59 am 
Pavel TimofeevMar 10, 2011 7:05 am 
Mark FelderMar 10, 2011 8:53 am 
Pavel TimofeevMar 11, 2011 12:58 am 
Pavel TimofeevMar 11, 2011 3:05 am 
Pavel TimofeevMar 11, 2011 3:54 am 
Olivier DuchateauMar 11, 2011 4:00 am 
Pavel TimofeevMar 11, 2011 4:41 am 
timpMar 17, 2011 6:22 am 
Olivier DuchateauMar 17, 2011 10:39 am 
timpMar 22, 2011 7:38 am 
timpApr 13, 2011 5:50 am 
Pavel TimofeevApr 14, 2011 4:32 am 
Warren BlockApr 14, 2011 1:59 pm 
Olivier DuchateauApr 15, 2011 12:59 am 
Pavel TimofeevApr 15, 2011 2:51 am 
Olivier DuchateauApr 15, 2011 4:26 am 
Pavel TimofeevApr 15, 2011 4:40 am 
Pavel TimofeevApr 15, 2011 5:36 am 
Pavel TimofeevApr 15, 2011 5:45 am 
Warren BlockApr 15, 2011 7:15 am 
Pavel TimofeevApr 15, 2011 7:43 am 
Pavel TimofeevApr 30, 2011 1:09 am 
Pavel TimofeevMay 3, 2011 12:02 am 
Pavel TimofeevAug 4, 2011 4:10 am 
Subject:Fwd: xfce 4.8 upgrade errors
From:Pavel Timofeev (tim@gmail.com)
Date:Apr 15, 2011 5:36:10 am
List:org.freebsd.freebsd-ports

Crashes stoped after adding 'Option "RenderAccel" "off"' to xorg.conf

When I used xfce-4.6 I didn`t have problems. Maybe it hardware error in my video card. I think removing notification area looks not bad for me.

Anyway, big thanks to all.

2011/4/15 Olivier Duchateau <duch@gmail.com>

I have also an ATI graphics card (below excerpt from dmesg).

[...] drm0: <ATI Radeon XPRESS 200M 5955> 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 <tim@gmail.com>:

I've send PR, http://www.freebsd.org/cgi/query-pr.cgi?pr=156231 http://www.freebsd.org/cgi/query-pr.cgi?pr=156230 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="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 =( And system hangs as before when I want to run opera and other problem apps.

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 after 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 <duch@gmail.com>

2011/4/14 Warren Block <wbl@wonkity.com>:

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 have 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 '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 'notification 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=156231

http://www.freebsd.org/cgi/query-pr.cgi?pr=156230

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.