Hi,
I am trying to get a no-name Radeon 7500 based card to work in a
multi-head configuration, with no luck. I have a 19" Hitachi CM753 as
the primary display connected to the VGA port and a tiny 15" Nokia 449E
connected to the DVI port via an adapter. I do get the same picture in
both of them quite nicely.
However, when I try to enable the second screen in XF86Config-4, the
server crashes at startup with following error string:
Fatal server error:
Caught signal 11. Server aborting
The DDC scan seems to report information of the primary display for both
devices, so I have disabled it for now.
The configuration and log files are attached to this message. I'd
appreciate if someone could tell me what's wrong.
Best regards,
Matti Airas
# 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
# **********************************************************************
# **********************************************************************
# Keyboard section
# **********************************************************************
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "250 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "fi"
EndSection
# **********************************************************************
# Pointer section
# **********************************************************************
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
# ChordMiddle is an option for some 3-button Logitech mice
# Option "ChordMiddle"
EndSection
Section "Module"
# This loads the DBE extension module.
Load "dbe"
# This loads the Video for Linux module.
Load "v4l"
# 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"
Load "dri"
Load "glx"
Load "GLcore"
Load "bitmap"
Load "ddc"
Load "int10"
Load "record"
EndSection
Section "DRI"
Mode 0666
EndSection
# **********************************************************************
# Monitor section
# **********************************************************************
# Any number of monitor sections may be present
Section "Monitor"
Identifier "Hitachi CM753"
VendorName "Hitachi, Ltd."
ModelName "Unknown"
# 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 31-107
# 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 50-160
# This is a set of extended mode timings typically used for laptop,
# TV fullscreen mode or DVD fullscreen output.
# These are available along with standard mode timings.
# Sony Vaio C1(X,XS,VE,VN)?
# 1024x480 @ 85.6 Hz, 48 kHz hsync
ModeLine "1024x480" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection
Section "Monitor"
Identifier "Nokia 449E"
VendorName "Nokia"
ModelName "Unknown"
# 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-62
# HorizSync 31-62
# 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 50-100
# This is a set of extended mode timings typically used for laptop,
# TV fullscreen mode or DVD fullscreen output.
# These are available along with standard mode timings.
# Sony Vaio C1(X,XS,VE,VN)?
# 1024x480 @ 85.6 Hz, 48 kHz hsync
ModeLine "1024x480" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection
# **********************************************************************
# Graphics device section
# **********************************************************************
Section "Device"
Identifier "Generic VGA"
Driver "vga"
EndSection
Section "Device"
Identifier "ATI Radeon 0"
VendorName "Unknown"
BoardName "Unknown"
Driver "radeon"
BusID "PCI:1:0:0"
Screen 0
# VideoRam 65536
# Clock lines
# Uncomment following option if you see a big white block
# instead of the cursor!
# Option "sw_cursor"
Option "AGPMode" "4"
Option "DPMS" "on"
EndSection
Section "Device"
Identifier "ATI Radeon 1"
VendorName "Unknown"
BoardName "Unknown"
Driver "radeon"
BusID "PCI:1:0:0"
Screen 1
# VideoRam 65536
# Clock lines
# Uncomment following option if you see a big white block
# instead of the cursor!
# Option "sw_cursor"
Option "AGPMode" "4"
#Option "DPMS" "on"
Option "NoDDC"
Option "CrtScreen"
EndSection
# **********************************************************************
# Screen sections
# **********************************************************************
Section "Screen"
Identifier "screen0"
Device "ATI Radeon 0"
Monitor "Hitachi CM753"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x400"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 15
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 32
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
Section "Screen"
Identifier "screen1"
Device "ATI Radeon 1"
Monitor "Nokia 449E"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Modes "800x600" "640x400"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 15
Modes "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 32
Modes "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "layout1"
Screen 0 "screen0" 0 0
# Screen 1 "screen1" 0 0
Screen 1 "screen1" RightOf "screen0"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
Option "Xinerama" "on"
EndSection
XFree86 Version 4.2.0 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 23 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.18-1mdksmp 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.1.log", Time: Fri May 31 13:20:53 2002
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "layout1"
(**) |-->Screen "screen0" (0)
(**) | |-->Monitor "Hitachi CM753"
(**) | |-->Device "ATI Radeon 0"
(**) |-->Screen "screen1" (1)
(**) | |-->Monitor "Nokia 449E"
(**) | |-->Device "ATI Radeon 1"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "250 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "fi"
(**) XKB: layout: "fi"
(==) 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"
(**) Option "Xinerama" "on"
(**) Xinerama: enabled
(--) using VT number 8
(II) Open APM successful
(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 = 0x80009850, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,0305 card 147b,a401 rev 03 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 40 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 1106,0571 card 0000,0000 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:07:2: chip 1106,3038 card 0925,1234 rev 16 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 1106,3038 card 0925,1234 rev 16 class 0c,03,00 hdr 00
(II) PCI: 00:07:4: chip 1106,3057 card 0000,0000 rev 40 class 06,00,00 hdr 00
(II) PCI: 00:08:0: chip 8086,1229 card 8086,0009 rev 05 class 02,00,00 hdr 00
(II) PCI: 00:0b:0: chip 1102,0002 card 1102,8027 rev 08 class 04,01,00 hdr 80
(II) PCI: 00:0b:1: chip 1102,7002 card 1102,0020 rev 08 class 09,80,00 hdr 80
(II) PCI: 00:0d:0: chip 109e,036e card 0070,13eb rev 11 class 04,00,00 hdr 80
(II) PCI: 00:0d:1: chip 109e,0878 card 0070,13eb rev 11 class 04,80,00 hdr 80
(II) PCI: 00:13:0: chip 1103,0004 card 1103,0001 rev 03 class 01,80,00 hdr 00
(II) PCI: 01:00:0: chip 1002,5157 card 1787,0207 rev 00 class 03,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.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) PCI-to-ISA bridge:
(II) Host-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 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:1:0), (0,1,1), BCTRL: 0x0c (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 0x00009000 - 0x000090ff (0x100) IX[B]
[1] -1 0x00009400 - 0x000094ff (0x100) IX[B]
[2] -1 0x00009800 - 0x000098ff (0x100) IX[B]
[3] -1 0x00009c00 - 0x00009cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0xe4000000 - 0xe5ffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0xd0000000 - 0xdfffffff (0x10000000) MX[B]
(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 -1: bridge is at (0:7:4), (-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]
(--) PCI: (0:13:0) BrookTree unknown chipset (0x036e) rev 17, Mem @ 0xe7101000/12
(--) PCI:*(1:0:0) ATI Radeon 7500 QW rev 0, Mem @ 0xd0000000/28, 0xe5000000/16, I/O @ 0x9000/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 0xe7102000 - 0xe7102fff (0x1000) MX[B]
[1] -1 0xe7000000 - 0xe70fffff (0x100000) MX[B]
[2] -1 0xe7100000 - 0xe7100fff (0x1000) MX[B]
[3] -1 0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
[4] -1 0xe5000000 - 0xe500ffff (0x10000) MX[B](B)
[5] -1 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[6] -1 0xe7101000 - 0xe7101fff (0x1000) MX[B](B)
[7] -1 0x0000c800 - 0x0000c8ff (0x100) IX[B]
[8] -1 0x0000c400 - 0x0000c403 (0x4) IX[B]
[9] -1 0x0000c000 - 0x0000c007 (0x8) IX[B]
[10] -1 0x0000bc00 - 0x0000bc03 (0x4) IX[B]
[11] -1 0x0000b800 - 0x0000b807 (0x8) IX[B]
[12] -1 0x0000b400 - 0x0000b407 (0x8) IX[B]
[13] -1 0x0000b000 - 0x0000b01f (0x20) IX[B]
[14] -1 0x0000ac00 - 0x0000ac1f (0x20) IX[B]
[15] -1 0x0000a800 - 0x0000a81f (0x20) IX[B]
[16] -1 0x0000a400 - 0x0000a41f (0x20) IX[B]
[17] -1 0x0000a000 - 0x0000a00f (0x10) IX[B]
[18] -1 0x00009000 - 0x000090ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0xe7102000 - 0xe7102fff (0x1000) MX[B]
[1] -1 0xe7000000 - 0xe70fffff (0x100000) MX[B]
[2] -1 0xe7100000 - 0xe7100fff (0x1000) MX[B]
[3] -1 0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
[4] -1 0xe5000000 - 0xe500ffff (0x10000) MX[B](B)
[5] -1 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[6] -1 0xe7101000 - 0xe7101fff (0x1000) MX[B](B)
[7] -1 0x0000c800 - 0x0000c8ff (0x100) IX[B]
[8] -1 0x0000c400 - 0x0000c403 (0x4) IX[B]
[9] -1 0x0000c000 - 0x0000c007 (0x8) IX[B]
[10] -1 0x0000bc00 - 0x0000bc03 (0x4) IX[B]
[11] -1 0x0000b800 - 0x0000b807 (0x8) IX[B]
[12] -1 0x0000b400 - 0x0000b407 (0x8) IX[B]
[13] -1 0x0000b000 - 0x0000b01f (0x20) IX[B]
[14] -1 0x0000ac00 - 0x0000ac1f (0x20) IX[B]
[15] -1 0x0000a800 - 0x0000a81f (0x20) IX[B]
[16] -1 0x0000a400 - 0x0000a41f (0x20) IX[B]
[17] -1 0x0000a000 - 0x0000a00f (0x10) IX[B]
[18] -1 0x00009000 - 0x000090ff (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 0xe7102000 - 0xe7102fff (0x1000) MX[B]
[6] -1 0xe7000000 - 0xe70fffff (0x100000) MX[B]
[7] -1 0xe7100000 - 0xe7100fff (0x1000) MX[B]
[8] -1 0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
[9] -1 0xe5000000 - 0xe500ffff (0x10000) MX[B](B)
[10] -1 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[11] -1 0xe7101000 - 0xe7101fff (0x1000) MX[B](B)
[12] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[13] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[14] -1 0x0000c800 - 0x0000c8ff (0x100) IX[B]
[15] -1 0x0000c400 - 0x0000c403 (0x4) IX[B]
[16] -1 0x0000c000 - 0x0000c007 (0x8) IX[B]
[17] -1 0x0000bc00 - 0x0000bc03 (0x4) IX[B]
[18] -1 0x0000b800 - 0x0000b807 (0x8) IX[B]
[19] -1 0x0000b400 - 0x0000b407 (0x8) IX[B]
[20] -1 0x0000b000 - 0x0000b01f (0x20) IX[B]
[21] -1 0x0000ac00 - 0x0000ac1f (0x20) IX[B]
[22] -1 0x0000a800 - 0x0000a81f (0x20) IX[B]
[23] -1 0x0000a400 - 0x0000a41f (0x20) IX[B]
[24] -1 0x0000a000 - 0x0000a00f (0x10) IX[B]
[25] -1 0x00009000 - 0x000090ff (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: "v4l"
(II) Loading /usr/X11R6/lib/modules/drivers/linux/v4l_drv.o
(II) Module v4l: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 0.0.1
ABI class: XFree86 Video Driver, version 0.5
(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 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: "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: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: 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 "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: 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 XFree86-DRI
(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: "GLcore"
(II) Reloading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(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) 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) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.13.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension RECORD
(II) LoadModule: "radeon"
(II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(II) Module radeon: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 4.0.1
Module class: XFree86 Video Driver
ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "ati"
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 6.4.7
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) v4l driver for Video4Linux
(II) ATI: ATI driver (version 6.4.7) for chipsets: ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets: ATI Rage 128 RE (PCI),
ATI Rage 128 RF (AGP), ATI Rage 128 RG (AGP), ATI Rage 128 RK (PCI),
ATI Rage 128 RL (AGP), ATI Rage 128 SM (AGP),
ATI Rage 128 Pro PD (PCI), ATI Rage 128 Pro PF (AGP),
ATI Rage 128 Pro PP (PCI), ATI Rage 128 Pro PR (PCI),
ATI Rage 128 Pro ULTRA TF (AGP), ATI Rage 128 Pro ULTRA TL (AGP),
ATI Rage 128 Pro ULTRA TR (AGP), ATI Rage 128 Mobility LE (PCI),
ATI Rage 128 Mobility LF (AGP), ATI Rage 128 Mobility MF (AGP),
ATI Rage 128 Mobility ML (AGP)
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
ATI Radeon VE QY (AGP), ATI Radeon VE QZ (AGP),
ATI Radeon Mobility LW (AGP), ATI Radeon Mobility LY (AGP),
ATI Radeon Mobility LZ (AGP), ATI Radeon 8500 QL (AGP),
ATI Radeon 8500 BB (AGP), ATI Radeon 7500 QW (AGP)
(II) Primary Device is: PCI 01:00:0
(--) Chipset ATI Radeon 7500 QW (AGP) found
(--) Chipset ATI Radeon 7500 QW (AGP) 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 0xe7102000 - 0xe7102fff (0x1000) MX[B]
[6] -1 0xe7000000 - 0xe70fffff (0x100000) MX[B]
[7] -1 0xe7100000 - 0xe7100fff (0x1000) MX[B]
[8] -1 0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
[9] -1 0xe5000000 - 0xe500ffff (0x10000) MX[B](B)
[10] -1 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[11] -1 0xe7101000 - 0xe7101fff (0x1000) MX[B](B)
[12] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[13] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[14] -1 0x0000c800 - 0x0000c8ff (0x100) IX[B]
[15] -1 0x0000c400 - 0x0000c403 (0x4) IX[B]
[16] -1 0x0000c000 - 0x0000c007 (0x8) IX[B]
[17] -1 0x0000bc00 - 0x0000bc03 (0x4) IX[B]
[18] -1 0x0000b800 - 0x0000b807 (0x8) IX[B]
[19] -1 0x0000b400 - 0x0000b407 (0x8) IX[B]
[20] -1 0x0000b000 - 0x0000b01f (0x20) IX[B]
[21] -1 0x0000ac00 - 0x0000ac1f (0x20) IX[B]
[22] -1 0x0000a800 - 0x0000a81f (0x20) IX[B]
[23] -1 0x0000a400 - 0x0000a41f (0x20) IX[B]
[24] -1 0x0000a000 - 0x0000a00f (0x10) IX[B]
[25] -1 0x00009000 - 0x000090ff (0x100) IX[B](B)
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Reloading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Reloading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(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 0xe7102000 - 0xe7102fff (0x1000) MX[B]
[6] -1 0xe7000000 - 0xe70fffff (0x100000) MX[B]
[7] -1 0xe7100000 - 0xe7100fff (0x1000) MX[B]
[8] -1 0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
[9] -1 0xe5000000 - 0xe500ffff (0x10000) MX[B](B)
[10] -1 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[11] -1 0xe7101000 - 0xe7101fff (0x1000) MX[B](B)
[12] 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[13] 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[14] 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[15] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[16] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[17] -1 0x0000c800 - 0x0000c8ff (0x100) IX[B]
[18] -1 0x0000c400 - 0x0000c403 (0x4) IX[B]
[19] -1 0x0000c000 - 0x0000c007 (0x8) IX[B]
[20] -1 0x0000bc00 - 0x0000bc03 (0x4) IX[B]
[21] -1 0x0000b800 - 0x0000b807 (0x8) IX[B]
[22] -1 0x0000b400 - 0x0000b407 (0x8) IX[B]
[23] -1 0x0000b000 - 0x0000b01f (0x20) IX[B]
[24] -1 0x0000ac00 - 0x0000ac1f (0x20) IX[B]
[25] -1 0x0000a800 - 0x0000a81f (0x20) IX[B]
[26] -1 0x0000a400 - 0x0000a41f (0x20) IX[B]
[27] -1 0x0000a000 - 0x0000a00f (0x10) IX[B]
[28] -1 0x00009000 - 0x000090ff (0x100) IX[B](B)
[29] 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[30] 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(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.2.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) RADEON(0): PCI bus 1 card 0 func 0
(**) RADEON(0): Depth 24, (--) framebuffer bpp 32
(II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) RADEON(0): Default visual is TrueColor
(**) RADEON(0): Option "AGPMode" "4"
(==) RADEON(0): RGB weight 888
(II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) RADEON(0): initializing int10
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(--) RADEON(0): Chipset: "ATI Radeon 7500 QW (AGP)" (ChipID = 0x5157)
(--) RADEON(0): Linear framebuffer at 0xd0000000
(--) RADEON(0): MMIO registers at 0xe5000000
(--) RADEON(0): VideoRAM: 65536 kByte (64-bit DDR SDRAM)
(II) RADEON(0): Primary Display == Type 1
(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.2.0, module version = 1.2.0
ABI class: XFree86 Video Driver, version 0.5
(II) RADEON(0): I2C bus "DDC" initialized.
(II) RADEON(0): I2C device "DDC:ddc2" registered.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(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) RADEON(0): VESA BIOS detected
(II) RADEON(0): VESA VBE Version 2.0
(II) RADEON(0): VESA VBE Total Mem: 65536 kB
(II) RADEON(0): VESA VBE OEM: ATI RADEON 7500
(II) RADEON(0): VESA VBE OEM Software Rev: 1.0
(II) RADEON(0): VESA VBE OEM Vendor: ATI Technologies Inc.
(II) RADEON(0): VESA VBE OEM Product: V200
(II) RADEON(0): VESA VBE OEM Product Rev: 01.00
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) RADEON(0): VESA VBE DDC supported
(II) RADEON(0): VESA VBE DDC Level 2
(II) RADEON(0): VESA VBE DDC transfer in appr. 2 sec.
(II) RADEON(0): VESA VBE DDC read successfully
(II) RADEON(0): BIOS EDID Info:
(II) RADEON(0): Manufacturer: HTC Model: ac22 Serial#: 16843009
(II) RADEON(0): Year: 1998 Week: 0
(II) RADEON(0): EDID Version: 1.1
(II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
(II) RADEON(0): Sync: Separate Composite SyncOnGreen
(II) RADEON(0): Max H-Image Size [cm]: horiz.: 36 vert.: 27
(II) RADEON(0): Gamma: 2.30
(II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) RADEON(0): redX: 0.625 redY: 0.340 greenX: 0.285 greenY: 0.605
(II) RADEON(0): blueX: 0.150 blueY: 0.065 whiteX: 0.283 whiteY: 0.298
(II) RADEON(0): Supported VESA Video Modes:
(II) RADEON(0): 720x400@70Hz
(II) RADEON(0): 720x400@88Hz
(II) RADEON(0): 640x480@60Hz
(II) RADEON(0): 640x480@67Hz
(II) RADEON(0): 640x480@72Hz
(II) RADEON(0): 640x480@75Hz
(II) RADEON(0): 800x600@56Hz
(II) RADEON(0): 800x600@60Hz
(II) RADEON(0): 800x600@72Hz
(II) RADEON(0): 800x600@75Hz
(II) RADEON(0): 832x624@75Hz
(II) RADEON(0): 1024x768@60Hz
(II) RADEON(0): 1024x768@70Hz
(II) RADEON(0): 1024x768@75Hz
(II) RADEON(0): 1280x1024@75Hz
(II) RADEON(0): 1152x870@75Hz
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported Future Video Modes:
(II) RADEON(0): #0: hsize: 1600 vsize 1200 refresh: 75 vid: 20393
(II) RADEON(0): #1: hsize: 1600 vsize 1200 refresh: 70 vid: 19113
(II) RADEON(0): #2: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
(II) RADEON(0): #3: hsize: 1280 vsize 1024 refresh: 85 vid: 39297
(II) RADEON(0): #4: hsize: 1024 vsize 768 refresh: 85 vid: 22881
(II) RADEON(0): #5: hsize: 800 vsize 600 refresh: 85 vid: 22853
(II) RADEON(0): #6: hsize: 1600 vsize 1280 refresh: 75 vid: 36777
(II) RADEON(0): #7: hsize: 1600 vsize 1200 refresh: 85 vid: 22953
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 229.5 MHz Image Size: 360 x 270 mm
(II) RADEON(0): h_active: 1600 h_sync: 1664 h_sync_end 1856 h_blank_end 2160 h_border: 0
(II) RADEON(0): v_active: 1200 v_sync: 1201 v_sync_end 1204 v_blanking: 1250 v_border: 0
(II) RADEON(0): Ranges: V min: 50 V max: 160 Hz, H min: 31 H max: 107 kHz, PixClock max 2550 MHz
(II) RADEON(0): End of DDC Monitor info
(II) RADEON(0): PLL parameters: rf=2700 rd=12 min=12000 max=40000; xclk=19300
(==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEON(0): Hitachi CM753: Using hsync range of 31.00-107.00 kHz
(II) RADEON(0): Hitachi CM753: Using vrefresh range of 50.00-160.00 Hz
(II) RADEON(0): Clock range: 12.00 to 400.00 MHz
(II) RADEON(0): Not using default mode "1856x1392" (hsync out of range)
(II) RADEON(0): Not using default mode "928x696" (hsync out of range)
(II) RADEON(0): Not using default mode "1920x1440" (hsync out of range)
(II) RADEON(0): Not using default mode "960x720" (hsync out of range)
(--) RADEON(0): Virtual size is 1600x1200 (pitch 1600)
(**) RADEON(0): Default mode "1600x1200": 229.5 MHz, 106.2 kHz, 85.0 Hz
(II) RADEON(0): Modeline "1600x1200" 229.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
(**) RADEON(0): Default mode "1280x1024": 157.5 MHz, 91.1 kHz, 85.0 Hz
(II) RADEON(0): Modeline "1280x1024" 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
(**) RADEON(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(II) RADEON(0): Modeline "1024x768" 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
(**) RADEON(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(II) RADEON(0): Modeline "800x600" 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync
(**) RADEON(0): Default mode "640x480": 74.2 MHz, 85.9 kHz, 85.1 Hz (D)
(II) RADEON(0): Modeline "640x480" 74.25 640 672 752 864 480 480 482 505 doublescan +hsync +vsync
(--) RADEON(0): Display dimensions: (360, 270) mm
(--) RADEON(0): DPI set to (112, 112)
(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) 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.2.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(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.2.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.5
(**) RADEON(0): Using AGP 4x mode
(II) RADEON(0): Depth moves disabled by default
(!!) RADEON(0): For information on using the multimedia capabilities
of this adapter, please see http://gatos.sf.net.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Reloading /usr/X11R6/lib/modules/libvgahw.a
(II) RADEON(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) RADEON(1): PCI bus 1 card 0 func 0
(**) RADEON(1): Depth 24, (--) framebuffer bpp 32
(II) RADEON(1): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) RADEON(1): Default visual is TrueColor
(**) RADEON(1): Option "AGPMode" "4"
(**) RADEON(1): Option "CrtScreen"
(==) RADEON(1): RGB weight 888
(II) RADEON(1): Using 8 bits per RGB (8 bit DAC)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) RADEON(1): initializing int10
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(--) RADEON(1): Chipset: "ATI Radeon 7500 QW (AGP)" (ChipID = 0x5157)
(--) RADEON(1): Linear framebuffer at 0xd0000000
(--) RADEON(1): MMIO registers at 0xe5000000
(--) RADEON(1): VideoRAM: 32768 kByte (64-bit DDR SDRAM)
(II) RADEON(1): Secondary Display == Type 1
(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) RADEON(1): I2C bus "DDC" initialized.
(**) RADEON(1): Option "NoDDC"
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/X11R6/lib/modules/libvbe.a
(II) RADEON(0): VESA BIOS detected
(II) RADEON(0): VESA VBE Version 2.0
(II) RADEON(0): VESA VBE Total Mem: 65536 kB
(II) RADEON(0): VESA VBE OEM: ATI RADEON 7500
(II) RADEON(0): VESA VBE OEM Software Rev: 1.0
(II) RADEON(0): VESA VBE OEM Vendor: ATI Technologies Inc.
(II) RADEON(0): VESA VBE OEM Product: V200
(II) RADEON(0): VESA VBE OEM Product Rev: 01.00
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) RADEON(0): VESA VBE DDC supported
(II) RADEON(0): VESA VBE DDC Level 2
(II) RADEON(0): VESA VBE DDC transfer in appr. 2 sec.
(II) RADEON(0): VESA VBE DDC read successfully
(II) RADEON(1): BIOS EDID Info:
(II) RADEON(0): Manufacturer: HTC Model: ac22 Serial#: 16843009
(II) RADEON(0): Year: 1998 Week: 0
(II) RADEON(0): EDID Version: 1.1
(II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
(II) RADEON(0): Sync: Separate Composite SyncOnGreen
(II) RADEON(0): Max H-Image Size [cm]: horiz.: 36 vert.: 27
(II) RADEON(0): Gamma: 2.30
(II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) RADEON(0): redX: 0.625 redY: 0.340 greenX: 0.285 greenY: 0.605
(II) RADEON(0): blueX: 0.150 blueY: 0.065 whiteX: 0.283 whiteY: 0.298
(II) RADEON(0): Supported VESA Video Modes:
(II) RADEON(0): 720x400@70Hz
(II) RADEON(0): 720x400@88Hz
(II) RADEON(0): 640x480@60Hz
(II) RADEON(0): 640x480@67Hz
(II) RADEON(0): 640x480@72Hz
(II) RADEON(0): 640x480@75Hz
(II) RADEON(0): 800x600@56Hz
(II) RADEON(0): 800x600@60Hz
(II) RADEON(0): 800x600@72Hz
(II) RADEON(0): 800x600@75Hz
(II) RADEON(0): 832x624@75Hz
(II) RADEON(0): 1024x768@60Hz
(II) RADEON(0): 1024x768@70Hz
(II) RADEON(0): 1024x768@75Hz
(II) RADEON(0): 1280x1024@75Hz
(II) RADEON(0): 1152x870@75Hz
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported Future Video Modes:
(II) RADEON(0): #0: hsize: 1600 vsize 1200 refresh: 75 vid: 20393
(II) RADEON(0): #1: hsize: 1600 vsize 1200 refresh: 70 vid: 19113
(II) RADEON(0): #2: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
(II) RADEON(0): #3: hsize: 1280 vsize 1024 refresh: 85 vid: 39297
(II) RADEON(0): #4: hsize: 1024 vsize 768 refresh: 85 vid: 22881
(II) RADEON(0): #5: hsize: 800 vsize 600 refresh: 85 vid: 22853
(II) RADEON(0): #6: hsize: 1600 vsize 1280 refresh: 75 vid: 36777
(II) RADEON(0): #7: hsize: 1600 vsize 1200 refresh: 85 vid: 22953
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 229.5 MHz Image Size: 360 x 270 mm
(II) RADEON(0): h_active: 1600 h_sync: 1664 h_sync_end 1856 h_blank_end 2160 h_border: 0
(II) RADEON(0): v_active: 1200 v_sync: 1201 v_sync_end 1204 v_blanking: 1250 v_border: 0
(II) RADEON(0): Ranges: V min: 50 V max: 160 Hz, H min: 31 H max: 107 kHz, PixClock max 2550 MHz
(II) RADEON(0): Monitor name: CM753
(II) RADEON(0): Serial No:
(II) RADEON(1): End of DDC Monitor info
(II) RADEON(1): PLL parameters: rf=2700 rd=12 min=12000 max=40000; xclk=19300
(==) RADEON(1): Using gamma correction (1.0, 1.0, 1.0)
(WW) RADEON(1): config file hsync range 30-62kHz not within DDC hsync range 31-107kHz
(II) RADEON(1): Nokia 449E: Using hsync range of 30.00-62.00 kHz
(II) RADEON(1): Nokia 449E: Using vrefresh range of 50.00-100.00 Hz
(II) RADEON(1): Clock range: 12.00 to 400.00 MHz
(II) RADEON(1): Not using default mode "1024x768" (hsync out of range)
(II) RADEON(1): Not using default mode "512x384" (hsync out of range)
(II) RADEON(1): Not using default mode "1152x864" (hsync out of range)
(II) RADEON(1): Not using default mode "576x432" (hsync out of range)
(II) RADEON(1): Not using default mode "1280x960" (hsync out of range)
(II) RADEON(1): Not using default mode "640x480" (hsync out of range)
(II) RADEON(1): Not using default mode "1280x1024" (hsync out of range)
(II) RADEON(1): Not using default mode "640x512" (hsync out of range)
(II) RADEON(1): Not using default mode "1280x1024" (hsync out of range)
(II) RADEON(1): Not using default mode "640x512" (hsync out of range)
(II) RADEON(1): Not using default mode "1280x1024" (hsync out of range)
(II) RADEON(1): Not using default mode "640x512" (hsync out of range)
(II) RADEON(1): Not using default mode "1600x1200" (hsync out of range)
(II) RADEON(1): Not using default mode "800x600" (hsync out of range)
(II) RADEON(1): Not using default mode "1600x1200" (hsync out of range)
(II) RADEON(1): Not using default mode "800x600" (hsync out of range)
(II) RADEON(1): Not using default mode "1600x1200" (hsync out of range)
(II) RADEON(1): Not using default mode "800x600" (hsync out of range)
(II) RADEON(1): Not using default mode "1600x1200" (hsync out of range)
(II) RADEON(1): Not using default mode "800x600" (hsync out of range)
(II) RADEON(1): Not using default mode "1600x1200" (hsync out of range)
(II) RADEON(1): Not using default mode "800x600" (hsync out of range)
(II) RADEON(1): Not using default mode "1792x1344" (hsync out of range)
(II) RADEON(1): Not using default mode "896x672" (hsync out of range)
(II) RADEON(1): Not using default mode "1792x1344" (hsync out of range)
(II) RADEON(1): Not using default mode "896x672" (hsync out of range)
(II) RADEON(1): Not using default mode "1856x1392" (hsync out of range)
(II) RADEON(1): Not using default mode "928x696" (hsync out of range)
(II) RADEON(1): Not using default mode "1856x1392" (hsync out of range)
(II) RADEON(1): Not using default mode "928x696" (hsync out of range)
(II) RADEON(1): Not using default mode "1920x1440" (hsync out of range)
(II) RADEON(1): Not using default mode "960x720" (hsync out of range)
(II) RADEON(1): Not using default mode "1920x1440" (hsync out of range)
(II) RADEON(1): Not using default mode "960x720" (hsync out of range)
(II) RADEON(1): Not using default mode "1400x1050" (hsync out of range)
(II) RADEON(1): Not using default mode "700x525" (hsync out of range)
(II) RADEON(1): Not using default mode "1400x1050" (hsync out of range)
(II) RADEON(1): Not using default mode "700x525" (hsync out of range)
(II) RADEON(1): Not using default mode "1600x1024" (hsync out of range)
(II) RADEON(1): Not using default mode "800x512" (hsync out of range)
(--) RADEON(1): Virtual size is 800x600 (pitch 832)
(**) RADEON(1): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(II) RADEON(1): Modeline "800x600" 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync
(**) RADEON(1): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(II) RADEON(1): Modeline "640x480" 36.00 640 696 752 832 480 481 484 509 -hsync -vsync
(--) RADEON(1): Display dimensions: (360, 270) mm
(--) RADEON(1): DPI set to (56, 56)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Reloading /usr/X11R6/lib/modules/libfb.a
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Reloading /usr/X11R6/lib/modules/libramdac.a
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Reloading /usr/X11R6/lib/modules/libxaa.a
(**) RADEON(1): Using AGP 4x mode
(II) RADEON(1): Depth moves disabled by default
(!!) RADEON(1): For information on using the multimedia capabilities
of this adapter, please see http://gatos.sf.net.
(--) Depth 24 pixmap format is 32 bpp
(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.2.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.5
(II) resource ranges after preInit:
[0] 0 0xe5000000 - 0xe500ffff (0x10000) MX[B]
[1] 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B]
[2] 0 0xe5000000 - 0xe500ffff (0x10000) MX[B]
[3] 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B]
[4] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[5] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[6] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[7] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[8] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[9] -1 0xe7102000 - 0xe7102fff (0x1000) MX[B]
[10] -1 0xe7000000 - 0xe70fffff (0x100000) MX[B]
[11] -1 0xe7100000 - 0xe7100fff (0x1000) MX[B]
[12] -1 0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
[13] -1 0xe5000000 - 0xe500ffff (0x10000) MX[B](B)
[14] -1 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[15] -1 0xe7101000 - 0xe7101fff (0x1000) MX[B](B)
[16] 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[17] 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[18] 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[19] 0 0x00009000 - 0x000090ff (0x100) IX[B]
[20] 0 0x00009000 - 0x000090ff (0x100) IX[B]
[21] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[22] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[23] -1 0x0000c800 - 0x0000c8ff (0x100) IX[B]
[24] -1 0x0000c400 - 0x0000c403 (0x4) IX[B]
[25] -1 0x0000c000 - 0x0000c007 (0x8) IX[B]
[26] -1 0x0000bc00 - 0x0000bc03 (0x4) IX[B]
[27] -1 0x0000b800 - 0x0000b807 (0x8) IX[B]
[28] -1 0x0000b400 - 0x0000b407 (0x8) IX[B]
[29] -1 0x0000b000 - 0x0000b01f (0x20) IX[B]
[30] -1 0x0000ac00 - 0x0000ac1f (0x20) IX[B]
[31] -1 0x0000a800 - 0x0000a81f (0x20) IX[B]
[32] -1 0x0000a400 - 0x0000a41f (0x20) IX[B]
[33] -1 0x0000a000 - 0x0000a00f (0x10) IX[B]
[34] -1 0x00009000 - 0x000090ff (0x100) IX[B](B)
[35] 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[36] 0 0x000003c0 - 0x000003df (0x20) IS[B]
(==) RADEON(0): Write-combining range (0xd0000000,0x2000000)
(WW) RADEON(0): Cannot read colourmap from VGA. Will restore with default
(II) RADEON(0): Starting up Xvideo subsystems
(II) RADEON(0): membase=0xd0000000 memsize=0x08000000 agpSize=0x00000008
(WW) RADEON(0): Direct Rendering Disabled -- Dual-head configuration is not working with DRI at present.
Please use only one Device/Screen section in your XFConfig file.
(II) RADEON(0): Memory manager initialized to (0,0) (1600,5242)
(II) RADEON(0): Reserved area from (0,1200) to (1600,1202)
(II) RADEON(0): Largest offscreen area available: 1600 x 4040
(==) RADEON(0): Backing store disabled
(==) RADEON(0): Silken mouse enabled
(II) RADEON(0): Using MMIO based acceleration
(II) RADEON(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
Dashed Lines
Scanline Image Writes
Offscreen Pixmaps
Setting up tile and stipple cache:
32 128x128 slots
29 256x256 slots
14 512x512 slots
(II) RADEON(0): Acceleration enabled
(II) RADEON(0): Using hardware cursor (scanline 4808)
(II) RADEON(0): Largest offscreen area available: 1600 x 4039
(**) Option "dpms" "on"
(**) RADEON(0): DPMS enabled
Fatal server error:
Caught signal 11. Server aborting
When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.1.log".
Please report problems to [EMAIL PROTECTED]
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) RADEON(0): Shutting down Xvideo subsystems
(II) RADEON(0): membase=0xd0000000 memsize=0x08000000 agpSize=0x00000008