From owner-freebsd-questions@FreeBSD.ORG Mon Jul 16 01:06:53 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D8CC916A400 for ; Mon, 16 Jul 2007 01:06:53 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from smtpclu-3.eunet.yu (smtpclu-3.eunet.yu [194.247.192.228]) by mx1.freebsd.org (Postfix) with ESMTP id 679DF13C471 for ; Mon, 16 Jul 2007 01:06:52 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-227-182.eunet.yu [213.198.227.182]) by smtpclu-3.eunet.yu (8.13.6/8.13.6) with ESMTP id l6G16grP029895; Mon, 16 Jul 2007 03:06:44 +0200 Message-Id: <200707160106.l6G16grP029895@smtpclu-3.eunet.yu> Date: Mon, 16 Jul 2007 03:06:47 +0200 From: Nikola Lecic To: Michael Gass In-Reply-To: <20070716001503.GA17213@unix.csbsju.edu> References: <20070716001503.GA17213@unix.csbsju.edu> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.13; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD 6.2-RELEASE X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-EUNET-AVAS-Milter-Version: 2.0.0 X-AVAS-Virus-Status: clean X-AVAS-Spamd-Symbols: BAYES_40,UNPARSEABLE_RELAY X-AVAS-Spam-Score: -0.2 Cc: Lowell Gilbert , freebsd-questions@freebsd.org Subject: Re: Garbled text in xterm X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jul 2007 01:06:53 -0000 On Sun, 15 Jul 2007 19:15:03 -0500 Michael Gass wrote: > Lowell Gilbert wrote: >=20 > > Hmm. I've never heard of any symptoms quite like this. > > A few stabs in the dark: > > What happened if you used no xorg.conf at all? Did you get the same > > xterm problem? >=20 > > Do you have a locale set? >=20 > Thanks for the response. > 1. If I try to running with no xorg.conf, it just hangs. I think the > equipment is too old for the defaults. > 2. My locale is set to "C" > 3. If I set the DefaultDepth to 1 in Screen, then it works - but of > course there is no color. If I set the DefaultDepth to either 4 or 8, > then I get the garbled text again. I do not think it is the keyboard, > as the garbled text happens right at the prompt, and when I do type, > it garbles, but the correct thing happens. For instance, if I type > "xterm" then the charactors are messed up, but an xterm comes up > (again with garbled text). > 4. I tried having X construct a configure file for me (Xorg > -configure), but same problem. Hello Michael, What happens if you add Option "XaaNoScanlineImageWriteRect" "true" Option "XaaNoScanlineCPUToScreenColorExpandFill" "true" to the Screen section (try Device too)? Try also: Option "Accel" "false" Nikola Le=C4=8Di=C4=87