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

Bug#215130: xserver-xfree86: Add an option to disable automatic screen blanking (DPMS)



Package: xserver-xfree86
Version: 4.2.1-12.1
Severity: wishlist

In order to disable automatic screen blanking, I had to edit my
XF86Config-4, thus disable "dpkg-reconfigure xserver-xfree86" automatic
configuration. However, I couldn't find an option to disable DPMS in
dpkg-reconfigure, it would be a great feature to add.

Thanks very much and keep the good work !

Regards,

Robert Derochette

-- Package-specific info:
01:00.0 VGA compatible controller: nVidia Corporation NV15 [GeForce2 GTS/Pro] (rev a4)
01:00.0 Class 0300: 10de:0150 (rev a4)

# XF86Config-4 (XFree86 X 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.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

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	"glx"
	Load	"int10"
	Load	"record"
	Load	"speedo"
	Load	"type1"
	Load	"vbe"
	Load	"xtt"
EndSection

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

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

Section "Device"
	Identifier	"nVidia"
	Driver		"nvidia"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	HorizSync	30-132
	VertRefresh	50-200
	#Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"nVidia"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1600x1200" "1280x1024" "1280x960" "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



This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@XFree86.Org and patches submitted
to fixes@XFree86.Org.  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs)

XFree86 Version 4.2.1.1 (Debian 4.2.1-12.1 20031003005825 james@nocrew.org) / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 18 October 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.21-rc1-ac1-cryptoloop i686 [ELF] 
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Fri Oct 10 14:44:57 2003
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "nVidia"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "be"
(**) XKB: layout: "be"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(WW) The directory "/usr/lib/X11/fonts/CID" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
	Entry deleted from font path.
(**) FontPath set to "unix/:7100,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(++) using VT number 7

(II) Open APM successful
(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="The XFree86 Project"
	compiled for 4.2.1.1, module version = 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="The XFree86 Project"
	compiled for 4.2.1.1, module version = 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 = 0x03, oldVal1 = 0x80009850, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,0305 card 147b,a401 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,8305 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 1106,0686 card 147b,0000 rev 22 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 1106,0571 card 1106,0571 rev 10 class 01,01,8a hdr 00
(II) PCI: 00:07:2: chip 1106,3038 card 0925,1234 rev 10 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 1106,3038 card 0925,1234 rev 10 class 0c,03,00 hdr 00
(II) PCI: 00:07:4: chip 1106,3057 card 1106,3057 rev 30 class 06,80,00 hdr 00
(II) PCI: 00:0b:0: chip 1102,0002 card 1102,8027 rev 08 class 04,01,00 hdr 80
(II) PCI: 00:0b:1: chip 1102,7002 card 1102,0020 rev 08 class 09,80,00 hdr 80
(II) PCI: 00:0d:0: chip 1106,3065 card 1186,1400 rev 43 class 02,00,00 hdr 00
(II) PCI: 00:13:0: chip 1103,0004 card 1103,0001 rev 03 class 01,80,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0150 card 107d,2842 rev a4 class 03,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="The XFree86 Project"
	compiled for 4.2.1.1, module version = 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) 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: 0x0c (VGA_EN is set)
(II) Bus 1 I/O range:
(II) Bus 1 non-prefetchable memory range:
	[0] -1 0	0xec000000 - 0xedffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1 0	0xe0000000 - 0xe7ffffff (0x8000000) 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:
(--) PCI:*(1:0:0) NVidia GeForce2 GTS/Pro rev 164, Mem @ 0xec000000/24, 0xe0000000/27
(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	0xef000000 - 0xef0000ff (0x100) MX[B]
	[1] -1 0	0xe8000000 - 0xebffffff (0x4000000) MX[B]
	[2] -1 0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[3] -1 0	0xec000000 - 0xecffffff (0x1000000) MX[B](B)
	[4] -1 0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[5] -1 0	0x0000e400 - 0x0000e403 (0x4) IX[B]
	[6] -1 0	0x0000e000 - 0x0000e007 (0x8) IX[B]
	[7] -1 0	0x0000dc00 - 0x0000dc03 (0x4) IX[B]
	[8] -1 0	0x0000d800 - 0x0000d807 (0x8) IX[B]
	[9] -1 0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[10] -1 0	0x0000d000 - 0x0000d007 (0x8) IX[B]
	[11] -1 0	0x0000cc00 - 0x0000cc1f (0x20) IX[B]
	[12] -1 0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[13] -1 0	0x0000c400 - 0x0000c41f (0x20) IX[B]
	[14] -1 0	0x0000c000 - 0x0000c00f (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1 0	0xef000000 - 0xef0000ff (0x100) MX[B]
	[1] -1 0	0xe8000000 - 0xebffffff (0x4000000) MX[B]
	[2] -1 0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[3] -1 0	0xec000000 - 0xecffffff (0x1000000) MX[B](B)
	[4] -1 0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[5] -1 0	0x0000e400 - 0x0000e403 (0x4) IX[B]
	[6] -1 0	0x0000e000 - 0x0000e007 (0x8) IX[B]
	[7] -1 0	0x0000dc00 - 0x0000dc03 (0x4) IX[B]
	[8] -1 0	0x0000d800 - 0x0000d807 (0x8) IX[B]
	[9] -1 0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[10] -1 0	0x0000d000 - 0x0000d007 (0x8) IX[B]
	[11] -1 0	0x0000cc00 - 0x0000cc1f (0x20) IX[B]
	[12] -1 0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[13] -1 0	0x0000c400 - 0x0000c41f (0x20) IX[B]
	[14] -1 0	0x0000c000 - 0x0000c00f (0x10) 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	0xef000000 - 0xef0000ff (0x100) MX[B]
	[6] -1 0	0xe8000000 - 0xebffffff (0x4000000) MX[B]
	[7] -1 0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[8] -1 0	0xec000000 - 0xecffffff (0x1000000) MX[B](B)
	[9] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[10] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[11] -1 0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[12] -1 0	0x0000e400 - 0x0000e403 (0x4) IX[B]
	[13] -1 0	0x0000e000 - 0x0000e007 (0x8) IX[B]
	[14] -1 0	0x0000dc00 - 0x0000dc03 (0x4) IX[B]
	[15] -1 0	0x0000d800 - 0x0000d807 (0x8) IX[B]
	[16] -1 0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[17] -1 0	0x0000d000 - 0x0000d007 (0x8) IX[B]
	[18] -1 0	0x0000cc00 - 0x0000cc1f (0x20) IX[B]
	[19] -1 0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[20] -1 0	0x0000c400 - 0x0000c41f (0x20) IX[B]
	[21] -1 0	0x0000c000 - 0x0000c00f (0x10) 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="The XFree86 Project"
	compiled for 4.2.1.1, module version = 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="The XFree86 Project"
	compiled for 4.2.1.1, module version = 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="The XFree86 Project"
	compiled for 4.2.1.1, module version = 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="The XFree86 Project"
	compiled for 4.2.1.1, module version = 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="The XFree86 Project"
	compiled for 4.2.1.1, module version = 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: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.4496
	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="The XFree86 Project"
	compiled for 4.2.1.1, module version = 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="The XFree86 Project"
	compiled for 4.2.1.1, module version = 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
Skipping "/usr/X11R6/lib/modules/fonts/libspeedo.a:spencode.o":  No symbols found
(II) Module speedo: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 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="The XFree86 Project"
	compiled for 4.2.1.1, module version = 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="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "xtt"
(II) Loading /usr/X11R6/lib/modules/fonts/libxtt.a
(II) Module xtt: vendor="X-TrueType Server Project"
	compiled for 4.2.1.1, module version = 1.3.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font xtt
(II) LoadModule: "nvidia"
(II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.4496
	Module class: XFree86 Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.3
(II) NVIDIA XFree86 Driver  1.0-4496  Wed Jul 16 19:06:03 PDT 2003
(II) NVIDIA Unified Driver for all NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU 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	0xef000000 - 0xef0000ff (0x100) MX[B]
	[6] -1 0	0xe8000000 - 0xebffffff (0x4000000) MX[B]
	[7] -1 0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[8] -1 0	0xec000000 - 0xecffffff (0x1000000) MX[B](B)
	[9] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[10] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[11] -1 0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[12] -1 0	0x0000e400 - 0x0000e403 (0x4) IX[B]
	[13] -1 0	0x0000e000 - 0x0000e007 (0x8) IX[B]
	[14] -1 0	0x0000dc00 - 0x0000dc03 (0x4) IX[B]
	[15] -1 0	0x0000d800 - 0x0000d807 (0x8) IX[B]
	[16] -1 0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[17] -1 0	0x0000d000 - 0x0000d007 (0x8) IX[B]
	[18] -1 0	0x0000cc00 - 0x0000cc1f (0x20) IX[B]
	[19] -1 0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[20] -1 0	0x0000c400 - 0x0000c41f (0x20) IX[B]
	[21] -1 0	0x0000c000 - 0x0000c00f (0x10) 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	0xef000000 - 0xef0000ff (0x100) MX[B]
	[6] -1 0	0xe8000000 - 0xebffffff (0x4000000) MX[B]
	[7] -1 0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[8] -1 0	0xec000000 - 0xecffffff (0x1000000) MX[B](B)
	[9] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[10] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[11] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[12] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[13] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[14] -1 0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[15] -1 0	0x0000e400 - 0x0000e403 (0x4) IX[B]
	[16] -1 0	0x0000e000 - 0x0000e007 (0x8) IX[B]
	[17] -1 0	0x0000dc00 - 0x0000dc03 (0x4) IX[B]
	[18] -1 0	0x0000d800 - 0x0000d807 (0x8) IX[B]
	[19] -1 0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[20] -1 0	0x0000d000 - 0x0000d007 (0x8) IX[B]
	[21] -1 0	0x0000cc00 - 0x0000cc1f (0x20) IX[B]
	[22] -1 0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[23] -1 0	0x0000c400 - 0x0000c41f (0x20) IX[B]
	[24] -1 0	0x0000c000 - 0x0000c00f (0x10) IX[B]
	[25] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[26] 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="The XFree86 Project"
	compiled for 4.2.1.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(--) NVIDIA(0): Linear framebuffer at 0xE0000000
(--) NVIDIA(0): MMIO registers at 0xEC000000
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce2 GTS/GeForce2 Pro
(--) NVIDIA(0): VideoBIOS: 03.15.00.12.00
(--) NVIDIA(0): VideoRAM: 65536 kBytes
(II) NVIDIA(0): Connected display device(s): CRT-0
(--) NVIDIA(0): Detected TV Encoder: Chrontel 7007
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at  8 bpp: 350 MHz
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 16 bpp: 350 MHz
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 32 bpp: 300 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 30.00-132.00 kHz
(II) NVIDIA(0): Generic Monitor: Using vrefresh range of 50.00-200.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 300.00 MHz
(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 "1920x1440" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(**) NVIDIA(0): Validated modes for display device CRT-0:
(**) NVIDIA(0):      Default mode "1600x1200": 229.5 MHz, 106.2 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "1280x1024": 157.5 MHz, 91.1 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "1280x960": 148.5 MHz, 85.9 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(**) NVIDIA(0):      Default mode "640x480": 74.2 MHz, 85.9 kHz, 85.1 Hz (D)
(II) NVIDIA(0): Virtual screen size determined to be 1600 x 1200
(++) 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="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 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	0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
	[1] 0 0	0xec000000 - 0xecffffff (0x1000000) MX[B]
	[2] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[3] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[4] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[5] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[6] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[7] -1 0	0xef000000 - 0xef0000ff (0x100) MX[B]
	[8] -1 0	0xe8000000 - 0xebffffff (0x4000000) MX[B]
	[9] -1 0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[10] -1 0	0xec000000 - 0xecffffff (0x1000000) MX[B](B)
	[11] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[12] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[13] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[14] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1 0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[17] -1 0	0x0000e400 - 0x0000e403 (0x4) IX[B]
	[18] -1 0	0x0000e000 - 0x0000e007 (0x8) IX[B]
	[19] -1 0	0x0000dc00 - 0x0000dc03 (0x4) IX[B]
	[20] -1 0	0x0000d800 - 0x0000d807 (0x8) IX[B]
	[21] -1 0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[22] -1 0	0x0000d000 - 0x0000d007 (0x8) IX[B]
	[23] -1 0	0x0000cc00 - 0x0000cc1f (0x20) IX[B]
	[24] -1 0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[25] -1 0	0x0000c400 - 0x0000c41f (0x20) IX[B]
	[26] -1 0	0x0000c000 - 0x0000c00f (0x10) IX[B]
	[27] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[28] 0 0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): AGP 4X successfully initialized
(II) NVIDIA(0): Setting mode "1600x1200"
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) 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/libdri.a is unresolved!
Symbol __glXActiveScreens from module /usr/X11R6/lib/modules/extensions/libdri.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]: Initializing GLX extension
(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 "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 5
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
GetModeLine - scrn: 0 clock: 229500
GetModeLine - hdsp: 1600 hbeg: 1664 hend: 1856 httl: 2160
              vdsp: 1200 vbeg: 1201 vend: 1204 vttl: 1250 flags: 5
GetModeLine - scrn: 0 clock: 229500
GetModeLine - hdsp: 1600 hbeg: 1664 hend: 1856 httl: 2160
              vdsp: 1200 vbeg: 1201 vend: 1204 vttl: 1250 flags: 5
GetModeLine - scrn: 0 clock: 229500
GetModeLine - hdsp: 1600 hbeg: 1664 hend: 1856 httl: 2160
              vdsp: 1200 vbeg: 1201 vend: 1204 vttl: 1250 flags: 5
GetModeLine - scrn: 0 clock: 229500
GetModeLine - hdsp: 1600 hbeg: 1664 hend: 1856 httl: 2160
              vdsp: 1200 vbeg: 1201 vend: 1204 vttl: 1250 flags: 5

-rw-r--r--    1 root     root        22739 2003-10-10 16:46 /var/log/XFree86.0.log
-rw-r--r--    1 root     root        25739 2003-01-14 18:16 /var/log/XFree86.8.log

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux lightning 2.4.22 #1 sam sep 13 11:57:46 CEST 2003 i686
Locale: LANG=fr_BE@euro, LC_CTYPE=fr_BE@euro

Versions of packages xserver-xfree86 depends on:
ii  debconf                       1.3.14     Debian configuration management sy
ii  libc6                         2.3.2-8    GNU C Library: Shared libraries an
ii  xserver-common                4.2.1-12.1 files and utilities common to all 
ii  zlib1g                        1:1.1.4-15 compression library - runtime

-- debconf information:
  xserver-xfree86/config/inputdevice/keyboard/internal: 
* xserver-xfree86/config/inputdevice/keyboard/model: pc104
* xserver-xfree86/config/monitor/identifier: Generic Monitor
* xserver-xfree86/config/device/identifier: nVidia
* xserver-xfree86/config/inputdevice/keyboard/options: 
* xserver-xfree86/config/inputdevice/mouse/port: /dev/gpmdata
* xserver-xfree86/config/monitor/lcd: false
  xserver-xfree86/config/null_string_error: 
* xserver-xfree86/config/device/use_fbdev: false
* xserver-xfree86/config/inputdevice/mouse/emulate3buttons: false
* xserver-xfree86/config/monitor/selection-method: Advanced
* xserver-xfree86/config/inputdevice/mouse/zaxismapping: true
  shared/default-x-server: xserver-xfree86
* xserver-xfree86/config/device/video_ram: 
  shared/multiple_possible_x-servers: 
* xserver-xfree86/config/inputdevice/keyboard/variant: 
* xserver-xfree86/config/device/bus_id: 
* xserver-xfree86/config/write_files_section: true
  xserver-xfree86/autodetect_video_card: true
  xserver-xfree86/autodetect_mouse: true
* xserver-xfree86/config/monitor/vert-refresh: 50-200
* xserver-xfree86/config/inputdevice/keyboard/rules: xfree86
* xserver-xfree86/config/monitor/horiz-sync: 30-132
* xserver-xfree86/config/inputdevice/keyboard/layout: be
  xserver-xfree86/config/monitor/mode-list: 1280x960 @ 60Hz
  xserver-xfree86/config/doublequote_in_string_error: 
* xserver-xfree86/config/inputdevice/mouse/protocol: ImPS/2
  xserver-xfree86/config/device/bus_id_error: 
* xserver-xfree86/config/monitor/screen-size: 15 inches (380 mm)
* xserver-xfree86/config/display/default_depth: 24
* xserver-xfree86/config/write_dri_section: true
  xserver-xfree86/autodetect_monitor: true
* xserver-xfree86/config/modules: GLcore, bitmap, dbe, ddc, dri, extmod, glx, int10, record, speedo, type1, vbe, xtt
  xserver-xfree86/config/monitor/range_input_error: 
* xserver-xfree86/config/device/driver: nvidia
  xserver-xfree86/config/nonnumeric_string_error: 
* xserver-xfree86/config/display/modes: 1600x1200, 1280x1024, 1280x960, 1152x864, 1024x768, 800x600, 640x480
  shared/no_known_x-server: 
  xserver-xfree86/multiple_possible_x-drivers: 





Reply to: