Prev: The new cups ports seem to not recognize usb printers onFreeBSD 7.2-STABLE
Next: The new cups ports seem to not recognize usb printers onFreeBSD 7.2-STABLE
From: Robert Noland on 5 Dec 2009 18:48 On Sat, 2009-12-05 at 10:42 +0900, Norikatsu Shigemura wrote: > Hi Radeon HD 2xxx, 3xxx and 4xxx users! > > I'm ready to update ports related Mesa3D to 7.6 base, graphics/dri, > graphics/libGL*, graphics/libglut, graphics/mesa-demos and > graphics/libdrm. Please see also my attached patch file. I'll > update these as soon as tomorrow. > > Mesa3D 7.6 supports experimental r600 driver, as known as AMD > R6xx/R7xx architecture. I confirmed that it's good works, but > buggy on my Radeon HD 4850 environment with 9-current/amd64 and > xf86-video-radeonhd-devel. Please see also [I known problem] > section. > > [kernel support] > maybe, 7-stable, 8-release(at least 8-stable) and 9-current are OK. > http://svn.freebsd.org/changeset/base/196470 (HEAD 2009/08/23) > http://svn.freebsd.org/changeset/base/198685 (RELENG_8 2009/10/30) > http://svn.freebsd.org/changeset/base/198686 (RELENG_7 2009/10/30) > > [X11 driver support] > x11-drivers/xf86-video-ati OK > x11-drivers/xf86-video-radeonhd I don't know > x11-drivers/xf86-video-radeonhd-devel OK > > [To enable xorg.conf] > Section "ServerFlags" > Option "AIGLX" "true" > EndSection > > [I know a problem] > 3D accelerated applications like glxgear, compiz display with > bluish coloring. I confirmed git master branch Mesa3D codes, > too. So I consider that this problem wasn't be fixed. > > [Why update to 7.6] > I confirmed git master and 7.6, I think these are almost same > quality. So I choose 7.6. Please don't do this yet. 7.6 does have r600 support, but it still has some bugs that make it really unusable in compiz or kde4. The primary issue in 7.6 is text and menu corruption under compiz/kde4. Basically, most anything you type is displayed incorrectly. 7.6.1 is due out any time, which has those issues resolved. It's also possible that we might have issues with libdrm, but I don't know that for sure right now. robert. -- Robert Noland <rnoland(a)FreeBSD.org> FreeBSD _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Robert Noland on 5 Dec 2009 18:59 On Sun, 2009-12-06 at 01:22 +0900, Norikatsu Shigemura wrote: > On Sat, 05 Dec 2009 14:22:45 +0200 > Andriy Gapon <avg(a)icyb.net.ua> wrote: > > Additionally, as Robert has already mentioned[1], Mesa3D has a bug that leads to > > text corruption in compiz/kde4. > > [1] See thread with subject "kwin composite w/ opengl on r600?" > > Oh my god. jkim@ was already working about Mesa3d ports. orz > > I think that it's swrast (SoftWare RASter) driver's issue. > I was troubled about swrast driver, too. It was actually an incorrectly calculated size, but all is fixed in the pending 7.6.1 release. This has nothing to do with swrast though, that is a software only path. robert. -- Robert Noland <rnoland(a)FreeBSD.org> FreeBSD _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Robert Noland on 5 Dec 2009 19:04 On Sun, 2009-12-06 at 02:52 +0900, Norikatsu Shigemura wrote: > On Sun, 6 Dec 2009 02:22:00 +0900 > Norikatsu Shigemura <nork(a)FreeBSD.org> wrote: > > Hum.. When 7.6.1 release? If not yet, I'll back port. > > But, I don't understand fix by https://bugs.freedesktop.org/show_bug.cgi?id=24266 > > How should I find git's commit id from http://cgit.freedesktop.org/mesa/mesa/ ? > > I give up. So I remaked 7.6.1-rc2. I'll update to 7.6.1-rc2. 7.6.1 was going to be released a week ago or so, but intel didn't have their act together, so it ended up delayed a bit. It should be released fairly soon, like within a week or two at most I would say. robert. -- Robert Noland <rnoland(a)FreeBSD.org> FreeBSD _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Robert Noland on 6 Dec 2009 08:51 On Sat, 2009-12-05 at 10:42 +0900, Norikatsu Shigemura wrote: > Hi Radeon HD 2xxx, 3xxx and 4xxx users! > > I'm ready to update ports related Mesa3D to 7.6 base, graphics/dri, > graphics/libGL*, graphics/libglut, graphics/mesa-demos and > graphics/libdrm. Please see also my attached patch file. I'll > update these as soon as tomorrow. > > Mesa3D 7.6 supports experimental r600 driver, as known as AMD > R6xx/R7xx architecture. I confirmed that it's good works, but > buggy on my Radeon HD 4850 environment with 9-current/amd64 and > xf86-video-radeonhd-devel. Please see also [I known problem] > section. > > [kernel support] > maybe, 7-stable, 8-release(at least 8-stable) and 9-current are OK. > http://svn.freebsd.org/changeset/base/196470 (HEAD 2009/08/23) > http://svn.freebsd.org/changeset/base/198685 (RELENG_8 2009/10/30) > http://svn.freebsd.org/changeset/base/198686 (RELENG_7 2009/10/30) > > [X11 driver support] > x11-drivers/xf86-video-ati OK > x11-drivers/xf86-video-radeonhd I don't know > x11-drivers/xf86-video-radeonhd-devel OK > > [To enable xorg.conf] > Section "ServerFlags" > Option "AIGLX" "true" > EndSection > > [I know a problem] > 3D accelerated applications like glxgear, compiz display with > bluish coloring. I confirmed git master branch Mesa3D codes, > too. So I consider that this problem wasn't be fixed. > > [Why update to 7.6] > I confirmed git master and 7.6, I think these are almost same > quality. So I choose 7.6. Actually, looking through the patch now... Two things jump out at me... We can't currently update libdrm in the ports collection without breaking nouveau. The second is, don't enable libdrm_radeon, even when we can. libdrm_radeon is only needed for TTM/KMS enabled radeon and may cause upgrade/build issues if it exists. robert. > _______________________________________________ > freebsd-x11(a)freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe(a)freebsd.org" -- Robert Noland <rnoland(a)FreeBSD.org> FreeBSD _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Robert Noland on 6 Dec 2009 09:03
On Sat, 2009-12-05 at 10:01 +0200, Alex Kozlov wrote: > On Sat, Dec 05, 2009 at 10:42:43AM +0900, Norikatsu Shigemura wrote: > > Hi Radeon HD 2xxx, 3xxx and 4xxx users! > > > > I'm ready to update ports related Mesa3D to 7.6 base, graphics/dri, > > graphics/libGL*, graphics/libglut, graphics/mesa-demos and > > graphics/libdrm. Please see also my attached patch file. I'll > > update these as soon as tomorrow. > > > > Mesa3D 7.6 supports experimental r600 driver, as known as AMD > > R6xx/R7xx architecture. I confirmed that it's good works, but > > buggy on my Radeon HD 4850 environment with 9-current/amd64 and > > xf86-video-radeonhd-devel. Please see also [I known problem] > > section. > I use similiar setup(but with mesa git master) for more than a month > without a problem. HD 3650 AGP. glxgear, other demos and even some old > games in wine like deusex work fine. Openarena, UT, vdrift, nexuiz, etc... should all work fairly well also. There are still features that are not yet implemented on r600, but I tend to run all of the above all video options enabled on highest settings. Really large textures are slow and it seems like I found one option that really hurt performance (bloom maybe), but otherwise they are all more than playable on my HD4650 core2duo e7400. Disclaimer: I'm not a gamer... but I do use them for testing. robert. > > -- > Adios > _______________________________________________ > freebsd-x11(a)freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe(a)freebsd.org" -- Robert Noland <rnoland(a)FreeBSD.org> FreeBSD _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org" |