From owner-freebsd-x11@FreeBSD.ORG Sun Jan 15 17:23: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5664516A41F; Sun, 15 Jan 2006 17:23:58 +0000 (GMT) (envelope-from aaron@daltons.ca) Received: from priv-edtnes51.telusplanet.net (outbound04.telus.net [199.185.220.223]) by mx1.FreeBSD.org (Postfix) with ESMTP id D267B43D45; Sun, 15 Jan 2006 17:23:57 +0000 (GMT) (envelope-from aaron@daltons.ca) Received: from [192.168.15.100] (really [137.186.246.196]) by priv-edtnes51.telusplanet.net (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP id <20060115172357.FDGV8625.priv-edtnes51.telusplanet.net@[192.168.15.100]>; Sun, 15 Jan 2006 10:23:57 -0700 Message-ID: <43CA8534.4010306@daltons.ca> Date: Sun, 15 Jan 2006 10:24:04 -0700 From: Aaron Dalton User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Problems with X11 Forwarding 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, 15 Jan 2006 17:23:58 -0000 I thought this might be the best place to post the question. I am running FreeBSD5.4-RELEASE. For the sake of argument, let's say I am trying to get the port editors/fte running on my Windows box via an SSH tunnel. I am running WindowsXP, cygwin's X11 server, and PUTTY. As far as I can tell from all my Googling, this should actually be quite simple: - openssh is setup on FreeBSD with X11Forwarding=yes - I start the cygwin X-server (XWin -ac -multiwindow) - Putty is configured to forward X11 sessions - I connect via Putty - running '$ fte' from the FreeBSD command line should supposedly open everything up now on my Windows box, but it does not. From what I understand, when I connect now via Putty the env variable DISPLAY should be set. But it is not (which is the error fte gives me when I try to run it). If I try to manually set the DISPLAY variable (I tried localhost:0, localhost:0.0, ip:0, ip:0.0) it still doesn't work. editors/fte is fully installed (with X11libs and all that) but I wonder if there is more I need installed on the FreeBSD end to make things work. I really appreciate your time and any assistance you can render. -- Aaron Dalton | Super Duper Games aaron@daltons.ca | http://superdupergames.org From owner-freebsd-x11@FreeBSD.ORG Sun Jan 15 17:42:01 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 EF5B016A420 for ; Sun, 15 Jan 2006 17:42:01 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02A6F43D46 for ; Sun, 15 Jan 2006 17:42:00 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so745470wxc for ; Sun, 15 Jan 2006 09:42:00 -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=OAhUnf7F7z8Jb0nHCxitpcpwLLBhL3FbbcTOa3FshcV3WFJQ0yMjcvUTDL9JdfFtNUgFRVEwBogOWtE+Ma7kx5p5YL7OXpqC8rQNu0fEn+pxUeqz/lh20CumLu9bSm6SHfptAd/Y7RExtEUwDFUeB0Opf2yyzgoI9FZgpy4fLyA= Received: by 10.70.62.19 with SMTP id k19mr6579939wxa; Sun, 15 Jan 2006 09:42:00 -0800 (PST) Received: by 10.70.66.9 with HTTP; Sun, 15 Jan 2006 09:42:00 -0800 (PST) Message-ID: Date: Sun, 15 Jan 2006 11:42:00 -0600 From: Nikolas Britton To: Aaron Dalton In-Reply-To: <43CA8534.4010306@daltons.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43CA8534.4010306@daltons.ca> Cc: freebsd-x11@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Problems with X11 Forwarding 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, 15 Jan 2006 17:42:02 -0000 On 1/15/06, Aaron Dalton wrote: > I thought this might be the best place to post the question. I am > running FreeBSD5.4-RELEASE. For the sake of argument, let's say I am > trying to get the port editors/fte running on my Windows box via an SSH > tunnel. I am running WindowsXP, cygwin's X11 server, and PUTTY. As far > as I can tell from all my Googling, this should actually be quite simple: > > - openssh is setup on FreeBSD with X11Forwarding=3Dyes > - I start the cygwin X-server (XWin -ac -multiwindow) > - Putty is configured to forward X11 sessions > - I connect via Putty > - running '$ fte' from the FreeBSD command line should supposedly open > everything up now on my Windows box, but it does not. > > From what I understand, when I connect now via Putty the env variable > DISPLAY should be set. But it is not (which is the error fte gives me > when I try to run it). If I try to manually set the DISPLAY variable (I > tried localhost:0, localhost:0.0, ip:0, ip:0.0) it still doesn't work. > editors/fte is fully installed (with X11libs and all that) but I wonder > if there is more I need installed on the FreeBSD end to make things work. > If you have cygwin installed why use putty? Just fire up xterm and use ssh -X. You could try this too: http://xlivecd.indiana.edu/ -------------------------------- Go sign the native flash for FreeBSD petition: http://www.petitiononline.com/flash4me/petition.html From owner-freebsd-x11@FreeBSD.ORG Sun Jan 15 17:53:14 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 D802816A41F; Sun, 15 Jan 2006 17:53:14 +0000 (GMT) (envelope-from aaron@daltons.ca) Received: from priv-edtnes56.telusplanet.net (outbound01.telus.net [199.185.220.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3E7643D45; Sun, 15 Jan 2006 17:53:13 +0000 (GMT) (envelope-from aaron@daltons.ca) Received: from [192.168.15.100] (really [137.186.246.196]) by priv-edtnes56.telusplanet.net (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP id <20060115175313.GIAA27843.priv-edtnes56.telusplanet.net@[192.168.15.100]>; Sun, 15 Jan 2006 10:53:13 -0700 Message-ID: <43CA8C10.9000700@daltons.ca> Date: Sun, 15 Jan 2006 10:53:20 -0700 From: Aaron Dalton User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nikolas Britton References: <43CA8534.4010306@daltons.ca> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Problems with X11 Forwarding 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, 15 Jan 2006 17:53:15 -0000 Nikolas Britton wrote: > > If you have cygwin installed why use putty? Just fire up xterm and use > ssh -X. You could try this too: http://xlivecd.indiana.edu/ > Thank you for your reply! I tried that as well, but I get the same problems. I set DISPLAY on my Cygwin to localhost:0.0 which does indeed allow me to start XTerm. I do an ssh -X (and I tried -Y as well) but DISPLAY is still not set on the FreeBSD end. I have now tried manually setting DISPLAY to (localhost:0.0, localhost:10.0, ip:0.0, ip:10.0) on the FreeBSD end and still nothing is working. If I use ip:0.0 I get some router traffic, but nothing actually happens and then it just stops trying saying it could not open the display. My XServer is indeed running (XWin -ac -multiwindow) as I can connect via a local CoLinux install just fine. -- Aaron Dalton | Super Duper Games aaron@daltons.ca | http://superdupergames.org From owner-freebsd-x11@FreeBSD.ORG Sun Jan 15 20:17: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A022B16A41F; Sun, 15 Jan 2006 20:17:58 +0000 (GMT) (envelope-from aaron@daltons.ca) Received: from priv-edmwes48.telusplanet.net (defout.telus.net [204.209.205.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B10F43D46; Sun, 15 Jan 2006 20:17:58 +0000 (GMT) (envelope-from aaron@daltons.ca) Received: from [192.168.15.100] (really [137.186.246.196]) by priv-edmwes48.telusplanet.net (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP id <20060115201757.CSJP838.priv-edmwes48.telusplanet.net@[192.168.15.100]>; Sun, 15 Jan 2006 13:17:57 -0700 Message-ID: <43CAADFE.4030807@daltons.ca> Date: Sun, 15 Jan 2006 13:18:06 -0700 From: Aaron Dalton User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ken Stevenson References: <43CA8534.4010306@daltons.ca> <20060115192747.GA32153@abbott.allenmyland.com> <43CAA384.9030703@daltons.ca> <20060115194656.GA32398@abbott.allenmyland.com> In-Reply-To: <20060115194656.GA32398@abbott.allenmyland.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Problems with X11 Forwarding (Fixed!) 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, 15 Jan 2006 20:17:58 -0000 Ken Stevenson wrote: > On Sun, Jan 15, 2006 at 12:33:24PM -0700, Aaron Dalton wrote: > >>Ken Stevenson wrote: >> >>>I'm new to FreeBSD, so I may be off base, but I use vncserver on my >>>FreeBSD box when I need an X session. Then I just setup Putty to forward >>>port 5900 to 127.0.0.0:5901, make an ssh connection to my FreeBSD server, >>>run >>>UltraVNC on my Windows box and connect to localhost. >>> >> >>Thanks for your reply! I have been told VNC is a good way to go as >>well, but some have mentioned some performance issues. What have you >>found? It works liveably well? >> > > > It works great for me. I have a pretty fast internet connection (cable > modem). > > One thing I like about it is the session doesn't end when you > disconnect. You can start a long running process like cvsup, disconnect, > and come back later to check on it. > > Unlike when you vnc to a Windows box, you don't get the X session > that's on the local workstation, you get a new one. If you need to > connect to the primary X session, like for remote support, there's a > version of VNC in the ports for that too (xvnc?). For the record, I finally got standard X11 forwarding working once I installed tightvnc. I presume it was because I didn't have an X11 client installed. Now to get VNC working! I can see which I prefer. Thank you again all for your time! -- Aaron Dalton | Super Duper Games aaron@daltons.ca | http://superdupergames.org From owner-freebsd-x11@FreeBSD.ORG Mon Jan 16 11:03: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A756016A41F for ; Mon, 16 Jan 2006 11:03:00 +0000 (GMT) (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 A8D4243D68 for ; Mon, 16 Jan 2006 11:02:50 +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 k0GB2nGu085102 for ; Mon, 16 Jan 2006 11:02:49 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0GB2m3l085095 for freebsd-x11@freebsd.org; Mon, 16 Jan 2006 11:02:48 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 16 Jan 2006 11:02:48 GMT Message-Id: <200601161102.k0GB2m3l085095@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, 16 Jan 2006 11:03:00 -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 f [2005/11/08] ports/88641 x11 x11/xproto: Xorg package fails to work s [2005/11/15] ports/89074 x11 Segmentation Violation during "make insta 3 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- s [2004/11/09] ports/73743 x11 XOrg/XFree xauth add/startx problem o [2005/05/13] ports/80979 x11 x11/xorg-clients: when hostname is not co 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 s [2005/12/02] ports/89865 x11 [patch] x11-servers/xorg-server-snap cras o [2006/01/08] ports/91504 x11 x11-servers/xorg-server-snap doesn't buil 6 problems total. From owner-freebsd-x11@FreeBSD.ORG Sun Jan 15 20:33: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9DB516A41F; Sun, 15 Jan 2006 20:33:58 +0000 (GMT) (envelope-from fullermd@over-yonder.net) Received: from mail.localelinks.com (web.localelinks.com [64.39.75.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E3FA43D45; Sun, 15 Jan 2006 20:33:58 +0000 (GMT) (envelope-from fullermd@over-yonder.net) Received: from draco.over-yonder.net (adsl-072-148-013-213.sip.jan.bellsouth.net [72.148.13.213]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.localelinks.com (Postfix) with ESMTP id 9970FAD; Sun, 15 Jan 2006 14:33:57 -0600 (CST) Received: by draco.over-yonder.net (Postfix, from userid 100) id CC69C61C21; Sun, 15 Jan 2006 14:33:56 -0600 (CST) Date: Sun, 15 Jan 2006 14:33:56 -0600 From: "Matthew D. Fuller" To: Aaron Dalton Message-ID: <20060115203356.GF40810@over-yonder.net> References: <43CA8534.4010306@daltons.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43CA8534.4010306@daltons.ca> X-Editor: vi X-OS: FreeBSD User-Agent: Mutt/1.5.11-fullermd.2 X-Mailman-Approved-At: Tue, 17 Jan 2006 14:55:29 +0000 Cc: freebsd-questions@freebsd.org Subject: Re: Problems with X11 Forwarding 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, 15 Jan 2006 20:33:58 -0000 [ shifting to -questions@ ] On Sun, Jan 15, 2006 at 10:24:04AM -0700 I heard the voice of Aaron Dalton, and lo! it spake thus: > > editors/fte is fully installed (with X11libs and all that) but I > wonder if there is more I need installed on the FreeBSD end to make > things work. You have to have the xorg-clients (or xfree-clients, if you're going that way) installed to get the xauth(1) binary, so ssh can set the key for the display it allocates. -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream. From owner-freebsd-x11@FreeBSD.ORG Tue Jan 17 17:24:20 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 68D8416A41F for ; Tue, 17 Jan 2006 17:24:20 +0000 (GMT) (envelope-from gofdx-freebsd-x11@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05FE443D79 for ; Tue, 17 Jan 2006 17:24:12 +0000 (GMT) (envelope-from gofdx-freebsd-x11@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1EyuVy-00039X-Dp for freebsd-x11@freebsd.org; Tue, 17 Jan 2006 18:21:02 +0100 Received: from 70.red-83-44-12.dynamicip.rima-tde.net ([83.44.12.70]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Jan 2006 18:21:02 +0100 Received: from matiassurdi by 70.red-83-44-12.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Jan 2006 18:21:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-x11@freebsd.org From: Matias Followup-To: gmane.os.freebsd.questions Date: Tue, 17 Jan 2006 16:17:21 +0100 Lines: 35 Message-ID: References: <43CA8534.4010306@daltons.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 70.red-83-44-12.dynamicip.rima-tde.net User-Agent: KNode/0.10 Sender: news Cc: freebsd-questions@freebsd.org Subject: Re: Problems with X11 Forwarding 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, 17 Jan 2006 17:24:20 -0000 Aaron Dalton wrote: > I thought this might be the best place to post the question. I am > running FreeBSD5.4-RELEASE. For the sake of argument, let's say I am > trying to get the port editors/fte running on my Windows box via an SSH > tunnel. I am running WindowsXP, cygwin's X11 server, and PUTTY. As far > as I can tell from all my Googling, this should actually be quite simple: > > - openssh is setup on FreeBSD with X11Forwarding=yes > - I start the cygwin X-server (XWin -ac -multiwindow) > - Putty is configured to forward X11 sessions > - I connect via Putty > - running '$ fte' from the FreeBSD command line should supposedly open > everything up now on my Windows box, but it does not. > > From what I understand, when I connect now via Putty the env variable > DISPLAY should be set. But it is not (which is the error fte gives me > when I try to run it). If I try to manually set the DISPLAY variable (I > tried localhost:0, localhost:0.0, ip:0, ip:0.0) it still doesn't work. > editors/fte is fully installed (with X11libs and all that) but I wonder > if there is more I need installed on the FreeBSD end to make things work. > > I really appreciate your time and any assistance you can render. > Remember to run on the Cygwin console the command: # xhost + (Disclaimer: This is not secure for the Cygwin machine :-P ) So anyone can connect to your X11/Xorg Server. From owner-freebsd-x11@FreeBSD.ORG Wed Jan 18 01:56:05 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 BF38016A41F for ; Wed, 18 Jan 2006 01:56:05 +0000 (GMT) (envelope-from daedalus.raistlin@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1358143D45 for ; Wed, 18 Jan 2006 01:56:04 +0000 (GMT) (envelope-from daedalus.raistlin@gmail.com) Received: by wproxy.gmail.com with SMTP id i32so1446816wra for ; Tue, 17 Jan 2006 17:56:04 -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; b=ox39ZqWitQMDw/gOh63VukJqZBfnzWKm65O0p6Mki4NuyJRnM/Db+bNC1Tz2qvSrcSDihNKvl09lkxLi90OuXtzDEevOnuCAeMbJwlEWg3vuP5p4I5j6DpqSDQOHPK8ahz1kvrLAe8edPPUqTtpdkORvJtrjp7qOLxiuZW2GJTE= Received: by 10.54.152.13 with SMTP id z13mr6945183wrd; Tue, 17 Jan 2006 17:56:04 -0800 (PST) Received: by 10.54.107.20 with HTTP; Tue, 17 Jan 2006 17:56:04 -0800 (PST) Message-ID: <1ef30fd00601171756p55fc8455v@mail.gmail.com> Date: Wed, 18 Jan 2006 12:56:04 +1100 From: Daedalus 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 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Using Virtual Desktop space with VGA Driver? 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, 18 Jan 2006 01:56:05 -0000 Please forgive me if this has been posted before or somewhere else, I've done many searches but come up with nothing. My laptop contains a SiliconMotion Lynx video card, which unfortunately doesn't want to work with X (I found many posts about that pretty quickly.) Seeing as fbdevhw doesnt work (I forced Xorg 6.9.0 to compile fbdev, and it complains that fbdevhw doesnt export something it needs) I decided to just go with the VGA driver. 320x200x8 for me, yay. It would be fine though if I could get the virtual desktop working. I've added the "Virtual 1280 1024" line to my xorg.conf file (which is bein= g read, as no config file loads up the siliconmotion driver) but moving my mouse to the edge of my screen does not move the display around. Any help? Below if my xorg.conf file. Thanks for your time. # File generated by xorgconfig. # # Copyright 2004 The X.Org Foundation # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software")= , # to deal in the Software without restriction, including without limitation # the rights to use, copy, modify, merge, publish, distribute, sublicense, # and/or sell copies of the Software, and to permit persons to whom the # Software is furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included i= n # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS O= R # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL # The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # # Except as contained in this notice, the name of The X.Org Foundation shal= l # not be used in advertising or otherwise to promote the sale, use or other # dealings in this Software without prior written authorization from # The X.Org Foundation. # # ********************************************************************** # Refer to the xorg.conf(5) man page for details about the format of # this file. # ********************************************************************** # ********************************************************************** # Module section -- this section is used to specify # which dynamically loadable modules to load. # ********************************************************************** # Section "Module" # This loads the DBE extension module. Load "dbe" # Double buffer extension # This loads the miscellaneous extensions module, and disables # initialisation of the XFree86-DGA extension within that module. SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection # This loads the font modules Load "type1" # Load "speedo" Load "freetype" # Load "xtt" # This loads the GLX module # Load "glx" # This loads the DRI module # Load "dri" EndSection # ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** Section "Files" # The location of the RGB database. Note, this is the name of the # file minus the extension (like ".txt" or ".db"). There is normally # no need to change the default. RgbPath "/usr/X11R6/lib/X11/rgb" # Multiple FontPath entries are allowed (which are concatenated together), # as well as specifying multiple comma-separated entries in one FontPath # command (or a combination of both methods) # # FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/TTF/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/CID/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" FontPath "/usr/X11R6/lib/X11/fonts/local/" # FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" # FontPath "/usr/X11R6/lib/X11/fonts/TrueType/" # FontPath "/usr/X11R6/lib/X11/fonts/freefont/" # The module search path. The default path is shown here. # ModulePath "/usr/X11R6/lib/modules" EndSection # ********************************************************************** # Server flags section. # ********************************************************************** Section "ServerFlags" # Uncomment this to cause a core dump at the spot where a signal is # received. This may leave the console in an unusable state, but may # provide a better stack trace in the core dump to aid in debugging # Option "NoTrapSignals" # Uncomment this to disable the VT switch sequence # (where n is 1 through 12). This allows clients to receive these key # events. # Option "DontVTSwitch" # Uncomment this to disable the server abort sequence # This allows clients to receive this key event. # Option "DontZap" # Uncomment this to disable the / mode switching # sequences. This allows clients to receive these key events. # Option "Dont Zoom" # Uncomment this to disable tuning with the xvidtune client. With # it the client can still run and fetch card and monitor attributes, # but it will not be allowed to change them. If it tries it will # receive a protocol error. # Option "DisableVidModeExtension" # Uncomment this to enable the use of a non-local xvidtune client. # Option "AllowNonLocalXvidtune" # Uncomment this to disable dynamically modifying the input device # (mouse and keyboard) settings. # Option "DisableModInDev" # Uncomment this to enable the use of a non-local client to # change the keyboard or mouse settings (currently only xset). # Option "AllowNonLocalModInDev" EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Core keyboard's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "Keyboard1" Driver "kbd" # For most OSs the protocol can be omitted (it defaults to "Standard"). # When using XQUEUE (only for SVR3 and SVR4, but not Solaris), # uncomment the following line. # Option "Protocol" "Xqueue" Option "AutoRepeat" "500 30" # Specify which keyboard LEDs can be user-controlled (eg, with xset(1)) # Option "Xleds" "1 2 3" # Option "LeftAlt" "Meta" # Option "RightAlt" "ModeShift" # To customise the XKB settings to suit your keyboard, modify the # lines below (which are the defaults). For example, for a non-U.S. # keyboard, you will probably want to use: # Option "XkbModel" "pc105" # If you have a US Microsoft Natural keyboard, you can use: # Option "XkbModel" "microsoft" # # Then to change the language, change the Layout setting. # For example, a german layout can be obtained with: # Option "XkbLayout" "de" # or: # Option "XkbLayout" "de" # Option "XkbVariant" "nodeadkeys" # # If you'd like to switch the positions of your capslock and # control keys, use: # Option "XkbOptions" "ctrl:swapcaps" # These are the default XKB settings for Xorg # Option "XkbRules" "xorg" # Option "XkbModel" "pc105" # Option "XkbLayout" "us" # Option "XkbVariant" "" # Option "XkbOptions" "" # Option "XkbDisable" Option "XkbRules" "xorg" Option "XkbModel" "pc101" Option "XkbLayout" "us" EndSection # ********************************************************************** # Core Pointer's InputDevice section # ********************************************************************** Section "InputDevice" # Identifier and driver Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" # Auto detect Option "Device" "/dev/sysmouse" # When using XQUEUE, comment out the above two lines, and uncomment # the following line. # Option "Protocol" "Xqueue" # Mouse-speed setting for PS/2 mouse. # Option "Resolution" "256" # Baudrate and SampleRate are only for some Logitech mice. In # almost every case these lines should be omitted. # Option "BaudRate" "9600" # Option "SampleRate" "150" # Mouse wheel mapping. Default is to map vertical wheel to buttons 4 & 5, # horizontal wheel to buttons 6 & 7. Change if your mouse has more than # 3 buttons and you need to map the wheel to different button ids to avoid # conflicts. Option "ZAxisMapping" "4 5 6 7" # Emulate3Buttons is an option for 2-button mice # Emulate3Timeout is the timeout in milliseconds (default is 50ms) Option "Emulate3Buttons" # Option "Emulate3Timeout" "50" # ChordMiddle is an option for some 3-button Logitech mice # Option "ChordMiddle" EndSection # ********************************************************************** # Other input device sections # this is optional and is required only if you # are using extended input devices. This is for example only. Refer # to the xorg.conf man page for a description of the options. # ********************************************************************** # # Section "InputDevice" # Identifier "Mouse2" # Driver "mouse" # Option "Protocol" "MouseMan" # Option "Device" "/dev/mouse2" # EndSection # # Section "InputDevice" # Identifier "spaceball" # Driver "magellan" # Option "Device" "/dev/cua0" # EndSection # # Section "InputDevice" # Identifier "spaceball2" # Driver "spaceorb" # Option "Device" "/dev/cua0" # EndSection # # Section "InputDevice" # Identifier "touchscreen0" # Driver "microtouch" # Option "Device" "/dev/ttyS0" # Option "MinX" "1412" # Option "MaxX" "15184" # Option "MinY" "15372" # Option "MaxY" "1230" # Option "ScreenNumber" "0" # Option "ReportingMode" "Scaled" # Option "ButtonNumber" "1" # Option "SendCoreEvents" # EndSection # # Section "InputDevice" # Identifier "touchscreen1" # Driver "elo2300" # Option "Device" "/dev/ttyS0" # Option "MinX" "231" # Option "MaxX" "3868" # Option "MinY" "3858" # Option "MaxY" "272" # Option "ScreenNumber" "0" # Option "ReportingMode" "Scaled" # Option "ButtonThreshold" "17" # Option "ButtonNumber" "1" # Option "SendCoreEvents" # EndSection # ********************************************************************** # Monitor section # ********************************************************************** # Any number of monitor sections may be present Section "Monitor" Identifier "My Monitor" # HorizSync is in kHz unless units are specified. # HorizSync may be a comma separated list of discrete values, or a # comma separated list of ranges of values. # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S # USER MANUAL FOR THE CORRECT NUMBERS. HorizSync 31.5 - 48.5 # HorizSync 30-64 # multisync # HorizSync 31.5, 35.2 # multiple fixed sync frequencies # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies # VertRefresh is in Hz unless units are specified. # VertRefresh may be a comma separated list of discrete values, or a # comma separated list of ranges of values. # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S # USER MANUAL FOR THE CORRECT NUMBERS. VertRefresh 50-70 EndSection # ********************************************************************** # Graphics device section # ********************************************************************** # Any number of graphics device sections may be present # Standard VGA Device: Section "Device" Identifier "Standard VGA" VendorName "Unknown" BoardName "Unknown" # The chipset line is optional in most cases. It can be used to override # the driver's chipset detection, and should not normally be specified. Chipset "generic" # The Driver line must be present. When using run-time loadable driver # modules, this line instructs the server to load the specified driver # module. Even when not using loadable driver modules, this line # indicates which driver should interpret the information in this section. Driver "svga" # The BusID line is used to specify which of possibly multiple devices # this section is intended for. When this line isn't present, a device # section can only match up with the primary video device. For PCI # devices a line like the following could be used. This line should not # normally be included unless there is more than one video device # intalled. # BusID "PCI:0:10:0" # VideoRam 256 # Clocks 25.2 28.3 EndSection # Device configured by xorgconfig: Section "Device" Identifier "* Generic VGA compatible" Driver "vga" #Chipset "generic" #VideoRam 4096 # Insert Clocks lines here if appropriate EndSection # ********************************************************************** # Screen sections # ********************************************************************** # Any number of screen sections may be present. Each describes # the configuration of a single screen. A single specific screen section # may be specified from the X server command line with the "-screen" # option. Section "Screen" Identifier "Screen 1" Device "* Generic VGA compatible" Monitor "My Monitor" DefaultDepth 8 Subsection "Display" Depth 8 Modes "640x480" "320x200" ViewPort 0 0 Virtual 1280 1024 EndSubsection EndSection # ********************************************************************** # ServerLayout sections. # ********************************************************************** # Any number of ServerLayout sections may be present. Each describes # the way multiple screens are organised. A specific ServerLayout # section may be specified from the X server command line with the # "-layout" option. In the absence of this, the first section is used. # When now ServerLayout section is present, the first Screen section # is used alone. Section "ServerLayout" # The Identifier line must be present Identifier "Simple Layout" # Each Screen line specifies a Screen section name, and optionally # the relative position of other screens. The four names after # primary screen name are the screens to the top, bottom, left and right # of the primary screen. In this example, screen 2 is located to the # right of screen 1. Screen "Screen 1" # Each InputDevice line specifies an InputDevice section name and # optionally some options to specify the way the device is to be # used. Those options include "CorePointer", "CoreKeyboard" and # "SendCoreEvents". InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection # Section "DRI" # Mode 0666 # EndSection From owner-freebsd-x11@FreeBSD.ORG Wed Jan 18 04:26: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 53CCD16A41F for ; Wed, 18 Jan 2006 04:26:34 +0000 (GMT) (envelope-from andrew@dobrohot.org) Received: from smtp.rol.ru (smtp.rol.ru [194.67.1.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5DD143D45 for ; Wed, 18 Jan 2006 04:26:33 +0000 (GMT) (envelope-from andrew@dobrohot.org) Received: from ts3-b149.Murmansk.dial.rol.ru ([212.46.211.149]:58823 "EHLO [212.46.211.149]" smtp-auth: TLS-CIPHER: TLS-PEER-CN1: ) by gnome09.net.rol.ru with ESMTP id S2902681AbWARE0g (ORCPT ); Wed, 18 Jan 2006 07:26:36 +0300 Message-ID: <43CDC377.5060707@dobrohot.org> Date: Wed, 18 Jan 2006 07:26:31 +0300 From: Andrew Muhametshin Organization: =?KOI8-R?Q?=E1=EE=EF_=22=E4=CF=C2=D2=CF=C8=CF=D4=22?= User-Agent: Thunderbird 1.5 (X11/20060114) MIME-Version: 1.0 To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Subject: Xcomposite, =?koi8-r?b?wW5kIG1hbnkgdGhlICJoZWF2eSIgb3BlbiB3aW5k?= =?koi8-r?b?b3dz?= 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, 18 Jan 2006 04:26:34 -0000 Greetings to all! 1. We start the X compositing. ("kompmgr -a" or "xcompmgr -a") 2. We open many "heavy" windows - 5-6 or more. (mozilla, Konqueror, Konsole, thuderbird, Kate, etc.) 3. All works perfectly! -- until then while any of windows to not minimize on the taskbar. (In a window should be, any, contained, that there would be a scrollbar) 4. And so! After restoration of the minimized window, scrolling of its contents works very slowly. Whether it is possible to eliminate this problem? Andrew M. FreeBSD 6.0-STABLE #0: Tue Dec 6 22:59:17 MSK 2005 -- (And 5.X as) X Window System Version 6.9.0 (and 6.8.X as) *0 1600 x 1200 ( 366mm x 277mm ) *75 70 65 60 nVidia Geforce 4 MX440 8X nvidia-driver-1.0.8178 (and 7XXX as) Real Memory: (Total: 1005716K Active 401916K) hw.model: AMD Athlon(tm) Processor dev.cpu.0.freq: 951 Option "Composite" "Enable" Driver "nvidia" Option "RenderAccel" "true" From owner-freebsd-x11@FreeBSD.ORG Thu Jan 19 18:01: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0607216A41F for ; Thu, 19 Jan 2006 18:01:24 +0000 (GMT) (envelope-from ashok.shrestha@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BB1D43D49 for ; Thu, 19 Jan 2006 18:01:22 +0000 (GMT) (envelope-from ashok.shrestha@gmail.com) Received: by uproxy.gmail.com with SMTP id o2so360732uge for ; Thu, 19 Jan 2006 10:01:21 -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=MHsKhPsdI++g5TnJCH5VqclXtWvIDwczyYZ3b3nsT+fAjAcS0tFhkoqTNndLccdgyNGDRALskLM+R8bwVrrs4OJsX4h9b5n10h+e2O+/DBBcatMKdS9wLsS8i92Lv9z9urpIktvWlG2m7DzWKIRsyMXZm+w5PWVPkTMgPbLjcZY= Received: by 10.48.235.6 with SMTP id i6mr64799nfh; Thu, 19 Jan 2006 09:34:23 -0800 (PST) Received: by 10.49.20.18 with HTTP; Thu, 19 Jan 2006 09:34:23 -0800 (PST) Message-ID: <79e2026f0601190934s2c29b08j9157bffd58f8e0e6@mail.gmail.com> Date: Thu, 19 Jan 2006 12:34:23 -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: 3ddesktop error 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, 19 Jan 2006 18:01:24 -0000 Hi, I am trying to run 3ddesktop. But it gives me errors. What does "no Direct Rendering possible" mean? And how do I "configure hardware accerleration"? ------------------------------------------------------------------- 3ddesk --acquire Attempting to start 3ddesktop server. Daemon started. Run 3ddesk to activate. 3ddeskd: glXIsDirect failed, no Direct Rendering possible! 3ddeskd: Please configure hardware acceleration. Exiting. Server not found after waiting 5 seconds. Could not find server. Try starting manually (3ddeskd) ------------------------------------------------------------------- 3ddeskd Daemon started. Run 3ddesk to activate. %3ddeskd: glXIsDirect failed, no Direct Rendering possible! 3ddeskd: Please configure hardware acceleration. Exiting. ------------------------------------------------------------------- -- Ashok Shrestha From owner-freebsd-x11@FreeBSD.ORG Fri Jan 20 20:59:04 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E694716A41F; Fri, 20 Jan 2006 20:59:04 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D0AF43D49; Fri, 20 Jan 2006 20:59:04 +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 k0KKx4uu036362; Fri, 20 Jan 2006 20:59:04 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0KKx4pS036358; Fri, 20 Jan 2006 20:59:04 GMT (envelope-from linimon) Date: Fri, 20 Jan 2006 20:59:04 GMT From: Mark Linimon Message-Id: <200601202059.k0KKx4pS036358@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-x11@FreeBSD.org Cc: Subject: Re: ports/92071: Problem with Xorg and SIS630/730 integrated video card 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, 20 Jan 2006 20:59:05 -0000 Synopsis: Problem with Xorg and SIS630/730 integrated video card Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jan 20 20:58:51 UTC 2006 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=92071 From owner-freebsd-x11@FreeBSD.ORG Sat Jan 21 19:35:06 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 04B0616A4A9; Sat, 21 Jan 2006 19:35:05 +0000 (GMT) (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 6258843D46; Sat, 21 Jan 2006 19:35:05 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mailman.ijs.si [193.2.4.66]) by patsy.ijs.si (Postfix) with ESMTP id 643BF17B96E; Sat, 21 Jan 2006 20:35:04 +0100 (CET) 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 68492-04; Sat, 21 Jan 2006 20:34:57 +0100 (CET) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) by patsy.ijs.si (Postfix) with ESMTP id B3D3F17B900; Sat, 21 Jan 2006 20:34:57 +0100 (CET) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (Postfix) with ESMTP id 77CD91703B; Sat, 21 Jan 2006 20:34:57 +0100 (CET) From: Dejan Lesjak To: ports@freebsd.org Date: Sat, 21 Jan 2006 20:34:56 +0100 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601212034.57239.dejan.lesjak@ijs.si> Cc: FreeBSD-X11@freebsd.org Subject: HEADSUP: X.Org ports upgraded to X11R6.9 release X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FreeBSD-X11@freebsd.org List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jan 2006 19:35:06 -0000 Greetings, X.Org ports were upgraded to X11R6.9 release. Read up on release notes at http://wiki.x.org/wiki/PressReleases_2fX11R6970Released As always you need up to date imake first, then libraries then other stuff. Portupgrade should handle the upgrading sequence properly. If builds break do bug as on FreeBSD-X11@FreeBSD.org mailing list. Have fun! Dejan From owner-freebsd-x11@FreeBSD.ORG Sat Jan 21 19:48: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0932916A41F for ; Sat, 21 Jan 2006 19:48:41 +0000 (GMT) (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 882DB43D46 for ; Sat, 21 Jan 2006 19:48:40 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mail4.ijs.si [193.2.4.66]) by patsy.ijs.si (Postfix) with ESMTP id B649317B8D3 for ; Sat, 21 Jan 2006 20:48:39 +0100 (CET) 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 69443-03 for ; Sat, 21 Jan 2006 20:48:38 +0100 (CET) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) by patsy.ijs.si (Postfix) with ESMTP id 06EAA17B8CD for ; Sat, 21 Jan 2006 20:48:37 +0100 (CET) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (Postfix) with ESMTP id BFB321703B for ; Sat, 21 Jan 2006 20:48:37 +0100 (CET) From: Dejan Lesjak To: FreeBSD-X11@freebsd.org Date: Sat, 21 Jan 2006 20:48:36 +0100 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601212048.37496.dejan.lesjak@ijs.si> Cc: Subject: Slimming down x11/xorg metaport 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, 21 Jan 2006 19:48:41 -0000 Hi, Metaport as it is installs all the bits from X.Org distribution (OK, it doesn't depend on xorg-dmx). This is probably not what most people need/expect so instead of making a new port x11-base or some such, how about slimming the dependencies of existing one a bit. Font server, nested server, virtual framebuffer server and print server are first to come to mind. Mostly developer related documentation that comes with xorg-documents is next such candidate. There's also a bunch of fonts that are not necessary for casual user that gets pointed to x11/xorg to get GUI interface. Thoughts, suggestions? Dejan From owner-freebsd-x11@FreeBSD.ORG Sat Jan 21 20:09: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 807CD16A41F for ; Sat, 21 Jan 2006 20:09:41 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB6ED43D53 for ; Sat, 21 Jan 2006 20:09:40 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 5E2B440A5; Sat, 21 Jan 2006 14:09:39 -0600 (CST) Date: Sat, 21 Jan 2006 14:09:38 -0600 To: Dejan Lesjak Message-ID: <20060121200938.GA12362@soaustin.net> References: <200601212048.37496.dejan.lesjak@ijs.si> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200601212048.37496.dejan.lesjak@ijs.si> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: freebsd-x11@freebsd.org Subject: Re: Slimming down x11/xorg metaport 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, 21 Jan 2006 20:09:41 -0000 On Sat, Jan 21, 2006 at 08:48:36PM +0100, Dejan Lesjak wrote: > Thoughts, suggestions? Slimmer is better. This would help the footprint on our basic installs IMHO. mcl From owner-freebsd-x11@FreeBSD.ORG Sat Jan 21 23:22: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E19DD16A41F for ; Sat, 21 Jan 2006 23:22:17 +0000 (GMT) (envelope-from jason@ec.rr.com) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68E6943D45 for ; Sat, 21 Jan 2006 23:22:16 +0000 (GMT) (envelope-from jason@ec.rr.com) Received: from [192.168.2.100] (ilm25-61-097.ec.rr.com [24.25.61.97]) by ms-smtp-02-eri0.southeast.rr.com (8.13.4/8.13.4) with ESMTP id k0LNMFl4010346 for ; Sat, 21 Jan 2006 18:22:15 -0500 (EST) Message-ID: <43D2C192.6050508@ec.rr.com> Date: Sat, 21 Jan 2006 18:19:46 -0500 From: jason henson User-Agent: Mozilla Thunderbird 1.0.7 (X11/20060107) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: no dri libs are being built 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, 21 Jan 2006 23:22:18 -0000 I have tried to reinstall xorg-server serval times but I can't get dri to work because I am missing r200_dri.so. I have not yet cvsuped to todays updated 6.9.0. I plan too, I just wanted to play my game first. Is there some simple way to install these? jason% setenv LIBGL_DEBUG jason% glxinfo name of display: :0.0 libGL error: dlopen /usr/X11R6/lib/modules/dri/r200_dri.so failed (Cannot open "/usr/X11R6/lib/modules/dri/r200_dri.so") libGL error: unable to find driver: r200_dri.so display: :0 screen: 0 direct rendering: No server glx vendor string: SGI From owner-freebsd-x11@FreeBSD.ORG Sat Jan 21 23:34: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 51A9816A41F for ; Sat, 21 Jan 2006 23:34:42 +0000 (GMT) (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 D364B43D46 for ; Sat, 21 Jan 2006 23:34:41 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mail.ijs.si [193.2.4.66]) by patsy.ijs.si (Postfix) with ESMTP id 4858717B8C4; Sun, 22 Jan 2006 00:34:40 +0100 (CET) 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 83010-03; Sun, 22 Jan 2006 00:34:33 +0100 (CET) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) by patsy.ijs.si (Postfix) with ESMTP id 456CB17B8BB; Sun, 22 Jan 2006 00:34:33 +0100 (CET) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (Postfix) with ESMTP id B17FF1703D; Sun, 22 Jan 2006 00:34:32 +0100 (CET) From: Dejan Lesjak To: freebsd-x11@freebsd.org Date: Sun, 22 Jan 2006 00:34:30 +0100 User-Agent: KMail/1.9.1 References: <43D2C192.6050508@ec.rr.com> In-Reply-To: <43D2C192.6050508@ec.rr.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601220034.31563.dejan.lesjak@ijs.si> Cc: jason henson Subject: Re: no dri libs are being built 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, 21 Jan 2006 23:34:42 -0000 On Sunday 22 January 2006 00:19, jason henson wrote: > I have tried to reinstall xorg-server serval times but I can't get dri > to work because I am missing r200_dri.so. I have not yet cvsuped to > todays updated 6.9.0. I plan too, I just wanted to play my game first. > > Is there some simple way to install these? > > > jason% setenv LIBGL_DEBUG > jason% glxinfo > name of display: :0.0 > libGL error: dlopen /usr/X11R6/lib/modules/dri/r200_dri.so failed > (Cannot open "/usr/X11R6/lib/modules/dri/r200_dri.so") > libGL error: unable to find driver: r200_dri.so > display: :0 screen: 0 > direct rendering: No > server glx vendor string: SGI It should be installed by graphics/dri port. Do you have that one installed? Dejan