From owner-freebsd-x11@FreeBSD.ORG Sun Jan 17 10:16:57 2010 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 166BB106566B; Sun, 17 Jan 2010 10:16:57 +0000 (UTC) (envelope-from joel@vnode.se) Received: from mail.vnode.se (mail.vnode.se [62.119.52.80]) by mx1.freebsd.org (Postfix) with ESMTP id C18D78FC13; Sun, 17 Jan 2010 10:16:56 +0000 (UTC) Received: from mail.vnode.se (localhost [127.0.0.1]) by mail.vnode.se (Postfix) with ESMTP id 054A4E3F088; Sun, 17 Jan 2010 11:08:44 +0100 (CET) X-Virus-Scanned: amavisd-new at vnode.se Received: from mail.vnode.se ([127.0.0.1]) by mail.vnode.se (mail.vnode.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3uXSFllkstfC; Sun, 17 Jan 2010 11:08:41 +0100 (CET) Received: from [10.10.10.101] (unknown [83.223.1.131]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.vnode.se (Postfix) with ESMTPSA id 4EA47E3F086; Sun, 17 Jan 2010 11:08:41 +0100 (CET) Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Joel Dahl In-Reply-To: <8D1A2B4F-2DBC-473B-B8BD-448AB470F76A@vnode.se> Date: Sun, 17 Jan 2010 11:08:40 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <94CA554B-11C6-40F1-B10D-BD4C3B81632C@vnode.se> References: <8D1A2B4F-2DBC-473B-B8BD-448AB470F76A@vnode.se> To: ed@freebsd.org X-Mailer: Apple Mail (2.1077) Cc: x11@freebsd.org Subject: Re: x11/sessreg doesn't build on fresh current X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2010 10:16:57 -0000 17 jan 2010 kl. 11.04 skrev Joel Dahl: > Hi Ed, >=20 > Looks like x11/sessreg doesn't build on a freshly checked out = 9-current and it's probably related to your recent utmpx work. This also = breaks the xorg build... Oops, didn't notice the discussion on x11@. Sorry for the noise. // Joel From owner-freebsd-x11@FreeBSD.ORG Sun Jan 17 10:21:57 2010 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C808106566B; Sun, 17 Jan 2010 10:21:57 +0000 (UTC) (envelope-from joel@vnode.se) Received: from mail.vnode.se (mail.vnode.se [62.119.52.80]) by mx1.freebsd.org (Postfix) with ESMTP id E6D2E8FC12; Sun, 17 Jan 2010 10:21:56 +0000 (UTC) Received: from mail.vnode.se (localhost [127.0.0.1]) by mail.vnode.se (Postfix) with ESMTP id E8FB9E3F087; Sun, 17 Jan 2010 11:04:51 +0100 (CET) X-Virus-Scanned: amavisd-new at vnode.se Received: from mail.vnode.se ([127.0.0.1]) by mail.vnode.se (mail.vnode.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 298ZQgevnWtb; Sun, 17 Jan 2010 11:04:49 +0100 (CET) Received: from [10.10.10.101] (unknown [83.223.1.131]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.vnode.se (Postfix) with ESMTPSA id 039BDE3F086; Sun, 17 Jan 2010 11:04:48 +0100 (CET) From: Joel Dahl Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Sun, 17 Jan 2010 11:04:47 +0100 Message-Id: <8D1A2B4F-2DBC-473B-B8BD-448AB470F76A@vnode.se> To: ed@freebsd.org Mime-Version: 1.0 (Apple Message framework v1077) X-Mailer: Apple Mail (2.1077) Cc: x11@freebsd.org Subject: x11/sessreg doesn't build on fresh current X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2010 10:21:57 -0000 Hi Ed, Looks like x11/sessreg doesn't build on a freshly checked out 9-current = and it's probably related to your recent utmpx work. This also breaks = the xorg build... Error message below: =3D=3D=3D> Building for sessreg-1.0.4 make all-am cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe = -fno-strict-aliasing -MT sessreg.o -MD -MP -MF .deps/sessreg.Tpo -c -o = sessreg.o sessreg.c In file included from sessreg.h:60, from sessreg.c:77: /usr/include/utmp.h:2:2: error: #error " has been replaced by = " In file included from sessreg.c:83: /usr/include/utmp.h:2:2: error: #error " has been replaced by = " sessreg.c:92: warning: 'struct utmp' declared inside parameter list sessreg.c:92: warning: its scope is only this definition or declaration, = which is probably not what you want sessreg.c: In function 'main': sessreg.c:191: error: storage size of 'utmp_entry' isn't known sessreg.c:319: error: invalid application of 'sizeof' to incomplete type = 'struct utmp'=20 sessreg.c: At top level: sessreg.c:374: warning: 'struct utmp' declared inside parameter list sessreg.c:375: error: conflicting types for 'set_utmp' sessreg.c:92: error: previous declaration of 'set_utmp' was here sessreg.c: In function 'set_utmp': sessreg.c:376: error: dereferencing pointer to incomplete type sessreg.c:378: error: dereferencing pointer to incomplete type sessreg.c:378: error: dereferencing pointer to incomplete type sessreg.c:380: error: dereferencing pointer to incomplete type sessreg.c:380: error: dereferencing pointer to incomplete type sessreg.c:382: error: dereferencing pointer to incomplete type sessreg.c:382: error: dereferencing pointer to incomplete type sessreg.c:384: error: dereferencing pointer to incomplete type sessreg.c:384: error: dereferencing pointer to incomplete type sessreg.c:413: error: dereferencing pointer to incomplete type sessreg.c:413: error: dereferencing pointer to incomplete type sessreg.c:415: error: dereferencing pointer to incomplete type sessreg.c:415: error: dereferencing pointer to incomplete type sessreg.c:417: error: dereferencing pointer to incomplete type sessreg.c: In function 'findslot': sessreg.c:596: error: storage size of 'entry' isn't known sessreg.c:606: error: invalid application of 'sizeof' to incomplete type = 'struct utmp'=20 *** Error code 1 Stop in /usr/ports/x11/sessreg/work/sessreg-1.0.4. *** Error code 1 -- Joel Dahl joel@vnode.se | joel@freebsd.org= From owner-freebsd-x11@FreeBSD.ORG Sun Jan 17 11:19:20 2010 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A48DE106566B for ; Sun, 17 Jan 2010 11:19:20 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: from palm.hoeg.nl (mx0.hoeg.nl [IPv6:2001:7b8:613:100::211]) by mx1.freebsd.org (Postfix) with ESMTP id 115CA8FC0C for ; Sun, 17 Jan 2010 11:19:20 +0000 (UTC) Received: by palm.hoeg.nl (Postfix, from userid 1000) id 278641CDB9; Sun, 17 Jan 2010 12:19:19 +0100 (CET) Date: Sun, 17 Jan 2010 12:19:19 +0100 From: Ed Schouten To: x11@freebsd.org Message-ID: <20100117111919.GT64905@hoeg.nl> References: <8D1A2B4F-2DBC-473B-B8BD-448AB470F76A@vnode.se> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Nr8GZHS/G2kvNBDX" Content-Disposition: inline In-Reply-To: <8D1A2B4F-2DBC-473B-B8BD-448AB470F76A@vnode.se> User-Agent: Mutt/1.5.20 (2009-06-14) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: [Patch] x11/sessreg doesn't build on fresh current X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2010 11:19:20 -0000 --Nr8GZHS/G2kvNBDX Content-Type: multipart/mixed; boundary="AMb54jTE3puhshS2" Content-Disposition: inline --AMb54jTE3puhshS2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi all, Could I get an approval for the attached patch? Basically it merges this patch on top of the latest release and runs all the autoconf bits to regenerate the configure script. http://cgit.freedesktop.org/xorg/app/sessreg/patch/?id=3D9792646873ac0e597= cc65ef4a056444fd8f9a7fd Greetings, --=20 Ed Schouten WWW: http://80386.nl/ --AMb54jTE3puhshS2-- --Nr8GZHS/G2kvNBDX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (FreeBSD) iEYEARECAAYFAktS8jcACgkQ52SDGA2eCwUXCQCbBn1MroSSmTKxDhqn9ztpyT6s Gd0AnAy12A+HBcVteQl2KjFBAuwylPze =/xRH -----END PGP SIGNATURE----- --Nr8GZHS/G2kvNBDX-- From owner-freebsd-x11@FreeBSD.ORG Mon Jan 18 01:35:03 2010 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0ACB1065742 for ; Mon, 18 Jan 2010 01:35:03 +0000 (UTC) (envelope-from george@m5p.com) Received: from mailhost.m5p.com (unknown [IPv6:2001:418:3fd::3]) by mx1.freebsd.org (Postfix) with ESMTP id 8A46E8FC25 for ; Mon, 18 Jan 2010 01:35:03 +0000 (UTC) Received: from m5p.com (ssh.m5p.com [IPv6:2001:418:3fd::fb]) by mailhost.m5p.com (8.14.3/8.14.3) with ESMTP id o0I1Yv31078351 for ; Sun, 17 Jan 2010 20:35:02 -0500 (EST) (envelope-from george@m5p.com) Received: (from george@localhost) by m5p.com (8.14.3/8.13.7/Submit) id o0I1YvBt002434; Sun, 17 Jan 2010 20:34:57 -0500 (EST) Date: Sun, 17 Jan 2010 20:34:57 -0500 (EST) Message-Id: <201001180134.o0I1YvBt002434@m5p.com> From: george+freebsd@m5p.com To: freebsd-x11@freebsd.org X-Spam-Score: -0.038 () AWL,BAYES_00,FH_DATE_PAST_20XX,NO_RELAYS X-Scanned-By: MIMEDefang 2.64 on IPv6:2001:418:3fd::f7 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0 (mailhost.m5p.com [IPv6:2001:418:3fd::f7]); Sun, 17 Jan 2010 20:35:02 -0500 (EST) Subject: mach64 video driver considered harmful X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2010 01:35:03 -0000 My hardware: AMD Athlon XP 1500+ 512MB DDR memory ATI Technologies Inc Rage XL AGP 2X rev 39 I can boot into FreeBSD 7.0 or 7.2. When I boot into 7.0, I get Xorg 1.4.2 and the module called "atimisc" attaches to my video card. You can see its x11perf output at: http://www.m5p.com/~george/x11perf.7.0.txt Its Xorg log is at: http://www.m5p.com/~george/Xorg.7.0.txt When I boot into 7.2, I get Xorg 1.6.1, and a module called "mach64" attaches to my video card. You can see its x11perf output at: http://www.m5p.com/~george/x11perf.7.2.txt Its Xorg.log is at: http://www.m5p.com/~george/Xorg.7.2.txt The performance of the mach64 driver is occasionally better, but mostly worse, than atimisc driver from 7.0. Here are some sample test results, 7.0 on one line, followed by the 7.2 result on the next line: 3500 trep @ 8.7262 msec ( 115.0/sec): 500x500 opaque stippled rectangle (17x15 stipple) 2500 trep @ 9.5463 msec ( 105.0/sec): 500x500 opaque stippled rectangle ( 161x145 stipple) 5000 trep @ 5.5978 msec ( 179.0/sec): 500x500 tiled rectangle (161x145 tile) 3000 trep @ 9.6369 msec ( 104.0/sec): 500x500 tiled rectangle (161x145 ti le) 150000 trep @ 0.2277 msec ( 4390.0/sec): 500x500 rectangle outline 100000 trep @ 0.2676 msec ( 3740.0/sec): 500x500 rectangle outline 32000000 trep @ 0.0009 msec (1110000.0/sec): Char in 80-char line (6x13) 24000000 trep @ 0.0010 msec (955000.0/sec): Char in 80-char line (6x13) 4000 trep @ 7.6803 msec ( 130.0/sec): Scroll 500x500 pixels 3000 trep @ 8.6390 msec ( 116.0/sec): Scroll 500x500 pixels 6000 trep @ 5.1541 msec ( 194.0/sec): Copy 500x500 from pixmap to window 6000 trep @ 5.9708 msec ( 167.0/sec): Copy 500x500 from pixmap to window 1800 trep @ 14.8814 msec ( 67.2/sec): PutImage 500x500 square 1600 trep @ 17.5749 msec ( 56.9/sec): PutImage 500x500 square In terms of everyday use (which for me means Terminal, firefox, and mplayer), however, it just feels much, much slower. The two logs look largely the same, except for which driver is used. The 7.0 log refers to a GLcore extension which is missing from the 7.2 log, and the 7.2 log refers to a dri2 module which is missing from the 7.0 log. How can I get my performance back up to the previous level? Thanks for any helpful suggestions. -- George Mitchell From owner-freebsd-x11@FreeBSD.ORG Mon Jan 18 11:07:09 2010 Return-Path: Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89555106566B for ; Mon, 18 Jan 2010 11:07:09 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6F0FC8FC2D for ; Mon, 18 Jan 2010 11:07:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o0IB79OF047716 for ; Mon, 18 Jan 2010 11:07:09 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o0IB78vK047713 for freebsd-x11@FreeBSD.org; Mon, 18 Jan 2010 11:07:08 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 18 Jan 2010 11:07:08 GMT Message-Id: <201001181107.o0IB78vK047713@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-x11@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-x11@FreeBSD.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2010 11:07:09 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/142069 x11 x11/xorg: After adding on a laptop Toshiba Sattelite L o ports/141660 x11 x11/xorg: X can't determine amount of video memory on o ports/141386 x11 x11/xorg won't build from ports o ports/141272 x11 x11-drivers/xf86-video-ati and x11-drivers/xf86-video- o ports/141223 x11 x11-drivers/xf86-video-chips needs to be updated to 1. o ports/141145 x11 devel/makedepend: causes problem with openssl & X o ports/141116 x11 [hang] x11/xorg: ATI radeon xorg freezes [regression] o ports/140809 x11 x11/xorg: Xorg 7.4 radeon drm crashes 8.0 o ports/140775 x11 x11/xorg: fatal trap 12 after closing XORG with CTRL-A o ports/140764 x11 x11-drivers/xf86-video-openchrome segfaults with VIA K o ports/140254 x11 x11-drivers/xf86-video-cirrus: Black Screen with Cirru o ports/139509 x11 x11-servers/xorg-server: runtime problems in latest (2 o ports/139045 x11 x11-drivers/xf86-video-ati: update to 6.12.3 o ports/139011 x11 [patch] Add options to support GLX TLS in x11-servers o ports/137748 x11 x11/xorg: "unprocessed" mouse click results in effecti o ports/137731 x11 [patch] x11-drivers/xf86-input-vmmouse o ports/135276 x11 x11/xorg: GUI running first time only while using Free o ports/134643 x11 [patch] x11-servers/xorg-server - Unbreak Xorg 7.4 ser o ports/134244 x11 x11/xorg: "intel" driver for Xorg is very broken o ports/134132 x11 x11-servers/xorg-server: Intel i845 - xorg.conf with U o ports/134082 x11 x11/xdriinfo: xdriinfo-1.0.2 build fail o ports/133946 x11 x11-servers/xorg-server [patch] X crashes in xinerama o ports/133609 x11 x11/xorg crashes with vlc, intel video driver o ports/133482 x11 x11/libXext "Generic Event Extension not available" er o ports/133465 x11 x11/xorg: X crashes with mplayer -vo xv with xf86-vide o ports/132621 x11 x11/xorg tries to install event when deselected o ports/132403 x11 x11/xorg with Radeon X600 (R370): cannot re-initialize o ports/132100 x11 x11/xorg: Xorg server forgets pointer map after xlock o ports/132041 x11 x11/xorg: Broken Intel video driver o ports/131930 x11 [PATCH] x11-servers/xorg-server coredumps on exit o ports/131726 x11 x11-servers/xorg-server: xorg server messes with my eh o ports/131696 x11 x11-servers/xorg-server: hald core dumps make X11 unus o ports/131016 x11 x11/xorg - xorg-7.4 renders system unusable! s kern/130478 x11 [request] Port Linux kernel stub of nouveau to FreeBSD o ports/125883 x11 x11-fonts/xorg-fonts-cyrillic is installed, but fonts o ports/122830 x11 x11/xorg: Error in I830WaitLpRing() s ports/117907 x11 x11-servers/mga_hal broken on 7.0-BETA (GLIBC error) o ports/116443 x11 x11-drivers/xf86-input-keyboard patch for USB jp106 ke 38 problems total. From owner-freebsd-x11@FreeBSD.ORG Mon Jan 18 17:26:23 2010 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14A09106566B for ; Mon, 18 Jan 2010 17:26:23 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr3.xs4all.nl (smtp-vbr3.xs4all.nl [194.109.24.23]) by mx1.freebsd.org (Postfix) with ESMTP id 84C798FC0C for ; Mon, 18 Jan 2010 17:26:22 +0000 (UTC) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr3.xs4all.nl (8.13.8/8.13.8) with ESMTP id o0IHQK1x013192; Mon, 18 Jan 2010 18:26:20 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 32A88BA9D; Mon, 18 Jan 2010 18:26:20 +0100 (CET) Date: Mon, 18 Jan 2010 18:26:20 +0100 From: Roland Smith To: george+freebsd@m5p.com Message-ID: <20100118172620.GA65901@slackbox.xs4all.nl> References: <201001180134.o0I1YvBt002434@m5p.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="82I3+IH0IqGh5yIs" Content-Disposition: inline In-Reply-To: <201001180134.o0I1YvBt002434@m5p.com> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.20 (2009-06-14) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-x11@freebsd.org Subject: Re: mach64 video driver considered harmful X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2010 17:26:23 -0000 --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jan 17, 2010 at 08:34:57PM -0500, george+freebsd@m5p.com wrote: > My hardware: > AMD Athlon XP 1500+ > 512MB DDR memory > ATI Technologies Inc Rage XL AGP 2X rev 39 >=20 > I can boot into FreeBSD 7.0 or 7.2. When I boot into 7.0, I get Xorg 1.4= =2E2 > and the module called "atimisc" attaches to my video card. You can see i= ts > x11perf output at: > http://www.m5p.com/~george/x11perf.7.0.txt > Its Xorg log is at: > http://www.m5p.com/~george/Xorg.7.0.txt >=20 > When I boot into 7.2, I get Xorg 1.6.1, and a module called "mach64" atta= ches > to my video card. You can see its x11perf output at: > http://www.m5p.com/~george/x11perf.7.2.txt > Its Xorg.log is at: > http://www.m5p.com/~george/Xorg.7.2.txt What is in your xorg.conf in both cases? Is the agp kernel module loaded? =20 =20 > In terms of everyday use (which for me means Terminal, firefox, and > mplayer), however, it just feels much, much slower. >=20 > The two logs look largely the same, except for which driver is used. The That just appear that way, I think. There have been changes between Xorg 1.4 and 1.6. The ATI wrapper driver (in 1.6.x at least) detects the hardware, a= nd loads the appropriate driver, be it radeon, r128 or mach64. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --82I3+IH0IqGh5yIs Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEYEARECAAYFAktUmbsACgkQEnfvsMMhpyUXrQCbBcv3hm2ngQJMf7WjIsZ4AhiM gE0An3aYNIHZBsq7N26NcvZ5U6B4/qYH =bXyq -----END PGP SIGNATURE----- --82I3+IH0IqGh5yIs-- From owner-freebsd-x11@FreeBSD.ORG Wed Jan 20 03:11:56 2010 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C9571065670 for ; Wed, 20 Jan 2010 03:11:56 +0000 (UTC) (envelope-from wilkinsa@dsto.defence.gov.au) Received: from digger1.defence.gov.au (digger1.defence.gov.au [203.5.217.4]) by mx1.freebsd.org (Postfix) with ESMTP id E0BD38FC1B for ; Wed, 20 Jan 2010 03:11:55 +0000 (UTC) Received: from ednmsw520.dsto.defence.gov.au (ednmsw520.dsto.defence.gov.au [131.185.68.60]) by digger1.defence.gov.au (DSTO/DSTO) with ESMTP id o0K2jmM5024682; Wed, 20 Jan 2010 13:15:48 +1030 (CST) Received: from ednex510.dsto.defence.gov.au (ednex510.dsto.defence.gov.au) by ednmsw520.dsto.defence.gov.au (Clearswift SMTPRS 5.3.2) with ESMTP id ; Wed, 20 Jan 2010 13:18:26 +1030 Received: from stlex511.dsto.defence.gov.au ([203.6.60.49]) by ednex510.dsto.defence.gov.au with Microsoft SMTPSVC(6.0.3790.3959); Wed, 20 Jan 2010 13:18:26 +1030 Received: from stlux550.dsto.defence.gov.au ([203.6.60.61]) by stlex511.dsto.defence.gov.au with Microsoft SMTPSVC(6.0.3790.3959); Wed, 20 Jan 2010 10:48:22 +0800 Received: from stlux550.dsto.defence.gov.au (localhost [127.0.0.1]) by stlux550.dsto.defence.gov.au (8.14.3/8.14.3) with ESMTP id o0K2gkTF046943; Wed, 20 Jan 2010 10:42:46 +0800 (WST) (envelope-from wilkinsa@stlux550.dsto.defence.gov.au) Received: (from wilkinsa@localhost) by stlux550.dsto.defence.gov.au (8.14.3/8.14.3/Submit) id o0K2gjHh046942; Wed, 20 Jan 2010 10:42:45 +0800 (WST) (envelope-from wilkinsa) Date: Wed, 20 Jan 2010 10:42:45 +0800 From: "Wilkinson, Alex" To: freebsd-current@freebsd.org, freebsd-x11@freebsd.org Message-ID: <20100120024245.GD46479@stlux503.dsto.defence.gov.au> Mail-Followup-To: freebsd-current@freebsd.org, freebsd-x11@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Organisation: Defence Science Technology Organisation X-Message-Flag: "Please Restore Line Breaks If Necessary" User-Agent: Mutt/1.5.20 (2009-06-14) X-OriginalArrivalTime: 20 Jan 2010 02:48:22.0295 (UTC) FILETIME=[07B72270:01CA997B] X-TM-AS-Product-Ver: SMEX-8.0.0.1285-6.000.1038-17142.003 X-TM-AS-Result: No--7.620600-0.000000-31 X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No Content-Transfer-Encoding: 7bit Cc: Subject: code.google -> Xpra (anyone planning to port it ?) [SEC=UNCLASSIFIED] X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2010 03:11:56 -0000 Howdy people, This looks like a very nice app, has anyone got it working on FreeBSD yet ? http://code.google.com/p/partiwm/wiki/xpra -Alex IMPORTANT: This email remains the property of the Australian Defence Organisation and is subject to the jurisdiction of section 70 of the CRIMES ACT 1914. If you have received this email in error, you are requested to contact the sender and delete the email. From owner-freebsd-x11@FreeBSD.ORG Wed Jan 20 04:05:14 2010 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B58A1065670; Wed, 20 Jan 2010 04:05:14 +0000 (UTC) (envelope-from rabbit8888@gmail.com) Received: from mail-iw0-f177.google.com (mail-iw0-f177.google.com [209.85.223.177]) by mx1.freebsd.org (Postfix) with ESMTP id 1C0448FC18; Wed, 20 Jan 2010 04:05:13 +0000 (UTC) Received: by iwn7 with SMTP id 7so3451547iwn.7 for ; Tue, 19 Jan 2010 20:05:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=vtH1PbsmsnC7b+GNW0sEcb620w9R4+svl2UNu5JKrYM=; b=MtLxpXFHv8gFxFCVdh9eW8t0V0aNvMudHEWyhQBkdezxztsXmNY2MqcqzKYvGMQS3P r6UGNV7u2+zMDNT/AidHIITOWYjVCUCqmnvEAQfCnVISBywLlpeUAlkb4dm/Lle79fEu /Wy6FMm/h8CtE2ID/yHetlJdt0VBdOSZO7NUo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=j5vwFgIHPz9EVukx92LSmzGPfGw7azKDJTX/lsO+0A29euUopgC+Cwi/wOqaIFSSFm j7DomQJFKWrnnYiWGZwfalfS5qH1s5o3w1OwXzRjUgasg53h57UpufVG9vwZhl9zer41 YTi+Jda1B9O5j7i5WoanWbGWMq9rV6KO4UMUA= MIME-Version: 1.0 Received: by 10.231.79.136 with SMTP id p8mr4332525ibk.4.1263958574111; Tue, 19 Jan 2010 19:36:14 -0800 (PST) In-Reply-To: <20100120024245.GD46479@stlux503.dsto.defence.gov.au> References: <20100120024245.GD46479@stlux503.dsto.defence.gov.au> From: ALIP BUDIANTO Date: Tue, 19 Jan 2010 18:35:54 -0900 Message-ID: <7ae8b1001191935kfa83502m2c50e66dc7a3e38d@mail.gmail.com> To: freebsd-current@freebsd.org, freebsd-x11@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: code.google -> Xpra (anyone planning to port it ?) [SEC=UNCLASSIFIED] X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2010 04:05:14 -0000 On Tue, Jan 19, 2010 at 5:42 PM, Wilkinson, Alex < alex.wilkinson@dsto.defence.gov.au> wrote: > Howdy people, > > This looks like a very nice app, has anyone got it working on FreeBSD yet ? > > http://code.google.com/p/partiwm/wiki/xpra > > -Alex > > IMPORTANT: This email remains the property of the Australian Defence > Organisation and is subject to the jurisdiction of section 70 of the CRIMES > ACT 1914. If you have received this email in error, you are requested to > contact the sender and delete the email. > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > Woah I never thought a application like this ever existed! Should really go in trunk due to the usefullness and beta status :( . From owner-freebsd-x11@FreeBSD.ORG Wed Jan 20 09:05:28 2010 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37CCC106566B; Wed, 20 Jan 2010 09:05:28 +0000 (UTC) (envelope-from wilkinsa@dsto.defence.gov.au) Received: from digger1.defence.gov.au (digger1.defence.gov.au [203.5.217.4]) by mx1.freebsd.org (Postfix) with ESMTP id 8FEED8FC1D; Wed, 20 Jan 2010 09:05:27 +0000 (UTC) Received: from ednmsw520.dsto.defence.gov.au (ednmsw520.dsto.defence.gov.au [131.185.68.60]) by digger1.defence.gov.au (DSTO/DSTO) with ESMTP id o0K92leV028470; Wed, 20 Jan 2010 19:32:47 +1030 (CST) Received: from ednex510.dsto.defence.gov.au (ednex510.dsto.defence.gov.au) by ednmsw520.dsto.defence.gov.au (Clearswift SMTPRS 5.3.2) with ESMTP id ; Wed, 20 Jan 2010 19:35:25 +1030 Received: from stlex511.dsto.defence.gov.au ([203.6.60.49]) by ednex510.dsto.defence.gov.au with Microsoft SMTPSVC(6.0.3790.3959); Wed, 20 Jan 2010 19:35:25 +1030 Received: from stlux550.dsto.defence.gov.au ([203.6.60.61]) by stlex511.dsto.defence.gov.au with Microsoft SMTPSVC(6.0.3790.3959); Wed, 20 Jan 2010 17:05:24 +0800 Received: from stlux550.dsto.defence.gov.au (localhost [127.0.0.1]) by stlux550.dsto.defence.gov.au (8.14.3/8.14.3) with ESMTP id o0K8xlCw048368; Wed, 20 Jan 2010 16:59:47 +0800 (WST) (envelope-from wilkinsa@stlux550.dsto.defence.gov.au) Received: (from wilkinsa@localhost) by stlux550.dsto.defence.gov.au (8.14.3/8.14.3/Submit) id o0K8xl2i048367; Wed, 20 Jan 2010 16:59:47 +0800 (WST) (envelope-from wilkinsa) Date: Wed, 20 Jan 2010 16:59:47 +0800 From: "Wilkinson, Alex" To: freebsd-current@freebsd.org, freebsd-x11@freebsd.org Message-ID: <20100120085947.GA48329@stlux503.dsto.defence.gov.au> Mail-Followup-To: freebsd-current@freebsd.org, freebsd-x11@freebsd.org References: <20100120024245.GD46479@stlux503.dsto.defence.gov.au> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: Organisation: Defence Science Technology Organisation X-Message-Flag: "Please Restore Line Breaks If Necessary" User-Agent: Mutt/1.5.20 (2009-06-14) X-OriginalArrivalTime: 20 Jan 2010 09:05:24.0420 (UTC) FILETIME=[B38D7840:01CA99AF] X-TM-AS-Product-Ver: SMEX-8.0.0.1285-6.000.1038-17142.006 X-TM-AS-Result: No--5.578600-0.000000-31 X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No Content-Transfer-Encoding: 7bit Cc: Subject: Re: code.google -> Xpra (anyone planning to port it ?) [SEC=UNCLASSIFIED] X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2010 09:05:28 -0000 0n Wed, Jan 20, 2010 at 09:58:14AM +0100, Ivan Voras wrote: >On 01/20/10 03:42, Wilkinson, Alex wrote: >> Howdy people, >> >> This looks like a very nice app, has anyone got it working on FreeBSD yet ? >> >> http://code.google.com/p/partiwm/wiki/xpra > >x11vnc works reasonably good :) true. but this still looks great :) -Alex IMPORTANT: This email remains the property of the Australian Defence Organisation and is subject to the jurisdiction of section 70 of the CRIMES ACT 1914. If you have received this email in error, you are requested to contact the sender and delete the email. From owner-freebsd-x11@FreeBSD.ORG Thu Jan 21 07:29:07 2010 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3F201065698 for ; Thu, 21 Jan 2010 07:29:07 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.ipv6.droso.net [IPv6:2001:6c8:6:c:20d:56ff:fe6f:f935]) by mx1.freebsd.org (Postfix) with ESMTP id 7817F8FC15 for ; Thu, 21 Jan 2010 07:29:07 +0000 (UTC) Received: from koala.droso.net (localhost.droso.net [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id B79491CCA6 for ; Thu, 21 Jan 2010 08:29:06 +0100 (CET) From: linimon@FreeBSD.org To: x11@freebsd.org Message-Id: <20100121072906.B79491CCA6@mail.droso.net> Date: Thu, 21 Jan 2010 08:29:06 +0100 (CET) Cc: Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2010 07:29:07 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 6.x/7.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: x11-drivers/xf86-video-nsc broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-drivers&portname=xf86-video-nsc If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-x11@FreeBSD.ORG Thu Jan 21 07:30:24 2010 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EABD106568F for ; Thu, 21 Jan 2010 07:30:24 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.ipv6.droso.net [IPv6:2001:6c8:6:c:20d:56ff:fe6f:f935]) by mx1.freebsd.org (Postfix) with ESMTP id 32E058FC28 for ; Thu, 21 Jan 2010 07:30:24 +0000 (UTC) Received: from koala.droso.net (localhost.droso.net [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id 6CC191CC96 for ; Thu, 21 Jan 2010 08:30:23 +0100 (CET) From: linimon@FreeBSD.org To: x11@freebsd.org Message-Id: <20100121073023.6CC191CC96@mail.droso.net> Date: Thu, 21 Jan 2010 08:30:23 +0100 (CET) Cc: Subject: FreeBSD ports that you maintain which are currently scheduled for deletion X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2010 07:30:24 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems (such as via a PR), the ports will be deleted. portname: x11-drivers/xf86-video-nsc description: X.Org nsc display driver maintainer: x11@FreeBSD.org status: BROKEN deprecated because: has been broken for 5 months expiration date: 2010-01-08 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-drivers&portname=xf86-video-nsc If this problem is one that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-x11@FreeBSD.ORG Thu Jan 21 12:44:18 2010 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2AF38106566C for ; Thu, 21 Jan 2010 12:44:18 +0000 (UTC) (envelope-from doconnor@gsoft.com.au) Received: from cain.gsoft.com.au (cain.gsoft.com.au [203.31.81.10]) by mx1.freebsd.org (Postfix) with ESMTP id 942568FC12 for ; Thu, 21 Jan 2010 12:44:17 +0000 (UTC) Received: from inchoate.gsoft.com.au (ppp121-45-156-169.lns6.adl6.internode.on.net [121.45.156.169]) (authenticated bits=0) by cain.gsoft.com.au (8.13.8/8.13.8) with ESMTP id o0LCQUY3025802 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Thu, 21 Jan 2010 22:56:32 +1030 (CST) (envelope-from doconnor@gsoft.com.au) From: "Daniel O'Connor" To: freebsd-current@freebsd.org Date: Thu, 21 Jan 2010 22:56:23 +1030 User-Agent: KMail/1.9.10 References: <20100120024245.GD46479@stlux503.dsto.defence.gov.au> In-Reply-To: <20100120024245.GD46479@stlux503.dsto.defence.gov.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2267507.VEe9x84caC"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201001212256.25294.doconnor@gsoft.com.au> X-Spam-Score: -1.664 () AWL,BAYES_00,RDNS_DYNAMIC X-Scanned-By: MIMEDefang 2.63 on 203.31.81.10 Cc: freebsd-x11@freebsd.org Subject: Re: code.google -> Xpra (anyone planning to port it ?) [SEC=UNCLASSIFIED] X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2010 12:44:18 -0000 --nextPart2267507.VEe9x84caC Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Wed, 20 Jan 2010, Wilkinson, Alex wrote: > This looks like a very nice app, has anyone got it working on FreeBSD > yet ? > > http://code.google.com/p/partiwm/wiki/xpra It worked for me, and was pretty straight forward. It has a Linux'ism where it closes all the FD's after demonizing but I=20 have a patch for that (it works without it anyway). The README is very helpful, it mentions what you will need to install=20 (Xvfb, py-gtk2, pyrex, etc). =2D-=20 Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C --nextPart2267507.VEe9x84caC Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (FreeBSD) iD8DBQBLWEfx5ZPcIHs/zowRAuqVAKClz65b7NREWpP5ldaXAZ0ZE9DDRwCgm/uu omt2tVOr/V+0v9VYy3uyntU= =ijiL -----END PGP SIGNATURE----- --nextPart2267507.VEe9x84caC-- From owner-freebsd-x11@FreeBSD.ORG Fri Jan 22 11:42:53 2010 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9F111065694 for ; Fri, 22 Jan 2010 11:42:53 +0000 (UTC) (envelope-from peterjeremy@acm.org) Received: from mail15.syd.optusnet.com.au (mail15.syd.optusnet.com.au [211.29.132.196]) by mx1.freebsd.org (Postfix) with ESMTP id 7B4AC8FC29 for ; Fri, 22 Jan 2010 11:42:53 +0000 (UTC) Received: from server.vk2pj.dyndns.org (c122-106-232-148.belrs3.nsw.optusnet.com.au [122.106.232.148]) by mail15.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id o0MBgofF014938 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 22 Jan 2010 22:42:51 +1100 X-Bogosity: Ham, spamicity=0.000000 Received: from server.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by server.vk2pj.dyndns.org (8.14.3/8.14.3) with ESMTP id o0MBgkrx032482 for ; Fri, 22 Jan 2010 22:42:46 +1100 (EST) (envelope-from peter@server.vk2pj.dyndns.org) Received: (from peter@localhost) by server.vk2pj.dyndns.org (8.14.3/8.14.3/Submit) id o0MBgkqn032481 for freebsd-x11@freebsd.org; Fri, 22 Jan 2010 22:42:46 +1100 (EST) (envelope-from peter) Date: Fri, 22 Jan 2010 22:42:46 +1100 From: Peter Jeremy To: freebsd-x11@freebsd.org Message-ID: <20100122114246.GC31243@server.vk2pj.dyndns.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="TYecfFk8j8mZq+dy" Content-Disposition: inline X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.20 (2009-06-14) Subject: FreeBSD/Xorg support for Intel PineView (Atom D510) GPU X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2010 11:42:54 -0000 --TYecfFk8j8mZq+dy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Motherboards with the new Atoms are with integrated northbridge and GPU are now available (eg Intel BOXD510MO) and I was considering getting one but it seems that FreeBSD does not yet support X on them. The PCI-ID of the GPU is 0xa001/0x8086 - which isn't supported by either agp(4) or drm, though it looks like x11-drivers/xf86-video-intel does include support for it. Some rummaging with google throws up a set of 6 mails starting at http://lists.freedesktop.org/archives/intel-gfx/2009-February/001481.html which includes the Linux AGP/DRM patches. At a quick look, the changes are fairly trivial. Other than porting that code into FreeBSD, are there likely to be any other gotchas? --=20 Peter Jeremy --TYecfFk8j8mZq+dy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEYEARECAAYFAktZjzYACgkQ/opHv/APuIfBUACgtrkFE/N56+DB5ySt+dB/FKj+ kwwAn05XxFu7PMARJJ1eD2DJcV/xdBxO =rkVh -----END PGP SIGNATURE----- --TYecfFk8j8mZq+dy-- From owner-freebsd-x11@FreeBSD.ORG Fri Jan 22 23:03:23 2010 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 564A8106566B for ; Fri, 22 Jan 2010 23:03:23 +0000 (UTC) (envelope-from gofdx-freebsd-x11@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 10A918FC0A for ; Fri, 22 Jan 2010 23:03:22 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1NYSX6-0001kk-Ux for freebsd-x11@freebsd.org; Sat, 23 Jan 2010 00:03:16 +0100 Received: from 93-138-99-190.adsl.net.t-com.hr ([93.138.99.190]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Jan 2010 00:03:16 +0100 Received: from ivoras by 93-138-99-190.adsl.net.t-com.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Jan 2010 00:03:16 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-x11@freebsd.org From: Ivan Voras Date: Sat, 23 Jan 2010 00:02:58 +0100 Lines: 4 Message-ID: References: <20091223061535.GA90713@ravenloft.kiev.ua> <1261583216.2304.68.camel__23900.3667761155$1261583309$gmane$org@balrog.2hip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 93-138-99-190.adsl.net.t-com.hr User-Agent: Thunderbird 2.0.0.21 (X11/20090612) In-Reply-To: <1261583216.2304.68.camel__23900.3667761155$1261583309$gmane$org@balrog.2hip.net> Sender: news Subject: Re: [HEADS UP] Experimental 3D HW accel support for Radeon HD 2xxx, 3xxx and 4xxx, 2nd! X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2010 23:03:23 -0000 Hi, I wonder what is the status of this (Radeon HD 3D support for 2/3/4xxx) for RELENG_8? From owner-freebsd-x11@FreeBSD.ORG Sat Jan 23 17:52:29 2010 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31CA21065670 for ; Sat, 23 Jan 2010 17:52:29 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from gizmo.2hip.net (gizmo.2hip.net [64.74.207.195]) by mx1.freebsd.org (Postfix) with ESMTP id EF18E8FC12 for ; Sat, 23 Jan 2010 17:52:28 +0000 (UTC) Received: from [192.168.1.4] (adsl-19-213-250.bna.bellsouth.net [68.19.213.250]) (authenticated bits=0) by gizmo.2hip.net (8.14.3/8.14.3) with ESMTP id o0NHqNhv070405 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Sat, 23 Jan 2010 12:52:24 -0500 (EST) (envelope-from rnoland@FreeBSD.org) From: Robert Noland To: Peter Jeremy In-Reply-To: <20100122114246.GC31243@server.vk2pj.dyndns.org> References: <20100122114246.GC31243@server.vk2pj.dyndns.org> Content-Type: text/plain Organization: FreeBSD Date: Sat, 23 Jan 2010 11:52:18 -0600 Message-Id: <1264269138.2226.65.camel@balrog.2hip.net> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00, FH_DATE_PAST_20XX, RDNS_DYNAMIC, SPF_SOFTFAIL autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on gizmo.2hip.net Cc: freebsd-x11@freebsd.org Subject: Re: FreeBSD/Xorg support for Intel PineView (Atom D510) GPU X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2010 17:52:29 -0000 On Fri, 2010-01-22 at 22:42 +1100, Peter Jeremy wrote: > Motherboards with the new Atoms are with integrated northbridge and > GPU are now available (eg Intel BOXD510MO) and I was considering > getting one but it seems that FreeBSD does not yet support X on them. > > The PCI-ID of the GPU is 0xa001/0x8086 - which isn't supported by either > agp(4) or drm, though it looks like x11-drivers/xf86-video-intel does > include support for it. > > Some rummaging with google throws up a set of 6 mails starting at > http://lists.freedesktop.org/archives/intel-gfx/2009-February/001481.html > which includes the Linux AGP/DRM patches. At a quick look, the > changes are fairly trivial. Other than porting that code into > FreeBSD, are there likely to be any other gotchas? It doesn't appear so. It looks like mostly adding pci ids to the appropriate places. I may already have an old patch for agp around here somewhere. At the time that I made the patch, the hardware was unreleased though, so it couldn't be tested. The one place for concern is the intel ddx driver. Since anything beyond 2.7 won't work without GEM and 2.10 won't work without KMS, there might be a bit of work retrofitting those patches to the 2.7 driver depending on where along the path they were originally done. robert. -- Robert Noland FreeBSD