From owner-freebsd-x11@FreeBSD.ORG Mon May 21 22:46:01 2007 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C5AAA16A46C for ; Mon, 21 May 2007 22:46:01 +0000 (UTC) (envelope-from krzysztof.jurewicz@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.251]) by mx1.freebsd.org (Postfix) with ESMTP id 8519613C46C for ; Mon, 21 May 2007 22:46:01 +0000 (UTC) (envelope-from krzysztof.jurewicz@gmail.com) Received: by an-out-0708.google.com with SMTP id d23so412825and for ; Mon, 21 May 2007 15:46:00 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EYFVObN44mlqO/PKAMBSgyaIACAUAgFY/+aXRET9PYA61gv3ITM3xZ7E8lsd4JbslpybL5zvz2fgGtF2fgbcQVlc8Qbaw9waEoQJ9qdHymNk4VFRfNRnCx2+oqRRe7XuPKx5OL+h9CpqmxaevR4lgZXqE/tzh1ICrxA6MAd5b2w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Fl8vTYSeONpLjKgn0CaS3PK6MTnRkaa9y14rbufdAhC4hKBatJ2IfXxoLJhsHaVQMXOmcfGpoXNWR/ojCFwX97NhNBKZIPe8biKpj3NbQf+ngbYjGIcDfc8+ZLYFxdGbZTyotwUMQYyjajeKMACj6sszVOmkV76tU8ZtMeow4Xo= Received: by 10.100.8.18 with SMTP id 18mr3336882anh.1179787560424; Mon, 21 May 2007 15:46:00 -0700 (PDT) Received: by 10.100.5.5 with HTTP; Mon, 21 May 2007 15:46:00 -0700 (PDT) Message-ID: <6684c7480705211546sd8f229fy187463dc185d17d@mail.gmail.com> Date: Tue, 22 May 2007 00:46:00 +0200 From: "Krzysztof Jurewicz" To: freebsd-x11@freebsd.org In-Reply-To: <200705212247.48535.dejan.lesjak@ijs.si> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6684c7480705211256r385ce0f7w78e0f40f00a60da2@mail.gmail.com> <200705212247.48535.dejan.lesjak@ijs.si> Subject: Odp: "Fixed" font not found after upgrade to 7.2 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, 21 May 2007 22:46:01 -0000 > It seems fonts did not get installed properly. Output > of "ls -l /usr/local/lib/X11/fonts/misc" might help, but you might just go > ahead and try to reinstall font-misc-misc and font-cursor-misc. Ok, reinstalling did the job. Xorg now works pretty well (hope it didn't matter if I tested it mainly on root account). Thanks a lot for help.