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

Bug#186237: xserver-xfree86: [sis] xv error: blue screen



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



hello

when I play a DVD (using mplayer) or a DV file,
I only see a blue screen

I think that the sis driver shipped with this version does not correctly 
implement an XV extension that converts from some YUV colorspace to the
screen

(indeed, 'mplayer -vo x11 works', 'mplayer -vo xv' doesnt)

I downloaded the binary driver from http://www.winischhofer.net/
and now it works great. (whereas television output doesn't...
but I am going to write to T.Winischhofer and ask help)

bye and thanks for the packaging

ps: btw, as you see I use the backport .deb by Bunk;
 but   I think that this doesn't really matter.


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 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 manual page.
# (Type "man XF86Config" at the shell prompt.)

# Example file for SiS630

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

Section "ServerFlags"
#	Option "AllowMouseOpenFail"
#	Option "noPM"
	Option "BlankTime"   "19"
	Option "StandbyTime" "29"
	Option "SuspendTime" "39"
	Option "OffTime"     "49"
EndSection

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

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

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

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

# ----------------------------------------------------------
# MONITOR section
# ----------------------------------------------------------
# This section contains data for monitor configuration.
Section "Monitor"
	Identifier   "Generic|Generic LCD Panel"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
	VertRefresh  50-75
	HorizSync    30-90
# Generally: DO NOT USE MODELINES! They will be ignored.
# Modeslines are only needed for modes XFree doesn't provide
# a default Modeline for (such as 1280x720 or 512x384); even
# such Modelines are only required for keeping X from deleting
# the mode from the list, their data will not be used.
EndSection

# ----------------------------------------------------------
# DEVICE section 
# ----------------------------------------------------------
# This section contains configuration data of the video card.

Section "Device"
        Driver     "sis"
        Identifier "SiS 730"
        VendorName "SiS"
	BoardName  "730"
        Option     "HWcursor"
       
        Option	   "backingstore"
       
# Option "NoAccel"
# Setting this option will disable 2D/3D accellerators (and Xv).
       #Option     "NoAccel"
       
# Setting this option will disable the TurboQueue.
       #Option     "TurboQueue" "false"
       
# Option "ForceCRT2Type":
# This option selects the CRT2 output device type and is only useful
# on systems containing a video bridge (such as most laptops).
# Available options are:
# "TV"   (if TV connector present), 
# "LCD"  (if LCD panel present), 
# "VGA"  (don't use this; it is unlikely that you need it because this 
#        would require a SECOND VGA connector on your computer; the
#        connector on laptops is CRT1!) or 
# "NONE" (this will switch off CRT2). You might want to use "NONE" for 
#        using higher resolutions than your LCD panel supports when 
#        connected to an external VGA. If using "NONE", adjust the settings 
#        in the monitor section above.
       #Option "ForceCRT2Type" "NONE"
       
# Option "VESA": 
# Since SiS does not provide information on their products, the driver
# may have problems with newer chipsets or video bridges. If this is
# the case, set this option to "true".
       #Option     "Vesa" "False" 

# Option "MaxXFBMem":
# This option limits the amount of memory X uses for its framebuffer.
# Its purpose is to avoid a clash between X and DRI/DRM/sisfb as regards
# memory management.
# The SiS kernel framebuffer driver (sisfb) is responsible for memory
# management for DRI. It will install a video memory heap at 8MB
# if there's more video RAM than 8MB available. Otherwise, the heap will
# start at 4MB. Other amounts can be specified with the "mem" parameter.
# If this option is set, X only uses the specified amount of memory for
# its screen and its off-screen buffers.
# Limiting X to use only the first 8/4MB of RAM therefore avoids that
# the kernel framebuffer (and a DRI application using the sisfb's
# memory pool) overwrites X's screen and off-screen memory.
# When setting MaxXFBMem to "8192", memory will be used according 
# to the following figure:
# 0-------8------16------24------32------40------48--------56-------64MB
# XXXXXXXX
#         FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
# (X=memory used by X, F=memory used by sisfb and thus DRI)
# In case DRI is to be used, this option should be set to 8192 if more than
# 8 MB of video RAM available, otherwise to 4096. (The values mean KB.)
# If DRI is disabled and the framebuffer driver is not loaded, this option 
# can and should be left out.
	Option      "MaxXFBMem" "12288"
EndSection

# ----------------------------------------------------------
# SCREEN section
# ----------------------------------------------------------
# This section defines the available resulutions and depths.
# If you disable CRT2 (by setting ForceCRT2Type to "NONE"),
# you can use higher resolutions than the LCD panel supports.

Section "Screen"
	Identifier "screen1"
	Device     "SiS 730"
	Monitor    "Generic|Generic LCD Panel"
	DefaultDepth 24
	SubSection "Display"
		Depth     16
		Modes     "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes     "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes     "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

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

Section "DRI"
	Mode	0666
EndSection

# end of XF86Config


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-3.bunk.3 20030210105636 bunk@) / 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-pre4-ac1 i586 [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 Mar 25 10:08:02 2003
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Default Layout"
(**) |-->Screen "screen1" (0)
(**) |   |-->Monitor "Generic|Generic LCD Panel"
(**) |   |-->Device "SiS 730"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "it"
(**) XKB: layout: "it"
(**) Option "XkbVariant" "nodeadkeys"
(**) XKB: variant: "nodeadkeys"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "USB Mouse"
(**) FontPath set to "unix/:7110,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Speedo,/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"
(**) Option "BlankTime" "19"
(**) Option "StandbyTime" "29"
(**) Option "SuspendTime" "39"
(**) Option "OffTime" "49"
(++) 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 = 0x80000094, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1039,0730 card 0000,0000 rev 02 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 1039,5513 card 1043,1598 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,1453 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:01:6: chip 1039,7013 card 1043,1457 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:0a:0: chip 1180,0476 card 0000,0000 rev 80 class 06,07,00 hdr 82
(II) PCI: 00:0a:1: chip 1180,0476 card 0000,0000 rev 80 class 06,07,00 hdr 82
(II) PCI: 00:0e:0: chip 104c,8023 card 1043,1597 rev 00 class 0c,00,10 hdr 00
(II) PCI: 01:00:0: chip 1039,6300 card 1043,1452 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: 0x08 (VGA_EN is set)
(II) Bus 1 I/O range:
	[0] -1 0	0x0000a000 - 0x0000afff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1 0	0xe9800000 - 0xe9ffffff (0x800000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1 0	0xf0000000 - 0xfeafffff (0xeb00000) MX[B]
(--) PCI:*(1:0:0) SiS 630 rev 49, Mem @ 0xf0000000/27, 0xe9800000/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	0xe8800000 - 0xe8803fff (0x4000) MX[B]
	[1] -1 0	0xe9000000 - 0xe90007ff (0x800) MX[B]
	[2] -1 0	0xea000000 - 0xea000fff (0x1000) MX[B]
	[3] -1 0	0xea800000 - 0xea800fff (0x1000) MX[B]
	[4] -1 0	0xeb000000 - 0xeb000fff (0x1000) MX[B]
	[5] -1 0	0xeb800000 - 0xeb800fff (0x1000) MX[B]
	[6] -1 0	0xec000000 - 0xefffffff (0x4000000) MX[B]
	[7] -1 0	0xe9800000 - 0xe981ffff (0x20000) MX[B](B)
	[8] -1 0	0xf0000000 - 0xf7ffffff (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) Active PCI resource ranges after removing overlaps:
	[0] -1 0	0xe8800000 - 0xe8803fff (0x4000) MX[B]
	[1] -1 0	0xe9000000 - 0xe90007ff (0x800) MX[B]
	[2] -1 0	0xea000000 - 0xea000fff (0x1000) MX[B]
	[3] -1 0	0xea800000 - 0xea800fff (0x1000) MX[B]
	[4] -1 0	0xeb000000 - 0xeb000fff (0x1000) MX[B]
	[5] -1 0	0xeb800000 - 0xeb800fff (0x1000) MX[B]
	[6] -1 0	0xec000000 - 0xefffffff (0x4000000) MX[B]
	[7] -1 0	0xe9800000 - 0xe981ffff (0x20000) MX[B](B)
	[8] -1 0	0xf0000000 - 0xf7ffffff (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) 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	0xe8800000 - 0xe8803fff (0x4000) MX[B]
	[6] -1 0	0xe9000000 - 0xe90007ff (0x800) MX[B]
	[7] -1 0	0xea000000 - 0xea000fff (0x1000) MX[B]
	[8] -1 0	0xea800000 - 0xea800fff (0x1000) MX[B]
	[9] -1 0	0xeb000000 - 0xeb000fff (0x1000) MX[B]
	[10] -1 0	0xeb800000 - 0xeb800fff (0x1000) MX[B]
	[11] -1 0	0xec000000 - 0xefffffff (0x4000000) MX[B]
	[12] -1 0	0xe9800000 - 0xe981ffff (0x20000) MX[B](B)
	[13] -1 0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[14] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1 0	0x0000b400 - 0x0000b47f (0x80) IX[B]
	[17] -1 0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[18] -1 0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
	[19] -1 0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[20] -1 0	0x0000d800 - 0x0000d80f (0x10) IX[B]
	[21] -1 0	0x0000a800 - 0x0000a87f (0x80) IX[B](B)
(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: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(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: "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: "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.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: "pex5"
(II) Loading /usr/X11R6/lib/modules/pex5.so
dlopen: /usr/X11R6/lib/modules/pex5.so: undefined symbol: PexExtensionInitPtr
(EE) Failed to load /usr/X11R6/lib/modules/pex5.so
(II) UnloadModule: "pex5"
(EE) Failed to load module "pex5" (loader failed, 136232792)
(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: "xie"
(II) Loading /usr/X11R6/lib/modules/xie.so
dlopen: /usr/X11R6/lib/modules/xie.so: undefined symbol: XieInitPtr
(EE) Failed to load /usr/X11R6/lib/modules/xie.so
(II) UnloadModule: "xie"
(EE) Failed to load module "xie" (loader failed, 136232792)
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(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: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(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: "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: "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.6.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/740, 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	0xe8800000 - 0xe8803fff (0x4000) MX[B]
	[6] -1 0	0xe9000000 - 0xe90007ff (0x800) MX[B]
	[7] -1 0	0xea000000 - 0xea000fff (0x1000) MX[B]
	[8] -1 0	0xea800000 - 0xea800fff (0x1000) MX[B]
	[9] -1 0	0xeb000000 - 0xeb000fff (0x1000) MX[B]
	[10] -1 0	0xeb800000 - 0xeb800fff (0x1000) MX[B]
	[11] -1 0	0xec000000 - 0xefffffff (0x4000000) MX[B]
	[12] -1 0	0xe9800000 - 0xe981ffff (0x20000) MX[B](B)
	[13] -1 0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[14] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1 0	0x0000b400 - 0x0000b47f (0x80) IX[B]
	[17] -1 0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[18] -1 0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
	[19] -1 0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[20] -1 0	0x0000d800 - 0x0000d80f (0x10) IX[B]
	[21] -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	0xe8800000 - 0xe8803fff (0x4000) MX[B]
	[6] -1 0	0xe9000000 - 0xe90007ff (0x800) MX[B]
	[7] -1 0	0xea000000 - 0xea000fff (0x1000) MX[B]
	[8] -1 0	0xea800000 - 0xea800fff (0x1000) MX[B]
	[9] -1 0	0xeb000000 - 0xeb000fff (0x1000) MX[B]
	[10] -1 0	0xeb800000 - 0xeb800fff (0x1000) MX[B]
	[11] -1 0	0xec000000 - 0xefffffff (0x4000000) MX[B]
	[12] -1 0	0xe9800000 - 0xe981ffff (0x20000) MX[B](B)
	[13] -1 0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[14] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[15] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[16] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[17] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[18] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[19] -1 0	0x0000b400 - 0x0000b47f (0x80) IX[B]
	[20] -1 0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[21] -1 0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
	[22] -1 0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[23] -1 0	0x0000d800 - 0x0000d80f (0x10) IX[B]
	[24] -1 0	0x0000a800 - 0x0000a87f (0x80) IX[B](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
(II) SIS(0): SiS driver (21/01/03-2) 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): 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.04.5c" found at 0xc0000
(**) SIS(0): Option "HWcursor"
(**) SIS(0): Option "MaxXFBMem" "12288"
(**) SIS(0): Using HW cursor
(==) SIS(0): TurboQueue enabled
(**) SIS(0): MaxXFBMem: Framebuffer memory shall be limited to 12288 KB
(==) SIS(0): Usage of built-in modes is enabled
(--) SIS(0): Video ROM data usage is enabled
(--) SIS(0): Detected DRAM type: SDRAM
(--) SIS(0): Detected memory clock: 133.634 MHz
(--) SIS(0): (Adapter assumes MCLK being 133 Mhz)
(--) SIS(0): Detected DRAM bus width: 64 bit
(--) SIS(0): Linear framebuffer at 0xF0000000
(--) SIS(0): MMIO registers at 0xE9800000
(--) SIS(0): VideoRAM: 32768 KB
(II) SIS(0): Using 12288K of framebuffer memory
(--) SIS(0): Hardware supports two video overlays
(--) SIS(0): Detected LVDS transmitter (Bridge type 4)
(--) SIS(0): Detected Chrontel 7005 TV encoder (ID 0x3a; bridge type 4)
(--) SIS(0): Chrontel: No TV detected.
(--) SIS(0): No CRT1 connection detected
(--) SIS(0): Detected LCD panel resolution 1024x768 (type 12, expanding, RGB18)
(--) SIS(0): Detected default TV standard PAL
(--) SIS(0): Memory bandwidth at 32 bpp is 267.268 MHz
(--) SIS(0): Bandwidth reserved for CRT2 is 67 Mhz
(--) SIS(0): Bandwidth available for CRT1 is 200.268 MHz
(--) SIS(0): Detected LCD PanelDelayCompensation 24
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(==) SIS(0): Min pixel clock is 12 MHz
(--) SIS(0): Max pixel clock is 138 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): Generic|Generic LCD Panel: Using hsync range of 30.00-90.00 kHz
(II) SIS(0): Generic|Generic LCD Panel: Using vrefresh range of 50.00-75.00 Hz
(II) SIS(0): Clock range:  12.00 to 138.96 MHz
(II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
(II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
(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 "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" (vrefresh out of range)
(II) SIS(0): Not using default mode "640x480" (hsync out of range)
(II) SIS(0): Not using default mode "720x480" (unknown reason)
(II) SIS(0): Not using default mode "720x576" (unknown reason)
(II) SIS(0): Not using default mode "1024x768" (vrefresh out of range)
(II) SIS(0): Not using default mode "1024x768" (vrefresh 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 "1280x1024" (unknown reason)
(II) SIS(0): Not using default mode "1280x1024" (unknown reason)
(II) SIS(0): Not using default mode "1280x1024" (unknown reason)
(II) SIS(0): Not using default mode "1280x1024" (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 "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" (unknown reason)
(II) SIS(0): Not using default mode "1280x960" (bad mode clock/interlace/doublescan)
(II) SIS(0): Not using default mode "1024x600" (unknown reason)
(II) SIS(0): Not using default mode "1152x768" (unknown reason)
(II) SIS(0): Not using default mode "800x480" (unknown reason)
(II) SIS(0): Not using default mode "800x480" (unknown reason)
(II) SIS(0): Not using default mode "800x480" (unknown reason)
(II) SIS(0): Not using default mode "1024x576" (unknown reason)
(II) SIS(0): Not using default mode "1024x576" (unknown reason)
(II) SIS(0): Not using default mode "1024x576" (unknown reason)
(II) SIS(0): Not using default mode "1280x720" (unknown reason)
(II) SIS(0): Not using default mode "1280x720" (unknown reason)
(II) SIS(0): Not using default mode "1280x720" (bad mode clock/interlace/doublescan)
(II) SIS(0): Not using default mode "1152x864" (unknown reason)
(II) SIS(0): Not using default mode "1152x864" (unknown reason)
(II) SIS(0): Not using default mode "848x480" (unknown reason)
(II) SIS(0): Not using default mode "848x480" (unknown reason)
(II) SIS(0): Not using default mode "856x480" (unknown reason)
(II) SIS(0): Not using default mode "856x480" (unknown reason)
(II) SIS(0): Not using default mode "1360x768" (unknown reason)
(--) SIS(0): Virtual size is 1024x768 (pitch 1024)
(**) SIS(0): Default mode "1024x768": 78.7 MHz, 60.0 kHz, 75.0 Hz
(II) SIS(0): Modeline "1024x768"   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync
(**) SIS(0): Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) SIS(0): Modeline "800x600"   49.52  800 816 896 1056  600 601 604 625 +hsync +vsync
(**) SIS(0): Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) SIS(0): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 -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	0xe9800000 - 0xe981ffff (0x20000) MX[B]
	[1] 0 0	0xf0000000 - 0xf7ffffff (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	0xe8800000 - 0xe8803fff (0x4000) MX[B]
	[8] -1 0	0xe9000000 - 0xe90007ff (0x800) MX[B]
	[9] -1 0	0xea000000 - 0xea000fff (0x1000) MX[B]
	[10] -1 0	0xea800000 - 0xea800fff (0x1000) MX[B]
	[11] -1 0	0xeb000000 - 0xeb000fff (0x1000) MX[B]
	[12] -1 0	0xeb800000 - 0xeb800fff (0x1000) MX[B]
	[13] -1 0	0xec000000 - 0xefffffff (0x4000000) MX[B]
	[14] -1 0	0xe9800000 - 0xe981ffff (0x20000) MX[B](B)
	[15] -1 0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[16] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
	[17] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
	[18] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
	[19] 0 0	0x0000a800 - 0x0000a87f (0x80) IX[B]
	[20] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[21] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[22] -1 0	0x0000b400 - 0x0000b47f (0x80) IX[B]
	[23] -1 0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[24] -1 0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
	[25] -1 0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[26] -1 0	0x0000d800 - 0x0000d80f (0x10) IX[B]
	[27] -1 0	0x0000a800 - 0x0000a87f (0x80) IX[B](B)
	[28] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[29] 0 0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) SIS(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0xa480
(==) SIS(0): Write-combining range (0xf0000000,0x2000000)
(II) SIS(0): VBFlags=0x23000222
(--) SIS(0): Before: CR30=0x21, CR31=0x07, CR32=0x08, CR33=0x00, CR35=0x00
(II) SIS(0): After:  CR30=0x21, CR31=0x47, CR33=0x04
(II) SIS(0): Setting mode 0x64
(--) SIS(0): (init301: LCDInfo=0x00e9 LCDResInfo=0x02 LCDTypeInfo=0x0c)
(--) SIS(0): (init: VBType=0x0000, VBInfo=0x4521)
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 8, (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 0xd09a6000
(II) SIS(0): [drm] mapped SAREA 0xd09a6000 to 0x40014000
(II) SIS(0): [drm] framebuffer handle = 0xf0000000
(II) SIS(0): [drm] added 1 reserved context for kernel
(II) SIS(0): [drm] Registers = 0xe9800000
(II) SIS(0): [drm] drmAgpEnabled succeeded
(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,3070)
(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
		10 256x256 slots
		4 512x512 slots
(**) SIS(0): Option "BackingStore"
(**) SIS(0): Backing store enabled
(==) SIS(0): Silken mouse enabled
(II) SIS(0): Using SiS300/310/325 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 "SendCoreEvents" "true"
(**) Configured Mouse: always reports core events
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/psaux"
(==) Configured Mouse: Buttons: 3
(**) Option "Protocol" "ImPS/2"
(**) USB Mouse: Protocol: "ImPS/2"
(**) Option "SendCoreEvents" "true"
(**) USB Mouse: always reports core events
(**) Option "Device" "/dev/input/mouse0"
(EE) xf86OpenSerial: Cannot open device /dev/input/mouse0
	No such file or directory.
(EE) USB Mouse: cannot open input device
(EE) PreInit failed for input device "USB Mouse"
(II) UnloadModule: "mouse"
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
Could not init font path element unix/:7110, removing from list!
SetKbdSettings - type: 2 rate: 30 delay: 500 snumlk: 0
SetKbdSettings - Succeeded
GetModeLine - scrn: 0 clock: 78749
GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1136 httl: 1312
              vdsp: 768 vbeg: 769 vend: 772 vttl: 800 flags: 5
GetModeLine - scrn: 0 clock: 78749
GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1136 httl: 1312
              vdsp: 768 vbeg: 769 vend: 772 vttl: 800 flags: 5
GetModeLine - scrn: 0 clock: 78749
GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1136 httl: 1312
              vdsp: 768 vbeg: 769 vend: 772 vttl: 800 flags: 5
GetModeLine - scrn: 0 clock: 78749
GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1136 httl: 1312
              vdsp: 768 vbeg: 769 vend: 772 vttl: 800 flags: 5
GetModeLine - scrn: 0 clock: 78749
GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1136 httl: 1312
              vdsp: 768 vbeg: 769 vend: 772 vttl: 800 flags: 5

-rw-r--r--    1 root     root        30185 Mar 25 13:52 /var/log/XFree86.0.log
-rw-r--r--    1 root     root        30481 Mar 24 21:22 /var/log/XFree86.1.0.log
-rw-r--r--    1 root     root        29843 Feb  4 18:28 /var/log/XFree86.20.log
-rw-r--r--    1 root     root        30401 Nov 12 08:54 /var/log/XFree86.8.log



-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux snoopy 2.4.20-k7 #1 Tue Jan 14 00:29:06 EST 2003 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages xserver-xfree86 depends on:
ii  debconf                   1.2.32         Debian configuration management sy
ii  libc6                     2.2.5-14.3     GNU C Library: Shared libraries an
ii  xserver-common            4.2.1-3.bunk.3 files and utilities common to all 
ii  zlib1g                    1:1.1.4-1      compression library - runtime

-- 
Andrea Mennucc
 "E' un mondo difficile. Che vita intensa!" (Tonino Carotone)




Reply to: