Re: [Call for Testing] X.org 7.5 for FreeBSD
Hi, Works here too ! I'm running FreeBSD current amd64, with nouveau driver. I just need to recompile x11-drivers/xf86-video-nouveau because of the following error : (EE) module ABI major version (5) doesn't match the server's version (6) Is it possible to bump the portrevision for this port ? I will try to test xorg 7.5 on radeon this week-end. Thanks for your great work ! ___ 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"
xf86-video-radeonhd: incorrect libpci dependency?
x11-drivers/xf86-video-radeonhd (1.3.0_1) attempts to reinstall already installed devel/libpci when WITH_UTILS is set. I see this in the port's Makefile: LIB_DEPENDS+= pci.3:${PORTSDIR}/devel/libpci But I see this in the system: -r--r--r-- 1 root wheel 44927 11 Mar 10:14 /usr/local/lib/libpci.so.2 $ pkg_info -W /usr/local/lib/libpci.so.2 /usr/local/lib/libpci.so.2 was installed by package libpci-3.1.7 Looks like a typo/mistake in the LIB_DEPENDS line, should be pci.2. -- Andriy Gapon ___ 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"
Sendmail 8.4.4_1 error: junk pointer, too high to make sense
Hi, This might just be a heads up for other people who haven't upgraded this port yet but my sendmail+tls+sasl2-8.14.4 < needs updating (port has 8.14.4_1) led to a unstartable sendmail with: sendmail in free(): error: junk pointer, too high to make sense I just used portdowngrade to go back to 8.14.4 ( downgrade /usr/ports/mail/sendmail not /usr/ports/mail/sendmail-sasl2 if you're in the same boat) The upgrade was fine on 5 or 6 other boxes but the error was on a production box so i can't furnish much more details as obviously had to fix asap. Any suggestions as how to fix properly, or anyone else with same problem? thanks Paul. ___ 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: xf86-video-radeonhd: incorrect libpci dependency?
on 12/03/2010 11:59 Andriy Gapon said the following: > x11-drivers/xf86-video-radeonhd (1.3.0_1) attempts to reinstall already > installed devel/libpci when WITH_UTILS is set. > > I see this in the port's Makefile: > LIB_DEPENDS+= pci.3:${PORTSDIR}/devel/libpci > > But I see this in the system: > -r--r--r-- 1 root wheel 44927 11 Mar 10:14 /usr/local/lib/libpci.so.2 > $ pkg_info -W /usr/local/lib/libpci.so.2 > /usr/local/lib/libpci.so.2 was installed by package libpci-3.1.7 Hmm, sorry for the noise - looks like my libpci installation was somehow broken: the reported installed version is 3.1.7, but the library is libpci.so.2 instead of libpci.so.3. I wonder if at some moment install target was changed without bumping version/revision and I was unlucky to perform upgrade during that window. > Looks like a typo/mistake in the LIB_DEPENDS line, should be pci.2. > -- Andriy Gapon ___ 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"
Sendmail 8.4.4_1 error: junk pointer, too high to make sense
Hi, This might just be a heads up for other people who haven't upgraded this port yet but my sendmail+tls+sasl2-8.14.4 < needs updating (port has 8.14.4_1) led to a unstartable sendmail with: sendmail in free(): error: junk pointer, too high to make sense I just used portdowngrade to go back to 8.14.4 ( downgrade /usr/ports/mail/sendmail not /usr/ports/mail/sendmail-sasl2 if you're in the same boat) The upgrade was fine on 5 or 6 other boxes but the error was on a production box so i can't furnish much more details as obviously had to fix asap. Any suggestions as how to fix properly, or anyone else with same problem? thanks Paul. ___ 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: [Call for Testing] X.org 7.5 for FreeBSD
On Thu, 2010-03-11 at 23:48 +0100, Torfinn Ingolfsen wrote: > Hi, > > On Thu, Mar 11, 2010 at 2:44 PM, Martin Wilke wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > Call for Testing Xorg 7.5 > > > > Works here too. > For some reason, Xfce doesn't work after the upgrade, xfce4-session core > dumps when I do 'startxfce4'. (Yes, I have recompiled allt the xfce ports). > FreeBSD 8.0-stable, xfce-4.6.1_1, vesa driver. > r...@kg-v7# uname -a > FreeBSD kg-v7.kg4.no 8.0-STABLE FreeBSD 8.0-STABLE #0: Sun Mar 7 20:55:51 > CET 2010 r...@kg-v7.kg4.no:/usr/obj/usr/src/sys/GENERIC amd64 > > I'm currently using the vesa driver, it seems that it is the only thing that > supports this "integrated graphics controller" of the Interl Core i3 cpu > (i3-540) that I have. > >From /var/log/Xorg.0.log: > (--) PCI:*(0:0:2:0) 8086:0042:1043:8383 Intel Corporation Core Processor > Integrated Graphics Controller rev 18, Mem @ 0xfb80/4194304, > 0xd000/268435456, I/O @ 0xdc00/8, BIOS @ 0x/65536 > and pciconf: > r...@kg-v7# pciconf -lv | grep -A 3 vga > vgap...@pci0:0:2:0:class=0x03 card=0x83831043 chip=0x00428086 > rev=0x12 hdr=0x00 > vendor = 'Intel Corporation' > class = display > subclass = VGA Hrm... That presents an interesting issue... While I think we will need to get agp fixed up first, the 2.9.1 version of the driver may actually support your card. It will not have drm support, but it would be a much better solution than vesa. Please send me the full output of "pciconf -lv", so I can look at the agp bridge. robert. > HTH -- Robert Noland FreeBSD ___ 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: [Call for Testing] X.org 7.5 for FreeBSD
On Fri, 2010-03-12 at 08:55 +0100, Miki wrote: > Hi, > > Works here too ! > I'm running FreeBSD current amd64, with nouveau driver. > I just need to recompile x11-drivers/xf86-video-nouveau because of the > following error : > (EE) module ABI major version (5) doesn't match the server's version (6) > Is it possible to bump the portrevision for this port ? All drivers should/will have there PORTREVISION bumped with the server update. robert. > I will try to test xorg 7.5 on radeon this week-end. > Thanks for your great work ! > ___ > freebsd-...@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscr...@freebsd.org" -- Robert Noland FreeBSD ___ 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"
updated FSVS port to 1.2.2 version
I've just updated fsvs port to the latest fsvs version. As usual, no warranties. New fsvs port may be found at http://sfedu.ru/~alp/other/fsvs122.tar.bz2 . -- Best regards, Alexander Pyhalov, system administrator of Computer Center of South Federal University ___ 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: [Cherokee] Cherokee Web Server version in ports tree
On Fri, Mar 12, 2010 at 3:21 AM, Alvaro Lopez Ortega wrote: > Hello Diego, > > On 12/03/2010, at 00:48, Diego Schulz wrote: > >> My main reason for updating from 0.99.38 to 0.99.43 was an extrange >> behavior: cherokee daemon doesn't respond to TERM signals sent with >> kill(1) (or whatever command you prefer). As a result, it is not >> possible to stop the daemon properly with the rc script nor using the >> admin interface, you'll need -9. >> >> Bad news is that the problem persists in 0.99.43. >> Cherokee 0.99.43 doesn't show this problem running on linux (debian). > > Could you please log a bug for it? > > http://bugs.cherokee-project.com/new > Done, issue #170. > > It's kind of weird. I don't think any signal related code changed in the past > few months. > Thanks! > I was able to reproduce the same problem in Ubuntu 9.10. It looks like something related to graphs/rrdtool. diego ___ 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: [Cherokee] Cherokee Web Server version in ports tree
On 12/03/2010, at 13:30, Diego Schulz wrote: >>> Bad news is that the problem persists in 0.99.43. >>> Cherokee 0.99.43 doesn't show this problem running on linux (debian). >> >> Could you please log a bug for it? >> http://bugs.cherokee-project.com/new > > Done, issue #170. > >> It's kind of weird. I don't think any signal related code changed in the >> past few months. >> Thanks! > > I was able to reproduce the same problem in Ubuntu 9.10. It looks like > something related to graphs/rrdtool. Thank you for logging the bug and the follow up. I'll try to figure what's going on. -- Octality http://www.octality.com/ ___ 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: [Call for Testing] X.org 7.5 for FreeBSD
> Just finished compiling on my desktop with no issues. > > FreeBSD 8.0-STABLE amd64, KDE 4.4.1, nvidia binary driver. > > The update was smooth so i am compiling 7.5 on my laptop too, i will > test it with both intel and radeon. > > Thank you very much for your work! > > Regards. I am using the laptop since yesterday with radeon and no issues whatsoever. I also tested radeon 6.12.191 and 6.12.5, .5 works fine on my setup. With .191 i have some artifacts around the cursor with ForceLowPowerMode, but DynamicPM and ClockGating are working fine so i' ll be using that. If i switch to intel i get random artifacts in KDE, i did not have enough time to test it further but i will do that tommorow. Regards. ___ 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: updated FSVS port to 1.2.2 version
On Fri, 12 Mar 2010 15:15:38 +0300 Alexander Pyhalov wrote: AP> I've just updated fsvs port to the latest fsvs version. As usual, AP> no warranties. AP> New fsvs port may be found at AP> http://sfedu.ru/~alp/other/fsvs122.tar.bz2 . may be better way - fill pr with subject [NEW PORT] devel/fsvs ? -- wbr, tiger ___ 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 Port: freenx-0.6.0_2
Hi, I installed the nxserver and freenx ports on FreeBSD 8.0, but I'm having the problem that any changes I make in /usr/local/NX/etc/nxserver/node.conf are ignored. Here are more details: After installing the ports and running nxsetup --install (output below), the setup fails because sshd is running on a port other than 22. When I specify this port in /usr/local/NX/etc/nxserver/node.conf the same error occurs, but when I hard code the port in the /usr/local/NX/bin/nxsetup the install works. If I can provide further details please let me know. Cheers, Joey Mingrone Mar 12 09:00:59 gly sudo: joey : TTY=pts/3 ; PWD=/usr/local/NX/etc/nxserver ; USER=root ; COMMAND=/usr/local/NX/bin/nxsetup --install --> It is recommended that you use the NoMachine key for easier setup. If you answer "y", FreeNX creates a custom KeyPair and expects you to setup your clients manually. "N" is default and uses the NoMachine key for installation. Do you want to use your own custom KeyPair? [y/N] Setting up /usr/local/NX/etc ...done Setting up /usr/local/NX/var/db ...done Setting up /var/log/nxserver.log ...done Setting up known_hosts and authorized_keys2 ...Setting up permissions ...done > Testing your nxserver configuration ... Warning: Invalid value "DEFAULT_X_SESSION=/etc/X11/xdm/Xsession" Users might not be able to request a default X session. Warning: Invalid value "COMMAND_START_KDE=startkde" Users will not be able to request a KDE session. Warning: Invalid value "COMMAND_START_CDE=cdwm" Users will not be able to request a CDE session. Warning: Invalid value "COMMAND_SMBMOUNT=smbmount". You'll not be able to use SAMBA. Warning: Invalid value "COMMAND_SMBUMOUNT=smbumount". You'll not be able to use SAMBA. Warnings occured during config check. To enable these features please correct the configuration file. < done > Testing your nxserver connection ... expect: spawn id exp4 not open while executing "expect -nobrace {Are you sure you want to continue connecting (yes/no)?} { send "yes\r" } {Permission denied*} { exit 1 } {HELLO NXSERVER - Version*} ..." invoked from within "expect { "Are you sure you want to continue connecting (yes/no)?" { send "yes\r" } "Permission denied*" { exit 1 } "HELLO NXSERVER - Version*..." invoked from within "if { "$auth_method"=="test-nx" } { set stty_init "raw icrnl -echo" set publickey "" catch {set publickey $env(NODE_PUBLICKEY)} set pid [spawn -..." (file "/usr/local/NX/bin/nxnode-login" line 30) ssh: connect to host 127.0.0.1 port 22: Connection refused Fatal error: Could not connect to NX Server. Please check your ssh setup: The following are _examples_ of what you might need to check. - Make sure "nx" is one of the AllowUsers in sshd_config. (or that the line is outcommented/not there) - Make sure your sshd allows public key authentication. - Make sure your sshd is really running on port 22. - Make sure your sshd_config AuthorizedKeysFile in sshd_config is set to authorized_keys2. (this should be a filename not a pathname+filename) ___ 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: Sendmail 8.4.4_1 error: junk pointer, too high to make sense
On 12/03/2010 10:55, Paul Macdonald wrote: Hi, This might just be a heads up for other people who haven't upgraded this port yet but my sendmail+tls+sasl2-8.14.4 < needs updating (port has 8.14.4_1) led to a unstartable sendmail with: sendmail in free(): error: junk pointer, too high to make sense I just used portdowngrade to go back to 8.14.4 ( downgrade /usr/ports/mail/sendmail not /usr/ports/mail/sendmail-sasl2 if you're in the same boat) The upgrade was fine on 5 or 6 other boxes but the error was on a production box so i can't furnish much more details as obviously had to fix asap. Any suggestions as how to fix properly, or anyone else with same problem? thanks Paul. to follow up, i am seeing problems on other systems, even though sendmail restarted ok on some other boxes it's core dumping and restarting continuously on every box that had the update applied i have downgraded all to 8.14.4 Paul. ___ 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: [Cherokee] Cherokee Web Server version in ports tree
Hi, I don't know if it is a problem but I also found out that the install does not create a cherokee user on freebsd and that cherokee is running as root default on freebsd... Security wise it does not sound as a good idea to let it run as root ;) (I know I can change it manually but it would be nice that the installer installs the cherokee user and set the permissions right and then startup as cherokee user). Kind regards, Michiel Original Message Subject: Re: [Cherokee] Cherokee Web Server version in ports tree From: Alvaro Lopez Ortega To: Diego Schulz Date: 03/12/2010 01:33 PM On 12/03/2010, at 13:30, Diego Schulz wrote: Bad news is that the problem persists in 0.99.43. Cherokee 0.99.43 doesn't show this problem running on linux (debian). Could you please log a bug for it? http://bugs.cherokee-project.com/new Done, issue #170. It's kind of weird. I don't think any signal related code changed in the past few months. Thanks! I was able to reproduce the same problem in Ubuntu 9.10. It looks like something related to graphs/rrdtool. Thank you for logging the bug and the follow up. I'll try to figure what's going on. -- Octality http://www.octality.com/ ___ Cherokee mailing list chero...@lists.octality.com http://lists.octality.com/listinfo/cherokee ___ 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: [Cherokee] Cherokee Web Server version in ports tree
On Fri, Mar 12, 2010 at 9:53 AM, Michiel van Es wrote: > Hi, > > I don't know if it is a problem but I also found out that the install does > not create a cherokee user on freebsd and that cherokee is running as root > default on freebsd... Yes, I noticed that too. I also changed the user manually from the admin interface. > Security wise it does not sound as a good idea to let it run as root ;) > (I know I can change it manually but it would be nice that the installer > installs the cherokee user and set the permissions right and then startup as > cherokee user). I think it would be easier to reuse the standard www user (already registered in ports/UIDs and ports/GIDs, instead of creating a 'cherokee:cherokee' user/group. Please note that www:www user/group has nothing apache specific. Reusing www:www may be a concern when running apache and cherokee in the same installation, though. Who needs Apache anyway? ;) > > Kind regards, > > Michiel > regards, diego ___ 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: [Cherokee] Cherokee Web Server version in ports tree
Original Message Subject: Re: [Cherokee] Cherokee Web Server version in ports tree From: Diego Schulz To: Michiel van Es Date: 03/12/2010 02:33 PM On Fri, Mar 12, 2010 at 9:53 AM, Michiel van Es wrote: Hi, I don't know if it is a problem but I also found out that the install does not create a cherokee user on freebsd and that cherokee is running as root default on freebsd... Yes, I noticed that too. I also changed the user manually from the admin interface. I tried that too but cherokee won't start with a fresh created cherokee user or the www user. The error: Could not access file descriptors: [3] Security wise it does not sound as a good idea to let it run as root ;) (I know I can change it manually but it would be nice that the installer installs the cherokee user and set the permissions right and then startup as cherokee user). I think it would be easier to reuse the standard www user (already registered in ports/UIDs and ports/GIDs, instead of creating a 'cherokee:cherokee' user/group. Please note that www:www user/group has nothing apache specific. Reusing www:www may be a concern when running apache and cherokee in the same installation, though. Who needs Apache anyway? ;) Nobody wants apache nowadays (although I really want the webdav functionality ;) ) But changing the user from cherokee to www did not help..only root helps :( Michiel Kind regards, Michiel regards, diego ___ 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: [Cherokee] Cherokee Web Server version in ports tree
On Fri, Mar 12, 2010 at 10:35 AM, Michiel van Es wrote: > > > Original Message > Subject: Re: [Cherokee] Cherokee Web Server version in ports tree > From: Diego Schulz > To: Michiel van Es > Date: 03/12/2010 02:33 PM > >> On Fri, Mar 12, 2010 at 9:53 AM, Michiel van Es >> wrote: >>> >>> Hi, >>> >>> I don't know if it is a problem but I also found out that the install >>> does >>> not create a cherokee user on freebsd and that cherokee is running as >>> root >>> default on freebsd... >> >> Yes, I noticed that too. I also changed the user manually from the >> admin interface. >> > > I tried that too but cherokee won't start with a fresh created cherokee user > or the www user. > The error: > Could not access file descriptors: [3] > Probably you'll need to set proper permissions on log files and rrds directory (if you installed cherokee with rrdtool functionality). Also don't forget to chown to www:www the document_root. But yes, this clearly needs to be improved in the port. I'll try adding a config flag 'Run as www user' in the port's Makefile so the configure script is run with --with-wwwuser=www --with-wwwgroup=www before compiling. >>> Security wise it does not sound as a good idea to let it run as root ;) >>> (I know I can change it manually but it would be nice that the installer >>> installs the cherokee user and set the permissions right and then startup >>> as >>> cherokee user). >> >> I think it would be easier to reuse the standard www user (already >> registered in ports/UIDs and ports/GIDs, >> instead of creating a 'cherokee:cherokee' user/group. Please note that >> www:www user/group has nothing apache specific. >> Reusing www:www may be a concern when running apache and cherokee in >> the same installation, though. >> Who needs Apache anyway? ;) > > Nobody wants apache nowadays (although I really want the webdav > functionality ;) ) > But changing the user from cherokee to www did not help..only root helps :( > > Michiel > >> >> >>> >>> Kind regards, >>> >>> Michiel >>> >> >> regards, >> >> diego > ___ 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: [Cherokee] Cherokee Web Server version in ports tree
I wait for the updated port :) Original Message Subject: Re: [Cherokee] Cherokee Web Server version in ports tree From: Diego Schulz To: Michiel van Es Date: 03/12/2010 02:52 PM On Fri, Mar 12, 2010 at 10:35 AM, Michiel van Es wrote: Original Message Subject: Re: [Cherokee] Cherokee Web Server version in ports tree From: Diego Schulz To: Michiel van Es Date: 03/12/2010 02:33 PM On Fri, Mar 12, 2010 at 9:53 AM, Michiel van Es wrote: Hi, I don't know if it is a problem but I also found out that the install does not create a cherokee user on freebsd and that cherokee is running as root default on freebsd... Yes, I noticed that too. I also changed the user manually from the admin interface. I tried that too but cherokee won't start with a fresh created cherokee user or the www user. The error: Could not access file descriptors: [3] Probably you'll need to set proper permissions on log files and rrds directory (if you installed cherokee with rrdtool functionality). Also don't forget to chown to www:www the document_root. But yes, this clearly needs to be improved in the port. I'll try adding a config flag 'Run as www user' in the port's Makefile so the configure script is run with --with-wwwuser=www --with-wwwgroup=www before compiling. Security wise it does not sound as a good idea to let it run as root ;) (I know I can change it manually but it would be nice that the installer installs the cherokee user and set the permissions right and then startup as cherokee user). I think it would be easier to reuse the standard www user (already registered in ports/UIDs and ports/GIDs, instead of creating a 'cherokee:cherokee' user/group. Please note that www:www user/group has nothing apache specific. Reusing www:www may be a concern when running apache and cherokee in the same installation, though. Who needs Apache anyway? ;) Nobody wants apache nowadays (although I really want the webdav functionality ;) ) But changing the user from cherokee to www did not help..only root helps :( Michiel Kind regards, Michiel regards, diego ___ 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"
Java For Firefox
I don't know if I should also cc the maintainer for FF3.6, but I'm posting here. Hopefully they'll see it. When will we have an updated Java for use in Firefox 3.6? I guess I could downgrade back to 3.5 if absolutely necessary, but I'd rather not. Though I imagine an upgraded java would mean I would have to recompile OOo, too. ): -- Yours In Christ, PIT Emails are not formal business letters, whatever businesses may want. Original content copyright under the OWL http://owl.apotheon.org Please do not CC me. If I'm posting to a list it is because I am subscribed. signature.asc Description: OpenPGP digital signature
Re: [Call for Testing] X.org 7.5 for FreeBSD
On Friday 12 March 2010 22:36:21 George Liaskos wrote: > > Just finished compiling on my desktop with no issues. > > > > FreeBSD 8.0-STABLE amd64, KDE 4.4.1, nvidia binary driver. > > > > The update was smooth so i am compiling 7.5 on my laptop too, i will > > test it with both intel and radeon. > > > > Thank you very much for your work! > > > > Regards. > > I am using the laptop since yesterday with radeon and no issues whatsoever. > > I also tested radeon 6.12.191 and 6.12.5, .5 works fine on my setup. > With .191 i have some artifacts around the cursor with > ForceLowPowerMode, but DynamicPM and ClockGating are working fine so > i' ll be using that. Try to use composite/opengl visual effects. At least for me it gave a fully unisable desktop with my radeon mobility x2300 > If i switch to intel i get random artifacts in KDE, i did not have > enough time to test it further but i will do that tommorow. > -- Dima "Red Fox" Panov @ Home | C73E 2B72 1FFD 61BD E206 1234 A626 76ED 93E3 B018 Khabarovsk, Russia | 2D30 2CCB 9984 130C 6F87 BAFC FB8B A09D D539 8F29 k...@freebsd Team | FreeBSD committer since 10.08.2009 | FreeBSD since Sept 1995 Twitter.com:fluffy_khv | Skype:dima.panov | Jabber.org:fluffy.khv | ICQ:1745024 ___ 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: [Call for Testing] X.org 7.5 for FreeBSD
On Thu, 2010-03-11 at 23:48 +0100, Torfinn Ingolfsen wrote: > Hi, > > On Thu, Mar 11, 2010 at 2:44 PM, Martin Wilke wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > Call for Testing Xorg 7.5 > > > > Works here too. > For some reason, Xfce doesn't work after the upgrade, xfce4-session core > dumps when I do 'startxfce4'. (Yes, I have recompiled allt the xfce ports). > FreeBSD 8.0-stable, xfce-4.6.1_1, vesa driver. > r...@kg-v7# uname -a > FreeBSD kg-v7.kg4.no 8.0-STABLE FreeBSD 8.0-STABLE #0: Sun Mar 7 20:55:51 > CET 2010 r...@kg-v7.kg4.no:/usr/obj/usr/src/sys/GENERIC amd64 > > I'm currently using the vesa driver, it seems that it is the only thing that > supports this "integrated graphics controller" of the Interl Core i3 cpu > (i3-540) that I have. > >From /var/log/Xorg.0.log: > (--) PCI:*(0:0:2:0) 8086:0042:1043:8383 Intel Corporation Core Processor > Integrated Graphics Controller rev 18, Mem @ 0xfb80/4194304, > 0xd000/268435456, I/O @ 0xdc00/8, BIOS @ 0x/65536 > and pciconf: > r...@kg-v7# pciconf -lv | grep -A 3 vga > vgap...@pci0:0:2:0:class=0x03 card=0x83831043 chip=0x00428086 > rev=0x12 hdr=0x00 > vendor = 'Intel Corporation' > class = display > subclass = VGA Can you try the attached patch and verify that AGP attaches and reports correctly. I will try and see if I can enable drm on this chip with the current driver, or import version 2.9.1 of the driver this weekend. You won't get drm with the 2.9.1 version, but it would be better than vesa. robert. > HTH -- Robert Noland FreeBSD diff --git a/sys/dev/agp/agp_i810.c b/sys/dev/agp/agp_i810.c index be51bb2..9835663 100644 --- a/sys/dev/agp/agp_i810.c +++ b/sys/dev/agp/agp_i810.c @@ -177,6 +177,10 @@ static const struct agp_i810_match { "Intel G45 SVGA controller"}, {0x2E328086, CHIP_G4X, 0x0002, "Intel G41 SVGA controller"}, + {0x00428086, CHIP_G4X, 0x0002, + "Intel Ironlake (D) SVGA controller"}, + {0x00468086, CHIP_G4X, 0x0002, + "Intel Ironlake (M) SVGA controller"}, {0, 0, 0, NULL} }; ___ 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"
Full Unicode Support for FreeBSD
Isn`t it time for FreeBSD to fully support Unicode/UTF-8 by now? It is considered to be standard charset by now. XML uses it by default. If you are working with texts in different languages there is no alternative to UTF-8. If you chat with a Linux machine you can easily run into charset troubles if you are still using the old iso-8859-1. By now it is no problem to activate UTF-8 for your console. However a comprehensive Unicode support would require much more: i.e. configuring all user packages like KDE for Unicode support and asserting that also file names (f.i. from ext2 partitions) are interpreted correctly. ___ 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: Full Unicode Support for FreeBSD
On Sat, Mar 13, 2010 at 1:43 AM, Elmar Stellnberger wrote: > Isn`t it time for FreeBSD to fully support Unicode/UTF-8 by now? > It is considered to be standard charset by now. XML uses it by default. > If you are working with texts in different languages there is no > alternative to UTF-8. > If you chat with a Linux machine you can easily run into charset > troubles if you are > still using the old iso-8859-1. > > By now it is no problem to activate UTF-8 for your console. > However a comprehensive Unicode support would require much more: > i.e. configuring all user packages like KDE for Unicode support and > asserting that also file names (f.i. from ext2 partitions) are interpreted > correctly. Do you have a concrete example of how FreeBSD fails to support UTF-8? I have been setting my LANG to zh_TW.UTF-8 for years without problem with modern software. As this is the ports list, I guess you have some issues with the software in the ports collection? CW. -- "If it looks like a duck, walks like a duck, and quacks like a duck, then to the end user it's a duck, and end users have made it pretty clear they want a duck; whether the duck drinks hot chocolate or coffee is irrelevant." ___ 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: [Call for Testing] X.org 7.5 for FreeBSD
On Fri, Mar 12, 2010 at 1:43 AM, Garrett Cooper wrote: > > Did you recompile everything like the instructions state, or at > the very least libxcb dependent pieces (cairo, et all)? Memory serves > me correctly cairo and libxcb links into xfce4, and it turns into a > nasty mess if the ABI mismatches. > Yep, I did portupgrade -a (twice, the first run had errors). Sorry for not writing tha into my first post. -- Regards, Torfinn ___ 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: [Call for Testing] X.org 7.5 for FreeBSD
Hi, On Fri, Mar 12, 2010 at 12:19 PM, Robert Noland wrote: > > Hrm... That presents an interesting issue... While I think we will need > to get agp fixed up first, the 2.9.1 version of the driver may actually > support your card. It will not have drm support, but it would be a much > better solution than vesa. > > Please send me the full output of "pciconf -lv", so I can look at the > agp bridge. > As rrequested: r...@kg-v7# pciconf -lv hos...@pci0:0:0:0:class=0x06 card=0x83831043 chip=0x00408086 rev=0x12 hdr=0x00 vendor = 'Intel Corporation' class = bridge subclass = HOST-PCI vgap...@pci0:0:2:0:class=0x03 card=0x83831043 chip=0x00428086 rev=0x12 hdr=0x00 vendor = 'Intel Corporation' class = display subclass = VGA eh...@pci0:0:26:0:class=0x0c0320 card=0x83831043 chip=0x3b3c8086 rev=0x06 hdr=0x00 vendor = 'Intel Corporation' class = serial bus subclass = USB hd...@pci0:0:27:0:class=0x040300 card=0x837b1043 chip=0x3b568086 rev=0x06 hdr=0x00 vendor = 'Intel Corporation' class = multimedia subclass = HDA pc...@pci0:0:28:0:class=0x060400 card=0x83831043 chip=0x3b428086 rev=0x06 hdr=0x01 vendor = 'Intel Corporation' class = bridge subclass = PCI-PCI pc...@pci0:0:28:1:class=0x060400 card=0x83831043 chip=0x3b448086 rev=0x06 hdr=0x01 vendor = 'Intel Corporation' class = bridge subclass = PCI-PCI pc...@pci0:0:28:2:class=0x060400 card=0x83831043 chip=0x3b468086 rev=0x06 hdr=0x01 vendor = 'Intel Corporation' class = bridge subclass = PCI-PCI pc...@pci0:0:28:3:class=0x060400 card=0x83831043 chip=0x3b488086 rev=0x06 hdr=0x01 vendor = 'Intel Corporation' class = bridge subclass = PCI-PCI eh...@pci0:0:29:0:class=0x0c0320 card=0x83831043 chip=0x3b348086 rev=0x06 hdr=0x00 vendor = 'Intel Corporation' class = serial bus subclass = USB pc...@pci0:0:30:0:class=0x060401 card=0x83831043 chip=0x244e8086 rev=0xa6 hdr=0x01 vendor = 'Intel Corporation' device = '82801 Family (ICH2/3/4/5/6/7/8/9,63xxESB) Hub Interface to PCI Bridge' class = bridge subclass = PCI-PCI is...@pci0:0:31:0:class=0x060100 card=0x83831043 chip=0x3b068086 rev=0x06 hdr=0x00 vendor = 'Intel Corporation' class = bridge subclass = PCI-ISA atap...@pci0:0:31:2:class=0x010601 card=0x83831043 chip=0x3b228086 rev=0x06 hdr=0x00 vendor = 'Intel Corporation' device = 'IBEX AHCI Controller(6Port)' class = mass storage subclass = SATA ichs...@pci0:0:31:3:class=0x0c0500 card=0x83831043 chip=0x3b308086 rev=0x06 hdr=0x00 vendor = 'Intel Corporation' class = serial bus subclass = SMBus r...@pci0:2:0:0:class=0x02 card=0x83a31043 chip=0x816810ec rev=0x03 hdr=0x00 vendor = 'Realtek Semiconductor' device = 'Gigabit Ethernet NIC(NDIS 6.0) (RTL8168/8111)' class = network subclass = ethernet fwoh...@pci0:1:0:0:class=0x0c0010 card=0x83131043 chip=0x2380197b rev=0x00 hdr=0x00 vendor = 'JMicron Technology Corp.' class = serial bus subclass = FireWire r...@kg-v7# -- Regards, Torfinn ___ 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: [Call for Testing] X.org 7.5 for FreeBSD
On Fri, Mar 12, 2010 at 6:24 PM, Robert Noland wrote: > Can you try the attached patch and verify that AGP attaches and reports > correctly. I will try and see if I can enable drm on this chip with the > current driver, or import version 2.9.1 of the driver this weekend. You > won't get drm with the 2.9.1 version, but it would be better than vesa. > With the patch, AGP reports like this: r...@kg-v7# dmesg | grep agp agp0: on vgapci0 agp0: detected 32764k stolen memory agp0: aperture size is 256M How do I verify that it is reporting correctly? -- Regards, Torfinn ___ 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: [Call for Testing] X.org 7.5 for FreeBSD
On Fri, 2010-03-12 at 20:10 +0100, Torfinn Ingolfsen wrote: > > > On Fri, Mar 12, 2010 at 6:24 PM, Robert Noland > wrote: > Can you try the attached patch and verify that AGP attaches > and reports > correctly. I will try and see if I can enable drm on this > chip with the > current driver, or import version 2.9.1 of the driver this > weekend. You > won't get drm with the 2.9.1 version, but it would be better > than vesa. > > With the patch, AGP reports like this: > r...@kg-v7# dmesg | grep agp > agp0: on vgapci0 > agp0: detected 32764k stolen memory > agp0: aperture size is 256M > > How do I verify that it is reporting correctly? That looks like it is probably correct. I need to figure out how much work it is gonna take to enable drm and patch the current driver... Stay tuned. robert. > -- > Regards, > Torfinn -- Robert Noland FreeBSD ___ 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: Full Unicode Support for FreeBSD
On 12/03/2010 19:23, 葉佳威 Jiawei Ye wrote: > On Sat, Mar 13, 2010 at 1:43 AM, Elmar Stellnberger wrote: >> Isn`t it time for FreeBSD to fully support Unicode/UTF-8 by now? >> It is considered to be standard charset by now. XML uses it by default. >> If you are working with texts in different languages there is no >> alternative to UTF-8. >> If you chat with a Linux machine you can easily run into charset >> troubles if you are >> still using the old iso-8859-1. >> >> By now it is no problem to activate UTF-8 for your console. >> However a comprehensive Unicode support would require much more: >> i.e. configuring all user packages like KDE for Unicode support and >> asserting that also file names (f.i. from ext2 partitions) are interpreted >> correctly. > Do you have a concrete example of how FreeBSD fails to support UTF-8? > I have been setting my LANG to zh_TW.UTF-8 for years without problem > with modern software. As this is the ports list, I guess you have some > issues with the software in the ports collection? I second this. I've been using en_GB.UTF-8 since 5.3. Even the file system can deal with UTF-8 encoded file names. I tried to create files with Arabian, Chinese, Russian and other characters. It all worked. -- A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? ___ 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: [Call for Testing] X.org 7.5 for FreeBSD
Update: On Fri, Mar 12, 2010 at 7:42 PM, Torfinn Ingolfsen wrote: > > > On Fri, Mar 12, 2010 at 1:43 AM, Garrett Cooper wrote: > >> >> Did you recompile everything like the instructions state, or at >> the very least libxcb dependent pieces (cairo, et all)? Memory serves >> me correctly cairo and libxcb links into xfce4, and it turns into a >> nasty mess if the ABI mismatches. >> > > Yep, I did portupgrade -a (twice, the first run had errors). Sorry for not > writing tha into my first post. > It was kindly pointed out to me that I didn't follow the instructions to the letter. Well, now I have done a 'portupgrade -af', and xfce4-session still crashes and core dumps when I do 'startxfce4'. From /var/log/messages: Mar 12 23:01:30 kg-v7 kernel: pid 18687 (xfce4-session), uid 0: exited on signal 6 (core dumped) It doesn't matter if I try as my normal user or 'root'. 'startx' works fine (as it did before, too). HTH -- Regards, Torfinn Ingolfsen ___ 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: [Call for Testing] X.org 7.5 for FreeBSD
On Fri, Mar 12, 2010 at 2:07 PM, Torfinn Ingolfsen wrote: > Update: > > On Fri, Mar 12, 2010 at 7:42 PM, Torfinn Ingolfsen wrote: > >> >> >> On Fri, Mar 12, 2010 at 1:43 AM, Garrett Cooper wrote: >> >>> >>> Did you recompile everything like the instructions state, or at >>> the very least libxcb dependent pieces (cairo, et all)? Memory serves >>> me correctly cairo and libxcb links into xfce4, and it turns into a >>> nasty mess if the ABI mismatches. >>> >> >> Yep, I did portupgrade -a (twice, the first run had errors). Sorry for not >> writing tha into my first post. >> > > It was kindly pointed out to me that I didn't follow the instructions to the > letter. > Well, now I have done a 'portupgrade -af', and xfce4-session still crashes > and core dumps when I do 'startxfce4'. From /var/log/messages: > Mar 12 23:01:30 kg-v7 kernel: pid 18687 (xfce4-session), uid 0: exited on > signal 6 (core dumped) > > It doesn't matter if I try as my normal user or 'root'. > 'startx' works fine (as it did before, too). 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? Thanks, -Garrett ___ 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: [Call for Testing] X.org 7.5 for FreeBSD
On Fri, 2010-03-12 at 23:07 +0100, Torfinn Ingolfsen wrote: > Update: > > On Fri, Mar 12, 2010 at 7:42 PM, Torfinn Ingolfsen wrote: > > > > > > > On Fri, Mar 12, 2010 at 1:43 AM, Garrett Cooper wrote: > > > >> > >> Did you recompile everything like the instructions state, or at > >> the very least libxcb dependent pieces (cairo, et all)? Memory serves > >> me correctly cairo and libxcb links into xfce4, and it turns into a > >> nasty mess if the ABI mismatches. > >> > > > > Yep, I did portupgrade -a (twice, the first run had errors). Sorry for not > > writing tha into my first post. > > > > It was kindly pointed out to me that I didn't follow the instructions to the > letter. > Well, now I have done a 'portupgrade -af', and xfce4-session still crashes > and core dumps when I do 'startxfce4'. From /var/log/messages: > Mar 12 23:01:30 kg-v7 kernel: pid 18687 (xfce4-session), uid 0: exited on > signal 6 (core dumped) signal 6 is an abort, can you get a backtrace? Does the server exit, or just xfce? robert. > It doesn't matter if I try as my normal user or 'root'. > 'startx' works fine (as it did before, too). > > HTH -- Robert Noland FreeBSD ___ 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: [Call for Testing] X.org 7.5 for FreeBSD
On Fri, 2010-03-12 at 14:09 -0800, Garrett Cooper wrote: > On Fri, Mar 12, 2010 at 2:07 PM, Torfinn Ingolfsen wrote: > > Update: > > > > On Fri, Mar 12, 2010 at 7:42 PM, Torfinn Ingolfsen wrote: > > > >> > >> > >> On Fri, Mar 12, 2010 at 1:43 AM, Garrett Cooper wrote: > >> > >>> > >>> Did you recompile everything like the instructions state, or at > >>> the very least libxcb dependent pieces (cairo, et all)? Memory serves > >>> me correctly cairo and libxcb links into xfce4, and it turns into a > >>> nasty mess if the ABI mismatches. > >>> > >> > >> Yep, I did portupgrade -a (twice, the first run had errors). Sorry for not > >> writing tha into my first post. > >> > > > > It was kindly pointed out to me that I didn't follow the instructions to the > > letter. > > Well, now I have done a 'portupgrade -af', and xfce4-session still crashes > > and core dumps when I do 'startxfce4'. From /var/log/messages: > > Mar 12 23:01:30 kg-v7 kernel: pid 18687 (xfce4-session), uid 0: exited on > > signal 6 (core dumped) > > > > It doesn't matter if I try as my normal user or 'root'. > > 'startx' works fine (as it did before, too). > > 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 don't know xfce4, but if it is using compositing and gl, have you rebuilt libGL and dri? robert. > Thanks, > -Garrett > ___ > freebsd-...@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscr...@freebsd.org" -- Robert Noland FreeBSD ___ 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"