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

Bug#476876: Bug #476876 : Additional information, still fails after upgrade to lenny/testing levels



As suggested in earlier response, I first did a full update of the
Debian etch level system. A number of major components were replaced,
but none were in the x11 area. The problem persisted as reported.

This morning I installed xserver-xorg-video-s3 from lenny/testing by
using aptitude to include all dependencies and recommended upgrades.
This replaced tzdata, locale, libc6.1, xserver-xorg-core, and
xserver-xorg-video-s3 with newer versions from the testing release
level. The problem with the S3 Trio 32/64 card still persists as
reported. Some slight improvements are evident, such as the fact that
Xorg -configure now successfully finds the mouse where it did not do
so in the past. (It's on /dev/psaux and is an ordinary PS/2 protocol
mouse, so I don't know what the problem was with that.)

In any case, running the new version of X still causes the screen to
fill with random pixels in a static pattern, and locks or disables the
keyboard and mouse. The only way to recover console control is by a
reboot. Just hazarding a guess from the appearance of the pixels on
the screen, there is a memory mapping or buffering error such that
values are being loaded in some arrangement other than what the S3
chip expects (but admittedly, I'm far from expert at debugging video
hardware issues.)

Examination of /var/log/Xorg.0.log after a reboot shows at least a
suggestion of a memory mapping error:
Requesting insufficient memory window!: start: 0x9c00000 end:
0x9cfffff size 0x800000
(EE) Cannot find empty range to map base to
(EE) s3(0): Cannot read V_BIOS (5)

This occurs in spite of the fact that the correct video card RAM size
and address have been deduced from a probe, and the correct BIOS
location and size derived from PCI data.

I am appending /etc/X11/xorg.conf and /var/log/Xorg.0.log to this
message. Note that I also tried with a default depth of 8 bits, which
produces a different pattern on the screen but still the same failure.
If more specific information would help, please advise and I will do
my best to provide it.

--------------/etc/X11/xorg.conf follows---------------
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/etc/X11/rgb"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/X11/misc"
	FontPath     "/usr/share/fonts/X11/cyrillic"
	FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/Type1"
	FontPath     "/usr/share/fonts/X11/100dpi"
	FontPath     "/usr/share/fonts/X11/75dpi"
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load  "record"
	Load  "xtrap"
	Load  "glx"
	Load  "dri"
	Load  "extmod"
	Load  "dbe"
	Load  "GLcore"
EndSection

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

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "PS/2"
	Option	    "Device" "/dev/psaux"
EndSection

Section "Monitor"
        Identifier      "Monitor0"
        VendorName      "Leading Edge (Daewoo)"
        ModelName       "CMC-1414BA"
        HorizSync       30-64
        VertRefresh     50-90
	ModeLine "1024x768" 65  1024 1056 1208 1272  768 774 777 802
	ModeLine "640x480"  28   640  656  752  792  480 490 492 519
	ModeLine "800x600"  40   800  840  968 1056  600 601 605 628
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     "noaccel"            	# [<bool>]
        #Option     "swcursor"           	# [<bool>]
        #Option     "slow_dram_refresh"  	# [<bool>]
        #Option     "slow_dram"          	# [<bool>]
        #Option     "slow_edodram"       	# [<bool>]
        #Option     "slow_vram"          	# [<bool>]
	Identifier  "Card0"
	Driver      "s3"
	VendorName  "S3 Inc."
	BoardName   "86c764/765 [Trio32/64/64V+]"
	BusID       "PCI:1:9:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth 16
	SubSection "Display"
		Viewport   0 0
		Depth     8
		Modes    "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
		Modes    "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
		Modes    "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "800x600" "640x480"
	EndSubSection
EndSection
--------------end of /etc/X11/xorg.conf---------------------

-------------/var/log/Xorg.0.log follows--------------------

X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Linux Debian (xorg-server 2:1.3.0.0.dfsg-12)
Current Operating System: Linux archie 2.6.18-5-alpha-generic #1 Thu
Dec 20 06:26:30 UTC 2007 alpha
Build Date: 13 August 2007
	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: Mon Apr 21 12:00:28 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
does not exist.
	Entry deleted from font path.
(WW) Including the default font path
/usr/share/fonts/X11/misc,/usr/share/fonts/X11/cyrillic,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType.
(**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/cyrillic,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(**) RgbPath set to "/etc/X11/rgb"
(**) ModulePath set to "/usr/lib/xorg/modules"
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x120266138
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 1.2
	X.Org XInput driver : 0.7
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.2
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:03:0: chip 1011,0019 card 0000,0000 rev 30 class 02,00,00 hdr 00
(II) PCI: 00:07:0: chip 1080,c693 card 0000,0000 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 1080,c693 card 0000,0000 rev 00 class 01,01,80 hdr 80
(II) PCI: 00:07:2: chip 1080,c693 card 0000,0000 rev 00 class 01,01,00 hdr 80
(II) PCI: 00:07:3: chip 1080,c693 card 0000,0000 rev 00 class 0c,03,10 hdr 80
(II) PCI: 00:14:0: chip 1011,0024 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 01:04:0: chip 1077,1020 card 0000,0000 rev 05 class 01,00,00 hdr 00
(II) PCI: 01:09:0: chip 5333,8811 card 0000,0000 rev 00 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:20:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
	[0] -1	0	0x00008000 - 0x000080ff (0x100) IX[B]
	[1] -1	0	0x00008400 - 0x000084ff (0x100) IX[B]
	[2] -1	0	0x00008800 - 0x000088ff (0x100) IX[B]
	[3] -1	0	0x00008c00 - 0x00008cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0x09000000 - 0x09bfffff (0xc00000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0x09c00000 - 0x09cfffff (0x100000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,0), 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 (0x100000000) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x100000000) MX[B]
(--) PCI:*(1:9:0) S3 Inc. 86c764/765 [Trio32/64/64V+] rev 0, Mem @
0x09000000/23, BIOS @ 0x80800000/16
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x100000000) MX[B]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x00000000 - 0x00000000 (0x1) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0xffffffff - 0xffffffff (0x1) IX[B]
	[4] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
	[0] -1	0	0x09800000 - 0x09800fff (0x1000) MX[B]
	[1] -1	0	0x09d50000 - 0x09d50fff (0x1000) MX[B]
	[2] -1	0	0x09d51000 - 0x09d5107f (0x80) MX[B]
	[3] -1	0	0x80800000 - 0x8080ffff (0x10000) MX[B](B)
	[4] -1	0	0x09000000 - 0x097fffff (0x800000) MX[B](B)
	[5] -1	0	0x00008000 - 0x000080ff (0x100) IX[B]
	[6] -1	0	0x00000374 - 0x00000377 (0x4) IX[B]
	[7] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[8] -1	0	0x00009080 - 0x0000908f (0x10) IX[B]
	[9] -1	0	0x000003f4 - 0x000003f7 (0x4) IX[B]
	[10] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[11] -1	0	0x00009000 - 0x0000907f (0x80) IX[B]
(II) Inactive PCI resource ranges:
	[0] -1	0	0x09d40000 - 0x09d4ffff (0x10000) MX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0x09800000 - 0x09800fff (0x1000) MX[B]
	[1] -1	0	0x09d50000 - 0x09d50fff (0x1000) MX[B]
	[2] -1	0	0x09d51000 - 0x09d5107f (0x80) MX[B]
	[3] -1	0	0x80800000 - 0x8080ffff (0x10000) MX[B](B)
	[4] -1	0	0x09000000 - 0x097fffff (0x800000) MX[B](B)
	[5] -1	0	0x00008000 - 0x000080ff (0x100) IX[B]
	[6] -1	0	0x00000374 - 0x00000377 (0x4) IX[B]
	[7] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[8] -1	0	0x00009080 - 0x0000908f (0x10) IX[B]
	[9] -1	0	0x000003f4 - 0x000003f7 (0x4) IX[B]
	[10] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[11] -1	0	0x00009000 - 0x0000907f (0x80) IX[B]
(II) Inactive PCI resource ranges after removing overlaps:
	[0] -1	0	0x09d40000 - 0x09d4ffff (0x10000) MX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x00000000 - 0x00000000 (0x1) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0xffffffff - 0xffffffff (0x1) IX[B]
	[4] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x00000000 - 0x00000000 (0x1) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x09800000 - 0x09800fff (0x1000) MX[B]
	[4] -1	0	0x09d50000 - 0x09d50fff (0x1000) MX[B]
	[5] -1	0	0x09d51000 - 0x09d5107f (0x80) MX[B]
	[6] -1	0	0x80800000 - 0x8080ffff (0x10000) MX[B](B)
	[7] -1	0	0x09000000 - 0x097fffff (0x800000) MX[B](B)
	[8] -1	0	0x09d40000 - 0x09d4ffff (0x10000) MX[B]
	[9] -1	0	0xffffffff - 0xffffffff (0x1) IX[B]
	[10] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[11] -1	0	0x00008000 - 0x000080ff (0x100) IX[B]
	[12] -1	0	0x00000374 - 0x00000377 (0x4) IX[B]
	[13] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[14] -1	0	0x00009080 - 0x0000908f (0x10) IX[B]
	[15] -1	0	0x000003f4 - 0x000003f7 (0x4) IX[B]
	[16] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[17] -1	0	0x00009000 - 0x0000907f (0x80) IX[B]
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "xtrap"
(II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DEC-XTRAP
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(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: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 1.3.0, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "s3"
(II) Loading /usr/lib/xorg/modules/drivers//s3_drv.so
(II) Module s3: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 0.5.0
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 1.2
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.1.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.1.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.6
(II) S3: driver (version 0.5.0 for S3 chipset: 964-0, 964-1, 968,
	Trio32/64, Aurora64V+, Trio64UV+, Trio64V2/DX/GX
(II) Primary Device is: PCI 01:09:0
(--) Chipset Trio32/64 found
(II) Machine type has 8/16 bit access
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x00000000 - 0x00000000 (0x1) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x09800000 - 0x09800fff (0x1000) MX[B]
	[4] -1	0	0x09d50000 - 0x09d50fff (0x1000) MX[B]
	[5] -1	0	0x09d51000 - 0x09d5107f (0x80) MX[B]
	[6] -1	0	0x80800000 - 0x8080ffff (0x10000) MX[B](B)
	[7] -1	0	0x09000000 - 0x097fffff (0x800000) MX[B](B)
	[8] -1	0	0x09d40000 - 0x09d4ffff (0x10000) MX[B]
	[9] -1	0	0xffffffff - 0xffffffff (0x1) IX[B]
	[10] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[11] -1	0	0x00008000 - 0x000080ff (0x100) IX[B]
	[12] -1	0	0x00000374 - 0x00000377 (0x4) IX[B]
	[13] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[14] -1	0	0x00009080 - 0x0000908f (0x10) IX[B]
	[15] -1	0	0x000003f4 - 0x000003f7 (0x4) IX[B]
	[16] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[17] -1	0	0x00009000 - 0x0000907f (0x80) IX[B]
(II) resource ranges after probing:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x00000000 - 0x00000000 (0x1) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x09800000 - 0x09800fff (0x1000) MX[B]
	[4] -1	0	0x09d50000 - 0x09d50fff (0x1000) MX[B]
	[5] -1	0	0x09d51000 - 0x09d5107f (0x80) MX[B]
	[6] -1	0	0x80800000 - 0x8080ffff (0x10000) MX[B](B)
	[7] -1	0	0x09000000 - 0x097fffff (0x800000) MX[B](B)
	[8] -1	0	0x09d40000 - 0x09d4ffff (0x10000) MX[B]
	[9] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[10] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[11] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[12] -1	0	0xffffffff - 0xffffffff (0x1) IX[B]
	[13] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[14] -1	0	0x00008000 - 0x000080ff (0x100) IX[B]
	[15] -1	0	0x00000374 - 0x00000377 (0x4) IX[B]
	[16] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[17] -1	0	0x00009080 - 0x0000908f (0x10) IX[B]
	[18] -1	0	0x000003f4 - 0x000003f7 (0x4) IX[B]
	[19] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[20] -1	0	0x00009000 - 0x0000907f (0x80) IX[B]
	[21] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[22] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 0.1.0
	ABI class: X.Org Video Driver, version 1.2
(II) s3(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is
0x200006ec000
(**) s3(0): Depth 16, (--) framebuffer bpp 16
(==) s3(0): RGB weight 565
(==) s3(0): Default visual is TrueColor
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.2
(II) s3(0): No legacy BIOS found -- trying PCI
Requesting insufficient memory window!: start: 0x9c00000 end:
0x9cfffff size 0x800000
(EE) Cannot find empty range to map base to
(EE) s3(0): Cannot read V_BIOS (5)
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.1.0
	ABI class: X.Org Video Driver, version 1.2
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules//libint10.so
(II) s3(0): initializing int10
(II) s3(0): No legacy BIOS found -- trying PCI
Requesting insufficient memory window!: start: 0x9c00000 end:
0x9cfffff size 0x800000
(EE) Cannot find empty range to map base to
(EE) s3(0): Cannot read V_BIOS (5)
(==) s3(0): Using gamma correction (1.0, 1.0, 1.0)
(**) s3(0): Chipset: "Trio32/64"
(--) s3(0): Framebuffer @ 0x9000000
(--) s3(0): videoRam = 2048 Kb
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module already built-in
(--) s3(0): MCLK 59.957 Mhz
(--) s3(0): RefClock: 16000
(--) s3(0): Max pixel clock at this depth is 80 Mhz
(II) s3(0): Monitor0: Using hsync range of 30.00-64.00 kHz
(II) s3(0): Monitor0: Using vrefresh range of 50.00-90.00 Hz
(II) s3(0): Clock range:  15.60 to  80.00 MHz
(II) s3(0): Not using default mode "512x384" (hsync out of range)
(II) s3(0): Not using default mode "1152x864" (hsync out of range)
(II) s3(0): Not using default mode "576x432" (hsync out of range)
(II) s3(0): Not using default mode "1280x960" (insufficient memory for mode)
(II) s3(0): Not using default mode "1280x960" (insufficient memory for mode)
(II) s3(0): Not using default mode "1280x1024" (insufficient memory for mode)
(II) s3(0): Not using default mode "1280x1024" (insufficient memory for mode)
(II) s3(0): Not using default mode "640x512" (hsync out of range)
(II) s3(0): Not using default mode "1280x1024" (insufficient memory for mode)
(II) s3(0): Not using default mode "640x512" (hsync out of range)
(II) s3(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) s3(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) s3(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) s3(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) s3(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) s3(0): Not using default mode "1792x1344" (insufficient memory for mode)
(II) s3(0): Not using default mode "896x672" (hsync out of range)
(II) s3(0): Not using default mode "1792x1344" (insufficient memory for mode)
(II) s3(0): Not using default mode "896x672" (hsync out of range)
(II) s3(0): Not using default mode "1856x1392" (insufficient memory for mode)
(II) s3(0): Not using default mode "928x696" (hsync out of range)
(II) s3(0): Not using default mode "1856x1392" (insufficient memory for mode)
(II) s3(0): Not using default mode "928x696" (hsync out of range)
(II) s3(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) s3(0): Not using default mode "960x720" (hsync out of range)
(II) s3(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) s3(0): Not using default mode "960x720" (hsync out of range)
(II) s3(0): Not using default mode "1152x864" (hsync out of range)
(II) s3(0): Not using default mode "576x432" (hsync out of range)
(II) s3(0): Not using default mode "1400x1050" (insufficient memory for mode)
(II) s3(0): Not using default mode "700x525" (hsync out of range)
(II) s3(0): Not using default mode "1400x1050" (insufficient memory for mode)
(II) s3(0): Not using default mode "700x525" (hsync out of range)
(II) s3(0): Not using default mode "1400x1050" (insufficient memory for mode)
(II) s3(0): Not using default mode "700x525" (hsync out of range)
(II) s3(0): Not using default mode "1400x1050" (insufficient memory for mode)
(II) s3(0): Not using default mode "700x525" (hsync out of range)
(II) s3(0): Not using default mode "1440x900" (insufficient memory for mode)
(II) s3(0): Not using default mode "1600x1024" (insufficient memory for mode)
(II) s3(0): Not using default mode "1680x1050" (insufficient memory for mode)
(II) s3(0): Not using default mode "840x525" (hsync out of range)
(II) s3(0): Not using default mode "1920x1200" (insufficient memory for mode)
(II) s3(0): Not using default mode "960x600" (hsync out of range)
(II) s3(0): Not using default mode "1920x1200" (insufficient memory for mode)
(II) s3(0): Not using default mode "960x600" (hsync out of range)
(II) s3(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) s3(0): Not using default mode "960x720" (hsync out of range)
(II) s3(0): Not using default mode "2048x1536" (insufficient memory for mode)
(II) s3(0): Not using default mode "2048x1536" (insufficient memory for mode)
(II) s3(0): Not using default mode "2048x1536" (insufficient memory for mode)
(II) s3(0): Not using mode "1280x800" (bad mode clock/interlace/doublescan)
(II) s3(0): Not using mode "1280x768" (bad mode clock/interlace/doublescan)
(II) s3(0): Not using default mode "1152x768" (width too large for virtual size)
(II) s3(0): Not using mode "1024x768" (width too large for virtual size)
(II) s3(0): Not using default mode "832x624" (width too large for virtual size)
(--) s3(0): Virtual size is 800x600 (pitch 800)
(**) s3(0): *Mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) s3(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628
(**) s3(0): *Mode "640x480": 28.0 MHz, 35.4 kHz, 68.1 Hz
(II) s3(0): Modeline "640x480"   28.00  640 656 752 792  480 490 492 519
(**) s3(0):  Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D)
(II) s3(0): Modeline "640x512"   54.00  640 664 720 844  512 512 514
533 doublescan +hsync +vsync
(**) s3(0):  Default mode "720x450": 54.4 MHz, 56.9 kHz, 60.2 Hz (D)
(II) s3(0): Modeline "720x450"   54.42  720 736 940 956  450 459 463
473 doublescan +hsync +vsync
(**) s3(0):  Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz
(II) s3(0): Modeline "720x400"   35.50  720 756 828 936  400 401 404
446 -hsync +vsync
(**) s3(0):  Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) s3(0): Modeline "640x400"   31.50  640 672 736 832  400 401 404
445 -hsync +vsync
(**) s3(0):  Default mode "640x400": 41.7 MHz, 49.7 kHz, 60.0 Hz (D)
(II) s3(0): Modeline "640x400"   41.73  640 672 740 840  400 400 402
414 doublescan
(**) s3(0):  Default mode "640x384": 40.1 MHz, 47.7 kHz, 60.1 Hz (D)
(II) s3(0): Modeline "640x384"   40.07  640 672 740 840  384 384 386
397 doublescan
(**) s3(0):  Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) s3(0): Modeline "640x350"   31.50  640 672 736 832  350 382 385
445 +hsync -vsync
(**) s3(0):  Default mode "576x384": 32.5 MHz, 44.2 kHz, 54.8 Hz (D)
(II) s3(0): Modeline "576x384"   32.50  576 589 657 736  384 385 388
403 doublescan +hsync +vsync
(**) s3(0):  Default mode "512x384": 39.4 MHz, 60.0 kHz, 75.0 Hz (D)
(II) s3(0): Modeline "512x384"   39.38  512 520 568 656  384 384 386
400 doublescan +hsync +vsync
(**) s3(0):  Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(II) s3(0): Modeline "512x384"   37.50  512 524 592 664  384 385 388
403 doublescan -hsync -vsync
(**) s3(0):  Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(II) s3(0): Modeline "512x384"   32.50  512 524 592 672  384 385 388
403 doublescan -hsync -vsync
(**) s3(0):  Default mode "512x384": 22.4 MHz, 35.5 kHz, 87.1 Hz (D)
(II) s3(0): Modeline "512x384"   22.45  512 516 604 632  384 384 388
409 interlace doublescan +hsync +vsync
(**) s3(0):  Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(II) s3(0): Modeline "416x312"   28.64  416 432 464 576  312 312 314
333 doublescan -hsync -vsync
(**) s3(0):  Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D)
(II) s3(0): Modeline "400x300"   28.15  400 416 448 524  300 300 302
315 doublescan +hsync +vsync
(**) s3(0):  Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(II) s3(0): Modeline "400x300"   24.75  400 408 448 528  300 300 302
312 doublescan +hsync +vsync
(**) s3(0):  Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(II) s3(0): Modeline "400x300"   25.00  400 428 488 520  300 318 321
333 doublescan +hsync +vsync
(**) s3(0):  Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(II) s3(0): Modeline "400x300"   20.00  400 420 484 528  300 300 302
314 doublescan +hsync +vsync
(**) s3(0):  Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(II) s3(0): Modeline "400x300"   18.00  400 412 448 512  300 300 301
312 doublescan +hsync +vsync
(**) s3(0):  Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D)
(II) s3(0): Modeline "320x240"   18.00  320 348 376 416  240 240 242
254 doublescan -hsync -vsync
(**) s3(0):  Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(II) s3(0): Modeline "320x240"   15.75  320 328 360 420  240 240 242
250 doublescan -hsync -vsync
(**) s3(0):  Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(II) s3(0): Modeline "320x240"   15.75  320 332 352 416  240 244 246
260 doublescan -hsync -vsync
(**) s3(0):  Default mode "360x200": 17.8 MHz, 37.9 kHz, 85.0 Hz (D)
(II) s3(0): Modeline "360x200"   17.75  360 378 414 468  200 200 202
223 doublescan -hsync +vsync
(**) s3(0):  Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(II) s3(0): Modeline "320x200"   15.75  320 336 368 416  200 200 202
222 doublescan -hsync +vsync
(**) s3(0):  Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(II) s3(0): Modeline "320x175"   15.75  320 336 368 416  175 191 192
222 doublescan +hsync -vsync
(==) s3(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.2.0
	ABI class: X.Org Video Driver, version 1.2
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0x09000000 - 0x097fffff (0x800000) MS[B]
	[1] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[2] -1	0	0x00000000 - 0x00000000 (0x1) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x09800000 - 0x09800fff (0x1000) MX[B]
	[5] -1	0	0x09d50000 - 0x09d50fff (0x1000) MX[B]
	[6] -1	0	0x09d51000 - 0x09d5107f (0x80) MX[B]
	[7] -1	0	0x80800000 - 0x8080ffff (0x10000) MX[B](B)
	[8] -1	0	0x09000000 - 0x097fffff (0x800000) MX[B](B)
	[9] -1	0	0x09d40000 - 0x09d4ffff (0x10000) MX[B]
	[10] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[11] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[12] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[13] -1	0	0xffffffff - 0xffffffff (0x1) IX[B]
	[14] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[15] -1	0	0x00008000 - 0x000080ff (0x100) IX[B]
	[16] -1	0	0x00000374 - 0x00000377 (0x4) IX[B]
	[17] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[18] -1	0	0x00009080 - 0x0000908f (0x10) IX[B]
	[19] -1	0	0x000003f4 - 0x000003f7 (0x4) IX[B]
	[20] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[21] -1	0	0x00009000 - 0x0000907f (0x80) IX[B]
	[22] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[23] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]

-----------------------end of
/var/log/Xorg.0.log-------------------------------------



Reply to: