I am trying to get dual head running with an Appian graphics card. The
configuration and log files are attached. Here is the pertinent
hardware/software information.
Computer: Dell Precision 410
Video Card: Appian Jeronimo Pro
Primary Monitor: Dell Ultrascan P1110
Secondary Monitor: Dell Ultrascan P1110
Operating System: Debian GNU/Linux 3.0
XFree86: 4.1.0
I can get both heads to come up. The problem is that the display on the
second head looks to be skewed, like the video timing is off. Even when I
run the second head by itself, I get the same problem.
Any help would be greatly appreciated!
--
R. Wayne McCorkle
EMail: [EMAIL PROTECTED]
### BEGIN DEBCONF SECTION
# XF86Config-4 (XFree86 server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# If you want your changes to this file preserved by dexconf, only make changes
# before the "### BEGIN DEBCONF SECTION" line above, and/or after the
# "### END DEBCONF SECTION" line below.
#
# To change things within the debconf section, run the command:
# dpkg-reconfigure xserver-xfree86
# as root. Also see "How do I add custom sections to a dexconf-generated
# XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz.
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "pex5"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
Load "xie"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "glint"
# Option "UseFBDev" "true"
EndSection
Section "Device"
Identifier "Appian Jeronimo Main Port"
Driver "glint"
BusID "PCI:2:1:0"
# VideoRam 4096
# Screen 0
# Option "UseFBDev" "true"
EndSection
Section "Device"
Identifier "Appian Jeronimo Aux Port"
Driver "glint"
BusID "PCI:2:2:0"
VideoRam 8192
# Screen 1
# VideoRam 4096
# Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 30-121
VertRefresh 48-160
Option "DPMS"
EndSection
# 16 Aug 2002 - R. Wayne McCorkle
# o left and right hand as you face the monitor
Section "Monitor"
Identifier "Right Monitor"
VendorName "Dell"
ModelName "UltraScan P1110"
# HorizSync 107
HorizSync 30-121
VertRefresh 48-160
DisplaySize 388 291
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Left Monitor"
VendorName "Dell"
ModelName "UltraScan P1110"
# HorizSync 107
HorizSync 30-121
VertRefresh 48-160
DisplaySize 388 291
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1600x1200" "1280x1024" "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1200" "1280x1024" "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "1280x1024" "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1200" "1280x1024" "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x1024" "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768"
EndSubSection
SubSection "Display"
Depth 32
Modes "1600x1200" "1280x1024" "1024x768"
EndSubSection
EndSection
Section "Screen"
Identifier "Right Screen"
Device "Appian Jeronimo Main Port"
Monitor "Right Monitor"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x1024" "1024x768"
EndSubSection
EndSection
Section "Screen"
Identifier "Left Screen"
Device "Appian Jeronimo Aux Port"
Monitor "Left Monitor"
DefaultDepth 16
SubSection "Display"
Depth 15
Modes "800x600"
EndSubSection
SubSection "Display"
Depth 16
# Modes "1600x1200" "1280x1024" "1024x768"
Modes "1024x768"
# Modes "800x600"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Dual Head"
Screen "Right Screen"
# Screen "Left Screen" LeftOf "Right Screen"
Screen "Left Screen" RightOf "Right Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "ServerLayout"
Identifier "Test Left Screen"
Screen "Left Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "ServerLayout"
Identifier "Test Right Screen"
Screen "Right Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
### END DEBCONF SECTION
This is a pre-release version of XFree86, and is not supported in any
way. Bugs may be reported to [EMAIL PROTECTED] and patches submitted
to [EMAIL PROTECTED] Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs)
XFree86 Version 4.1.0.1 / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 21 December 2001
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/FAQ)
Build Operating System: Linux 2.4.17 i686 [ELF]
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Fri Aug 30 07:38:16 2002
(==) Using config file: "/etc/X11/XF86Config-4"
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) ServerLayout "Dual Head"
(**) |-->Screen "Right Screen" (0)
(**) | |-->Monitor "Right Monitor"
(**) | |-->Device "Appian Jeronimo Main Port"
(**) |-->Screen "Left Screen" (1)
(**) | |-->Monitor "Left Monitor"
(**) | |-->Device "Appian Jeronimo Aux Port"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
Entry deleted from font path.
(**) FontPath set to
"unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "Xinerama" "0"
(++) using VT number 7
(WW) Cannot open APM
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.1
XFree86 Video Driver: 0.4
XFree86 XInput driver : 0.2
XFree86 Server Extension : 0.1
XFree86 Font Renderer : 0.2
(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.1.0.1, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.2
(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.1.0.1, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(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 8086,7190 card 1028,0080 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,7191 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 8086,7110 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 8086,7111 card 0000,0000 rev 01 class 01,01,80 hdr 00
(II) PCI: 00:07:2: chip 8086,7112 card 0000,0000 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 8086,7113 card 0000,0000 rev 02 class 06,80,00 hdr 00
(II) PCI: 00:0d:0: chip 1011,0024 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:11:0: chip 10b7,9055 card 1028,0080 rev 00 class 02,00,00 hdr 00
(II) PCI: 00:13:0: chip 1011,0024 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 02:01:0: chip 104c,3d07 card 1097,3d01 rev 01 class 03,00,00 hdr 00
(II) PCI: 02:02:0: chip 104c,3d07 card 1097,3d01 rev 01 class 03,80,00 hdr 00
(II) PCI: 03:0a:0: chip 9005,001f card 1028,0080 rev 00 class 01,00,00 hdr 00
(II) PCI: 03:0e:0: chip 9004,8078 card 9004,7880 rev 01 class 01,00,00 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.1.0.1, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) PCI-to-PCI bridge:
(II) PCI-to-PCI 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 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) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x84 (VGA_EN is cleared)
(II) Bus 1 I/O range:
(II) Bus 1 non-prefetchable memory range:
(II) Bus 1 prefetchable memory range:
(II) Bus -1: bridge is at (0:7: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:
(II) Bus 2: bridge is at (0:13:0), (0,2,2), BCTRL: 0x0e (VGA_EN is set)
(II) Bus 2 I/O range:
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xfa000000 - 0xfdffffff (0x4000000) MX[B]
(II) Bus 2 prefetchable memory range:
[0] -1 0 0xf6000000 - 0xf6ffffff (0x1000000) MX[B]
(II) Bus 3: bridge is at (0:19:0), (0,3,3), BCTRL: 0x06 (VGA_EN is cleared)
(II) Bus 3 I/O range:
[0] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[1] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[B]
[2] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[3] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B]
(II) Bus 3 non-prefetchable memory range:
[0] -1 0 0xf8000000 - 0xf9ffffff (0x2000000) MX[B]
(II) Bus 3 prefetchable memory range:
[0] -1 0 0xf5000000 - 0xf5ffffff (0x1000000) MX[B]
(--) PCI:*(2:1:0) Texas Instruments Permedia 2 rev 1, Mem @ 0xfcfe0000/17,
0xfc000000/23, 0xfb800000/23, BIOS @ 0x80000000/16
(--) PCI: (2:2:0) Texas Instruments Permedia 2 rev 1, Mem @ 0xfcfc0000/17,
0xfb000000/23, 0xfa800000/23, BIOS @ 0xfd000000/16
(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) Active PCI resource ranges:
[0] -1 0 0xf8ffe000 - 0xf8ffffff (0x2000) MX[B]E
[1] -1 0 0xfe000000 - 0xffffffff (0x2000000) MX[B]E
[2] -1 0 0xf0000000 - 0xf3ffffff (0x4000000) MX[B]E
[3] -1 0 0xfd000000 - 0xfd00ffff (0x10000) MX[B](B)
[4] -1 0 0xfa800000 - 0xfaffffff (0x800000) MX[B](B)
[5] -1 0 0xfb000000 - 0xfb7fffff (0x800000) MX[B](B)
[6] -1 0 0xfcfc0000 - 0xfcfdffff (0x20000) MX[B](B)
[7] -1 0 0x80000000 - 0x8000ffff (0x10000) MX[B](B)
[8] -1 0 0xfb800000 - 0xfbffffff (0x800000) MX[B](B)
[9] -1 0 0xfc000000 - 0xfc7fffff (0x800000) MX[B](B)
[10] -1 0 0xfcfe0000 - 0xfcffffff (0x20000) MX[B](B)
[11] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]E
[12] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B]E
[13] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]E
[14] -1 0 0x0000dce0 - 0x0000dcff (0x20) IX[B]E
[15] -1 0 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
(II) PCI I/O resource overlap reduced 0x0000dc00 from 0x0000dcff to 0x0000dc7f
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xf8ffe000 - 0xf8ffffff (0x2000) MX[B]E
[1] -1 0 0xfe000000 - 0xffffffff (0x2000000) MX[B]E
[2] -1 0 0xf0000000 - 0xf3ffffff (0x4000000) MX[B]E
[3] -1 0 0xfd000000 - 0xfd00ffff (0x10000) MX[B](B)
[4] -1 0 0xfa800000 - 0xfaffffff (0x800000) MX[B](B)
[5] -1 0 0xfb000000 - 0xfb7fffff (0x800000) MX[B](B)
[6] -1 0 0xfcfc0000 - 0xfcfdffff (0x20000) MX[B](B)
[7] -1 0 0x80000000 - 0x8000ffff (0x10000) MX[B](B)
[8] -1 0 0xfb800000 - 0xfbffffff (0x800000) MX[B](B)
[9] -1 0 0xfc000000 - 0xfc7fffff (0x800000) MX[B](B)
[10] -1 0 0xfcfe0000 - 0xfcffffff (0x20000) MX[B](B)
[11] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]E
[12] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B]E
[13] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B]E
[14] -1 0 0x0000dce0 - 0x0000dcff (0x20) IX[B]E
[15] -1 0 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xf8ffe000 - 0xf8ffffff (0x2000) MX[B]E
[6] -1 0 0xfe000000 - 0xffffffff (0x2000000) MX[B]E
[7] -1 0 0xf0000000 - 0xf3ffffff (0x4000000) MX[B]E
[8] -1 0 0xfd000000 - 0xfd00ffff (0x10000) MX[B](B)
[9] -1 0 0xfa800000 - 0xfaffffff (0x800000) MX[B](B)
[10] -1 0 0xfb000000 - 0xfb7fffff (0x800000) MX[B](B)
[11] -1 0 0xfcfc0000 - 0xfcfdffff (0x20000) MX[B](B)
[12] -1 0 0x80000000 - 0x8000ffff (0x10000) MX[B](B)
[13] -1 0 0xfb800000 - 0xfbffffff (0x800000) MX[B](B)
[14] -1 0 0xfc000000 - 0xfc7fffff (0x800000) MX[B](B)
[15] -1 0 0xfcfe0000 - 0xfcffffff (0x20000) MX[B](B)
[16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[18] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]E
[19] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B]E
[20] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B]E
[21] -1 0 0x0000dce0 - 0x0000dcff (0x20) IX[B]E
[22] -1 0 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.1
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
compiled for 4.1.0.1, 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: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.4
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.1
(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.1.0.1, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
compiled for 4.1.0.1, 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 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) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 1.1.9
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Reloading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.4
(II) LoadModule: "pex5"
(II) Loading /usr/X11R6/lib/modules/extensions/libpex5.a
(II) Module pex5: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 1.0.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension X3D-PEX
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 1.13.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension RECORD
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Speedo
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.4
(II) LoadModule: "xie"
(II) Loading /usr/X11R6/lib/modules/extensions/libxie.a
(II) Module xie: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 1.0.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension XIE
(II) LoadModule: "glint"
(II) Loading /usr/X11R6/lib/modules/drivers/glint_drv.o
(II) Module glint: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 1.0.1
Module class: XFree86 Video Driver
ABI class: XFree86 Video Driver, version 0.4
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.2
(II) GLINT: driver for 3Dlabs chipsets: gamma, ti_pm2, ti_pm, pm3, pm2v,
pm2, pm, 300sx, 500tx, mx, delta
(II) Primary Device is: PCI 02:01:0
(--) Chipset ti_pm2 found
(--) Chipset ti_pm2 found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xf8ffe000 - 0xf8ffffff (0x2000) MX[B]E
[6] -1 0 0xfe000000 - 0xffffffff (0x2000000) MX[B]E
[7] -1 0 0xf0000000 - 0xf3ffffff (0x4000000) MX[B]E
[8] -1 0 0xfd000000 - 0xfd00ffff (0x10000) MX[B](B)
[9] -1 0 0xfa800000 - 0xfaffffff (0x800000) MX[B](B)
[10] -1 0 0xfb000000 - 0xfb7fffff (0x800000) MX[B](B)
[11] -1 0 0xfcfc0000 - 0xfcfdffff (0x20000) MX[B](B)
[12] -1 0 0x80000000 - 0x8000ffff (0x10000) MX[B](B)
[13] -1 0 0xfb800000 - 0xfbffffff (0x800000) MX[B](B)
[14] -1 0 0xfc000000 - 0xfc7fffff (0x800000) MX[B](B)
[15] -1 0 0xfcfe0000 - 0xfcffffff (0x20000) MX[B](B)
[16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[18] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]E
[19] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B]E
[20] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B]E
[21] -1 0 0x0000dce0 - 0x0000dcff (0x20) IX[B]E
[22] -1 0 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xf8ffe000 - 0xf8ffffff (0x2000) MX[B]E
[6] -1 0 0xfe000000 - 0xffffffff (0x2000000) MX[B]E
[7] -1 0 0xf0000000 - 0xf3ffffff (0x4000000) MX[B]E
[8] -1 0 0xfd000000 - 0xfd00ffff (0x10000) MX[B](B)
[9] -1 0 0xfa800000 - 0xfaffffff (0x800000) MX[B](B)
[10] -1 0 0xfb000000 - 0xfb7fffff (0x800000) MX[B](B)
[11] -1 0 0xfcfc0000 - 0xfcfdffff (0x20000) MX[B](B)
[12] -1 0 0x80000000 - 0x8000ffff (0x10000) MX[B](B)
[13] -1 0 0xfb800000 - 0xfbffffff (0x800000) MX[B](B)
[14] -1 0 0xfc000000 - 0xfc7fffff (0x800000) MX[B](B)
[15] -1 0 0xfcfe0000 - 0xfcffffff (0x20000) MX[B](B)
[16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[18] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]E
[19] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B]E
[20] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B]E
[21] -1 0 0x0000dce0 - 0x0000dcff (0x20) IX[B]E
[22] -1 0 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
(II) resource ranges after probing:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xf8ffe000 - 0xf8ffffff (0x2000) MX[B]E
[6] -1 0 0xfe000000 - 0xffffffff (0x2000000) MX[B]E
[7] -1 0 0xf0000000 - 0xf3ffffff (0x4000000) MX[B]E
[8] -1 0 0xfd000000 - 0xfd00ffff (0x10000) MX[B](B)
[9] -1 0 0xfa800000 - 0xfaffffff (0x800000) MX[B](B)
[10] -1 0 0xfb000000 - 0xfb7fffff (0x800000) MX[B](B)
[11] -1 0 0xfcfc0000 - 0xfcfdffff (0x20000) MX[B](B)
[12] -1 0 0x80000000 - 0x8000ffff (0x10000) MX[B](B)
[13] -1 0 0xfb800000 - 0xfbffffff (0x800000) MX[B](B)
[14] -1 0 0xfc000000 - 0xfc7fffff (0x800000) MX[B](B)
[15] -1 0 0xfcfe0000 - 0xfcffffff (0x20000) MX[B](B)
[16] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[17] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[18] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[19] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[20] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[21] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[23] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[24] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]E
[25] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B]E
[26] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B]E
[27] -1 0 0x0000dce0 - 0x0000dcff (0x20) IX[B]E
[28] -1 0 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
[29] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[30] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
[31] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[32] 1 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(**) GLINT(0): Depth 16, (--) framebuffer bpp 16
(==) GLINT(0): RGB weight 565
(==) GLINT(0): Default visual is TrueColor
(==) GLINT(0): Using gamma correction (1.0, 1.0, 1.0)
(==) GLINT(0): Using HW cursor
(--) GLINT(0): Not using Linux framebuffer device
(--) GLINT(0): Chipset: "ti_pm2"
(--) GLINT(0): Linear framebuffer at 0xFB800000
(--) GLINT(0): MMIO registers at 0xFCFE0000
(--) GLINT(0): VideoRAM: 8192 kByte
(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.1.0.1, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(--) GLINT(0): FIFO Size is 256 DWORDS
(==) GLINT(0): Min pixel clock is 16 MHz
(--) GLINT(0): Max pixel clock is 230 MHz
(II) GLINT(0): Right Monitor: Using hsync range of 30.00-121.00 kHz
(II) GLINT(0): Right Monitor: Using vrefresh range of 48.00-160.00 Hz
(II) GLINT(0): Clock range: 16.25 to 230.00 MHz
(II) GLINT(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "1792x1344" (bad mode
clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "1856x1392" (bad mode
clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "1920x1440" (bad mode
clock/interlace/doublescan)
(II) GLINT(0): Not using default mode "1920x1440" (bad mode
clock/interlace/doublescan)
(--) GLINT(0): Virtual size is 1600x1200 (pitch 1600)
(**) GLINT(0): Default mode "1600x1200": 229.5 MHz, 106.2 kHz, 85.0 Hz
(II) GLINT(0): Modeline "1600x1200" 229.50 1600 1664 1856 2160 1200 1201 1204 1250
+hsync +vsync
(**) GLINT(0): Default mode "1280x1024": 157.5 MHz, 91.1 kHz, 85.0 Hz
(II) GLINT(0): Modeline "1280x1024" 157.50 1280 1344 1504 1728 1024 1025 1028 1072
+hsync +vsync
(**) GLINT(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(II) GLINT(0): Modeline "1024x768" 94.50 1024 1072 1168 1376 768 769 772 808
+hsync +vsync
(**) GLINT(0): Display dimensions: (388, 291) mm
(**) GLINT(0): DPI set to (104, 104)
(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.1.0.1, module version = 1.0.0
ABI class: XFree86 ANSI C Emulation, version 0.1
(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.1.0.1, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.4
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 1.2.0
ABI class: XFree86 Video Driver, version 0.4
(II) GLINT(0): I2C bus "DDC" initialized.
(II) GLINT(0): I2C bus "Video" initialized.
(**) GLINT(1): Depth 16, (--) framebuffer bpp 16
(==) GLINT(1): RGB weight 565
(==) GLINT(1): Default visual is TrueColor
(==) GLINT(1): Using gamma correction (1.0, 1.0, 1.0)
(==) GLINT(1): Using HW cursor
(--) GLINT(1): Not using Linux framebuffer device
(--) GLINT(1): Chipset: "ti_pm2"
(--) GLINT(1): Linear framebuffer at 0xFA800000
(--) GLINT(1): MMIO registers at 0xFCFC0000
(**) GLINT(1): VideoRAM: 8192 kByte
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Reloading /usr/X11R6/lib/modules/libramdac.a
(--) GLINT(1): FIFO Size is 256 DWORDS
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) GLINT(1): Initializing int10
(==) GLINT(1): Min pixel clock is 16 MHz
(**) GLINT(1): Max pixel clock is 230 MHz
(II) GLINT(1): Left Monitor: Using hsync range of 30.00-121.00 kHz
(II) GLINT(1): Left Monitor: Using vrefresh range of 48.00-160.00 Hz
(II) GLINT(1): Clock range: 16.25 to 230.00 MHz
(II) GLINT(1): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1792x1344" (bad mode
clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1856x1392" (bad mode
clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1920x1440" (bad mode
clock/interlace/doublescan)
(II) GLINT(1): Not using default mode "1920x1440" (bad mode
clock/interlace/doublescan)
(--) GLINT(1): Virtual size is 1024x768 (pitch 1024)
(**) GLINT(1): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(II) GLINT(1): Modeline "1024x768" 94.50 1024 1072 1168 1376 768 769 772 808
+hsync +vsync
(**) GLINT(1): Display dimensions: (388, 291) mm
(**) GLINT(1): DPI set to (67, 67)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Reloading /usr/X11R6/lib/modules/libfb.a
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Reloading /usr/X11R6/lib/modules/libxaa.a
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Reloading /usr/X11R6/lib/modules/libi2c.a
(II) GLINT(1): I2C bus "DDC" initialized.
(II) GLINT(1): I2C bus "Video" initialized.
(II) do I need RAC? Yes, I do.
(II) LoadModule: "rac"
(II) Loading /usr/X11R6/lib/modules/librac.a
(II) Module rac: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.4
(II) resource ranges after preInit:
[0] 1 0 0xfa800000 - 0xfaffffff (0x800000) MX[B]
[1] 1 0 0xfb000000 - 0xfb7fffff (0x800000) MX[B]
[2] 1 0 0xfcfc0000 - 0xfcfdffff (0x20000) MX[B]
[3] 0 0 0xfb800000 - 0xfbffffff (0x800000) MX[B]
[4] 0 0 0xfc000000 - 0xfc7fffff (0x800000) MX[B]
[5] 0 0 0xfcfe0000 - 0xfcffffff (0x20000) MX[B]
[6] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[7] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[8] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[9] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[10] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[11] -1 0 0xf8ffe000 - 0xf8ffffff (0x2000) MX[B]E
[12] -1 0 0xfe000000 - 0xffffffff (0x2000000) MX[B]E
[13] -1 0 0xf0000000 - 0xf3ffffff (0x4000000) MX[B]E
[14] -1 0 0xfd000000 - 0xfd00ffff (0x10000) MX[B](B)
[15] -1 0 0xfa800000 - 0xfaffffff (0x800000) MX[B](B)
[16] -1 0 0xfb000000 - 0xfb7fffff (0x800000) MX[B](B)
[17] -1 0 0xfcfc0000 - 0xfcfdffff (0x20000) MX[B](B)
[18] -1 0 0x80000000 - 0x8000ffff (0x10000) MX[B](B)
[19] -1 0 0xfb800000 - 0xfbffffff (0x800000) MX[B](B)
[20] -1 0 0xfc000000 - 0xfc7fffff (0x800000) MX[B](B)
[21] -1 0 0xfcfe0000 - 0xfcffffff (0x20000) MX[B](B)
[22] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
[23] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
[24] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
[25] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
[26] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
[27] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
[28] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[29] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[30] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]E
[31] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B]E
[32] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B]E
[33] -1 0 0x0000dce0 - 0x0000dcff (0x20) IX[B]E
[34] -1 0 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
[35] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprD)
[36] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprD)
[37] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprD)
[38] 1 0 0x000003c0 - 0x000003df (0x20) IS[B](OprD)
(==) GLINT(0): Write-combining range (0xfb800000,0x800000)
(II) GLINT(0): I2C device "DDC:ddc2" registered.
(II) GLINT(0): I2C device "DDC:ddc2" removed.
(II) GLINT(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
8x8 mono pattern filled rectangles
Indirect CPU to Screen color expansion
Solid Lines
Offscreen Pixmaps
Driver provided WriteBitmap replacement
Driver provided WritePixmap replacement
Setting up tile and stipple cache:
32 128x128 slots
10 256x256 slots
(==) GLINT(0): Backing store disabled
(==) GLINT(0): Silken mouse enabled
(**) Option "dpms"
(**) GLINT(0): DPMS enabled
(II) GLINT(0): direct rendering disabled
(II) GLINT(0): Initializing Xv driver rev. 4
(II) GLINT(0): Xv frontend scaler enabled
(==) GLINT(1): Write-combining range (0xfa800000,0x800000)
(II) GLINT(1): I2C device "DDC:ddc2" registered.
(II) GLINT(1): I2C device "DDC:ddc2" removed.
(II) GLINT(1): I2C device "DDC:ddc2" registered.
(II) GLINT(1): I2C device "DDC:ddc2" removed.
(II) GLINT(1): Manufacturer: DEL Model: 515b Serial#: 827996213
(II) GLINT(1): Year: 1998 Week: 47
(II) GLINT(1): EDID Version: 1.1
(II) GLINT(1): Analog Display Input, Input Voltage Level: 0.700/0.300 V
(II) GLINT(1): Sync: Separate Composite SyncOnGreen
(II) GLINT(1): Max H-Image Size [cm]: horiz.: 38 vert.: 29
(II) GLINT(1): Gamma: 2.50
(II) GLINT(1): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) GLINT(1): redX: 0.625 redY: 0.340 greenX: 0.280 greenY: 0.595
(II) GLINT(1): blueX: 0.155 blueY: 0.070 whiteX: 0.283 whiteY: 0.298
(II) GLINT(1): Supported VESA Video Modes:
(II) GLINT(1): 720x400@70Hz
(II) GLINT(1): 640x480@60Hz
(II) GLINT(1): 640x480@75Hz
(II) GLINT(1): 800x600@60Hz
(II) GLINT(1): 800x600@75Hz
(II) GLINT(1): 1024x768@60Hz
(II) GLINT(1): 1024x768@75Hz
(II) GLINT(1): 1280x1024@75Hz
(II) GLINT(1): Manufacturer's mask: 0
(II) GLINT(1): Supported Future Video Modes:
(II) GLINT(1): #0: hsize: 640 vsize 480 refresh: 85 vid: 22833
(II) GLINT(1): #1: hsize: 800 vsize 600 refresh: 85 vid: 22853
(II) GLINT(1): #2: hsize: 1024 vsize 768 refresh: 85 vid: 22881
(II) GLINT(1): #3: hsize: 1280 vsize 1024 refresh: 85 vid: 39297
(II) GLINT(1): #4: hsize: 1600 vsize 1200 refresh: 75 vid: 20393
(II) GLINT(1): #5: hsize: 1600 vsize 1200 refresh: 85 vid: 22953
(II) GLINT(1): Supported additional Video Mode:
(II) GLINT(1): clock: 28.3 MHz Image Size: 388 x 291 mm
(II) GLINT(1): h_active: 720 h_sync: 738 h_sync_end 846 h_blank_end 900 h_border: 0
(II) GLINT(1): v_active: 350 v_sync: 388 v_sync_end 390 v_blanking: 449 v_border: 0
(II) GLINT(1): Ranges: V min: 50 V max: 160 Hz, H min: 30 H max: 107 kHz, PixClock
max 2550 MHz
(II) GLINT(1): Monitor name: DELL D1626HT
(II) GLINT(1): Serial No: 55347A1Z85B8
(II) GLINT(1): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
8x8 mono pattern filled rectangles
Indirect CPU to Screen color expansion
Solid Lines
Offscreen Pixmaps
Driver provided WriteBitmap replacement
Driver provided WritePixmap replacement
Setting up tile and stipple cache:
32 128x128 slots
10 256x256 slots
(==) GLINT(1): Backing store disabled
(==) GLINT(1): Silken mouse enabled
(**) Option "dpms"
(**) GLINT(1): DPMS enabled
(II) GLINT(1): direct rendering disabled
(II) GLINT(1): Initializing Xv driver rev. 4
(II) GLINT(1): Xv frontend scaler enabled
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(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
PEXExtensionInit: Couldn't open default PEX font file Roman_M
(II) Keyboard "Generic Keyboard" handled by legacy driver
(**) Option "Protocol" "PS/2"
(**) Configured Mouse: Protocol: "PS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/psaux"
(==) Configured Mouse: Buttons: 3
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(WW) Cannot open APM
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(==) GLINT(0): Write-combining range (0xfb800000,0x800000)
(II) GLINT(0): I2C device "DDC:ddc2" registered.
(II) GLINT(0): I2C device "DDC:ddc2" removed.
(**) GLINT(0): DPMS enabled
(II) GLINT(0): direct rendering disabled
(II) GLINT(0): Initializing Xv driver rev. 4
(II) GLINT(0): Xv frontend scaler enabled
(==) GLINT(1): Write-combining range (0xfa800000,0x800000)
(II) GLINT(1): I2C device "DDC:ddc2" registered.
(II) GLINT(1): I2C device "DDC:ddc2" removed.
(II) GLINT(1): I2C device "DDC:ddc2" registered.
(II) GLINT(1): I2C device "DDC:ddc2" removed.
(II) GLINT(1): Manufacturer: DEL Model: 515b Serial#: 827996213
(II) GLINT(1): Year: 1998 Week: 47
(II) GLINT(1): EDID Version: 1.1
(II) GLINT(1): Analog Display Input, Input Voltage Level: 0.700/0.300 V
(II) GLINT(1): Sync: Separate Composite SyncOnGreen
(II) GLINT(1): Max H-Image Size [cm]: horiz.: 38 vert.: 29
(II) GLINT(1): Gamma: 2.50
(II) GLINT(1): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) GLINT(1): redX: 0.625 redY: 0.340 greenX: 0.280 greenY: 0.595
(II) GLINT(1): blueX: 0.155 blueY: 0.070 whiteX: 0.283 whiteY: 0.298
(II) GLINT(1): Supported VESA Video Modes:
(II) GLINT(1): 720x400@70Hz
(II) GLINT(1): 640x480@60Hz
(II) GLINT(1): 640x480@75Hz
(II) GLINT(1): 800x600@60Hz
(II) GLINT(1): 800x600@75Hz
(II) GLINT(1): 1024x768@60Hz
(II) GLINT(1): 1024x768@75Hz
(II) GLINT(1): 1280x1024@75Hz
(II) GLINT(1): Manufacturer's mask: 0
(II) GLINT(1): Supported Future Video Modes:
(II) GLINT(1): #0: hsize: 640 vsize 480 refresh: 85 vid: 22833
(II) GLINT(1): #1: hsize: 800 vsize 600 refresh: 85 vid: 22853
(II) GLINT(1): #2: hsize: 1024 vsize 768 refresh: 85 vid: 22881
(II) GLINT(1): #3: hsize: 1280 vsize 1024 refresh: 85 vid: 39297
(II) GLINT(1): #4: hsize: 1600 vsize 1200 refresh: 75 vid: 20393
(II) GLINT(1): #5: hsize: 1600 vsize 1200 refresh: 85 vid: 22953
(II) GLINT(1): Supported additional Video Mode:
(II) GLINT(1): clock: 28.3 MHz Image Size: 388 x 291 mm
(II) GLINT(1): h_active: 720 h_sync: 738 h_sync_end 846 h_blank_end 900 h_border: 0
(II) GLINT(1): v_active: 350 v_sync: 388 v_sync_end 390 v_blanking: 449 v_border: 0
(II) GLINT(1): Ranges: V min: 50 V max: 160 Hz, H min: 30 H max: 107 kHz, PixClock
max 2550 MHz
(II) GLINT(1): Monitor name: DELL D1626HT
(II) GLINT(1): Serial No: 55347A1Z85B8
(**) GLINT(1): DPMS enabled
(II) GLINT(1): direct rendering disabled
(II) GLINT(1): Initializing Xv driver rev. 4
(II) GLINT(1): Xv frontend scaler enabled
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
PEXExtensionInit: Couldn't open default PEX font file Roman_M
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(WW) Cannot open APM
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(==) GLINT(0): Write-combining range (0xfb800000,0x800000)
(II) GLINT(0): I2C device "DDC:ddc2" registered.
(II) GLINT(0): I2C device "DDC:ddc2" removed.
(**) GLINT(0): DPMS enabled
(II) GLINT(0): direct rendering disabled
(II) GLINT(0): Initializing Xv driver rev. 4
(II) GLINT(0): Xv frontend scaler enabled
(==) GLINT(1): Write-combining range (0xfa800000,0x800000)
(II) GLINT(1): I2C device "DDC:ddc2" registered.
(II) GLINT(1): I2C device "DDC:ddc2" removed.
(II) GLINT(1): I2C device "DDC:ddc2" registered.
(II) GLINT(1): I2C device "DDC:ddc2" removed.
(II) GLINT(1): Manufacturer: DEL Model: 515b Serial#: 827996213
(II) GLINT(1): Year: 1998 Week: 47
(II) GLINT(1): EDID Version: 1.1
(II) GLINT(1): Analog Display Input, Input Voltage Level: 0.700/0.300 V
(II) GLINT(1): Sync: Separate Composite SyncOnGreen
(II) GLINT(1): Max H-Image Size [cm]: horiz.: 38 vert.: 29
(II) GLINT(1): Gamma: 2.50
(II) GLINT(1): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) GLINT(1): redX: 0.625 redY: 0.340 greenX: 0.280 greenY: 0.595
(II) GLINT(1): blueX: 0.155 blueY: 0.070 whiteX: 0.283 whiteY: 0.298
(II) GLINT(1): Supported VESA Video Modes:
(II) GLINT(1): 720x400@70Hz
(II) GLINT(1): 640x480@60Hz
(II) GLINT(1): 640x480@75Hz
(II) GLINT(1): 800x600@60Hz
(II) GLINT(1): 800x600@75Hz
(II) GLINT(1): 1024x768@60Hz
(II) GLINT(1): 1024x768@75Hz
(II) GLINT(1): 1280x1024@75Hz
(II) GLINT(1): Manufacturer's mask: 0
(II) GLINT(1): Supported Future Video Modes:
(II) GLINT(1): #0: hsize: 640 vsize 480 refresh: 85 vid: 22833
(II) GLINT(1): #1: hsize: 800 vsize 600 refresh: 85 vid: 22853
(II) GLINT(1): #2: hsize: 1024 vsize 768 refresh: 85 vid: 22881
(II) GLINT(1): #3: hsize: 1280 vsize 1024 refresh: 85 vid: 39297
(II) GLINT(1): #4: hsize: 1600 vsize 1200 refresh: 75 vid: 20393
(II) GLINT(1): #5: hsize: 1600 vsize 1200 refresh: 85 vid: 22953
(II) GLINT(1): Supported additional Video Mode:
(II) GLINT(1): clock: 28.3 MHz Image Size: 388 x 291 mm
(II) GLINT(1): h_active: 720 h_sync: 738 h_sync_end 846 h_blank_end 900 h_border: 0
(II) GLINT(1): v_active: 350 v_sync: 388 v_sync_end 390 v_blanking: 449 v_border: 0
(II) GLINT(1): Ranges: V min: 50 V max: 160 Hz, H min: 30 H max: 107 kHz, PixClock
max 2550 MHz
(II) GLINT(1): Monitor name: DELL D1626HT
(II) GLINT(1): Serial No: 55347A1Z85B8
(**) GLINT(1): DPMS enabled
(II) GLINT(1): direct rendering disabled
(II) GLINT(1): Initializing Xv driver rev. 4
(II) GLINT(1): Xv frontend scaler enabled
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
PEXExtensionInit: Couldn't open default PEX font file Roman_M
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources