From owner-freebsd-x11@FreeBSD.ORG Sun Dec 10 01:03:58 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0459E16A40F for ; Sun, 10 Dec 2006 01:03:58 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 033CC43CA2 for ; Sun, 10 Dec 2006 01:02:49 +0000 (GMT) (envelope-from r.c.ladan@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so952868uge for ; Sat, 09 Dec 2006 17:03:55 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:content-type; b=pcpcsoHVoYmywuGbvjQ2SLT89CfiEBWKnxhJqb46E8bQmmkEIcwclChKOHXyRr5N2SjIhAxVA2t7Tk1NSsCkRgFmhLCERwV5OWlQd32u4yJrSxYniEdptswurr5OU5CxLBMU2uS0ZealgE9jB/5GLHrsDcpBk0zewVdfAu6oWY0= Received: by 10.67.121.15 with SMTP id y15mr7611847ugm.1165712635632; Sat, 09 Dec 2006 17:03:55 -0800 (PST) Received: from ?192.168.123.106? ( [195.241.221.201]) by mx.google.com with ESMTP id b23sm5124942ugd.2006.12.09.17.03.54; Sat, 09 Dec 2006 17:03:55 -0800 (PST) Message-ID: <457B5CF9.3020309@gmail.com> Date: Sun, 10 Dec 2006 02:03:53 +0100 From: Rene Ladan User-Agent: Thunderbird 1.5.0.8 (X11/20061117) MIME-Version: 1.0 To: Kai Lockwood References: In-Reply-To: X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/mixed; boundary="------------080900080706050800070201" Cc: freebsd-x11@freebsd.org Subject: Re: Crash exiting Xorg/KDE 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, 10 Dec 2006 01:03:58 -0000 This is a multi-part message in MIME format. --------------080900080706050800070201 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Kai Lockwood schreef: > Hello, I am getting a message when I exit Xorg: > > Fatal trap 12: page fault while in kernel mode > fault virtual address =0xdea12080 > fault code =supervisor read, page not present > instruction point =0x20:0xc06871df > stack pointer =0x28:0xde9abbd0 > frame pointer =0x28:0xde9abbdc > code segment =base 0x0, limit 0xfffff, type 0x1b > =DPL 0, pres 1, def32 1, gran 1 > processor eflags =interrupt enabled, resume, IOPL = 0 > current process =7466 (sh) > trap number =12 > panic: page fault > Uptime: 8m35s > Cannot dump. No dump device defined. (how do I capture this?) > Automatic reboot in 15 sec(yada yada)........ > > I am running: > Athlon XP 2400+ > Biostar M7VIT Brano > ATI Radeon 9200 <------ This is a PCI card > Do you have AIGLX enabled in xorg-server? Because AIGLX + Radeon card = kernel panic. What happens if you apply the attached patch to the x11-servers/xorg-server port and recompile it with WITHOUT_AIGLX=yes (the patch correctly defines this knob) ? You also have to disable AIGLX in xorg.conf . > I've had trouble configuring the Radeon 9200 to display Xorg properly. X > -config thinks that I should use the 'ati' driver, but Xorg won't start > unless I use the 'radeon' driver. 'radeon' matches Radeon, as it already tells you... I get panics with AIGLX enabled to, but they happen when I start X, not when I exit it. Regards, Rene -- GPG fingerprint = E738 5471 D185 7013 0EE0 4FC8 3C1D 6F83 12E1 84F6 (subkeys.pgp.net) "It won't fit on the line." -- me, 2001 --------------080900080706050800070201 Content-Type: text/plain; name="xorg-server-Makefile.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="xorg-server-Makefile.diff" --- Makefile.orig Fri Dec 8 12:10:23 2006 +++ Makefile Fri Dec 8 12:18:19 2006 @@ -39,6 +39,8 @@ .if !defined(WITHOUT_AIGLX) CONFIGURE_ARGS+= --enable-aiglx=yes +.else +CONFIGURE_ARGS+= --enable-aiglx=no .endif .if !defined(NO_SUID_XSERVER) || ${NO_SUID_XSERVER} == NO --------------080900080706050800070201-- From owner-freebsd-x11@FreeBSD.ORG Sun Dec 10 01:56:59 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 35D2016A492 for ; Sun, 10 Dec 2006 01:56:59 +0000 (UTC) (envelope-from patfbsds+x11@davenulle.org) Received: from smtp.lamaiziere.net (lamaiziere.net [213.41.172.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 410F543C9F for ; Sun, 10 Dec 2006 01:55:50 +0000 (GMT) (envelope-from patfbsds+x11@davenulle.org) Received: from [192.168.0.59] (unknown [192.168.0.59]) by smtp.lamaiziere.net (Postfix) with ESMTP id 3EF81A6C23 for ; Sun, 10 Dec 2006 02:56:57 +0100 (CET) From: Patrick =?utf-8?q?Lamaizi=C3=A8re?= Organization: >/dave/nulle To: freebsd-x11@freebsd.org Date: Sun, 10 Dec 2006 02:56:56 +0100 User-Agent: KMail/1.9.4 References: <457AAFB6.6030501@FreeBSD.org> <200612091406.23424.patfbsds+x11@davenulle.org> <20061209143256.GA45523@mail.scottro.net> In-Reply-To: <20061209143256.GA45523@mail.scottro.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200612100256.56368.patfbsds+x11@davenulle.org> Subject: Re: Experimental X.org ports updated to 7.2-RC3 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, 10 Dec 2006 01:56:59 -0000 Scott Robbins : > > I use the i810 driver. For me, DRI does not work at all (can't run > > Chromium by sample). It worked with the previous Xorg 7.1.1 > > I'm finding that I can't upgrade the DRI port, on both a CURRENT and > 6.2-PRERELEASE machine. These are my two main workstations, both with a > lot of cruft, and I haven't had a chance to test it on a cleaner > machine yet. No problem to build DRI here (i checked that all the Xorg modules are "buil= t=20 for Xorg 7.1.99") > > I've got another issue, when i switch to a console (alt+ctrl+Fn) and > > return to X, the mouse cursor is lost. The mouse works, i can select > > and clic on menus. > > I'm not finding that issue. (via onboard video, KM400 S3 Unichrome) So it is a problem of the i810 driver i think, i've found a work-around: Option "SWcursor" "YES" =46rom the man page of i810: =2D--- Option "SWCursor" "boolean" Disable or enable software cursor. Default: software cursor is disable and a hardware cursor is used for configurations where the hardware cursor is available. =2D--- Regards. From owner-freebsd-x11@FreeBSD.ORG Sun Dec 10 13:50:41 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4E7AB16A47C for ; Sun, 10 Dec 2006 13:50:41 +0000 (UTC) (envelope-from scottro@nyc.rr.com) Received: from ms-smtp-02.rdc-nyc.rr.com (ms-smtp-02.rdc-nyc.rr.com [24.29.109.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0188B43CA0 for ; Sun, 10 Dec 2006 13:49:29 +0000 (GMT) (envelope-from scottro@nyc.rr.com) Received: from localhost (cpe-74-73-145-181.nyc.res.rr.com [74.73.145.181]) by ms-smtp-02.rdc-nyc.rr.com (8.13.6/8.13.6) with ESMTP id kBADoclH013049 for ; Sun, 10 Dec 2006 08:50:38 -0500 (EST) Date: Sun, 10 Dec 2006 08:50:38 -0500 From: Scott Robbins To: freebsd-x11@freebsd.org Message-ID: <20061210135038.GA84865@mail.scottro.net> Mail-Followup-To: freebsd-x11@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: mutt-ng/devel-r804 (FreeBSD) X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: An xorg-lite install 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, 10 Dec 2006 13:50:41 -0000 SirDice's suggestion of a "lite" xorg install got me thinking, and playing with it. I've been trying to pare down an X install to see what I could leave out and still have a working X, figuring that if, say, I left out a font needed by an application, that application would install the font at a later date. So far, I've gotten it down to xorg-libraries, xorg-server, keyboard, video and mouse drivers, the fonts suggested in the wiki, xorg-fonts (which was a cop-out--I still haven't had the patience to delete each font separately and see when X stopped starting, and, from xorg-apps, twm, xterm and xinit. (Without xinit I get startx not found--oops, I knew that.) :) I tried googling for this, but either I'm using the wrong search terms or SirDice and I are the only ones who like this idea. Does anyone have a list of what would be the minimum? (I would add to SirDice's suggestion that the xorg-lite should put in enough fonts so that X starts--his thought, IIRC, was that no fonts should be included, leaving the installer to pick which fonts he wanted. I would also include twm and xterm for basic beginnings.) -- Scott Robbins PGP keyID EB3467D6 ( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 ) gpg --keyserver pgp.mit.edu --recv-keys EB3467D6 Buffy: Hey, I know! Why don't you kill them? Giles: I'm a Watcher, I haven't the skill. Buffy: Oh, come on. A stake through the heart, a little sunlight. It's like falling off a log. From owner-freebsd-x11@FreeBSD.ORG Sun Dec 10 13:56:42 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C3D0B16A416 for ; Sun, 10 Dec 2006 13:56:42 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from smtp3-g19.free.fr (smtp3-g19.free.fr [212.27.42.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id E46D743CCC for ; Sun, 10 Dec 2006 13:55:29 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from smtp.xbsd.org (unknown [82.233.2.192]) by smtp3-g19.free.fr (Postfix) with ESMTP id 236774A076; Sun, 10 Dec 2006 14:56:39 +0100 (CET) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id 3FC1E1175D; Sun, 10 Dec 2006 14:56:33 +0100 (CET) X-Virus-Scanned: amavisd-new at xbsd.org Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9nLDzJN9XV3Z; Sun, 10 Dec 2006 14:56:26 +0100 (CET) Received: from [193.120.13.130] (cream.xbsd.org [193.120.13.130]) by smtp.xbsd.org (Postfix) with ESMTP id B360A11419; Sun, 10 Dec 2006 14:56:25 +0100 (CET) Message-ID: <457C119D.7010804@FreeBSD.org> Date: Sun, 10 Dec 2006 13:54:37 +0000 From: Florent Thoumie User-Agent: Thunderbird 1.5.0.8 (X11/20061126) MIME-Version: 1.0 To: freebsd-x11@freebsd.org References: <20061210135038.GA84865@mail.scottro.net> In-Reply-To: <20061210135038.GA84865@mail.scottro.net> X-Enigmail-Version: 0.94.1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig853CA81DAB7F8C653B5DE6F8" Cc: Subject: Re: An xorg-lite install 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, 10 Dec 2006 13:56:42 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig853CA81DAB7F8C653B5DE6F8 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Scott Robbins wrote: > SirDice's suggestion of a "lite" xorg install got me thinking, and > playing with it. =20 >=20 > I've been trying to pare down an X install to see what I could leave ou= t > and still have a working X, figuring that if, say, I left out a font > needed by an application, that application would install the font at a > later date. >=20 > So far, I've gotten it down to xorg-libraries, xorg-server, keyboard, > video and mouse drivers, the fonts suggested in the wiki, xorg-fonts > (which was a cop-out--I still haven't had the patience to delete each > font separately and see when X stopped starting, and, from xorg-apps, > twm, xterm and xinit. (Without xinit I get startx not found--oops, I > knew that.) :) >=20 > I tried googling for this, but either I'm using the wrong search terms > or SirDice and I are the only ones who like this idea. Does anyone hav= e > a list of what would be the minimum? =20 >=20 > (I would add to SirDice's suggestion that the xorg-lite should put in > enough fonts so that X starts--his thought, IIRC, was that no fonts > should be included, leaving the installer to pick which fonts he wanted= =2E > I would also include twm and xterm for basic beginnings.) The idea itself isn't bad but if you install gnome for example, it will bring almost everything you need except xorg-server and a few apps. So I'll probably do it but it's not high priority (as opposed to fix ports broken by new X.org import). Cheers. --=20 Florent Thoumie flz@FreeBSD.org FreeBSD Committer --------------enig853CA81DAB7F8C653B5DE6F8 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFfBGjMxEkbVFH3PQRCoxQAJ98A46pY2PmbVxUoatwzTTuN5NfrgCfWkNa +KMf2qCbIH6ZBsZtklxH4Mk= =eYOQ -----END PGP SIGNATURE----- --------------enig853CA81DAB7F8C653B5DE6F8-- From owner-freebsd-x11@FreeBSD.ORG Sun Dec 10 14:24:15 2006 Return-Path: X-Original-To: freebsd-x11@FreeBSD.org Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9799116A40F; Sun, 10 Dec 2006 14:24:15 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from b.mx.visualtech.com (a.imap.visualtech.com [208.16.19.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4269C43CA3; Sun, 10 Dec 2006 14:23:04 +0000 (GMT) (envelope-from adamk@voicenet.com) Received: from [192.168.0.101] (c-68-45-180-45.hsd1.nj.comcast.net [68.45.180.45]) by b.mx.visualtech.com (Postfix) with ESMTP id DE79F48306; Sun, 10 Dec 2006 09:24:11 -0500 (EST) Message-ID: <457C188A.30401@voicenet.com> Date: Sun, 10 Dec 2006 09:24:10 -0500 From: Adam K Kirchhoff User-Agent: Thunderbird 1.5.0.8 (X11/20061205) MIME-Version: 1.0 To: Florent Thoumie References: <457AAFB6.6030501@FreeBSD.org> In-Reply-To: <457AAFB6.6030501@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-x11@FreeBSD.org Subject: Re: Experimental X.org ports updated to 7.2-RC3 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, 10 Dec 2006 14:24:15 -0000 Florent Thoumie wrote: > Hey, > > Yesterday (or was it two days ago) I updated X.org experimental ports in > the git repository to 7.2.r3. I had some time yesterday to run-test them > and everything seems fine except two things: > > - type1 dynamic module has a missing symbol so it won't load properly. > - beryl doesn't seem to work with recent xorg-server/mesa/glproto (this > may only affect intel users though). > > The Beryl Project should release 0.1.3 soon and that will (possibly) > address this issue. > > Anyway, I will be busy this weekend so don't expect a fix/update before > monday. > > Cheers. > > FYI, I pulled the latest -CURRENT code on Friday (the 8th), rebuilt world and kernel, installed it all, and then did a portupgrade yesterday. I'm now running 7.2 RC3. Unfortunately, this bug is still showing up: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/106370 Adam From owner-freebsd-x11@FreeBSD.ORG Sun Dec 10 16:09:59 2006 Return-Path: X-Original-To: freebsd-x11@FreeBSD.org Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1052216A407; Sun, 10 Dec 2006 16:09:59 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from b.mx.visualtech.com (chons.visualtech.com [208.16.19.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3BAB43C9D; Sun, 10 Dec 2006 16:08:47 +0000 (GMT) (envelope-from adamk@voicenet.com) Received: from [192.168.0.104] (c-68-45-180-45.hsd1.nj.comcast.net [68.45.180.45]) by b.mx.visualtech.com (Postfix) with ESMTP id 0641A4837D; Sun, 10 Dec 2006 11:09:58 -0500 (EST) From: Adam K Kirchhoff To: Florent Thoumie In-Reply-To: <457C188A.30401@voicenet.com> References: <457AAFB6.6030501@FreeBSD.org> <457C188A.30401@voicenet.com> Content-Type: text/plain Date: Sun, 10 Dec 2006 11:09:53 -0500 Message-Id: <1165766993.62527.4.camel@scroll.ashke.com> Mime-Version: 1.0 X-Mailer: Evolution 2.8.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-x11@FreeBSD.org Subject: Re: Experimental X.org ports updated to 7.2-RC3 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, 10 Dec 2006 16:09:59 -0000 On Sun, 2006-12-10 at 09:24 -0500, Adam K Kirchhoff wrote: > Florent Thoumie wrote: > > Hey, > > > > Yesterday (or was it two days ago) I updated X.org experimental ports in > > the git repository to 7.2.r3. I had some time yesterday to run-test them > > and everything seems fine except two things: > > > > - type1 dynamic module has a missing symbol so it won't load properly. > > - beryl doesn't seem to work with recent xorg-server/mesa/glproto (this > > may only affect intel users though). > > > > The Beryl Project should release 0.1.3 soon and that will (possibly) > > address this issue. > > > > Anyway, I will be busy this weekend so don't expect a fix/update before > > monday. > > > > Cheers. > > > > > > FYI, > > I pulled the latest -CURRENT code on Friday (the 8th), rebuilt world > and kernel, installed it all, and then did a portupgrade yesterday. I'm > now running 7.2 RC3. Unfortunately, this bug is still showing up: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/106370 Unfortunately, when I threw my nVidia card in and installed the driver from ports, I experienced a whole new set of issues. I symlinked the driver and glx module to the new locations and started X (with gnome-session in my .xinitrc file). After a few seconds, the mouse cursor disappeared and X locked up. I rebooted (from a serial terminal) and tried again with fvwm2. That actually launched without problems. I started glxgears and it ran. I quit glxgears by hitting escape. Except that it never returned me to a prompt at the terminal and the process hung (though the glxgears window did go away). After a few seconds, the entire system crashed (which also happens if I try to start another GL application). I've tried with version 9629, as well, but encountered the same problem. Version 8776 works fine, though. Adam From owner-freebsd-x11@FreeBSD.ORG Sun Dec 10 18:11:04 2006 Return-Path: X-Original-To: freebsd-x11@FreeBSD.org Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B09F016A40F for ; Sun, 10 Dec 2006 18:11:04 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from smtp3-g19.free.fr (smtp3-g19.free.fr [212.27.42.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63A4243CA2 for ; Sun, 10 Dec 2006 18:09:52 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from smtp.xbsd.org (unknown [82.233.2.192]) by smtp3-g19.free.fr (Postfix) with ESMTP id 107CC4A0A6; Sun, 10 Dec 2006 19:11:01 +0100 (CET) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id 734931178B; Sun, 10 Dec 2006 19:11:00 +0100 (CET) X-Virus-Scanned: amavisd-new at xbsd.org Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8j6Jda0c2uum; Sun, 10 Dec 2006 19:10:48 +0100 (CET) Received: from [193.120.13.130] (cream.xbsd.org [193.120.13.130]) by smtp.xbsd.org (Postfix) with ESMTP id 4BA9C1174A; Sun, 10 Dec 2006 19:10:48 +0100 (CET) Message-ID: <457C4D3E.9000903@FreeBSD.org> Date: Sun, 10 Dec 2006 18:09:02 +0000 From: Florent Thoumie User-Agent: Thunderbird 1.5.0.8 (X11/20061126) MIME-Version: 1.0 To: Adam K Kirchhoff References: <457AAFB6.6030501@FreeBSD.org> <457C188A.30401@voicenet.com> <1165766993.62527.4.camel@scroll.ashke.com> In-Reply-To: <1165766993.62527.4.camel@scroll.ashke.com> X-Enigmail-Version: 0.94.1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig870248A16C87387C118A6416" Cc: freebsd-x11@FreeBSD.org Subject: Re: Experimental X.org ports updated to 7.2-RC3 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, 10 Dec 2006 18:11:04 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig870248A16C87387C118A6416 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Adam K Kirchhoff wrote: > On Sun, 2006-12-10 at 09:24 -0500, Adam K Kirchhoff wrote: >> Florent Thoumie wrote: >>> Hey, >>> >>> Yesterday (or was it two days ago) I updated X.org experimental ports= in >>> the git repository to 7.2.r3. I had some time yesterday to run-test t= hem >>> and everything seems fine except two things: >>> >>> - type1 dynamic module has a missing symbol so it won't load properly= =2E >>> - beryl doesn't seem to work with recent xorg-server/mesa/glproto (th= is >>> may only affect intel users though). >>> >>> The Beryl Project should release 0.1.3 soon and that will (possibly) >>> address this issue. >>> >>> Anyway, I will be busy this weekend so don't expect a fix/update befo= re >>> monday. >>> >>> Cheers. >>> >>> =20 >> FYI, >> >> I pulled the latest -CURRENT code on Friday (the 8th), rebuilt wor= ld=20 >> and kernel, installed it all, and then did a portupgrade yesterday. I= 'm=20 >> now running 7.2 RC3. Unfortunately, this bug is still showing up: >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/106370 >=20 >=20 > Unfortunately, when I threw my nVidia card in and installed the driver > from ports, I experienced a whole new set of issues. I symlinked the > driver and glx module to the new locations and started X (with > gnome-session in my .xinitrc file). After a few seconds, the mouse > cursor disappeared and X locked up. I rebooted (from a serial terminal= ) > and tried again with fvwm2. That actually launched without problems. = I > started glxgears and it ran. I quit glxgears by hitting escape. Excep= t > that it never returned me to a prompt at the terminal and the process > hung (though the glxgears window did go away). After a few seconds, th= e > entire system crashed (which also happens if I try to start another GL > application). I've tried with version 9629, as well, but encountered th= e > same problem. >=20 > Version 8776 works fine, though. I guess such reports should be made on nVidia FreeBSD forum [1]. [1] http://www.nvnews.net/vbulletin/forumdisplay.php?f=3D47 --=20 Florent Thoumie flz@FreeBSD.org FreeBSD Committer --------------enig870248A16C87387C118A6416 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFfE1EMxEkbVFH3PQRCiDRAJ4yCwlF4f98ocT2XlWXAMfcxilG/ACdEW8F trW0kboRKM0ckk5oQXMxIoE= =ghOw -----END PGP SIGNATURE----- --------------enig870248A16C87387C118A6416-- From owner-freebsd-x11@FreeBSD.ORG Mon Dec 11 11:15:38 2006 Return-Path: X-Original-To: freebsd-x11@FreeBSD.org Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9904716A5FC for ; Mon, 11 Dec 2006 11:15:38 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4F6443CFB for ; Mon, 11 Dec 2006 11:07:51 +0000 (GMT) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kBBB966V023065 for ; Mon, 11 Dec 2006 11:09:06 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kBBB95Pw023061 for freebsd-x11@FreeBSD.org; Mon, 11 Dec 2006 11:09:05 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 11 Dec 2006 11:09:05 GMT Message-Id: <200612111109.kBBB95Pw023061@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: linimon set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-x11@FreeBSD.org Cc: Subject: Current problem reports assigned to you 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, 11 Dec 2006 11:15:38 -0000 Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- s ports/89074 x11 Segmentation Violation during "make install" of XFree8 o ports/92071 x11 Problem with Xorg and SIS630/730 integrated video card o ports/92137 x11 x11-server/xorg-{server,nestserver,printserver,vfbserv a ports/92169 x11 Xorg 6.9, Matrox mga, dri broken (MGAGetBOARDHANDLESiz o ports/92672 x11 X.org 6.9.0 brak down sync mga_hal dirver on G550'sDVI o ports/93071 x11 x11-servers/xorg-server: Resume fails on system with X o ports/93777 x11 Starting xorg-server requires reloading sound module o ports/96966 x11 Fatal server error: xf86EnableIO: Failed to open /dev/ o ports/97084 x11 Xorg 6.9.0 Locks Up Keyboard and Mouse o ports/97367 x11 vlc and gmplayer crash with X error o ports/102868 x11 [patch] x11-servers/xorg-server will not build on 4.11 o ports/104885 x11 Hangs when logging out of X11 terminals o ports/106370 x11 Screen corruption when using Direct Rendering on a PCI 13 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- s ports/73743 x11 XOrg/XFree xauth add/startx problem s ports/85132 x11 XOrg 6.8.2 won't start on Toshiba Satellite 1800-554 e s ports/87528 x11 Missing koi8-r encoding for xorg-fonts-encodings port f ports/89349 x11 xorg problem: math/gnuplot: BadAtom (invalid Atom para o ports/93667 x11 x11/xorg-libraries: undefined symbol in libOSMesa.* is o ports/94167 x11 [patch] x11/xorg-clients: install xdm/Xstartup and /Xr o ports/94331 x11 x11/xorg: advocating for DRI support for Radeons o ports/96436 x11 [patch] x11/xorg-clients: logging on xdm with pam_krb o i386/99645 x11 Xorg savage driver causes display to hang at unload o ports/102455 x11 [patch] xorg-server: update for newer nv based cards 10 problems total. From owner-freebsd-x11@FreeBSD.ORG Mon Dec 11 11:50:17 2006 Return-Path: X-Original-To: freebsd-x11@hub.freebsd.org Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1D16B16A4C2; Mon, 11 Dec 2006 11:50:17 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id E968943EC5; Mon, 11 Dec 2006 11:43:45 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from freefall.freebsd.org (flz@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kBBBiweQ029758; Mon, 11 Dec 2006 11:44:58 GMT (envelope-from flz@freefall.freebsd.org) Received: (from flz@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kBBBirBA029752; Mon, 11 Dec 2006 11:44:53 GMT (envelope-from flz) Date: Mon, 11 Dec 2006 11:44:53 GMT From: Florent Thoumie Message-Id: <200612111144.kBBBirBA029752@freefall.freebsd.org> To: frank@undermydesk.org, flz@FreeBSD.org, freebsd-x11@FreeBSD.org, flz@FreeBSD.org Cc: Subject: Re: ports/102455: [patch] xorg-server: update for newer nv based cards 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, 11 Dec 2006 11:50:17 -0000 Synopsis: [patch] xorg-server: update for newer nv based cards State-Changed-From-To: open->closed State-Changed-By: flz State-Changed-When: Mon Dec 11 11:42:37 UTC 2006 State-Changed-Why: I don't like the idea of backporting drivers. Anyway, we'll import X.org 7.2 soon(ish). Responsible-Changed-From-To: freebsd-x11->flz Responsible-Changed-By: flz Responsible-Changed-When: Mon Dec 11 11:42:37 UTC 2006 Responsible-Changed-Why: Take replies, if any. http://www.freebsd.org/cgi/query-pr.cgi?pr=102455 From owner-freebsd-x11@FreeBSD.ORG Mon Dec 11 18:29:26 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DC3F216A407 for ; Mon, 11 Dec 2006 18:29:26 +0000 (UTC) (envelope-from raj@csub.edu) Received: from mailhub.csub.edu (mailhub.csub.edu [136.168.1.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8C8743F17 for ; Mon, 11 Dec 2006 18:05:10 +0000 (GMT) (envelope-from raj@csub.edu) Received: from cserv65.csub.edu (cserv65.csub.edu [136.168.10.65]) by mailhub.csub.edu (8.13.8/8.13.8) with ESMTP id kBBI6LJi054799 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 11 Dec 2006 10:06:21 -0800 (PST) (envelope-from raj@csub.edu) Received: from cserv65.csub.edu (localhost [127.0.0.1]) by cserv65.csub.edu (8.13.8/8.13.8) with ESMTP id kBBI6LkS018265 for ; Mon, 11 Dec 2006 10:06:21 -0800 (PST) (envelope-from raj@cserv65.csub.edu) Received: (from raj@localhost) by cserv65.csub.edu (8.13.8/8.13.8/Submit) id kBBI6LbB018264 for freebsd-x11@freebsd.org; Mon, 11 Dec 2006 10:06:21 -0800 (PST) (envelope-from raj) Date: Mon, 11 Dec 2006 10:06:21 -0800 From: Russell Jackson To: freebsd-x11@freebsd.org Message-ID: <20061211180621.GA68824@cserv65.csub.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) Subject: pkgdb vs modular xorg 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, 11 Dec 2006 18:29:26 -0000 Has anyone else experienced greatly increased package registration times since moving to the modular tree? I'm thinking the algorithm for calculating dependancies may need to be improved unless there's just something wrong with my pkgdb. -- Russell A. Jackson Network Analyst California State University, Bakersfield From owner-freebsd-x11@FreeBSD.ORG Mon Dec 11 19:01:32 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1D73A16A55A for ; Mon, 11 Dec 2006 19:01:31 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from smtp4-g19.free.fr (smtp4-g19.free.fr [212.27.42.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9CA843E57 for ; Mon, 11 Dec 2006 18:44:45 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from smtp.xbsd.org (unknown [82.233.2.192]) by smtp4-g19.free.fr (Postfix) with ESMTP id 721A78B2E; Mon, 11 Dec 2006 19:45:40 +0100 (CET) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id F1AB0118EE; Mon, 11 Dec 2006 19:45:38 +0100 (CET) X-Virus-Scanned: amavisd-new at xbsd.org Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id igHB8hoPQPPN; Mon, 11 Dec 2006 19:45:28 +0100 (CET) Received: from [193.120.13.130] (cream.xbsd.org [193.120.13.130]) by smtp.xbsd.org (Postfix) with ESMTP id 1A6F7117E5; Mon, 11 Dec 2006 19:45:27 +0100 (CET) Message-ID: <457DA6DB.2070300@FreeBSD.org> Date: Mon, 11 Dec 2006 18:43:39 +0000 From: Florent Thoumie User-Agent: Thunderbird 1.5.0.8 (X11/20061126) MIME-Version: 1.0 To: Russell Jackson References: <20061211180621.GA68824@cserv65.csub.edu> In-Reply-To: <20061211180621.GA68824@cserv65.csub.edu> X-Enigmail-Version: 0.94.1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enigD74C0629CBAE050E992D573E" Cc: freebsd-x11@freebsd.org Subject: Re: pkgdb vs modular xorg 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, 11 Dec 2006 19:01:32 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigD74C0629CBAE050E992D573E Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Russell Jackson wrote: > Has anyone else experienced greatly increased package registration time= s > since moving to the modular tree? I'm thinking the algorithm for > calculating dependancies may need to be improved unless there's just > something wrong with my pkgdb. Well, 250 ports is a bit more than 5. Patches welcome anyway, if you can find some optimizations. --=20 Florent Thoumie flz@FreeBSD.org FreeBSD Committer --------------enigD74C0629CBAE050E992D573E Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFfabgMxEkbVFH3PQRChIuAJ0VgLC2f9q7NvV/Bp7QAu03Lj+f3wCfYhDR lObixIlg1/Ncb5IXp1LugGg= =9agF -----END PGP SIGNATURE----- --------------enigD74C0629CBAE050E992D573E-- From owner-freebsd-x11@FreeBSD.ORG Mon Dec 11 19:07:50 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5410716A4A0 for ; Mon, 11 Dec 2006 19:07:50 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from b.mx.visualtech.com (a.imap.visualtech.com [208.16.19.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 354FF43EE3 for ; Mon, 11 Dec 2006 19:00:15 +0000 (GMT) (envelope-from adamk@voicenet.com) Received: from [192.168.0.101] (c-68-45-180-45.hsd1.nj.comcast.net [68.45.180.45]) by b.mx.visualtech.com (Postfix) with ESMTP id 0769C48338; Mon, 11 Dec 2006 14:00:55 -0500 (EST) Message-ID: <457DAAE7.6030206@voicenet.com> Date: Mon, 11 Dec 2006 14:00:55 -0500 From: Adam K Kirchhoff User-Agent: Thunderbird 1.5.0.8 (X11/20061205) MIME-Version: 1.0 To: Russell Jackson References: <20061211180621.GA68824@cserv65.csub.edu> In-Reply-To: <20061211180621.GA68824@cserv65.csub.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org Subject: Re: pkgdb vs modular xorg 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, 11 Dec 2006 19:07:50 -0000 Russell Jackson wrote: > Has anyone else experienced greatly increased package registration times > since moving to the modular tree? I'm thinking the algorithm for > calculating dependancies may need to be improved unless there's just > something wrong with my pkgdb. > > Actually, I've noticed it as well, but wasn't 100% sure what was going on. I currently have FreeBSD installed on three machines and just installed them several weeks ago, immediately installing ports from the modular tree, so I wasn't sure if it was related to using the modular ports tree or another change in the ports/package system since the last time I used FreeBSD on these systems. I've had FreeBSD installed on two of the machines previously and never had registration times this long (for example, it took over twenty minutes to install kaffeine on a dual core 3.2 gig Xeon system). Adam From owner-freebsd-x11@FreeBSD.ORG Mon Dec 11 19:23:07 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A84EB16A403 for ; Mon, 11 Dec 2006 19:23:07 +0000 (UTC) (envelope-from phillip@sofsis.cl) Received: from freebsd.cl (freebsd.cl [200.54.68.60]) by mx1.FreeBSD.org (Postfix) with SMTP id 17A5643D76 for ; Mon, 11 Dec 2006 19:18:44 +0000 (GMT) (envelope-from phillip@sofsis.cl) Received: (qmail 59324 invoked from network); 11 Dec 2006 19:19:53 -0000 Received: from 201.215.221.25 by beasty.freebsd.cl (envelope-from , uid 82) with qmail-scanner-1.25st (spamassassin: 3.1.0. perlscan: 1.25st. Clear:RC:0(201.215.221.25):SA:0(2.0/5.0):. Processed in 2.447716 secs); 11 Dec 2006 19:19:53 -0000 X-Spam-Status: No, hits=2.0 required=5.0 X-Spam-Level: ++ X-Spam-Report: SA TESTS 2.0 RCVD_IN_SORBS_DUL RBL: SORBS: sent directly from dynamic IP address [201.215.221.25 listed in dnsbl.sorbs.net] X-AntiSpam-FreeBSD.cl-Mail-From: phillip@sofsis.cl via beasty.freebsd.cl X-AntiSpam-FreeBSD.cl: 1.25st (Clear:RC:0(201.215.221.25):SA:0(2.0/5.0):. Processed in 2.447716 secs Process 59316) Received: from unknown (HELO ?10.0.0.100?) (phillip@sofsis.cl@201.215.221.25) by freebsd.cl with SMTP; 11 Dec 2006 19:19:50 -0000 From: Phillip Neumann To: freebsd-x11@freebsd.org In-Reply-To: <457DAAE7.6030206@voicenet.com> References: <20061211180621.GA68824@cserv65.csub.edu> <457DAAE7.6030206@voicenet.com> Content-Type: text/plain Date: Mon, 11 Dec 2006 16:19:30 -0300 Message-Id: <1165864770.1177.34.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.8.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: Re: pkgdb vs modular xorg 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, 11 Dec 2006 19:23:07 -0000 This problem is mostly visible when having Gnome/xorg modular installed, as if so, a buch of ports are getting installed. I think the ports/package managment in FreeBSD is not very scalable in this sense. This has nothing to do with xorg. Maybe this motivates some change in the port system. Working with ~20'000 software is not very easy. good luck! From owner-freebsd-x11@FreeBSD.ORG Mon Dec 11 19:52:35 2006 Return-Path: X-Original-To: freebsd-x11@FreeBSD.org Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B24C816A403 for ; Mon, 11 Dec 2006 19:52:35 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from av-tac-rtp.cisco.com (bantam.cisco.com [64.102.19.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0263F4403D for ; Mon, 11 Dec 2006 19:35:29 +0000 (GMT) (envelope-from marcus@FreeBSD.org) X-TACSUNS: Virus Scanned Received: from rooster.cisco.com (localhost [127.0.0.1]) by av-tac-rtp.cisco.com (8.11.7p3+Sun/8.11.7) with ESMTP id kBBJaaM16984; Mon, 11 Dec 2006 14:36:36 -0500 (EST) Received: from [64.102.193.93] (dhcp-64-102-193-93.cisco.com [64.102.193.93]) by rooster.cisco.com (8.11.7p3+Sun/8.11.7) with ESMTP id kBBJaZF11537; Mon, 11 Dec 2006 14:36:36 -0500 (EST) Message-ID: <457DB398.4020605@FreeBSD.org> Date: Mon, 11 Dec 2006 14:38:00 -0500 From: Joe Marcus Clarke Organization: FreeBSD, Inc. User-Agent: Thunderbird 1.5.0.8 (Macintosh/20061025) MIME-Version: 1.0 To: Phillip Neumann References: <20061211180621.GA68824@cserv65.csub.edu> <457DAAE7.6030206@voicenet.com> <1165864770.1177.34.camel@localhost> In-Reply-To: <1165864770.1177.34.camel@localhost> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-x11@FreeBSD.org Subject: Re: pkgdb vs modular xorg 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, 11 Dec 2006 19:52:35 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Phillip Neumann wrote: > This problem is mostly visible when having Gnome/xorg modular installed, > as if so, a buch of ports are getting installed. > > I think the ports/package managment in FreeBSD is not very scalable in > this sense. This has nothing to do with xorg. > > Maybe this motivates some change in the port system. Working with > ~20'000 software is not very easy. I reported this problem on ports@ about a week ago. The recent change to portupgrade drastically slowed down pkgdb. My post even included a hackaround. sem@ said he'd investigate, but never got around to it, I guess. Joe - -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFfbOXb2iPiv4Uz4cRArlrAJ9lJgwFM+Ibf0l6GKMrkNidyGS7bACeL3zt 2vCVrDN2nUbOlZkEth2AtGk= =0eLm -----END PGP SIGNATURE----- From owner-freebsd-x11@FreeBSD.ORG Mon Dec 11 22:48:36 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3D23B16A525 for ; Mon, 11 Dec 2006 22:48:36 +0000 (UTC) (envelope-from raj@csub.edu) Received: from mailhub.csub.edu (mailhub.csub.edu [136.168.1.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BF7E4401B for ; Mon, 11 Dec 2006 22:39:23 +0000 (GMT) (envelope-from raj@csub.edu) Received: from cserv65.csub.edu (cserv65.csub.edu [136.168.10.65]) by mailhub.csub.edu (8.13.8/8.13.8) with ESMTP id kBBMefbA031350 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 11 Dec 2006 14:40:42 -0800 (PST) (envelope-from raj@csub.edu) Received: from cserv65.csub.edu (localhost [127.0.0.1]) by cserv65.csub.edu (8.13.8/8.13.8) with ESMTP id kBBMeff3038143 for ; Mon, 11 Dec 2006 14:40:41 -0800 (PST) (envelope-from raj@cserv65.csub.edu) Received: (from raj@localhost) by cserv65.csub.edu (8.13.8/8.13.8/Submit) id kBBMefos038142 for freebsd-x11@freebsd.org; Mon, 11 Dec 2006 14:40:41 -0800 (PST) (envelope-from raj) Date: Mon, 11 Dec 2006 14:40:41 -0800 From: Russell Jackson To: freebsd-x11@freebsd.org Message-ID: <20061211224040.GE35811@cserv65.csub.edu> References: <20061211180621.GA68824@cserv65.csub.edu> <457DAAE7.6030206@voicenet.com> <1165864770.1177.34.camel@localhost> <457DB398.4020605@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <457DB398.4020605@FreeBSD.org> User-Agent: Mutt/1.5.13 (2006-08-11) Subject: Re: pkgdb vs modular xorg 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, 11 Dec 2006 22:48:36 -0000 On Mon, Dec 11, 2006 at 02:38:00PM -0500, Joe Marcus Clarke wrote: > Phillip Neumann wrote: > > This problem is mostly visible when having Gnome/xorg modular installed, > > as if so, a buch of ports are getting installed. > > > > I think the ports/package managment in FreeBSD is not very scalable in > > this sense. This has nothing to do with xorg. > > > > Maybe this motivates some change in the port system. Working with > > ~20'000 software is not very easy. > > I reported this problem on ports@ about a week ago. The recent change > to portupgrade drastically slowed down pkgdb. My post even included a > hackaround. sem@ said he'd investigate, but never got around to it, I > guess. > I wasn't trying to imply that xorg caused it directly; I just didn't notice the problem until after the number of packages exploded as an indirect consequence of moving to modular xorg. I have only a very minimal set of gnome related packages installed since I don't use the gnome desktop. At any rate, I guess this is a known problem and not becaused I hosed my pkgdb :-P. I'll look in freebsd-ports for Joe's post. Thanks, -- Russell A. Jackson Network Analyst California State University, Bakersfield From owner-freebsd-x11@FreeBSD.ORG Tue Dec 12 00:03:31 2006 Return-Path: X-Original-To: freebsd-x11@FreeBSD.org Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0A96116A523; Tue, 12 Dec 2006 00:03:31 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from b.mx.visualtech.com (chons.visualtech.com [208.16.19.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D05043E4E; Mon, 11 Dec 2006 23:59:00 +0000 (GMT) (envelope-from adamk@voicenet.com) Received: from [192.168.0.101] (c-68-45-180-45.hsd1.nj.comcast.net [68.45.180.45]) by b.mx.visualtech.com (Postfix) with ESMTP id BEB5148342; Mon, 11 Dec 2006 19:00:18 -0500 (EST) Message-ID: <457DF112.3080102@voicenet.com> Date: Mon, 11 Dec 2006 19:00:18 -0500 From: Adam K Kirchhoff User-Agent: Thunderbird 1.5.0.8 (X11/20061205) MIME-Version: 1.0 To: Florent Thoumie References: <457AAFB6.6030501@FreeBSD.org> <457C188A.30401@voicenet.com> <1165766993.62527.4.camel@scroll.ashke.com> <457C4D3E.9000903@FreeBSD.org> In-Reply-To: <457C4D3E.9000903@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-x11@FreeBSD.org Subject: Re: Experimental X.org ports updated to 7.2-RC3 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: Tue, 12 Dec 2006 00:03:31 -0000 Florent Thoumie wrote: > Adam K Kirchhoff wrote: > >> On Sun, 2006-12-10 at 09:24 -0500, Adam K Kirchhoff wrote: >> >>> Florent Thoumie wrote: >>> >>>> Hey, >>>> >>>> Yesterday (or was it two days ago) I updated X.org experimental ports in >>>> the git repository to 7.2.r3. I had some time yesterday to run-test them >>>> and everything seems fine except two things: >>>> >>>> - type1 dynamic module has a missing symbol so it won't load properly. >>>> - beryl doesn't seem to work with recent xorg-server/mesa/glproto (this >>>> may only affect intel users though). >>>> >>>> The Beryl Project should release 0.1.3 soon and that will (possibly) >>>> address this issue. >>>> >>>> Anyway, I will be busy this weekend so don't expect a fix/update before >>>> monday. >>>> >>>> Cheers. >>>> >>>> >>>> >>> FYI, >>> >>> I pulled the latest -CURRENT code on Friday (the 8th), rebuilt world >>> and kernel, installed it all, and then did a portupgrade yesterday. I'm >>> now running 7.2 RC3. Unfortunately, this bug is still showing up: >>> >>> http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/106370 >>> >> Unfortunately, when I threw my nVidia card in and installed the driver >> from ports, I experienced a whole new set of issues. I symlinked the >> driver and glx module to the new locations and started X (with >> gnome-session in my .xinitrc file). After a few seconds, the mouse >> cursor disappeared and X locked up. I rebooted (from a serial terminal) >> and tried again with fvwm2. That actually launched without problems. I >> started glxgears and it ran. I quit glxgears by hitting escape. Except >> that it never returned me to a prompt at the terminal and the process >> hung (though the glxgears window did go away). After a few seconds, the >> entire system crashed (which also happens if I try to start another GL >> application). I've tried with version 9629, as well, but encountered the >> same problem. >> >> Version 8776 works fine, though. >> > > I guess such reports should be made on nVidia FreeBSD forum [1]. > > [1] http://www.nvnews.net/vbulletin/forumdisplay.php?f=47 > I've added my comments to a thread where others have posted problems with the driver under -CURRENT. On a somewhat related note... It appears that the driver (at least all the versions I've tried so far) is not at all supported on -CURRENT at all. Is it wise to let users install it on -CURRENT through the ports tree in that case? Adam From owner-freebsd-x11@FreeBSD.ORG Tue Dec 12 02:07:00 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A87CB16A4AB for ; Tue, 12 Dec 2006 02:07:00 +0000 (UTC) (envelope-from davegro@hotmail.com) Received: from bay0-omc1-s3.bay0.hotmail.com (bay0-omc1-s3.bay0.hotmail.com [65.54.246.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D6E443DA3 for ; Tue, 12 Dec 2006 02:02:47 +0000 (GMT) (envelope-from davegro@hotmail.com) Received: from hotmail.com ([65.55.132.18]) by bay0-omc1-s3.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Mon, 11 Dec 2006 18:04:06 -0800 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 11 Dec 2006 18:04:06 -0800 Message-ID: Received: from 68.45.124.27 by BAY127-DAV8.phx.gbl with DAV; Tue, 12 Dec 2006 02:04:04 +0000 X-Originating-IP: [68.45.124.27] X-Originating-Email: [davegro@hotmail.com] X-Sender: davegro@hotmail.com Message-ID: <457E0E11.4070705@students.rowan.edu> Date: Mon, 11 Dec 2006 21:04:01 -0500 From: Dave Grochowski User-Agent: Thunderbird 1.5.0.7 (X11/20061110) MIME-Version: 1.0 To: freebsd-x11@freebsd.org References: <20061211180621.GA68824@cserv65.csub.edu> <457DAAE7.6030206@voicenet.com> <1165864770.1177.34.camel@localhost> <457DB398.4020605@FreeBSD.org> In-Reply-To: <457DB398.4020605@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 12 Dec 2006 02:04:06.0368 (UTC) FILETIME=[CDCE9600:01C71D91] Subject: Re: pkgdb vs modular xorg 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: Tue, 12 Dec 2006 02:07:00 -0000 Hey, Joe Marcus Clarke wrote: > > I reported this problem on ports@ about a week ago. The recent change > to portupgrade drastically slowed down pkgdb. My post even included a > hackaround. sem@ said he'd investigate, but never got around to it, I > guess. > I've also noticed that portupgrade takes forever to update my ports when using the X.org modular ports tree. I (mostly) fixed it by switching to portmanager, which seems to work *a lot* faster than portupgrade. Registering the port still takes a good bit of time, but I found that the rest of the process was expedited with the switch. Sincerely, Dave Grochowski From owner-freebsd-x11@FreeBSD.ORG Tue Dec 12 19:26:06 2006 Return-Path: X-Original-To: x11@freebsd.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 44FB516A4D4 for ; Tue, 12 Dec 2006 19:26:06 +0000 (UTC) (envelope-from kappa@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFFDA4425F for ; Tue, 12 Dec 2006 19:11:45 +0000 (GMT) (envelope-from kappa@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id A70FE6352 for ; Tue, 12 Dec 2006 22:12:55 +0300 (MSK) Received: from capella.park.rambler.ru (capella.park.rambler.ru [81.19.65.30]) by relay0.rambler.ru (Postfix) with ESMTP id 9E0A8634D for ; Tue, 12 Dec 2006 22:12:55 +0300 (MSK) Received: by capella.park.rambler.ru (Postfix, from userid 1001) id 17B08456D; Tue, 12 Dec 2006 22:17:10 +0300 (MSK) Date: Tue, 12 Dec 2006 22:17:10 +0300 From: Alex Kapranoff To: x11@freebsd.org Message-ID: <20061212191710.GA1085@capella.park.rambler.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD 6.2-PRERELEASE i386 Organization: Inner Mongolia User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: No virus found Cc: Subject: DRM on ATI Radeon Xpress 200G (ATI RS480 device) 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: Tue, 12 Dec 2006 19:26:06 -0000 Good day! Does current `radeon' DRM kernel module support ATI RS480 integrated graphics? I cannot get it to work. No 'agp' or 'drm' messages in dmesg (agp compiled in, radeon.ko loaded via /boot/loader.conf). The chipset type is r300 and it is supported on cards both by xorg and FreeBSD kernel. Some info: % pciconf -vl ... none1@pci1:5:0: class=0x030000 card=0x71411462 chip=0x59541002 rev=0x00 hdr=0x00 vendor = 'ATI Technologies Inc' device = 'Radeon XPRESS 200' class = display subclass = VGA % cat xorg.0.log ... (--) PCI:*(1:5:0) ATI Technologies Inc RS480 [Radeon Xpress 200G Series] rev 0, Mem @ 0xd8000000/27, 0xfd df0000/16, I/O @ 0xef00/8 ... (--) Chipset ATI Radeon XPRESS 200 5954 (PCIE) found -- Alex Kapranoff. From owner-freebsd-x11@FreeBSD.ORG Wed Dec 13 12:14:43 2006 Return-Path: X-Original-To: x11@freebsd.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 695F916A4A0; Wed, 13 Dec 2006 12:14:43 +0000 (UTC) (envelope-from vd@datamax.bg) Received: from jengal.datamax.bg (jengal.datamax.bg [82.103.104.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0478043F84; Wed, 13 Dec 2006 12:03:25 +0000 (GMT) (envelope-from vd@datamax.bg) Received: from qlovarnika.bg.datamax (qlovarnika.bg.datamax [192.168.10.2]) by jengal.datamax.bg (Postfix) with SMTP id 6513AB864; Wed, 13 Dec 2006 14:04:41 +0200 (EET) Received: (nullmailer pid 56268 invoked by uid 1002); Wed, 13 Dec 2006 12:04:41 -0000 Date: Wed, 13 Dec 2006 14:04:41 +0200 From: Vasil Dimov To: FreeBSD-gnats-submit@freebsd.org Message-ID: <20061213120441.GA56248@qlovarnika.bg.datamax> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-send-pr-version: 3.113 Cc: x11@freebsd.org, portmgr@freebsd.org Subject: [patch] remove x11/XFree86 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vd@FreeBSD.org List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2006 12:14:43 -0000 >Submitter-Id: current-users >Originator: Vasil Dimov >Organization: N/A >Confidential: no >Synopsis: [patch] remove x11/XFree86 >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 6.2-PRERELEASE amd64 >Environment: >Description: In order to remove x11/XFree86, which is deprecated: 2006-12-01 x11/XFree86: Obsolete version, use xorg or XFree86-4 instead the following must be done: these ports must be removed: graphics/linux_glx graphics/xpm graphics/mesagl x11/XFree86 x11/XFree86-contrib the following files must be edited: Mk/bsd.port.mk astro/google-earth/Makefile editors/elvis/Makefile emulators/vice/Makefile emulators/vmware-tools3/Makefile emulators/vmware-guestd4/Makefile emulators/vmware-guestd5/Makefile games/atitd/Makefile games/linux-doom3-demo/Makefile games/linux-ut2004-demo/Makefile games/linux-virtual-jay-peak/Makefile games/linux-ut2003-demo/Makefile games/linux-quake3-demo/Makefile games/linux-x-plane/Makefile games/linux-x-plane-net-installer/Makefile games/linux-doom3/Makefile graphics/libvisual-plugins/Makefile multimedia/libdv/Makefile multimedia/libxine/Makefile net-im/ayttm/Makefile x11/dgs/Makefile x11/gdkxft/Makefile x11/mlterm/Makefile x11/xlockmore/Makefile x11/xvattr/Makefile x11-fonts/fontconfig/Makefile x11-fonts/webfonts/Makefile x11-fonts/bitstream-vera/Makefile x11-fonts/libXft/Makefile x11-toolkits/Xaw3d/Makefile x11-toolkits/fox12/Makefile x11-toolkits/fox14/Makefile x11-toolkits/fox16/Makefile x11-wm/aewm/Makefile x11-wm/enlightenment/Makefile x11-wm/icewm/Makefile x11-wm/matchbox/Makefile x11-wm/xfce/Makefile x11-wm/pawm/Makefile x11-themes/cursor-bluecurve-theme/Makefile I am not sure what would be the status of /etc/mtree/BSD.x11.dist. I have attached a patch which removes any traces of xfree86-3 from the above files. >How-To-Repeat: >Fix: --- xfree3remove.diff begins here --- Index: Mk/bsd.port.mk =================================================================== RCS file: /home/pcvs/ports/Mk/bsd.port.mk,v retrieving revision 1.544 diff -u -r1.544 bsd.port.mk --- Mk/bsd.port.mk 30 Sep 2006 19:25:45 -0000 1.544 +++ Mk/bsd.port.mk 13 Dec 2006 10:39:14 -0000 @@ -1567,11 +1567,8 @@ .if ${OSVERSION} >= 502123 X_WINDOW_SYSTEM ?= xorg -.elif (${OSVERSION} >= 450005 && !defined(XFREE86_VERSION)) || \ - (defined(XFREE86_VERSION) && ${XFREE86_VERSION} == 4) -X_WINDOW_SYSTEM ?= xfree86-4 .else -X_WINDOW_SYSTEM ?= xfree86-3 +X_WINDOW_SYSTEM ?= xfree86-4 .endif # Location of mounted CDROM(s) to search for files @@ -1876,45 +1873,14 @@ X_FONTS_TTF_PORT= ${PORTSDIR}/x11-fonts/XFree86-4-fontScalable X_FONTS_TYPE1_PORT= ${PORTSDIR}/x11-fonts/XFree86-4-fontScalable X_MANUALS_PORT= ${PORTSDIR}/x11/XFree86-4-manuals -.elif defined(X_WINDOW_SYSTEM) && ${X_WINDOW_SYSTEM:L} == xfree86-3 -X_IMAKE_PORT= ${PORTSDIR}/x11/XFree86 -X_LIBRARIES_PORT= ${PORTSDIR}/x11/XFree86 -X_CLIENTS_PORT= ${PORTSDIR}/x11/XFree86 -X_SERVER_PORT= ${PORTSDIR}/x11/XFree86 -X_FONTSERVER_PORT= ${PORTSDIR}/x11/XFree86 -X_PRINTSERVER_PORT= ${PORTSDIR}/x11/XFree86 -X_VFBSERVER_PORT= ${PORTSDIR}/x11/XFree86 -X_NESTSERVER_PORT= ${PORTSDIR}/x11/XFree86 -X_FONTS_ENCODINGS_PORT= ${PORTSDIR}/x11/XFree86 -X_FONTS_MISC_PORT= ${PORTSDIR}/x11/XFree86 -X_FONTS_100DPI_PORT= ${PORTSDIR}/x11/XFree86 -X_FONTS_75DPI_PORT= ${PORTSDIR}/x11/XFree86 -X_FONTS_CYRILLIC_PORT= ${PORTSDIR}/x11/XFree86 -X_FONTS_TTF_PORT= ${PORTSDIR}/x11/XFree86 -X_FONTS_TYPE1_PORT= ${PORTSDIR}/x11/XFree86 -X_MANUALS_PORT= ${PORTSDIR}/x11/XFree86 .else -IGNORE= cannot install: bad X_WINDOW_SYSTEM setting; valid values are 'xfree86-3', 'xfree86-4', 'xorg' +IGNORE= cannot install: bad X_WINDOW_SYSTEM setting; valid values are 'xfree86-4' and 'xorg' .endif .if defined(USE_IMAKE) BUILD_DEPENDS+= imake:${X_IMAKE_PORT} .endif -.if ${X_WINDOW_SYSTEM:L} == xfree86-3 - -.if defined(USE_XPM) -LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm -.endif -.if defined(USE_GL) -LIB_DEPENDS+= GL.14:${PORTSDIR}/graphics/mesagl -.endif - -XAWVER= 6 -PKG_IGNORE_DEPENDS?= '^XFree86-3\.' - -.else - .if defined(USE_XPM) || defined(USE_GL) USE_XLIB= yes .endif @@ -1926,8 +1892,6 @@ .endif PKG_IGNORE_DEPENDS?= 'this_port_does_not_exist' -.endif - PLIST_SUB+= XAWVER=${XAWVER} .if defined(USE_BISON) @@ -2222,11 +2186,7 @@ .if ${PREFIX} == ${X11BASE_REL} || defined(USE_X_PREFIX) # User may have specified non-standard PREFIX for installing a port that # uses X -.if ${X_WINDOW_SYSTEM:L} == xfree86-3 -MTREE_FILE= /etc/mtree/BSD.x11.dist -.else MTREE_FILE= /etc/mtree/BSD.x11-4.dist -.endif .elif ${PREFIX} == /usr MTREE_FILE= /etc/mtree/BSD.usr.dist .else Index: astro/google-earth/Makefile =================================================================== RCS file: /home/pcvs/ports/astro/google-earth/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- astro/google-earth/Makefile 14 Nov 2006 12:27:31 -0000 1.10 +++ astro/google-earth/Makefile 13 Dec 2006 10:39:15 -0000 @@ -40,15 +40,11 @@ UNMAKESELF= ${LOCALBASE}/bin/unmakeself -.if ${X_WINDOW_SYSTEM:L} != xfree86-3 .if defined(WITH_NVIDIA_GL) RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver .else RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libGL.so.1:${PORTSDIR}/graphics/linux_dri .endif -.else -RUN_DEPENDS+= ${LINUXBASE}/lib/libGL.so.1:${PORTSDIR}/graphics/linux_glx -.endif do-fetch: @if [ ! -f ${DISTDIR}/${TARGET_DISTFILE} ]; then \ Index: editors/elvis/Makefile =================================================================== RCS file: /home/pcvs/ports/editors/elvis/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- editors/elvis/Makefile 14 Oct 2006 08:54:11 -0000 1.13 +++ editors/elvis/Makefile 13 Dec 2006 10:39:15 -0000 @@ -34,7 +34,7 @@ CONFIGURE_ARGS+= --without-x .else USE_XPM= yes -.if ${X_WINDOW_SYSTEM:L} == xfree86-3 || defined(WITHOUT_XFT) +.if defined(WITHOUT_XFT) CONFIGURE_ARGS+= --without-xft .else LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft Index: emulators/vice/Makefile =================================================================== RCS file: /home/pcvs/ports/emulators/vice/Makefile,v retrieving revision 1.47 diff -u -r1.47 Makefile --- emulators/vice/Makefile 20 Sep 2006 11:20:48 -0000 1.47 +++ emulators/vice/Makefile 13 Dec 2006 10:39:15 -0000 @@ -89,9 +89,7 @@ CONFIGURE_ARGS+= --without-esd .endif -.if ${X_WINDOW_SYSTEM:L} != xfree86-3 BUILD_DEPENDS+= bdftopcf:${X_CLIENTS_PORT} -.endif .if ${ARCH} == "alpha" && ${OSVERSION} < 500000 # ../src/resid/libresid.a(wave.o)(.rodata+0x0): relocation truncated to fit: GPREL32 *UND* Index: emulators/vmware-tools3/Makefile =================================================================== RCS file: /home/pcvs/ports/emulators/vmware-tools3/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- emulators/vmware-tools3/Makefile 8 Mar 2005 03:41:29 -0000 1.16 +++ emulators/vmware-tools3/Makefile 13 Dec 2006 10:39:15 -0000 @@ -46,11 +46,7 @@ MOUNT= /sbin/mount UMOUNT= /sbin/umount -.if ${X_WINDOW_SYSTEM:L} == xfree86-3 -PLIST_SUB+= INSTALLXSERVER:="" -.else PLIST_SUB+= INSTALLXSERVER:="@comment " -.endif do-fetch: @${DO_NADA} @@ -86,14 +82,6 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vmware-toolbox ${PREFIX}/bin -.if ${X_WINDOW_SYSTEM:L} == xfree86-3 - ${INSTALL_PROGRAM} ${WRKSRC}/XF86_VMware ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/XF86Config.dist ${PREFIX}/etc/XF86Config_VMware - @${ECHO} "" - @${ECHO} "You have installed XFree86 3.x X Server for VMware." - @${ECHO} "${PREFIX}/etc/XF86Config_VMware is a sample XF86Config file." - @${ECHO} "Copy this file to /etc/XF86Config before starting X." -.endif -${LOCALBASE}/sbin/vmware-guestd --cmd toolinstall.end .include Index: emulators/vmware-guestd4/Makefile =================================================================== RCS file: /home/pcvs/ports/emulators/vmware-guestd4/Makefile,v retrieving revision 1.24 diff -u -r1.24 Makefile --- emulators/vmware-guestd4/Makefile 31 May 2006 06:28:01 -0000 1.24 +++ emulators/vmware-guestd4/Makefile 13 Dec 2006 10:39:15 -0000 @@ -54,13 +54,8 @@ .if defined(VMWARE_X_PORTS) -.if ${X_WINDOW_SYSTEM:L} == xfree86-3 -PLIST_SUB+= INSTALLXSERVER3:="" -PLIST_SUB+= INSTALLXSERVER4:="@comment " -.else PLIST_SUB+= INSTALLXSERVER3:="@comment " PLIST_SUB+= INSTALLXSERVER4:="" -.endif .else @@ -125,18 +120,9 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/vmware-toolbox ${X11BASE}/bin -.if ${X_WINDOW_SYSTEM:L} == xfree86-3 - ${INSTALL_PROGRAM} ${WRKSRC}/lib/configurator/XFree86-3/XF86_VMware_4.5 ${X11BASE}/bin/XF86_VMware - ${INSTALL_DATA} ${WRKSRC}/lib/configurator/XFree86-3/XF86Config ${X11BASE}/etc/XF86Config_VMware - @${ECHO} "" - @${ECHO} "You have installed XFree86 3.x X Server for VMware." - @${ECHO} "${X11BASE}/etc/XF86Config_VMware is a sample XF86Config file." - @${ECHO} "Copy this file to /etc/XF86Config before starting X." -.else ${INSTALL_DATA} ${WRKSRC}/lib/configurator/XFree86-4/XF86Config-4 ${X11BASE}/etc/XF86Config-4_VMware ${INSTALL_DATA} ${WRKSRC}/lib/configurator/XFree86-4/4.3.x/vmware_drv.o ${X11BASE}/lib/modules/drivers/vmware_drv.o_VMware ${INSTALL_DATA} ${WRKSRC}/lib/configurator/XFree86-4/4.2.x/vmmouse_drv.o ${X11BASE}/lib/modules/input/vmmouse_drv.o_VMware -.endif -${LOCALBASE}/sbin/vmware-guestd --cmd toolinstall.end .else Index: emulators/vmware-guestd5/Makefile =================================================================== RCS file: /home/pcvs/ports/emulators/vmware-guestd5/Makefile,v retrieving revision 1.32 diff -u -r1.32 Makefile --- emulators/vmware-guestd5/Makefile 31 May 2006 06:28:01 -0000 1.32 +++ emulators/vmware-guestd5/Makefile 13 Dec 2006 10:39:15 -0000 @@ -69,15 +69,7 @@ .if defined(VMWARE_X_PORTS) -.if ${X_WINDOW_SYSTEM:L} == xfree86-3 -.if ${BITS} == 32 -PLIST_SUB+= INSTALLXSERVER3:="" -.else -PLIST_SUB+= INSTALLXSERVER3:="@comment " -.endif -PLIST_SUB+= INSTALLXSERVER4:="@comment " -PLIST_SUB+= INSTALLXVMMOUSE:="@comment " -.elif ${X_WINDOW_SYSTEM:L} == xfree86-4 +.if ${X_WINDOW_SYSTEM:L} == xfree86-4 PLIST_SUB+= INSTALLXSERVER3:="@comment " PLIST_SUB+= INSTALLXSERVER4:="" PLIST_SUB+= INSTALLXVMMOUSE:="" @@ -174,24 +166,10 @@ .if defined(WITH_VMWARE_GTK) ${INSTALL_PROGRAM} ${WRKSRC}/lib/bin${BITS}/vmware-toolbox-gtk ${X11BASE}/bin .endif -.if ${X_WINDOW_SYSTEM:L} != xfree86-3 if [ ! -d ${X11BASE}/lib/modules/input ] ; then \ ${MKDIR} ${X11BASE}/lib/modules/input ; \ fi -.endif -.if ${X_WINDOW_SYSTEM:L} == xfree86-3 -.if ${BITS} == 32 - ${INSTALL_PROGRAM} ${WRKSRC}/lib/configurator/XFree86-3/XF86_VMware_4.5 ${X11BASE}/bin/XF86_VMware - ${INSTALL_DATA} ${WRKSRC}/lib/configurator/XFree86-3/XF86Config ${X11BASE}/etc/XF86Config_VMware - @${ECHO} "" - @${ECHO} "You have installed XFree86 3.x X Server for VMware." - @${ECHO} "${X11BASE}/etc/XF86Config_VMware is a sample XF86Config file." - @${ECHO} "Copy this file to /etc/XF86Config before starting X." -.else - @${ECHO} "There is no XFree86 3.x X server for your system." - @${ECHO} "Consider upgrading your X to XFree86 4.x or switch to X.Org." -.endif -.elif ${X_WINDOW_SYSTEM:L} == xfree86-4 +.if ${X_WINDOW_SYSTEM:L} == xfree86-4 ${INSTALL_DATA} ${WRKSRC}/lib/configurator/XFree86-4/XF86Config-4 ${X11BASE}/etc/XF86Config-4_VMware if [ ! -d ${X11BASE}/lib/modules/drivers ] ; then \ ${MKDIR} ${X11BASE}/lib/modules/drivers ; \ Index: games/atitd/Makefile =================================================================== RCS file: /home/pcvs/ports/games/atitd/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- games/atitd/Makefile 9 Oct 2006 22:58:32 -0000 1.11 +++ games/atitd/Makefile 13 Dec 2006 10:39:15 -0000 @@ -21,15 +21,11 @@ .include -.if ${X_WINDOW_SYSTEM:L} != xfree86-3 .ifdef(WITH_NVIDIA_GL) RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver .else RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libGL.so.1:${PORTSDIR}/graphics/linux_dri .endif -.else -RUN_DEPENDS+= ${LINUXBASE}/lib/libGL.so:${PORTSDIR}/graphics/linux_glx -.endif PLIST_FILES= bin/atitd USE_LINUX= yes Index: games/linux-doom3-demo/Makefile =================================================================== RCS file: /home/pcvs/ports/games/linux-doom3-demo/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- games/linux-doom3-demo/Makefile 31 Oct 2006 14:14:01 -0000 1.3 +++ games/linux-doom3-demo/Makefile 13 Dec 2006 10:39:15 -0000 @@ -35,15 +35,11 @@ .include -.if ${X_WINDOW_SYSTEM:L} != xfree86-3 .if defined(WITH_NVIDIA_GL) RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver .else RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libGL.so.1:${PORTSDIR}/graphics/linux_dri .endif -.else -RUN_DEPENDS+= ${LINUXBASE}/lib/libGL.so.1:${PORTSDIR}/graphics/linux_glx -.endif do-extract: @${MKDIR} ${WRKSRC} Index: games/linux-ut2004-demo/Makefile =================================================================== RCS file: /home/pcvs/ports/games/linux-ut2004-demo/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- games/linux-ut2004-demo/Makefile 31 Oct 2006 14:19:52 -0000 1.4 +++ games/linux-ut2004-demo/Makefile 13 Dec 2006 10:39:15 -0000 @@ -44,15 +44,11 @@ .include -.if ${X_WINDOW_SYSTEM:L} != xfree86-3 .if defined(WITH_NVIDIA_GL) RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver .else RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libGL.so.1:${PORTSDIR}/graphics/linux_dri .endif -.else -RUN_DEPENDS+= ${LINUXBASE}/lib/libGL.so.1:${PORTSDIR}/graphics/linux_glx -.endif do-extract: @${MKDIR} ${WRKSRC} Index: games/linux-virtual-jay-peak/Makefile =================================================================== RCS file: /home/pcvs/ports/games/linux-virtual-jay-peak/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- games/linux-virtual-jay-peak/Makefile 4 Sep 2005 02:04:45 -0000 1.4 +++ games/linux-virtual-jay-peak/Makefile 13 Dec 2006 10:39:15 -0000 @@ -44,14 +44,10 @@ .include -.if ${X_WINDOW_SYSTEM:L} != xfree86-3 .if defined(WITH_NVIDIA_GL) RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver .else RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libGL.so.1:${PORTSDIR}/graphics/linux_dri .endif -.else -RUN_DEPENDS+= ${LINUXBASE}/lib/libGL.so.1:${PORTSDIR}/graphics/linux_glx -.endif .include Index: games/linux-ut2003-demo/Makefile =================================================================== RCS file: /home/pcvs/ports/games/linux-ut2003-demo/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- games/linux-ut2003-demo/Makefile 5 Nov 2006 20:45:15 -0000 1.5 +++ games/linux-ut2003-demo/Makefile 13 Dec 2006 10:39:15 -0000 @@ -42,15 +42,11 @@ .include -.if ${X_WINDOW_SYSTEM:L} != xfree86-3 .if defined(WITH_NVIDIA_GL) RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver .else RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libGL.so.1:${PORTSDIR}/graphics/linux_dri .endif -.else -RUN_DEPENDS+= ${LINUXBASE}/lib/libGL.so.1:${PORTSDIR}/graphics/linux_glx -.endif do-extract: @${MKDIR} ${WRKSRC} Index: games/linux-quake3-demo/Makefile =================================================================== RCS file: /home/pcvs/ports/games/linux-quake3-demo/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- games/linux-quake3-demo/Makefile 5 Nov 2006 20:45:14 -0000 1.19 +++ games/linux-quake3-demo/Makefile 13 Dec 2006 10:39:15 -0000 @@ -49,17 +49,12 @@ .include -.if ${X_WINDOW_SYSTEM:L} != xfree86-3 -. ifdef(WITH_NVIDIA_GL) +.ifdef(WITH_NVIDIA_GL) GL_LIB= ${LINUXBASE}/usr/lib/libGL.so.1 GL_PORT= x11/nvidia-driver -. else +.else GL_LIB= ${LINUXBASE}/usr/X11R6/lib/libGL.so.1 GL_PORT= graphics/linux_dri -. endif -.else -GL_LIB= ${LINUXBASE}/lib/libGL.so -GL_PORT= graphics/linux_glx .endif RUN_DEPENDS+= ${GL_LIB}:${PORTSDIR}/${GL_PORT} Index: games/linux-x-plane/Makefile =================================================================== RCS file: /home/pcvs/ports/games/linux-x-plane/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- games/linux-x-plane/Makefile 29 Jun 2006 00:05:18 -0000 1.8 +++ games/linux-x-plane/Makefile 13 Dec 2006 10:39:15 -0000 @@ -76,15 +76,11 @@ .include -.if ${X_WINDOW_SYSTEM:L} != xfree86-3 .if defined(WITH_NVIDIA_GL) RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver .else RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libGL.so.1:${PORTSDIR}/graphics/linux_dri .endif -.else -RUN_DEPENDS+= ${LINUXBASE}/lib/libGL.so.1:${PORTSDIR}/graphics/linux_glx -.endif do-fetch: @if ! [ -e ${DISTDIR}/${DISTFILES} ]; then \ Index: games/linux-x-plane-net-installer/Makefile =================================================================== RCS file: /home/pcvs/ports/games/linux-x-plane-net-installer/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- games/linux-x-plane-net-installer/Makefile 31 Aug 2006 16:22:28 -0000 1.8 +++ games/linux-x-plane-net-installer/Makefile 13 Dec 2006 10:39:15 -0000 @@ -30,15 +30,11 @@ .include -.if ${X_WINDOW_SYSTEM:L} != xfree86-3 .if defined(WITH_NVIDIA_GL) RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver .else RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libGL.so.1:${PORTSDIR}/graphics/linux_dri .endif -.else -RUN_DEPENDS+= ${LINUXBASE}/lib/libGL.so.1:${PORTSDIR}/graphics/linux_glx -.endif do-extract: @${MKDIR} ${WRKSRC} Index: games/linux-doom3/Makefile =================================================================== RCS file: /home/pcvs/ports/games/linux-doom3/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- games/linux-doom3/Makefile 20 Oct 2006 20:02:26 -0000 1.3 +++ games/linux-doom3/Makefile 13 Dec 2006 10:39:15 -0000 @@ -32,15 +32,11 @@ .include -.if ${X_WINDOW_SYSTEM:L} != xfree86-3 .if defined(WITH_NVIDIA_GL) RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver .else RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libGL.so.1:${PORTSDIR}/graphics/linux_dri .endif -.else -RUN_DEPENDS+= ${LINUXBASE}/lib/libGL.so.1:${PORTSDIR}/graphics/linux_glx -.endif .if defined(WITH_NO_CDKEY) PORTVERSION= 1.1.1286 Index: graphics/libvisual-plugins/Makefile =================================================================== RCS file: /home/pcvs/ports/graphics/libvisual-plugins/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- graphics/libvisual-plugins/Makefile 14 Apr 2006 23:25:06 -0000 1.6 +++ graphics/libvisual-plugins/Makefile 13 Dec 2006 10:39:15 -0000 @@ -31,8 +31,6 @@ BUILD_DEPENDS= mkdirhier:${PORTSDIR}/devel/imake-4 .elif ${X_WINDOW_SYSTEM} == "xorg" BUILD_DEPENDS= mkdirhier:${PORTSDIR}/devel/imake-6 -.elif ${X_WINDOW_SYSTEM} == "xfree86-3" -BUILD_DEPENDS= mkdirhier:${PORTSDIR}/x11/XFree86 .endif .if defined(WITH_MPLAYER) Index: multimedia/libdv/Makefile =================================================================== RCS file: /home/pcvs/ports/multimedia/libdv/Makefile,v retrieving revision 1.33 diff -u -r1.33 Makefile --- multimedia/libdv/Makefile 20 Sep 2006 11:21:51 -0000 1.33 +++ multimedia/libdv/Makefile 13 Dec 2006 10:39:15 -0000 @@ -37,10 +37,6 @@ .include -.if ${X_WINDOW_SYSTEM:L} == xfree86-3 -IGNORE= "Requires Xv Extension" -.endif - .if ${HAVE_GNOME:Mgtk12}!="" USE_GNOME+= gtk12 MAN1+= playdv.1 Index: multimedia/libxine/Makefile =================================================================== RCS file: /home/pcvs/ports/multimedia/libxine/Makefile,v retrieving revision 1.102 diff -u -r1.102 Makefile --- multimedia/libxine/Makefile 7 Dec 2006 17:13:41 -0000 1.102 +++ multimedia/libxine/Makefile 13 Dec 2006 10:39:15 -0000 @@ -58,11 +58,7 @@ .include -.if ${X_WINDOW_SYSTEM:L} != xfree86-3 PLIST_SUB+= WITH_LIBXV="" -.else -PLIST_SUB+= WITH_LIBXV="@comment " -.endif .if !defined(WITHOUT_ARTS) && (exists(${LOCALBASE}/bin/artsc-config) || defined(WITH_ARTS)) LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts Index: net-im/ayttm/Makefile =================================================================== RCS file: /home/pcvs/ports/net-im/ayttm/Makefile,v retrieving revision 1.45 diff -u -r1.45 Makefile --- net-im/ayttm/Makefile 11 May 2006 22:49:32 -0000 1.45 +++ net-im/ayttm/Makefile 13 Dec 2006 10:39:15 -0000 @@ -60,7 +60,7 @@ PLIST_SUB+= LIBARTS="@comment " .endif -.if ${X_WINDOW_SYSTEM:L} != xfree86-3 && !defined(WITHOUT_XFT) +.if !defined(WITHOUT_XFT) LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft CONFIGURE_ARGS+= --enable-xft CPPFLAGS+= `freetype-config --cflags` Index: x11/dgs/Makefile =================================================================== RCS file: /home/pcvs/ports/x11/dgs/Makefile,v retrieving revision 1.45 diff -u -r1.45 Makefile --- x11/dgs/Makefile 12 Dec 2006 10:14:03 -0000 1.45 +++ x11/dgs/Makefile 13 Dec 2006 10:39:15 -0000 @@ -50,10 +50,6 @@ MANN+= makepsres.man .endif -.if ${X_WINDOW_SYSTEM:L} == xfree86-3 -PLIST_SUB+= WITH_XORG="" -PLIST_SUB+= WITH_XFREE4="" -.else PLIST_SUB+= WITH_XORG="@comment " .if ${X_WINDOW_SYSTEM:L} == xorg @@ -73,6 +69,4 @@ ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) .endfor -.endif - .include Index: x11/gdkxft/Makefile =================================================================== RCS file: /home/pcvs/ports/x11/gdkxft/Makefile,v retrieving revision 1.30 diff -u -r1.30 Makefile --- x11/gdkxft/Makefile 15 Aug 2006 01:11:32 -0000 1.30 +++ x11/gdkxft/Makefile 13 Dec 2006 10:39:15 -0000 @@ -32,10 +32,6 @@ .include -.if ${X_WINDOW_SYSTEM:L} == xfree86-3 -IGNORE= "requires XFree86-4.x or later to run" -.endif - .if ${HAVE_GNOME:Mlibglade}!="" && ${HAVE_GNOME:Mlibcapplet}!="" USE_GNOME+= gnomeprefix libglade libcapplet PKGNAMESUFFIX= -gnome Index: x11/mlterm/Makefile =================================================================== RCS file: /home/pcvs/ports/x11/mlterm/Makefile,v retrieving revision 1.38 diff -u -r1.38 Makefile --- x11/mlterm/Makefile 3 Dec 2006 09:56:59 -0000 1.38 +++ x11/mlterm/Makefile 13 Dec 2006 10:39:15 -0000 @@ -86,13 +86,8 @@ MAN1= mlterm.1 mlclient.1 -.if ${X_WINDOW_SYSTEM:L} == xfree86-3 -PKGNAMESUFFIX= -noaa -CONFIGURE_ARGS+= --with-type-engines=xcore -.else CONFIGURE_ARGS+= --with-type-engines="xcore,xft" LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft -.endif post-configure: @${CP} ${LIBTOOL} ${WRKSRC} Index: x11/xlockmore/Makefile =================================================================== RCS file: /home/pcvs/ports/x11/xlockmore/Makefile,v retrieving revision 1.103 diff -u -r1.103 Makefile --- x11/xlockmore/Makefile 31 Oct 2006 13:30:04 -0000 1.103 +++ x11/xlockmore/Makefile 13 Dec 2006 10:39:15 -0000 @@ -105,9 +105,7 @@ .endif post-configure: -.if ${X_WINDOW_SYSTEM:L} != xfree86-3 ${REINPLACE_CMD} -e 's/-lXdpms//g' ${WRKSRC}/modes/Makefile -.endif PLIST_FILES= bin/xlock lib/X11/app-defaults/XLock Index: x11/xvattr/Makefile =================================================================== RCS file: /home/pcvs/ports/x11/xvattr/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- x11/xvattr/Makefile 21 Mar 2006 15:25:15 -0000 1.12 +++ x11/xvattr/Makefile 13 Dec 2006 10:39:15 -0000 @@ -24,10 +24,4 @@ MAN1= xvattr.1 -.include - -.if ${X_WINDOW_SYSTEM:L} == xfree86-3 -IGNORE= requires Xv Extension -.endif - -.include +.include Index: x11-fonts/fontconfig/Makefile =================================================================== RCS file: /home/pcvs/ports/x11-fonts/fontconfig/Makefile,v retrieving revision 1.59 diff -u -r1.59 Makefile --- x11-fonts/fontconfig/Makefile 16 Oct 2006 20:42:01 -0000 1.59 +++ x11-fonts/fontconfig/Makefile 13 Dec 2006 10:39:15 -0000 @@ -55,11 +55,7 @@ #PATCH_DIST_STRIP+= -p1 .endif -.if ${X_WINDOW_SYSTEM:L} == xfree86-3 -MTREE_FILE= /etc/mtree/BSD.x11.dist -.else MTREE_FILE= /etc/mtree/BSD.x11-4.dist -.endif post-install: .if !defined(NOPORTDOCS) Index: x11-fonts/webfonts/Makefile =================================================================== RCS file: /home/pcvs/ports/x11-fonts/webfonts/Makefile,v retrieving revision 1.26 diff -u -r1.26 Makefile --- x11-fonts/webfonts/Makefile 3 Sep 2006 01:15:32 -0000 1.26 +++ x11-fonts/webfonts/Makefile 13 Dec 2006 10:39:15 -0000 @@ -60,16 +60,10 @@ .include -.if ${X_WINDOW_SYSTEM:L} == xfree86-3 -RUN_DEPENDS= xfstt:${PORTSDIR}/x11-servers/Xfstt -PLIST_SUB+= FCACHE="@comment " \ - OLDXF86="" -.else BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig PLIST_SUB+= FCACHE="" \ OLDXF86="@comment " -.endif .SILENT: @@ -113,18 +107,13 @@ ${INSTALL_DATA} ${FONTS_FILE} ${FONTSDIR} ${INSTALL_DATA} ${FONTS_FILE} ${FONTSDIR}/fonts.scale ${INSTALL_DATA} ${WRKSRC}/licen.txt ${DOCSDIR}/LICENSE -.if ${X_WINDOW_SYSTEM:L} == xfree86-3 - ${LN} -fs ${FONTSDIR} ${TTFONTSDIR}/${FONTNAME} -.endif # # Post-install # post-install: -.if ${X_WINDOW_SYSTEM:L} != xfree86-3 ${ECHO_MSG} "===> Running fc-cache" -${X11BASE}/bin/fc-cache -f -v ${FONTSDIR} -.endif ${ECHO_MSG} ${CAT} ${PKGMESSAGE} ${ECHO_MSG} Index: x11-fonts/bitstream-vera/Makefile =================================================================== RCS file: /home/pcvs/ports/x11-fonts/bitstream-vera/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- x11-fonts/bitstream-vera/Makefile 12 Jun 2006 04:58:42 -0000 1.13 +++ x11-fonts/bitstream-vera/Makefile 13 Dec 2006 10:39:15 -0000 @@ -39,11 +39,7 @@ .include -.if ${X_WINDOW_SYSTEM:L} == xfree86-3 -MTREE_FILE= /etc/mtree/BSD.x11.dist -.else MTREE_FILE= /etc/mtree/BSD.x11-4.dist -.endif .SILENT: Index: x11-fonts/libXft/Makefile =================================================================== RCS file: /home/pcvs/ports/x11-fonts/libXft/Makefile,v retrieving revision 1.40 diff -u -r1.40 Makefile --- x11-fonts/libXft/Makefile 31 Oct 2006 22:02:06 -0000 1.40 +++ x11-fonts/libXft/Makefile 13 Dec 2006 10:39:15 -0000 @@ -34,10 +34,4 @@ #PATCHFILES+= cjk-patch-libXft-20050716.diff.gz #.endif -.include - -.if ${X_WINDOW_SYSTEM:L} == xfree86-3 -IGNORE= xft requires Render extension headers/library to build -.endif - -.include +.include Index: x11-toolkits/Xaw3d/Makefile =================================================================== RCS file: /home/pcvs/ports/x11-toolkits/Xaw3d/Makefile,v retrieving revision 1.48 diff -u -r1.48 Makefile --- x11-toolkits/Xaw3d/Makefile 2 Dec 2006 19:31:57 -0000 1.48 +++ x11-toolkits/Xaw3d/Makefile 13 Dec 2006 10:39:15 -0000 @@ -22,9 +22,6 @@ SUB_LIST= XAWVER="${XAWVER}" .include -.if ${X_WINDOW_SYSTEM:L} == xfree86-3 -PLIST_FILES= lib/libXaw3d.so.6 -.endif post-extract: ${MKDIR} ${WRKSRC}/X11/Xaw3d @@ -40,9 +37,6 @@ post-install: ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.XAW3D ${DOCSDIR} -.if ${X_WINDOW_SYSTEM:L} == xfree86-3 - ${LN} -sf libXaw3d.so.${XAWVER} ${X11BASE}/lib/libXaw3d.so.6 -.endif @${CAT} ${PKGMESSAGE} .include Index: x11-toolkits/fox12/Makefile =================================================================== RCS file: /home/pcvs/ports/x11-toolkits/fox12/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- x11-toolkits/fox12/Makefile 6 Dec 2006 19:24:22 -0000 1.5 +++ x11-toolkits/fox12/Makefile 13 Dec 2006 10:39:15 -0000 @@ -46,7 +46,7 @@ ## Additional Options ## # -.if ${X_WINDOW_SYSTEM:L} == xfree86-3 || defined(WITHOUT_XFT) +.if defined(WITHOUT_XFT) CONFIGURE_ARGS+= --with-xft=no .else CONFIGURE_ARGS+= --with-xft=yes Index: x11-toolkits/fox14/Makefile =================================================================== RCS file: /home/pcvs/ports/x11-toolkits/fox14/Makefile,v retrieving revision 1.62 diff -u -r1.62 Makefile --- x11-toolkits/fox14/Makefile 20 Jun 2006 20:59:34 -0000 1.62 +++ x11-toolkits/fox14/Makefile 13 Dec 2006 10:39:15 -0000 @@ -54,7 +54,7 @@ ## Additional Options ## # -.if ${X_WINDOW_SYSTEM:L} == xfree86-3 || defined(WITHOUT_XFT) +.if defined(WITHOUT_XFT) CONFIGURE_ARGS+= --with-xft=no .else CONFIGURE_ARGS+= --with-xft=yes Index: x11-toolkits/fox16/Makefile =================================================================== RCS file: /home/pcvs/ports/x11-toolkits/fox16/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- x11-toolkits/fox16/Makefile 6 Dec 2006 19:26:23 -0000 1.6 +++ x11-toolkits/fox16/Makefile 13 Dec 2006 10:39:15 -0000 @@ -49,7 +49,7 @@ ## Additional Options ## # -.if ${X_WINDOW_SYSTEM:L} == xfree86-3 || defined(WITHOUT_XFT) +.if defined(WITHOUT_XFT) CONFIGURE_ARGS+= --with-xft=no .else CONFIGURE_ARGS+= --with-xft=yes Index: x11-wm/aewm/Makefile =================================================================== RCS file: /home/pcvs/ports/x11-wm/aewm/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- x11-wm/aewm/Makefile 13 Feb 2006 10:03:05 -0000 1.20 +++ x11-wm/aewm/Makefile 13 Dec 2006 10:39:15 -0000 @@ -31,14 +31,12 @@ .else .endif -.if ${X_WINDOW_SYSTEM:L} != xfree86-3 .if defined(WITH_XFT) LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft MAKE_ENV+= DEFINES="-DXFT" \ EXTRA_INC="`pkg-config --cflags xft`" \ EXTRA_LIBS="`pkg-config --libs xft`" .endif -.endif post-patch: @${REINPLACE_CMD} -e '/^SUBDIR/s|clients||g' ${WRKSRC}/Makefile Index: x11-wm/enlightenment/Makefile =================================================================== RCS file: /home/pcvs/ports/x11-wm/enlightenment/Makefile,v retrieving revision 1.94 diff -u -r1.94 Makefile --- x11-wm/enlightenment/Makefile 10 Aug 2006 16:19:16 -0000 1.94 +++ x11-wm/enlightenment/Makefile 13 Dec 2006 10:39:15 -0000 @@ -60,10 +60,6 @@ .include -.if (${MACHINE} == "alpha") && (${X_WINDOW_SYSTEM:L} == xfree86-3) -CONFIGURE_ARGS+= --disable-zoom -.endif - post-patch: @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' \ -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/scripts/e_gen_menu Index: x11-wm/icewm/Makefile =================================================================== RCS file: /home/pcvs/ports/x11-wm/icewm/Makefile,v retrieving revision 1.121 diff -u -r1.121 Makefile --- x11-wm/icewm/Makefile 14 Oct 2006 08:54:05 -0000 1.121 +++ x11-wm/icewm/Makefile 13 Dec 2006 10:39:15 -0000 @@ -65,14 +65,14 @@ CONFIGURE_ARGS+= --with-icesound=oss .endif -.if ${X_WINDOW_SYSTEM:L} == xfree86-3 || defined(WITHOUT_XFT) +.if defined(WITHOUT_XFT) CONFIGURE_ARGS+= --enable-corefonts --disable-xfreetype .else LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft CONFIGURE_ARGS+= --enable-gradients .endif -.if ${X_WINDOW_SYSTEM:L} == xfree86-3 || defined(WITHOUT_XINERAMA) +.if defined(WITHOUT_XINERAMA) CONFIGURE_ARGS+= --disable-xinerama .endif Index: x11-wm/matchbox/Makefile =================================================================== RCS file: /home/pcvs/ports/x11-wm/matchbox/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- x11-wm/matchbox/Makefile 16 Sep 2006 20:21:06 -0000 1.8 +++ x11-wm/matchbox/Makefile 13 Dec 2006 10:39:15 -0000 @@ -31,7 +31,7 @@ .include -.if ${X_WINDOW_SYSTEM:L} == xfree86-3 || defined(WITHOUT_XFT) +.if defined(WITHOUT_XFT) CONFIGURE_ARGS+= --enable-standalone .else LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft Index: x11-wm/xfce/Makefile =================================================================== RCS file: /home/pcvs/ports/x11-wm/xfce/Makefile,v retrieving revision 1.81 diff -u -r1.81 Makefile --- x11-wm/xfce/Makefile 14 Oct 2006 08:54:08 -0000 1.81 +++ x11-wm/xfce/Makefile 13 Dec 2006 10:39:15 -0000 @@ -40,15 +40,11 @@ .include -.if ${X_WINDOW_SYSTEM:L} != xfree86-3 .if defined(WITH_XFT) LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft CONFIGURE_ARGS+= --enable-xft .endif CONFIGURE_ARGS+= --enable-xinerama -.else -CONFIGURE_ARGS+= --disable-xinerama -.endif post-patch: @${REINPLACE_CMD} -e 's|xfplay|internal|g' ${WRKSRC}/other/xfsoundrc.in Index: x11-wm/pawm/Makefile =================================================================== RCS file: /home/pcvs/ports/x11-wm/pawm/Makefile,v retrieving revision 1.18 diff -u -r1.18 Makefile --- x11-wm/pawm/Makefile 11 Sep 2006 21:52:08 -0000 1.18 +++ x11-wm/pawm/Makefile 13 Dec 2006 10:39:15 -0000 @@ -31,9 +31,6 @@ -DSIZE_MAX=UINT_MAX .endif -.if ${X_WINDOW_SYSTEM} == xfree86-3 -CFLAGS+= -DDISABLE_XFT -DDISABLE_XRANDR -.else LDFLAGS+= -lXrandr .if defined(WITHOUT_XFT) CFLAGS+= -DDISABLE_XFT @@ -42,7 +39,6 @@ CFLAGS+= `pkg-config --cflags xft` LDFLAGS+= `pkg-config --libs xft` .endif -.endif .if defined(WITH_SN) LIB_DEPENDS+= startup-notification-1.0:${PORTSDIR}/x11/startup-notification Index: x11-themes/cursor-bluecurve-theme/Makefile =================================================================== RCS file: /home/pcvs/ports/x11-themes/cursor-bluecurve-theme/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- x11-themes/cursor-bluecurve-theme/Makefile 14 Oct 2006 08:54:02 -0000 1.4 +++ x11-themes/cursor-bluecurve-theme/Makefile 13 Dec 2006 10:39:15 -0000 @@ -44,11 +44,7 @@ .include "${MASTERDIR}/bsd.bluecurve.mk" .include -.if ${X_WINDOW_SYSTEM:L} != xfree86-3 BUILD_DEPENDS+= xcursorgen:${X_CLIENTS_PORT} # needed by cursorthemegen RUN_DEPENDS+= xcursorgen:${X_CLIENTS_PORT} # for the lib/X11/icons directory -.else -IGNORE= your X Window System is too old; install x11/xorg or x11/XFree86-4 and try again -.endif .include --- xfree3remove.diff ends here --- -- Vasil Dimov gro.DSBeerF@dv % I will not say that women have no character; rather, they have a new one every day. -- Heine From owner-freebsd-x11@FreeBSD.ORG Wed Dec 13 15:46:12 2006 Return-Path: X-Original-To: x11@freebsd.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8095516A4A7 for ; Wed, 13 Dec 2006 15:46:12 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id E622D43CA3 for ; Wed, 13 Dec 2006 15:44:39 +0000 (GMT) (envelope-from r.c.ladan@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so529790nfc for ; Wed, 13 Dec 2006 07:46:08 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=nnosd5vZOYXKbVuhzaRQPY9vulnxleGT8alJ7BKrd5tj7A8+YblFG5flMhwc88CKu4fBOFVwR3SVhW0Mm4A9MV0Bh5+NWF28JOATRTPH1NyfIAq+y47wksuJtq/yYTaOgKNkUNN9+PF73GWc4PZdcinrglLUgUvlFOlSi77fVkA= Received: by 10.49.107.8 with SMTP id j8mr3068714nfm.1166024768063; Wed, 13 Dec 2006 07:46:08 -0800 (PST) Received: from ?192.168.123.106? ( [195.241.221.201]) by mx.google.com with ESMTP id g1sm4045475nfe.2006.12.13.07.46.06; Wed, 13 Dec 2006 07:46:07 -0800 (PST) Message-ID: <4580203D.9010601@gmail.com> Date: Wed, 13 Dec 2006 16:46:05 +0100 From: Rene Ladan User-Agent: Thunderbird 1.5.0.8 (X11/20061117) MIME-Version: 1.0 To: vd@FreeBSD.org References: <20061213120441.GA56248@qlovarnika.bg.datamax> In-Reply-To: <20061213120441.GA56248@qlovarnika.bg.datamax> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD-gnats-submit@freebsd.org, x11@freebsd.org, portmgr@freebsd.org Subject: Re: [patch] remove x11/XFree86 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, 13 Dec 2006 15:46:12 -0000 Vasil Dimov schreef: >> Submitter-Id: current-users >> Originator: Vasil Dimov >> Organization: N/A >> Confidential: no >> Synopsis: [patch] remove x11/XFree86 >> Severity: non-critical >> Priority: low >> Category: ports >> Class: change-request >> Release: FreeBSD 6.2-PRERELEASE amd64 >> Environment: > >> Description: > > In order to remove x11/XFree86, which is deprecated: > 2006-12-01 x11/XFree86: Obsolete version, use xorg or XFree86-4 instead > the following must be done: > [...list snipped...] > I have attached a patch which removes any traces of xfree86-3 from the > above files. > [...patch itself snipped...] Great patch 8-) While we're at it, maybe the following changes could be made too (ignoring maintainers?) : * emulators/vmware-tools3 : remove INSTALLXSERVER from pkg-plist, remove the PLIST_SUB line in Makefile, and remove line 11 (which talks about XFREE_VERSION == 3) from pkg-descr * emulators/vmware-guestd[4,5] : remove INSTALLXSERVER3 from pkg-plist.tools, clean the PLIST_SUB lines in Makefile, and remove line 11 (which talks about XFREE86_VERSION == 3) from pkg-descr.tools * multimedia/libxine : remove WITH_LIBXV from pkg-plist and from the PLIST_SUB knob * x11/dgs : remove WITH_XORG from pkg-plist and clean the PLIST_SUB lines in Makefile * x11-fonts/webfonts -> remove OLDXF86 from pkg-plist and from the PLIST_SUB variable, and remove lines 16-21 from pkg-message Regards, Rene -- GPG fingerprint = E738 5471 D185 7013 0EE0 4FC8 3C1D 6F83 12E1 84F6 (subkeys.pgp.net) "It won't fit on the line." -- me, 2001 From owner-freebsd-x11@FreeBSD.ORG Wed Dec 13 15:49:35 2006 Return-Path: X-Original-To: x11@FreeBSD.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2AD2416A412; Wed, 13 Dec 2006 15:49:35 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from nat-application.b1.lan.prg.vol.cz (nat-application.b1.lan.prg.vol.cz [195.122.204.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A68B43CC8; Wed, 13 Dec 2006 15:48:02 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from pav.hide.vol.cz (localhost [127.0.0.1]) by nat-application.b1.lan.prg.vol.cz (8.13.8/8.13.8) with ESMTP id kBDFnUQh081108; Wed, 13 Dec 2006 16:49:31 +0100 (CET) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by pav.hide.vol.cz (8.13.8/8.13.8/Submit) id kBDFnUX9080876; Wed, 13 Dec 2006 16:49:30 +0100 (CET) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: pav.hide.vol.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Rene Ladan In-Reply-To: <4580203D.9010601@gmail.com> References: <20061213120441.GA56248@qlovarnika.bg.datamax> <4580203D.9010601@gmail.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Wed, 13 Dec 2006 16:49:30 +0100 Message-Id: <1166024970.40411.35.camel@pav.hide.vol.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.8.2.1 FreeBSD GNOME Team Port Cc: vd@FreeBSD.org, FreeBSD-gnats-submit@FreeBSD.org, x11@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: [patch] remove x11/XFree86 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2006 15:49:35 -0000 > * x11/dgs : remove WITH_XORG from pkg-plist and clean the PLIST_SUB > lines in Makefile Picking randomly one suggestion - you can't do that! We still support XFree86 4.X along with X.org ... -- Pav Lucistnik ... the obese drugged penguin used by Linux. -- Scott Long From owner-freebsd-x11@FreeBSD.ORG Wed Dec 13 16:25:30 2006 Return-Path: X-Original-To: freebsd-x11@hub.freebsd.org Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0105716A40F; Wed, 13 Dec 2006 16:25:30 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1A7243F5B; Wed, 13 Dec 2006 16:18:18 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kBDGIqOB038823; Wed, 13 Dec 2006 16:18:52 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kBDGIqcJ038819; Wed, 13 Dec 2006 16:18:52 GMT (envelope-from linimon) Date: Wed, 13 Dec 2006 16:18:52 GMT From: Mark Linimon Message-Id: <200612131618.kBDGIqcJ038819@freefall.freebsd.org> To: r.c.ladan@gmail.com, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-x11@FreeBSD.org Cc: Subject: Re: ports/106671: Re: [patch] remove x11/XFree86 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, 13 Dec 2006 16:25:30 -0000 Synopsis: Re: [patch] remove x11/XFree86 State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Wed Dec 13 16:18:16 UTC 2006 State-Changed-Why: Misfiled followup to ports/106666; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-x11 Responsible-Changed-By: linimon Responsible-Changed-When: Wed Dec 13 16:18:16 UTC 2006 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=106671 From owner-freebsd-x11@FreeBSD.ORG Wed Dec 13 16:33:52 2006 Return-Path: X-Original-To: freebsd-x11@hub.freebsd.org Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 688AC16A50A; Wed, 13 Dec 2006 16:33:52 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7516643D73; Wed, 13 Dec 2006 16:30:40 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kBDGJXT2039321; Wed, 13 Dec 2006 16:19:33 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kBDGJXUr039317; Wed, 13 Dec 2006 16:19:33 GMT (envelope-from linimon) Date: Wed, 13 Dec 2006 16:19:33 GMT From: Mark Linimon Message-Id: <200612131619.kBDGJXUr039317@freefall.freebsd.org> To: pav@FreeBSD.org, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-x11@FreeBSD.org Cc: Subject: Re: ports/106672: Re: [patch] remove x11/XFree86 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, 13 Dec 2006 16:33:52 -0000 Synopsis: Re: [patch] remove x11/XFree86 State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Wed Dec 13 16:18:59 UTC 2006 State-Changed-Why: Misfiled followup to ports/106666; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-x11 Responsible-Changed-By: linimon Responsible-Changed-When: Wed Dec 13 16:18:59 UTC 2006 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=106672 From owner-freebsd-x11@FreeBSD.ORG Wed Dec 13 18:47:09 2006 Return-Path: X-Original-To: x11@freebsd.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5CEB216A412 for ; Wed, 13 Dec 2006 18:47:09 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E1BC43CF1 for ; Wed, 13 Dec 2006 18:44:59 +0000 (GMT) (envelope-from r.c.ladan@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so234230uge for ; Wed, 13 Dec 2006 10:46:19 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=fNfzk7j+10wV5dn/+koGOmUd+4FIdYuvnHOx3hPtY0VhfhLoOrGny7cMyYNadCkacUS+/R3z9Ci70o4Ds8kSh9bDM/O4aEB6tp7WFT4+VZ5D4g6j+3AsqnBYdvptgA+6a4rdtSP7/cSTUGwlESVEuwFznIfLNEHXj05K7iBCLCM= Received: by 10.67.117.2 with SMTP id u2mr1647854ugm.1166035578567; Wed, 13 Dec 2006 10:46:18 -0800 (PST) Received: from ?192.168.123.106? ( [195.241.221.201]) by mx.google.com with ESMTP id k1sm1259645ugf.2006.12.13.10.46.17; Wed, 13 Dec 2006 10:46:18 -0800 (PST) Message-ID: <45804A77.3060109@gmail.com> Date: Wed, 13 Dec 2006 19:46:15 +0100 From: Rene Ladan User-Agent: Thunderbird 1.5.0.8 (X11/20061117) MIME-Version: 1.0 To: pav@FreeBSD.org References: <20061213120441.GA56248@qlovarnika.bg.datamax> <4580203D.9010601@gmail.com> <1166024970.40411.35.camel@pav.hide.vol.cz> In-Reply-To: <1166024970.40411.35.camel@pav.hide.vol.cz> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: vd@FreeBSD.org, FreeBSD-gnats-submit@FreeBSD.org, x11@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: [patch] remove x11/XFree86 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, 13 Dec 2006 18:47:09 -0000 Pav Lucistnik schreef: >> * x11/dgs : remove WITH_XORG from pkg-plist and clean the PLIST_SUB >> lines in Makefile > > Picking randomly one suggestion - you can't do that! We still support > XFree86 4.X along with X.org ... > Yeah, but that was the result of Vasils patch. If you leave the xfree86-3 case out of the Makefile, you get the above result. Regards, Rene -- GPG fingerprint = E738 5471 D185 7013 0EE0 4FC8 3C1D 6F83 12E1 84F6 (subkeys.pgp.net) "It won't fit on the line." -- me, 2001 From owner-freebsd-x11@FreeBSD.ORG Wed Dec 13 23:53:46 2006 Return-Path: X-Original-To: x11@freebsd.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8B0AD16A49E for ; Wed, 13 Dec 2006 23:53:46 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2686E43F6B for ; Wed, 13 Dec 2006 23:43:38 +0000 (GMT) (envelope-from grafan@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so115251ana for ; Wed, 13 Dec 2006 15:45:09 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=lC6a38yei17Bc1UGI7wchuapUdIf7eKUKdAjoXQ/rCOcsJckDlv7dBzbttc++VP6zbvhOtlRpyBZM5AjVCjD13/WuEcFU7CoWDH3rvo0jQXHT+80uGuFazOGHoCeSFfrIzKDzYXuiIhO6yG0W4/RjCIUeQEPbNgGsw5R/3xMS0k= Received: by 10.100.120.5 with SMTP id s5mr335978anc.1166053508963; Wed, 13 Dec 2006 15:45:08 -0800 (PST) Received: by 10.100.136.16 with HTTP; Wed, 13 Dec 2006 15:45:08 -0800 (PST) Message-ID: <6eb82e0612131545r24f751f7if632610cd849e503@mail.gmail.com> Date: Thu, 14 Dec 2006 07:45:08 +0800 From: "Rong-en Fan" To: x11@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: X.org 7.2 and X -configure 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, 13 Dec 2006 23:53:46 -0000 I tried ``X -configure'' on two laptops. Both console hangs there, the machine is still alive (I can ssh it). Both are running -current with one is i386 ATI and the other is amd64 Intel 945 So, I think this is not my problem only and may not be specific to video card/arch. Anyone has the same experience? Regards, Rong-En Fan From owner-freebsd-x11@FreeBSD.ORG Thu Dec 14 01:09:17 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8E58A16A4B3 for ; Thu, 14 Dec 2006 01:09:17 +0000 (UTC) (envelope-from isaac.waldron@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 180A443C9E for ; Thu, 14 Dec 2006 01:07:41 +0000 (GMT) (envelope-from isaac.waldron@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so318332uge for ; Wed, 13 Dec 2006 17:08:58 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=BxTCjp1ChbAULexGMvqXOEfzBgfTKMW7/2BEUJPSFm+QW/5pDyPhhQ1s2qBVWYXnnGqhRl37d75GW2I10obeDYJz1o3iEpLqXUEVRbQsmSSRlTfGDdBD8PhPm36W/4GEuN3Cw+CNQXyw65gW+ESagFzSqhbQNFXabix6yDxpACc= Received: by 10.82.127.15 with SMTP id z15mr155629buc.1166058537953; Wed, 13 Dec 2006 17:08:57 -0800 (PST) Received: by 10.82.157.1 with HTTP; Wed, 13 Dec 2006 17:08:57 -0800 (PST) Message-ID: <9c16502b0612131708r365b8ccew72e936bc67dada60@mail.gmail.com> Date: Wed, 13 Dec 2006 20:08:57 -0500 From: "Isaac Waldron" To: freebsd-x11@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: 6.2-PRE, AGP X800, and Modular Xorg == No DRI? 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, 14 Dec 2006 01:09:17 -0000 Starting from a fresh install of 6.1-RELEASE on a machine with an ATI Radeon X800 All-in-Wonder, I built a new kernel and then installed modular Xorg based on the instructions at http://wikitest.freebsd.org/ModularXorg. I left out the steps for deleting/uninstalling packages because I didn't have any X distribution installed. As expected, Xorg -configure hung the display (though the machine was still up as I was able to eventually get it rebooted safely), so I used xorgconfigure to create an xorg.conf file. Everything seems to work fine with the exception that direct rendering is disabled. This same machine worked fine with Xorg 6.9 from the regular ports tree, but I was interested in modular Xorg for the possibility of limited 3D acceleration support for newer Radeons. I have since rebuilt world to 6.2-PRERELEASE as of yesterday, and direct rendering is still disabled. dmesg is reporting that agp and drm are detecting my card. Has anyone successfully gotten this combination working with DRI? If so, what tricks did you use? A collection of relevant configuration and other files is available at http://ijw.homeunix.net/~isaac/conf/ Thank you, Isaac From owner-freebsd-x11@FreeBSD.ORG Thu Dec 14 06:19:54 2006 Return-Path: X-Original-To: x11@FreeBSD.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 54C9A16A407; Thu, 14 Dec 2006 06:19:54 +0000 (UTC) (envelope-from vd@datamax.bg) Received: from jengal.datamax.bg (jengal.datamax.bg [82.103.104.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A5C443CA2; Thu, 14 Dec 2006 06:18:20 +0000 (GMT) (envelope-from vd@datamax.bg) Received: from qlovarnika.bg.datamax (qlovarnika.bg.datamax [192.168.10.2]) by jengal.datamax.bg (Postfix) with SMTP id EAE2AB864; Thu, 14 Dec 2006 08:19:52 +0200 (EET) Received: (nullmailer pid 71957 invoked by uid 1002); Thu, 14 Dec 2006 06:19:52 -0000 Date: Thu, 14 Dec 2006 08:19:52 +0200 From: Vasil Dimov To: Rene Ladan Message-ID: <20061214061952.GA71906@qlovarnika.bg.datamax> References: <20061213120441.GA56248@qlovarnika.bg.datamax> <4580203D.9010601@gmail.com> <1166024970.40411.35.camel@pav.hide.vol.cz> <45804A77.3060109@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45804A77.3060109@gmail.com> Cc: pav@FreeBSD.org, x11@FreeBSD.org, bug-followup@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: [patch] remove x11/XFree86 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vd@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, 14 Dec 2006 06:19:54 -0000 On Wed, Dec 13, 2006 at 07:46:15PM +0100, Rene Ladan wrote: > Pav Lucistnik schreef: > >> * x11/dgs : remove WITH_XORG from pkg-plist and clean the PLIST_SUB > >> lines in Makefile > > > > Picking randomly one suggestion - you can't do that! We still support > > XFree86 4.X along with X.org ... > > > Yeah, but that was the result of Vasils patch. If you leave the > xfree86-3 case out of the Makefile, you get the above result. Rene, you are right - all the ports you mentioned can be further simplified. I just wanted to keep it to "minimal set of changes" so it can be easily reviewed. Pav, look at the patch and you will understand what Rene means. Thanks! -- Vasil Dimov gro.DSBeerF@dv % Do not act incautiously when confronting little bald wrinkly smiling men! -- Rule One (Terry Pratchett, Thief of Time) From owner-freebsd-x11@FreeBSD.ORG Thu Dec 14 11:17:32 2006 Return-Path: X-Original-To: freebsd-x11@hub.freebsd.org Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5B81A16A403; Thu, 14 Dec 2006 11:17:32 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5393B43CAC; Thu, 14 Dec 2006 11:15:57 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kBEBHVY2062467; Thu, 14 Dec 2006 11:17:31 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kBEBHVTf062463; Thu, 14 Dec 2006 11:17:31 GMT (envelope-from linimon) Date: Thu, 14 Dec 2006 11:17:31 GMT From: Mark Linimon Message-Id: <200612141117.kBEBHVTf062463@freefall.freebsd.org> To: vd@FreeBSD.org, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-x11@FreeBSD.org Cc: Subject: Re: ports/106702: Re: [patch] remove x11/XFree86 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, 14 Dec 2006 11:17:32 -0000 Synopsis: Re: [patch] remove x11/XFree86 State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Thu Dec 14 11:17:03 UTC 2006 State-Changed-Why: Misfiled followup to ports/106666; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-x11 Responsible-Changed-By: linimon Responsible-Changed-When: Thu Dec 14 11:17:03 UTC 2006 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=106702 From owner-freebsd-x11@FreeBSD.ORG Thu Dec 14 12:14:27 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8C47416A4FE for ; Thu, 14 Dec 2006 12:14:27 +0000 (UTC) (envelope-from hexploder@yahoo.it) Received: from web86809.mail.ukl.yahoo.com (web86809.mail.ukl.yahoo.com [217.12.13.51]) by mx1.FreeBSD.org (Postfix) with SMTP id E2E564418D for ; Thu, 14 Dec 2006 12:01:31 +0000 (GMT) (envelope-from hexploder@yahoo.it) Received: (qmail 80581 invoked by uid 60001); 14 Dec 2006 12:03:05 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.it; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=BvhZE/pB4tsKJzBzwxZx4Kr8Z2yNDQv/mNMff2n7Zo46DhM29Uin6sFORweeB5P7f3hfPTuUy1AxpFWVt01rimP0NtkNonRDT4SPhcj3ql3h10r0BL72WJXbvoAWE95WvKZzxzOIa9r6WJqGEFyctNJE8YNM5qMpyEyxWzOeuxw=; X-YMail-OSG: 2iESlGYVM1k3v9ooLlRGC91eK8CkkKQ.krYRHgEZmQpYkCx7W5cZoDMOl0IxY5qrmxcVREGrV7h4AVYKVpdSlM3FNgCtBmQvc0w1dxp1E4KNS9pa568goZiM0QgCaAFJcmK56yoKaB.sUtbSFz7XcQQH_tKHioZwdYubVjt5EIL2gm3oDaNlFFlkcQ-- Received: from [84.41.210.195] by web86809.mail.ukl.yahoo.com via HTTP; Thu, 14 Dec 2006 13:03:05 CET Date: Thu, 14 Dec 2006 13:03:05 +0100 (CET) From: hexplodr To: freebsd-gnome@freebsd.org, freebsd-x11@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Message-ID: <573522.80537.qm@web86809.mail.ukl.yahoo.com> Cc: Subject: libgnomeui, bad reference from libtool 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, 14 Dec 2006 12:14:27 -0000 Hi! making port x11-toolkits/libgnomeui I get the following error: grep: /usr/X11R6/lib/libgnomecanvas-2.la: No such file or directory sed: /usr/X11R6/lib/libgnomecanvas-2.la: No such file or directory gnome-libtool: link: `/usr/X11R6/lib/libgnomecanvas-2.la' is not a valid libtool archive The expecting library is actually located in: /usr/local/lib/libgnomecanvas-2.la the system is fbsd6.1 and libraries have been updated (included gnome components, as from file UPDATING [20061014]). What am I supposed to do? Create a link in /usr/X11R6/lib? Should the port be updated? Thanks __________________________________________________ Do You Yahoo!? Poco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da tanto spazio gratuito per i tuoi file e i messaggi http://mail.yahoo.it From owner-freebsd-x11@FreeBSD.ORG Thu Dec 14 14:18:23 2006 Return-Path: X-Original-To: freebsd-x11@FreeBSD.org Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B2A1316A4C9 for ; Thu, 14 Dec 2006 14:18:23 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from b.mx.visualtech.com (a.imap.visualtech.com [208.16.19.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AD9A43FD3 for ; Thu, 14 Dec 2006 14:09:36 +0000 (GMT) (envelope-from adamk@voicenet.com) Received: from [10.1.3.8] (firewall.visualtech.com [208.16.19.254]) by b.mx.visualtech.com (Postfix) with ESMTP id A9520483DE for ; Thu, 14 Dec 2006 09:10:45 -0500 (EST) Message-ID: <45815B85.3090606@voicenet.com> Date: Thu, 14 Dec 2006 09:11:17 -0500 From: Adam K Kirchhoff User-Agent: Thunderbird 1.5.0.8 (X11/20061124) MIME-Version: 1.0 To: freebsd-x11@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: linux_dri? 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, 14 Dec 2006 14:18:23 -0000 I'm curious if anyone is working on updating linux_dri or linux_dri-devel? At the moment, the r300 driver from linux_dri-devel doesn't support the disable_lowimpact_fallback dri configuration option, making googleearth unusable. Adam From owner-freebsd-x11@FreeBSD.ORG Thu Dec 14 19:47:29 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 66E5816A563 for ; Thu, 14 Dec 2006 19:47:29 +0000 (UTC) (envelope-from tanis@gaspode.franken.de) Received: from karnickel.franken.de (karnickel.franken.de [193.141.110.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D06743D66 for ; Thu, 14 Dec 2006 19:45:18 +0000 (GMT) (envelope-from tanis@gaspode.franken.de) Received: from [193.141.104.200] (bertha.franken.de [193.141.104.200]) by karnickel.franken.de (8.13.6/8.13.6) with ESMTP id kBEJkYXZ073186; Thu, 14 Dec 2006 20:46:34 +0100 (CET) Message-ID: <4581AA17.3080501@gaspode.franken.de> Date: Thu, 14 Dec 2006 20:46:31 +0100 From: German Tischler User-Agent: Thunderbird 1.5.0.8 (X11/20061127) MIME-Version: 1.0 To: Isaac Waldron References: <9c16502b0612131708r365b8ccew72e936bc67dada60@mail.gmail.com> In-Reply-To: <9c16502b0612131708r365b8ccew72e936bc67dada60@mail.gmail.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org Subject: Re: 6.2-PRE, AGP X800, and Modular Xorg == No DRI? 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, 14 Dec 2006 19:47:29 -0000 Isaac Waldron wrote: > Everything seems to work fine with the exception that direct > rendering is disabled. This same machine worked fine with Xorg 6.9 > from the regular ports tree, but I was interested in modular Xorg for > the possibility of limited 3D acceleration support for newer Radeons. > > I have since rebuilt world to 6.2-PRERELEASE as of yesterday, and > direct rendering is still disabled. dmesg is reporting that agp and > drm are detecting my card. Has anyone successfully gotten this > combination working with DRI? If so, what tricks did you use? Please try to run a program using OpenGL with debug flags, e.g. LIBGL_DEBUG=YES MESA_DEBUG=YES teapot One problem will probably be that the graphics/dri Port assumes that posix_memalign is present in FreeBSD, which is not true for FreeBSD 6, so the r300_dri.so object will fail to load. I have DRI working on a X850 based PCI express card in my FreeBSD 6.2 pre machine, so getting the X800 working should be possible. German From owner-freebsd-x11@FreeBSD.ORG Thu Dec 14 20:53:52 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 52EB716A69C for ; Thu, 14 Dec 2006 20:53:52 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from b.mx.visualtech.com (chons.visualtech.com [208.16.19.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72BAF43CD8 for ; Thu, 14 Dec 2006 20:45:49 +0000 (GMT) (envelope-from adamk@voicenet.com) Received: from [192.168.0.101] (c-68-45-180-45.hsd1.nj.comcast.net [68.45.180.45]) by b.mx.visualtech.com (Postfix) with ESMTP id 85B3648380; Thu, 14 Dec 2006 15:47:04 -0500 (EST) Message-ID: <4581B846.50200@voicenet.com> Date: Thu, 14 Dec 2006 15:47:02 -0500 From: Adam K Kirchhoff User-Agent: Thunderbird 1.5.0.8 (X11/20061205) MIME-Version: 1.0 To: German Tischler References: <9c16502b0612131708r365b8ccew72e936bc67dada60@mail.gmail.com> <4581AA17.3080501@gaspode.franken.de> In-Reply-To: <4581AA17.3080501@gaspode.franken.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org Subject: Re: 6.2-PRE, AGP X800, and Modular Xorg == No DRI? 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, 14 Dec 2006 20:53:52 -0000 German Tischler wrote: > Isaac Waldron wrote: > >> Everything seems to work fine with the exception that direct >> rendering is disabled. This same machine worked fine with Xorg 6.9 >> from the regular ports tree, but I was interested in modular Xorg for >> the possibility of limited 3D acceleration support for newer Radeons. >> >> I have since rebuilt world to 6.2-PRERELEASE as of yesterday, and >> direct rendering is still disabled. dmesg is reporting that agp and >> drm are detecting my card. Has anyone successfully gotten this >> combination working with DRI? If so, what tricks did you use? >> > > Please try to run a program using OpenGL with debug flags, e.g. > > LIBGL_DEBUG=YES MESA_DEBUG=YES teapot > > One problem will probably be that the graphics/dri Port assumes that > posix_memalign is present in FreeBSD, which is not true for FreeBSD 6, > so the r300_dri.so object will fail to load. I have DRI working on a > X850 based PCI express card in my FreeBSD 6.2 pre machine, so getting > the X800 working should be possible. > If you look at his Xorg log file, you'll notice that Direct Rendering is disabled. Running a GL application with this debug flags isn't going to show anything interesting... The problem seems to be that the Xorg log file doesn't actually say why Direct Rendering is disabled. Also, it seems pretty clear to me that not all X*** cards (PCIe, specifically) are working properly, as my screen is pretty well corrupted when I enable DRI on my x800 XL :-) Adam From owner-freebsd-x11@FreeBSD.ORG Thu Dec 14 22:19:51 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A977916A4AB for ; Thu, 14 Dec 2006 22:19:51 +0000 (UTC) (envelope-from sirdice@xs4all.nl) Received: from smtp-vbr7.xs4all.nl (smtp-vbr7.xs4all.nl [194.109.24.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D92243E7B for ; Thu, 14 Dec 2006 22:16:21 +0000 (GMT) (envelope-from sirdice@xs4all.nl) Received: from [192.168.1.30] (sirdice.xs4all.nl [213.84.47.86]) by smtp-vbr7.xs4all.nl (8.13.8/8.13.8) with ESMTP id kBEMHntZ067697 for ; Thu, 14 Dec 2006 23:17:50 +0100 (CET) (envelope-from sirdice@xs4all.nl) Message-ID: <4581CD91.7090800@xs4all.nl> Date: Thu, 14 Dec 2006 23:17:53 +0100 From: SirDice User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner Subject: Not so succesfull install 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, 14 Dec 2006 22:19:51 -0000 Hi all, Spurred on by my recent success upgrading from 6.9 to 7.1-RC2 on my dual athlon recently I decided to do a clean install on my other machine. It's an amd64 but because of a lack of amd64 nvidia drivers it's running freebsd-i386. As said it's a clean install, I installed a minimal 6.2-beta I had lying around, updated src and make world to 6.2-PRERELEASE (RELENG_6). Installed the git portstree, set X11BASE to /usr/local and installed Xorg-7.2-RC3. The entire build went flawless. No problems there.. So I first tried to get it to work with the standard nv driver. I have a VGA crt monitor (H30-100, V50-200) and a Dell 2001 Flatpanel (with VGA and DVI). I tried several CrtcNumber and FlatPanel options but was unable to get anything to work. X -configure hung up my machine, I could ssh into it and reboot but the machine itself was totally unresponsive. Seems a lot of people have had the same problem so I used xorgconfigure to create a basic xorg.conf. I hooked up both (crt on vga and lcd on dvi) because I got tired of crawling underneath my desk switching plugs.. Here's what I managed to get.. CrtcNumber, FlatPanel, CRT, LCD 0, 0, crt:striped pattern, lcd:console 0, 1, both: screen(s) found but none usable 1, 0, crt: striped pattern, lcd:cannot display mode 1, 1, crt: striped blinking pattern, lcd: blank black screen (display indicates 1280x1024), dead slow system.. Everytime i was able to Zap (ctrl-alt-backspace) back to the console, the last one did take a while tho.. I set the maximum resolution to 1280x1024 (both can do 1600x1200 easily) to make sure.. Tried all the options with just the crt and with the lcd on vga and on it's dvi nothing I tried gave me anything, at most all I got was the striped pattern.. So I figured what the heck and tried to install the nvidia-driver.. That failed to install as there's no /usr/local/lib/modules.. I'm not sure if the problems with the nv driver are related to the git tree or to Xorg itself. I'm assuming the nvidia-driver port just needs some tweaking for the X11BASE->LOCALBASE transition. I'll see if I can rebuild everything again with X11BASE set to /usr/X11R6 to check if that changes anything.. Cheers, Remko C. From owner-freebsd-x11@FreeBSD.ORG Thu Dec 14 22:48:24 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AB9BD16A40F for ; Thu, 14 Dec 2006 22:48:24 +0000 (UTC) (envelope-from sirdice@xs4all.nl) Received: from smtp-vbr14.xs4all.nl (smtp-vbr14.xs4all.nl [194.109.24.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ABE943D7B for ; Thu, 14 Dec 2006 22:43:24 +0000 (GMT) (envelope-from sirdice@xs4all.nl) Received: from [192.168.1.30] (sirdice.xs4all.nl [213.84.47.86]) by smtp-vbr14.xs4all.nl (8.13.8/8.13.8) with ESMTP id kBEMipf5066324 for ; Thu, 14 Dec 2006 23:44:51 +0100 (CET) (envelope-from sirdice@xs4all.nl) Message-ID: <4581D3E7.4020704@xs4all.nl> Date: Thu, 14 Dec 2006 23:44:55 +0100 From: SirDice User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner Subject: quick followup: Not so succesfull install 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, 14 Dec 2006 22:48:24 -0000 Silly me, forgot to mention it's a 6600GT nvidia graphicscard and the Monitor section of xorg.conf just has the definitions in there, I let EDID do the math. That used to work fine on 6.9.0 (on both displays and with the nv and nvidia driver). Cheers, Remko C. From owner-freebsd-x11@FreeBSD.ORG Thu Dec 14 23:08:31 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8A4C116A40F for ; Thu, 14 Dec 2006 23:08:31 +0000 (UTC) (envelope-from isaac.waldron@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FB4443F4F for ; Thu, 14 Dec 2006 22:57:19 +0000 (GMT) (envelope-from isaac.waldron@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so930716nfc for ; Thu, 14 Dec 2006 14:58:36 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZLCygDo9f2vHS7g530cWvhGwF5LUzxH/A3uqVpKSNH6KXI9M81+S4YfhDNyC4hblv/ZJIX+V8WeUei1q2gPFDTZprhMirmSzfLGnN6dEzAux/GsDrx12roETmKrsr1/ne/8ETjK7I9vn9bSBmmH/0fYeyDxVxWgRIBqgzBNg1z4= Received: by 10.82.114.3 with SMTP id m3mr10056buc.1166137115816; Thu, 14 Dec 2006 14:58:35 -0800 (PST) Received: by 10.82.157.1 with HTTP; Thu, 14 Dec 2006 14:58:35 -0800 (PST) Message-ID: <9c16502b0612141458o75c27495k4b72bd1f56b21f55@mail.gmail.com> Date: Thu, 14 Dec 2006 17:58:35 -0500 From: "Isaac Waldron" To: freebsd-x11@freebsd.org In-Reply-To: <4581B846.50200@voicenet.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9c16502b0612131708r365b8ccew72e936bc67dada60@mail.gmail.com> <4581AA17.3080501@gaspode.franken.de> <4581B846.50200@voicenet.com> Subject: Re: 6.2-PRE, AGP X800, and Modular Xorg == No DRI? 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, 14 Dec 2006 23:08:31 -0000 I have tried various values for -logverbose and can't get it to give me more information about why exactly direct rendering is disabled. What is the maximum usable value for -logverbose? Isaac On 12/14/06, Adam K Kirchhoff wrote: > German Tischler wrote: > > Isaac Waldron wrote: > > > >> Everything seems to work fine with the exception that direct > >> rendering is disabled. This same machine worked fine with Xorg 6.9 > >> from the regular ports tree, but I was interested in modular Xorg for > >> the possibility of limited 3D acceleration support for newer Radeons. > >> > >> I have since rebuilt world to 6.2-PRERELEASE as of yesterday, and > >> direct rendering is still disabled. dmesg is reporting that agp and > >> drm are detecting my card. Has anyone successfully gotten this > >> combination working with DRI? If so, what tricks did you use? > >> > > > > Please try to run a program using OpenGL with debug flags, e.g. > > > > LIBGL_DEBUG=YES MESA_DEBUG=YES teapot > > > > One problem will probably be that the graphics/dri Port assumes that > > posix_memalign is present in FreeBSD, which is not true for FreeBSD 6, > > so the r300_dri.so object will fail to load. I have DRI working on a > > X850 based PCI express card in my FreeBSD 6.2 pre machine, so getting > > the X800 working should be possible. > > > > If you look at his Xorg log file, you'll notice that Direct Rendering is > disabled. Running a GL application with this debug flags isn't going to > show anything interesting... The problem seems to be that the Xorg log > file doesn't actually say why Direct Rendering is disabled. > > Also, it seems pretty clear to me that not all X*** cards (PCIe, > specifically) are working properly, as my screen is pretty well > corrupted when I enable DRI on my x800 XL :-) > > Adam > > -- Isaac Waldron isaac.waldron@gmail.com home: 781-365-0272 mobile: 1-508-353-3453 From owner-freebsd-x11@FreeBSD.ORG Thu Dec 14 23:31:16 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0729916A4A7; Thu, 14 Dec 2006 23:31:16 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from centrmmtao01.cox.net (centrmmtao01.cox.net [70.168.83.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54D09442C9; Thu, 14 Dec 2006 23:17:25 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by centrmmtao01.cox.net (InterMail vM.6.01.06.03 201-2131-130-104-20060516) with ESMTP id <20061214231902.DVQX27551.centrmmtao01.cox.net@eastrmimpo02.cox.net>; Thu, 14 Dec 2006 18:19:02 -0500 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo02.cox.net with bizsmtp id ynHr1V00K4iy4EG0000000; Thu, 14 Dec 2006 18:17:51 -0500 Date: Thu, 14 Dec 2006 17:20:22 -0600 To: hexplodr From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <573522.80537.qm@web86809.mail.ukl.yahoo.com> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <573522.80537.qm@web86809.mail.ukl.yahoo.com> User-Agent: Opera Mail/9.02 (Linux) Cc: freebsd-x11@freebsd.org, freebsd-gnome@freebsd.org Subject: Re: libgnomeui, bad reference from libtool 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, 14 Dec 2006 23:31:16 -0000 On Thu, 14 Dec 2006 06:03:05 -0600, hexplodr wrote: > Hi! > making port x11-toolkits/libgnomeui I get the > following > error: > > grep: /usr/X11R6/lib/libgnomecanvas-2.la: No such file > or directory > sed: /usr/X11R6/lib/libgnomecanvas-2.la: No such file > or directory > gnome-libtool: link: > `/usr/X11R6/lib/libgnomecanvas-2.la' is not a valid > libtool archive > > The expecting library is actually located in: > /usr/local/lib/libgnomecanvas-2.la > > the system is fbsd6.1 and libraries have been updated > (included gnome components, as from file UPDATING > [20061014]). > > What am I supposed to do? Create a link in > /usr/X11R6/lib? Should the port be updated? Never create symlink. Your answer is in /usr/ports/UPDATING (20061014). Cheers, Mezz > Thanks -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org From owner-freebsd-x11@FreeBSD.ORG Fri Dec 15 01:33:21 2006 Return-Path: X-Original-To: x11@freebsd.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2EFF716A47C; Fri, 15 Dec 2006 01:33:21 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35A5B4403F; Fri, 15 Dec 2006 01:23:57 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 8D0E61A4D93; Thu, 14 Dec 2006 17:25:23 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id D705D5144C; Thu, 14 Dec 2006 20:25:22 -0500 (EST) Date: Thu, 14 Dec 2006 20:25:22 -0500 From: Kris Kennaway To: Vasil Dimov Message-ID: <20061215012522.GA2125@xor.obsecurity.org> References: <20061213120441.GA56248@qlovarnika.bg.datamax> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061213120441.GA56248@qlovarnika.bg.datamax> User-Agent: Mutt/1.4.2.2i Cc: FreeBSD-gnats-submit@freebsd.org, x11@freebsd.org, portmgr@freebsd.org Subject: Re: [patch] remove x11/XFree86 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, 15 Dec 2006 01:33:21 -0000 On Wed, Dec 13, 2006 at 02:04:41PM +0200, Vasil Dimov wrote: > > >Submitter-Id: current-users > >Originator: Vasil Dimov > >Organization: N/A > >Confidential: no > >Synopsis: [patch] remove x11/XFree86 > >Severity: non-critical > >Priority: low > >Category: ports > >Class: change-request > >Release: FreeBSD 6.2-PRERELEASE amd64 > >Environment: > > >Description: > > In order to remove x11/XFree86, which is deprecated: > 2006-12-01 x11/XFree86: Obsolete version, use xorg or XFree86-4 instead > the following must be done: Thanks for working on this. I am not sure when we will have time to run it through the cluster since we're hard at work on things like the new xorg and gcc imports, but we'll try to fit it in ASAP. Kris From owner-freebsd-x11@FreeBSD.ORG Fri Dec 15 10:11:03 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 859A616A4FF for ; Fri, 15 Dec 2006 10:11:02 +0000 (UTC) (envelope-from hexploder@yahoo.it) Received: from smtp003.mail.ukl.yahoo.com (smtp003.mail.ukl.yahoo.com [217.12.11.34]) by mx1.FreeBSD.org (Postfix) with SMTP id 574F643C9F for ; Fri, 15 Dec 2006 10:09:19 +0000 (GMT) (envelope-from hexploder@yahoo.it) Received: (qmail 70858 invoked from network); 15 Dec 2006 10:10:58 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.it; h=Received:X-YMail-OSG:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=2z9DSQcdq802MuvLa1w2dPkeXoFXgRL2++3Lg2HJpV4krOQVOSCgbc9yCLMsk3Qxbc0m3PQ95RCbMNEMFYpvJfmpposZs9MLgnG4WmZkefsodVlZs15+d8cr45onINuujp0/3QpkaN1henERHYB5yW04OhfmeOuA9i/o9JfFaWU= ; Received: from unknown (HELO ?10.10.10.19?) (hexploder@84.41.210.195 with plain) by smtp003.mail.ukl.yahoo.com with SMTP; 15 Dec 2006 10:10:58 -0000 X-YMail-OSG: hnBksgwVM1m1rD_aBVmsutB_eaguru9CB9FTJhE2x20oWZ6NrQS1noYZdN3aHJ9j5wrQr7i0Ld1_Tp7NF6imkTptIWG92Gxzhdk9gT7K4P1LEW3TRbh.nbKryaV1GONspPqCfRu.dIKb6TdgRr5bceEjsrW9vSpfYriVglk.JTkdLN1pKIvwLJ_Zqw-- Message-ID: <4582745A.2090901@yahoo.it> Date: Fri, 15 Dec 2006 11:09:30 +0100 From: Hexploder User-Agent: Thunderbird 1.5.0.8 (X11/20061212) MIME-Version: 1.0 To: Jeremy Messenger References: <573522.80537.qm@web86809.mail.ukl.yahoo.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org, freebsd-gnome@freebsd.org Subject: Re: libgnomeui, bad reference from libtool 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, 15 Dec 2006 10:11:03 -0000 Jeremy Messenger wrote: > On Thu, 14 Dec 2006 06:03:05 -0600, hexplodr wrote: > >> Hi! >> making port x11-toolkits/libgnomeui I get the >> following >> error: >> >> grep: /usr/X11R6/lib/libgnomecanvas-2.la: No such file >> or directory >> sed: /usr/X11R6/lib/libgnomecanvas-2.la: No such file >> or directory >> gnome-libtool: link: >> `/usr/X11R6/lib/libgnomecanvas-2.la' is not a valid >> libtool archive >> >> The expecting library is actually located in: >> /usr/local/lib/libgnomecanvas-2.la >> >> the system is fbsd6.1 and libraries have been updated >> (included gnome components, as from file UPDATING >> [20061014]). >> >> What am I supposed to do? Create a link in >> /usr/X11R6/lib? Should the port be updated? > > Never create symlink. Your answer is in /usr/ports/UPDATING (20061014). > > Cheers, > Mezz > Thanks for your answer, Mezz actually I had already tried (with portmaster) but wasn't enough. I solved the problem looking manually for the bad references: #find / -type f -name "*.la" | \ xargs grep -l /usr/X11R6/lib/libgnomecanvas-2.la then for each line: #pkg_info -W [line] and forcing reinstalling of the resulting packages, with portmaster. Regards Chiacchiera con i tuoi amici in tempo reale! http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com From owner-freebsd-x11@FreeBSD.ORG Fri Dec 15 10:13:49 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7FFA216A412 for ; Fri, 15 Dec 2006 10:13:49 +0000 (UTC) (envelope-from amarat@ksu.ru) Received: from zealot.ksu.ru (zealot.ksu.ru [194.85.245.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA70643CB6 for ; Fri, 15 Dec 2006 10:12:07 +0000 (GMT) (envelope-from amarat@ksu.ru) Received: from [127.0.0.1] (localhost.lnet [127.0.0.1]) by zealot.ksu.ru (8.13.8/8.13.8) with ESMTP id kBFADdvN015412 for ; Fri, 15 Dec 2006 13:13:40 +0300 (MSK) (envelope-from amarat@ksu.ru) Message-ID: <45827553.7020404@ksu.ru> Date: Fri, 15 Dec 2006 13:13:39 +0300 From: "Marat N.Afanasyev" User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8.0.8) Gecko/20061214 SeaMonkey/1.0.6 MIME-Version: 1.0 To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Subject: via unichrome 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, 15 Dec 2006 10:13:49 -0000 is there any chance to have a successful work of via unichrome video under 6.9.0 with working drm/dri? on amd64? -- SY, Marat From owner-freebsd-x11@FreeBSD.ORG Fri Dec 15 10:49:08 2006 Return-Path: X-Original-To: freebsd-x11@hub.freebsd.org Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4607F16A412; Fri, 15 Dec 2006 10:49:08 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3607543C9E; Fri, 15 Dec 2006 10:47:27 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kBFAn7um012863; Fri, 15 Dec 2006 10:49:07 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kBFAn2sh012857; Fri, 15 Dec 2006 10:49:02 GMT (envelope-from linimon) Date: Fri, 15 Dec 2006 10:49:02 GMT From: Mark Linimon Message-Id: <200612151049.kBFAn2sh012857@freefall.freebsd.org> To: kris@obsecurity.org, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-x11@FreeBSD.org Cc: Subject: Re: ports/106748: Re: [patch] remove x11/XFree86 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, 15 Dec 2006 10:49:08 -0000 Synopsis: Re: [patch] remove x11/XFree86 State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Fri Dec 15 10:48:33 UTC 2006 State-Changed-Why: Misfiled followup to ports/106666; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-x11 Responsible-Changed-By: linimon Responsible-Changed-When: Fri Dec 15 10:48:33 UTC 2006 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=106748 From owner-freebsd-x11@FreeBSD.ORG Fri Dec 15 12:00:26 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9735916A5B2 for ; Fri, 15 Dec 2006 12:00:26 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from smtp1-g19.free.fr (smtp1-g19.free.fr [212.27.42.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1DD143CA0 for ; Fri, 15 Dec 2006 11:58:44 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from smtp.xbsd.org (unknown [82.233.2.192]) by smtp1-g19.free.fr (Postfix) with ESMTP id 4A5939B605; Fri, 15 Dec 2006 13:00:25 +0100 (CET) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id A552411976; Fri, 15 Dec 2006 13:00:24 +0100 (CET) X-Virus-Scanned: amavisd-new at xbsd.org Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bzQx+wll93e2; Fri, 15 Dec 2006 13:00:12 +0100 (CET) Received: from [193.95.134.156] (mayday.esat.net [193.95.134.156]) by smtp.xbsd.org (Postfix) with ESMTP id 2170F1197D; Fri, 15 Dec 2006 13:00:12 +0100 (CET) Message-ID: <45828E67.2070307@FreeBSD.org> Date: Fri, 15 Dec 2006 12:00:39 +0000 From: Florent Thoumie User-Agent: Thunderbird 1.5.0.8 (X11/20061121) MIME-Version: 1.0 To: German Tischler References: <9c16502b0612131708r365b8ccew72e936bc67dada60@mail.gmail.com> <4581AA17.3080501@gaspode.franken.de> In-Reply-To: <4581AA17.3080501@gaspode.franken.de> X-Enigmail-Version: 0.94.1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enigCF59EE3D20B54A601360D40F" X-Mailman-Approved-At: Fri, 15 Dec 2006 13:22:28 +0000 Cc: freebsd-x11@freebsd.org Subject: Re: 6.2-PRE, AGP X800, and Modular Xorg == No DRI? 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, 15 Dec 2006 12:00:26 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigCF59EE3D20B54A601360D40F Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable German Tischler wrote: > Isaac Waldron wrote: >> Everything seems to work fine with the exception that direct >> rendering is disabled. This same machine worked fine with Xorg 6.9 >> from the regular ports tree, but I was interested in modular Xorg for >> the possibility of limited 3D acceleration support for newer Radeons. >> >> I have since rebuilt world to 6.2-PRERELEASE as of yesterday, and >> direct rendering is still disabled. dmesg is reporting that agp and >> drm are detecting my card. Has anyone successfully gotten this >> combination working with DRI? If so, what tricks did you use? >=20 > Please try to run a program using OpenGL with debug flags, e.g. >=20 > LIBGL_DEBUG=3DYES MESA_DEBUG=3DYES teapot >=20 > One problem will probably be that the graphics/dri Port assumes that > posix_memalign is present in FreeBSD, which is not true for FreeBSD 6, > so the r300_dri.so object will fail to load. I have DRI working on a > X850 based PCI express card in my FreeBSD 6.2 pre machine, so getting > the X800 working should be possible. I don't know much about ATI support but I'm pretty sure the graphics/dri problem is fixed. I'm sorry you have all sorts of runtime issues at the moment, but I'm focusing on fixing build issues with dependent ports. I'm obviously accepting patches if you have some. Cheers. --=20 Florent Thoumie flz@FreeBSD.org FreeBSD Committer --------------enigCF59EE3D20B54A601360D40F Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFgo5sMxEkbVFH3PQRCuRqAJ9aeK//gLqFS9HLujbZh6PhlioZqACfePJU MJxx2tPAPaBEJ6zOI/JWKro= =+AWC -----END PGP SIGNATURE----- --------------enigCF59EE3D20B54A601360D40F-- From owner-freebsd-x11@FreeBSD.ORG Fri Dec 15 17:01:48 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9D5B216A416 for ; Fri, 15 Dec 2006 17:01:48 +0000 (UTC) (envelope-from sirdice@xs4all.nl) Received: from smtp-vbr16.xs4all.nl (smtp-vbr16.xs4all.nl [194.109.24.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8089D44007 for ; Fri, 15 Dec 2006 16:54:58 +0000 (GMT) (envelope-from sirdice@xs4all.nl) Received: from [192.168.1.30] (sirdice.xs4all.nl [213.84.47.86]) by smtp-vbr16.xs4all.nl (8.13.8/8.13.8) with ESMTP id kBFGuRef002084 for ; Fri, 15 Dec 2006 17:56:27 +0100 (CET) (envelope-from sirdice@xs4all.nl) Message-ID: <4582D3BD.6000600@xs4all.nl> Date: Fri, 15 Dec 2006 17:56:29 +0100 From: SirDice User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner Subject: fixed: Not so succesfull install 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, 15 Dec 2006 17:01:48 -0000 Hi all, I updated the git tree last night, rebuild Xorg with X11BASE set to standard. Still had, as I expected, the same problem with the nv driver. Installed the nvidia-driver and that worked, sort of. HWCursor was either invisible or garbled. SWCursor worked fine. Did some digging around about that and more people seemed to have that problem. The solution was to increase the AGP aperture size. So I increased mine from 128MB to 256MB. Hey, presto, HWCursor works. Switched back to the nv driver and that suddenly worked too. In short, to fix my problems I had to increase the AGP aperture size in the BIOS from 128 to 256. Perhaps a note somewhere would be helpful to others that may run into this. Cheers, Remko C. From owner-freebsd-x11@FreeBSD.ORG Sat Dec 16 15:12:31 2006 Return-Path: X-Original-To: freebsd-x11@FreeBSD.org Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3055B16A40F for ; Sat, 16 Dec 2006 15:12:31 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from b.mx.visualtech.com (a.imap.visualtech.com [208.16.19.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0C1E43CBF for ; Sat, 16 Dec 2006 15:12:23 +0000 (GMT) (envelope-from adamk@voicenet.com) Received: from [192.168.0.101] (c-68-45-180-45.hsd1.nj.comcast.net [68.45.180.45]) by b.mx.visualtech.com (Postfix) with ESMTP id DC3EA48375; Sat, 16 Dec 2006 10:12:19 -0500 (EST) Message-ID: <45840CD3.50007@voicenet.com> Date: Sat, 16 Dec 2006 10:12:19 -0500 From: Adam K Kirchhoff User-Agent: Thunderbird 1.5.0.8 (X11/20061205) MIME-Version: 1.0 To: dri-devel@lists.sourceforge.net, freebsd-x11@FreeBSD.org References: <1165004214.4122.10.camel@sorrow.ashke.com> <1165079670.2034.0.camel@sorrow.ashke.com> <1165239746.4376.310.camel@thor.sulgenrain.local> <1165242369.1243.8.camel@sorrow.ashke.com> <1165243320.4376.334.camel@thor.sulgenrain.local> <1165254544.47336.7.camel@scroll.ashke.com> <1165255291.4376.375.camel@thor.sulgenrain.local> <1165256253.47336.11.camel@scroll.ashke.com> <1165268816.30310.3.camel@scroll.ashke.com> <1165319395.2762.2.camel@memory.visualtech.com> In-Reply-To: <1165319395.2762.2.camel@memory.visualtech.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: DRI on FreeBSD with a PCIe X800 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, 16 Dec 2006 15:12:31 -0000 So I thought I might try and debug this problem further... I was looking at the various options in the radeon man page and came across the BusType option. I had tried both leaving that option out, and setting the option to "PCIE". This morning, I decided to try setting it to "PCI" though, according to the man page, "PCIE" simply falls back to PCI at the present time, so I figured it wouldn't make a difference... Except that it does make a difference. If I set the BusType to "PCI" dmesg shows: info: [drm] Initialized radeon 1.25.0 20060524 info: [drm] Setting GART location based on new memory map error: [drm:pid1311:radeon_do_init_cp] *ERROR* Cannot use PCI Express without GART in FB memory The only thing different that shows up in the Xorg log file is: (WW) RADEON(0): Direct rendering disabled This is after all the usual DRI setup including the opening of the /dev/dri/card0 device. I'm not sure if this is at all related to the problem I'm seeing when I use BusType "PCIE" and get the screen corruption... However, at the very least it shows that BusType "PCIE" does not, in fact, fall back to "PCI" and something is being setup differently. If anyone wants to look at the full Xorg from the "PCI" session, it's available at: http://www.visualtech.com/Xorg.0.log.PCI.txt.gz Dmesg: http://www.visualtech.com/dmesg.txt.gz If anyone has any tips or pointers on debugging either of these problems further, I'm all ears :-) Adam Adam K Kirchhoff wrote: > For anyone interested in following this, I've opened up a problem > report: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=106370 > > Adam > > >> Hello all, >> >> I'm having a problem getting direct rendering working on one of >> my >> workstations. I'm running -CURRENT from November 17th with Xorg >> installed from the modular Xorg ports tree yesterday (though I first >> noticed this a couple weeks back when I built modular Xorg using >> jhbuild): >> >> [ adamk@sorrow - ~ ]: Xorg -version >> >> X Window System Version 7.1.1 >> Release Date: 12 May 2006 >> X Protocol Version 11, Revision 0, Release 7.1.1 >> Build Operating System: FreeBSD 7.0-CURRENT i386 >> Current Operating System: FreeBSD sorrow.ashke.com 7.0-CURRENT >> FreeBSD >> 7.0-CURRENT #7: Tue Nov 14 08:33:41 EST 2006 >> root@sorrow.ashke.com:/usr/obj/usr/src/sys/GENERIC i386 >> Build Date: 28 November 2006 >> Before reporting problems, check http://wiki.x.org >> to make sure that you have the latest version. >> Module Loader present >> >> If I boot up with DRI enabled in the config file, the server starts, >> but >> the very top of the screen shows some visual corruption. >> >> http://www.visualtech.com/screenshot.png >> >> I dropped the resolution of the image from 2304x864 to 1600x800, but >> you >> can still make out the corruption. What's particularly odd, though, >> is >> that the root window is never drawn. The background you see is >> actually >> the background from my previous X session (when I had DRI disabled), >> using windowmaker. This time I launched X and had fvwm2 in >> my .xinitrc >> file (you can see the outline of the fvwm pager in the screenshot, >> though that never finished drawing, either). >> >> After that nothing else gets drawn. I can move the mouse pointer, >> but >> that's about it. I can safely kill X and restart it, but the same >> thing >> happens unless I disable DRI. >> >> In comparison, I have another workstation with an AGP x700. -CURRENT >> from the same date, and modular Xorg from the ports tree from >> yesterday, >> too. It works just fine (start up fine, and the mesa demos run with >> acceleration). >> >> You can find the Xorg log file from the PCIe system at >> http://www.visualtech.com/Xorg.0.log.gz >> >> Any ideas? Thanks! >> >> Adam >> >> > > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > > From owner-freebsd-x11@FreeBSD.ORG Sat Dec 16 16:51:56 2006 Return-Path: X-Original-To: freebsd-x11@FreeBSD.org Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6589B16A40F for ; Sat, 16 Dec 2006 16:51:56 +0000 (UTC) (envelope-from michel@tungstengraphics.com) Received: from admin.zirkelwireless.com (admin.zirkelwireless.com [209.216.203.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10CA143C9D for ; Sat, 16 Dec 2006 16:51:55 +0000 (GMT) (envelope-from michel@tungstengraphics.com) Received: from [192.168.9.3] (84-75-242-45.dclient.hispeed.ch [84.75.242.45]) (authenticated bits=0) by admin.zirkelwireless.com (8.12.10/8.12.10) with ESMTP id kBGGlUih028717; Sat, 16 Dec 2006 09:47:31 -0700 From: Michel =?ISO-8859-1?Q?D=E4nzer?= To: Adam K Kirchhoff In-Reply-To: <45840CD3.50007@voicenet.com> References: <1165004214.4122.10.camel@sorrow.ashke.com> <1165079670.2034.0.camel@sorrow.ashke.com> <1165239746.4376.310.camel@thor.sulgenrain.local> <1165242369.1243.8.camel@sorrow.ashke.com> <1165243320.4376.334.camel@thor.sulgenrain.local> <1165254544.47336.7.camel@scroll.ashke.com> <1165255291.4376.375.camel@thor.sulgenrain.local> <1165256253.47336.11.camel@scroll.ashke.com> <1165268816.30310.3.camel@scroll.ashke.com> <1165319395.2762.2.camel@memory.visualtech.com> <45840CD3.50007@voicenet.com> Content-Type: text/plain; charset=utf-8 Organization: Tungsten Graphics Date: Sat, 16 Dec 2006 17:52:05 +0100 Message-Id: <1166287925.23710.412.camel@thor.sulgenrain.local> Mime-Version: 1.0 X-Mailer: Evolution 2.8.0 Content-Transfer-Encoding: 8bit Cc: freebsd-x11@FreeBSD.org, dri-devel@lists.sourceforge.net Subject: Re: DRI on FreeBSD with a PCIe X800 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, 16 Dec 2006 16:51:56 -0000 On Sat, 2006-12-16 at 10:12 -0500, Adam K Kirchhoff wrote: > > If anyone has any tips or pointers on debugging either of these problems > further, I'm all ears :-) The only problems with Option "BusType" "PCI" vs. a PCIe card are that the documentation about it is outdated and that the driver allows it. It's really not supposed to work. -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer From owner-freebsd-x11@FreeBSD.ORG Sat Dec 16 17:10:57 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 079F416A500 for ; Sat, 16 Dec 2006 17:10:57 +0000 (UTC) (envelope-from isaac.waldron@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 581E143C9F for ; Sat, 16 Dec 2006 17:10:54 +0000 (GMT) (envelope-from isaac.waldron@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so1374842nfc for ; Sat, 16 Dec 2006 09:10:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cy180WvJWbQWSWKf4neOZFV76V1KfnCkWYgccUZjmYbMrm5XVfvBxUfSzaxfXR/mPUDHqIWcw2RDJZk0IjBUy0V4S+n/NhotzUWEbrUggC8FSAwmM54e5mmJR3KAvAKIc5qUCsa6fy+IimL6H7yGgYzjD+dZL+qJgCzzGjd7mDA= Received: by 10.82.167.5 with SMTP id p5mr278616bue.1166289052905; Sat, 16 Dec 2006 09:10:52 -0800 (PST) Received: by 10.82.157.1 with HTTP; Sat, 16 Dec 2006 09:10:52 -0800 (PST) Message-ID: <9c16502b0612160910g5eba0982sbc4c52306e0d1b89@mail.gmail.com> Date: Sat, 16 Dec 2006 12:10:52 -0500 From: "Isaac Waldron" To: freebsd-x11@freebsd.org In-Reply-To: <9c16502b0612141458o75c27495k4b72bd1f56b21f55@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9c16502b0612131708r365b8ccew72e936bc67dada60@mail.gmail.com> <4581AA17.3080501@gaspode.franken.de> <4581B846.50200@voicenet.com> <9c16502b0612141458o75c27495k4b72bd1f56b21f55@mail.gmail.com> Subject: Re: 6.2-PRE, AGP X800, and Modular Xorg == No DRI? 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, 16 Dec 2006 17:10:57 -0000 Upon further debugging, it appears that RADEONDRIGetVersion is failing due to symbol "drmAvailable" not being found. This was silently failing, so I added a call to xf86DrvMsg to make it speak up. Now, drmAvailable appears to be part of the libdrm port, of which I have version 2.3.0 installed. Apparently, Xorg is not loading libdrm.so for some reason? libdrm.so is located in /usr/local/lib, is there something special I need to do to get Xorg to pull this in? Isaac On 12/14/06, Isaac Waldron wrote: > I have tried various values for -logverbose and can't get it to give > me more information about why exactly direct rendering is disabled. > What is the maximum usable value for -logverbose? > > Isaac > > On 12/14/06, Adam K Kirchhoff wrote: > > German Tischler wrote: > > > Isaac Waldron wrote: > > > > > >> Everything seems to work fine with the exception that direct > > >> rendering is disabled. This same machine worked fine with Xorg 6.9 > > >> from the regular ports tree, but I was interested in modular Xorg for > > >> the possibility of limited 3D acceleration support for newer Radeons. > > >> > > >> I have since rebuilt world to 6.2-PRERELEASE as of yesterday, and > > >> direct rendering is still disabled. dmesg is reporting that agp and > > >> drm are detecting my card. Has anyone successfully gotten this > > >> combination working with DRI? If so, what tricks did you use? > > >> > > > > > > Please try to run a program using OpenGL with debug flags, e.g. > > > > > > LIBGL_DEBUG=YES MESA_DEBUG=YES teapot > > > > > > One problem will probably be that the graphics/dri Port assumes that > > > posix_memalign is present in FreeBSD, which is not true for FreeBSD 6, > > > so the r300_dri.so object will fail to load. I have DRI working on a > > > X850 based PCI express card in my FreeBSD 6.2 pre machine, so getting > > > the X800 working should be possible. > > > > > > > If you look at his Xorg log file, you'll notice that Direct Rendering is > > disabled. Running a GL application with this debug flags isn't going to > > show anything interesting... The problem seems to be that the Xorg log > > file doesn't actually say why Direct Rendering is disabled. > > > > Also, it seems pretty clear to me that not all X*** cards (PCIe, > > specifically) are working properly, as my screen is pretty well > > corrupted when I enable DRI on my x800 XL :-) > > > > Adam > > > > > > > -- > Isaac Waldron > isaac.waldron@gmail.com > home: 781-365-0272 > mobile: 1-508-353-3453 > -- Isaac Waldron isaac.waldron@gmail.com home: 781-365-0272 mobile: 1-508-353-3453 From owner-freebsd-x11@FreeBSD.ORG Sat Dec 16 23:02:32 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0940A16A417 for ; Sat, 16 Dec 2006 23:02:32 +0000 (UTC) (envelope-from harrow@yandex.ru) Received: from webmail11.yandex.ru (webmail11.yandex.ru [213.180.200.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EBF443C9D for ; Sat, 16 Dec 2006 23:02:31 +0000 (GMT) (envelope-from harrow@yandex.ru) Received: from YAMAIL (webmail11.yandex.ru) by mail.yandex.ru id ; Sun, 17 Dec 2006 02:02:19 +0300 Received: from [212.44.93.251] ([212.44.93.251]) by mail.yandex.ru with HTTP; Sun, 17 Dec 2006 02:02:19 +0300 (MSK) Date: Sun, 17 Dec 2006 02:02:19 +0300 (MSK) From: "harrow" Sender: harrow@yandex.ru Message-Id: <45847AFB.000003.10947@webmail11.yandex.ru> MIME-Version: 1.0 X-Mailer: Yamail [ http://yandex.ru ] Errors-To: harrow@yandex.ru To: freebsd-x11@freebsd.org X-Source-Ip: 212.44.93.251 X-Originating-Ip: 192.168.110.101, 10.8.1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Trouble while "git clone": any other way vs git? X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: harrow@yandex.ru List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Dec 2006 23:02:32 -0000 hi... I've troubles while making "git clone"... Tried to get it over http (I'm under proxy) for a some times. For some minutes it works good, but then the process hangs and no trafic presents (mostly while "following patch XXX"). It seems the matter of it is in my internet provider specific, but i've no other connection way now. Is there any other way how I can get experimental xorg ports tree, may be cvs or svn or snapshot-tarball? thanks... From owner-freebsd-x11@FreeBSD.ORG Sat Dec 16 23:16:07 2006 Return-Path: X-Original-To: freebsd-x11@FreeBSD.org Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF0C016A47C for ; Sat, 16 Dec 2006 23:16:07 +0000 (UTC) (envelope-from airlied@linux.ie) Received: from calculon.skynet.ie (calculon.skynet.ie [193.1.99.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43B3643CB1 for ; Sat, 16 Dec 2006 23:16:00 +0000 (GMT) (envelope-from airlied@linux.ie) Received: from skynet.skynet.ie (skynet.skynet.ie [193.1.99.74]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by calculon.skynet.ie (Postfix) with ESMTP id 8921CC00D2; Sat, 16 Dec 2006 23:15:58 +0000 (GMT) Date: Sat, 16 Dec 2006 23:15:58 +0000 (GMT) From: Dave Airlie X-X-Sender: airlied@skynet.skynet.ie To: Adam K Kirchhoff In-Reply-To: <45840CD3.50007@voicenet.com> Message-ID: References: <1165004214.4122.10.camel@sorrow.ashke.com> <1165079670.2034.0.camel@sorrow.ashke.com> <1165239746.4376.310.camel@thor.sulgenrain.local> <1165242369.1243.8.camel@sorrow.ashke.com> <1165243320.4376.334.camel@thor.sulgenrain.local> <1165254544.47336.7.camel@scroll.ashke.com> <1165255291.4376.375.camel@thor.sulgenrain.local> <1165256253.47336.11.camel@scroll.ashke.com> <1165268816.30310.3.camel@scroll.ashke.com> <1165319395.2762.2.camel@memory.visualtech.com> <45840CD3.50007@voicenet.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-x11@FreeBSD.org, dri-devel@lists.sourceforge.net Subject: Re: DRI on FreeBSD with a PCIe X800 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, 16 Dec 2006 23:16:07 -0000 > I was looking at the various options in the radeon man page and came > across the BusType option. I had tried both leaving that option out, > and setting the option to "PCIE". This morning, I decided to try > setting it to "PCI" though, according to the man page, "PCIE" simply > falls back to PCI at the present time, so I figured it wouldn't make a > difference... Except that it does make a difference. If I set the > BusType to "PCI" dmesg shows: PCIE never falls back to PCI so the manpage is wrong, this used to be true before I implemented PCIE GART support, the PCIE cards don't have the PCI gart unlike the AGP cards.. Dave.