X fails to update screen (PLEASE! Any help or suggestions appreciated)

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

 



I posted this earlier listing the time/date change as the cause. The time
or date change replicates the problem but the problem occurs randomly at very long intervals (weeks between occurrences). I would GREATLY appreciate any input on this. I plan to upgrade to the latest version of X but it would be much better (to long to explain) to keep what I've got and find a more surgical solution.



Previously posted.... -----------------------------------------------------------------------------

I have an application running on an older X Server (Version 4.2.0) on a
modified Red Hat distro with Kernel version 2.4.20.

The problem is that when the date or time is changed to some date or
time in the past our application stops updating (some animated meters).
Moving the mouse pointer within the application causes the updates to
continue as long as you're moving the mouse. If you stop moving the
mouse, updates stop as well. Setting the time to a future date (any
date or time later than the current one) usually causes things to start
updating normally again. The application is a java GUI however we've
substituted a simple X program that just does a little animated cursor
and the same behavior occurs.

Has anyone encountered this issue before and, if so, has it been
corrected in a later version of X?

I've copied my XF86Config and XFree86.0.log files below this message.
Any help would be GREATLY appreciated.

James Kimble



--------------------------------------------------------------------------
XF86Config
--------------------------------------------------------------------------

# File generated by XFdrake.

# **********************************************************************
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
# **********************************************************************

Section "Files"

   RgbPath     "/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.

   FontPath   "unix/:-1"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

   # Uncomment this to cause a core dump at the spot where a signal is
   # received.  This may leave the console in an unusable state, but may
   # provide a better stack trace in the core dump to aid in debugging
   #NoTrapSignals

   # Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
   # This allows clients to receive this key event.
   #DontZap

   # Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
   # sequences.  This allows clients to receive these key events.
   #DontZoom

   # This  allows  the  server  to start up even if the
   # mouse device can't be opened/initialised.
   AllowMouseOpenFail

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

Section "InputDevice"

   Identifier "DynaPro"
   Driver      "dynapro"
   Option "Device" "/dev/touchscreen"
   Option "MinX"   "980"
   Option "MaxX"   "40"
   Option "MinY"   "45"
   Option "MaxY"   "980"
   Option "SwapXY" "0"


EndSection

# **********************************************************************
# Keyboard section
# **********************************************************************

Section "InputDevice"

   Identifier "Keyboard1"
   Driver      "Keyboard"
   Option "AutoRepeat"  "250 30"

   Option "XkbRules" "xfree86"
   Option "XkbModel" "pc105"
   Option "XkbLayout" "us"

EndSection

# **********************************************************************
# Pointer section
# **********************************************************************

Section "InputDevice"

   Identifier "Mouse1"
   Driver      "mouse"
   Option "Protocol"    "PS/2"
   Option "Device"      "/dev/psaux"
   Option "Emulate3Buttons"
   Option "Emulate3Timeout"    "50"

# ChordMiddle is an option for some 3-button Logitech mice

#    Option "ChordMiddle"

EndSection



Section "Module"

# This loads the DBE extension module.

   Load        "dbe"
   Load        "glx"

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.

   SubSection  "extmod"
       Option  "omit xfree86-dga"
   EndSubSection

# This loads the Type1 and FreeType font modules

   Load        "type1"
   Load        "freetype"
EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"
   Identifier ""
   VendorName ""
   ModelName  ""


# HorizSync is in kHz unless units are specified. # HorizSync may be a comma separated list of discrete values, or a # comma separated list of ranges of values. # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S # USER MANUAL FOR THE CORRECT NUMBERS. HorizSync 30-70


# VertRefresh is in Hz unless units are specified. # VertRefresh may be a comma separated list of discrete values, or a # comma separated list of ranges of values. # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S # USER MANUAL FOR THE CORRECT NUMBERS. VertRefresh 30-90


EndSection



# **********************************************************************
# Graphics device section
# **********************************************************************

Section "Device"
   Identifier "vesa"
   Driver     "vesa"
EndSection

Section "Device"
   Identifier  "ATI Mach64 3D RAGE II"
   VendorName  "Unknown"
   BoardName   "Unknown"
   Driver   "ati"
#    VideoRam    4096
   # Clock lines


# Uncomment following option if you see a big white block # instead of the cursor! #Option "sw_cursor"

   #Option      "power_saver"
EndSection



# **********************************************************************
# Screen sections
# **********************************************************************


Section "Screen" Identifier "screen1" Device "vesa" Monitor "" #DefaultColorDepth 16 DefaultColorDepth 8 Subsection "Display" Depth 8 Modes "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 15 Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "640x480" #Modes "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 32 Modes "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection EndSection


Section "ServerLayout" Identifier "layout1" Screen "screen1" InputDevice "Mouse1" "CorePointer" InputDevice "DynaPro" "SendCoreEvents" InputDevice "Keyboard1" "CoreKeyboard" EndSection

-----------------------------------------------------------------------
-----------------------------------------------------------------------


----------------------------------------------------------------------- XFree86.0.log ----------------------------------------------------------------------- XFree86 Version 4.2.0 / X Window System (protocol Version 11, revision 0, vendor release 6600) Release Date: 18 January 2002 If the server is older than 6-12 months, or if your card is newer than the above date, look for a newer version before reporting problems. (See http://www.XFree86.Org/) Build Operating System: Linux 2.4.19rtp i686 [ELF] Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/XFree86.0.log", Time: Wed Feb 16 12:37:52 2005 (==) Using config file: "/etc/X11/XF86Config-4" (==) ServerLayout "layout1" (**) |-->Screen "screen1" (0) (**) | |-->Monitor "" (**) | |-->Device "vesa" (**) |-->Input Device "Mouse1" (**) |-->Input Device "DynaPro" (**) |-->Input Device "Keyboard1" (**) Option "AutoRepeat" "250 30" (**) Option "XkbRules" "xfree86" (**) XKB: rules: "xfree86" (**) Option "XkbModel" "pc105" (**) XKB: model: "pc105" (**) Option "XkbLayout" "us" (**) XKB: layout: "us" (==) Keyboard: CustomKeycode disabled (**) FontPath set to "unix/:-1" (**) RgbPath set to "/usr/X11R6/lib/X11/rgb" (==) ModulePath set to "/usr/X11R6/lib/modules" (**) Option "AllowMouseOpenFail" (--) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
       XFree86 ANSI C Emulation: 0.1
       XFree86 Video Driver: 0.5
       XFree86 XInput driver : 0.3
       XFree86 Server Extension : 0.1
       XFree86 Font Renderer : 0.3
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
       compiled for 4.2.0, module version = 1.0.0
       Module class: XFree86 Font Renderer
       ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
       compiled for 4.2.0, module version = 0.1.0
       ABI class: XFree86 Video Driver, version 0.5
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x8000380c, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1166,0009 card 0000,0000 rev 06 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 1166,0009 card 0000,0000 rev 06 class 06,00,00 hdr 80
(II) PCI: 00:02:0: chip 1002,4756 card 8086,4756 rev 7a class 03,00,00 hdr 00
(II) PCI: 00:03:0: chip 8086,1229 card 8086,1229 rev 08 class 02,00,00 hdr 00
(II) PCI: 00:07:0: chip a5a5,f0f1 card dc81,f1c4 rev 00 class 04,02,00 hdr 00
(II) PCI: 00:08:0: chip 1382,2009 card 1382,2009 rev 02 class 04,80,00 hdr 00
(II) PCI: 00:09:0: chip 1382,2009 card 1382,2009 rev 02 class 04,80,00 hdr 00
(II) PCI: 00:0f:0: chip 1166,0200 card 1166,0200 rev 50 class 06,01,00 hdr 80
(II) PCI: 00:0f:1: chip 1166,0211 card 0000,0000 rev 00 class 01,01,8e hdr 80
(II) PCI: 00:0f:2: chip 1166,0220 card 1166,0220 rev 04 class 0c,03,10 hdr 80
(II) PCI: 01:0b:0: chip 131f,2050 card 131f,2050 rev 00 class 07,00,02 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
       compiled for 4.2.0, module version = 0.1.0
       ABI class: XFree86 Video Driver, version 0.5
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
       [0] -1  0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
       [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
       [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 1: bridge is at (0:0:1), (-1,1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 1 I/O range:
       [0] -1  0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 1 non-prefetchable memory range:
       [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 1 prefetchable memory range:
       [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus -1: bridge is at (0:15:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI:*(0:2:0) ATI Mach64 GV rev 122, Mem @ 0xfa000000/24,
0xf9000000/12, I/O @ 0x1000/8
(II) Addressable bus resource ranges are
       [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
       [1] -1  0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
       [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
       [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
       [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
       [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
       [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
       [5] -1  0x0000ffff - 0x0000ffff (0x1) IX[B]
       [6] -1  0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
       [0] -1  0xf9004000 - 0xf9004fff (0x1000) MX[B]
       [1] -1  0xf9003400 - 0xf90035ff (0x200) MX[B]
       [2] -1  0xf9003800 - 0xf9003bff (0x400) MX[B]
       [3] -1  0xf9200000 - 0xf927ffff (0x80000) MX[B]
       [4] -1  0xf9003c00 - 0xf9003c7f (0x80) MX[B]
       [5] -1  0xf9002800 - 0xf90029ff (0x200) MX[B]
       [6] -1  0xf9002c00 - 0xf9002fff (0x400) MX[B]
       [7] -1  0xf9080000 - 0xf90fffff (0x80000) MX[B]
       [8] -1  0xf9003000 - 0xf900307f (0x80) MX[B]
       [9] -1  0xf9020000 - 0xf903ffff (0x20000) MX[B]
       [10] -1 0xf9002000 - 0xf90023ff (0x400) MX[B]
       [11] -1 0xf9002400 - 0xf90024ff (0x100) MX[B]
       [12] -1 0xf9100000 - 0xf91fffff (0x100000) MX[B]
       [13] -1 0xf9001000 - 0xf9001fff (0x1000) MX[B]
       [14] -1 0xf9000000 - 0xf9000fff (0x1000) MX[B](B)
       [15] -1 0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
       [16] -1 0x00001c50 - 0x00001c57 (0x8) IX[B]
       [17] -1 0x00001c58 - 0x00001c5f (0x8) IX[B]
       [18] -1 0x00001c60 - 0x00001c67 (0x8) IX[B]
       [19] -1 0x00001c68 - 0x00001c6f (0x8) IX[B]
       [20] -1 0x00001c40 - 0x00001c4f (0x10) IX[B]
       [21] -1 0x00000374 - 0x00000374 (0x1) IX[B]
       [22] -1 0x00000170 - 0x00000177 (0x8) IX[B]
       [23] -1 0x00001880 - 0x000018ff (0x80) IX[B]
       [24] -1 0x00001800 - 0x0000187f (0x80) IX[B]
       [25] -1 0x00001400 - 0x000014ff (0x100) IX[B]
       [26] -1 0x00001c00 - 0x00001c3f (0x40) IX[B]
       [27] -1 0x00001000 - 0x000010ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
       [0] -1  0xf9004000 - 0xf9004fff (0x1000) MX[B]
       [1] -1  0xf9003400 - 0xf90035ff (0x200) MX[B]
       [2] -1  0xf9003800 - 0xf9003bff (0x400) MX[B]
       [3] -1  0xf9200000 - 0xf927ffff (0x80000) MX[B]
       [4] -1  0xf9003c00 - 0xf9003c7f (0x80) MX[B]
       [5] -1  0xf9002800 - 0xf90029ff (0x200) MX[B]
       [6] -1  0xf9002c00 - 0xf9002fff (0x400) MX[B]
       [7] -1  0xf9080000 - 0xf90fffff (0x80000) MX[B]
       [8] -1  0xf9003000 - 0xf900307f (0x80) MX[B]
       [9] -1  0xf9020000 - 0xf903ffff (0x20000) MX[B]
       [10] -1 0xf9002000 - 0xf90023ff (0x400) MX[B]
       [11] -1 0xf9002400 - 0xf90024ff (0x100) MX[B]
       [12] -1 0xf9100000 - 0xf91fffff (0x100000) MX[B]
       [13] -1 0xf9001000 - 0xf9001fff (0x1000) MX[B]
       [14] -1 0xf9000000 - 0xf9000fff (0x1000) MX[B](B)
       [15] -1 0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
       [16] -1 0x00001c50 - 0x00001c57 (0x8) IX[B]
       [17] -1 0x00001c58 - 0x00001c5f (0x8) IX[B]
       [18] -1 0x00001c60 - 0x00001c67 (0x8) IX[B]
       [19] -1 0x00001c68 - 0x00001c6f (0x8) IX[B]
       [20] -1 0x00001c40 - 0x00001c4f (0x10) IX[B]
       [21] -1 0x00000374 - 0x00000374 (0x1) IX[B]
       [22] -1 0x00000170 - 0x00000177 (0x8) IX[B]
       [23] -1 0x00001880 - 0x000018ff (0x80) IX[B]
       [24] -1 0x00001800 - 0x0000187f (0x80) IX[B]
       [25] -1 0x00001400 - 0x000014ff (0x100) IX[B]
       [26] -1 0x00001c00 - 0x00001c3f (0x40) IX[B]
       [27] -1 0x00001000 - 0x000010ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
       [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
       [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
       [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
       [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
       [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
       [5] -1  0x0000ffff - 0x0000ffff (0x1) IX[B]
       [6] -1  0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
       [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
       [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
       [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
       [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
       [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
       [5] -1  0xf9004000 - 0xf9004fff (0x1000) MX[B]
       [6] -1  0xf9003400 - 0xf90035ff (0x200) MX[B]
       [7] -1  0xf9003800 - 0xf9003bff (0x400) MX[B]
       [8] -1  0xf9200000 - 0xf927ffff (0x80000) MX[B]
       [9] -1  0xf9003c00 - 0xf9003c7f (0x80) MX[B]
       [10] -1 0xf9002800 - 0xf90029ff (0x200) MX[B]
       [11] -1 0xf9002c00 - 0xf9002fff (0x400) MX[B]
       [12] -1 0xf9080000 - 0xf90fffff (0x80000) MX[B]
       [13] -1 0xf9003000 - 0xf900307f (0x80) MX[B]
       [14] -1 0xf9020000 - 0xf903ffff (0x20000) MX[B]
       [15] -1 0xf9002000 - 0xf90023ff (0x400) MX[B]
       [16] -1 0xf9002400 - 0xf90024ff (0x100) MX[B]
       [17] -1 0xf9100000 - 0xf91fffff (0x100000) MX[B]
       [18] -1 0xf9001000 - 0xf9001fff (0x1000) MX[B]
       [19] -1 0xf9000000 - 0xf9000fff (0x1000) MX[B](B)
       [20] -1 0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
       [21] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
       [22] -1 0x00000000 - 0x000000ff (0x100) IX[B]
       [23] -1 0x00001c50 - 0x00001c57 (0x8) IX[B]
       [24] -1 0x00001c58 - 0x00001c5f (0x8) IX[B]
       [25] -1 0x00001c60 - 0x00001c67 (0x8) IX[B]
       [26] -1 0x00001c68 - 0x00001c6f (0x8) IX[B]
       [27] -1 0x00001c40 - 0x00001c4f (0x10) IX[B]
       [28] -1 0x00000374 - 0x00000374 (0x1) IX[B]
       [29] -1 0x00000170 - 0x00000177 (0x8) IX[B]
       [30] -1 0x00001880 - 0x000018ff (0x80) IX[B]
       [31] -1 0x00001800 - 0x0000187f (0x80) IX[B]
       [32] -1 0x00001400 - 0x000014ff (0x100) IX[B]
       [33] -1 0x00001c00 - 0x00001c3f (0x40) IX[B]
       [34] -1 0x00001000 - 0x000010ff (0x100) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
       compiled for 4.2.0, module version = 1.0.0
       Module class: XFree86 Server Extension
       ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
       compiled for 4.2.0, module version = 1.0.0
       ABI class: XFree86 Server Extension, version 0.1
(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.2.0, module version = 1.0.0
       ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
       compiled for 4.2.0, module version = 1.0.0
       Module class: XFree86 Server Extension
       ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
       compiled for 4.2.0, module version = 1.0.1
       Module class: XFree86 Font Renderer
       ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
       compiled for 4.2.0, module version = 1.1.10
       Module class: XFree86 Font Renderer
       ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font FreeType
(II) LoadModule: "vesa"
(II) Loading /usr/X11R6/lib/modules/drivers/vesa_drv.o
(II) Module vesa: vendor="The XFree86 Project"
       compiled for 4.2.0, module version = 1.0.0
       Module class: XFree86 Video Driver
       ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
       compiled for 4.2.0, module version = 1.0.0
       Module class: XFree86 XInput Driver
       ABI class: XFree86 XInput driver, version 0.3
(II) LoadModule: "dynapro"
(II) Loading /usr/X11R6/lib/modules/input/dynapro_drv.o
(II) Module dynapro: vendor="The XFree86 Project"
       compiled for 4.2.0, module version = 1.0.0
       Module class: XFree86 XInput Driver
       ABI class: XFree86 XInput driver, version 0.3
(II) VESA: driver for VESA chipsets: vesa
(II) Primary Device is: PCI 00:02:0
(--) Assigning device section with no busID to primary device
(--) Chipset vesa found
(II) resource ranges after xf86ClaimFixedResources() call:
       [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
       [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
       [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
       [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
       [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
       [5] -1  0xf9004000 - 0xf9004fff (0x1000) MX[B]
       [6] -1  0xf9003400 - 0xf90035ff (0x200) MX[B]
       [7] -1  0xf9003800 - 0xf9003bff (0x400) MX[B]
       [8] -1  0xf9200000 - 0xf927ffff (0x80000) MX[B]
       [9] -1  0xf9003c00 - 0xf9003c7f (0x80) MX[B]
       [10] -1 0xf9002800 - 0xf90029ff (0x200) MX[B]
       [11] -1 0xf9002c00 - 0xf9002fff (0x400) MX[B]
       [12] -1 0xf9080000 - 0xf90fffff (0x80000) MX[B]
       [13] -1 0xf9003000 - 0xf900307f (0x80) MX[B]
       [14] -1 0xf9020000 - 0xf903ffff (0x20000) MX[B]
       [15] -1 0xf9002000 - 0xf90023ff (0x400) MX[B]
       [16] -1 0xf9002400 - 0xf90024ff (0x100) MX[B]
       [17] -1 0xf9100000 - 0xf91fffff (0x100000) MX[B]
       [18] -1 0xf9001000 - 0xf9001fff (0x1000) MX[B]
       [19] -1 0xf9000000 - 0xf9000fff (0x1000) MX[B](B)
       [20] -1 0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
       [21] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
       [22] -1 0x00000000 - 0x000000ff (0x100) IX[B]
       [23] -1 0x00001c50 - 0x00001c57 (0x8) IX[B]
       [24] -1 0x00001c58 - 0x00001c5f (0x8) IX[B]
       [25] -1 0x00001c60 - 0x00001c67 (0x8) IX[B]
       [26] -1 0x00001c68 - 0x00001c6f (0x8) IX[B]
       [27] -1 0x00001c40 - 0x00001c4f (0x10) IX[B]
       [28] -1 0x00000374 - 0x00000374 (0x1) IX[B]
       [29] -1 0x00000170 - 0x00000177 (0x8) IX[B]
       [30] -1 0x00001880 - 0x000018ff (0x80) IX[B]
       [31] -1 0x00001800 - 0x0000187f (0x80) IX[B]
       [32] -1 0x00001400 - 0x000014ff (0x100) IX[B]
       [33] -1 0x00001c00 - 0x00001c3f (0x40) IX[B]
       [34] -1 0x00001000 - 0x000010ff (0x100) IX[B](B)
(II) resource ranges after probing:
       [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
       [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
       [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
       [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
       [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
       [5] -1  0xf9004000 - 0xf9004fff (0x1000) MX[B]
       [6] -1  0xf9003400 - 0xf90035ff (0x200) MX[B]
       [7] -1  0xf9003800 - 0xf9003bff (0x400) MX[B]
       [8] -1  0xf9200000 - 0xf927ffff (0x80000) MX[B]
       [9] -1  0xf9003c00 - 0xf9003c7f (0x80) MX[B]
       [10] -1 0xf9002800 - 0xf90029ff (0x200) MX[B]
       [11] -1 0xf9002c00 - 0xf9002fff (0x400) MX[B]
       [12] -1 0xf9080000 - 0xf90fffff (0x80000) MX[B]
       [13] -1 0xf9003000 - 0xf900307f (0x80) MX[B]
       [14] -1 0xf9020000 - 0xf903ffff (0x20000) MX[B]
       [15] -1 0xf9002000 - 0xf90023ff (0x400) MX[B]
       [16] -1 0xf9002400 - 0xf90024ff (0x100) MX[B]
       [17] -1 0xf9100000 - 0xf91fffff (0x100000) MX[B]
       [18] -1 0xf9001000 - 0xf9001fff (0x1000) MX[B]
       [19] -1 0xf9000000 - 0xf9000fff (0x1000) MX[B](B)
       [20] -1 0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
       [21] 0  0x000a0000 - 0x000affff (0x10000) MS[B]
       [22] 0  0x000b0000 - 0x000b7fff (0x8000) MS[B]
       [23] 0  0x000b8000 - 0x000bffff (0x8000) MS[B]
       [24] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
       [25] -1 0x00000000 - 0x000000ff (0x100) IX[B]
       [26] -1 0x00001c50 - 0x00001c57 (0x8) IX[B]
       [27] -1 0x00001c58 - 0x00001c5f (0x8) IX[B]
       [28] -1 0x00001c60 - 0x00001c67 (0x8) IX[B]
       [29] -1 0x00001c68 - 0x00001c6f (0x8) IX[B]
       [30] -1 0x00001c40 - 0x00001c4f (0x10) IX[B]
       [31] -1 0x00000374 - 0x00000374 (0x1) IX[B]
       [32] -1 0x00000170 - 0x00000177 (0x8) IX[B]
       [33] -1 0x00001880 - 0x000018ff (0x80) IX[B]
       [34] -1 0x00001800 - 0x0000187f (0x80) IX[B]
       [35] -1 0x00001400 - 0x000014ff (0x100) IX[B]
       [36] -1 0x00001c00 - 0x00001c3f (0x40) IX[B]
       [37] -1 0x00001000 - 0x000010ff (0x100) IX[B](B)
       [38] 0  0x000003b0 - 0x000003bb (0xc) IS[B]
       [39] 0  0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(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.2.0, module version = 1.0.0
       ABI class: XFree86 Video Driver, version 0.5
(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.2.0, module version = 1.0.0
       ABI class: XFree86 Video Driver, version 0.5
(II) VESA(0): initializing int10
(II) VESA(0): Primary V_BIOS segment is: 0xc000
(II) VESA(0): VESA BIOS detected
(II) VESA(0): VESA VBE Version 2.0
(II) VESA(0): VESA VBE Total Mem: 4096 kB
(II) VESA(0): VESA VBE OEM: ATI MACH64
(II) VESA(0): VESA VBE OEM Software Rev: 1.0
(II) VESA(0): VESA VBE OEM Vendor: ATI Technologies Inc.
(II) VESA(0): VESA VBE OEM Product: MACH64GT
(II) VESA(0): VESA VBE OEM Product Rev: 01.00
(**) VESA(0): Depth 8, (--) framebuffer bpp 8
(==) VESA(0): Default visual is PseudoColor
(==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
(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.2.0, module version = 1.0.0
       ABI class: XFree86 Video Driver, version 0.5
(II) VESA(0): VESA VBE DDC supported
(II) VESA(0): VESA VBE DDC Level none
(II) VESA(0): VESA VBE DDC transfer in appr. 2 sec.
(II) VESA(0): VESA VBE DDC read failed
(==) VESA(0): DPI set to (75, 75)
(II) VESA(0): Searching for matching VESA mode(s):
Mode: 100 (640x400)
       ModeAttributes: 0xbb
       WinAAttributes: 0x5
       WinBAttributes: 0x3
       WinGranularity: 64
       WinSize: 64
       WinASegment: 0xa000
       WinBSegment: 0xa000
       WinFuncPtr: 0xc000470b
       BytesPerScanline: 640
       XResolution: 640
       YResolution: 400
       XCharSize: 8
       YCharSize: 16
       NumberOfPlanes: 1
       BitsPerPixel: 8
       NumberOfBanks: 1
       MemoryModel: 4
       BankSize: 0
       NumberOfImages: 15
       RedMaskSize: 0
       RedFieldPosition: 0
       GreenMaskSize: 0
       GreenFieldPosition: 0
       BlueMaskSize: 0
       BlueFieldPosition: 0
       RsvdMaskSize: 0
       RsvdFieldPosition: 0
       DirectColorModeInfo: 0
       PhysBasePtr: 0xfa000000
Mode: 101 (640x480)
       ModeAttributes: 0xbb
       WinAAttributes: 0x5
       WinBAttributes: 0x3
       WinGranularity: 64
       WinSize: 64
       WinASegment: 0xa000
       WinBSegment: 0xa000
       WinFuncPtr: 0xc000470b
       BytesPerScanline: 640
       XResolution: 640
       YResolution: 480
       XCharSize: 8
       YCharSize: 16
       NumberOfPlanes: 1
       BitsPerPixel: 8
       NumberOfBanks: 1
       MemoryModel: 4
       BankSize: 0
       NumberOfImages: 11
       RedMaskSize: 0
       RedFieldPosition: 0
       GreenMaskSize: 0
       GreenFieldPosition: 0
       BlueMaskSize: 0
       BlueFieldPosition: 0
       RsvdMaskSize: 0
       RsvdFieldPosition: 0
       DirectColorModeInfo: 0
       PhysBasePtr: 0xfa000000
Mode: 110 (640x480)
       ModeAttributes: 0xbb
       WinAAttributes: 0x5
       WinBAttributes: 0x3
       WinGranularity: 64
       WinSize: 64
       WinASegment: 0xa000
       WinBSegment: 0xa000
       WinFuncPtr: 0xc000470b
       BytesPerScanline: 1280
       XResolution: 640
       YResolution: 480
       XCharSize: 8
       YCharSize: 16
       NumberOfPlanes: 1
       BitsPerPixel: 15
       NumberOfBanks: 1
       MemoryModel: 6
       BankSize: 0
       NumberOfImages: 5
       RedMaskSize: 5
       RedFieldPosition: 10
       GreenMaskSize: 5
       GreenFieldPosition: 5
       BlueMaskSize: 5
       BlueFieldPosition: 0
       RsvdMaskSize: 0
       RsvdFieldPosition: 0
       DirectColorModeInfo: 0
       PhysBasePtr: 0xfa000000
Mode: 111 (640x480)
       ModeAttributes: 0xbb
       WinAAttributes: 0x5
       WinBAttributes: 0x3
       WinGranularity: 64
       WinSize: 64
       WinASegment: 0xa000
       WinBSegment: 0xa000
       WinFuncPtr: 0xc000470b
       BytesPerScanline: 1280
       XResolution: 640
       YResolution: 480
       XCharSize: 8
       YCharSize: 16
       NumberOfPlanes: 1
       BitsPerPixel: 16
       NumberOfBanks: 1
       MemoryModel: 6
       BankSize: 0
       NumberOfImages: 5
       RedMaskSize: 5
       RedFieldPosition: 11
       GreenMaskSize: 6
       GreenFieldPosition: 5
       BlueMaskSize: 5
       BlueFieldPosition: 0
       RsvdMaskSize: 0
       RsvdFieldPosition: 0
       DirectColorModeInfo: 0
       PhysBasePtr: 0xfa000000
Mode: 112 (640x480)
       ModeAttributes: 0xbb
       WinAAttributes: 0x5
       WinBAttributes: 0x3
       WinGranularity: 64
       WinSize: 64
       WinASegment: 0xa000
       WinBSegment: 0xa000
       WinFuncPtr: 0xc000470b
       BytesPerScanline: 1920
       XResolution: 640
       YResolution: 480
       XCharSize: 8
       YCharSize: 16
       NumberOfPlanes: 1
       BitsPerPixel: 24
       NumberOfBanks: 1
       MemoryModel: 6
       BankSize: 0
       NumberOfImages: 3
       RedMaskSize: 8
       RedFieldPosition: 16
       GreenMaskSize: 8
       GreenFieldPosition: 8
       BlueMaskSize: 8
       BlueFieldPosition: 0
       RsvdMaskSize: 0
       RsvdFieldPosition: 0
       DirectColorModeInfo: 0
       PhysBasePtr: 0xfa000000
Mode: 103 (800x600)
       ModeAttributes: 0xbb
       WinAAttributes: 0x5
       WinBAttributes: 0x3
       WinGranularity: 64
       WinSize: 64
       WinASegment: 0xa000
       WinBSegment: 0xa000
       WinFuncPtr: 0xc000470b
       BytesPerScanline: 800
       XResolution: 800
       YResolution: 600
       XCharSize: 8
       YCharSize: 14
       NumberOfPlanes: 1
       BitsPerPixel: 8
       NumberOfBanks: 1
       MemoryModel: 4
       BankSize: 0
       NumberOfImages: 7
       RedMaskSize: 0
       RedFieldPosition: 0
       GreenMaskSize: 0
       GreenFieldPosition: 0
       BlueMaskSize: 0
       BlueFieldPosition: 0
       RsvdMaskSize: 0
       RsvdFieldPosition: 0
       DirectColorModeInfo: 0
       PhysBasePtr: 0xfa000000
Mode: 113 (800x600)
       ModeAttributes: 0xbb
       WinAAttributes: 0x5
       WinBAttributes: 0x3
       WinGranularity: 64
       WinSize: 64
       WinASegment: 0xa000
       WinBSegment: 0xa000
       WinFuncPtr: 0xc000470b
       BytesPerScanline: 1600
       XResolution: 800
       YResolution: 600
       XCharSize: 8
       YCharSize: 14
       NumberOfPlanes: 1
       BitsPerPixel: 15
       NumberOfBanks: 1
       MemoryModel: 6
       BankSize: 0
       NumberOfImages: 3
       RedMaskSize: 5
       RedFieldPosition: 10
       GreenMaskSize: 5
       GreenFieldPosition: 5
       BlueMaskSize: 5
       BlueFieldPosition: 0
       RsvdMaskSize: 0
       RsvdFieldPosition: 0
       DirectColorModeInfo: 0
       PhysBasePtr: 0xfa000000
Mode: 114 (800x600)
       ModeAttributes: 0xbb
       WinAAttributes: 0x5
       WinBAttributes: 0x3
       WinGranularity: 64
       WinSize: 64
       WinASegment: 0xa000
       WinBSegment: 0xa000
       WinFuncPtr: 0xc000470b
       BytesPerScanline: 1600
       XResolution: 800
       YResolution: 600
       XCharSize: 8
       YCharSize: 14
       NumberOfPlanes: 1
       BitsPerPixel: 16
       NumberOfBanks: 1
       MemoryModel: 6
       BankSize: 0
       NumberOfImages: 3
       RedMaskSize: 5
       RedFieldPosition: 11
       GreenMaskSize: 6
       GreenFieldPosition: 5
       BlueMaskSize: 5
       BlueFieldPosition: 0
       RsvdMaskSize: 0
       RsvdFieldPosition: 0
       DirectColorModeInfo: 0
       PhysBasePtr: 0xfa000000
Mode: 115 (800x600)
       ModeAttributes: 0xbb
       WinAAttributes: 0x5
       WinBAttributes: 0x3
       WinGranularity: 64
       WinSize: 64
       WinASegment: 0xa000
       WinBSegment: 0xa000
       WinFuncPtr: 0xc000470b
       BytesPerScanline: 2400
       XResolution: 800
       YResolution: 600
       XCharSize: 8
       YCharSize: 14
       NumberOfPlanes: 1
       BitsPerPixel: 24
       NumberOfBanks: 1
       MemoryModel: 6
       BankSize: 0
       NumberOfImages: 1
       RedMaskSize: 8
       RedFieldPosition: 16
       GreenMaskSize: 8
       GreenFieldPosition: 8
       BlueMaskSize: 8
       BlueFieldPosition: 0
       RsvdMaskSize: 0
       RsvdFieldPosition: 0
       DirectColorModeInfo: 0
       PhysBasePtr: 0xfa000000
Mode: 105 (1024x768)
       ModeAttributes: 0xbb
       WinAAttributes: 0x5
       WinBAttributes: 0x3
       WinGranularity: 64
       WinSize: 64
       WinASegment: 0xa000
       WinBSegment: 0xa000
       WinFuncPtr: 0xc000470b
       BytesPerScanline: 1024
       XResolution: 1024
       YResolution: 768
       XCharSize: 8
       YCharSize: 16
       NumberOfPlanes: 1
       BitsPerPixel: 8
       NumberOfBanks: 1
       MemoryModel: 4
       BankSize: 0
       NumberOfImages: 4
       RedMaskSize: 0
       RedFieldPosition: 0
       GreenMaskSize: 0
       GreenFieldPosition: 0
       BlueMaskSize: 0
       BlueFieldPosition: 0
       RsvdMaskSize: 0
       RsvdFieldPosition: 0
       DirectColorModeInfo: 0
       PhysBasePtr: 0xfa000000
Mode: 116 (1024x768)
       ModeAttributes: 0xbb
       WinAAttributes: 0x5
       WinBAttributes: 0x3
       WinGranularity: 64
       WinSize: 64
       WinASegment: 0xa000
       WinBSegment: 0xa000
       WinFuncPtr: 0xc000470b
       BytesPerScanline: 2048
       XResolution: 1024
       YResolution: 768
       XCharSize: 8
       YCharSize: 16
       NumberOfPlanes: 1
       BitsPerPixel: 15
       NumberOfBanks: 1
       MemoryModel: 6
       BankSize: 0
       NumberOfImages: 1
       RedMaskSize: 5
       RedFieldPosition: 10
       GreenMaskSize: 5
       GreenFieldPosition: 5
       BlueMaskSize: 5
       BlueFieldPosition: 0
       RsvdMaskSize: 0
       RsvdFieldPosition: 0
       DirectColorModeInfo: 0
       PhysBasePtr: 0xfa000000
Mode: 117 (1024x768)
       ModeAttributes: 0xbb
       WinAAttributes: 0x5
       WinBAttributes: 0x3
       WinGranularity: 64
       WinSize: 64
       WinASegment: 0xa000
       WinBSegment: 0xa000
       WinFuncPtr: 0xc000470b
       BytesPerScanline: 2048
       XResolution: 1024
       YResolution: 768
       XCharSize: 8
       YCharSize: 16
       NumberOfPlanes: 1
       BitsPerPixel: 16
       NumberOfBanks: 1
       MemoryModel: 6
       BankSize: 0
       NumberOfImages: 1
       RedMaskSize: 5
       RedFieldPosition: 11
       GreenMaskSize: 6
       GreenFieldPosition: 5
       BlueMaskSize: 5
       BlueFieldPosition: 0
       RsvdMaskSize: 0
       RsvdFieldPosition: 0
       DirectColorModeInfo: 0
       PhysBasePtr: 0xfa000000
Mode: 118 (1024x768)
       ModeAttributes: 0xbb
       WinAAttributes: 0x5
       WinBAttributes: 0x3
       WinGranularity: 64
       WinSize: 64
       WinASegment: 0xa000
       WinBSegment: 0xa000
       WinFuncPtr: 0xc000470b
       BytesPerScanline: 3072
       XResolution: 1024
       YResolution: 768
       XCharSize: 8
       YCharSize: 16
       NumberOfPlanes: 1
       BitsPerPixel: 24
       NumberOfBanks: 1
       MemoryModel: 6
       BankSize: 0
       NumberOfImages: 0
       RedMaskSize: 8
       RedFieldPosition: 16
       GreenMaskSize: 8
       GreenFieldPosition: 8
       BlueMaskSize: 8
       BlueFieldPosition: 0
       RsvdMaskSize: 0
       RsvdFieldPosition: 0
       DirectColorModeInfo: 0
       PhysBasePtr: 0xfa000000
Mode: 107 (1280x1024)
       ModeAttributes: 0xbb
       WinAAttributes: 0x5
       WinBAttributes: 0x3
       WinGranularity: 64
       WinSize: 64
       WinASegment: 0xa000
       WinBSegment: 0xa000
       WinFuncPtr: 0xc000470b
       BytesPerScanline: 1280
       XResolution: 1280
       YResolution: 1024
       XCharSize: 8
       YCharSize: 16
       NumberOfPlanes: 1
       BitsPerPixel: 8
       NumberOfBanks: 1
       MemoryModel: 4
       BankSize: 0
       NumberOfImages: 2
       RedMaskSize: 0
       RedFieldPosition: 0
       GreenMaskSize: 0
       GreenFieldPosition: 0
       BlueMaskSize: 0
       BlueFieldPosition: 0
       RsvdMaskSize: 0
       RsvdFieldPosition: 0
       DirectColorModeInfo: 0
       PhysBasePtr: 0xfa000000
Mode: 119 (1280x1024)
       ModeAttributes: 0xbb
       WinAAttributes: 0x5
       WinBAttributes: 0x3
       WinGranularity: 64
       WinSize: 64
       WinASegment: 0xa000
       WinBSegment: 0xa000
       WinFuncPtr: 0xc000470b
       BytesPerScanline: 2560
       XResolution: 1280
       YResolution: 1024
       XCharSize: 8
       YCharSize: 16
       NumberOfPlanes: 1
       BitsPerPixel: 15
       NumberOfBanks: 1
       MemoryModel: 6
       BankSize: 0
       NumberOfImages: 0
       RedMaskSize: 5
       RedFieldPosition: 10
       GreenMaskSize: 5
       GreenFieldPosition: 5
       BlueMaskSize: 5
       BlueFieldPosition: 0
       RsvdMaskSize: 0
       RsvdFieldPosition: 0
       DirectColorModeInfo: 0
       PhysBasePtr: 0xfa000000
Mode: 11a (1280x1024)
       ModeAttributes: 0xbb
       WinAAttributes: 0x5
       WinBAttributes: 0x3
       WinGranularity: 64
       WinSize: 64
       WinASegment: 0xa000
       WinBSegment: 0xa000
       WinFuncPtr: 0xc000470b
       BytesPerScanline: 2560
       XResolution: 1280
       YResolution: 1024
       XCharSize: 8
       YCharSize: 16
       NumberOfPlanes: 1
       BitsPerPixel: 16
       NumberOfBanks: 1
       MemoryModel: 6
       BankSize: 0
       NumberOfImages: 0
       RedMaskSize: 5
       RedFieldPosition: 11
       GreenMaskSize: 6
       GreenFieldPosition: 5
       BlueMaskSize: 5
       BlueFieldPosition: 0
       RsvdMaskSize: 0
       RsvdFieldPosition: 0
       DirectColorModeInfo: 0
       PhysBasePtr: 0xfa000000
Mode: 11b (1280x1024)
       ModeAttributes: 0xbb
       WinAAttributes: 0x5
       WinBAttributes: 0x3
       WinGranularity: 64
       WinSize: 64
       WinASegment: 0xa000
       WinBSegment: 0xa000
       WinFuncPtr: 0xc000470b
       BytesPerScanline: 3840
       XResolution: 1280
       YResolution: 1024
       XCharSize: 8
       YCharSize: 16
       NumberOfPlanes: 1
       BitsPerPixel: 24
       NumberOfBanks: 1
       MemoryModel: 6
       BankSize: 0
       NumberOfImages: 0
       RedMaskSize: 8
       RedFieldPosition: 16
       GreenMaskSize: 8
       GreenFieldPosition: 8
       BlueMaskSize: 8
       BlueFieldPosition: 0
       RsvdMaskSize: 0
       RsvdFieldPosition: 0
       DirectColorModeInfo: 0
       PhysBasePtr: 0xfa000000
Mode: 302 (1024x768)
       ModeAttributes: 0x1a
       WinAAttributes: 0x5
       WinBAttributes: 0x3
       WinGranularity: 64
       WinSize: 64
       WinASegment: 0xa000
       WinBSegment: 0xa000
       WinFuncPtr: 0x470b
       BytesPerScanline: 128
       XResolution: 1024
       YResolution: 768
       XCharSize: 8
       YCharSize: 16
       NumberOfPlanes: 4
       BitsPerPixel: 4
       NumberOfBanks: 1
       MemoryModel: 3
       BankSize: 0
       NumberOfImages: 0
       RedMaskSize: 0
       RedFieldPosition: 0
       GreenMaskSize: 0
       GreenFieldPosition: 0
       BlueMaskSize: 0
       BlueFieldPosition: 0
       RsvdMaskSize: 0
       RsvdFieldPosition: 0
       DirectColorModeInfo: 0
       PhysBasePtr: 0x0
Mode: 303 (1024x768)
       ModeAttributes: 0x1a
       WinAAttributes: 0x5
       WinBAttributes: 0x3
       WinGranularity: 64
       WinSize: 64
       WinASegment: 0xa000
       WinBSegment: 0xa000
       WinFuncPtr: 0x470b
       BytesPerScanline: 128
       XResolution: 1024
       YResolution: 768
       XCharSize: 8
       YCharSize: 16
       NumberOfPlanes: 4
       BitsPerPixel: 4
       NumberOfBanks: 1
       MemoryModel: 3
       BankSize: 0
       NumberOfImages: 0
       RedMaskSize: 0
       RedFieldPosition: 0
       GreenMaskSize: 0
       GreenFieldPosition: 0
       BlueMaskSize: 0
       BlueFieldPosition: 0
       RsvdMaskSize: 0
       RsvdFieldPosition: 0
       DirectColorModeInfo: 0
       PhysBasePtr: 0x0
Mode: 304 (1024x768)
       ModeAttributes: 0x1a
       WinAAttributes: 0x5
       WinBAttributes: 0x3
       WinGranularity: 64
       WinSize: 64
       WinASegment: 0xa000
       WinBSegment: 0xa000
       WinFuncPtr: 0x470b
       BytesPerScanline: 128
       XResolution: 1024
       YResolution: 768
       XCharSize: 8
       YCharSize: 16
       NumberOfPlanes: 4
       BitsPerPixel: 4
       NumberOfBanks: 1
       MemoryModel: 3
       BankSize: 0
       NumberOfImages: 0
       RedMaskSize: 0
       RedFieldPosition: 0
       GreenMaskSize: 0
       GreenFieldPosition: 0
       BlueMaskSize: 0
       BlueFieldPosition: 0
       RsvdMaskSize: 0
       RsvdFieldPosition: 0
       DirectColorModeInfo: 0
       PhysBasePtr: 0x0
Mode: 202 (320x200)
       ModeAttributes: 0xbb
       WinAAttributes: 0x5
       WinBAttributes: 0x3
       WinGranularity: 64
       WinSize: 64
       WinASegment: 0xa000
       WinBSegment: 0xa000
       WinFuncPtr: 0xc000470b
       BytesPerScanline: 320
       XResolution: 320
       YResolution: 200
       XCharSize: 8
       YCharSize: 8
       NumberOfPlanes: 1
       BitsPerPixel: 8
       NumberOfBanks: 1
       MemoryModel: 4
       BankSize: 0
       NumberOfImages: 63
       RedMaskSize: 0
       RedFieldPosition: 0
       GreenMaskSize: 0
       GreenFieldPosition: 0
       BlueMaskSize: 0
       BlueFieldPosition: 0
       RsvdMaskSize: 0
       RsvdFieldPosition: 0
       DirectColorModeInfo: 0
       PhysBasePtr: 0xfa000000
Mode: 10d (320x200)
       ModeAttributes: 0xbb
       WinAAttributes: 0x5
       WinBAttributes: 0x3
       WinGranularity: 64
       WinSize: 64
       WinASegment: 0xa000
       WinBSegment: 0xa000
       WinFuncPtr: 0xc000470b
       BytesPerScanline: 640
       XResolution: 320
       YResolution: 200
       XCharSize: 8
       YCharSize: 8
       NumberOfPlanes: 1
       BitsPerPixel: 15
       NumberOfBanks: 1
       MemoryModel: 6
       BankSize: 0
       NumberOfImages: 31
       RedMaskSize: 5
       RedFieldPosition: 10
       GreenMaskSize: 5
       GreenFieldPosition: 5
       BlueMaskSize: 5
       BlueFieldPosition: 0
       RsvdMaskSize: 0
       RsvdFieldPosition: 0
       DirectColorModeInfo: 0
       PhysBasePtr: 0xfa000000
Mode: 10e (320x200)
       ModeAttributes: 0xbb
       WinAAttributes: 0x5
       WinBAttributes: 0x3
       WinGranularity: 64
       WinSize: 64
       WinASegment: 0xa000
       WinBSegment: 0xa000
       WinFuncPtr: 0xc000470b
       BytesPerScanline: 640
       XResolution: 320
       YResolution: 200
       XCharSize: 8
       YCharSize: 8
       NumberOfPlanes: 1
       BitsPerPixel: 16
       NumberOfBanks: 1
       MemoryModel: 6
       BankSize: 0
       NumberOfImages: 31
       RedMaskSize: 5
       RedFieldPosition: 11
       GreenMaskSize: 6
       GreenFieldPosition: 5
       BlueMaskSize: 5
       BlueFieldPosition: 0
       RsvdMaskSize: 0
       RsvdFieldPosition: 0
       DirectColorModeInfo: 0
       PhysBasePtr: 0xfa000000
Mode: 10f (320x200)
       ModeAttributes: 0xbb
       WinAAttributes: 0x5
       WinBAttributes: 0x3
       WinGranularity: 64
       WinSize: 64
       WinASegment: 0xa000
       WinBSegment: 0xa000
       WinFuncPtr: 0xc000470b
       BytesPerScanline: 960
       XResolution: 320
       YResolution: 200
       XCharSize: 8
       YCharSize: 8
       NumberOfPlanes: 1
       BitsPerPixel: 24
       NumberOfBanks: 1
       MemoryModel: 6
       BankSize: 0
       NumberOfImages: 20
       RedMaskSize: 8
       RedFieldPosition: 16
       GreenMaskSize: 8
       GreenFieldPosition: 8
       BlueMaskSize: 8
       BlueFieldPosition: 0
       RsvdMaskSize: 0
       RsvdFieldPosition: 0
       DirectColorModeInfo: 0
       PhysBasePtr: 0xfa000000
Mode: 212 (320x240)
       ModeAttributes: 0xbb
       WinAAttributes: 0x5
       WinBAttributes: 0x3
       WinGranularity: 64
       WinSize: 64
       WinASegment: 0xa000
       WinBSegment: 0xa000
       WinFuncPtr: 0xc000470b
       BytesPerScanline: 320
       XResolution: 320
       YResolution: 240
       XCharSize: 8
       YCharSize: 8
       NumberOfPlanes: 1
       BitsPerPixel: 8
       NumberOfBanks: 1
       MemoryModel: 4
       BankSize: 0
       NumberOfImages: 31
       RedMaskSize: 0
       RedFieldPosition: 0
       GreenMaskSize: 0
       GreenFieldPosition: 0
       BlueMaskSize: 0
       BlueFieldPosition: 0
       RsvdMaskSize: 0
       RsvdFieldPosition: 0
       DirectColorModeInfo: 0
       PhysBasePtr: 0xfa000000
Mode: 213 (320x240)
       ModeAttributes: 0xbb
       WinAAttributes: 0x5
       WinBAttributes: 0x3
       WinGranularity: 64
       WinSize: 64
       WinASegment: 0xa000
       WinBSegment: 0xa000
       WinFuncPtr: 0xc000470b
       BytesPerScanline: 640
       XResolution: 320
       YResolution: 240
       XCharSize: 8
       YCharSize: 8
       NumberOfPlanes: 1
       BitsPerPixel: 15
       NumberOfBanks: 1
       MemoryModel: 6
       BankSize: 0
       NumberOfImages: 20
       RedMaskSize: 5
       RedFieldPosition: 10
       GreenMaskSize: 5
       GreenFieldPosition: 5
       BlueMaskSize: 5
       BlueFieldPosition: 0
       RsvdMaskSize: 0
       RsvdFieldPosition: 0
       DirectColorModeInfo: 0
       PhysBasePtr: 0xfa000000
Mode: 214 (320x240)
       ModeAttributes: 0xbb
       WinAAttributes: 0x5
       WinBAttributes: 0x3
       WinGranularity: 64
       WinSize: 64
       WinASegment: 0xa000
       WinBSegment: 0xa000
       WinFuncPtr: 0xc000470b
       BytesPerScanline: 640
       XResolution: 320
       YResolution: 240
       XCharSize: 8
       YCharSize: 8
       NumberOfPlanes: 1
       BitsPerPixel: 16
       NumberOfBanks: 1
       MemoryModel: 6
       BankSize: 0
       NumberOfImages: 20
       RedMaskSize: 5
       RedFieldPosition: 11
       GreenMaskSize: 6
       GreenFieldPosition: 5
       BlueMaskSize: 5
       BlueFieldPosition: 0
       RsvdMaskSize: 0
       RsvdFieldPosition: 0
       DirectColorModeInfo: 0
       PhysBasePtr: 0xfa000000
Mode: 215 (320x240)
       ModeAttributes: 0xbb
       WinAAttributes: 0x5
       WinBAttributes: 0x3
       WinGranularity: 64
       WinSize: 64
       WinASegment: 0xa000
       WinBSegment: 0xa000
       WinFuncPtr: 0xc000470b
       BytesPerScanline: 960
       XResolution: 320
       YResolution: 240
       XCharSize: 8
       YCharSize: 8
       NumberOfPlanes: 1
       BitsPerPixel: 24
       NumberOfBanks: 1
       MemoryModel: 6
       BankSize: 0
       NumberOfImages: 15
       RedMaskSize: 8
       RedFieldPosition: 16
       GreenMaskSize: 8
       GreenFieldPosition: 8
       BlueMaskSize: 8
       BlueFieldPosition: 0
       RsvdMaskSize: 0
       RsvdFieldPosition: 0
       DirectColorModeInfo: 0
       PhysBasePtr: 0xfa000000
Mode: 222 (512x384)
       ModeAttributes: 0xbb
       WinAAttributes: 0x5
       WinBAttributes: 0x3
       WinGranularity: 64
       WinSize: 64
       WinASegment: 0xa000
       WinBSegment: 0xa000
       WinFuncPtr: 0xc000470b
       BytesPerScanline: 512
       XResolution: 512
       YResolution: 384
       XCharSize: 8
       YCharSize: 16
       NumberOfPlanes: 1
       BitsPerPixel: 8
       NumberOfBanks: 1
       MemoryModel: 4
       BankSize: 0
       NumberOfImages: 20
       RedMaskSize: 0
       RedFieldPosition: 0
       GreenMaskSize: 0
       GreenFieldPosition: 0
       BlueMaskSize: 0
       BlueFieldPosition: 0
       RsvdMaskSize: 0
       RsvdFieldPosition: 0
       DirectColorModeInfo: 0
       PhysBasePtr: 0xfa000000
Mode: 223 (512x384)
       ModeAttributes: 0xbb
       WinAAttributes: 0x5
       WinBAttributes: 0x3
       WinGranularity: 64
       WinSize: 64
       WinASegment: 0xa000
       WinBSegment: 0xa000
       WinFuncPtr: 0xc000470b
       BytesPerScanline: 1024
       XResolution: 512
       YResolution: 384
       XCharSize: 8
       YCharSize: 16
       NumberOfPlanes: 1
       BitsPerPixel: 15
       NumberOfBanks: 1
       MemoryModel: 6
       BankSize: 0
       NumberOfImages: 9
       RedMaskSize: 5
       RedFieldPosition: 10
       GreenMaskSize: 5
       GreenFieldPosition: 5
       BlueMaskSize: 5
       BlueFieldPosition: 0
       RsvdMaskSize: 0
       RsvdFieldPosition: 0
       DirectColorModeInfo: 0
       PhysBasePtr: 0xfa000000
Mode: 224 (512x384)
       ModeAttributes: 0xbb
       WinAAttributes: 0x5
       WinBAttributes: 0x3
       WinGranularity: 64
       WinSize: 64
       WinASegment: 0xa000
       WinBSegment: 0xa000
       WinFuncPtr: 0xc000470b
       BytesPerScanline: 1024
       XResolution: 512
       YResolution: 384
       XCharSize: 8
       YCharSize: 16
       NumberOfPlanes: 1
       BitsPerPixel: 16
       NumberOfBanks: 1
       MemoryModel: 6
       BankSize: 0
       NumberOfImages: 9
       RedMaskSize: 5
       RedFieldPosition: 11
       GreenMaskSize: 6
       GreenFieldPosition: 5
       BlueMaskSize: 5
       BlueFieldPosition: 0
       RsvdMaskSize: 0
       RsvdFieldPosition: 0
       DirectColorModeInfo: 0
       PhysBasePtr: 0xfa000000
Mode: 225 (512x384)
       ModeAttributes: 0xbb
       WinAAttributes: 0x5
       WinBAttributes: 0x3
       WinGranularity: 64
       WinSize: 64
       WinASegment: 0xa000
       WinBSegment: 0xa000
       WinFuncPtr: 0xc000470b
       BytesPerScanline: 1536
       XResolution: 512
       YResolution: 384
       XCharSize: 8
       YCharSize: 16
       NumberOfPlanes: 1
       BitsPerPixel: 24
       NumberOfBanks: 1
       MemoryModel: 6
       BankSize: 0
       NumberOfImages: 6
       RedMaskSize: 8
       RedFieldPosition: 16
       GreenMaskSize: 8
       GreenFieldPosition: 8
       BlueMaskSize: 8
       BlueFieldPosition: 0
       RsvdMaskSize: 0
       RsvdFieldPosition: 0
       DirectColorModeInfo: 0
       PhysBasePtr: 0xfa000000
Mode: 232 (400x300)
       ModeAttributes: 0xbb
       WinAAttributes: 0x5
       WinBAttributes: 0x3
       WinGranularity: 64
       WinSize: 64
       WinASegment: 0xa000
       WinBSegment: 0xa000
       WinFuncPtr: 0xc000470b
       BytesPerScanline: 400
       XResolution: 400
       YResolution: 300
       XCharSize: 8
       YCharSize: 16
       NumberOfPlanes: 1
       BitsPerPixel: 8
       NumberOfBanks: 1
       MemoryModel: 4
       BankSize: 0
       NumberOfImages: 31
       RedMaskSize: 0
       RedFieldPosition: 0
       GreenMaskSize: 0
       GreenFieldPosition: 0
       BlueMaskSize: 0
       BlueFieldPosition: 0
       RsvdMaskSize: 0
       RsvdFieldPosition: 0
       DirectColorModeInfo: 0
       PhysBasePtr: 0xfa000000
Mode: 233 (400x300)
       ModeAttributes: 0xbb
       WinAAttributes: 0x5
       WinBAttributes: 0x3
       WinGranularity: 64
       WinSize: 64
       WinASegment: 0xa000
       WinBSegment: 0xa000
       WinFuncPtr: 0xc000470b
       BytesPerScanline: 800
       XResolution: 400
       YResolution: 300
       XCharSize: 8
       YCharSize: 16
       NumberOfPlanes: 1
       BitsPerPixel: 15
       NumberOfBanks: 1
       MemoryModel: 6
       BankSize: 0
       NumberOfImages: 15
       RedMaskSize: 5
       RedFieldPosition: 10
       GreenMaskSize: 5
       GreenFieldPosition: 5
       BlueMaskSize: 5
       BlueFieldPosition: 0
       RsvdMaskSize: 0
       RsvdFieldPosition: 0
       DirectColorModeInfo: 0
       PhysBasePtr: 0xfa000000
Mode: 234 (400x300)
       ModeAttributes: 0xbb
       WinAAttributes: 0x5
       WinBAttributes: 0x3
       WinGranularity: 64
       WinSize: 64
       WinASegment: 0xa000
       WinBSegment: 0xa000
       WinFuncPtr: 0xc000470b
       BytesPerScanline: 800
       XResolution: 400
       YResolution: 300
       XCharSize: 8
       YCharSize: 16
       NumberOfPlanes: 1
       BitsPerPixel: 16
       NumberOfBanks: 1
       MemoryModel: 6
       BankSize: 0
       NumberOfImages: 15
       RedMaskSize: 5
       RedFieldPosition: 11
       GreenMaskSize: 6
       GreenFieldPosition: 5
       BlueMaskSize: 5
       BlueFieldPosition: 0
       RsvdMaskSize: 0
       RsvdFieldPosition: 0
       DirectColorModeInfo: 0
       PhysBasePtr: 0xfa000000
Mode: 235 (400x300)
       ModeAttributes: 0xbb
       WinAAttributes: 0x5
       WinBAttributes: 0x3
       WinGranularity: 64
       WinSize: 64
       WinASegment: 0xa000
       WinBSegment: 0xa000
       WinFuncPtr: 0xc000470b
       BytesPerScanline: 1200
       XResolution: 400
       YResolution: 300
       XCharSize: 8
       YCharSize: 16
       NumberOfPlanes: 1
       BitsPerPixel: 24
       NumberOfBanks: 1
       MemoryModel: 6
       BankSize: 0
       NumberOfImages: 9
       RedMaskSize: 8
       RedFieldPosition: 16
       GreenMaskSize: 8
       GreenFieldPosition: 8
       BlueMaskSize: 8
       BlueFieldPosition: 0
       RsvdMaskSize: 0
       RsvdFieldPosition: 0
       DirectColorModeInfo: 0
       PhysBasePtr: 0xfa000000
Mode: 242 (640x350)
       ModeAttributes: 0xbb
       WinAAttributes: 0x5
       WinBAttributes: 0x3
       WinGranularity: 64
       WinSize: 64
       WinASegment: 0xa000
       WinBSegment: 0xa000
       WinFuncPtr: 0xc000470b
       BytesPerScanline: 640
       XResolution: 640
       YResolution: 350
       XCharSize: 8
       YCharSize: 14
       NumberOfPlanes: 1
       BitsPerPixel: 8
       NumberOfBanks: 1
       MemoryModel: 4
       BankSize: 0
       NumberOfImages: 15
       RedMaskSize: 0
       RedFieldPosition: 0
       GreenMaskSize: 0
       GreenFieldPosition: 0
       BlueMaskSize: 0
       BlueFieldPosition: 0
       RsvdMaskSize: 0
       RsvdFieldPosition: 0
       DirectColorModeInfo: 0
       PhysBasePtr: 0xfa000000
Mode: 243 (640x350)
       ModeAttributes: 0xbb
       WinAAttributes: 0x5
       WinBAttributes: 0x3
       WinGranularity: 64
       WinSize: 64
       WinASegment: 0xa000
       WinBSegment: 0xa000
       WinFuncPtr: 0xc000470b
       BytesPerScanline: 1280
       XResolution: 640
       YResolution: 350
       XCharSize: 8
       YCharSize: 14
       NumberOfPlanes: 1
       BitsPerPixel: 15
       NumberOfBanks: 1
       MemoryModel: 6
       BankSize: 0
       NumberOfImages: 8
       RedMaskSize: 5
       RedFieldPosition: 10
       GreenMaskSize: 5
       GreenFieldPosition: 5
       BlueMaskSize: 5
       BlueFieldPosition: 0
       RsvdMaskSize: 0
       RsvdFieldPosition: 0
       DirectColorModeInfo: 0
       PhysBasePtr: 0xfa000000
Mode: 244 (640x350)
       ModeAttributes: 0xbb
       WinAAttributes: 0x5
       WinBAttributes: 0x3
       WinGranularity: 64
       WinSize: 64
       WinASegment: 0xa000
       WinBSegment: 0xa000
       WinFuncPtr: 0xc000470b
       BytesPerScanline: 1280
       XResolution: 640
       YResolution: 350
       XCharSize: 8
       YCharSize: 14
       NumberOfPlanes: 1
       BitsPerPixel: 16
       NumberOfBanks: 1
       MemoryModel: 6
       BankSize: 0
       NumberOfImages: 8
       RedMaskSize: 5
       RedFieldPosition: 11
       GreenMaskSize: 6
       GreenFieldPosition: 5
       BlueMaskSize: 5
       BlueFieldPosition: 0
       RsvdMaskSize: 0
       RsvdFieldPosition: 0
       DirectColorModeInfo: 0
       PhysBasePtr: 0xfa000000
Mode: 245 (640x350)
       ModeAttributes: 0xbb
       WinAAttributes: 0x5
       WinBAttributes: 0x3
       WinGranularity: 64
       WinSize: 64
       WinASegment: 0xa000
       WinBSegment: 0xa000
       WinFuncPtr: 0xc000470b
       BytesPerScanline: 1920
       XResolution: 640
       YResolution: 350
       XCharSize: 8
       YCharSize: 14
       NumberOfPlanes: 1
       BitsPerPixel: 24
       NumberOfBanks: 1
       MemoryModel: 6
       BankSize: 0
       NumberOfImages: 4
       RedMaskSize: 8
       RedFieldPosition: 16
       GreenMaskSize: 8
       GreenFieldPosition: 8
       BlueMaskSize: 8
       BlueFieldPosition: 0
       RsvdMaskSize: 0
       RsvdFieldPosition: 0
       DirectColorModeInfo: 0
       PhysBasePtr: 0xfa000000

Total Memory: 64 64Kb banks (4M)
(--) VESA(0): Virtual size is 640x480 (pitch 640)
(**) VESA(0): Default mode "640x480"
(**) VESA(0): Using "Shadow Framebuffer"
(II) Loading sub module "shadow"
(II) LoadModule: "shadow"
(II) Loading /usr/X11R6/lib/modules/libshadow.a
(II) Module shadow: vendor="The XFree86 Project"
       compiled for 4.2.0, module version = 1.0.0
       ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
       compiled for 4.2.0, module version = 1.0.0
       ABI class: XFree86 ANSI C Emulation, version 0.1
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
       [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
       [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
       [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
       [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
       [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
       [5] -1  0xf9004000 - 0xf9004fff (0x1000) MX[B]
       [6] -1  0xf9003400 - 0xf90035ff (0x200) MX[B]
       [7] -1  0xf9003800 - 0xf9003bff (0x400) MX[B]
       [8] -1  0xf9200000 - 0xf927ffff (0x80000) MX[B]
       [9] -1  0xf9003c00 - 0xf9003c7f (0x80) MX[B]
       [10] -1 0xf9002800 - 0xf90029ff (0x200) MX[B]
       [11] -1 0xf9002c00 - 0xf9002fff (0x400) MX[B]
       [12] -1 0xf9080000 - 0xf90fffff (0x80000) MX[B]
       [13] -1 0xf9003000 - 0xf900307f (0x80) MX[B]
       [14] -1 0xf9020000 - 0xf903ffff (0x20000) MX[B]
       [15] -1 0xf9002000 - 0xf90023ff (0x400) MX[B]
       [16] -1 0xf9002400 - 0xf90024ff (0x100) MX[B]
       [17] -1 0xf9100000 - 0xf91fffff (0x100000) MX[B]
       [18] -1 0xf9001000 - 0xf9001fff (0x1000) MX[B]
       [19] -1 0xf9000000 - 0xf9000fff (0x1000) MX[B](B)
       [20] -1 0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
       [21] 0  0x000a0000 - 0x000affff (0x10000) MS[B]
       [22] 0  0x000b0000 - 0x000b7fff (0x8000) MS[B]
       [23] 0  0x000b8000 - 0x000bffff (0x8000) MS[B]
       [24] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
       [25] -1 0x00000000 - 0x000000ff (0x100) IX[B]
       [26] -1 0x00001c50 - 0x00001c57 (0x8) IX[B]
       [27] -1 0x00001c58 - 0x00001c5f (0x8) IX[B]
       [28] -1 0x00001c60 - 0x00001c67 (0x8) IX[B]
       [29] -1 0x00001c68 - 0x00001c6f (0x8) IX[B]
       [30] -1 0x00001c40 - 0x00001c4f (0x10) IX[B]
       [31] -1 0x00000374 - 0x00000374 (0x1) IX[B]
       [32] -1 0x00000170 - 0x00000177 (0x8) IX[B]
       [33] -1 0x00001880 - 0x000018ff (0x80) IX[B]
       [34] -1 0x00001800 - 0x0000187f (0x80) IX[B]
       [35] -1 0x00001400 - 0x000014ff (0x100) IX[B]
       [36] -1 0x00001c00 - 0x00001c3f (0x40) IX[B]
       [37] -1 0x00001000 - 0x000010ff (0x100) IX[B](B)
       [38] 0  0x000003b0 - 0x000003bb (0xc) IS[B]
       [39] 0  0x000003c0 - 0x000003df (0x20) IS[B]
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) VESA(0): initializing int10
(II) VESA(0): Primary V_BIOS segment is: 0xc000
(II) VESA(0): VESA BIOS detected
(II) VESA(0): VESA VBE Version 2.0
(II) VESA(0): VESA VBE Total Mem: 4096 kB
(II) VESA(0): VESA VBE OEM: ATI MACH64
(II) VESA(0): VESA VBE OEM Software Rev: 1.0
(II) VESA(0): VESA VBE OEM Vendor: ATI Technologies Inc.
(II) VESA(0): VESA VBE OEM Product: MACH64GT
(II) VESA(0): VESA VBE OEM Product Rev: 01.00
(WW) VESA(0): Failed to set up write-combining range (0xfa000000,0x400000)
virtual address = 0x40256000  -  physical address = 0xfa000000  -  size =
4194304
(==) VESA(0): Default visual is PseudoColor
(==) VESA(0): Backing store disabled
(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
(**) Option "Protocol" "PS/2"
(**) Mouse1: Protocol: "PS/2"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/psaux"
(**) Option "Emulate3Buttons"
(**) Option "Emulate3Timeout" "50"
(**) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(==) Mouse1: Buttons: 3
(**) Option "Device" "/dev/touchscreen"
(**) Option "BaudRate" "2400"
(**) Option "StopBits" "1"
(**) Option "DataBits" "8"
(**) Option "Parity" "None"
(**) Option "Vmin" "3"
(**) Option "Vtime" "1"
(**) Option "FlowControl" "None"
(**) Option "MinX" "980"
(**) Option "MaxX" "40"
(**) Option "MinY" "45"
(**) Option "MaxY" "980"
(**) Option "SwapXY" "0"
(**) Option "SendCoreEvents"
(**) Dynapro: always reports core events
(II) Keyboard "Keyboard1" handled by legacy driver
(II) XINPUT: Adding extended input device "Dynapro" (type: TOUCHSCREEN)
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
-------------------------------------------------------------------------



_______________________________________________
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