Perhaps a complete log and configuration file will help. They are attached. thanks, hank On Tue, 2003-12-16 at 22:00, Hank Barta wrote: > I cannot seem to get flicker free refresh on my system running > Fedora Core 1 and Xfree86 4.3.0. (this did work with an > older Debian install that used (?) 3.3 > > Hardware is a #9 Motion 771 (S3 968) video card and Hitachi > CM-2112M 21" monitor (both identified correctly when X is > configured.) > > I believe the problem is that X identifies this as a 170 MHz > RAMDAC. The corresponding section from the log is: > > (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.0, module version = 0.1.0 > ABI class: XFree86 Video Driver, version 0.6 > (--) s3(0): Attached RAMDAC is IBM 524 > (--) s3(0): MCLK 60.000 MHz > (--) s3(0): RefClock: 16000 > (--) s3(0): Max pixel clock at this depth is 170 Mhz > (II) s3(0): Monitor0: Using hsync range of 31.00-107.00 kHz > (II) s3(0): Monitor0: Using vrefresh range of 50.00-160.00 Hz > (II) s3(0): Clock range: 16.00 to 170.00 MHz > > I have added the 'DacSpeed' option to the "Device" section in > XF86Config: > > Section "Device" > Identifier "Videocard0" > Driver "s3" > VendorName "Videocard vendor" > BoardName "S3 968 (generic)" > DacSpeed 220 > EndSection > > This seems to be ignored. I can find no evidence in the log that > X recognizes this option. > > I have tried adding the Modeline from my old XF86Config but that > just causes X to ignore that resolution and use the next > available resolution. > > I produced a modeline at > http://xtiming.sourceforge.net/cgi-bin/xtiming.pl: > > Modeline "1600x1200@68" 211.65 1600 1632 2432 2464 1200 1224 1237 1261 > > and the result when I restart X (from the log) is: > > (--) s3(0): RefClock: 16000 > (--) s3(0): Max pixel clock at this depth is 170 Mhz > (II) s3(0): Monitor0: Using hsync range of 31.00-107.00 kHz > (II) s3(0): Monitor0: Using vrefresh range of 50.00-160.00 Hz > (II) s3(0): Clock range: 16.00 to 170.00 MHz > (II) s3(0): Not using mode "1600x1200@68" (bad mode > clock/interlace/doublescan) > > > Any help getting X to drive this monitor at better than 60 Hz > would be most welcome. > > thanks, > hank >
# XFree86 4 configuration created by redhat-config-xfree86 Section "ServerLayout" Identifier "single head configuration" 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 "glx" Load "record" Load "freetype" Load "type1" Load "dri" 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" "MouseSystems" Option "Device" "/dev/ttyS0" 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 "Hitachi CM-2112M" DisplaySize 400 300 HorizSync 31.0 - 107.0 VertRefresh 50.0 - 160.0 Option "dpms" # Modeline "1600x1200" 188.58 1600 1680 1744 2120 1200 1206 1209 1236 Modeline "1600x1200@68" 211.65 1600 1632 2432 2464 1200 1224 1237 1261 EndSection Section "Device" Identifier "Videocard0" Driver "s3" VendorName "Videocard vendor" BoardName "S3 968 (generic)" DacSpeed 220 EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 16 SubSection "Display" Depth 16 Modes "1600x1200@68" "1600x1200" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "DRI" Group 0 Mode 0666 EndSection
XFree86 Version 4.3.0 (Fedora Core 1: 4.3.0-42) Release Date: 15 August 2003 X Protocol Version 11, Revision 0, Release 6.6 Build Operating System: Linux 2.4.21-2.ELsmp i686 [ELF] Build Date: 24 October 2003 Build Host: porky.devel.redhat.com Before reporting any problems, please make sure you are using the most recent XFree86 packages available from Red Hat by checking for updates at http://rhn.redhat.com/errata or by using the Red Hat Network up2date tool. If you still encounter problems, please file bug reports in the XFree86.org bugzilla at http://bugs.xfree86.org and/or Red Hat bugzilla at http://bugzilla.redhat.com Module Loader present OS Kernel: Linux version 2.4.22-1.2115.nptl (bhcompile@xxxxxxxxxxxxxxxxxxxxx) (gcc version 3.2.3 20030422 (Red Hat Linux 3.2.3-6)) #1 Wed Oct 29 15:31:21 EST 2003 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:06:56 2003 (==) Using config file: "/etc/X11/XF86Config" (==) ServerLayout "single head configuration" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Videocard0" (**) |-->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" (++) using VT number 7 (II) Open APM successful (II) Module ABI versions: XFree86 ANSI C Emulation: 0.2 XFree86 Video Driver: 0.6 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.0, 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.0, module version = 1.0.0 ABI class: XFree86 Video Driver, version 0.6 (II) PCI: Probing config type using method 1 (II) PCI: Config type is 1 (II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 1106,0305 card 0000,0000 rev 02 class 06,00,00 hdr 00 (II) PCI: 00:01:0: chip 1106,8305 card 0000,0000 rev 00 class 06,04,00 hdr 01 (II) PCI: 00:07:0: chip 1106,0686 card 1106,0000 rev 22 class 06,01,00 hdr 80 (II) PCI: 00:07:1: chip 1106,0571 card 0000,0000 rev 10 class 01,01,8a hdr 00 (II) PCI: 00:07:4: chip 1106,3057 card 0000,0000 rev 30 class 06,00,00 hdr 00 (II) PCI: 00:09:0: chip 104c,ac19 card 4400,0000 rev 00 class 06,07,00 hdr 82 (II) PCI: 00:09:1: chip 104c,ac19 card 4c00,0000 rev 00 class 06,07,00 hdr 82 (II) PCI: 00:0b:0: chip 1317,0985 card 1317,0574 rev 11 class 02,00,00 hdr 00 (II) PCI: 00:0d:0: chip 9004,8178 card 0000,0000 rev 00 class 01,00,00 hdr 00 (II) PCI: 00:0f:0: chip 1102,0002 card 1102,8027 rev 08 class 04,01,00 hdr 80 (II) PCI: 00:0f:1: chip 1102,7002 card 1102,0020 rev 08 class 09,80,00 hdr 80 (II) PCI: 00:11:0: chip 5333,88f0 card 0000,0000 rev 00 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,6), 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: 0x0004 (VGA_EN is cleared) (II) PCI-to-ISA bridge: (II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set) (II) Host-to-PCI bridge: (II) Bus -1: bridge is at (0:7:4), (-1,-1,6), BCTRL: 0x0008 (VGA_EN is set) (II) Bus -1 I/O range: [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) Bus -1 non-prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) Bus -1 prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) PCI-to-CardBus bridge: (II) Bus 2: bridge is at (0:9:0), (0,2,5), BCTRL: 0x0340 (VGA_EN is cleared) (II) Bus 2 I/O range: [0] -1 0 0x00004400 - 0x000044ff (0x100) IX[B] [1] -1 0 0x00004800 - 0x000048ff (0x100) IX[B] (II) Bus 2 prefetchable memory range: [0] -1 0 0xdd008000 - 0xdd009fff (0x2000) MX[B] [1] -1 0 0x24000000 - 0x243fffff (0x400000) MX[B] (II) PCI-to-CardBus bridge: (II) Bus 6: bridge is at (0:9:1), (0,6,9), BCTRL: 0x0340 (VGA_EN is cleared) (II) Bus 6 I/O range: [0] -1 0 0x00004c00 - 0x00004cff (0x100) IX[B] [1] -1 0 0x00005400 - 0x000054ff (0x100) IX[B] (II) Bus 6 prefetchable memory range: [0] -1 0 0xdd002000 - 0xdd003fff (0x2000) MX[B] [1] -1 0 0x24400000 - 0x247fffff (0x400000) MX[B] (--) PCI:*(0:17:0) S3 Inc. 86c968 [Vision 968 VRAM] rev 0 rev 0, Mem @ 0x20000000/26 (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 0xd3ffffff to 0xcfffffff (II) Active PCI resource ranges: [0] -1 0 0xdd007000 - 0xdd007fff (0x1000) MX[B] [1] -1 0 0xdd005000 - 0xdd0053ff (0x400) MX[B] [2] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O [3] -1 0 0x20000000 - 0x23ffffff (0x4000000) MX[B](B) [4] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B] [5] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B] [6] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B] [7] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B] [8] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B] (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0xdd007000 - 0xdd007fff (0x1000) MX[B] [1] -1 0 0xdd005000 - 0xdd0053ff (0x400) MX[B] [2] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O [3] -1 0 0x20000000 - 0x23ffffff (0x4000000) MX[B](B) [4] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B] [5] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B] [6] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B] [7] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B] [8] -1 0 0x0000d000 - 0x0000d00f (0x10) 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 - 0x1fffffff (0x1ff00000) 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 - 0x1fffffff (0x1ff00000) 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 0xdd007000 - 0xdd007fff (0x1000) MX[B] [6] -1 0 0xdd005000 - 0xdd0053ff (0x400) MX[B] [7] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O [8] -1 0 0x20000000 - 0x23ffffff (0x4000000) MX[B](B) [9] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [10] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [11] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B] [12] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B] [13] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B] [14] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B] [15] -1 0 0x0000d000 - 0x0000d00f (0x10) 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.0, 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.0, 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.0, module version = 0.0.2 ABI class: XFree86 Video Driver, version 0.6 (II) LoadModule: "glx" (II) Loading /usr/X11R6/lib/modules/extensions/libglx.a (II) Module glx: vendor="The XFree86 Project" compiled for 4.3.0, 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.0, 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.0, 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" compiled for 4.3.0, module version = 2.0.2 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.0, 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: "dri" (II) Loading /usr/X11R6/lib/modules/extensions/libdri.a (II) Module dri: vendor="The XFree86 Project" compiled for 4.3.0, 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.0, module version = 1.0.0 ABI class: XFree86 Server Extension, version 0.2 (II) Loading extension XFree86-DRI (II) LoadModule: "s3" (II) Loading /usr/X11R6/lib/modules/drivers/s3_drv.o (II) Module s3: vendor="The XFree86 Project" compiled for 4.3.0, module version = 0.3.5 Module class: XFree86 Video Driver ABI class: XFree86 Video Driver, version 0.6 (II) LoadModule: "mouse" (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o (II) Module mouse: vendor="The XFree86 Project" compiled for 4.3.0, module version = 1.0.0 Module class: XFree86 XInput Driver ABI class: XFree86 XInput driver, version 0.4 (II) S3: driver (version 0.3.5 for S3 chipset: 964-0, 964-1, 968, Trio32/64, Aurora64V+ (II) Primary Device is: PCI 00:11:0 (--) Assigning device section with no busID to primary device (--) Chipset 968 found (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0 0x00100000 - 0x1fffffff (0x1ff00000) 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 0xdd007000 - 0xdd007fff (0x1000) MX[B] [6] -1 0 0xdd005000 - 0xdd0053ff (0x400) MX[B] [7] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O [8] -1 0 0x20000000 - 0x23ffffff (0x4000000) MX[B](B) [9] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [10] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [11] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B] [12] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B] [13] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B] [14] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B] [15] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B] (II) resource ranges after probing: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0 0x00100000 - 0x1fffffff (0x1ff00000) 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 0xdd007000 - 0xdd007fff (0x1000) MX[B] [6] -1 0 0xdd005000 - 0xdd0053ff (0x400) MX[B] [7] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O [8] -1 0 0x20000000 - 0x23ffffff (0x4000000) MX[B](B) [9] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [10] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [11] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [14] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B] [15] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B] [16] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B] [17] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B] [18] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B] [19] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [20] 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.0, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.6 (II) s3(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (**) s3(0): Depth 16, (--) framebuffer bpp 16 (==) s3(0): RGB weight 565 (==) s3(0): Default visual is TrueColor (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Loading /usr/X11R6/lib/modules/linux/libint10.a (II) Module int10: vendor="The XFree86 Project" compiled for 4.3.0, module version = 1.0.0 ABI class: XFree86 Video Driver, version 0.6 (II) s3(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.0, module version = 1.1.0 ABI class: XFree86 Video Driver, version 0.6 (II) s3(0): VESA BIOS detected (II) s3(0): VESA VBE Version 1.2 (II) s3(0): VESA VBE Total Mem: 4096 kB (II) s3(0): VESA VBE OEM: #9 V.T.C. MotionFX 771 (==) s3(0): Using gamma correction (1.0, 1.0, 1.0) (**) s3(0): Chipset: "968" (--) s3(0): Framebuffer @ 0x20000000 (--) s3(0): MMIO @ 0x21000000 (--) s3(0): videoRam = 4096 Kb (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.0, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.6 (--) s3(0): Attached RAMDAC is IBM 524 (--) s3(0): MCLK 60.000 MHz (--) s3(0): RefClock: 16000 (--) s3(0): Max pixel clock at this depth is 170 Mhz (II) s3(0): Monitor0: Using hsync range of 31.00-107.00 kHz (II) s3(0): Monitor0: Using vrefresh range of 50.00-160.00 Hz (II) s3(0): Clock range: 16.00 to 170.00 MHz (II) s3(0): Not using mode "1600x1200@68" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "1792x1344" (insufficient memory for mode) (II) s3(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "1792x1344" (insufficient memory for mode) (II) s3(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "1856x1392" (insufficient memory for mode) (II) s3(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "1856x1392" (insufficient memory for mode) (II) s3(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "1920x1440" (insufficient memory for mode) (II) s3(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "1920x1440" (insufficient memory for mode) (II) s3(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "576x384" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "1400x1050" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "1920x1200" (insufficient memory for mode) (II) s3(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "1920x1440" (insufficient memory for mode) (II) s3(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "2048x1536" (insufficient memory for mode) (II) s3(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "2048x1536" (insufficient memory for mode) (II) s3(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan) (II) s3(0): Not using default mode "2048x1536" (insufficient memory for mode) (II) s3(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan) (II) s3(0): Not using mode "1600x1200@68" (no mode of this name) (--) s3(0): Virtual size is 1600x1200 (pitch 1600) (**) s3(0): *Default mode "1600x1200": 162.0 MHz, 75.0 kHz, 60.0 Hz (II) s3(0): Modeline "1600x1200" 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (**) s3(0): *Default mode "1400x1050": 155.8 MHz, 81.5 kHz, 74.8 Hz (II) s3(0): Modeline "1400x1050" 155.80 1400 1464 1784 1912 1050 1052 1064 1090 +hsync +vsync (**) s3(0): *Default mode "1280x1024": 157.5 MHz, 91.1 kHz, 85.0 Hz (II) s3(0): Modeline "1280x1024" 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync (**) s3(0): *Default mode "1280x960": 148.5 MHz, 85.9 kHz, 85.0 Hz (II) s3(0): Modeline "1280x960" 148.50 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync (**) s3(0): *Default mode "1152x864": 121.5 MHz, 77.5 kHz, 85.1 Hz (II) s3(0): Modeline "1152x864" 121.50 1152 1216 1344 1568 864 865 868 911 +hsync -vsync (**) s3(0): *Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz (II) s3(0): Modeline "1024x768" 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (**) s3(0): *Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz (II) s3(0): Modeline "800x600" 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync (**) s3(0): *Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz (II) s3(0): Modeline "640x480" 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (**) s3(0): Default mode "1400x1050": 151.0 MHz, 77.0 kHz, 70.0 Hz (II) s3(0): Modeline "1400x1050" 151.00 1400 1464 1656 1960 1050 1051 1054 1100 +hsync +vsync (**) s3(0): Default mode "1400x1050": 122.0 MHz, 64.9 kHz, 60.0 Hz (II) s3(0): Modeline "1400x1050" 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (**) s3(0): Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz (II) s3(0): Modeline "1280x1024" 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (**) s3(0): Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz (II) s3(0): Modeline "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (**) s3(0): Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz (II) s3(0): Modeline "1280x960" 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (**) s3(0): Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz (II) s3(0): Modeline "1152x864" 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (**) s3(0): Default mode "1152x768": 65.0 MHz, 44.2 kHz, 54.8 Hz (II) s3(0): Modeline "1152x768" 65.00 1152 1178 1314 1472 768 771 777 806 +hsync +vsync (**) s3(0): Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz (II) s3(0): Modeline "1024x768" 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (**) s3(0): Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz (II) s3(0): Modeline "1024x768" 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (**) s3(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz (II) s3(0): Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (**) s3(0): Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz (II) s3(0): Modeline "832x624" 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (**) s3(0): Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz (II) s3(0): Modeline "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (**) s3(0): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz (II) s3(0): Modeline "800x600" 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (**) s3(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz (II) s3(0): Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (**) s3(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz (II) s3(0): Modeline "800x600" 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (**) s3(0): Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz (II) s3(0): Modeline "640x480" 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (**) s3(0): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz (II) s3(0): Modeline "640x480" 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (**) s3(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz (II) s3(0): Modeline "640x480" 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (**) s3(0): Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz (II) s3(0): Modeline "720x400" 35.50 720 756 828 936 400 401 404 446 -hsync +vsync (**) s3(0): Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz (II) s3(0): Modeline "640x400" 31.50 640 672 736 832 400 401 404 445 -hsync +vsync (**) s3(0): Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz (II) s3(0): Modeline "640x350" 31.50 640 672 736 832 350 382 385 445 +hsync -vsync (**) s3(0): Display dimensions: (400, 300) mm (**) s3(0): DPI set to (101, 101) (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.0, 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.0, module version = 1.1.0 ABI class: XFree86 Video Driver, version 0.6 (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] 0 0 0x20000000 - 0x23ffffff (0x4000000) MS[B] [1] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [2] -1 0 0x00100000 - 0x1fffffff (0x1ff00000) MX[B]E(B) [3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [6] -1 0 0xdd007000 - 0xdd007fff (0x1000) MX[B] [7] -1 0 0xdd005000 - 0xdd0053ff (0x400) MX[B] [8] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O [9] -1 0 0x20000000 - 0x23ffffff (0x4000000) MX[B](B) [10] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD) [11] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD) [12] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD) [13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [14] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [15] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B] [16] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B] [17] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B] [18] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B] [19] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B] [20] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [21] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (==) s3(0): Write-combining range (0x20000000,0x400000) (==) s3(0): Backing store disabled (II) s3(0): Using XFree86 Acceleration Architecture (XAA) Screen to screen bit blits Solid filled rectangles 8x8 color pattern filled rectangles CPU to Screen color expansion Solid Lines (II) s3(0): Acceleration enabled (II) s3(0): Using NewMMIO (II) s3(0): Using HW cursor (**) Option "dpms" (**) s3(0): DPMS enabled (==) 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" "MouseSystems" (**) Mouse0: Protocol: "MouseSystems" (**) Option "CorePointer" (**) Mouse0: Core Pointer (**) Option "Device" "/dev/ttyS0" (**) Option "BaudRate" "1200" (**) Option "StopBits" "2" (**) Option "DataBits" "8" (**) Option "Parity" "None" (**) Option "Vmin" "1" (**) Option "Vtime" "0" (**) Option "FlowControl" "None" (**) Option "Emulate3Buttons" "no" (**) Option "ZAxisMapping" "4 5" (**) Mouse0: ZAxisMapping: buttons 4 and 5 (**) Mouse0: Buttons: 5 (**) Mouse0: BaudRate: 1200 (II) Keyboard "Keyboard0" handled by legacy driver (**) Option "Protocol" "IMPS/2" (**) DevInputMice: Protocol: "IMPS/2" (**) Option "AlwaysCore" (**) DevInputMice: always reports core events (**) Option "Device" "/dev/input/mice" (**) Option "Emulate3Buttons" "no" (**) Option "ZAxisMapping" "4 5" (**) DevInputMice: ZAxisMapping: buttons 4 and 5 (**) DevInputMice: Buttons: 5 (II) XINPUT: Adding extended input device "DevInputMice" (type: MOUSE) (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) (II) DevInputMice: ps2EnableDataReporting: succeeded GetModeLine - scrn: 0 clock: 162000 GetModeLine - hdsp: 1600 hbeg: 1664 hend: 1856 httl: 2160 vdsp: 1200 vbeg: 1201 vend: 1204 vttl: 1250 flags: 4101 GetModeLine - scrn: 0 clock: 162000 GetModeLine - hdsp: 1600 hbeg: 1664 hend: 1856 httl: 2160 vdsp: 1200 vbeg: 1201 vend: 1204 vttl: 1250 flags: 4101 GetModeLine - scrn: 0 clock: 162000 GetModeLine - hdsp: 1600 hbeg: 1664 hend: 1856 httl: 2160 vdsp: 1200 vbeg: 1201 vend: 1204 vttl: 1250 flags: 4101 GetModeLine - scrn: 0 clock: 162000 GetModeLine - hdsp: 1600 hbeg: 1664 hend: 1856 httl: 2160 vdsp: 1200 vbeg: 1201 vend: 1204 vttl: 1250 flags: 4101 GetModeLine - scrn: 0 clock: 162000 GetModeLine - hdsp: 1600 hbeg: 1664 hend: 1856 httl: 2160 vdsp: 1200 vbeg: 1201 vend: 1204 vttl: 1250 flags: 4101 GetModeLine - scrn: 0 clock: 162000 GetModeLine - hdsp: 1600 hbeg: 1664 hend: 1856 httl: 2160 vdsp: 1200 vbeg: 1201 vend: 1204 vttl: 1250 flags: 4101 GetModeLine - scrn: 0 clock: 162000 GetModeLine - hdsp: 1600 hbeg: 1664 hend: 1856 httl: 2160 vdsp: 1200 vbeg: 1201 vend: 1204 vttl: 1250 flags: 4101 GetModeLine - scrn: 0 clock: 162000 GetModeLine - hdsp: 1600 hbeg: 1664 hend: 1856 httl: 2160 vdsp: 1200 vbeg: 1201 vend: 1204 vttl: 1250 flags: 4101 GetModeLine - scrn: 0 clock: 162000 GetModeLine - hdsp: 1600 hbeg: 1664 hend: 1856 httl: 2160 vdsp: 1200 vbeg: 1201 vend: 1204 vttl: 1250 flags: 4101 GetModeLine - scrn: 0 clock: 162000 GetModeLine - hdsp: 1600 hbeg: 1664 hend: 1856 httl: 2160 vdsp: 1200 vbeg: 1201 vend: 1204 vttl: 1250 flags: 4101 GetModeLine - scrn: 0 clock: 162000 GetModeLine - hdsp: 1600 hbeg: 1664 hend: 1856 httl: 2160 vdsp: 1200 vbeg: 1201 vend: 1204 vttl: 1250 flags: 4101 GetModeLine - scrn: 0 clock: 162000 GetModeLine - hdsp: 1600 hbeg: 1664 hend: 1856 httl: 2160 vdsp: 1200 vbeg: 1201 vend: 1204 vttl: 1250 flags: 4101 GetModeLine - scrn: 0 clock: 162000 GetModeLine - hdsp: 1600 hbeg: 1664 hend: 1856 httl: 2160 vdsp: 1200 vbeg: 1201 vend: 1204 vttl: 1250 flags: 4101 GetModeLine - scrn: 0 clock: 162000 GetModeLine - hdsp: 1600 hbeg: 1664 hend: 1856 httl: 2160 vdsp: 1200 vbeg: 1201 vend: 1204 vttl: 1250 flags: 4101 GetModeLine - scrn: 0 clock: 162000 GetModeLine - hdsp: 1600 hbeg: 1664 hend: 1856 httl: 2160 vdsp: 1200 vbeg: 1201 vend: 1204 vttl: 1250 flags: 4101