Re: xfce 4.8 upgrade errors
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 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 > > 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=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. -- olivier ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: xfce 4.8 upgrade errors
> 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 > 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 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 > > > > > 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=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. > > -- > olivier > ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: xfce 4.8 upgrade errors
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=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 >> >> 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 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 >> >> > >> > 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=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. >> >> -- >> olivier > > -- olivier ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: xfce 4.8 upgrade errors
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 > 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=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 > >> > >> 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 > 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 > >> > >> > > >> > 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=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. > >> > >> -- > >> olivier > > > > > > > > -- > olivier > ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Fwd: xfce 4.8 upgrade errors
-- Forwarded message -- From: Pavel Timofeev Date: 2011/4/15 Subject: Re: xfce 4.8 upgrade errors To: Olivier Duchateau Crashes stoped after adding 'Option "RenderAccel" "off"' to xorg.conf 2011/4/15 Pavel Timofeev > 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 > >> 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=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 >> >> >> >> 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 >> 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 >> >> >> >> > >> >> > 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=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' comma
Re: xfce 4.8 upgrade errors
Last_message_2.0 =) Works good with old AccelMethod "XAA" (instead of exa)! In xorg.conf I have Option "RenderAccel" "on" (yes, "on"!) Option "AccelMethod""XAA" 2011/4/15 Olivier Duchateau > 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=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 > >> > >> 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 > 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 > >> > >> > > >> > 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=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. > >> > >> -- > >> olivier > > > > > > > > -- > olivier > ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: xfce 4.8 upgrade errors
On Fri, 15 Apr 2011, Pavel Timofeev wrote: 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. Setting BusType to something other than the card's real bus type could cause problems. X should be able to figure it out if BusType isn't specified. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: xfce 4.8 upgrade errors
Thanks. I have deleted this line. 15.04.2011 18:16 пользователь "Warren Block" написал: ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Security/Hydra port maintainer
Dear FreeBSD Ports tree Managers, I built the original Hydra port when I was using the tool, but I dont use it anymore. This has a bad side effect, I forgot frequently to update it. Ruslan (in cc) is a fan user and offered to take the port maintenance from now. If you agree with this, please set him and his email as Port Maintainer. Thanks in advance. Brgrds ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: PearPC port broken?
I just ran pearpc through a 8.2 amd64 tinderbox and it bombed out. Looks like whatever is causing it not to compile in 8 has been fixed in 9. We can change the port so thats its only marked as broken if the OS is not >= 9 On Wed, Apr 13, 2011 at 5:57 PM, Artur Bednarek wrote: > Hi > > Why pearpc port (emulators/pearpc) was marked as BROKEN, DEPRECATED etc. > > It working for me, compile without any error with base compiler: > > http://img810.imageshack.us/i/pearpc.png/ > > Artur Bednarek > ___ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org" > ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: PearPC port broken?
On 15 April 2011 18:41, Steven Kreuzer wrote: > I just ran pearpc through a 8.2 amd64 tinderbox and it bombed out. > Looks like whatever is causing it not to compile in 8 has been fixed > in 9. We can change the port so thats its only marked as broken if the > OS is not >= 9 > Looks fine for me too, on 8.2-RELEASE [1]. Erwin, you marked it BROKEN, but I can't find any error logs, and portsmon's drawing a blank could it have been transient? I'm running it through a tinderbox now on 7.4 [2]. Chris [1] [crees@zeus]~/workspace/ports/pearpc% make ifppc_up.setuid.cc:71: warning: missing sentinel in function call c++ -O2 -pipe -march=prescott -fno-strict-aliasing -Wundef -Wall -Woverloaded-virtual -fsigned-char -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -o ifppc_up.setuid ifppc_up.setuid.o gmake[1]: Leaving directory `/usr/obj/usr/home/crees/workspace/ports/pearpc/work/pearpc-0.4/scripts' gmake[1]: Entering directory `/usr/obj/usr/home/crees/workspace/ports/pearpc/work/pearpc-0.4' gmake[1]: Nothing to be done for `all-am'. gmake[1]: Leaving directory `/usr/obj/usr/home/crees/workspace/ports/pearpc/work/pearpc-0.4' [crees@zeus]~/workspace/ports/pearpc% uname -a FreeBSD zeus.bayofrum.net 8.2-RELEASE FreeBSD 8.2-RELEASE #1: Sun Feb 27 22:19:51 UTC 2011 r...@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 [2] http://www.bayofrum.net/tb/index.php?action=describe_port&id=225 ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: Best way to uninstall X
On 7 April 2011 21:29, Konstantin Tokarev wrote: > > > 07.04.2011, 20:59, "Attos" : >> Hello all, >> >> What is the best way to uninstall X and all the applications that run under >> X? >> >> Thanks in advance. > > rm -rf /* > newfs(8) will be much faster! > -- > Regards, > Konstantin > ___ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org" > ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
x11-toolkits/gtk30?!
Can somebody tell me what is this port means?! Is this placeholder or joke? directory is same as gtk20 (as diff shows) -- Cheese ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: x11-toolkits/gtk30?!
> Can somebody tell me what is this port means?! It means that a repocopy was completed to start committing GTK 3.0. > Is this placeholder or joke? There are no jokes at FreeBSD. Everything is Serious Business. -- Eitan Adler ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: Security/Hydra port maintainer
On Fri, Apr 15, 2011 at 05:32:48PM +0200, Laurent LEVIER wrote: > > I built the original Hydra port when I was using the tool, but I dont > use it anymore. > This has a bad side effect, I forgot frequently to update it. > > Ruslan (in cc) is a fan user and offered to take the port maintenance from > now. > > If you agree with this, please set him and his email as Port Maintainer. > Done. -- Shaun Amott // PGP: 0x6B387A9A "A foolish consistency is the hobgoblin of little minds." - Ralph Waldo Emerson pgpatR6vLqSpz.pgp Description: PGP signature
FVWM 2.6.0 (fwd)
Just so folks know (and not submit gratuitous PRs), I have a patch ready to go. Before I commit this, I have a repocopy request in to: 1. Reporename (repomove) x11-wm/fvwm2 to x11-wm/fvwm24. 2. Repocopy x11-wm/fvwm2-devel to x11-wm/fvwm2. I will then commit 2.6.0 to the ports tree. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org Q: How did the regular expression cross the road? A: ^.*$ --- Forwarded Message Date:Fri, 15 Apr 2011 10:01:31 -0500 From:"Jason L Tibbitts III" To: fvwm-annou...@fvwm.org Subject: FVWM 2.6.0 FVWM 2.6.0 released! It's been almost five years since the last stable release of FVWM (2006) and almost ten years since the development version of FVWM (2.5.X) which became thi s latest stable release was started! A lot of hard work from many talented individuals has made this release possible. Highlights == In no particular order (and neither an exhaustive list): * EWMH support, including support for managing different window types ("docks" for example). * Colorset commands replace FvwmTheme (which is now deprecated) * WindowStyle command applies a style to a specific window only. * XFT fonts are supported, per locale. * Focus-specific policies supported as styles (FP*, !FP*) * FocusStyle command allows styling of focus policies specifically. * Dynamic actions can be sent to most modules whilst they're running to customise their behaviour (SendToModule). * Gettext support introduced for output strings (most commonly seen on menu items.) * Mouse gestures (libstroke) bindings are available. * New module FvwmProxy to manage moving windows around. * New module FvwmWindowList to make the list of running windows more customisable over the builtin "WindowList" command. * Variable placeholders ($w, $d, $c) deprecated in favour of newer formats. Also, the number of variable placeholders has been expanded. - $[func.context], $[w.desk], $[w.layer], etc. * Nesting of placeholders is also allowed. * FvwmEvent: The PassId option is deprecated as actions always run within a window context. * Many new conditional commands with different options. * New style command "Unmanaged" to make certain windows completely divorced from FVWM's control. * New command FakeKeyPress. * Window-specific key/mouse bindings. (Bindings no longer have to be global.) * Many new style options: - FixedSize - FixedPosition - MoveByProgramMethod - UseTitleDecorRotation - IconBackgroundColorset - IconTitleColorset - HilightIconTitleColorset - IconTitleRelief - IconBackgroundRelief - IconBackgroundPadding - Closable - Iconifiable - Maximizable - AllowMaximizeFixedSize - PositionPlacement - InitialMapComand Plus many others... * Window states are now available to identify windows to perform "groups" of commands on. * fvwm-menu-desktop uses the XDG menu specification. * PNG/SVG support for icons. * Menu-context bindings. * The name style names match against can be augmented by the X-resource "fvwmst yle". * New fvwm-convert-2.6 script to convert older fvwm 2.4.x config files. * Bugfixes! There are of course significant bug fixes gone into this release; far too many to list here, and many of them so specific to the development version alone that listing them is out of context when comparing them to the last stable release. Overall, a number of bug fixes for memory management, and ease of managing windows has happened. Upgrading from FVWM 2.4.X -> 2.6.0 == It is worth spending some time looking at the dependencies at FVWM's disposal. None of them are required per se for FVWM to work: * Xinerama * Readline * Fribidi * XFT * Iconv * PNG * SVG * XPM * XRender * Stroke * Xsm * Xcursor * SM (Session Manager) Note that not all of these are external libraries -- some of them are merely facets of an XServer's configuration, but a lot of it will depend on the platform FVWM is running on. Preferred way of upgrading your configuration file == In the old stable (2.4.X), the path to the default user config file is now: $ ~/.fvwm/config by default, although the older paths of: $ ~/.fvwm/.fvwm2rc $ ~/.fvwm2rc are still supported; just deprecated in favour of ~/.fvwm/config. Note that the "INITIALIZATION" section in "man fvwm" lists the other locations FVWM might also look in to find a valid config file. Since there's been some syntax changes, a handy script can be used -- "fvwm-config-2.6" to convert a 2.4.X style config file. Please see the man page for "fvwm-convert-2.6". History === It's taken almost ten years for FVWM 2.6.0 to arrive. In that time, FVWM has had contributions from numerous people -- many of them can be found here: http://fvwm.org/authors/ Whilst it is unfair to single any one particular person out, it is without question that I (Thomas Ad
Re: Security/Hydra port maintainer
16.04.2011 03:03, Shaun Amott пишет: On Fri, Apr 15, 2011 at 05:32:48PM +0200, Laurent LEVIER wrote: I built the original Hydra port when I was using the tool, but I dont use it anymore. This has a bad side effect, I forgot frequently to update it. Ruslan (in cc) is a fan user and offered to take the port maintenance from now. If you agree with this, please set him and his email as Port Maintainer. Done. Thank you both! -- Regards, Ruslan ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: Security/Hydra port maintainer
Thanks !! Brgrds At 01:03 16/04/2011, Shaun Amott wrote: On Fri, Apr 15, 2011 at 05:32:48PM +0200, Laurent LEVIER wrote: > > I built the original Hydra port when I was using the tool, but I dont > use it anymore. > This has a bad side effect, I forgot frequently to update it. > > Ruslan (in cc) is a fan user and offered to take the port maintenance from now. > > If you agree with this, please set him and his email as Port Maintainer. > Done. -- Shaun Amott // PGP: 0x6B387A9A "A foolish consistency is the hobgoblin of little minds." - Ralph Waldo Emerson ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"