From owner-freebsd-x11@FreeBSD.ORG Tue Feb 3 23:36:54 2009 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CDDC106566B for ; Tue, 3 Feb 2009 23:36:54 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-ew0-f21.google.com (mail-ew0-f21.google.com [209.85.219.21]) by mx1.freebsd.org (Postfix) with ESMTP id 7CF578FC1E for ; Tue, 3 Feb 2009 23:36:53 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by ewy14 with SMTP id 14so3695052ewy.19 for ; Tue, 03 Feb 2009 15:36:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=jlLk26U/igf7Omz/fOUDs7yq1f28x4ArlIni0Qi1GNc=; b=jWrLav58IJS2NtC9pNFNTvy8cknHjVhUz/+GllhaAe9d0ey4A/Doa66VykVLstPDQx z7PDfdU8Z4dEGBD6jhIDvz1uobA6lKUkWgtZF3lCdTmf63ZcRwTlBe2DzEstHCCBNIU5 s++RHPI1DCiMWghdbtDLUunFGbWayA9TeRVGY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=kGQkFsDdbz923x2ni27XDGJ7sCSxEqZwzQaIIlGizsaKO8AFPpCDeS+1xqV70ng9RB 9bfMYrUZ0S/WQzKsK8yYcTvu/gKvx2W6AWqq/64yAJdHK5pNNIeZt/hhgUKDYcY1Mjew rzH4cC9+3N59jA4/60//xAqGr4frRYKBpXCVA= MIME-Version: 1.0 Received: by 10.210.13.17 with SMTP id 17mr4211549ebm.130.1233704212593; Tue, 03 Feb 2009 15:36:52 -0800 (PST) In-Reply-To: <498897CB.7080505@system.pl> References: <1233456742.1534.14.camel@ferret.2hip.net> <498897CB.7080505@system.pl> Date: Wed, 4 Feb 2009 00:36:52 +0100 Message-ID: <3a142e750902031536o617e13c4m248ed716783ff37@mail.gmail.com> From: "Paul B. Mahol" To: Marcin Cieslak Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org Subject: Re: [HEADS UP/CFT] Xserver 1.6 + randr + intel 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, 03 Feb 2009 23:36:54 -0000 On 2/3/09, Marcin Cieslak wrote: > Robert Noland wrote: >> Ok, I'm expecting Xserver 1.6 final to release sometime on Monday. I'm >> planning to commit this sometime next week. This patch includes the >> following Xserver 1.6rc2, randrproto rc, libXrandr rc, xrandr rc, and >> the 2.6.1 release of the intel driver. > > > After a successful upgrade of kernel and world r187968M:two days ago and > a successful (sic!) update of X to server 1.5.3 and friends I have > decided to give 1.6 a try. > > I have tried this both with intel and nv driver (my laptop has both but > only one can be active at the time - switchable at the boot time). > > 1. First thing, I have lost access to my legacy X11 fonts. > > [dix] Could not init font path element /usr/local/lib/X11/fonts/misc/, > removing from list! > [dix] Could not init font path element /usr/local/lib/X11/fonts/TTF/, > removing from list! > [dix] Could not init font path element /usr/local/lib/X11/fonts/OTF, > removing from list! > > etc. > > I get: > > % xset fp+ /usr/local/lib/X11/fonts/100dpi > xset: bad font path element (#23), possible causes are: > Directory does not exist or has wrong permissions > Directory missing fonts.dir > Incorrect font server address or syntax > > There is no more a "freetype" and "xtrap" module, so I had to change by > config. > > Gtk applications (seamonkey) and Qt (psi) have no problems with fonts, > but xterm does. xterm is unable to locate any bitmap font (fallback to > "fixed") and when told to use Freetype fonts (-fa 'Luxi Mono-10' option) > it looks like black text on black background (my xterm has a white fb, > black bg). You can issue commands in such a window (the letter spacing > is preserved and the cursor moves), but xterm segfaults when there is > a need to scroll. > > xterm -bg white segfaults immediately, > > xterm has been recompiled after 1.6 installation. > > 2. Once (when running NVidia) the server froze, i.e. I could only move > mouse and no keys worked (including server zap, switching VTs or > Ctrl-Alt-Del). This happened when displaying a fast-scrolling > ./configure output of the libXfont in a full-screen xterm window. > > The freeze doesn't look like > a http://bugs.freedesktop.org/show_bug.cgi?id=17358 however. > > I am using dwm as the window manager. > > A bunch of config files and output from various commands is available at: > > http://akson.sgh.waw.pl/~saper/FreeBSD/ports/xorg-server/xorg-1.6/ > > --Marcin > > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > Missing freetype module should be fixed in xorg-server git. -- Paul