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

Bug#184337: marked as done (xlibs: [xkb] option ctrl:nocaps does not work with xfree86/pc104/us/nodeadkeys)



Your message dated Tue, 20 Apr 2004 15:25:04 -0500
with message-id <20040420202504.GB21188@deadbeast.net>
and subject line Bug#184337: xlibs-data: user misconfiguration
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; 11 Mar 2003 17:57:39 +0000
>From madduck@diamond.madduck.net Tue Mar 11 11:57:37 2003
Return-path: <madduck@diamond.madduck.net>
Received: from debian4.unizh.ch (albatross.madduck.net) [130.60.73.144] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18so0O-0006jR-00; Tue, 11 Mar 2003 11:57:36 -0600
Received: from virusscan (albatross [127.0.0.1])
	by albatross.madduck.net (postfix) with ESMTP id EA8A626BC
	for <submit@bugs.debian.org>; Tue, 11 Mar 2003 18:57:34 +0100 (CET)
Received: from diamond.madduck.net (diamond.madduck.net [130.60.75.58])
	(using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits))
	(Client CN "diamond.madduck.net", Issuer "madduck.net CA" (verified OK))
	by albatross.madduck.net (postfix) with ESMTP id 63D74756
	for <submit@bugs.debian.org>; Tue, 11 Mar 2003 18:57:34 +0100 (CET)
Received: by diamond.madduck.net (postfix, from userid 1000)
	id 97B371003; Tue, 11 Mar 2003 18:57:33 +0100 (CET)
Date: Tue, 11 Mar 2003 18:57:33 +0100
From: martin f krafft <madduck@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: xserver-xfree86: ctrl:nocaps not working anymore
Message-ID: <20030311175733.GA18205@diamond.madduck.net>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="xHFwDpU9dbj6ez1V"
Content-Disposition: inline
X-Reportbug-Version: 2.10
Organization: Debian GNU/Linux
X-OS: Debian GNU/Linux testing/unstable kernel 2.4.20-grsec+freeswan+preempt-diamond i686
X-Motto: Keep the good times rollin'
X-Subliminal-Message: debian/rules!
User-Agent: Mutt/1.5.3i
X-Virus-Scanned: by albatross.madduck.net
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-3.5 required=4.0
	tests=BALANCE_FOR_LONG_20K,HAS_PACKAGE,NOSPAM_INC,
	      PGP_SIGNATURE_2,SPAM_PHRASE_00_01,SUPERLONG_LINE,
	      USER_AGENT,USER_AGENT_MUTT
	version=2.44
X-Spam-Level: 


--xHFwDpU9dbj6ez1V
Content-Type: text/plain; charset=iso-8859-15
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: xserver-xfree86
Version: 4.2.1-3
Severity: normal

even though i used debconf to configure

        Option          "XkbOptions"    "ctrl:nocaps"

the caps lock key is not disabled. this is on multiple workstations,
the configuration of this one is just one example.

and sorry, i can't upgrade to unstable to see if this problem still
persists as these are productive machines.

-- Package-specific info:
01:05.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 MX440]=
 (rev a3)
01:05.0 Class 0300: 10de:0171 (rev a3)

### 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 cha=
nges
# 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/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	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"
	Option		"XkbVariant"	"nodeadkeys"
	Option		"XkbOptions"	"ctrl:nocaps"
EndSection

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

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

Section "Monitor"
	Identifier	"Generic Monitor"
	HorizSync	24-80
	VertRefresh	56-75
	Option		"DPMS"
EndSection

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

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

Section "DRI"
	Mode	0666
EndSection

### END DEBCONF SECTION


XFree86 Version 4.2.1 (Debian 4.2.1-3 20021016191246 branden@deadbeast.net)=
 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 3 September 2002
	If the server is older than 6-12 months, or if your card is
	newer than the above date, look for a newer version before
	reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: Linux 2.4.18 i686 [ELF]=20
Module Loader present
Markers: (--) probed, (**) from config file, (=3D=3D) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(=3D=3D) Log file: "/var/log/XFree86.0.log", Time: Tue Mar 11 15:48:47 2003
(=3D=3D) Using config file: "/etc/X11/XF86Config-4"
(=3D=3D) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "Generic Video Card"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(**) Option "XkbVariant" "nodeadkeys"
(**) XKB: variant: "nodeadkeys"
(**) Option "XkbOptions" "ctrl:nocaps"
(**) XKB: options: "ctrl:nocaps"
(=3D=3D) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/Speedo" does not exist.
	Entry deleted from font path.
(**) FontPath set to "unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts=
/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Typ=
e1,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi"
(=3D=3D) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(=3D=3D) ModulePath set to "/usr/X11R6/lib/modules"
(++) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.1
	XFree86 Video Driver: 0.5
	XFree86 XInput driver : 0.3
	XFree86 Server Extension : 0.1
	XFree86 Font Renderer : 0.3
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages =3D 0x03, oldVal1 =3D 0x00000000, mode1Res1 =3D 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1022,700c card 0000,0000 rev 11 class 06,00,00 hdr =
00
(II) PCI: 00:01:0: chip 1022,700d card 0000,0000 rev 00 class 06,04,00 hdr =
01
(II) PCI: 00:07:0: chip 1022,7440 card 0000,0000 rev 05 class 06,01,00 hdr =
80
(II) PCI: 00:07:1: chip 1022,7441 card 1022,7441 rev 04 class 01,01,8a hdr =
00
(II) PCI: 00:07:3: chip 1022,7443 card 1022,7443 rev 03 class 06,80,00 hdr =
00
(II) PCI: 00:07:5: chip 1022,7445 card 0000,0000 rev 03 class 04,01,00 hdr =
00
(II) PCI: 00:10:0: chip 1022,7448 card 0000,0000 rev 05 class 06,04,00 hdr =
01
(II) PCI: 01:05:0: chip 10de,0171 card 1043,809f rev a3 class 03,00,00 hdr =
00
(II) PCI: 02:00:0: chip 1022,7449 card 0000,0000 rev 07 class 0c,03,10 hdr =
00
(II) PCI: 02:06:0: chip 1033,0035 card 1462,9516 rev 41 class 0c,03,10 hdr =
80
(II) PCI: 02:06:1: chip 1033,0035 card 1462,9516 rev 41 class 0c,03,10 hdr =
00
(II) PCI: 02:06:2: chip 1033,00e0 card 1462,9516 rev 02 class 0c,03,20 hdr =
00
(II) PCI: 02:09:0: chip 8086,1209 card 8086,3000 rev 09 class 02,00,00 hdr =
00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1 0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1 0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1 0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0e (VGA_EN is set)
(II) Bus 1 I/O range:
(II) Bus 1 non-prefetchable memory range:
	[0] -1 0	0xf8000000 - 0xf9ffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1 0	0xe8000000 - 0xf7ffffff (0x10000000) MX[B]
(II) Bus -1: bridge is at (0:7:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(II) Bus 2: bridge is at (0:16:0), (0,2,2), BCTRL: 0x06 (VGA_EN is cleared)
(II) Bus 2 I/O range:
	[0] -1 0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
	[1] -1 0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[2] -1 0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[3] -1 0	0x0000dc00 - 0x0000dcff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
	[0] -1 0	0xfa000000 - 0xfbffffff (0x2000000) MX[B]
(II) Bus 2 prefetchable memory range:
(--) PCI:*(1:5:0) NVidia GeForce4 MX 440 rev 163, Mem @ 0xf8000000/24, 0xe8=
000000/27, 0xf0000000/19
(II) Addressable bus resource ranges are
	[0] -1 0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1 0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
	[0] -1 0	0xfb000000 - 0xfb01ffff (0x20000) MX[B]
	[1] -1 0	0xfb022000 - 0xfb022fff (0x1000) MX[B]
	[2] -1 0	0xfb021000 - 0xfb0210ff (0x100) MX[B]
	[3] -1 0	0xfb020000 - 0xfb020fff (0x1000) MX[B]
	[4] -1 0	0xfb024000 - 0xfb024fff (0x1000) MX[B]
	[5] -1 0	0xfb023000 - 0xfb023fff (0x1000) MX[B]
	[6] -1 0	0xfc000000 - 0xfc000fff (0x1000) MX[B]
	[7] -1 0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
	[8] -1 0	0xf0000000 - 0xf007ffff (0x80000) MX[B](B)
	[9] -1 0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[10] -1 0	0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B)
	[11] -1 0	0x0000d000 - 0x0000d03f (0x40) IX[B]
	[12] -1 0	0x0000e800 - 0x0000e83f (0x40) IX[B]
	[13] -1 0	0x0000e400 - 0x0000e4ff (0x100) IX[B]
	[14] -1 0	0x0000e000 - 0x0000e00f (0x10) IX[B]
	[15] -1 0	0x0000ec00 - 0x0000ec03 (0x4) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1 0	0xfb000000 - 0xfb01ffff (0x20000) MX[B]
	[1] -1 0	0xfb022000 - 0xfb022fff (0x1000) MX[B]
	[2] -1 0	0xfb021000 - 0xfb0210ff (0x100) MX[B]
	[3] -1 0	0xfb020000 - 0xfb020fff (0x1000) MX[B]
	[4] -1 0	0xfb024000 - 0xfb024fff (0x1000) MX[B]
	[5] -1 0	0xfb023000 - 0xfb023fff (0x1000) MX[B]
	[6] -1 0	0xfc000000 - 0xfc000fff (0x1000) MX[B]
	[7] -1 0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
	[8] -1 0	0xf0000000 - 0xf007ffff (0x80000) MX[B](B)
	[9] -1 0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[10] -1 0	0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B)
	[11] -1 0	0x0000d000 - 0x0000d03f (0x40) IX[B]
	[12] -1 0	0x0000e800 - 0x0000e83f (0x40) IX[B]
	[13] -1 0	0x0000e400 - 0x0000e4ff (0x100) IX[B]
	[14] -1 0	0x0000e000 - 0x0000e00f (0x10) IX[B]
	[15] -1 0	0x0000ec00 - 0x0000ec03 (0x4) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0xfb000000 - 0xfb01ffff (0x20000) MX[B]
	[6] -1 0	0xfb022000 - 0xfb022fff (0x1000) MX[B]
	[7] -1 0	0xfb021000 - 0xfb0210ff (0x100) MX[B]
	[8] -1 0	0xfb020000 - 0xfb020fff (0x1000) MX[B]
	[9] -1 0	0xfb024000 - 0xfb024fff (0x1000) MX[B]
	[10] -1 0	0xfb023000 - 0xfb023fff (0x1000) MX[B]
	[11] -1 0	0xfc000000 - 0xfc000fff (0x1000) MX[B]
	[12] -1 0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
	[13] -1 0	0xf0000000 - 0xf007ffff (0x80000) MX[B](B)
	[14] -1 0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[15] -1 0	0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B)
	[16] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1 0	0x0000d000 - 0x0000d03f (0x40) IX[B]
	[19] -1 0	0x0000e800 - 0x0000e83f (0x40) IX[B]
	[20] -1 0	0x0000e400 - 0x0000e4ff (0x100) IX[B]
	[21] -1 0	0x0000e000 - 0x0000e00f (0x10) IX[B]
	[22] -1 0	0x0000ec00 - 0x0000ec03 (0x4) IX[B]
(II) LoadModule: "GLcore"
(WW) Warning, couldn't open module GLcore
(II) UnloadModule: "GLcore"
(EE) Failed to load module "GLcore" (module does not exist, 0)
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 1.1.10
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor=3D"NVIDIA Corporation"
	compiled for 4.0.2, module version =3D 1.0.3123
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 1.13.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension RECORD
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 1.0.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Speedo
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 1.0.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "nvidia"
(II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor=3D"NVIDIA Corporation"
	compiled for 4.0.2, module version =3D 1.0.3123
	Module class: XFree86 Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.3
(II) NVIDIA XFree86 Driver  1.0-3123  Tue Aug 27 16:00:08 PDT 2002
(II) NVIDIA: NVIDIA driver for: RIVA TNT, RIVA TNT2, Vanta,
	RIVA TNT2 Ultra, RIVA TNT2 Model 64, Aladdin TNT2, GeForce 256,
	GeForce DDR, Quadro, GeForce2 MX/MX 400, GeForce2 MX 100/200,
	Quadro2 MXR/EX/Go, GeForce2 Integrated GPU, GeForce2 GTS,
	GeForce2 Ti, GeForce2 Ultra, Quadro2 Pro, GeForce4 MX 460,
	GeForce4 MX 440, GeForce4 MX 420, Quadro4 500/550 XGL,
	Quadro4 200/400 NVS, NV18, NV18 , NV18  , NV18, NV18GL, NV18GL ,
	NV18GL  , 0x01F0, GeForce3, GeForce3 Ti 200, GeForce3 Ti 500,
	Quadro DCC, GeForce4 Ti 4600, GeForce4 Ti 4400, GeForce4 Ti 4200,
	Quadro4 900 XGL, Quadro4 750 XGL, Quadro4 700 XGL, NV28, NV28 ,
	NV28GL, NV28GL , GeForce2 Go, GeForce4 440 Go, GeForce4 420 Go,
	GeForce4 420 Go 32M, GeForce4 460 Go, GeForce4 440 Go 64M,
	GeForce4 410 Go 16M, Quadro4 500 GoGL
(II) Primary Device is: PCI 01:05:0
(--) Assigning device section with no busID to primary device
(--) Chipset GeForce4 MX 440 found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0xfb000000 - 0xfb01ffff (0x20000) MX[B]
	[6] -1 0	0xfb022000 - 0xfb022fff (0x1000) MX[B]
	[7] -1 0	0xfb021000 - 0xfb0210ff (0x100) MX[B]
	[8] -1 0	0xfb020000 - 0xfb020fff (0x1000) MX[B]
	[9] -1 0	0xfb024000 - 0xfb024fff (0x1000) MX[B]
	[10] -1 0	0xfb023000 - 0xfb023fff (0x1000) MX[B]
	[11] -1 0	0xfc000000 - 0xfc000fff (0x1000) MX[B]
	[12] -1 0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
	[13] -1 0	0xf0000000 - 0xf007ffff (0x80000) MX[B](B)
	[14] -1 0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[15] -1 0	0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B)
	[16] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1 0	0x0000d000 - 0x0000d03f (0x40) IX[B]
	[19] -1 0	0x0000e800 - 0x0000e83f (0x40) IX[B]
	[20] -1 0	0x0000e400 - 0x0000e4ff (0x100) IX[B]
	[21] -1 0	0x0000e000 - 0x0000e00f (0x10) IX[B]
	[22] -1 0	0x0000ec00 - 0x0000ec03 (0x4) IX[B]
(II) resource ranges after probing:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0xfb000000 - 0xfb01ffff (0x20000) MX[B]
	[6] -1 0	0xfb022000 - 0xfb022fff (0x1000) MX[B]
	[7] -1 0	0xfb021000 - 0xfb0210ff (0x100) MX[B]
	[8] -1 0	0xfb020000 - 0xfb020fff (0x1000) MX[B]
	[9] -1 0	0xfb024000 - 0xfb024fff (0x1000) MX[B]
	[10] -1 0	0xfb023000 - 0xfb023fff (0x1000) MX[B]
	[11] -1 0	0xfc000000 - 0xfc000fff (0x1000) MX[B]
	[12] -1 0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
	[13] -1 0	0xf0000000 - 0xf007ffff (0x80000) MX[B](B)
	[14] -1 0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[15] -1 0	0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B)
	[16] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[17] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[18] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[19] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[20] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[21] -1 0	0x0000d000 - 0x0000d03f (0x40) IX[B]
	[22] -1 0	0x0000e800 - 0x0000e83f (0x40) IX[B]
	[23] -1 0	0x0000e400 - 0x0000e4ff (0x100) IX[B]
	[24] -1 0	0x0000e000 - 0x0000e00f (0x10) IX[B]
	[25] -1 0	0x0000ec00 - 0x0000ec03 (0x4) IX[B]
	[26] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[27] 0 0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(=3D=3D) NVIDIA(0): RGB weight 888
(=3D=3D) NVIDIA(0): Default visual is TrueColor
(=3D=3D) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(--) NVIDIA(0): Linear framebuffer at 0xE8000000
(--) NVIDIA(0): MMIO registers at 0xF8000000
(--) NVIDIA(0): VideoRAM: 65536 kBytes
(--) NVIDIA(0): Detected TV Encoder: NVIDIA
(--) NVIDIA(0): Display 0: maximum pixel clock at  8 bpp: 350 MHz
(--) NVIDIA(0): Display 0: maximum pixel clock at 16 bpp: 350 MHz
(--) NVIDIA(0): Display 0: maximum pixel clock at 32 bpp: 350 MHz
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) NVIDIA(0): Generic Monitor: Using hsync range of 24.00-80.00 kHz
(II) NVIDIA(0): Generic Monitor: Using vrefresh range of 56.00-75.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 350.00 MHz
(II) NVIDIA(0): Not using default mode "640x350" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x175" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x400" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x200" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "720x400" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "360x200" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x480" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x240" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "800x600" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "400x300" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (bad mode clock/interlace=
/doublescan)
(II) NVIDIA(0): Not using default mode "512x384" (bad mode clock/interlace/=
doublescan)
(II) NVIDIA(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "512x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1280x960" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x480" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(WW) (1600x1200,Generic Monitor) mode clock 162MHz exceeds DDC maximum 140M=
Hz
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1400x1050" (hsync out of range)
(II) NVIDIA(0): Not using default mode "700x525" (hsync out of range)
(**) NVIDIA(0): Validated modes for Display Device 0:
(**) NVIDIA(0):      Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(**) NVIDIA(0):      Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
(++) NVIDIA(0): DPI set to (100, 100)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor=3D"The XFree86 Project"
	compiled for 4.2.1, module version =3D 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0 0	0xf0000000 - 0xf007ffff (0x80000) MX[B]
	[1] 0 0	0xe8000000 - 0xefffffff (0x8000000) MX[B]
	[2] 0 0	0xf8000000 - 0xf8ffffff (0x1000000) MX[B]
	[3] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[4] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[5] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[6] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[7] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[8] -1 0	0xfb000000 - 0xfb01ffff (0x20000) MX[B]
	[9] -1 0	0xfb022000 - 0xfb022fff (0x1000) MX[B]
	[10] -1 0	0xfb021000 - 0xfb0210ff (0x100) MX[B]
	[11] -1 0	0xfb020000 - 0xfb020fff (0x1000) MX[B]
	[12] -1 0	0xfb024000 - 0xfb024fff (0x1000) MX[B]
	[13] -1 0	0xfb023000 - 0xfb023fff (0x1000) MX[B]
	[14] -1 0	0xfc000000 - 0xfc000fff (0x1000) MX[B]
	[15] -1 0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
	[16] -1 0	0xf0000000 - 0xf007ffff (0x80000) MX[B](B)
	[17] -1 0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[18] -1 0	0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B)
	[19] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[20] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[21] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[22] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[23] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[24] -1 0	0x0000d000 - 0x0000d03f (0x40) IX[B]
	[25] -1 0	0x0000e800 - 0x0000e83f (0x40) IX[B]
	[26] -1 0	0x0000e400 - 0x0000e4ff (0x100) IX[B]
	[27] -1 0	0x0000e000 - 0x0000e00f (0x10) IX[B]
	[28] -1 0	0x0000ec00 - 0x0000ec03 (0x4) IX[B]
	[29] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[30] 0 0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): AGP 4X successfully initialized
(II) NVIDIA(0): Setting mode "1280x1024"
(II) NVIDIA(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	Solid filled trapezoids
	8x8 mono pattern filled rectangles
	8x8 mono pattern filled trapezoids
	Indirect CPU to Screen color expansion
	Solid Lines
	Scanline Image Writes
	Offscreen Pixmaps
	Driver provided FillSolidRects replacement
	Driver provided FillSolidSpans replacement
	Driver provided FillMono8x8PatternRects replacement
	Driver provided WritePixmap replacement
	Driver provided ReadPixmap replacement
	Setting up tile and stipple cache:
		20 128x128 slots
		5 256x256 slots
(=3D=3D) NVIDIA(0): Backing store disabled
(=3D=3D) NVIDIA(0): Silken mouse enabled
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-GLX
(II) Loading extension NV-CONTROL
Symbol __glXActiveScreens from module /usr/X11R6/lib/modules/extensions/lib=
dri.a is unresolved!
Symbol __glXActiveScreens from module /usr/X11R6/lib/modules/extensions/lib=
dri.a is unresolved!
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) [GLX]: Calling GlxExtensionInit
(II) Keyboard "Generic Keyboard" handled by legacy driver
(**) Option "Protocol" "ImPS/2"
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/gpmdata"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 5
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
Could not init font path element unix/:7100, removing from list!
GetModeLine - scrn: 0 clock: 135000
GetModeLine - hdsp: 1280 hbeg: 1296 hend: 1440 httl: 1688
              vdsp: 1024 vbeg: 1025 vend: 1028 vttl: 1066 flags: 5

-rw-r--r--    1 root     root        26784 2003-03-11 15:49 /var/log/XFree8=
6.0.log

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux diamond 2.4.20-grsec+freeswan+preempt-diamond #1 SMP Fri Mar =
7 19:50:06 CET 2003 i686
Locale: LANG=3Den_GB.ISO-8859-15, LC_CTYPE=3Dde_DE.ISO-8859-15

Versions of packages xserver-xfree86 depends on:
ii  debconf                       1.2.21     Debian configuration managemen=
t sy
ii  libc6                         2.3.1-14   GNU C Library: Shared librarie=
s an
ii  xserver-common                4.2.1-3    files and utilities common to =
all=20
ii  zlib1g                        1:1.1.4-6  compression library - runtime

-- debconf information:
* xserver-xfree86/config/inputdevice/keyboard/variant: nodeadkeys
* xserver-xfree86/config/inputdevice/keyboard/rules: xfree86
* xserver-xfree86/config/inputdevice/keyboard/layout: us
  shared/clobber_x-server_symlink: false
* xserver-xfree86/config/device/identifier: Generic Video Card
* xserver-xfree86/config/inputdevice/keyboard/options: ctrl:nocaps
* xserver-xfree86/config/inputdevice/keyboard/model: pc104
  shared/default-x-server: xserver-xfree86
* xserver-xfree86/config/display/default_depth: 24
  xserver-xfree86/config/monitor/range_input_error:=20
* xserver-xfree86/config/monitor/vert-refresh: 56-75
* xserver-xfree86/config/monitor/identifier: Generic Monitor
  shared/multiple_possible_x-servers:=20
  xserver-xfree86/autodetect_mouse: true
  xserver-xfree86/autodetect_video_card: true
* xserver-xfree86/config/inputdevice/mouse/port: /dev/gpmdata
  xserver-xfree86/autodetect_monitor: true
  xserver-xfree86/multiple_possible_x-drivers:=20
  xserver-xfree86/config/monitor/screen-size: 17 inches (430 mm)
  xserver-xfree86/config/inputdevice/keyboard/internal:=20
* xserver-xfree86/config/inputdevice/mouse/protocol: ImPS/2
* xserver-xfree86/config/inputdevice/mouse/emulate3buttons: true
  shared/no_known_x-server:=20
* xserver-xfree86/config/device/driver: nv
* xserver-xfree86/config/write_files_section: true
  xserver-xfree86/config/doublequote_in_string_error:=20
* xserver-xfree86/config/monitor/horiz-sync: 24-80
* xserver-xfree86/config/monitor/selection-method: Advanced
  xserver-xfree86/move_existing_nondebconf_config: false
* xserver-xfree86/config/modules: GLcore, bitmap, dbe, ddc, dri, extmod, fr=
eetype, glx, int10, record, speedo, type1, vbe
* xserver-xfree86/config/device/use_fbdev: false
* xserver-xfree86/config/inputdevice/mouse/zaxismapping: true
* xserver-xfree86/config/display/modes: 1280x1024, 1152x864, 1024x768, 800x=
600, 640x480
* xserver-xfree86/config/device/video_ram:=20
  xserver-xfree86/config/monitor/mode-list: 1280x960 @ 60Hz
  xserver-xfree86/config/device/bus_id_error:=20
* xserver-xfree86/config/monitor/lcd: true
* xserver-xfree86/config/write_dri_section: true
* xserver-xfree86/manage_config_with_debconf: true
  xserver-xfree86/config/null_string_error:=20
* xserver-xfree86/config/device/bus_id:=20
  xserver-xfree86/config/nonnumeric_string_error:=20


--=20
Please do not CC me when replying to lists; I read them!
=20
 .''`.     martin f. krafft <madduck@debian.org>
: :'  :    proud Debian developer, admin, and user
`. `'`
  `-  Debian - when you have better things to do than fixing a system
=20
NOTE: The pgp.net keyservers and their mirrors are broken!
Get my key here: http://people.debian.org/~madduck/gpg/330c4a75.asc

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

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

iD8DBQE+biONIgvIgzMMSnURAicDAJ48D7csh4pvghcm2VyXNTlNOIs/ywCcDCdL
1N9/1uVnO6s9Fu69fWPrxIg=
=W2T2
-----END PGP SIGNATURE-----

--xHFwDpU9dbj6ez1V--

---------------------------------------
Received: (at 184337-done) by bugs.debian.org; 20 Apr 2004 20:25:05 +0000
>From branden@deadbeast.net Tue Apr 20 13:25:05 2004
Return-path: <branden@deadbeast.net>
Received: from dhcp065-026-182-085.indy.rr.com (redwald.deadbeast.net) [65.26.182.85] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BG1nl-0003Bb-00; Tue, 20 Apr 2004 13:25:05 -0700
Received: by redwald.deadbeast.net (Postfix, from userid 1000)
	id 41A7D640FF; Tue, 20 Apr 2004 15:25:04 -0500 (EST)
Date: Tue, 20 Apr 2004 15:25:04 -0500
From: Branden Robinson <branden@debian.org>
To: 184337-done@bugs.debian.org
Subject: Re: Bug#184337: xlibs-data: user misconfiguration
Message-ID: <20040420202504.GB21188@deadbeast.net>
References: <[🔎] 20040416202153.GA2825@linuxfr.org> <[🔎] 20040418203459.GN12579@deadbeast.net> <[🔎] 20040418212513.GB2186@linuxfr.org>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="4SFOXa2GPu3tIq4H"
Content-Disposition: inline
In-Reply-To: <[🔎] 20040418212513.GB2186@linuxfr.org>
User-Agent: Mutt/1.5.5.1+cvs20040105i
Delivered-To: 184337-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 1


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

On Sun, Apr 18, 2004 at 11:25:13PM +0200, Denis Barbier wrote:
> On Sun, Apr 18, 2004 at 03:34:59PM -0500, Branden Robinson wrote:
> [...]
> > > As it was noticed, these settings are invalid.  It looks like previous
> > > XFree86 versions did ignore these errors and partially modified keybo=
ard
> > > layout, but the safest option is not to modify the current layout when
> > > a parameter is wrong, otherwise keyboard might get corrupt and unusab=
le.
> > > So IMO this bug can be closed.
> >=20
> > Well, I think it would be better if XKB permitted ctrl:nocaps to be
> > specified with nodeadkeys variants.
> [...]
>=20
> It works, the problem here is that layout is 'us' and thus has no
> nodeadkeys variant.  As settings are invalid, XKB refuses to change
> them and ctrl:nocaps is simply ignored.

Ah, I see.  And I agree.

Closing this bug.  Attempting to use a nonexistent variant of a layout
is in unsupported.

--=20
G. Branden Robinson                |     Don't use nuclear weapons to
Debian GNU/Linux                   |     troubleshoot faults.
branden@debian.org                 |     -- US Air Force Instruction 91-111
http://people.debian.org/~branden/ |

--4SFOXa2GPu3tIq4H
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

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

iEYEARECAAYFAkCFhx8ACgkQ6kxmHytGonzMSgCghB659Mak2jDCpR+/pk0dzMnJ
NKcAoIvRVFEg+9ytktHzRKaNxf0PFWm5
=kHjf
-----END PGP SIGNATURE-----

--4SFOXa2GPu3tIq4H--



Reply to: