From owner-freebsd-x11@FreeBSD.ORG Sun Mar 26 05:32: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D08F916A400 for ; Sun, 26 Mar 2006 05:32:57 +0000 (UTC) (envelope-from twopiecebsd@hotmail.com) Received: from hotmail.com (bay12-f24.bay12.hotmail.com [64.4.35.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F22643D58 for ; Sun, 26 Mar 2006 05:32:56 +0000 (GMT) (envelope-from twopiecebsd@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 25 Mar 2006 21:32:55 -0800 Message-ID: Received: from 134.48.21.35 by by12fd.bay12.hotmail.msn.com with HTTP; Sun, 26 Mar 2006 05:32:54 GMT X-Originating-IP: [134.48.21.35] X-Originating-Email: [twopiecebsd@hotmail.com] X-Sender: twopiecebsd@hotmail.com From: "Two Piece" To: freebsd-x11@freebsd.org Date: Sat, 25 Mar 2006 23:32:54 -0600 Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_6175_4cc5_7128" X-OriginalArrivalTime: 26 Mar 2006 05:32:55.0970 (UTC) FILETIME=[BC376020:01C65096] Subject: RE: nVida QUADRO4 400NVS FreeBSD 5.4 & 4 Monitors... 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, 26 Mar 2006 05:32:58 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_6175_4cc5_7128 Content-Type: text/plain; format=flowed Serg, I gave this some thought. First of all, I noticed that there were only two Monitor designations. Second, I noticed that you re-used different screen designations under different device sections. So I tried this: 1) I renamed all of your devices to avoid confusion. For your first card: Device0 and Monitor0 --> Screen0 (First screen) Device1 and Monitor1 --> Screen1 (Second screen) ... and then for your second card: Device2 and Monitor2 --> Screen2 (Third) Device3 and Monitor3 --> Screen3 (Fourth) 2) I added individual sections for Monitor2 and Monitor3, which did not exist before. 3) I disabled Xinerama. If my config works for you, then try enabling Xinerama and see which mode you like better. 4) If you look in your Device sections, you will notice that I gave EVERY device section a special Screen number. Before, you used "Screen 0" and "Screen 1" twice. Now each one has a special number. I do not KNOW if this is the cause if your problem, but it is possible. Just try it. Sorry for the delay. I would like to know whether this works or not. Thanks. - Andrew (TwoPiece) >From: "S. Yakovlev" >Reply-To: >To: "'Two Piece'" , >Subject: RE: nVida QUADRO4 400NVS FreeBSD 5.4 & 4 Monitors... >Date: Thu, 9 Mar 2006 13:01:01 +0600 > >Ok ... This is missing config... >Config below is right... (in attach) > > > -----Original Message----- > > From: owner-freebsd-x11@freebsd.org > > [mailto:owner-freebsd-x11@freebsd.org] On Behalf Of Two Piece > > Sent: Wednesday, March 08, 2006 3:10 AM > > To: freebsd-x11@freebsd.org > > Subject: nVida QUADRO4 400NVS FreeBSD 5.4 & 4 Monitors... > > > > S. Yakovlev: > > Xinerama both of your cards, but I'm not sure if this works.) > >This is not working... > > > > I do not understand why you have linked "Card0" with two BusIDs. Try > > deleting the second BusID reference under Card0, and perhaps > > Card1 can be > > more well-defined. >Ok Your all right.. This is incorrect config... >Below is correctly config. And current log file... >In attachment... >If I unrem - ># Screen 2 "Screen1" RightOf "Screen0 (2nd)" ># Screen 3 "Screen1 (2nd)" RightOf "Screen1" >Comp is rebooted without any logs :( >In this config work only one Screen to two monitors (only device0)... >---------- >Sincerely Serg.. ><< Xorg.0.log >> ><< xorg.conf >> ><< scanpci_v >> _________________________________________________________________ Don’t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/ ------=_NextPart_000_6175_4cc5_7128 Content-Type: text/plain; name="xorg.conf"; format=flowed Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="xorg.conf" # nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 1.0 (buildmeister@builder24.nvidia.com) Wed Dec 14 17:27:16 PST 2005 #### Serg: you can uncomment this if you want to try Xinerama again. #### Xinerama allows you to move windows between displays. #### If you choose to have it disabled, then what you open on one screen #### can ONLY be run from that screen. Choose whatever mode you prefer. ###Section "ServerFlags" ### Option "Xinerama" "1" ###EndSection Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" Screen 1 "Screen1" RightOf "Screen0" Screen 2 "Screen2" RightOf "Screen1" ### These are un-commented. Screen 3 "Screen3" RightOf "Screen3" ### InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/TTF/" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" EndSection Section "Module" Load "dbe" Load "extmod" Load "type1" Load "freetype" Load "glx" EndSection Section "InputDevice" # generated from default Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psm0" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" # generated from default Identifier "Keyboard0" Driver "keyboard" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "Unknown" HorizSync 30.0 - 110.0 VertRefresh 50.0 - 150.0 Option "DPMS" EndSection Section "Monitor" Identifier "Monitor1" VendorName "Unknown" ModelName "Unknown" HorizSync 30.0 - 110.0 VertRefresh 50.0 - 150.0 Option "DPMS" EndSection Section "Monitor" Identifier "Monitor2" VendorName "Unknown" ModelName "Unknown" HorizSync 30.0 - 110.0 VertRefresh 50.0 - 150.0 Option "DPMS" EndSection Section "Monitor" Identifier "Monitor3" VendorName "Unknown" ModelName "Unknown" HorizSync 30.0 - 110.0 VertRefresh 50.0 - 150.0 Option "DPMS" EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "Quadro NVS" BusID "PCI:3:0:0" Screen 0 ############### Note that every device is designated a screen number. ### Try giving each one a special one. # Option "TwinView" # Option "TwinViewOrientation" "RightOf" # Option "MetaModes" "1280x1024,1280x1024" EndSection Section "Device" Identifier "Device1" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "Quadro NVS" BusID "PCI:3:0:0" Screen 1 # Option "TwinView" # Option "TwinViewOrientation" "RightOf" # Option "MetaModes" "1280x1024,1280x1024" EndSection Section "Device" Identifier "Device2" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "Quadro NVS" BusID "PCI:3:4:0" #### Screen 0 ### You used "0" twice, this could possibly be the problem. #### Serg: use this instead: Screen 2 # Option "TwinView" # Option "TwinViewOrientation" "RightOf" # Option "MetaModes" "1280x1024,1280x1024" EndSection Section "Device" Identifier "Device3" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "Quadro NVS" BusID "PCI:3:4:0" Screen 3 # Option "TwinView" # Option "TwinViewOrientation" "RightOf" # Option "MetaModes" "1280x1024,1280x1024" EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Device1" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection EndSection Section "Screen" Identifier "Screen2" Device "Device2" Monitor "Monitor1" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection EndSection Section "Screen" Identifier "Screen3" Device "Device3" Monitor "Monitor1" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection EndSection ------=_NextPart_000_6175_4cc5_7128-- From owner-freebsd-x11@FreeBSD.ORG Mon Mar 27 11:03:19 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DDE816A420 for ; Mon, 27 Mar 2006 11:03:19 +0000 (UTC) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 216D843D48 for ; Mon, 27 Mar 2006 11:03:19 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2RB3Iei062469 for ; Mon, 27 Mar 2006 11:03:18 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2RB3FuZ062462 for freebsd-x11@freebsd.org; Mon, 27 Mar 2006 11:03:15 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 27 Mar 2006 11:03:15 GMT Message-Id: <200603271103.k2RB3FuZ062462@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter 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, 27 Mar 2006 11:03:19 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2005/10/28] ports/88115 x11 ivview (installed by inventor port) end i s [2005/11/15] ports/89074 x11 Segmentation Violation during "make insta o [2006/01/20] ports/92071 x11 Problem with Xorg and SIS630/730 integrat o [2006/01/22] ports/92137 x11 x11-server/xorg-{server,nestserver,prints a [2006/01/22] ports/92169 x11 Xorg 6.9, Matrox mga, dri broken (MGAGetB o [2006/02/01] ports/92672 x11 X.org 6.9.0 brak down sync mga_hal dirver o [2006/02/09] ports/93071 x11 x11-servers/xorg-server: Resume fails on o [2006/02/24] ports/93777 x11 Starting xorg-server requires reloading s 8 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- s [2004/11/09] ports/73743 x11 XOrg/XFree xauth add/startx problem s [2005/08/19] ports/85132 x11 XOrg 6.8.2 won't start on Toshiba Satelli s [2005/10/16] ports/87528 x11 Missing koi8-r encoding for xorg-fonts-en f [2005/11/21] ports/89349 x11 math/gnuplot: BadAtom (invalid Atom param s [2005/12/02] ports/89865 x11 [patch] x11-servers/xorg-server-snap cras o [2006/02/21] ports/93667 x11 x11/xorg-libraries: undefined symbol in l o [2006/03/07] ports/94167 x11 [patch] x11/xorg-clients: install xdm/Xst o [2006/03/11] ports/94331 x11 x11/xorg: advocating for DRI support for 8 problems total. From owner-freebsd-x11@FreeBSD.ORG Mon Mar 27 18:08:16 2006 Return-Path: X-Original-To: x11@freebsd.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28B6916A423; Mon, 27 Mar 2006 18:08:16 +0000 (UTC) (envelope-from mi@aldan.algebra.com) Received: from zig.murex.com (mail.murex.com [194.98.239.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06B6443D5A; Mon, 27 Mar 2006 18:08:09 +0000 (GMT) (envelope-from mi@aldan.algebra.com) Received: from interscan.fr.murex.com (interscan.fr.murex.com [172.21.17.207] (may be forged)) by zig.murex.com with ESMTP id k2RIA7Tg013076; Mon, 27 Mar 2006 20:10:08 +0200 (CEST) Received: from mxmail.murex.com (interscan.murex.fr [127.0.0.1]) by interscan.fr.murex.com (8.11.6/8.11.6) with ESMTP id k2RIdCZ22332; Mon, 27 Mar 2006 20:39:12 +0200 Received: from misha ([172.21.130.253]) by mxmail.murex.com with Microsoft SMTPSVC(6.0.3790.0); Mon, 27 Mar 2006 20:07:36 +0200 From: "Mikhail T." To: anholt@freebsd.org, jhb@freebsd.org, njl@freebsd.org, x11@freebsd.org Date: Mon, 27 Mar 2006 18:07:34 +0000 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200603271807.35892@Misha> X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7whJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2006 18:08:16 -0000 Hello! I am having a very difficult time with the radeon cards. The symptomps are very similar to those in http://docs.freebsd.org/cgi/getmsg.cgi?fetch=494764+0+archive/2005/freebsd-acpi/20050227.freebsd-acpi from a year ago. Is the phk-created problem mentioned there resolved? My Xorg's output looks like: (EE) RADEON(0): RADEONCPGetBuffer: CP reset -1007 (EE) RADEON(0): RADEONCPGetBuffer: CP start -1007 (EE) RADEON(0): RADEONCPGetBuffer: CP GetBuffer -1007 (EE) RADEON(0): GetBuffer timed out, resetting engine... (EE) RADEON(0): RADEONCPGetBuffer: CP reset -1007 (EE) RADEON(0): RADEONCPGetBuffer: CP start -1007 (EE) RADEON(0): RADEONCPGetBuffer: CP GetBuffer -1007 (EE) RADEON(0): GetBuffer timed out, resetting engine... [...] until the machine hangs. The three cards are as follows: Preloaded elf module "/boot/kernel/drm.ko" at 0xc088325c. drm0: port 0xc800-0xc8ff mem 0xc8000000-0xcfffffff,0xff7f0000-0xff7fffff irq 11 at device 0.0 on pci1 info: [drm] AGP at 0xf8000000 64MB info: [drm] Initialized radeon 1.19.0 20050911 drm1: port 0xd400-0xd4ff mem 0xe8000000-0xefffffff,0xff9e0000-0xff9effff irq 11 at device 10.0 on pci2 info: [drm] Initialized radeon 1.19.0 20050911 drm2: port 0xde00-0xdeff mem 0xe0000000-0xe7ffffff,0xff970000-0xff97ffff irq 10 at device 12.0 on pci2 info: [drm] Initialized radeon 1.19.0 20050911 Thanks! Yours, -mi From owner-freebsd-x11@FreeBSD.ORG Mon Mar 27 20:58:50 2006 Return-Path: X-Original-To: x11@freebsd.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9EC316A426; Mon, 27 Mar 2006 20:58:50 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BFF543D5A; Mon, 27 Mar 2006 20:58:50 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost (john@localhost [127.0.0.1]) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k2RKwTSw063726; Mon, 27 Mar 2006 15:58:29 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: "Mikhail T." Date: Mon, 27 Mar 2006 15:41:23 -0500 User-Agent: KMail/1.9.1 References: <200603271807.35892@Misha> In-Reply-To: <200603271807.35892@Misha> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603271541.26734.jhb@freebsd.org> X-Virus-Scanned: ClamAV 0.87.1/1358/Mon Mar 27 11:12:27 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-3.8 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: anholt@freebsd.org, njl@freebsd.org, x11@freebsd.org Subject: Re: Troubles with RADEON 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, 27 Mar 2006 20:58:50 -0000 On Monday 27 March 2006 13:07, Mikhail T. wrote: > Hello! > > I am having a very difficult time with the radeon cards. The symptomps > are very similar to those in > > > http://docs.freebsd.org/cgi/getmsg.cgi?fetch=494764+0+archive/2005/freebsd-acpi/20050227.freebsd-acpi > > from a year ago. > > Is the phk-created problem mentioned there resolved? My Xorg's output > looks like: > > (EE) RADEON(0): RADEONCPGetBuffer: CP reset -1007 > (EE) RADEON(0): RADEONCPGetBuffer: CP start -1007 > (EE) RADEON(0): RADEONCPGetBuffer: CP GetBuffer -1007 > (EE) RADEON(0): GetBuffer timed out, resetting engine... > (EE) RADEON(0): RADEONCPGetBuffer: CP reset -1007 > (EE) RADEON(0): RADEONCPGetBuffer: CP start -1007 > (EE) RADEON(0): RADEONCPGetBuffer: CP GetBuffer -1007 > (EE) RADEON(0): GetBuffer timed out, resetting engine... > [...] > > until the machine hangs. > > The three cards are as follows: > > Preloaded elf module "/boot/kernel/drm.ko" at 0xc088325c. > drm0: port 0xc800-0xc8ff mem > 0xc8000000-0xcfffffff,0xff7f0000-0xff7fffff irq 11 at device 0.0 on pci1 > info: [drm] AGP at 0xf8000000 64MB > info: [drm] Initialized radeon 1.19.0 20050911 > drm1: port 0xd400-0xd4ff mem > 0xe8000000-0xefffffff,0xff9e0000-0xff9effff irq 11 at device 10.0 on pci2 > info: [drm] Initialized radeon 1.19.0 20050911 > drm2: port 0xde00-0xdeff mem > 0xe0000000-0xe7ffffff,0xff970000-0xff97ffff irq 10 at device 12.0 on pci2 > info: [drm] Initialized radeon 1.19.0 20050911 > > Thanks! Yours, > > -mi Yes, that problem was resolved quite a while ago. I don't know of anyone who has multiple radeon cards in a single machine however. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-freebsd-x11@FreeBSD.ORG Tue Mar 28 00:21:51 2006 Return-Path: X-Original-To: x11@freebsd.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6216416A42B; Tue, 28 Mar 2006 00:21:51 +0000 (UTC) (envelope-from mi+mx@aldan.algebra.com) Received: from zig.murex.com (mail.murex.com [194.98.239.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DE9A43D4C; Tue, 28 Mar 2006 00:21:50 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from interscan.fr.murex.com (interscan.fr.murex.com [172.21.17.207] (may be forged)) by zig.murex.com with ESMTP id k2S0NnTg024050; Tue, 28 Mar 2006 02:23:49 +0200 (CEST) Received: from mxmail.murex.com (interscan.murex.fr [127.0.0.1]) by interscan.fr.murex.com (8.11.6/8.11.6) with ESMTP id k2S0quH17482; Tue, 28 Mar 2006 02:52:56 +0200 Received: from mteterin.us.murex.com ([172.21.130.86]) by mxmail.murex.com with Microsoft SMTPSVC(6.0.3790.0); Tue, 28 Mar 2006 02:21:17 +0200 From: Mikhail Teterin Organization: Virtual Estates, Inc. To: John Baldwin Date: Mon, 27 Mar 2006 19:21:16 -0500 User-Agent: KMail/1.9.1 References: <200603271807.35892@Misha> <200603271541.26734.jhb@freebsd.org> In-Reply-To: <200603271541.26734.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-u" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200603271921.16930.mi+mx@aldan.algebra.com> X-OriginalArrivalTime: 28 Mar 2006 00:21:18.0161 (UTC) FILETIME=[8847A410:01C651FD] Cc: anholt@freebsd.org, njl@freebsd.org, x11@freebsd.org Subject: Re: Troubles with RADEON 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: Tue, 28 Mar 2006 00:21:51 -0000 ÐÏÎÅĦÌÏË 27 ÂÅÒÅÚÅÎØ 2006 15:41, John Baldwin ÎÁÐÉÓÁ×: > Yes, that problem was resolved quite a while ago. šI don't know of anyone > who has multiple radeon cards in a single machine however. The setup works Ok with drm disabled in the xorg.conf. Enabling it results in major problems :-( -mi From owner-freebsd-x11@FreeBSD.ORG Tue Mar 28 19:14: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1E5C16A400 for ; Tue, 28 Mar 2006 19:14:42 +0000 (UTC) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id B610E43D5E for ; Tue, 28 Mar 2006 19:14:40 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mail.ijs.si [193.2.4.66]) by mail.ijs.si (Postfix) with ESMTP id 82B8517B85C; Tue, 28 Mar 2006 21:14:38 +0200 (CEST) X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([193.2.4.66]) by localhost (patsy.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lotUBHnTXCRU; Tue, 28 Mar 2006 21:14:36 +0200 (CEST) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) by mail.ijs.si (Postfix) with ESMTP id 81C9417B82E; Tue, 28 Mar 2006 21:14:35 +0200 (CEST) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (Postfix) with ESMTP id 6CFC017033; Tue, 28 Mar 2006 21:14:35 +0200 (CEST) From: Dejan Lesjak To: freebsd-x11@freebsd.org Date: Tue, 28 Mar 2006 21:14:33 +0200 User-Agent: KMail/1.9.1 References: <20060325203617.GA63955@xor.obsecurity.org> <17445.43892.82844.247790@gromit.timing.com> In-Reply-To: <17445.43892.82844.247790@gromit.timing.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603282114.34578.dejan.lesjak@ijs.si> Cc: Kris Kennaway Subject: Re: UPDATING nit 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, 28 Mar 2006 19:14:42 -0000 On Saturday 25 March 2006 21:43, John E Hein wrote: > Kris Kennaway wrote at 15:36 -0500 on Mar 25, 2006: > > btw; there is a bug in /usr/ports/UPGRADING > > it says to replace XFree86-fonts-defaultBitmaps with > > xorg-fonts-type1. it should be xorg-fonts-miscbitmaps > > if you follow the instructions, you end up without the basic > > 9x15 or "fixed" font etc. I didn't install the metaport at > > the end, so I found this the hard way > > > > Can you confirm? > > Yes. xorg-fonts-miscbitmaps is the [more or less] xorg equivalent to > XFree86-fonts-defaultBitmaps. Fixed. Thanks! Dejan From owner-freebsd-x11@FreeBSD.ORG Tue Mar 28 19:52:06 2006 Return-Path: X-Original-To: x11@FreeBSD.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29D7516A9C7 for ; Tue, 28 Mar 2006 19:52:06 +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 F0FE743FA5 for ; Tue, 28 Mar 2006 19:20:25 +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 B19741A4DB6 for ; Tue, 28 Mar 2006 11:20:25 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 2E3A3511D8; Tue, 28 Mar 2006 14:20:25 -0500 (EST) Date: Tue, 28 Mar 2006 14:20:25 -0500 From: Kris Kennaway To: x11@FreeBSD.org Message-ID: <20060328192024.GA10062@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="u3/rZRmxL6MmkK24" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: Subject: [ports-i386@FreeBSD.org: kdeartwork-xscreensaver-kde-3.5.1 pkg-plist errors on i386 4] 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, 28 Mar 2006 19:52:07 -0000 --u3/rZRmxL6MmkK24 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Looks like one of the XFree86 ports needs font hackwork too Kris ----- Forwarded message from User Ports-i386 ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org X-Original-To: kris@FreeBSD.org Delivered-To: kris@FreeBSD.org Date: Mon, 20 Mar 2006 12:44:46 GMT From: User Ports-i386 To: freebsd+buildfail@lovett.com, kris@FreeBSD.org Subject: kdeartwork-xscreensaver-kde-3.5.1 pkg-plist errors on i386 4 X-UIDL: `;$!!~`L"!"ig"!*Vh!! X-Bogosity: Ham, tests=3Dbogofilter, spamicity=3D0.000000, version=3D1.0.2 building kdeartwork-xscreensaver-kde-3.5.1 on gohan29.freebsd.org in directory /x/tmp/4/chroot/78547 maintained by: kde@FreeBSD.org port directory: /usr/ports/x11/xscreensaver-kde For the full build log, see http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/a.4.2005092302/kdea= rtwork-xscreensaver-kde-3.5.1.log Deleting xscreensaver-4.24 Deleting libtool-1.5.22_2 Deleting kdelibs-3.5.1_1 Deleting gmake-3.80_2 Deleting OpenEXR-1.2.2_1 Deleting XFree86-clients-4.5.0_2 pkg_delete: unable to completely remove directory '/usr/X11R6/lib/X11/fonts= /util' pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) Deleting arts-1.5.1_1,1 Deleting aspell-0.60.4_3 Deleting gamin-0.1.7_2 Deleting gle-3.0.3_2 Deleting jasper-1.701.0_1 Deleting kdehier-1.0_8 Deleting libart_lgpl2-2.3.17_1 Deleting libglade2-2.5.1_4 Deleting libidn-0.6.3 Deleting libxslt-1.1.15_1 Deleting lua-5.0.2_1 Deleting mDNSResponder-107.1_2 Deleting pcre-6.6_1 Deleting xterm-210 Deleting xmlcatmgr-2.2 + Removing /usr/local/share/sgml/catalog. It is empty. + Removing /usr/local/share/sgml/catalog.ports. It is empty. + Removing /usr/local/share/xml/catalog. It is empty. Deleting qt-3.3.5 Deleting python-2.4.2 Deleting libvorbis-1.1.2,3 Deleting libmad-0.15.1b_2 Deleting libglut-6.4.1 Deleting libaudiofile-0.2.6 Deleting jackit-0.100.0_2 Deleting gtk-2.8.16 Deleting atk-1.10.3_1 Deleting cups-base-1.1.23.0_8 Deleting hicolor-icon-theme-0.5 Deleting libgnugetopt-1.2 Deleting libmng-1.0.9 Deleting libsndfile-1.0.14_1 Deleting nas-1.7b Deleting pango-1.10.4 Deleting portaudio-18.1_2 Deleting shared-mime-info-0.17_1 Deleting tiff-3.8.1 Deleting rc_subr-1.31_1 Deleting libxml2-2.6.23_1 Deleting libXft-2.1.7_1 Deleting lcms-1.14_1,1 Deleting gnutls-1.2.10_1 Deleting glib-2.8.6_1 Deleting flac-1.1.2_1 Deleting cairo-1.0.4 Deleting XFree86-fontScalable-4.5.0_1 fc-cache: "/usr/X11R6/lib/X11/fonts/CID": caching, 0 fonts, 0 dirs fc-cache: succeeded fc-cache: "/usr/X11R6/lib/X11/fonts/Speedo": caching, 0 fonts, 0 dirs fc-cache: succeeded fc-cache: "/usr/X11R6/lib/X11/fonts/TTF": caching, 0 fonts, 0 dirs fc-cache: succeeded fc-cache: "/usr/X11R6/lib/X11/fonts/Type1": caching, 0 fonts, 0 dirs fc-cache: succeeded Deleting XFree86-fontEncodings-4.5.0_1 fc-cache: "/usr/X11R6/lib/X11/fonts/encodings/large": caching, 0 fonts, 0 d= irs fc-cache: succeeded fc-cache: "/usr/X11R6/lib/X11/fonts/encodings": caching, 0 fonts, 0 dirs fc-cache: succeeded Deleting bitstream-vera-1.10_2 Deleting jpeg-6b_4 Deleting libgcrypt-1.2.2 Deleting libogg-1.1.3,3 Deleting png-1.2.8_3 Deleting libgpg-error-1.1 Deleting XFree86-libraries-4.5.0 Deleting fontconfig-2.3.2_3,1 Deleting gettext-0.14.5_2 Deleting libiconv-1.9.2_2 Deleting freetype2-2.1.10_3 Deleting expat-2.0.0_1 Deleting pkgconfig-0.20 =3D=3D=3D Checking filesystem state after all packages deleted =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D list of extra files and directories in / (not present on clean system but p= resent after everything was deinstalled) 1110178 4 drwxr-xr-x 2 root wheel 512 Mar= 20 12:44 usr/X11R6/lib/X11/fonts/util =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D build of /usr/ports/x11/xscreensaver-kde ended at Mon Mar 20 12:44:39 GMT 2= 006 ----- End forwarded message ----- --u3/rZRmxL6MmkK24 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEKYx4Wry0BWjoQKURAgUyAJ9NVQL4zWOlz1/Hue0J9A8n/sJmuwCcCTj2 QNz6DAL3vnQorz7hLXgfE9s= =kJIW -----END PGP SIGNATURE----- --u3/rZRmxL6MmkK24-- From owner-freebsd-x11@FreeBSD.ORG Tue Mar 28 21:30:34 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A72E816A425 for ; Tue, 28 Mar 2006 21:30:34 +0000 (UTC) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mailman.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5548543D7E for ; Tue, 28 Mar 2006 21:30:24 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mail.ijs.si [193.2.4.66]) by mail.ijs.si (Postfix) with ESMTP id E11F417B93F; Tue, 28 Mar 2006 23:30:23 +0200 (CEST) X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([193.2.4.66]) by localhost (patsy.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6MgpQlCJpsvC; Tue, 28 Mar 2006 23:30:21 +0200 (CEST) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) by mail.ijs.si (Postfix) with ESMTP id A64DC17B896; Tue, 28 Mar 2006 23:30:21 +0200 (CEST) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (Postfix) with ESMTP id 3C42C1703A; Tue, 28 Mar 2006 23:30:21 +0200 (CEST) From: Dejan Lesjak To: freebsd-x11@freebsd.org Date: Tue, 28 Mar 2006 23:30:16 +0200 User-Agent: KMail/1.9.1 References: <20060328192024.GA10062@xor.obsecurity.org> In-Reply-To: <20060328192024.GA10062@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603282330.18533.dejan.lesjak@ijs.si> Cc: Kris Kennaway Subject: Re: [ports-i386@FreeBSD.org: kdeartwork-xscreensaver-kde-3.5.1 pkg-plist errors on i386 4] 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, 28 Mar 2006 21:30:34 -0000 On Tuesday 28 March 2006 21:20, Kris Kennaway wrote: > Looks like one of the XFree86 ports needs font hackwork too > > Kris Yes, -clients. I'm testing fix. Dejan From owner-freebsd-x11@FreeBSD.ORG Tue Mar 28 22:48:08 2006 Return-Path: X-Original-To: x11@freebsd.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6F3C16A41F for ; Tue, 28 Mar 2006 22:48:08 +0000 (UTC) (envelope-from sailorfred@yahoo.com) Received: from web31808.mail.mud.yahoo.com (web31808.mail.mud.yahoo.com [68.142.207.71]) by mx1.FreeBSD.org (Postfix) with SMTP id 6F02343D45 for ; Tue, 28 Mar 2006 22:48:08 +0000 (GMT) (envelope-from sailorfred@yahoo.com) Received: (qmail 18117 invoked by uid 60001); 28 Mar 2006 22:48:07 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=yETYyChc+RBk4tHqeiSNs1sacE7P8t1yA1+tF8jNSlmj3cJ2QnyjiUd5VeE+B76aPaeBHZeZqdD0l6zA2XNRYOskPb54dX73n7SRVXovZL/6N1Ohjex+/vRjrMwSGICqLB3q+a35XvdWkknf9IBh+UsHjqyH6BXpysPJwRZkZZw= ; Message-ID: <20060328224807.18115.qmail@web31808.mail.mud.yahoo.com> Received: from [64.18.7.193] by web31808.mail.mud.yahoo.com via HTTP; Tue, 28 Mar 2006 14:48:07 PST Date: Tue, 28 Mar 2006 14:48:07 -0800 (PST) From: Fred Cox To: x11@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Xorg 6.9 completely locks up FreeBSD 6.0 - Known problem? 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, 28 Mar 2006 22:48:09 -0000 I've been using FreeBSD 6.0 on a dual core 64 bit P4 for a couple of months. After a ports upgrade last week, strange effects started happening with X. Some images being displayed by KDE, Firefox, and Thunderbird did not display properly. Refresh of overlapped windows worked for a few minutes, but then started failing. Within a few seconds of that, the machine locked up completely. Existing ssh sessions were dropped, CTRL-ALT-F? no longer worked. CTRL-ALT-DEL and CTRL-ALT-BACKSPACE had no effect. Even pushing the power button did not do anything. The screen was still displayed, but the pointer stopped moving as well. Pulling the power plug was the only effective method. The machine will run for an indefinite period if X is not started. Updating the kernel, the world, and the ports did not solve the problem. Reinstalling 6.0-RELEASE does solve the problem. Upgrading Xorg causes the problem to reappear. The machine is a Dell XPS 400 dual core with ATI Radeon X300 graphics using: vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Disabling XMP in the kernel did not help. Should I file a problem report, or is this being worked on? I can give network access to the machine, if someone needs to look at it. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-x11@FreeBSD.ORG Wed Mar 29 22:03: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60C3216A525 for ; Wed, 29 Mar 2006 22:03:07 +0000 (UTC) (envelope-from padma@friko6.onet.pl) Received: from aqua-pacific.com (22.Red-83-32-214.dynamicIP.rima-tde.net [83.32.214.22]) by mx1.FreeBSD.org (Postfix) with SMTP id AF0EF43D53 for ; Wed, 29 Mar 2006 22:03:00 +0000 (GMT) (envelope-from padma@friko6.onet.pl) Message-ID: <000001c6537c$6e002070$0188a8c0@rmh44> From: "Padma Bourque" To: freebsd-x11@freebsd.org Date: Wed, 29 Mar 2006 17:02:11 -0500 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: news good X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Padma Bourque List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2006 22:03:07 -0000 De P ar Home Ow C ner ,=20 =20 Your credi R t doesn't matter to us ! If you OW O N real e m st F at H e and want IMME G DIAT H E ca E sh to s m pend ANY way you like, or simply wish=20 to L 2 OWER your monthly p S ayments by a third or more, here are the de r als=20 we have T Z ODA m Y :=20 =20 $48 p 8,000.00 at a 3. a 67% fi h xed-rat Z e=20 $37 r 2,000.00 at a 3.9 u 0% vari a able-rat 1 e=20 $49 t 2,000.00 at a 3.2 2 1% i R ntere h st-only=20 $2 M 48,000.00 at a 3.3 B 6% f a ixed-ra l te=20 $1 E 98,000.00 at a 3. e 55% varia u ble-rat a e=20 =20 Hurr 7 y, when these d Z eaIs are gone, they are gone ! =20 Don't worry about ap e proval, your c h redit will not disqual C ify you !=20 =20 Visi k t our sit L e =20 =20 Sincerely, Padma Bourque =20 App d roval Manager From owner-freebsd-x11@FreeBSD.ORG Fri Mar 31 05:10: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5177416A423 for ; Fri, 31 Mar 2006 05:10:56 +0000 (UTC) (envelope-from ashok.shrestha@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6E3A43D46 for ; Fri, 31 Mar 2006 05:10:55 +0000 (GMT) (envelope-from ashok.shrestha@gmail.com) Received: by nproxy.gmail.com with SMTP id m18so153537nfc for ; Thu, 30 Mar 2006 21:10:54 -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=X9I8LP54K+99vXYa6C005UKhr/dVy3shjW5oV5G3gQs2qcgxEuMPyOp79db+DYk+FJr36AxcZre3SX39ismDuQsgHxuaMk5oOEfT86ZvWcsBU4pQ+MPldCxRQ6CcFNJYYjbql5zMLVXyws2FFB2iUZmMr4F86weckNji0I6KhUM= Received: by 10.49.36.9 with SMTP id o9mr136038nfj; Wed, 29 Mar 2006 22:24:07 -0800 (PST) Received: by 10.49.20.3 with HTTP; Wed, 29 Mar 2006 22:24:07 -0800 (PST) Message-ID: <79e2026f0603292224s6bba7f1fwaeb8fadf2842398f@mail.gmail.com> Date: Thu, 30 Mar 2006 01:24:07 -0500 From: "Ashok Shrestha" To: freebsd-x11@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Package repository at rabarber.fruitsalad.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2006 05:10:56 -0000 The package repository website at http://rabarber.fruitsalad.org/ doesn't seem to be working. I only realized its existence today; so, I'm not sure if that's normal. I'm compiling kde, and the latest binaries would be so helpful. Any ideas how to email the fruitsalad developers? I couldn't find their email addresses on the main website. -- Ashok Shrestha From owner-freebsd-x11@FreeBSD.ORG Fri Mar 31 08:42:40 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86F6A16A420 for ; Fri, 31 Mar 2006 08:42:40 +0000 (UTC) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail4.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0835643D45 for ; Fri, 31 Mar 2006 08:42:39 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mail4.ijs.si [193.2.4.66]) by mail.ijs.si (Postfix) with ESMTP id 8E5B417B8AF; Fri, 31 Mar 2006 10:42:38 +0200 (CEST) X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([193.2.4.66]) by localhost (patsy.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HaW1BcBDk9eo; Fri, 31 Mar 2006 10:42:31 +0200 (CEST) Received: from edina.ijs.si (edina.ijs.si [193.2.4.3]) by mail.ijs.si (Postfix) with ESMTP id 6A5AE17B8E8; Fri, 31 Mar 2006 10:42:30 +0200 (CEST) Received: from [192.168.10.30] (clj8-144.dial-up.arnes.si [194.249.52.144]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by edina.ijs.si (Postfix) with ESMTP id 6024B5081A; Fri, 31 Mar 2006 10:42:30 +0200 (CEST) From: Dejan Lesjak To: freebsd-x11@freebsd.org Date: Fri, 31 Mar 2006 10:45:16 +0200 User-Agent: KMail/1.9.1 References: <79e2026f0603292224s6bba7f1fwaeb8fadf2842398f@mail.gmail.com> In-Reply-To: <79e2026f0603292224s6bba7f1fwaeb8fadf2842398f@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603311045.16766.dejan.lesjak@ijs.si> Cc: Subject: Re: Package repository at rabarber.fruitsalad.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2006 08:42:40 -0000 On Thursday 30 March 2006 08:24, Ashok Shrestha wrote: > The package repository website at http://rabarber.fruitsalad.org/ > doesn't seem to be working. > > I only realized its existence today; so, I'm not sure if that's normal. > > I'm compiling kde, and the latest binaries would be so helpful. > > Any ideas how to email the fruitsalad developers? I couldn't find > their email addresses on the main website. Sure, their website is at http://freebsd.kde.org/ and mailing list is kde@freebsd.org. Dejan From owner-freebsd-x11@FreeBSD.ORG Fri Mar 31 19:18:09 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3B9316A432 for ; Fri, 31 Mar 2006 19:18:08 +0000 (UTC) (envelope-from lofi@freebsd.org) Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6A7B43D45 for ; Fri, 31 Mar 2006 19:17:30 +0000 (GMT) (envelope-from lofi@freebsd.org) Received: from mail-in-06-z2.arcor-online.net (mail-in-06-z2.arcor-online.net [151.189.8.18]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id 9254FCDCEF; Fri, 31 Mar 2006 21:17:29 +0200 (CEST) Received: from mail-in-09.arcor-online.net (mail-in-09.arcor-online.net [151.189.21.49]) by mail-in-06-z2.arcor-online.net (Postfix) with ESMTP id 7FDDB1975CE; Fri, 31 Mar 2006 21:17:29 +0200 (CEST) Received: from lofi.dyndns.org (dslb-084-061-153-189.pools.arcor-ip.net [84.61.153.189]) by mail-in-09.arcor-online.net (Postfix) with ESMTP id BCD5525BE00; Fri, 31 Mar 2006 21:17:28 +0200 (CEST) Received: from [192.168.8.4] (kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.13.4/8.13.3) with ESMTP id k2VJHPKx046155 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 31 Mar 2006 21:17:26 +0200 (CEST) (envelope-from lofi@freebsd.org) Message-ID: <442D8045.6040903@freebsd.org> Date: Fri, 31 Mar 2006 21:17:25 +0200 From: Michael Nottebrock User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Ashok Shrestha References: <79e2026f0603292224s6bba7f1fwaeb8fadf2842398f@mail.gmail.com> In-Reply-To: <79e2026f0603292224s6bba7f1fwaeb8fadf2842398f@mail.gmail.com> X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig3A8988F6DA56533F487117F5" X-Virus-Scanned: by amavisd-new Cc: freebsd-x11@freebsd.org Subject: Re: Package repository at rabarber.fruitsalad.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2006 19:18:09 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig3A8988F6DA56533F487117F5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Ashok Shrestha schrieb: > The package repository website at http://rabarber.fruitsalad.org/ > doesn't seem to be working. >=20 > I only realized its existence today; so, I'm not sure if that's normal.= It doesn't exist anymore and has not been available for quite some time now. Where did you find it mentioned? Cheers, --=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --------------enig3A8988F6DA56533F487117F5 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.2.1 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFELYBFXhc68WspdLARAu9LAJ93FcRqHWnU6ejoU2DosP5tX+jhpACgpZv7 LAvC6P1CKn+Wux08UKO/7qs= =ZClU -----END PGP SIGNATURE----- --------------enig3A8988F6DA56533F487117F5-- From owner-freebsd-x11@FreeBSD.ORG Fri Mar 31 21:48:33 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA2F216A41F for ; Fri, 31 Mar 2006 21:48:33 +0000 (UTC) (envelope-from ashok.shrestha@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DFBB43D53 for ; Fri, 31 Mar 2006 21:48:32 +0000 (GMT) (envelope-from ashok.shrestha@gmail.com) Received: by nproxy.gmail.com with SMTP id m18so106153nfc for ; Fri, 31 Mar 2006 13:48:32 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dpZVxDE2pncfC66Vgtxe3/cUigVTB5zboklBfkZ9JYt8wcuMhIjd/Jw5EZ4i4PBIL+V7lw+GhcF3HxyMKX1hBhgYzirFQuTN+i0/91S/9mFBzBHHr0atJBqawE+ZxLKfLOAOBGJ1Zl8EdUP3HJUs9ezM6CKvTz4B/A/Tn1J7laE= Received: by 10.49.3.3 with SMTP id f3mr607969nfi; Fri, 31 Mar 2006 13:48:32 -0800 (PST) Received: by 10.49.20.3 with HTTP; Fri, 31 Mar 2006 13:48:32 -0800 (PST) Message-ID: <79e2026f0603311348i78553b04y8c7ae7ac14042a80@mail.gmail.com> Date: Fri, 31 Mar 2006 16:48:32 -0500 From: "Ashok Shrestha" To: "Michael Nottebrock" In-Reply-To: <442D8045.6040903@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <79e2026f0603292224s6bba7f1fwaeb8fadf2842398f@mail.gmail.com> <442D8045.6040903@freebsd.org> Cc: freebsd-x11@freebsd.org Subject: Re: Package repository at rabarber.fruitsalad.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2006 21:48:34 -0000 Somebody referred me to it on the Freebsd mailing list. Why is it discontinued? It seems like a useful idea to me. -Ashok Shrestha On 3/31/06, Michael Nottebrock wrote: > Ashok Shrestha schrieb: > > The package repository website at http://rabarber.fruitsalad.org/ > > doesn't seem to be working. > > > > I only realized its existence today; so, I'm not sure if that's normal. > > It doesn't exist anymore and has not been available for quite some time > now. Where did you find it mentioned? > > > Cheers, > -- > ,_, | Michael Nottebrock | lofi@freebsd.org > (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org > \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org > > > > -- Ashok Shrestha From owner-freebsd-x11@FreeBSD.ORG Sat Apr 1 01:09:13 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2506116A41F for ; Sat, 1 Apr 2006 01:09:13 +0000 (UTC) (envelope-from lofi@freebsd.org) Received: from mail-in-04.arcor-online.net (mail-in-04.arcor-online.net [151.189.21.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E19B43D49 for ; Sat, 1 Apr 2006 01:09:12 +0000 (GMT) (envelope-from lofi@freebsd.org) Received: from mail-in-05-z2.arcor-online.net (mail-in-05-z2.arcor-online.net [151.189.8.17]) by mail-in-04.arcor-online.net (Postfix) with ESMTP id F324C1007CB; Sat, 1 Apr 2006 03:09:10 +0200 (CEST) Received: from mail-in-09.arcor-online.net (mail-in-09.arcor-online.net [151.189.21.49]) by mail-in-05-z2.arcor-online.net (Postfix) with ESMTP id E74381A0E3E; Sat, 1 Apr 2006 03:09:10 +0200 (CEST) Received: from lofi.dyndns.org (dslb-084-061-153-189.pools.arcor-ip.net [84.61.153.189]) by mail-in-09.arcor-online.net (Postfix) with ESMTP id 509F6259E34; Sat, 1 Apr 2006 03:09:10 +0200 (CEST) Received: from [192.168.8.4] (kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.13.4/8.13.3) with ESMTP id k31194RU050118 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 1 Apr 2006 03:09:06 +0200 (CEST) (envelope-from lofi@freebsd.org) Message-ID: <442DD2AC.2040807@freebsd.org> Date: Sat, 01 Apr 2006 03:09:00 +0200 From: Michael Nottebrock User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Ashok Shrestha References: <79e2026f0603292224s6bba7f1fwaeb8fadf2842398f@mail.gmail.com> <442D8045.6040903@freebsd.org> <79e2026f0603311348i78553b04y8c7ae7ac14042a80@mail.gmail.com> In-Reply-To: <79e2026f0603311348i78553b04y8c7ae7ac14042a80@mail.gmail.com> X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigECBC34C5183BF414C3B83F26" X-Virus-Scanned: by amavisd-new Cc: freebsd-x11@freebsd.org Subject: Re: Package repository at rabarber.fruitsalad.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2006 01:09:13 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigECBC34C5183BF414C3B83F26 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Ashok Shrestha schrieb: > Somebody referred me to it on the Freebsd mailing list. >=20 > Why is it discontinued? It seems like a useful idea to me. It was useful while it lasted, but building and maintaining packages for a couple of FreeBSD branches/platforms and hosting them required more resources than we were able to sustain. We may at some point be able to provide packages again, but they will most probably not be hosted on fruitsalad.org. That said, the packages built and provided by FreeBSD are and were the preferred choice anyway - even though you might wait a week or two for them to become available (which will save you however from possible recompilations and re-recompilations as early adopters discover bugs and ports get fixed). Cheers, --=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --------------enigECBC34C5183BF414C3B83F26 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.2.1 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFELdKwXhc68WspdLARAjjLAJ93nsX30ujfvWk7C5qg6qX57SMN6QCgoir4 knwr168qNmf73ij6IduvTp8= =c7sA -----END PGP SIGNATURE----- --------------enigECBC34C5183BF414C3B83F26-- From owner-freebsd-x11@FreeBSD.ORG Sat Apr 1 20:09:18 2006 Return-Path: X-Original-To: x11@FreeBSD.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F58016A427 for ; Sat, 1 Apr 2006 20:09:18 +0000 (UTC) (envelope-from info@rgmedia.net) Received: from web1.myhostpanel.net (cp.myhostpanel.net [69.90.67.10]) by mx1.FreeBSD.org (Postfix) with SMTP id A767943D60 for ; Sat, 1 Apr 2006 20:09:12 +0000 (GMT) (envelope-from info@rgmedia.net) Received: (qmail 22559 invoked by uid 399); 1 Apr 2006 20:08:44 -0000 Received: from unknown (HELO rgmedia.net) (66.176.200.44) by cp.myhostpanel.net with SMTP; 1 Apr 2006 20:08:44 -0000 Date: Sat, 1 Apr 2006 15:04:44 -0500 Mime-version: 1.0 From: RG Media To: X11 Message-Id: <41154.YQBSOCFB@rgmedia.net> X-Priority: 2 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: [Ann] APRIL Printing Specials........ X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: info@rgmedia.net List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2006 20:09:18 -0000 DONT MISS OUR APRIL SPECIALS WOW=2E=2E=2E 5000 FULL COLOR 2 SIDED UV BUSINESS CARDS=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E$100 5000 FULL COLOR 2 SIDED UV 4X6 POSTCARDS=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E$200 5000 FULL COLOR 2 SIDED UV JUMBO POSTCARDS (5=2E5 X 8=2E5)=2E=2E=2E=2E$375 10000 FULL COLOR 2 SIDED UV 5X7 POSTCARDS=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E$625 may use 2 different designs on this package (5x7) GRAPHIC LAYOUTS FOR ANY OF THESE OFFERS ONLY=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E$100 GOOD THROUGH APRIL 30 2006 24 HOUR TURNAROUND NATIONWIDE VISIT US ON THE WEB FOR DETAILS http://www=2Ergmedia=2Enet or call 305=2E774=2E1278 WE WILL NOT BE UNDERSOLD RG Media, Inc=2E, 3661 SW 10 St=2E, Miami, FL 33135 to opt out of this newsletter simply click on the following link and type in remove followed by your email address mailto:unsubscribe@rgmedia=2Enet