having major issues [need help please]

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

 



Running RedHat 9.0 with built kernel 2.4.23 and Epia
patches cvs 4.3.901 from X Free.  Motherboard is Epia
M1000 with cle266 video.

Error messages: When I try to run glxgear and
xf86config I get this error message:

[root@localhost root]# xf86config
xf86config: error while loading shared libraries:
libxkbfile.so.1: cannot open shared object file: No
such file or directory
[root@localhost root]# glxgears
glxgears: error while loading shared libraries:
libXxf86vm.so.1: cannot open shared object file: No
such file or directory
[root@localhost root]#

-rwxr-xr-x    1 root     root        36805 Dec 16
15:00 libXi.so.6.0
-rw-r--r--    1 root     root       198808 Nov  7
23:53 libxkbfile.a
lrwxrwxrwx    1 root     root           17 Dec 16
15:00 libxkbfile.so -> libxkbfile.so.1.0
lrwxrwxrwx    1 root     root           17 Dec 16
15:00 libxkbfile.so.1 -> libxkbfile.so.1.0
-rwxr-xr-x    1 root     root       140204 Dec 16
15:00 libxkbfile.so.1.0

Here is my xf86config file:

# XFree86 4 configuration created by
redhat-config-xfree86

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "DevInputMice" "AlwaysCore"
EndSection

Section "Files"

# RgbPath is the location of the RGB database.  Note,
this is the name of the 
# file minus the extension (like ".txt" or ".db"). 
There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are
concatenated together)
# By default, Red Hat 6.0 and later now use a font
server independent of
# the X server to render fonts.
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	FontPath     "unix/:7100"
EndSection

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

Section "DRI"
	Group        0
	Mode         0666
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled
(eg, with xset(1))
#	Option	"Xleds"		"1 2 3"
# To disable the XKEYBOARD extension, uncomment
XkbDisable.
#	Option	"XkbDisable"
# To customise the XKB settings to suit your keyboard,
modify the
# lines below (which are the defaults).  For example,
for a non-U.S.
# keyboard, you will probably want to use:
#	Option	"XkbModel"	"pc102"
# If you have a US Microsoft Natural keyboard, you can
use:
#	Option	"XkbModel"	"microsoft"
#
# Then to change the language, change the Layout
setting.
# For example, a german layout can be obtained with:
#	Option	"XkbLayout"	"de"
# or:
#	Option	"XkbLayout"	"de"
#	Option	"XkbVariant"	"nodeadkeys"
#
# If you'd like to switch the positions of your
capslock and
# control keys, use:
#	Option	"XkbOptions"	"ctrl:swapcaps"
# Or if you just want both to be control, use:
#	Option	"XkbOptions"	"ctrl:nocaps"
#
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option	    "XkbRules" "xfree86"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "IMPS/2"
	Option	    "Device" "/dev/psaux"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "no"
EndSection

Section "InputDevice"

# If the normal CorePointer mouse is not a USB mouse
then
# this input device can be used in AlwaysCore mode to
let you
# also use USB mice at the same time.
	Identifier  "DevInputMice"
	Driver      "mouse"
	Option	    "Protocol" "IMPS/2"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "no"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Toshiba DP566M, Equium 15-inch Monitor"
	HorizSync    30.0 - 66.0
	VertRefresh  50.0 - 100.0
	Option	    "dpms"
EndSection

Section "Device"
        Identifier "VIA cle266"
        Driver     "via"
        VendorName "Via"
        BoardName  "cle266"
		VideoRam   32768
		Option     "ActiveDevice" "CRT,TV"
		Option     "TVType" "NTSC"
		Option     "TVOutput" "S-Video"
        	Option     "PciRetry" "true"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "VIA cle266"
#	Device	   "VESA driver (generic)"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Depth     16
		Modes    "800x600" "800x480" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1024x768" "1024x600" "800x600" "800x480"
"640x480"
	EndSubSection
EndSection

Section "ServerFlags"
        Option "BlankTime" "0"
        Option "StandbyTime" "5"
        Option "SuspendTime" "0"
        Option "OffTime" "15"
EndSection

Finally the log file:

_XSERVTransSocketOpenCOTSServer: Unable to open socket
for inet6
_XSERVTransOpen: transport open failed for
inet6/localhost.localdomain:0
_XSERVTransMakeAllCOTSServerListeners: failed to open
listener for inet6

This is a pre-release version of XFree86, and is not
supported in any
way.  Bugs may be reported to XFree86@xxxxxxxxxxx and
patches submitted
to fixes@xxxxxxxxxxxx  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.3.99.901 (4.4.0 RC 1)
Release Date:  2 December 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.23 i686 [ELF] 
Current Operating System: Linux localhost.localdomain
2.4.23 #7 Tue Dec 16 08:55:28 EST 2003 i686
Build Date: 16 December 2003
Changelog Date: 03 December 2003
	Before reporting problems, check
http://www.XFree86.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/XFree86.0.log", Time: Wed Dec
17 10:51:40 2003
(==) Using config file: "/etc/X11/XF86Config"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "VIA cle266"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "DevInputMice"
(**) FontPath set to "unix/:7100"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "BlankTime" "0"
(**) Option "StandbyTime" "5"
(**) Option "SuspendTime" "0"
(**) Option "OffTime" "15"
(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.2
	XFree86 Video Driver: 0.7
	XFree86 XInput driver : 0.4
	XFree86 Server Extension : 0.2
	XFree86 Font Renderer : 0.4
(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.3.99.901, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(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.3.99.901, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.7
(++) using VT number 7

(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x8000003c,
mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3123 card 1106,aa01 rev
00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b091 card 0000,0000 rev
00 class 06,04,00 hdr 01
(II) PCI: 00:0d:0: chip 1106,3044 card 1106,3044 rev
80 class 0c,00,10 hdr 00
(II) PCI: 00:10:0: chip 1106,3038 card 1106,3038 rev
80 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1106,3038 rev
80 class 0c,03,00 hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1106,3038 rev
80 class 0c,03,00 hdr 80
(II) PCI: 00:10:3: chip 1106,3104 card 1106,3104 rev
82 class 0c,03,20 hdr 00
(II) PCI: 00:11:0: chip 1106,3177 card 1106,aa01 rev
00 class 06,01,00 hdr 80
(II) PCI: 00:11:1: chip 1106,0571 card 1106,aa01 rev
06 class 01,01,8a hdr 00
(II) PCI: 00:11:5: chip 1106,3059 card 1106,aa01 rev
50 class 04,01,00 hdr 00
(II) PCI: 00:12:0: chip 1106,3065 card 1106,0102 rev
74 class 02,00,00 hdr 00
(II) PCI: 00:14:0: chip 4444,0803 card 0070,4000 rev
01 class 04,00,00 hdr 00
(II) PCI: 01:00:0: chip 1106,3122 card 1106,3122 rev
03 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 non-prefetchable memory range:
	[0] -1	0	0xe0000000 - 0xe1ffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xd8000000 - 0xdbffffff (0x4000000) 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: (0:20:0) unknown vendor (0x4444) unknown
chipset (0x0803) rev 1, Mem @ 0xdc000000/26
(--) PCI:*(1:0:0) unknown vendor (0x1106) unknown
chipset (0x3122) rev 3, Mem @ 0xd8000000/26,
0xe0000000/24
(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 0xd0000000
from 0xd7ffffff to 0xcfffffff
(II) Active PCI resource ranges:
	[0] -1	0	0xe2001000 - 0xe20010ff (0x100) MX[B]
	[1] -1	0	0xe2000000 - 0xe20000ff (0x100) MX[B]
	[2] -1	0	0xe2002000 - 0xe20027ff (0x800) MX[B]
	[3] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]O
	[4] -1	0	0xe0000000 - 0xe0ffffff (0x1000000) MX[B](B)
	[5] -1	0	0xd8000000 - 0xdbffffff (0x4000000) MX[B](B)
	[6] -1	0	0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
	[7] -1	0	0x0000ec00 - 0x0000ecff (0x100) IX[B]
	[8] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]
	[9] -1	0	0x0000e000 - 0x0000e00f (0x10) IX[B]
	[10] -1	0	0x0000dc00 - 0x0000dc1f (0x20) IX[B]
	[11] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[B]
	[12] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[13] -1	0	0x0000d000 - 0x0000d07f (0x80) IX[B]
(II) Active PCI resource ranges after removing
overlaps:
	[0] -1	0	0xe2001000 - 0xe20010ff (0x100) MX[B]
	[1] -1	0	0xe2000000 - 0xe20000ff (0x100) MX[B]
	[2] -1	0	0xe2002000 - 0xe20027ff (0x800) MX[B]
	[3] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]O
	[4] -1	0	0xe0000000 - 0xe0ffffff (0x1000000) MX[B](B)
	[5] -1	0	0xd8000000 - 0xdbffffff (0x4000000) MX[B](B)
	[6] -1	0	0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
	[7] -1	0	0x0000ec00 - 0x0000ecff (0x100) IX[B]
	[8] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]
	[9] -1	0	0x0000e000 - 0x0000e00f (0x10) IX[B]
	[10] -1	0	0x0000dc00 - 0x0000dc1f (0x20) IX[B]
	[11] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[B]
	[12] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[13] -1	0	0x0000d000 - 0x0000d07f (0x80) IX[B]
(II) OS-reported resource ranges after removing
overlaps with PCI:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000)
MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000)
MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xe2001000 - 0xe20010ff (0x100) MX[B]
	[6] -1	0	0xe2000000 - 0xe20000ff (0x100) MX[B]
	[7] -1	0	0xe2002000 - 0xe20027ff (0x800) MX[B]
	[8] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]O
	[9] -1	0	0xe0000000 - 0xe0ffffff (0x1000000) MX[B](B)
	[10] -1	0	0xd8000000 - 0xdbffffff (0x4000000)
MX[B](B)
	[11] -1	0	0xdc000000 - 0xdfffffff (0x4000000)
MX[B](B)
	[12] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[13] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[14] -1	0	0x0000ec00 - 0x0000ecff (0x100) IX[B]
	[15] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]
	[16] -1	0	0x0000e000 - 0x0000e00f (0x10) IX[B]
	[17] -1	0	0x0000dc00 - 0x0000dc1f (0x20) IX[B]
	[18] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[B]
	[19] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[20] -1	0	0x0000d000 - 0x0000d07f (0x80) IX[B]
(II) LoadModule: "dbe"
(II) Loading
/usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
	compiled for 4.3.99.901, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading
/usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
	compiled for 4.3.99.901, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 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 FontCache
(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: "fbdevhw"
(II) Loading /usr/X11R6/lib/modules/linux/libfbdevhw.a
(II) Module fbdevhw: vendor="The XFree86 Project"
	compiled for 4.3.99.901, module version = 0.0.2
	ABI class: XFree86 Video Driver, version 0.7
(II) LoadModule: "dri"
(II) Loading
/usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
	compiled for 4.3.99.901, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.2
(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.3.99.901, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "glx"
(II) Loading
/usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
	compiled for 4.3.99.901, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading
/usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
	compiled for 4.3.99.901, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading
/usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
	compiled for 4.3.99.901, module version = 1.13.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "freetype"
(II) Loading
/usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project &
the After X-TT Project"
	compiled for 4.3.99.901, module version = 2.1.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
	compiled for 4.3.99.901, module version = 1.0.2
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "via"
(II) Loading /usr/X11R6/lib/modules/drivers/via_drv.o
(II) Module via: vendor="The XFree86 Project"
	compiled for 4.3.99.901, module version = 4.1.30
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
	compiled for 4.3.99.901, module version = 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.4
(II) via: driver for VIA chipsets: CLE266, KM400,
K8M800
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary
device
(--) Chipset CLE266 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	0xe2001000 - 0xe20010ff (0x100) MX[B]
	[6] -1	0	0xe2000000 - 0xe20000ff (0x100) MX[B]
	[7] -1	0	0xe2002000 - 0xe20027ff (0x800) MX[B]
	[8] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]O
	[9] -1	0	0xe0000000 - 0xe0ffffff (0x1000000) MX[B](B)
	[10] -1	0	0xd8000000 - 0xdbffffff (0x4000000)
MX[B](B)
	[11] -1	0	0xdc000000 - 0xdfffffff (0x4000000)
MX[B](B)
	[12] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[13] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[14] -1	0	0x0000ec00 - 0x0000ecff (0x100) IX[B]
	[15] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]
	[16] -1	0	0x0000e000 - 0x0000e00f (0x10) IX[B]
	[17] -1	0	0x0000dc00 - 0x0000dc1f (0x20) IX[B]
	[18] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[B]
	[19] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[20] -1	0	0x0000d000 - 0x0000d07f (0x80) IX[B]
(II) resource ranges after probing:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000)
MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xe2001000 - 0xe20010ff (0x100) MX[B]
	[6] -1	0	0xe2000000 - 0xe20000ff (0x100) MX[B]
	[7] -1	0	0xe2002000 - 0xe20027ff (0x800) MX[B]
	[8] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]O
	[9] -1	0	0xe0000000 - 0xe0ffffff (0x1000000) MX[B](B)
	[10] -1	0	0xd8000000 - 0xdbffffff (0x4000000)
MX[B](B)
	[11] -1	0	0xdc000000 - 0xdfffffff (0x4000000)
MX[B](B)
	[12] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[13] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[14] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[17] -1	0	0x0000ec00 - 0x0000ecff (0x100) IX[B]
	[18] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]
	[19] -1	0	0x0000e000 - 0x0000e00f (0x10) IX[B]
	[20] -1	0	0x0000dc00 - 0x0000dc1f (0x20) IX[B]
	[21] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[B]
	[22] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[23] -1	0	0x0000d000 - 0x0000d07f (0x80) IX[B]
	[24] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[25] 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.3.99.901, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.7
(**) via(0): Depth 24, (--) framebuffer bpp 32
(==) via(0): RGB weight 888
(==) via(0): Default visual is TrueColor
(**) via(0): Option "ActiveDevice" "CRT,TV"
(**) via(0): Option "TVType" "NTSC"
(**) via(0): Option "TVOutput" "S-Video"
(==) via(0): Using HW cursor
(==) via(0): Not using video BIOS to set modes
(**) via(0): Active Device is CRT and TV.
(**) via(0): TV Type is NTSC
(**) via(0): TV Output Signal is S-Video
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
	compiled for 4.3.99.901, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.7
(II) via(0): Primary V_BIOS segment is: 0xc000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
	compiled for 4.3.99.901, module version = 1.1.0
	ABI class: XFree86 Video Driver, version 0.7
(II) via(0): VESA BIOS detected
(II) via(0): VESA VBE Version 3.0
(II) via(0): VESA VBE Total Mem: 32768 kB
(II) via(0): VESA VBE OEM: VIA CLE266


(II) via(0): VESA VBE OEM Software Rev: 0.0
(--) via(0): Chipset: "CLE266"
(--) via(0): Chipset Rev.: 3
(II) via(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0,
hwp->PIOOffset is 0x0000
(--) via(0): mapping MMIO @ 0xe0000000 with size
0x9000
(--) via(0): mapping BitBlt MMIO @ 0xe0200000 with
size 0x10000
(II) via(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0,
hwp->PIOOffset is 0x0000
(==) via(0): Using gamma correction (1.0, 1.0, 1.0)
(--) via(0): videoram =  32768k
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
	compiled for 4.3.99.901, module version = 1.2.0
	ABI class: XFree86 Video Driver, version 0.7
(II) via(0): I2C bus "I2C bus 1" initialized.
(II) via(0): I2C bus "I2C bus 2" initialized.
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
	compiled for 4.3.99.901, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.7
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) via(0): VESA VBE DDC supported
(II) via(0): VESA VBE DDC Level 2
(II) via(0): VESA VBE DDC transfer in appr. 1 sec.
(II) via(0): VESA VBE DDC read successfully
(II) via(0): Manufacturer: TSB  Model: 5000  Serial#:
29638
(II) via(0): Year: 1997  Week: 9
(II) via(0): EDID Version: 1.0
(II) via(0): Analog Display Input,  Input Voltage
Level: 0.700/0.300 V
(II) via(0): Sync:  Separate  Composite
(II) via(0): Max H-Image Size [cm]: horiz.: 26  vert.:
20
(II) via(0): Gamma: 2.24
(II) via(0): DPMS capabilities: StandBy Suspend Off;
RGB/Color Display
(II) via(0): redX: 0.625 redY: 0.340   greenX: 0.280
greenY: 0.595
(II) via(0): blueX: 0.150 blueY: 0.063   whiteX: 0.281
whiteY: 0.311
(II) via(0): Supported VESA Video Modes:
(II) via(0): 640x480@60Hz
(II) via(0): 640x480@75Hz
(II) via(0): 800x600@60Hz
(II) via(0): 800x600@75Hz
(II) via(0): 1024x768@60Hz
(II) via(0): 1024x768@75Hz
(II) via(0): Manufacturer's mask: 0
(II) via(0): Supported Future Video Modes:
(II) via(0): #0: hsize: 1280  vsize 1024  refresh: 60 
vid: 32897
(II) via(0): Supported additional Video Mode:
(II) via(0): clock: 25.2 MHz   Image Size:  260 x 195
mm
(II) via(0): h_active: 640  h_sync: 656  h_sync_end
752 h_blank_end 800 h_border: 8
(II) via(0): v_active: 400  v_sync: 412  v_sync_end
414 v_blanking: 449 v_border: 7
(II) via(0): Monitor0: Using default hsync range of
31.46-65.74 kHz
(II) via(0): Monitor0: Using default vrefresh range of
60.00-70.07 Hz
(II) via(0): Clock range:  20.00 to 230.00 MHz
(II) via(0): Not using default mode "640x350"
(vrefresh out of range)
(II) via(0): Not using default mode "320x175" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "640x400"
(vrefresh out of range)
(II) via(0): Not using default mode "320x200" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "720x400"
(vrefresh out of range)
(II) via(0): Not using default mode "360x200" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "320x240" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "640x480"
(vrefresh out of range)
(II) via(0): Not using default mode "320x240" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "640x480"
(vrefresh out of range)
(II) via(0): Not using default mode "320x240" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "640x480"
(vrefresh out of range)
(II) via(0): Not using default mode "320x240" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "800x600"
(vrefresh out of range)
(II) via(0): Not using default mode "400x300" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "400x300" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "800x600"
(vrefresh out of range)
(II) via(0): Not using default mode "400x300" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "800x600"
(vrefresh out of range)
(II) via(0): Not using default mode "400x300" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "800x600"
(vrefresh out of range)
(II) via(0): Not using default mode "400x300" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "1024x768"
(vrefresh out of range)
(II) via(0): Not using default mode "512x384" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "512x384" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "512x384" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "1024x768"
(vrefresh out of range)
(II) via(0): Not using default mode "512x384" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "1024x768" (hsync
out of range)
(II) via(0): Not using default mode "512x384" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "1152x864" (hsync
out of range)
(II) via(0): Not using default mode "576x432" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "640x480" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "1280x960" (hsync
out of range)
(II) via(0): Not using default mode "640x480" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "640x512" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "1280x1024" (hsync
out of range)
(II) via(0): Not using default mode "640x512" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "1280x1024" (hsync
out of range)
(II) via(0): Not using default mode "640x512" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "1600x1200" (hsync
out of range)
(II) via(0): Not using default mode "800x600" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "1600x1200" (hsync
out of range)
(II) via(0): Not using default mode "800x600" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "1600x1200" (hsync
out of range)
(II) via(0): Not using default mode "800x600" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "1600x1200" (hsync
out of range)
(II) via(0): Not using default mode "800x600" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "1600x1200" (hsync
out of range)
(II) via(0): Not using default mode "800x600" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "1792x1344" (hsync
out of range)
(II) via(0): Not using default mode "896x672" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "1792x1344" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "896x672" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "1856x1392" (hsync
out of range)
(II) via(0): Not using default mode "928x696" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "1856x1392" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "928x696" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "1920x1440" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "960x720" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "1920x1440" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "960x720" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "832x624"
(vrefresh out of range)
(II) via(0): Not using default mode "416x312" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "1152x768"
(vrefresh out of range)
(II) via(0): Not using default mode "576x384" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "700x525" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "1400x1050" (hsync
out of range)
(II) via(0): Not using default mode "700x525" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "800x512" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "1920x1440" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "960x720" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "2048x1536" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "1024x768" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "2048x1536" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "1024x768" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "2048x1536" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using default mode "1024x768" (bad
mode clock/interlace/doublescan)
(II) via(0): Not using mode "1024x600" (no mode of
this name)
(II) via(0): Not using mode "800x480" (no mode of this
name)
(II) via(0): Not using default mode "1400x1050" (width
too large for virtual size)
(II) via(0): Not using default mode "1280x1024" (width
too large for virtual size)
(II) via(0): Not using default mode "1280x960" (width
too large for virtual size)
(II) via(0): I2C device "I2C bus 2:TV" registered at
address 0x40.
(II) via(0): I2C device "I2C bus 2:TV" removed.
(II) via(0): I2C device "I2C bus 2:VT1622" registered
at address 0x40.
(II) via(0): I2C device "I2C bus 2:VT1622" removed.
(--) via(0): Virtual size is 1024x768 (pitch 1024)
(**) via(0): *Default mode "1024x768": 75.0 MHz
(scaled from -0.1 MHz), 56.5 kHz, 70.1 Hz
(II) via(0): Modeline "1024x768"   75.00  1024 1048
1184 1328  768 771 777 806 -hsync -vsync
(**) via(0): *Default mode "800x600": 40.0 MHz (scaled
from -0.8 MHz), 37.9 kHz, 60.3 Hz
(II) via(0): Modeline "800x600"   40.00  800 840 968
1056  600 601 605 628 +hsync +vsync
(**) via(0): *Default mode "640x480": 25.2 MHz (scaled
from 0.4 MHz), 31.5 kHz, 60.0 Hz
(II) via(0): Modeline "640x480"   25.20  640 656 752
800  480 490 492 525 -hsync -vsync
(**) via(0):  Default mode "1024x768": 65.0 MHz
(scaled from 0.6 MHz), 48.4 kHz, 60.0 Hz
(II) via(0): Modeline "1024x768"   65.00  1024 1048
1184 1344  768 771 777 806 -hsync -vsync
(--) via(0): Display dimensions: (260, 200) mm
(--) via(0): DPI set to (100, 97)
(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.3.99.901, module version = 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.2
(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.3.99.901, module version = 1.1.0
	ABI class: XFree86 Video Driver, version 0.7
(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.3.99.901, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.7
(**) via(0): Option: Cap0_FieldSwap Disabled
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xe0000000 - 0xe0ffffff (0x1000000) MS[B]
	[1] 0	0	0xd8000000 - 0xdbffffff (0x4000000) MS[B]
	[2] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[3] -1	0	0x00100000 - 0x3fffffff (0x3ff00000)
MX[B]E(B)
	[4] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[5] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[6] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[7] -1	0	0xe2001000 - 0xe20010ff (0x100) MX[B]
	[8] -1	0	0xe2000000 - 0xe20000ff (0x100) MX[B]
	[9] -1	0	0xe2002000 - 0xe20027ff (0x800) MX[B]
	[10] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]O
	[11] -1	0	0xe0000000 - 0xe0ffffff (0x1000000)
MX[B](B)
	[12] -1	0	0xd8000000 - 0xdbffffff (0x4000000)
MX[B](B)
	[13] -1	0	0xdc000000 - 0xdfffffff (0x4000000)
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	0x0000ec00 - 0x0000ecff (0x100) IX[B]
	[20] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]
	[21] -1	0	0x0000e000 - 0x0000e00f (0x10) IX[B]
	[22] -1	0	0x0000dc00 - 0x0000dc1f (0x20) IX[B]
	[23] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[B]
	[24] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
	[25] -1	0	0x0000d000 - 0x0000d07f (0x80) IX[B]
	[26] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[27] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(EE) via(0):  Couldn't open "/dev/video2"
VIAScreenInit : V4L Disabled : fd = -1 
(--) via(0): mapping framebuffer @ 0xd8000000 with
size 0x2000000
(==) via(0): Removed MMIO write-combining range
(0xd8000000,0x800000)
(==) via(0): Write-combining range
(0xd8000000,0x2000000)
(--) via(0): Frame buffer start: 0x422a3000, free
start: 0x300000 end: 0x2000000
(--) via(0): mapping MMIO @ 0xe0000000 with size
0x9000
(--) via(0): mapping BitBlt MMIO @ 0xe0200000 with
size 0x10000
(II) via(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0,
hwp->PIOOffset is 0x0000
(II) via(0): I2C device "I2C bus 2:TV" registered at
address 0x40.
(II) via(0): I2C device "I2C bus 2:TV" removed.
(II) via(0): I2C device "I2C bus 2:TV" registered at
address 0x40.
(II) via(0): I2C device "I2C bus 2:TV" removed.
(II) via(0): 3D Engine has been initialized.
(EE) via(0):  Couldn't open "/dev/video2"
(II) via(0): VIAInternalScreenInit
(II) via(0): Using XFree86 Acceleration Architecture
(XAA)
	Screen to screen bit blits
	Solid filled rectangles
	8x8 mono pattern filled rectangles
	8x8 color pattern filled rectangles
	Screen to Screen color expansion
	Solid Lines
	Dashed Lines
	Image Writes
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		32 128x128 slots
		10 256x256 slots
		32 8x8 color pattern slots
(==) via(0): Backing store disabled
(**) Option "dpms"
(**) via(0): DPMS enabled
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmGetBusid returned ''
(II) via(0): [drm] created "via" driver at busid
"PCI:1:0:0"
(II) via(0): [drm] added 8192 byte SAREA at 0xce90b000
(II) via(0): [drm] mapped SAREA 0xce90b000 to
0x4001f000
(II) via(0): [drm] framebuffer handle = 0xd8000000
(II) via(0): [drm] added 1 reserved context for kernel
(II) via(0): [drm] drmAgpEnabled succeeded
(II) via(0): [drm] agpAddr = 0xd0000000
(II) via(0): [drm] agpBase = (nil)
(II) via(0): [drm] agpAddr = 0xd0000000
(II) via(0): [drm] agpSize = 0x02000000
(II) via(0): [drm] agp physical addr = 0x00000000
(II) via(0): [dri] use agp.
(II) via(0): [drm] FBFreeStart= 0x00800000 FBFreeEnd=
0x01fbe000 FBSize= 0x017be000
(II) via(0): [dri] frame buffer initialized.
(II) via(0): [dri] visual configs initialized.
(II) via(0): [drm] register handle = 0xe0000000
(II) via(0): [drm] mmio Registers = 0xe0000000
(II) via(0): [dri] mmio mapped.
(II) via(0): X context handle = 0x00000001
(II) via(0): [drm] installed DRM signal handler
(II) via(0): [DRI] installation complete
(II) via(0): [dri] kernel data initialized.
(II) via(0): direct rendering enabled
(EE) via(0): IOCTL VIAMGR_INFO_XSERVERON fail.
(WW) via(0): Option "PciRetry" is not used
(==) RandR 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) Initializing built-in extension RANDR
(**) Option "Protocol" "IMPS/2"
(**) Mouse0: Device: "/dev/psaux"
(**) Mouse0: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/psaux"
(**) Option "Emulate3Buttons" "no"
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 5
(II) Keyboard "Keyboard0" handled by legacy driver
(**) Option "Protocol" "IMPS/2"
(**) DevInputMice: Device: "/dev/input/mice"
(**) DevInputMice: Protocol: "IMPS/2"
(**) Option "AlwaysCore"
(**) DevInputMice: always reports core events
(**) Option "Device" "/dev/input/mice"
(EE) xf86OpenSerial: Cannot open device
/dev/input/mice
	No such device.
(EE) DevInputMice: cannot open input device
(EE) PreInit failed for input device "DevInputMice"
(II) UnloadModule: "mouse"
(II) XINPUT: Adding extended input device "Mouse0"
(type: MOUSE)
(EE) Couldn't load XKB keymap, falling back to pre-XKB
keymap
(II) Server_Terminate keybinding not found
(II) Mouse0: ps2EnableDataReporting: succeeded
AUDIT: Wed Dec 17 11:14:02 2003: 1293 X: client 5
rejected from local host

If you made it this far, yes your right it's a mess!
Any pointers as I continue to pour over it would be
great and greatly appreciated.

Thank you,
Stuart

_______________________________________________
XFree86 mailing list
XFree86@xxxxxxxxxxx
http://XFree86.Org/mailman/listinfo/xfree86

[Index of Archives]     [X Forum]     [Xorg]     [XFree86 Newbie]     [IETF Announce]     [Security]     [Font Config]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux Kernel]

  Powered by Linux