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

Bug#210309: xserver-xfree86: cannot set Options from debconf



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

i try to switch options (see ForceCRT1 in XF86Config-4 below) in
my config and would like to use debconf for that. i haven't found any
setting for putting options into the config via debconf. background: i
would like to switch between external display (1024x768) and internal
display (1024x600) via a script because this won't work out of the box
with keyboard Fn-F10 on my notebook.

-- Package-specific info:
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] SiS630 GUI Accelerator+3D (rev 31)
01:00.0 Class 0300: 1039:6300 (rev 31)

# 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	"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_intl"
EndSection

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

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

Section "Device"
	Identifier	"sis6300"
	Driver		"sis"
	VideoRam	16000
	Option "EnableSiSCtrl" "true"
	Option "ForceCRT1" "true"
	Option "ForceCRT2Type" "NONE"
EndSection

Section "Monitor"
	Identifier	"lcd"
	HorizSync	28-49
	VertRefresh	43-72
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"sis6300"
	Monitor		"lcd"
	DefaultDepth	24
	SubSection "Display"
		Modes "1024x768"
		#Modes "1024x600"
		Depth		24
	EndSubSection
EndSection

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

Section "DRI"
	Mode	0666
EndSection



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-11 20030829103906 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: Wed Sep 10 13:51:12 2003
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "lcd"
(**) |   |-->Device "sis6300"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "us_intl"
(**) XKB: layout: "us_intl"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Generic 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

(WW) Open APM failed (/dev/apm_bios) (No such device)
(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 = 0x80010008, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1039,0630 card 0000,0000 rev 31 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 1039,5513 card 1039,5513 rev d0 class 01,01,80 hdr 80
(II) PCI: 00:01:0: chip 1039,0008 card 0000,0000 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 1039,0900 card 1043,1455 rev 82 class 02,00,00 hdr 00
(II) PCI: 00:01:2: chip 1039,7001 card 1039,7001 rev 07 class 0c,03,10 hdr 00
(II) PCI: 00:01:3: chip 1039,7001 card 1039,7000 rev 07 class 0c,03,10 hdr 00
(II) PCI: 00:01:4: chip 1039,7018 card 1043,1473 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:01:6: chip 1039,7013 card 1043,1616 rev a0 class 07,03,00 hdr 00
(II) PCI: 00:02:0: chip 1039,0001 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:09:0: chip 1180,0476 card 0000,0000 rev 88 class 06,07,00 hdr 82
(II) PCI: 00:09:1: chip 1180,0476 card 0000,0000 rev 88 class 06,07,00 hdr 82
(II) PCI: 00:09:2: chip 1180,0576 card 1043,1674 rev 00 class 08,80,00 hdr 80
(II) PCI: 00:0a:0: chip 104c,8026 card 1043,1677 rev 00 class 0c,00,10 hdr 00
(II) PCI: 01:00:0: chip 1039,6300 card 1043,1672 rev 31 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,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 1: bridge is at (0:2:0), (0,1,1), BCTRL: 0x0c (VGA_EN is set)
(II) Bus 1 I/O range:
	[0] -1 0	0x0000a000 - 0x0000a0ff (0x100) IX[B]
	[1] -1 0	0x0000a400 - 0x0000a4ff (0x100) IX[B]
	[2] -1 0	0x0000a800 - 0x0000a8ff (0x100) IX[B]
	[3] -1 0	0x0000ac00 - 0x0000acff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1 0	0xd1800000 - 0xd1ffffff (0x800000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1 0	0xd8000000 - 0xe7efffff (0xff00000) MX[B]
(--) PCI:*(1:0:0) SiS 630 rev 49, Mem @ 0xd8000000/27, 0xd1800000/17, I/O @ 0xa800/7
(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	0xd0800000 - 0xd0803fff (0x4000) MX[B]
	[1] -1 0	0xd1000000 - 0xd10007ff (0x800) MX[B]
	[2] -1 0	0xd2000000 - 0xd2000fff (0x1000) MX[B]
	[3] -1 0	0xd2800000 - 0xd2800fff (0x1000) MX[B]
	[4] -1 0	0xd3000000 - 0xd3000fff (0x1000) MX[B]
	[5] -1 0	0xd3800000 - 0xd3800fff (0x1000) MX[B]
	[6] -1 0	0xd4000000 - 0xd7ffffff (0x4000000) MX[B]
	[7] -1 0	0xd1800000 - 0xd181ffff (0x20000) MX[B](B)
	[8] -1 0	0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
	[9] -1 0	0x0000b400 - 0x0000b47f (0x80) IX[B]
	[10] -1 0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[11] -1 0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
	[12] -1 0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[13] -1 0	0x0000d800 - 0x0000d80f (0x10) IX[B]
	[14] -1 0	0x0000a800 - 0x0000a87f (0x80) IX[B](B)
(II) Inactive PCI resource ranges:
	[0] -1 0	0x10001000 - 0x100010ff (0x100) MX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1 0	0xd0800000 - 0xd0803fff (0x4000) MX[B]
	[1] -1 0	0xd1000000 - 0xd10007ff (0x800) MX[B]
	[2] -1 0	0xd2000000 - 0xd2000fff (0x1000) MX[B]
	[3] -1 0	0xd2800000 - 0xd2800fff (0x1000) MX[B]
	[4] -1 0	0xd3000000 - 0xd3000fff (0x1000) MX[B]
	[5] -1 0	0xd3800000 - 0xd3800fff (0x1000) MX[B]
	[6] -1 0	0xd4000000 - 0xd7ffffff (0x4000000) MX[B]
	[7] -1 0	0xd1800000 - 0xd181ffff (0x20000) MX[B](B)
	[8] -1 0	0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
	[9] -1 0	0x0000b400 - 0x0000b47f (0x80) IX[B]
	[10] -1 0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[11] -1 0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
	[12] -1 0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[13] -1 0	0x0000d800 - 0x0000d80f (0x10) IX[B]
	[14] -1 0	0x0000a800 - 0x0000a87f (0x80) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
	[0] -1 0	0x10001000 - 0x100010ff (0x100) MX[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	0xd0800000 - 0xd0803fff (0x4000) MX[B]
	[6] -1 0	0xd1000000 - 0xd10007ff (0x800) MX[B]
	[7] -1 0	0xd2000000 - 0xd2000fff (0x1000) MX[B]
	[8] -1 0	0xd2800000 - 0xd2800fff (0x1000) MX[B]
	[9] -1 0	0xd3000000 - 0xd3000fff (0x1000) MX[B]
	[10] -1 0	0xd3800000 - 0xd3800fff (0x1000) MX[B]
	[11] -1 0	0xd4000000 - 0xd7ffffff (0x4000000) MX[B]
	[12] -1 0	0xd1800000 - 0xd181ffff (0x20000) MX[B](B)
	[13] -1 0	0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
	[14] -1 0	0x10001000 - 0x100010ff (0x100) MX[B]
	[15] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[17] -1 0	0x0000b400 - 0x0000b47f (0x80) IX[B]
	[18] -1 0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[19] -1 0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
	[20] -1 0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[21] -1 0	0x0000d800 - 0x0000d80f (0x10) IX[B]
	[22] -1 0	0x0000a800 - 0x0000a87f (0x80) IX[B](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: "sis"
(II) Loading /usr/X11R6/lib/modules/drivers/sis_drv.o
(II) Module sis: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 0.7.0
	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) SIS: driver for SiS chipsets: SIS5597/5598, SIS530/620,
	SIS6326/AGP/DVD, SIS300/305, SIS630/730, SIS540, SIS315, SIS315H,
	SIS315PRO, SIS550, SIS650/M650/651/661FX/M661FX/740/741,
	SIS330(Xabre)
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset SIS630/730 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	0xd0800000 - 0xd0803fff (0x4000) MX[B]
	[6] -1 0	0xd1000000 - 0xd10007ff (0x800) MX[B]
	[7] -1 0	0xd2000000 - 0xd2000fff (0x1000) MX[B]
	[8] -1 0	0xd2800000 - 0xd2800fff (0x1000) MX[B]
	[9] -1 0	0xd3000000 - 0xd3000fff (0x1000) MX[B]
	[10] -1 0	0xd3800000 - 0xd3800fff (0x1000) MX[B]
	[11] -1 0	0xd4000000 - 0xd7ffffff (0x4000000) MX[B]
	[12] -1 0	0xd1800000 - 0xd181ffff (0x20000) MX[B](B)
	[13] -1 0	0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
	[14] -1 0	0x10001000 - 0x100010ff (0x100) MX[B]
	[15] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[17] -1 0	0x0000b400 - 0x0000b47f (0x80) IX[B]
	[18] -1 0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[19] -1 0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
	[20] -1 0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[21] -1 0	0x0000d800 - 0x0000d80f (0x10) IX[B]
	[22] -1 0	0x0000a800 - 0x0000a87f (0x80) IX[B](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	0xd0800000 - 0xd0803fff (0x4000) MX[B]
	[6] -1 0	0xd1000000 - 0xd10007ff (0x800) MX[B]
	[7] -1 0	0xd2000000 - 0xd2000fff (0x1000) MX[B]
	[8] -1 0	0xd2800000 - 0xd2800fff (0x1000) MX[B]
	[9] -1 0	0xd3000000 - 0xd3000fff (0x1000) MX[B]
	[10] -1 0	0xd3800000 - 0xd3800fff (0x1000) MX[B]
	[11] -1 0	0xd4000000 - 0xd7ffffff (0x4000000) MX[B]
	[12] -1 0	0xd1800000 - 0xd181ffff (0x20000) MX[B](B)
	[13] -1 0	0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
	[14] -1 0	0x10001000 - 0x100010ff (0x100) MX[B]
	[15] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[16] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[17] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[18] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[19] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[20] -1 0	0x0000b400 - 0x0000b47f (0x80) IX[B]
	[21] -1 0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[22] -1 0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
	[23] -1 0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[24] -1 0	0x0000d800 - 0x0000d80f (0x10) IX[B]
	[25] -1 0	0x0000a800 - 0x0000a87f (0x80) IX[B](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="The XFree86 Project"
	compiled for 4.2.1.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) SIS(0): SiS driver (2003/09/09-1) by Thomas Winischhofer <thomas@winischhofer.net>
(II) SIS(0): See http://www.winischhofer.net/linuxsisvga.shtml for documentation and updates
(--) SIS(0): This adapter is primary display adapter
(II) SIS(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(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
(--) SIS(0): sisfb not found
(--) SIS(0): Relocated IO registers at 0xA800
(**) SIS(0): Depth 24, (--) framebuffer bpp 32
(==) SIS(0): RGB weight 888
(==) SIS(0): Default visual is TrueColor
(==) SIS(0): Using gamma correction (1.0, 1.0, 1.0)
(--) SIS(0): Video BIOS version "2.07a  " found at 0xc0000
(**) SIS(0): Option "ForceCRT2Type" "NONE"
(**) SIS(0): Option "ForceCRT1" "true"
(**) SIS(0): Option "EnableSiSCtrl" "true"
(==) SIS(0): Using HW cursor
(==) SIS(0): TurboQueue enabled
(II) SIS(0): Hotkey display switching is disabled
(II) SIS(0): WARNING: Using the Hotkey might freeze your machine, regardless
(II) SIS(0): 	whether enabled or disabled. This is no driver bug.
(**) SIS(0): CRT1 shall be forced to ON
(**) SIS(0): CRT2 type shall be NONE
(**) SIS(0): SiSCtrl utility interface is enabled
(==) SIS(0): CRT1 gamma correction is enabled
(==) SIS(0): Usage of built-in modes is enabled
(--) SIS(0): Video ROM data usage is enabled
(--) SIS(0): Shared Memory Area is on DIMM0
(--) SIS(0): DRAM type: SDR SDRAM
(--) SIS(0): Memory clock: 133.634 MHz
(--) SIS(0): (Adapter assumes MCLK being 133 Mhz)
(--) SIS(0): DRAM bus width: 64 bit
(--) SIS(0): Linear framebuffer at 0xD8000000
(--) SIS(0): MMIO registers at 0xD1800000
(**) SIS(0): VideoRAM: 16000 KB
(II) SIS(0): Using 15484K of framebuffer memory
(--) SIS(0): Hardware supports two video overlays
(--) SIS(0): Detected LVDS transmitter (Bridge type 4)
(II) SIS(0): Detected Chrontel TV encoder in promiscuous state (DDC/I2C mix-up)
(--) SIS(0): CRT1 connection detected
(--) SIS(0): Detected LCD/Plasma panel (1024x600, type 11, non-expanding, RGB18)
(**) SIS(0): CRT1 detection overruled by ForceCRT1 option
(--) SIS(0): Memory bandwidth at 32 bpp is 267.268 MHz
(--) SIS(0): Detected LCD PanelDelayCompensation 32
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(--) SIS(0): CRT1 DDC probing failed, now trying via VBE
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/X11R6/lib/modules/libvbe.a
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) SIS(0): initializing int10
(II) SIS(0): Primary V_BIOS segment is: 0xc000
(II) SIS(0): VESA BIOS detected
(II) SIS(0): VESA VBE Version 3.0
(II) SIS(0): VESA VBE Total Mem: 16384 kB
(II) SIS(0): VESA VBE OEM: SiS
(II) SIS(0): VESA VBE OEM Software Rev: 1.0
(II) SIS(0): VESA VBE OEM Vendor: Silicon Integrated Systems Corp.
(II) SIS(0): VESA VBE OEM Product: 630
(II) SIS(0): VESA VBE OEM Product Rev: 2.07a  
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) SIS(0): VESA VBE DDC supported
(II) SIS(0): VESA VBE DDC Level none
(II) SIS(0): VESA VBE DDC transfer in appr. 0 sec.
(II) SIS(0): VESA VBE DDC read successfully
(--) SIS(0): VBE CRT1 DDC monitor info:
(II) SIS(0): Manufacturer: @@@  Model: 0  Serial#: 0
(II) SIS(0): Year: 1990  Week: 0
(II) SIS(0): EDID Version: 0.0
(II) SIS(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) SIS(0): Sync:
(II) SIS(0): Max H-Image Size [cm]: H-Size may change,  V-Size may change
(II) SIS(0): Gamma: 1.00
(II) SIS(0): No DPMS capabilities specified; Monochorome/GrayScale Display
(II) SIS(0): redX: 0.000 redY: 0.000   greenX: 0.000 greenY: 0.000
(II) SIS(0): blueX: 0.000 blueY: 0.000   whiteX: 0.000 whiteY: 0.000
(II) SIS(0): Manufacturer's mask: 0
(--) SIS(0): unexpected EDID version 0 revision 0
(--) SIS(0): End of VBE CRT1 DDC monitor info:
(==) SIS(0): Min pixel clock is 12 MHz
(--) SIS(0): Max pixel clock is 185 MHz
(II) SIS(0): Replaced entire mode list with built-in modes
(II) SIS(0): "Unknown reason" in the following list means that the mode
(II) SIS(0): is not supported on the chipset/bridge/current output device.
(II) SIS(0): lcd: Using hsync range of 28.00-49.00 kHz
(II) SIS(0): lcd: Using vrefresh range of 43.00-72.00 Hz
(II) SIS(0): Clock range:  12.00 to 185.45 MHz
(II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
(II) SIS(0): Not using default mode "800x600" (hsync out of range)
(II) SIS(0): Not using default mode "800x600" (hsync out of range)
(II) SIS(0): Not using default mode "800x600" (hsync out of range)
(II) SIS(0): Not using default mode "800x600" (hsync out of range)
(II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
(II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
(II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
(II) SIS(0): Not using default mode "640x480" (hsync out of range)
(II) SIS(0): Not using default mode "640x480" (hsync out of range)
(II) SIS(0): Not using default mode "640x480" (hsync out of range)
(II) SIS(0): Not using default mode "640x480" (hsync out of range)
(II) SIS(0): Not using default mode "1024x768" (vrefresh out of range)
(II) SIS(0): Not using default mode "1024x768" (hsync out of range)
(II) SIS(0): Not using default mode "1024x768" (hsync out of range)
(II) SIS(0): Not using default mode "1024x768" (hsync out of range)
(II) SIS(0): Not using default mode "1024x768" (hsync out of range)
(II) SIS(0): Not using default mode "1024x768" (hsync out of range)
(II) SIS(0): Not using default mode "1280x1024" (vrefresh out of range)
(II) SIS(0): Not using default mode "1280x1024" (hsync out of range)
(II) SIS(0): Not using default mode "1280x1024" (hsync out of range)
(II) SIS(0): Not using default mode "1280x1024" (hsync out of range)
(II) SIS(0): Not using default mode "1600x1200" (hsync out of range)
(II) SIS(0): Not using default mode "1600x1200" (hsync out of range)
(II) SIS(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) SIS(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) SIS(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) SIS(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) SIS(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) SIS(0): Not using default mode "1280x960" (hsync out of range)
(II) SIS(0): Not using default mode "1280x960" (hsync out of range)
(II) SIS(0): Not using default mode "1152x768" (hsync out of range)
(II) SIS(0): Not using default mode "800x480" (vrefresh out of range)
(II) SIS(0): Not using default mode "800x480" (hsync out of range)
(II) SIS(0): Not using default mode "1024x576" (hsync out of range)
(II) SIS(0): Not using default mode "1024x576" (hsync out of range)
(II) SIS(0): Not using default mode "1280x720" (hsync out of range)
(II) SIS(0): Not using default mode "1280x720" (hsync out of range)
(II) SIS(0): Not using default mode "1280x720" (hsync out of range)
(II) SIS(0): Not using default mode "1152x864" (hsync out of range)
(II) SIS(0): Not using default mode "1152x864" (hsync out of range)
(II) SIS(0): Not using default mode "848x480" (vrefresh out of range)
(II) SIS(0): Not using default mode "856x480" (vrefresh out of range)
(II) SIS(0): Not using default mode "1360x1024" (hsync out of range)
(--) SIS(0): Virtual size is 1024x768 (pitch 1024)
(**) SIS(0): Default mode "1024x768": 65.1 MHz, 48.5 kHz, 60.1 Hz
(II) SIS(0): Modeline "1024x768"   65.15  1024 1048 1184 1344  768 771 777 806 -hsync -vsync
(==) SIS(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) SIS(0): Accel enabled
(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
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0 0	0xd1800000 - 0xd181ffff (0x20000) MX[B]
	[1] 0 0	0xd8000000 - 0xdfffffff (0x8000000) 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	0xd0800000 - 0xd0803fff (0x4000) MX[B]
	[8] -1 0	0xd1000000 - 0xd10007ff (0x800) MX[B]
	[9] -1 0	0xd2000000 - 0xd2000fff (0x1000) MX[B]
	[10] -1 0	0xd2800000 - 0xd2800fff (0x1000) MX[B]
	[11] -1 0	0xd3000000 - 0xd3000fff (0x1000) MX[B]
	[12] -1 0	0xd3800000 - 0xd3800fff (0x1000) MX[B]
	[13] -1 0	0xd4000000 - 0xd7ffffff (0x4000000) MX[B]
	[14] -1 0	0xd1800000 - 0xd181ffff (0x20000) MX[B](B)
	[15] -1 0	0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
	[16] -1 0	0x10001000 - 0x100010ff (0x100) MX[B]
	[17] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
	[18] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
	[19] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
	[20] 0 0	0x0000a800 - 0x0000a87f (0x80) IX[B]
	[21] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[22] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[23] -1 0	0x0000b400 - 0x0000b47f (0x80) IX[B]
	[24] -1 0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[25] -1 0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
	[26] -1 0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[27] -1 0	0x0000d800 - 0x0000d80f (0x10) IX[B]
	[28] -1 0	0x0000a800 - 0x0000a87f (0x80) IX[B](B)
	[29] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[30] 0 0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/X11R6/lib/modules/libvbe.a
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) SIS(0): initializing int10
(II) SIS(0): Primary V_BIOS segment is: 0xc000
(II) SIS(0): VESA BIOS detected
(II) SIS(0): VESA VBE Version 3.0
(II) SIS(0): VESA VBE Total Mem: 16384 kB
(II) SIS(0): VESA VBE OEM: SiS
(II) SIS(0): VESA VBE OEM Software Rev: 1.0
(II) SIS(0): VESA VBE OEM Vendor: Silicon Integrated Systems Corp.
(II) SIS(0): VESA VBE OEM Product: 630
(II) SIS(0): VESA VBE OEM Product Rev: 2.07a  
(II) SIS(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0xa480
(II) SIS(0): Splitting WC range: base: 0xd8000000, size: 0xfa0000
(II) SIS(0): Splitting WC range: base: 0xd8800000, size: 0x7a0000
(II) SIS(0): Splitting WC range: base: 0xd8c00000, size: 0x3a0000
(II) SIS(0): Splitting WC range: base: 0xd8e00000, size: 0x1a0000
(II) SIS(0): Splitting WC range: base: 0xd8f00000, size: 0xa0000
(==) SIS(0): Write-combining range (0xd8f80000,0x20000)
(==) SIS(0): Write-combining range (0xd8f00000,0xa0000)
(==) SIS(0): Write-combining range (0xd8e00000,0x1a0000)
(==) SIS(0): Write-combining range (0xd8c00000,0x3a0000)
(==) SIS(0): Write-combining range (0xd8800000,0x7a0000)
(==) SIS(0): Write-combining range (0xd8000000,0xfa0000)
(II) SIS(0): VBFlags=0x21080000
(--) SIS(0): Before: CR30=0x21, CR31=0x02, CR32=0x28, CR33=0x00, CR35=0x00
(II) SIS(0): After:  CR30=0x00, CR31=0xe6, CR33=0x02, CR35=00
(II) SIS(0): Setting standard mode 0x64
(--) SIS(0): (init: VBType=0x0000, VBInfo=0x2001)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmGetBusid returned ''
(II) SIS(0): [drm] loaded kernel module for "sis" driver
(II) SIS(0): [drm] created "sis" driver at busid "PCI:1:0:0"
(II) SIS(0): [drm] added 8192 byte SAREA at 0xd0a9b000
(II) SIS(0): [drm] mapped SAREA 0xd0a9b000 to 0x40026000
(II) SIS(0): [drm] framebuffer handle = 0xd8000000
(II) SIS(0): [drm] added 1 reserved context for kernel
(II) SIS(0): [drm] Registers = 0xd1800000
(EE) SIS(0): [drm] drmAgpAcquire failed
(II) SIS(0): [drm] failure adding irq 0 handler, stereo disabled
(II) SIS(0): [dri] visual configs initialized.
(II) SIS(0): Frame Buffer From (0,0) To (1024,3869)
(II) SIS(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
	Dashed Lines
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		32 128x128 slots
		16 256x256 slots
		6 512x512 slots
(==) SIS(0): Backing store disabled
(==) SIS(0): Silken mouse enabled
(**) Option "dpms"
(**) SIS(0): DPMS enabled
(II) SIS(0): Using SiS300/315/330 series HW Xv
(II) SIS(0): X context handle = 0x00000001
(II) SIS(0): [drm] installed DRM signal handler
(II) SIS(0): [DRI] installation complete
(II) SIS(0): Direct rendering enabled
(II) Setting vga for screen 0.
(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" "PS/2"
(**) Configured Mouse: Protocol: "PS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/psaux"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 5
(**) Option "Protocol" "ImPS/2"
(**) Generic Mouse: Protocol: "ImPS/2"
(**) Option "SendCoreEvents" "true"
(**) Generic Mouse: always reports core events
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "true"
(**) Generic Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Generic Mouse: ZAxisMapping: buttons 4 and 5
(**) Generic Mouse: Buttons: 5
(II) XINPUT: Adding extended input device "Generic Mouse" (type: MOUSE)
(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: 65146
GetModeLine - hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1344
              vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10
(II) SIS(0): SISDisplayPowerManagementSet(0)
GetModeLine - scrn: 0 clock: 65146
GetModeLine - hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1344
              vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10
GetModeLine - scrn: 0 clock: 65146
GetModeLine - hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1344
              vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10
GetModeLine - scrn: 0 clock: 65146
GetModeLine - hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1344
              vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10
GetModeLine - scrn: 0 clock: 65146
GetModeLine - hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1344
              vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10
GetModeLine - scrn: 0 clock: 65146
GetModeLine - hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1344
              vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10
GetModeLine - scrn: 0 clock: 65146
GetModeLine - hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1344
              vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10
GetModeLine - scrn: 0 clock: 65146
GetModeLine - hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1344
              vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10
GetModeLine - scrn: 0 clock: 65146
GetModeLine - hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1344
              vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10
GetModeLine - scrn: 0 clock: 65146
GetModeLine - hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1344
              vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10
GetModeLine - scrn: 0 clock: 65146
GetModeLine - hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1344
              vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10
GetModeLine - scrn: 0 clock: 65146
GetModeLine - hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1344
              vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10
GetModeLine - scrn: 0 clock: 65146
GetModeLine - hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1344
              vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10
GetModeLine - scrn: 0 clock: 65146
GetModeLine - hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1344
              vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10
GetModeLine - scrn: 0 clock: 65146
GetModeLine - hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1344
              vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10
SetGrabKeysState - disabled
GetModeLine - scrn: 0 clock: 65146
GetModeLine - hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1344
              vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10
GetModeLine - scrn: 0 clock: 65146
GetModeLine - hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1344
              vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10
GetModeLine - scrn: 0 clock: 65146
GetModeLine - hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1344
              vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10
GetModeLine - scrn: 0 clock: 65146
GetModeLine - hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1344
              vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10
GetModeLine - scrn: 0 clock: 65146
GetModeLine - hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1344
              vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10
SetGrabKeysState - enabled
GetModeLine - scrn: 0 clock: 65146
GetModeLine - hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1344
              vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10
GetModeLine - scrn: 0 clock: 65146
GetModeLine - hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1344
              vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10
GetModeLine - scrn: 0 clock: 65146
GetModeLine - hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1344
              vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10
GetModeLine - scrn: 0 clock: 65146
GetModeLine - hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1344
              vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10
GetModeLine - scrn: 0 clock: 65146
GetModeLine - hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1344
              vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10
GetModeLine - scrn: 0 clock: 65146
GetModeLine - hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1344
              vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10

-rw-r--r--    1 root     root        36636 Sep 10 17:01 /var/log/XFree86.0.log
-rw-r-----    1 root     root        77423 Jun  2 11:02 /var/log/XFree86.1.log
-rw-r--r--    1 root     root        52072 May  5 10:38 /var/log/XFree86.20.log
-rw-r-----    1 root     root        28771 Oct 16  2002 /var/log/XFree86.9.log

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux murphy 2.4.22-pre9 #1 Mon Aug 11 09:49:05 CEST 2003 i686
Locale: LANG=C, LC_CTYPE=C

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

-- debconf information:
  xserver-xfree86/config/monitor/screen-size: 17 inches (430 mm)
  xserver-xfree86/config/device/use_fbdev: 
* xserver-xfree86/config/monitor/selection-method: Medium
  xserver-xfree86/config/doublequote_in_string_error: 
* xserver-xfree86/config/device/bus_id: 
* xserver-xfree86/config/device/video_ram: 16000
* xserver-xfree86/config/monitor/lcd: true
  xserver-xfree86/config/inputdevice/keyboard/internal: 
* xserver-xfree86/config/device/driver: sis
  xserver-xfree86/config/monitor/vert-refresh: 43-72
* xserver-xfree86/config/display/default_depth: 24
* xserver-xfree86/config/display/modes: 1024x768
* xserver-xfree86/config/modules: GLcore, bitmap, dbe, ddc, dri, extmod, freetype, glx, int10, record, speedo, type1, vbe
  xserver-xfree86/config/monitor/range_input_error: 
  xserver-xfree86/autodetect_video_card: true
* xserver-xfree86/config/inputdevice/keyboard/variant: 
* xserver-xfree86/config/inputdevice/mouse/port: /dev/psaux
* xserver-xfree86/config/write_files_section: true
  xserver-xfree86/autodetect_monitor: true
* xserver-xfree86/config/device/identifier: sis6300
  shared/default-x-server: xserver-xfree86
* xserver-xfree86/config/inputdevice/mouse/emulate3buttons: true
* xserver-xfree86/config/inputdevice/keyboard/layout: us_intl
  xserver-xfree86/config/monitor/horiz-sync: 28-49
* xserver-xfree86/config/monitor/identifier: lcd
  shared/no_known_x-server: 
  xserver-xfree86/autodetect_mouse: true
* xserver-xfree86/config/monitor/mode-list: 1024x768 @ 60Hz
* xserver-xfree86/config/inputdevice/keyboard/rules: xfree86
  xserver-xfree86/multiple_possible_x-drivers: 
* xserver-xfree86/config/inputdevice/keyboard/model: pc104
* xserver-xfree86/config/write_dri_section: true
* xserver-xfree86/config/inputdevice/mouse/zaxismapping: true
  xserver-xfree86/config/device/bus_id_error: 
* xserver-xfree86/config/inputdevice/keyboard/options: 
  xserver-xfree86/config/nonnumeric_string_error: 
* xserver-xfree86/config/inputdevice/mouse/protocol: PS/2
  shared/multiple_possible_x-servers: 
  xserver-xfree86/config/null_string_error: 





Reply to: