Mouse doesn't work when resolution set to 1152x864

Ronald F. Guilmette rfg at monkeys.com
Wed Jun 20 02:24:56 UTC 2007


Greetings all,

I'm new to the list, so please be gentle.  I don't yet know all of
the proper protocols for reporting problems and/or possible bugs.

I just upgraded my main work/desktop system from (ancient) FreeBSD 4.10
to the latest FreeBSD 6.2-RELEASE.  Included as part of the upgrade
(apparently) was a switch from Xfree86 to the X.org release of X.
(This would appear to be 6.9.0, with Release Date: 21 December 2005.)

Anyway, my setup is summarized as follows:

    NEC FE771SB Monitor (CRT, Max Res 1280x1024, allegedly at 66Hz)
    Some cheapskate video card which was auto-detected as:
        VendorName  "Silicon Integrated Systems [SiS]"
        BoardName   "300/305 PCI/AGP VGA Display Adapter"
    Logitech Cordless Mouse (MouseMan+?)
    Cheapskate no-name 101 keboard

(I'm including the file /var/log/Xorg.0.log below, in case that will be
helpful.)

I auto-generated an xorg.conf file and I'm mostly using it verbatim,
as generated (also included below) however I did make the following
small adjustments:

1)  I commented out all but one of the "Display" Subsections of the "Screen"
Section, because I don't actually feel any particular need to go changing
the bit depth of my screen all that often.  (Like essentially never.)

2)  This is the one that's actually causing me the headaches... I _tried_
(but failed) to explicitly specify a resolution of 1152x864 in the one
and only remaining "Display" Subsection of the "Screen" Section.  When I
did this, and fired up X (which I prefer to do via just "startx") the
mouse just simply refused to work at all.  However when I tried instead
to explicitly specify a (more standard?) screen resolution of either
1280x1024 or 1024x768, then no problem... mouse works just fine in these
cases... well... mostly fine.  (See below.)

Here, in essence is my "Screen" Section:

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
#               Modes   "1280x1024"
                Modes   "1152x864"
#               Modes   "1024x768"
                Depth     16
        EndSubSection
EndSection

This is the setup that causes the mouse to become completely disfunctional.
However if I go in anc comment out the Modes "1152x864" line, and instead
un-comment _either_ the Modes "1280x1024" line _or_ the Modes "1024x768"
line, then all is well.

I know, I know.  Secreen resolution really _shouldn't_ have anything at
all to do with mouse operation, but this _is_ what is happening.  At
"1152x864" the mouse just simply will not function.

This has become a real serious problem for me because (a) I can't really
use a resolution of "1024x768"... that's just not enough for the kinds of
things I do... and because (b) at a resolution of "1280x1024", it appears
that X auto-selects a refresh rate of 60Hz, which is _very_ hard on my
old and tired eyes.  (NOTE:  This is yet another problem/mystery:  The
manual for my monitor says that it does indeed have these auto-detected
ranges: HorizSync 30-70; VertRefresh 50-120, and the manual for the monitor
goes on to claim that the thing is capable of doing 1280x1024 at 66Hz,
however when I ran vidtune, that indicated that X had elected to run the
thing at only 60Hz when I had explicitly forced the resolution to 1280X1024
via the "Screen" section of my xorg.conf file.  Why?  Why won't the X
server run the monitor at the full 1280x1024 at 66Hz which the manual alleges
it is capable of?)

So anyway, I'm really hoping for some help (and pity?) with my main problem,
which is that I _really_ want to run this thing at 1152x864 (as I was doing
before I upgraded my OS version) _and_ I want to get as far above 60Hz as
possible, to limit eyestrain and flicker, based on the limitations of the
equipment I'm using.

Any help would be appreciated.

Oh yea... and one other thing.  Even at 1280x1024, I found the mouse
became essentially unusable shortly after I started an FTP transfer
(within an Xterm window) *if* I had previously set FTP to the "hash"
mode, i.e. where it prints little hash marks (#) after every 1KB or 4KB
of data is transferred.  It appears that when an FTP transfer is started
(with hash printing enabled) the responsiveness of the mouse just slowly
leaks away... as more and more hash marks are printed... until there's
nothing left.  At that point, the mouse is completely dead and unresponsive.
I had to kill and restart the X server when this happened, because it was
the only way to get back to a working system.  Needless to say, any help
on _this_ problem would also be appreciated.  (Unlike my other problem,
deacribe above, I _do_ have a usable workaround for this one, i.e. simply
never using the "hash" printing feature of FTP.  But the fact that the
mouse can be trivially locked up by a relatively common sort of text-based
task is still very troubling.)


Regards,
rfg


P.S.  If you attempt to reply to me off-list, please do not be either insulted
or dismayed if your e-mail bounces back to you.  I have very clumsy and
ham-fisted spam filters set up here, and I've got about 2/5ths of the entire
Internet blacklisted in my mail server now.  If my highly imprecise spam
filters reject you, then please don't give up.  In any such case, I'd
greatly appreciate you dropping me a line via the contact form on my
web site (http://www.monkeys.com/contact.html) so that I can unblock
whatever domain you're coming from.  Thanks for your patience and under-
standing.)



xorg.conf file:
=============================================================================
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
	FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
	Load  "dbe"
	Load  "dri"
	Load  "extmod"
	Load  "glx"
	Load  "record"
	Load  "xtrap"
	Load  "freetype"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/sysmouse"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	#DisplaySize	  330   240	# mm
	Identifier   "Monitor0"
	VendorName   "NEC"
	ModelName    "NEC FE771SB"
 ### Comment all HorizSync and VertSync values to use DDC:
	HorizSync    30.0 - 70.0
	VertRefresh  50.0 - 120.0
	Option	    "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "Accel"              	# [<bool>]
        #Option     "AccelMethod"        	# <str>
        #Option     "TurboQueue"         	# [<bool>]
        #Option     "FastVram"           	# [<bool>]
        #Option     "HostBus"            	# [<bool>]
        #Option     "RenderAcceleration" 	# [<bool>]
        #Option     "ForceCRT1Type"      	# <str>
        #Option     "ForceCRT2Type"      	# <str>
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "DRI"                	# [<bool>]
        #Option     "AGPSize"            	# <i>
        #Option     "GARTSize"           	# <i>
        #Option     "Vesa"               	# [<bool>]
        #Option     "MaxXFBMem"          	# <i>
        #Option     "EnableSiSCtrl"      	# [<bool>]
        #Option     "SWCursor"           	# [<bool>]
        #Option     "HWCursor"           	# [<bool>]
        #Option     "UseColorHWCursor"   	# [<bool>]
        #Option     "Rotate"             	# <str>
        #Option     "Reflect"            	# <str>
        #Option     "Xvideo"             	# [<bool>]
        #Option     "InternalModes"      	# [<bool>]
        #Option     "OverruleFrequencyRanges" 	# [<bool>]
        #Option     "RestoreBySetMode"   	# [<bool>]
        #Option     "ForceCRT1"          	# [<bool>]
        #Option     "XvOnCRT2"           	# [<bool>]
        #Option     "PanelDelayCompensation" 	# <i>
        #Option     "PDC"                	# <i>
        #Option     "PanelDelayCompensation2" 	# <i>
        #Option     "PDC2"               	# <i>
        #Option     "PanelDelayCompensation1" 	# <i>
        #Option     "PDC1"               	# <i>
        #Option     "EMI"                	# <i>
        #Option     "LVDSHL"             	# <i>
        #Option     "ForcePanelRGB"      	# <i>
        #Option     "SpecialTiming"      	# <str>
        #Option     "TVStandard"         	# <str>
        #Option     "UseROMData"         	# [<bool>]
        #Option     "UseOEMData"         	# [<bool>]
        #Option     "YV12"               	# [<bool>]
        #Option     "CHTVType"           	# [<bool>]
        #Option     "CHTVOverscan"       	# [<bool>]
        #Option     "CHTVSuperOverscan"  	# [<bool>]
        #Option     "CHTVLumaBandwidthCVBS" 	# <i>
        #Option     "CHTVLumaBandwidthSVIDEO" 	# <i>
        #Option     "CHTVLumaFlickerFilter" 	# <i>
        #Option     "CHTVChromaBandwidth" 	# <i>
        #Option     "CHTVChromaFlickerFilter" 	# <i>
        #Option     "CHTVCVBSColor"      	# [<bool>]
        #Option     "CHTVTextEnhance"    	# <i>
        #Option     "CHTVContrast"       	# <i>
        #Option     "SISTVEdgeEnhance"   	# <i>
        #Option     "SISTVAntiFlicker"   	# <str>
        #Option     "SISTVSaturation"    	# <i>
        #Option     "SISTVCFilter"       	# [<bool>]
        #Option     "SISTVYFilter"       	# <i>
        #Option     "SISTVColorCalibFine" 	# <i>
        #Option     "SISTVColorCalibCoarse" 	# <i>
        #Option     "SISTVXScale"        	# <i>
        #Option     "SISTVYScale"        	# <i>
        #Option     "TVXPosOffset"       	# <i>
        #Option     "TVYPosOffset"       	# <i>
        #Option     "SIS6326TVAntiFlicker" 	# <str>
        #Option     "SIS6326TVEnableYFilter" 	# [<bool>]
        #Option     "SIS6326TVYFilterStrong" 	# [<bool>]
        #Option     "SIS6326TVForcePlug" 	# <str>
        #Option     "SIS6326FSCAdjust"   	# <i>
        #Option     "YPbPrAspectRatio"   	# <str>
        #Option     "TVBlueWorkAround"   	# [<bool>]
        #Option     "ColorHWCursorBlending" 	# [<bool>]
        #Option     "ColorHWCursorBlendThreshold" 	# <i>
        #Option     "CRT2Detection"      	# [<bool>]
        #Option     "ForceCRT2ReDetection" 	# [<bool>]
        #Option     "SenseYPbPr"         	# [<bool>]
        #Option     "CRT1Gamma"          	# [<bool>]
        #Option     "CRT2Gamma"          	# [<str>]
        #Option     "GammaBrightness"    	# <str>
        #Option     "GammaBrightnessCRT2" 	# <str>
        #Option     "CRT2GammaBrightness" 	# <str>
        #Option     "Brightness"         	# <str>
        #Option     "NewGammaBrightness" 	# <str>
        #Option     "CRT2Brightness"     	# <str>
        #Option     "CRT2NewGammaBrightness" 	# <str>
        #Option     "Contrast"           	# <str>
        #Option     "NewGammaContrast"   	# <str>
        #Option     "CRT2Contrast"       	# <str>
        #Option     "CRT2NewGammaContrast" 	# <str>
        #Option     "CRT1Saturation"     	# <i>
        #Option     "XvGamma"            	# [<str>]
        #Option     "XvDefaultContrast"  	# <i>
        #Option     "XvDefaultBrightness" 	# <i>
        #Option     "XvDefaultHue"       	# <i>
        #Option     "XvDefaultSaturation" 	# <i>
        #Option     "XvDefaultDisableGfx" 	# [<bool>]
        #Option     "XvDefaultDisableGfxLR" 	# [<bool>]
        #Option     "XvChromaMin"        	# <i>
        #Option     "XvChromaMax"        	# <i>
        #Option     "XvUseChromaKey"     	# [<bool>]
        #Option     "XvInsideChromaKey"  	# [<bool>]
        #Option     "XvYUVChromaKey"     	# [<bool>]
        #Option     "XvDisableColorKey"  	# [<bool>]
        #Option     "XvUseMemcpy"        	# [<bool>]
        #Option     "BenchmarkMemcpy"    	# [<bool>]
        #Option     "XvDefaultAdaptor"   	# <str>
        #Option     "ScaleLCD"           	# [<bool>]
        #Option     "CenterLCD"          	# [<bool>]
        #Option     "EnableHotkey"       	# [<bool>]
        #Option     "ForceCRT1VGAAspect" 	# <str>
        #Option     "ForceCRT2VGAAspect" 	# <str>
        #Option     "MergedFB"           	# [<str>]
        #Option     "TwinView"           	# [<str>]
        #Option     "MergedFBAuto"       	# [<bool>]
        #Option     "CRT2HSync"          	# <str>
        #Option     "SecondMonitorHorizSync" 	# <str>
        #Option     "CRT2VRefresh"       	# <str>
        #Option     "SecondMonitorVertRefresh" 	# <str>
        #Option     "CRT2Position"       	# <str>
        #Option     "TwinViewOrientation" 	# <str>
        #Option     "MetaModes"          	# <str>
        #Option     "MergedDPI"          	# <str>
        #Option     "MergedXinerama"     	# [<bool>]
        #Option     "TwinviewXineramaInfo" 	# [<bool>]
        #Option     "MergedXineramaCRT2IsScreen0" 	# [<bool>]
        #Option     "MergedNonRectangular" 	# [<bool>]
        #Option     "MergedMouseRestriction" 	# [<bool>]
	Identifier  "Card0"
	Driver      "sis"
	VendorName  "Silicon Integrated Systems [SiS]"
	BoardName   "300/305 PCI/AGP VGA Display Adapter"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
#	SubSection "Display"
#		Viewport   0 0
#		Depth     1
#	EndSubSection
#	SubSection "Display"
#		Viewport   0 0
#		Depth     4
#	EndSubSection
#	SubSection "Display"
#		Viewport   0 0
#		Depth     8
#	EndSubSection
#	SubSection "Display"
#		Viewport   0 0
#		Depth     15
#	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Modes	"1280x1024"
#		Modes	"1152x864"
#		Modes	"1024x768"
		Depth     16
	EndSubSection
#	SubSection "Display"
#		Viewport   0 0
#		Depth     24
#	EndSubSection
EndSection

=============================================================================

/var/log/Xorg.0.log file:
(Note that support for IPv6 has been disables in my kernel)
=============================================================================
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/segfault.monkeys.com:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

X Window System Version 6.9.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 6.9
Build Operating System: FreeBSD 6.2 i386 [ELF] 
Current Operating System: FreeBSD segfault.monkeys.com 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Sat Jun 16 11:37:54 PDT 2007     root at segfault.monkeys.com:/usr/src/sys/i386/compile/rfg20070616 i386
Build Date: 16 October 2006
	Before reporting problems, check http://wiki.X.Org
	to make sure that you have the latest version.
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/Xorg.0.log", Time: Sat Jun 16 19:37:51 2007
(==) Using config file: "/etc/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(WW) The directory "/usr/X11R6/lib/X11/fonts/CID/" does not exist.
	Entry deleted from font path.
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.2
	X.Org Video Driver: 0.8
	X.Org XInput driver : 0.5
	X.Org Server Extension : 0.2
	X.Org Font Renderer : 0.4
(II) Loader running on freebsd
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(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,3099 card 1106,3099 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b099 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:09:0: chip 1113,1211 card 1113,1211 rev 10 class 02,00,00 hdr 00
(II) PCI: 00:0a:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: 00:0b:0: chip 10b7,9055 card 10b7,9055 rev 30 class 02,00,00 hdr 00
(II) PCI: 00:10:0: chip 13f6,0111 card 10fd,a707 rev 10 class 04,01,00 hdr 00
(II) PCI: 00:11:0: chip 1106,3147 card 1106,3147 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:1: chip 1106,0571 card 1106,0571 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:11:2: chip 1106,3038 card 0925,1234 rev 23 class 0c,03,00 hdr 00
(II) PCI: 00:11:3: chip 1106,3038 card 0925,1234 rev 23 class 0c,03,00 hdr 00
(II) PCI: 01:00:0: chip 1039,0300 card 1019,0c14 rev 90 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (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) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
	[0] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B]
	[1] -1	0	0x0000c400 - 0x0000c4ff (0x100) IX[B]
	[2] -1	0	0x0000c800 - 0x0000c8ff (0x100) IX[B]
	[3] -1	0	0x0000cc00 - 0x0000ccff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xec000000 - 0xedffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) Silicon Integrated Systems [SiS] 300/305 PCI/AGP VGA Display Adapter rev 144, Mem @ 0xe0000000/27, 0xed000000/17, I/O @ 0xc000/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) PCI Memory resource overlap reduced 0xe8000000 from 0xefffffff to 0xe7ffffff
(II) Active PCI resource ranges:
	[0] -1	0	0xef002000 - 0xef003fff (0x2000) MX[B]E
	[1] -1	0	0xef000000 - 0xefffffff (0x1000000) MX[B]E
	[2] -1	0	0xef001000 - 0xef001fff (0x1000) MX[B]E
	[3] -1	0	0xe8000000 - 0xe7ffffff (0x0) MX[B]EO
	[4] -1	0	0xed000000 - 0xed01ffff (0x20000) MX[B](B)
	[5] -1	0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[6] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]E
	[7] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]E
	[8] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]E
	[9] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]E
	[10] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]E
	[11] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
	[12] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]E
	[13] -1	0	0x0000c000 - 0x0000c07f (0x80) IX[B](B)
(II) PCI Memory resource overlap reduced 0xef000000 from 0xefffffff to 0xef000fff
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xef002000 - 0xef003fff (0x2000) MX[B]E
	[1] -1	0	0xef000000 - 0xef000fff (0x1000) MX[B]E
	[2] -1	0	0xef001000 - 0xef001fff (0x1000) MX[B]E
	[3] -1	0	0xe8000000 - 0xe7ffffff (0x0) MX[B]EO
	[4] -1	0	0xed000000 - 0xed01ffff (0x20000) MX[B](B)
	[5] -1	0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[6] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]E
	[7] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]E
	[8] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]E
	[9] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]E
	[10] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]E
	[11] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
	[12] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]E
	[13] -1	0	0x0000c000 - 0x0000c07f (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	0xef002000 - 0xef003fff (0x2000) MX[B]E
	[6] -1	0	0xef000000 - 0xef000fff (0x1000) MX[B]E
	[7] -1	0	0xef001000 - 0xef001fff (0x1000) MX[B]E
	[8] -1	0	0xe8000000 - 0xe7ffffff (0x0) MX[B]EO
	[9] -1	0	0xed000000 - 0xed01ffff (0x20000) MX[B](B)
	[10] -1	0	0xe0000000 - 0xe7ffffff (0x8000000) 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]E
	[14] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]E
	[15] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]E
	[16] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]E
	[17] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]E
	[18] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
	[19] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]E
	[20] -1	0	0x0000c000 - 0x0000c07f (0x80) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/freebsd/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.2
(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 TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "xtrap"
(II) Loading /usr/X11R6/lib/modules/extensions/libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DEC-XTRAP
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 6.9.0, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.2
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "sis"
(II) Loading /usr/X11R6/lib/modules/drivers/sis_drv.so
(II) Module sis: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 0.8.1
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.3
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "kbd"
(II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.5
(II) SIS: driver for SiS chipsets: SIS5597/5598, SIS530/620,
	SIS6326/AGP/DVD, SIS300/305, SIS630/730, SIS540, SIS315, SIS315H,
	SIS315PRO/E, SIS550, SIS650/M650/651/740, SIS330(Xabre),
	SIS660/[M]661[F|M]X/[M]670/[M]741[GX]/[M]760[GX]/[M]761[GX]/[M]770[GX],
	SIS340
(II) SIS: driver for XGI chipsets: Volari Z7 (XG20),
	Volari V3XT/V5/V8/Duo (XG40)
(II) Primary Device is: PCI 01:00:0
(--) Chipset SIS300/305 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	0xef002000 - 0xef003fff (0x2000) MX[B]E
	[6] -1	0	0xef000000 - 0xef000fff (0x1000) MX[B]E
	[7] -1	0	0xef001000 - 0xef001fff (0x1000) MX[B]E
	[8] -1	0	0xe8000000 - 0xe7ffffff (0x0) MX[B]EO
	[9] -1	0	0xed000000 - 0xed01ffff (0x20000) MX[B](B)
	[10] -1	0	0xe0000000 - 0xe7ffffff (0x8000000) 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]E
	[14] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]E
	[15] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]E
	[16] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]E
	[17] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]E
	[18] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
	[19] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]E
	[20] -1	0	0x0000c000 - 0x0000c07f (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	0xef002000 - 0xef003fff (0x2000) MX[B]E
	[6] -1	0	0xef000000 - 0xef000fff (0x1000) MX[B]E
	[7] -1	0	0xef001000 - 0xef001fff (0x1000) MX[B]E
	[8] -1	0	0xe8000000 - 0xe7ffffff (0x0) MX[B]EO
	[9] -1	0	0xed000000 - 0xed01ffff (0x20000) MX[B](B)
	[10] -1	0	0xe0000000 - 0xe7ffffff (0x8000000) 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]E
	[17] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]E
	[18] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]E
	[19] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]E
	[20] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]E
	[21] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
	[22] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]E
	[23] -1	0	0x0000c000 - 0x0000c07f (0x80) IX[B](B)
	[24] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[25] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) SIS(0): SiS driver (2005/09/20-1, compiled for X.org 6.9.0.0)
(II) SIS(0): Copyright (C) 2001-2005 Thomas Winischhofer <thomas at winischhofer.net> and others
(II) SIS(0): *** See http://www.winischhofer.at/linuxsisvga.shtml
(II) SIS(0): *** for documentation and updates.
(--) SIS(0): sisfb not found
(--) SIS(0): Relocated I/O registers at 0xC000
(==) SIS(0): Write-combining range (0xa0000,0x10000) was already clear
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 0.1.0
	ABI class: X.Org Video Driver, version 0.8
(==) SIS(0): Depth 16, (==) framebuffer bpp 16
(==) SIS(0): RGB weight 565
(==) SIS(0): Default visual is TrueColor
(--) SIS(0): Video BIOS version "1.13.00" found (old SiS data layout)
(==) SIS(0): Using XAA acceleration architecture
(==) SIS(0): Using HW cursor
(==) SIS(0): Color HW cursor is disabled
(==) SIS(0): TurboQueue enabled
(==) SIS(0): Hotkey display switching is disabled
(==) SIS(0): SiSCtrl utility interface is disabled
(II) SIS(0): For information on SiSCtrl, see
		http://www.winischhofer.at/linuxsispart1.shtml#sisctrl
(==) SIS(0): DRI enabled
(--) SIS(0): DRAM type: SDR SDRAM
(--) SIS(0): Memory clock: 125.282 MHz
(--) SIS(0): (Adapter assumes MCLK being 125 Mhz)
(--) SIS(0): DRAM bus width: 64 bit
(--) SIS(0): Linear framebuffer at 0xE0000000
(--) SIS(0): MMIO registers at 0xED000000 (size 64K)
(--) SIS(0): VideoRAM: 32768 KB
(II) SIS(0): Using 12288K of framebuffer memory at offset 0K
(--) SIS(0): Hardware supports two video overlays
(==) SIS(0): Using gamma correction (1.0, 1.0, 1.0)
(II) SIS(0): Gamma correction is enabled
(--) SIS(0): Memory bandwidth at 16 bpp is 501.128 MHz
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(--) SIS(0): CRT1 DDC supported
(--) SIS(0): CRT1 DDC level: 2 
(--) SIS(0): CRT1 DDC monitor info: *******************************************
(II) SIS(0): Manufacturer: NEC  Model: 61d6  Serial#: 16843009
(II) SIS(0): Year: 2004  Week: 8
(II) SIS(0): EDID Version: 1.3
(II) SIS(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) SIS(0): Sync:  Separate  Composite
(II) SIS(0): Max H-Image Size [cm]: horiz.: 33  vert.: 24
(II) SIS(0): Gamma: 2.20
(II) SIS(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) SIS(0): First detailed timing is preferred mode
(II) SIS(0): redX: 0.626 redY: 0.338   greenX: 0.278 greenY: 0.601
(II) SIS(0): blueX: 0.150 blueY: 0.068   whiteX: 0.283 whiteY: 0.297
(II) SIS(0): Supported VESA Video Modes:
(II) SIS(0): 720x400 at 70Hz
(II) SIS(0): 720x400 at 88Hz
(II) SIS(0): 640x480 at 60Hz
(II) SIS(0): 640x480 at 67Hz
(II) SIS(0): 640x480 at 72Hz
(II) SIS(0): 640x480 at 75Hz
(II) SIS(0): 800x600 at 56Hz
(II) SIS(0): 800x600 at 60Hz
(II) SIS(0): 800x600 at 72Hz
(II) SIS(0): 800x600 at 75Hz
(II) SIS(0): 832x624 at 75Hz
(II) SIS(0): 1024x768 at 87Hz (interlaced)
(II) SIS(0): 1024x768 at 60Hz
(II) SIS(0): 1024x768 at 70Hz
(II) SIS(0): 1024x768 at 75Hz
(II) SIS(0): Manufacturer's mask: 0
(II) SIS(0): Supported Future Video Modes:
(II) SIS(0): #0: hsize: 640  vsize 480  refresh: 85  vid: 22833
(II) SIS(0): #1: hsize: 800  vsize 600  refresh: 85  vid: 22853
(II) SIS(0): #2: hsize: 1024  vsize 768  refresh: 85  vid: 22881
(II) SIS(0): #3: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) SIS(0): #4: hsize: 1280  vsize 960  refresh: 60  vid: 16513
(II) SIS(0): #5: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) SIS(0): Supported additional Video Mode:
(II) SIS(0): clock: 94.5 MHz   Image Size:  315 x 236 mm
(II) SIS(0): h_active: 1024  h_sync: 1072  h_sync_end 1168 h_blank_end 1376 h_border: 0
(II) SIS(0): v_active: 768  v_sync: 769  v_sync_end 772 v_blanking: 808 v_border: 0
(II) SIS(0): Ranges: V min: 50  V max: 120 Hz, H min: 30  H max: 70 kHz, PixClock max 120 MHz
(II) SIS(0): Monitor name: NEC FE771SB
(II) SIS(0): Serial No: 4254334YA
(--) SIS(0): End of CRT1 DDC monitor info *************************************
(==) SIS(0): Min pixel clock is 10 MHz
(--) SIS(0): Max pixel clock is 270 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): Monitor0: Using hsync range of 30.00-70.00 kHz
(II) SIS(0): Monitor0: Using vrefresh range of 50.00-120.00 Hz
(II) SIS(0): Clock range:  10.00 to 270.00 MHz
(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" (hsync out of range)
(II) SIS(0): Not using default mode "640x480" (hsync out of range)
(II) SIS(0): Not using default mode "1024x768" (hsync out of range)
(WW) (1024x768,Monitor0) mode clock 132.166MHz exceeds DDC maximum 120MHz
(II) SIS(0): Not using default mode "1024x768" (hsync out of range)
(WW) (1280x1024,Monitor0) mode clock 135.225MHz exceeds DDC maximum 120MHz
(II) SIS(0): Not using default mode "1280x1024" (hsync out of range)
(WW) (1280x1024,Monitor0) mode clock 157.498MHz exceeds DDC maximum 120MHz
(II) SIS(0): Not using default mode "1280x1024" (hsync out of range)
(WW) (1600x1200,Monitor0) mode clock 162.27MHz exceeds DDC maximum 120MHz
(II) SIS(0): Not using default mode "1600x1200" (hsync out of range)
(WW) (1600x1200,Monitor0) mode clock 175.395MHz exceeds DDC maximum 120MHz
(II) SIS(0): Not using default mode "1600x1200" (hsync out of range)
(WW) (1600x1200,Monitor0) mode clock 188.394MHz exceeds DDC maximum 120MHz
(II) SIS(0): Not using default mode "1600x1200" (hsync out of range)
(WW) (1600x1200,Monitor0) mode clock 202.838MHz exceeds DDC maximum 120MHz
(II) SIS(0): Not using default mode "1600x1200" (hsync out of range)
(WW) (1600x1200,Monitor0) mode clock 229.088MHz exceeds DDC maximum 120MHz
(II) SIS(0): Not using default mode "1600x1200" (hsync out of range)
(WW) (1920x1440,Monitor0) mode clock 233.86MHz exceeds DDC maximum 120MHz
(II) SIS(0): Not using default mode "1920x1440" (hsync out of range)
(WW) (2048x1536,Monitor0) mode clock 264.883MHz exceeds DDC maximum 120MHz
(II) SIS(0): Not using default mode "2048x1536" (hsync out of range)
(WW) (1280x960,Monitor0) mode clock 148.549MHz exceeds DDC maximum 120MHz
(II) SIS(0): Not using default mode "1280x960" (hsync out of range)
(WW) (1280x720,Monitor0) mode clock 135.225MHz exceeds DDC maximum 120MHz
(II) SIS(0): Not using default mode "1280x720" (hsync out of range)
(WW) (1280x720,Monitor0) mode clock 157.498MHz exceeds DDC maximum 120MHz
(II) SIS(0): Not using default mode "1280x720" (hsync out of range)
(WW) (1152x864,Monitor0) mode clock 135.225MHz exceeds DDC maximum 120MHz
(II) SIS(0): Not using default mode "1152x864" (hsync out of range)
(II) SIS(0): Not using default mode "1360x1024" (width too large for virtual size)
(II) SIS(0): Not using default mode "1360x768" (width too large for virtual size)
(--) SIS(0): Virtual size is 1280x1024 (pitch 1280)
(**) SIS(0): *Default mode "1280x1024": 108.2 MHz, 64.1 kHz, 60.1 Hz
(II) SIS(0): Modeline "1280x1024"  108.18  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync
(**) SIS(0):  Default mode "1280x1024": 78.7 MHz, 46.4 kHz, 86.8 Hz (I)
(II) SIS(0): Modeline "1280x1024"   78.75  1280 1400 1520 1696  1024 1026 1032 1069 interlace +hsync +vsync
(**) SIS(0):  Default mode "1280x960": 108.2 MHz, 60.1 kHz, 60.1 Hz
(II) SIS(0): Modeline "1280x960"  108.18  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync
(**) SIS(0):  Default mode "1152x864": 108.3 MHz, 67.7 kHz, 75.2 Hz
(II) SIS(0): Modeline "1152x864"  108.28  1152 1216 1344 1600  864 865 868 900 +hsync +vsync
(**) SIS(0):  Default mode "1152x864": 89.9 MHz, 53.5 kHz, 60.0 Hz
(II) SIS(0): Modeline "1152x864"   89.89  1152 1216 1472 1680  864 869 877 892 +hsync +vsync
(**) SIS(0):  Default mode "1280x768": 80.9 MHz, 47.9 kHz, 59.8 Hz
(II) SIS(0): Modeline "1280x768"   80.90  1280 1328 1440 1688  768 772 777 802 +hsync +vsync
(**) SIS(0):  Default mode "1280x720": 107.9 MHz, 63.9 kHz, 59.9 Hz
(II) SIS(0): Modeline "1280x720"  107.86  1280 1328 1440 1688  720 891 895 1066 +hsync +vsync
(**) SIS(0):  Default mode "1152x768": 75.2 MHz, 51.1 kHz, 63.4 Hz
(II) SIS(0): Modeline "1152x768"   75.17  1152 1176 1184 1472  768 771 777 806 -hsync -vsync
(**) SIS(0):  Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(II) SIS(0): Modeline "1024x768"   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync
(**) 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 "1024x768": 75.2 MHz, 56.6 kHz, 70.2 Hz
(II) SIS(0): Modeline "1024x768"   75.17  1024 1048 1184 1328  768 771 777 806 -hsync -vsync
(**) 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):  Default mode "1024x768": 44.9 MHz, 35.5 kHz, 86.8 Hz (I)
(II) SIS(0): Modeline "1024x768"   44.86  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync
(**) SIS(0):  Default mode "1024x600": 65.1 MHz, 48.5 kHz, 60.6 Hz
(II) SIS(0): Modeline "1024x600"   65.15  1024 1048 1184 1344  600 687 694 800 -hsync -vsync
(**) SIS(0):  Default mode "1024x576": 94.5 MHz, 69.9 kHz, 86.5 Hz
(II) SIS(0): Modeline "1024x576"   94.50  1024 1072 1168 1352  576 690 694 808 +hsync +vsync
(**) SIS(0):  Default mode "1024x576": 78.7 MHz, 60.0 kHz, 75.0 Hz
(II) SIS(0): Modeline "1024x576"   78.75  1024 1040 1136 1312  576 686 690 800 +hsync +vsync
(**) SIS(0):  Default mode "1024x576": 65.1 MHz, 48.5 kHz, 60.1 Hz
(II) SIS(0): Modeline "1024x576"   65.15  1024 1048 1184 1344  576 688 694 806 +hsync +vsync
(**) SIS(0):  Default mode "800x600": 75.0 MHz, 68.9 kHz, 107.7 Hz
(II) SIS(0): Modeline "800x600"   75.00  800 888 920 1088  600 602 622 640 +hsync +vsync
(**) SIS(0):  Default mode "800x600": 56.2 MHz, 53.7 kHz, 85.1 Hz
(II) SIS(0): Modeline "800x600"   56.25  800 832 896 1048  600 601 604 631 +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 "800x600": 50.1 MHz, 48.2 kHz, 72.4 Hz
(II) SIS(0): Modeline "800x600"   50.11  800 856 976 1040  600 637 643 666 +hsync +vsync
(**) SIS(0):  Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) SIS(0): Modeline "800x600"   39.97  800 840 968 1056  600 601 605 628 +hsync +vsync
(**) SIS(0):  Default mode "800x600": 36.1 MHz, 35.2 kHz, 56.3 Hz
(II) SIS(0): Modeline "800x600"   36.06  800 824 896 1024  600 601 603 625 +hsync +vsync
(**) SIS(0):  Default mode "768x576": 35.0 MHz, 35.9 kHz, 60.1 Hz
(II) SIS(0): Modeline "768x576"   35.00  768 792 872 976  576 578 581 597 +hsync +vsync
(**) SIS(0):  Default mode "720x576": 32.7 MHz, 35.9 kHz, 60.1 Hz
(II) SIS(0): Modeline "720x576"   32.73  720 744 816 912  576 578 581 597 +hsync +vsync
(**) SIS(0):  Default mode "856x480": 33.9 MHz, 31.7 kHz, 59.8 Hz
(II) SIS(0): Modeline "856x480"   33.94  856 872 1000 1072  480 492 495 529 -hsync -vsync
(**) SIS(0):  Default mode "856x480": 33.9 MHz, 30.5 kHz, 76.5 Hz (I)
(II) SIS(0): Modeline "856x480"   33.94  856 904 1048 1112  480 672 680 797 interlace +hsync +vsync
(**) SIS(0):  Default mode "848x480": 33.7 MHz, 31.0 kHz, 60.0 Hz
(II) SIS(0): Modeline "848x480"   33.75  848 864 976 1088  480 486 494 517 -hsync -vsync
(**) SIS(0):  Default mode "848x480": 33.9 MHz, 30.5 kHz, 76.5 Hz (I)
(II) SIS(0): Modeline "848x480"   33.94  848 904 1048 1112  480 672 680 797 interlace +hsync +vsync
(**) SIS(0):  Default mode "800x480": 56.2 MHz, 53.7 kHz, 85.2 Hz
(II) SIS(0): Modeline "800x480"   56.25  800 832 896 1048  480 554 557 630 +hsync +vsync
(**) SIS(0):  Default mode "800x480": 49.5 MHz, 46.9 kHz, 75.1 Hz
(II) SIS(0): Modeline "800x480"   49.52  800 816 896 1056  480 551 554 624 +hsync +vsync
(**) SIS(0):  Default mode "800x480": 39.8 MHz, 37.7 kHz, 60.0 Hz
(II) SIS(0): Modeline "800x480"   39.77  800 840 968 1056  480 552 556 628 +hsync +vsync
(**) SIS(0):  Default mode "720x480": 28.3 MHz, 31.6 kHz, 61.0 Hz
(II) SIS(0): Modeline "720x480"   28.28  720 728 840 896  480 490 492 517 -hsync -vsync
(**) SIS(0):  Default mode "640x480": 44.9 MHz, 51.9 kHz, 98.0 Hz
(II) SIS(0): Modeline "640x480"   44.86  640 672 768 864  480 488 494 530 -hsync -vsync
(**) SIS(0):  Default mode "640x480": 36.1 MHz, 43.3 kHz, 85.1 Hz
(II) SIS(0): Modeline "640x480"   36.06  640 696 752 832  480 481 484 509 -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):  Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(II) SIS(0): Modeline "640x480"   31.50  640 664 704 832  480 489 491 520 -hsync -vsync
(**) SIS(0):  Default mode "640x480": 25.1 MHz, 31.3 kHz, 59.7 Hz
(II) SIS(0): Modeline "640x480"   25.06  640 656 752 800  480 490 492 525 -hsync -vsync
(**) SIS(0):  Default mode "640x400": 25.1 MHz, 31.6 kHz, 71.6 Hz
(II) SIS(0): Modeline "640x400"   25.06  640 656 752 792  400 413 415 442 -hsync +vsync
(**) SIS(0):  Default mode "512x384": 32.6 MHz, 48.5 kHz, 60.1 Hz (D)
(II) SIS(0): Modeline "512x384"   32.57  512 528 592 672  384 385 388 403 doublescan -hsync -vsync
(**) SIS(0):  Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(II) SIS(0): Modeline "400x300"   19.98  400 416 480 528  300 300 302 314 doublescan +hsync +vsync
(**) SIS(0):  Default mode "320x240": 12.5 MHz, 31.3 kHz, 60.7 Hz (D)
(II) SIS(0): Modeline "320x240"   12.53  320 328 376 400  240 245 246 258 doublescan -hsync -vsync
(**) SIS(0):  Default mode "320x200": 12.5 MHz, 31.3 kHz, 70.9 Hz (D)
(II) SIS(0): Modeline "320x200"   12.53  320 328 376 400  200 206 207 221 doublescan -hsync +vsync
(--) SIS(0): Display dimensions: (330, 240) mm
(--) SIS(0): DPI set to (98, 108)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.2.0
	ABI class: X.Org Video Driver, version 0.8
(II) SIS(0): 2D acceleration enabled
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xed000000 - 0xed01ffff (0x20000) MX[B]
	[1] 0	0	0xe0000000 - 0xe7ffffff (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	0xef002000 - 0xef003fff (0x2000) MX[B]E
	[8] -1	0	0xef000000 - 0xef000fff (0x1000) MX[B]E
	[9] -1	0	0xef001000 - 0xef001fff (0x1000) MX[B]E
	[10] -1	0	0xe8000000 - 0xe7ffffff (0x0) MX[B]EO
	[11] -1	0	0xed000000 - 0xed01ffff (0x20000) MX[B](B)
	[12] -1	0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[13] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
	[14] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
	[15] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
	[16] 0	0	0x0000c000 - 0x0000c07f (0x80) IX[B]
	[17] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[18] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[19] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]E
	[20] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]E
	[21] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]E
	[22] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]E
	[23] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]E
	[24] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
	[25] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]E
	[26] -1	0	0x0000c000 - 0x0000c07f (0x80) IX[B](B)
	[27] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[28] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.1.0
	ABI class: X.Org Video Driver, version 0.8
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(II) SIS(0): initializing int10
(==) SIS(0): Write-combining range (0xa0000,0x20000) was already clear
(==) SIS(0): Write-combining range (0xc0000,0x40000) was already clear
(II) SIS(0): Primary V_BIOS segment is: 0xc000
(==) SIS(0): Write-combining range (0x0,0x1000) was already clear
(==) SIS(0): Write-combining range (0x0,0x1000) was already clear
(==) SIS(0): Write-combining range (0x0,0x1000) was already clear
(II) SIS(0): VESA BIOS detected
(II) SIS(0): VESA VBE Version 3.0
(II) SIS(0): VESA VBE Total Mem: 32768 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: 305
(II) SIS(0): VESA VBE OEM Product Rev: 1.13.00
(==) SIS(0): Write-combining range (0xed000000,0x10000) was already clear
(==) SIS(0): Write-combining range (0xe0000000,0x2000000)
(==) SIS(0): Write-combining range (0x0,0x2000) was already clear
(==) SIS(0): Write-combining range (0x0,0x2000) was already clear
(==) SIS(0): Write-combining range (0x0,0x2000) was already clear
(II) SIS(0): Setting standard mode 0x4d
(==) SIS(0): Write-combining range (0x0,0x2000) was already clear
(==) SIS(0): Write-combining range (0x0,0x2000) was already clear
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: Searching for BusID pci:0000:01:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: drmOpenMinor returns 7
drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
(II) SIS(0): [drm] DRM interface version 1.2
(II) SIS(0): [drm] created "sis" driver at busid "pci:0000:01:00.0"
(II) SIS(0): [drm] added 8192 byte SAREA at 0xc6958000
(II) SIS(0): [drm] mapped SAREA 0xc6958000 to 0x2a85e000
(II) SIS(0): [drm] framebuffer handle = 0xe0000000
(II) SIS(0): [drm] added 1 reserved context for kernel
(II) SIS(0): [dri] Video RAM memory heap: 0xc00000 to 0x1f7f000 (19964KB)
(II) SIS(0): [drm] MMIO registers mapped to 0xed000000
(II) SIS(0): [drm] AGP enabled
(II) SIS(0): [drm] Allocated 8MB AGP memory
(II) SIS(0): [drm] Bound 8MB AGP memory
(II) SIS(0): [drm] Successfully installed handler for IRQ 255
(II) SIS(0): [dri] Visual configs initialized
(II) SIS(0): Framebuffer from (0,0) to (1279,4912)
(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
		27 256x256 slots
		10 512x512 slots
(II) SIS(0): Benchmarking system RAM to video RAM memory transfer methods:
(--) SIS(0): 	Checked libc memcpy()... 	8463599
(--) SIS(0): 	Checked built-in-1 memcpy()... 	8486546
(--) SIS(0): 	Checked built-in-2 memcpy()... 	25840248
(--) SIS(0): 	Checked MMX memcpy()... 	8471885
(--) SIS(0): 	Checked SSE memcpy()... 	8467407
(--) SIS(0): 	Checked 3DNow! memcpy()... 	8489537
(--) SIS(0): 	Checked MMX2 memcpy()... 	8500633
(--) SIS(0): Using libc method for aligned data transfers to video RAM
(--) SIS(0): Using libc method for unaligned data transfers to video RAM
(==) SIS(0): Backing store disabled
(==) SIS(0): Silken mouse enabled
(**) Option "dpms"
(**) SIS(0): DPMS enabled
(II) SIS(0): Using SiS300/315/330/340 series HW Xv
(II) SIS(0): X context handle = 0x1
(II) SIS(0): [drm] installed DRM signal handler
(II) SIS(0): [DRI] installation complete
(II) SIS(0): Direct rendering enabled
(II) SIS(0): Initialized SISCTRL extension version 0.1
(II) SIS(0): Registered screen 0 with SISCTRL extension version 0.1
(==) RandR enabled
(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 XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(**) Option "Protocol" "auto"
(**) Mouse0: Device: "/dev/sysmouse"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/sysmouse"
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5 6 7"
(**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
(**) Mouse0: Buttons: 11
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0
(II) Mouse0: SetupAuto: protocol is SysMouse
(II) 3rd Button detected: disabling emulate3Button


More information about the freebsd-x11 mailing list