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

Bug#194144: [savage] system freezes when drawing lines on VIA/S3 ProSavage DDR-K



Package: xserver-xfree86
Version: 4.2.1-6
Severity: important
File: /usr/X11R6/lib/modules/drivers/savage_drv.o

My computer is a Shuttle XPC SK41G, whose mainboard is the Shuttle
FX41. I am not entirely sure about the canonical name of the graphics
controller: different sources have slightly different names. According
to the manual, the mainboard has a "VIA KM266/VT8375 N.B. and VIA
VT8235 S.B.", and the "VIA KM266/VT8375 integrates a full featured S3
ProSavage8 128-bit 2D/3D AGP controller". The Via web site calls this
a "ProSavageDDR" chipset, and the X server log claims it is a
"ProSavage DDR-K". A possibly important point is that the graphics
controller does not have separate RAM but reserves a part of the
system memory.

The controller mostly works with the 4.2.1 version of XFree86, but I
have had some strange crashes. There is a repeatable way to cause a
crash: start up kseg (version 0.3-3), draw two points (with the
rightmost mouse button), select the points and draw a line through
them (with Alt-L or via the menus). Then drag one of the points in a
circle around the other, so the line gets redrawn in various
directions. Very soon my computer will freeze completely (requiring a
hard reset), sometimes with out-of-place lines on the root window. My
guess is that since in kseg the line extends (conceptually) infinitely
far, kseg uses some very large coordinates, and some layer between
kseg and the video hardware should restrict the coordinates but
doesn't, and the line gets drawn in a wrong part of the memory.

Setting either the NoAccel option in the Device section or the
XaaNoSolidBresenhamLine option in the Screen section prevents this
crash. I am therefore guessing that the problem lies in the Savage
driver.

The bug-reporting script seems to have included my config file and a
log file from the crash. For comparison, here are diffs that show the
case when XaaNoSolidBresenhamLine is on and the server does not crash:

--- /etc/X11/XF86Config-4       2003-05-20 22:34:49.000000000 +0300
+++ ./XF86Config-4.no-crash     2003-05-20 22:34:32.000000000 +0300
@@ -73,7 +73,7 @@
                Depth           24
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
-       #Option         "XaaNoSolidBresenhamLine"       "true"
+       Option          "XaaNoSolidBresenhamLine"       "true"
 EndSection

 Section "ServerLayout"
--- /var/log/XFree86.0.log      2003-05-20 22:36:07.000000000 +0300
+++ ./XFree86.0.log.no-crash    2003-05-20 22:34:41.000000000 +0300
@@ -16,7 +16,7 @@
 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: Tue May 20 22:36:05 2003
+(==) Log file: "/var/log/XFree86.0.log", Time: Tue May 20 22:32:23 2003
 (==) Using config file: "/etc/X11/XF86Config-4"
 (==) ServerLayout "Default Layout"
 (**) |-->Screen "Default Screen" (0)
@@ -494,6 +494,7 @@
 (--) SAVAGE(0): mapping framebuffer @ 0xe0000000 with size 0x2000000
 (==) SAVAGE(0): Write-combining range (0xe0000000,0x2000000)
 (II) SAVAGE(0): Using 1023 lines for offscreen memory.
+(**) SAVAGE(0): Option "XaaNoSolidBresenhamLine" "true"
 (II) SAVAGE(0): Using XFree86 Acceleration Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles


01:00.0 VGA compatible controller: S3 Inc. [ProSavageDDR K4M266]
01:00.0 Class 0300: 5333:8d04

# XF86Config-4 (XFree86 server configuration file) 
# originally generated by dexconf and thence hand-edited.

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/TrueType"
	FontPath	"/usr/lib/X11/fonts/CID"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
	FontPath	"/usr/lib/X11/fonts/misc"
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"	"pc102"
	Option		"XkbLayout"	"fi"
EndSection

Section "InputDevice"
	Identifier	"GPM Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/gpmdata"
	Option		"Protocol"		"Microsoft"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "Device"
	Identifier	"VIA/S3 ProSavage8"
	Driver		"savage"
	BusID		"PCI:01:00:00"
	Option		"LCDClock"	"135MHz"
	Option		"UseBIOS"	"false"
	#Option		"ShadowFB"	"true"
	#Option		"NoAccel"	"true"
EndSection

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

Section "Screen"
	Identifier	"Default Screen"
	Device		"VIA/S3 ProSavage8"
	Monitor		"Hitachi CML174SXW"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	#Option		"XaaNoSolidBresenhamLine"	"true"
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"GPM 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-6 20030225230350 branden@progeny.com) / 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.20-586tsc 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: Tue May 20 22:36:05 2003
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Hitachi CML174SXW"
(**) |   |-->Device "VIA/S3 ProSavage8"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc102"
(**) XKB: model: "pc102"
(**) Option "XkbLayout" "fi"
(**) XKB: layout: "fi"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "GPM Mouse"
(WW) The directory "/usr/lib/X11/fonts/CID" does not exist.
	Entry deleted from font path.
(**) FontPath set to "unix/:7100,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/TrueType,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi,/usr/lib/X11/fonts/misc"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) 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="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 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3116 card 1297,f641 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b091 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:0b:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: 00:0c:0: chip 1106,3044 card 1106,3044 rev 46 class 0c,00,10 hdr 00
(II) PCI: 00:10:0: chip 1106,3038 card 1106,3038 rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1106,3038 rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1106,3038 rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:3: chip 1106,3104 card 1297,f641 rev 82 class 0c,03,20 hdr 00
(II) PCI: 00:11:0: chip 1106,3177 card 1297,f641 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:1: chip 1106,0571 card 1297,f641 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:11:5: chip 1106,3059 card 1297,c160 rev 50 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 5333,8d04 card 1297,f641 rev 00 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 - 0xec0fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1 0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
(II) Bus -1: bridge is at (0:17: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) S3 unknown chipset (0x8d04) rev 0, Mem @ 0xec000000/19, 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	0xec102000 - 0xec1020ff (0x100) MX[B]
	[1] -1 0	0xec101000 - 0xec1017ff (0x800) MX[B]
	[2] -1 0	0xec100000 - 0xec1000ff (0x100) MX[B]
	[3] -1 0	0xe8000000 - 0xebffffff (0x4000000) MX[B]
	[4] -1 0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[5] -1 0	0xec000000 - 0xec07ffff (0x80000) MX[B](B)
	[6] -1 0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[7] -1 0	0x0000e400 - 0x0000e40f (0x10) IX[B]
	[8] -1 0	0x0000e000 - 0x0000e01f (0x20) IX[B]
	[9] -1 0	0x0000dc00 - 0x0000dc1f (0x20) IX[B]
	[10] -1 0	0x0000d800 - 0x0000d81f (0x20) IX[B]
	[11] -1 0	0x0000d400 - 0x0000d47f (0x80) IX[B]
	[12] -1 0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1 0	0xec102000 - 0xec1020ff (0x100) MX[B]
	[1] -1 0	0xec101000 - 0xec1017ff (0x800) MX[B]
	[2] -1 0	0xec100000 - 0xec1000ff (0x100) MX[B]
	[3] -1 0	0xe8000000 - 0xebffffff (0x4000000) MX[B]
	[4] -1 0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[5] -1 0	0xec000000 - 0xec07ffff (0x80000) MX[B](B)
	[6] -1 0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[7] -1 0	0x0000e400 - 0x0000e40f (0x10) IX[B]
	[8] -1 0	0x0000e000 - 0x0000e01f (0x20) IX[B]
	[9] -1 0	0x0000dc00 - 0x0000dc1f (0x20) IX[B]
	[10] -1 0	0x0000d800 - 0x0000d81f (0x20) IX[B]
	[11] -1 0	0x0000d400 - 0x0000d47f (0x80) IX[B]
	[12] -1 0	0x0000d000 - 0x0000d0ff (0x100) 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	0xec102000 - 0xec1020ff (0x100) MX[B]
	[6] -1 0	0xec101000 - 0xec1017ff (0x800) MX[B]
	[7] -1 0	0xec100000 - 0xec1000ff (0x100) MX[B]
	[8] -1 0	0xe8000000 - 0xebffffff (0x4000000) MX[B]
	[9] -1 0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[10] -1 0	0xec000000 - 0xec07ffff (0x80000) MX[B](B)
	[11] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[12] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[13] -1 0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[14] -1 0	0x0000e400 - 0x0000e40f (0x10) IX[B]
	[15] -1 0	0x0000e000 - 0x0000e01f (0x20) IX[B]
	[16] -1 0	0x0000dc00 - 0x0000dc1f (0x20) IX[B]
	[17] -1 0	0x0000d800 - 0x0000d81f (0x20) IX[B]
	[18] -1 0	0x0000d400 - 0x0000d47f (0x80) IX[B]
	[19] -1 0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:debug_xform.o":  No symbols found
(II) Module GLcore: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(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: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 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.a
(II) Module glx: 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 "GLcore"
(II) LoadModule: "GLcore"
(II) Reloading /usr/X11R6/lib/modules/extensions/libGLcore.a
(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: "savage"
(II) Loading /usr/X11R6/lib/modules/drivers/savage_drv.o
(II) Module savage: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.1.26
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.5
(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) SAVAGE: driver (version 1.1.26) for S3 Savage chipsets: Savage4,
	Savage3D, Savage3D-MV, Savage2000, Savage/MX-MV, Savage/MX,
	Savage/IX-MV, Savage/IX, ProSavage PM133, ProSavage KM133,
	ProSavage PN133, ProSavage KN133, SuperSavage/MX 128,
	SuperSavage/MX 64, SuperSavage/MX 64C, SuperSavage/IX 128,
	SuperSavage/IX 128, SuperSavage/IX 64, SuperSavage/IX 64,
	SuperSavage/IXC 64, SuperSavage/IXC 64, ProSavage DDR,
	ProSavage DDR-K
(II) Primary Device is: PCI 01:00:0
(--) Chipset ProSavage 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	0xec102000 - 0xec1020ff (0x100) MX[B]
	[6] -1 0	0xec101000 - 0xec1017ff (0x800) MX[B]
	[7] -1 0	0xec100000 - 0xec1000ff (0x100) MX[B]
	[8] -1 0	0xe8000000 - 0xebffffff (0x4000000) MX[B]
	[9] -1 0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[10] -1 0	0xec000000 - 0xec07ffff (0x80000) MX[B](B)
	[11] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[12] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[13] -1 0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[14] -1 0	0x0000e400 - 0x0000e40f (0x10) IX[B]
	[15] -1 0	0x0000e000 - 0x0000e01f (0x20) IX[B]
	[16] -1 0	0x0000dc00 - 0x0000dc1f (0x20) IX[B]
	[17] -1 0	0x0000d800 - 0x0000d81f (0x20) IX[B]
	[18] -1 0	0x0000d400 - 0x0000d47f (0x80) IX[B]
	[19] -1 0	0x0000d000 - 0x0000d0ff (0x100) 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	0xec102000 - 0xec1020ff (0x100) MX[B]
	[6] -1 0	0xec101000 - 0xec1017ff (0x800) MX[B]
	[7] -1 0	0xec100000 - 0xec1000ff (0x100) MX[B]
	[8] -1 0	0xe8000000 - 0xebffffff (0x4000000) MX[B]
	[9] -1 0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[10] -1 0	0xec000000 - 0xec07ffff (0x80000) MX[B](B)
	[11] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[12] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[13] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[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 - 0x0000e40f (0x10) IX[B]
	[18] -1 0	0x0000e000 - 0x0000e01f (0x20) IX[B]
	[19] -1 0	0x0000dc00 - 0x0000dc1f (0x20) IX[B]
	[20] -1 0	0x0000d800 - 0x0000d81f (0x20) IX[B]
	[21] -1 0	0x0000d400 - 0x0000d47f (0x80) IX[B]
	[22] -1 0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
	[23] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[24] 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
(**) SAVAGE(0): Depth 24, (--) framebuffer bpp 32
(==) SAVAGE(0): RGB weight 888
(==) SAVAGE(0): Default visual is TrueColor
(II) SAVAGE(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(**) SAVAGE(0): Option "UseBIOS" "false"
(**) SAVAGE(0): Option "LCDClock" "135MHz"
(==) SAVAGE(0): Using HW cursor
(**) SAVAGE(0): Not using video BIOS to set modes
(**) SAVAGE(0): Option: LCDClock 135.00 MHz
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) SAVAGE(0): Primary V_BIOS segment is: 0xc000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/X11R6/lib/modules/libvbe.a
(--) SAVAGE(0): Chip: id 8d04, "ProSavage DDR-K"
(--) SAVAGE(0): Engine: "ProSavage"
(--) SAVAGE(0): mapping MMIO @ 0xec000000 with size 0x80000
(==) SAVAGE(0): Using gamma correction (1.0, 1.0, 1.0)
(--) SAVAGE(0): probed videoram:  32768k
(--) SAVAGE(0): Detected current MCLK value of 14.318 MHz
(II) SAVAGE(0): Hitachi CML174SXW: Using hsync range of 24.00-80.00 kHz
(II) SAVAGE(0): Hitachi CML174SXW: Using vrefresh range of 56.00-75.00 Hz
(II) SAVAGE(0): Clock range:  10.00 to 220.00 MHz
(II) SAVAGE(0): Not using default mode "640x350" (vrefresh out of range)
(II) SAVAGE(0): Not using default mode "320x175" (vrefresh out of range)
(II) SAVAGE(0): Not using default mode "640x400" (vrefresh out of range)
(II) SAVAGE(0): Not using default mode "320x200" (vrefresh out of range)
(II) SAVAGE(0): Not using default mode "720x400" (vrefresh out of range)
(II) SAVAGE(0): Not using default mode "360x200" (vrefresh out of range)
(II) SAVAGE(0): Not using default mode "640x480" (vrefresh out of range)
(II) SAVAGE(0): Not using default mode "320x240" (vrefresh out of range)
(II) SAVAGE(0): Not using default mode "800x600" (vrefresh out of range)
(II) SAVAGE(0): Not using default mode "400x300" (vrefresh out of range)
(II) SAVAGE(0): Not using default mode "1024x768" (vrefresh out of range)
(II) SAVAGE(0): Not using default mode "512x384" (vrefresh out of range)
(II) SAVAGE(0): Not using default mode "1024x768" (vrefresh out of range)
(II) SAVAGE(0): Not using default mode "512x384" (vrefresh out of range)
(II) SAVAGE(0): Not using default mode "1280x960" (hsync out of range)
(II) SAVAGE(0): Not using default mode "640x480" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1280x1024" (hsync out of range)
(II) SAVAGE(0): Not using default mode "640x512" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1600x1200" (hsync out of range)
(II) SAVAGE(0): Not using default mode "800x600" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1600x1200" (hsync out of range)
(II) SAVAGE(0): Not using default mode "800x600" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1600x1200" (hsync out of range)
(II) SAVAGE(0): Not using default mode "800x600" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) SAVAGE(0): Not using default mode "800x600" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1792x1344" (hsync out of range)
(II) SAVAGE(0): Not using default mode "896x672" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
(II) SAVAGE(0): Not using default mode "896x672" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1856x1392" (hsync out of range)
(II) SAVAGE(0): Not using default mode "928x696" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
(II) SAVAGE(0): Not using default mode "928x696" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) SAVAGE(0): Not using default mode "960x720" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) SAVAGE(0): Not using default mode "960x720" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1152x768" (vrefresh out of range)
(II) SAVAGE(0): Not using default mode "576x384" (vrefresh out of range)
(II) SAVAGE(0): Not using default mode "1400x1050" (hsync out of range)
(II) SAVAGE(0): Not using default mode "700x525" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) SAVAGE(0): Not using default mode "960x720" (hsync out of range)
(II) SAVAGE(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) SAVAGE(0): Not using default mode "1024x768" (hsync out of range)
(II) SAVAGE(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) SAVAGE(0): Not using default mode "1024x768" (hsync out of range)
(II) SAVAGE(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) SAVAGE(0): Not using default mode "1024x768" (hsync out of range)
(--) SAVAGE(0): Virtual size is 1280x1024 (pitch 1280)
(**) SAVAGE(0): Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz
(II) SAVAGE(0): Modeline "1280x1024"  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync
(**) SAVAGE(0): Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(II) SAVAGE(0): Modeline "1024x768"   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync
(**) SAVAGE(0): Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) SAVAGE(0): Modeline "800x600"   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync
(**) SAVAGE(0): Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) SAVAGE(0): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 -hsync -vsync
(==) SAVAGE(0): DPI set to (75, 75)
(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 "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 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="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) MS[B]
	[1] 0 0	0xec000000 - 0xec07ffff (0x80000) MS[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	0xec102000 - 0xec1020ff (0x100) MX[B]
	[8] -1 0	0xec101000 - 0xec1017ff (0x800) MX[B]
	[9] -1 0	0xec100000 - 0xec1000ff (0x100) MX[B]
	[10] -1 0	0xe8000000 - 0xebffffff (0x4000000) MX[B]
	[11] -1 0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[12] -1 0	0xec000000 - 0xec07ffff (0x80000) MX[B](B)
	[13] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[14] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[15] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[16] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1 0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[19] -1 0	0x0000e400 - 0x0000e40f (0x10) IX[B]
	[20] -1 0	0x0000e000 - 0x0000e01f (0x20) IX[B]
	[21] -1 0	0x0000dc00 - 0x0000dc1f (0x20) IX[B]
	[22] -1 0	0x0000d800 - 0x0000d81f (0x20) IX[B]
	[23] -1 0	0x0000d400 - 0x0000d47f (0x80) IX[B]
	[24] -1 0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
	[25] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[26] 0 0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) SAVAGE(0): VESA BIOS detected
(II) SAVAGE(0): VESA VBE Version 3.0
(II) SAVAGE(0): VESA VBE Total Mem: 31680 kB
(II) SAVAGE(0): VESA VBE OEM: S3 Graphics ProSavage DDR Family BIOS
(II) SAVAGE(0): VESA VBE OEM Software Rev: 2.0
(II) SAVAGE(0): VESA VBE OEM Vendor: S3 Garphics Incorporated.
(II) SAVAGE(0): VESA VBE OEM Product: VBE 3.0
(II) SAVAGE(0): VESA VBE OEM Product Rev: Rev 0.0
(--) SAVAGE(0): mapping framebuffer @ 0xe0000000 with size 0x2000000
(==) SAVAGE(0): Write-combining range (0xe0000000,0x2000000)
(II) SAVAGE(0): Using 1023 lines for offscreen memory.
(II) SAVAGE(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	8x8 mono pattern filled rectangles
	Indirect CPU to Screen color expansion
	Solid Lines
	Image Writes
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		32 128x128 slots
		9 256x256 slots
(==) SAVAGE(0): Backing store disabled
		SavageDGAInit
		SavageSetupDGAMode
SavageDGAInit vpWid=1280, vpHgt=1024, Bpp=1, mdbitsPP=8
SavageDGAInit 2 imgHgt=26214, stride=1280
SavageDGAInit vpWid=1024, vpHgt=768, Bpp=1, mdbitsPP=8
SavageDGAInit 2 imgHgt=26214, stride=1280
SavageDGAInit vpWid=800, vpHgt=600, Bpp=1, mdbitsPP=8
SavageDGAInit 2 imgHgt=26214, stride=1280
SavageDGAInit vpWid=640, vpHgt=480, Bpp=1, mdbitsPP=8
SavageDGAInit 2 imgHgt=26214, stride=1280
		SavageSetupDGAMode
SavageDGAInit vpWid=1280, vpHgt=1024, Bpp=2, mdbitsPP=16
SavageDGAInit 2 imgHgt=13107, stride=2560
SavageDGAInit vpWid=1024, vpHgt=768, Bpp=2, mdbitsPP=16
SavageDGAInit 2 imgHgt=13107, stride=2560
SavageDGAInit vpWid=800, vpHgt=600, Bpp=2, mdbitsPP=16
SavageDGAInit 2 imgHgt=13107, stride=2560
SavageDGAInit vpWid=640, vpHgt=480, Bpp=2, mdbitsPP=16
SavageDGAInit 2 imgHgt=13107, stride=2560
		SavageSetupDGAMode
SavageDGAInit vpWid=1280, vpHgt=1024, Bpp=2, mdbitsPP=16
SavageDGAInit 2 imgHgt=13107, stride=2560
SavageDGAInit vpWid=1024, vpHgt=768, Bpp=2, mdbitsPP=16
SavageDGAInit 2 imgHgt=13107, stride=2560
SavageDGAInit vpWid=800, vpHgt=600, Bpp=2, mdbitsPP=16
SavageDGAInit 2 imgHgt=13107, stride=2560
SavageDGAInit vpWid=640, vpHgt=480, Bpp=2, mdbitsPP=16
SavageDGAInit 2 imgHgt=13107, stride=2560
		SavageSetupDGAMode
SavageDGAInit vpWid=1280, vpHgt=1024, Bpp=2, mdbitsPP=16
SavageDGAInit 2 imgHgt=13107, stride=2560
SavageDGAInit vpWid=1024, vpHgt=768, Bpp=2, mdbitsPP=16
SavageDGAInit 2 imgHgt=13107, stride=2560
SavageDGAInit vpWid=800, vpHgt=600, Bpp=2, mdbitsPP=16
SavageDGAInit 2 imgHgt=13107, stride=2560
SavageDGAInit vpWid=640, vpHgt=480, Bpp=2, mdbitsPP=16
SavageDGAInit 2 imgHgt=13107, stride=2560
		SavageSetupDGAMode
SavageDGAInit vpWid=1280, vpHgt=1024, Bpp=2, mdbitsPP=16
SavageDGAInit 2 imgHgt=13107, stride=2560
SavageDGAInit vpWid=1024, vpHgt=768, Bpp=2, mdbitsPP=16
SavageDGAInit 2 imgHgt=13107, stride=2560
SavageDGAInit vpWid=800, vpHgt=600, Bpp=2, mdbitsPP=16
SavageDGAInit 2 imgHgt=13107, stride=2560
SavageDGAInit vpWid=640, vpHgt=480, Bpp=2, mdbitsPP=16
SavageDGAInit 2 imgHgt=13107, stride=2560
		SavageSetupDGAMode
SavageDGAInit vpWid=1280, vpHgt=1024, Bpp=4, mdbitsPP=32
SavageDGAInit 2 imgHgt=6553, stride=5120
SavageDGAInit vpWid=1024, vpHgt=768, Bpp=4, mdbitsPP=32
SavageDGAInit 1 imgHgt=768, stride=4096
SavageDGAInit vpWid=1024, vpHgt=768, Bpp=4, mdbitsPP=32
SavageDGAInit 2 imgHgt=6553, stride=5120
SavageDGAInit vpWid=800, vpHgt=600, Bpp=4, mdbitsPP=32
SavageDGAInit 1 imgHgt=600, stride=3200
SavageDGAInit vpWid=800, vpHgt=600, Bpp=4, mdbitsPP=32
SavageDGAInit 2 imgHgt=6553, stride=5120
SavageDGAInit vpWid=640, vpHgt=480, Bpp=4, mdbitsPP=32
SavageDGAInit 1 imgHgt=480, stride=2560
SavageDGAInit vpWid=640, vpHgt=480, Bpp=4, mdbitsPP=32
SavageDGAInit 2 imgHgt=6553, stride=5120
		SavageSetupDGAMode
SavageDGAInit vpWid=1280, vpHgt=1024, Bpp=4, mdbitsPP=32
SavageDGAInit 2 imgHgt=6553, stride=5120
SavageDGAInit vpWid=1024, vpHgt=768, Bpp=4, mdbitsPP=32
SavageDGAInit 1 imgHgt=768, stride=4096
SavageDGAInit vpWid=1024, vpHgt=768, Bpp=4, mdbitsPP=32
SavageDGAInit 2 imgHgt=6553, stride=5120
SavageDGAInit vpWid=800, vpHgt=600, Bpp=4, mdbitsPP=32
SavageDGAInit 1 imgHgt=600, stride=3200
SavageDGAInit vpWid=800, vpHgt=600, Bpp=4, mdbitsPP=32
SavageDGAInit 2 imgHgt=6553, stride=5120
SavageDGAInit vpWid=640, vpHgt=480, Bpp=4, mdbitsPP=32
SavageDGAInit 1 imgHgt=480, stride=2560
SavageDGAInit vpWid=640, vpHgt=480, Bpp=4, mdbitsPP=32
SavageDGAInit 2 imgHgt=6553, stride=5120
(**) Option "dpms"
(**) SAVAGE(0): DPMS enabled
SavageInitVideo
SavageSetupImageVideo
(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) Keyboard "Generic Keyboard" handled by legacy driver
(**) Option "Protocol" "Microsoft"
(**) GPM Mouse: Protocol: "Microsoft"
(**) Option "CorePointer"
(**) GPM Mouse: Core Pointer
(**) Option "Device" "/dev/gpmdata"
(**) Option "Emulate3Buttons" "true"
(**) GPM Mouse: Emulate3Buttons, Emulate3Timeout: 50
(==) GPM Mouse: Buttons: 3
(**) Option "BaudRate" "1200"
(**) GPM Mouse: BaudRate: 1200
(II) XINPUT: Adding extended input device "GPM Mouse" (type: MOUSE)
(**) Option "Device" "/dev/gpmdata"

-rw-r--r--    1 root     root        29625 May 20 22:36 /var/log/XFree86.0.log

-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux vaino 2.4.21-pre5-ac3 #1 Fri May 9 16:23:43 EEST 2003 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages xserver-xfree86 depends on:
ii  debconf                       1.2.35     Debian configuration management sy
ii  libc6                         2.3.1-16   GNU C Library: Shared libraries an
ii  xserver-common                4.2.1-6    files and utilities common to all 
ii  zlib1g                        1:1.1.4-11 compression library - runtime





Reply to: