[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#202111: marked as done (xterm: Xterm does not display the letter 'k')



Your message dated Sat, 26 Jul 2003 10:50:52 -0500
with message-id <20030726155052.GC6121@deadbeast.net>
and subject line Bug#202111: xterm: Xterm does not display the letter 'k'
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 19 Jul 2003 20:33:23 +0000
>From dok@f117047.upc-f.chello.nl Sat Jul 19 15:32:25 2003
Return-path: <dok@f117047.upc-f.chello.nl>
Received: from f117047.upc-f.chello.nl [80.56.117.47] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 19dyNU-0000ZF-00; Sat, 19 Jul 2003 15:32:25 -0500
Received: by f117047.upc-f.chello.nl (Postfix, from userid 1000)
	id 30F6A5F99D; Sat, 19 Jul 2003 22:34:22 +0200 (CEST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Hans van Dok <dok@xs4all.nl>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: xterm: Xterm does not display the letter 'k'
X-Mailer: reportbug 2.18
Date: Sat, 19 Jul 2003 22:34:22 +0200
Message-Id: <[🔎] 20030719203422.30F6A5F99D@f117047.upc-f.chello.nl>
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0
	tests=BAYES_30,HAS_PACKAGE
	version=2.53-bugs.debian.org_2003_06_27
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_06_27 (1.174.2.15-2003-03-30-exp)

Package: xterm
Version: 4.2.1-6
Severity: grave
Justification: renders package unusable



-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux selina 2.4.21selina1 #2 SMP Sat Jul 19 14:07:55 CEST 2003 i686
Locale: LANG=C, LC_CTYPE=en_GB.UTF-8

Versions of packages xterm depends on:
ii  libc6                     2.3.1-16       GNU C Library: Shared libraries an
ii  libfreetype6              2.1.4-4        FreeType 2 font engine, shared lib
ii  libncurses5               5.3.20030510-2 Shared libraries for terminal hand
ii  libxaw7                   4.2.1-6        X Athena widget set library
ii  xlibs                     4.2.1-6        X Window System client libraries

-- debconf information:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "en_GB.UTF-8",
	LANG = (unset)
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").


Xterm does not display the lowercase letter 'k'.
I'm running sarge, and the nvidia X driver. (the vesa driver does
not seem to work with my ASUS GeForce FX 5600 card.)

Other applications, like emacs, Aterm and Eterm display the 'k'
just fine.

I use version 1.0-4349 of the nvidia driver.

If you need more information, please contact me.

My XF86Config:

------------------------------------------------------------------------
### BEGIN DEBCONF SECTION
# XF86Config-4 (XFree86 server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# If you want your changes to this file preserved by dexconf, only make changes
# before the "### BEGIN DEBCONF SECTION" line above, and/or after the
# "### END DEBCONF SECTION" line below.
#
# To change things within the debconf section, run the command:
#   dpkg-reconfigure xserver-xfree86
# as root.  Also see "How do I add custom sections to a dexconf-generated
# XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz.

Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/CID"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
	#Load	"GLcore"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	#Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"speedo"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "InputDevice"
	Identifier	"Generic Mouse"
	Driver		"mouse"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"Generic Video Card"
	Driver		"vesa"
EndSection

Section "Device"
	Identifier	"NVIDIA Video Card"
	Driver		"nvidia"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	HorizSync	30-100
	VertRefresh	50-160
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"NVIDIA Video Card"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Generic Mouse"
EndSection

Section "DRI"
	Mode	0666
EndSection

### END DEBCONF SECTION
------------------------------------------------------------------------

---------------------------------------
Received: (at 202111-done) by bugs.debian.org; 26 Jul 2003 15:50:56 +0000
>From branden@deadbeast.net Sat Jul 26 10:50:53 2003
Return-path: <branden@deadbeast.net>
Received: from dhcp065-026-182-085.indy.rr.com (redwald.deadbeast.net) [65.26.182.85] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 19gRJt-0000BN-00; Sat, 26 Jul 2003 10:50:53 -0500
Received: by redwald.deadbeast.net (Postfix, from userid 1000)
	id 718A764168; Sat, 26 Jul 2003 10:50:52 -0500 (EST)
Date: Sat, 26 Jul 2003 10:50:52 -0500
From: Branden Robinson <branden@debian.org>
To: 202111-done@bugs.debian.org
Subject: Re: Bug#202111: xterm: Xterm does not display the letter 'k'
Message-ID: <20030726155052.GC6121@deadbeast.net>
References: <[🔎] 20030719203422.30F6A5F99D@f117047.upc-f.chello.nl> <[🔎] 20030720123918.GX6121@deadbeast.net> <[🔎] 20030724201010.GA6121@deadbeast.net> <[🔎] 20030725214441.GA9748@f117047.upc-f.chello.nl>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="t47KK0g9mddln0Re"
Content-Disposition: inline
In-Reply-To: <[🔎] 20030725214441.GA9748@f117047.upc-f.chello.nl>
User-Agent: Mutt/1.5.4i
Delivered-To: 202111-done@bugs.debian.org
X-Spam-Status: No, hits=-18.6 required=4.0
	tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2,
	      REFERENCES,REPLY_WITH_QUOTES,USER_AGENT_MUTT
	autolearn=ham version=2.53-bugs.debian.org_2003_07_20
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_07_20 (1.174.2.15-2003-03-30-exp)


--t47KK0g9mddln0Re
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Fri, Jul 25, 2003 at 11:44:41PM +0200, Hans van Dok wrote:
> Mr Robinson,
>=20
> A friend of mine pointed out that the Debian package I installed xterm fr=
om
> had the wrong MD-sum (although admittedly I am unsure what that is.)  Aft=
er
> re-installing the package it did work fine.
>=20
> My apologies for not checking this beforehand, and thank you very kindly =
for
> your time.

Okay.  Thanks for following up.

Closing per submitter.

--=20
G. Branden Robinson                |    Build a fire for a man, and he'll
Debian GNU/Linux                   |    be warm for a day.  Set a man on
branden@debian.org                 |    fire, and he'll be warm for the
http://people.debian.org/~branden/ |    rest of his life. - Terry Pratchett

--t47KK0g9mddln0Re
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iEYEARECAAYFAj8io1wACgkQ6kxmHytGonxB+ACfU2QIysfbOYW6qNfRgLmB3JqC
u6cAoJtAjW+BBYXftEO41+g4NHbUmmRK
=VOES
-----END PGP SIGNATURE-----

--t47KK0g9mddln0Re--



Reply to: