Wrong resolution and refresh on second screen

sfrdll at tiscali.it sfrdll at tiscali.it
Sun May 25 05:44:21 PDT 2008


Hi all,
I know that his topic as been discussed thousand times, but this is my 
first time in xorg configuration and I hardly understand old discussions.

I have an ASUS laptop with ATI Radeon Mobility 7500, and 1400x1050 LCD screen.
A few days ago I plugged and external Acer 1680x1050 LCD screen, but it only 
works at 1440x900 75Hz, I cannot get it working at 1680x1050 60Hz.

I think it is due to wrong xorg.conf.

Can anyone please help me? Thanks a lot.

Sergio

Here are my xorg.conf and Xorg.0.log:

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

# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen	       0 "ScreenAsus" 0 0
	Screen         1 "ScreenAcer" RightOf "ScreenAsus"
	InputDevice    "Generic Keyboard"
	InputDevice    "Configured Mouse"
	InputDevice    "Synaptics Touchpad"
EndSection

Section "Files"
EndSection

Section "Module"
EndSection

Section "InputDevice"
	Identifier  "Generic Keyboard"
	Driver      "kbd"
	Option	    "CoreKeyboard"
	Option	    "XkbRules" "xorg"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "it"
EndSection

Section "InputDevice"
	Identifier  "Configured Mouse"
	Driver      "mouse"
	Option	    "CorePointer"
	Option	    "Device" "/dev/input/mice"
	Option	    "Protocol" "ImPS/2"
	Option	    "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
	Identifier  "Synaptics Touchpad"
	Driver      "synaptics"
	Option	    "SendCoreEvents" "true"
	Option	    "Device" "/dev/psaux"
	Option	    "Protocol" "auto-dev"
	Option	    "HorizScrollDelta" "0"
EndSection

Section "Monitor"
	Identifier   "MonitorAsus"
	HorizSync    60.0 - 75.0
	VertRefresh  60.0 - 75.0
	Option	     "DPMS"
EndSection

Section "Monitor"
	Identifier   "MonitorAcer"
	HorizSync    60.0 - 75.0
	VertRefresh  60.0 - 75.0
	Option       "DPMS"
EndSection

Section "Device"
	Identifier  "RadeonAsus"
	Driver      "ati"
	BusID       "PCI:1:0:0"
	Screen      0 # "ScreenAsus"
EndSection

Section "Device"
	Identifier  "RadeonAcer"
	Driver      "ati"
	BusID       "PCI:1:0:0"
	Screen      1 # "ScreenAcer"
EndSection

Section "Screen"
	Identifier  "ScreenAsus"
	Device      "RadeonAsus"
	Monitor     "MonitorAsus"
	DefaultDepth     24
	SubSection "Display"
		Depth     24
		Modes    "1400x1050"
	EndSubSection
EndSection

Section "Screen"
	Identifier  "ScreenAcer"
	Device      "RadeonAcer"
	Monitor     "MonitorAsus"
	DefaultDepth     24
	SubSection "Display"
		Depth     24
		Modes     "1680x1050"
	EndSubSection
EndSection

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

(==) Log file: "/var/log/Xorg.0.log", Time: Sun May 25 14:26:41 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "ScreenAsus" (0)
(**) |   |-->Monitor "MonitorAsus"
(**) |   |-->Device "RadeonAsus"
(**) |-->Screen "ScreenAcer" (1)
(**) |   |-->Monitor "MonitorAsus"
(**) |   |-->Device "RadeonAcer"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Synaptics Touchpad"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81d9220
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 2.0
	X.Org XInput driver : 2.0
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org Video Driver, version 2.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
...
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
...
(II) "extmod" will be loaded by default.
(II) "dbe" will be loaded by default.
(II) "glx" will be loaded by default.
(II) "freetype" will be loaded by default.
(II) "record" will be loaded by default.
(II) "dri" will be loaded by default.
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(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 TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 1.4.0.90, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "radeon"
(II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
(II) Module radeon: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 4.3.0
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.2.2
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.2.3
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
	compiled for 4.3.99.902, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) RADEON: Driver for ATI Radeon chipsets:
...
(II) Primary Device is: PCI 01:00:0
(--) Chipset ATI Radeon Mobility M7 LW (AGP) found
(--) Chipset ATI Radeon Mobility M7 LW (AGP) found
(II) resource ranges after xf86ClaimFixedResources() call:
...
(II) resource ranges after probing:
...
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(II) RADEON(0): MMIO registers at 0x00000000d6800000: size 64KB
(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
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 0.1.0
	ABI class: X.Org Video Driver, version 2.0
(II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 
0x0000
(==) 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) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org Video Driver, version 2.0
(II) RADEON(0): initializing int10
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(--) RADEON(0): Chipset: "ATI Radeon Mobility M7 LW (AGP)" (ChipID = 0x4c57)
(--) RADEON(0): Linear framebuffer at 0x00000000d8000000
(--) RADEON(0): BIOS at 0xd7fe0000
(II) RADEON(0): AGP card detected
(II) RADEON(0): Legacy BIOS detected
(WW) RADEON(0): Direct Rendering Disabled -- Dual-head configuration is not 
working with DRI at present.
Please use the radeon MergedFB option if you want Dual-head with DRI.
(II) RADEON(0): Detected total video RAM=32768K, accessible=65536K (PCI 
BAR=131072K)
(--) RADEON(0): Mapped VideoRAM: 32768 kByte (64 bit DDR SDRAM)
(II) RADEON(0): Using 16384k of videoram for primary head
(II) RADEON(0): Color tiling disabled
(II) RADEON(0): Max desktop size set to 1600x1200
(II) RADEON(0): For a larger or smaller max desktop size, add a Virtual line 
to your xorg.conf
(II) RADEON(0): If you are having trouble with 3D, reduce the desktop size by 
adjusting the Virtual line to your xorg.conf
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"(II) Module "i2c" already built-in
(II) RADEON(0): ref_freq: 2700, min_out_pll: 12000, max_out_pll: 35000, 
min_in_pll: 40, max_in_pll: 3000, xclk: 18300, sclk: 183.000000, mclk: 
230.000000
(II) RADEON(0): PLL parameters: rf=2700 rd=12 min=12000 max=35000; xclk=18300
(II) RADEON(0): Bios Connector table: 
(II) RADEON(0): Port0: DDCType-0x60, DACType-1, TMDSType-1, ConnectorType-1
(II) RADEON(0): Port4: DDCType-0x0, DACType-0, TMDSType-0, ConnectorType-7
(II) RADEON(0): Port5: DDCType-0x0, DACType-2, TMDSType-0, ConnectorType-5
(II) RADEON(0): Output VGA-0 using monitor section MonitorAsus
(II) RADEON(0): I2C bus "VGA-0" initialized.
(II) RADEON(0): Output LVDS has no monitor section
(II) RADEON(0): Panel ID string: Samsung LTN150P1-L02    
(II) RADEON(0): Panel Size from BIOS: 1400x1050
(II) RADEON(0): BIOS provided dividers will be used.
(WW) RADEON(0): LVDS Info:
XRes: 1400, YRes: 1050, DotClock: 108000
HBlank: 272, HOverPlus: 32808, HSyncWidth: 112
VBlank: 13, VOverPlus: 0, VSyncWidth: 3
(II) RADEON(0): Output S-video has no monitor section
(II) RADEON(0): Default TV standard: NTSC
(II) RADEON(0): TV standards supported by chip: NTSC PAL 
(II) RADEON(0): Port0:
 Monitor   -- AUTO
 Connector -- LVDS
 DAC Type  -- None
 TMDS Type -- None
 DDC Type  -- 0x0
(II) RADEON(0): Detected non-DDC Monitor Type: 2
finished output detect: 0
finished all detect
before xf86InitialConfiguration
(II) RADEON(0): Detected non-DDC Monitor Type: 2
in RADEONProbeOutputModes
(II) RADEON(0): Added native panel mode: 1400x1050
(II) RADEON(0): Total number of valid Screen mode(s) added: 0
(II) RADEON(0): Output LVDS connected
(II) RADEON(0): Output LVDS using initial mode 1400x1050
after xf86InitialConfiguration
(==) RADEON(0): DPI set to (96, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(==) RADEON(0): Using XAA acceleration architecture
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.2.0
	ABI class: X.Org Video Driver, version 2.0
(==) RADEON(0): Assuming overlay scaler buffer width is 1536
(II) RADEON(0): No MM_TABLE found - assuming CARD is not TV-in capable.
(!!) RADEON(0): For information on using the multimedia capabilities
	of this adapter, please see http://gatos.sf.net.
(!!) RADEON(0): MergedFB support has been removed and replaced with xrandr 1.2 
support
(II) RADEON(1): MMIO registers at 0x00000000d6800000: size 64KB
(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
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Reloading /usr/lib/xorg/modules//libvgahw.so
(II) RADEON(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 
0x0000
(==) 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/lib/xorg/modules//libint10.so
(II) RADEON(1): initializing int10
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(--) RADEON(1): Chipset: "ATI Radeon Mobility M7 LW (AGP)" (ChipID = 0x4c57)
(--) RADEON(1): Linear framebuffer at 0x00000000d8000000
(--) RADEON(1): BIOS at 0xd7fe0000
(II) RADEON(1): AGP card detected
(II) RADEON(1): Legacy BIOS detected
(WW) RADEON(1): Direct Rendering Disabled -- Dual-head configuration is not 
working with DRI at present.
Please use the radeon MergedFB option if you want Dual-head with DRI.
(II) RADEON(1): Detected total video RAM=32768K, accessible=65536K (PCI 
BAR=131072K)
(--) RADEON(1): Mapped VideoRAM: 32768 kByte (64 bit DDR SDRAM)
(II) RADEON(1): Using 16384k of videoram for secondary head
(II) RADEON(1): Color tiling disabled
(II) RADEON(1): Max desktop size set to 1600x1200
(II) RADEON(1): For a larger or smaller max desktop size, add a Virtual line 
to your xorg.conf
(II) RADEON(1): If you are having trouble with 3D, reduce the desktop size by 
adjusting the Virtual line to your xorg.conf
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"(II) Module "i2c" already built-in
(II) RADEON(1): ref_freq: 2700, min_out_pll: 12000, max_out_pll: 35000, 
min_in_pll: 40, max_in_pll: 3000, xclk: 18300, sclk: 183.000000, mclk: 
230.000000
(II) RADEON(1): PLL parameters: rf=2700 rd=12 min=12000 max=35000; xclk=18300
(II) RADEON(1): Bios Connector table: 
(II) RADEON(1): Port0: DDCType-0x60, DACType-1, TMDSType-1, ConnectorType-1
(II) RADEON(1): Port4: DDCType-0x0, DACType-0, TMDSType-0, ConnectorType-7
(II) RADEON(1): Port5: DDCType-0x0, DACType-2, TMDSType-0, ConnectorType-5
(II) RADEON(1): Output VGA-0 using monitor section MonitorAsus
(II) RADEON(1): I2C bus "VGA-0" initialized.
(II) RADEON(1): Output LVDS has no monitor section
(II) RADEON(1): Panel ID string: Samsung LTN150P1-L02    
(II) RADEON(0): Panel Size from BIOS: 1400x1050
(II) RADEON(1): BIOS provided dividers will be used.
(WW) RADEON(1): LVDS Info:
XRes: 1400, YRes: 1050, DotClock: 108000
HBlank: 272, HOverPlus: 32808, HSyncWidth: 112
VBlank: 13, VOverPlus: 0, VSyncWidth: 3
(II) RADEON(1): Output S-video has no monitor section
(II) RADEON(1): Default TV standard: NTSC
(II) RADEON(1): TV standards supported by chip: NTSC PAL 
(II) RADEON(1): Port0:
 Monitor   -- AUTO
 Connector -- VGA
 DAC Type  -- Primary
 TMDS Type -- None
 DDC Type  -- 0x60
(II) RADEON(1): I2C device "VGA-0:ddc2" registered at address 0xA0.
(II) RADEON(1): EDID vendor "ACR", prod id 17
(II) RADEON(1): Using hsync ranges from config file
(II) RADEON(1): Using vrefresh ranges from config file
(II) RADEON(1): Printing DDC gathered Modelines:
(II) RADEON(1): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 
1053 1059 1089 -hsync +vsync (65.3 kHz)
(II) RADEON(1): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 
628 +hsync +vsync (37.9 kHz)
(II) RADEON(1): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 
625 +hsync +vsync (35.2 kHz)
(II) RADEON(1): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 
500 -hsync -vsync (37.5 kHz)
(II) RADEON(1): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 491 
520 -hsync -vsync (37.9 kHz)
(II) RADEON(1): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 
525 -hsync -vsync (35.0 kHz)
(II) RADEON(1): Modeline "640x480"x0.0   25.20  640 656 752 800  480 490 492 
525 -hsync -vsync (31.5 kHz)
(II) RADEON(1): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 
449 -hsync +vsync (31.5 kHz)
(II) RADEON(1): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 
1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) RADEON(1): Modeline "1024x768"x0.0   78.80  1024 1040 1136 1312  768 769 
772 800 +hsync +vsync (60.1 kHz)
(II) RADEON(1): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 
777 806 -hsync -vsync (56.5 kHz)
(II) RADEON(1): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 
777 806 -hsync -vsync (48.4 kHz)
(II) RADEON(1): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 
667 -hsync -vsync (49.7 kHz)
(II) RADEON(1): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 
625 +hsync +vsync (46.9 kHz)
(II) RADEON(1): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 
666 +hsync +vsync (48.1 kHz)
(II) RADEON(1): Modeline "1280x1024"x59.9  109.00  1280 1368 1496 1712  1024 
1027 1034 1063 -hsync +vsync (63.7 kHz)
(II) RADEON(1): Modeline "1280x960"x59.9  101.25  1280 1360 1488 1696  960 963 
967 996 -hsync +vsync (59.7 kHz)
(II) RADEON(1): Modeline "1152x864"x74.8  104.00  1152 1224 1344 1536  864 867 
871 905 -hsync +vsync (67.7 kHz)
(II) RADEON(1): Modeline "1440x900"x59.9  106.50  1440 1528 1672 1904  900 903 
909 934 -hsync +vsync (55.9 kHz)
(II) RADEON(1): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 
909 942 -hsync +vsync (70.6 kHz)
(II) RADEON(1): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 
1053 1059 1089 -hsync +vsync (65.3 kHz)
(II) RADEON(1): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 
728 748 -hsync +vsync (44.8 kHz)
(II) RADEON(1): Modeline "1600x1200"x59.9  161.00  1600 1712 1880 2160  1200 
1203 1207 1245 -hsync +vsync (74.5 kHz)
(II) RADEON(1): Output: VGA-0, Detected Monitor Type: 1
(II) RADEON(1): EDID data from the display on output: 
VGA-0 ----------------------
(II) RADEON(1): Manufacturer: ACR  Model: 11  Serial#: 1948256445
(II) RADEON(1): Year: 2007  Week: 42
(II) RADEON(1): EDID Version: 1.3
(II) RADEON(1): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
(II) RADEON(1): Sync:  Separate
(II) RADEON(1): Max H-Image Size [cm]: horiz.: 47  vert.: 30
(II) RADEON(1): Gamma: 2.20
(II) RADEON(1): DPMS capabilities: Off; RGB/Color Display
(II) RADEON(1): Default color space is primary color space
(II) RADEON(1): First detailed timing is preferred mode
(II) RADEON(1): redX: 0.644 redY: 0.348   greenX: 0.286 greenY: 0.603
(II) RADEON(1): blueX: 0.143 blueY: 0.070   whiteX: 0.313 whiteY: 0.329
(II) RADEON(1): Supported VESA Video Modes:
(II) RADEON(1): 720x400 at 70Hz
(II) RADEON(1): 640x480 at 60Hz
(II) RADEON(1): 640x480 at 67Hz
(II) RADEON(1): 640x480 at 72Hz
(II) RADEON(1): 640x480 at 75Hz
(II) RADEON(1): 800x600 at 56Hz
(II) RADEON(1): 800x600 at 60Hz
(II) RADEON(1): 800x600 at 72Hz
(II) RADEON(1): 800x600 at 75Hz
(II) RADEON(1): 832x624 at 75Hz
(II) RADEON(1): 1024x768 at 60Hz
(II) RADEON(1): 1024x768 at 70Hz
(II) RADEON(1): 1024x768 at 75Hz
(II) RADEON(1): 1280x1024 at 75Hz
(II) RADEON(1): Manufacturer's mask: 0
(II) RADEON(1): Supported Future Video Modes:
(II) RADEON(1): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) RADEON(1): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
(II) RADEON(1): #2: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) RADEON(1): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
(II) RADEON(1): #4: hsize: 1440  vsize 900  refresh: 75  vid: 3989
(II) RADEON(1): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
(II) RADEON(1): #6: hsize: 1280  vsize 720  refresh: 60  vid: 49281
(II) RADEON(1): #7: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
(II) RADEON(1): Supported additional Video Mode:
(II) RADEON(1): clock: 146.2 MHz   Image Size:  473 x 296 mm
(II) RADEON(1): h_active: 1680  h_sync: 1784  h_sync_end 1960 h_blank_end 2240 
h_border: 0
(II) RADEON(1): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1089 
v_border: 0
(II) RADEON(1): Ranges: V min: 56  V max: 76 Hz, H min: 30  H max: 82 kHz, 
PixClock max 160 MHz
(II) RADEON(1): Monitor name: Acer X223W c
(II) RADEON(1): Serial No: LAZ090143800
(II) RADEON(1): EDID (in hex):
(II) RADEON(1): 	00ffffffffffff0004721100bd082074
(II) RADEON(1): 	2a110103682f1e782ec585a459499a24
(II) RADEON(1): 	125054bfef0081808140714f9500950f
(II) RADEON(1): 	b30081c0a94021399030621a274068b0
(II) RADEON(1): 	3600d9281100001c000000fd00384c1e
(II) RADEON(1): 	5210000a202020202020000000fc0041
(II) RADEON(1): 	63657220583232335720630a000000ff
(II) RADEON(1): 	004c415a3039303134333830302000c5
finished output detect: 0
finished all detect
before xf86InitialConfiguration
(II) RADEON(1): EDID vendor "ACR", prod id 17
(II) RADEON(1): Using hsync ranges from config file
(II) RADEON(1): Using vrefresh ranges from config file
(II) RADEON(1): Printing DDC gathered Modelines:
(II) RADEON(1): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 
1053 1059 1089 -hsync +vsync (65.3 kHz)
(II) RADEON(1): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 
628 +hsync +vsync (37.9 kHz)
(II) RADEON(1): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 
625 +hsync +vsync (35.2 kHz)
(II) RADEON(1): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 
500 -hsync -vsync (37.5 kHz)
(II) RADEON(1): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 491 
520 -hsync -vsync (37.9 kHz)
(II) RADEON(1): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 
525 -hsync -vsync (35.0 kHz)
(II) RADEON(1): Modeline "640x480"x0.0   25.20  640 656 752 800  480 490 492 
525 -hsync -vsync (31.5 kHz)
(II) RADEON(1): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 
449 -hsync +vsync (31.5 kHz)
(II) RADEON(1): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 
1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) RADEON(1): Modeline "1024x768"x0.0   78.80  1024 1040 1136 1312  768 769 
772 800 +hsync +vsync (60.1 kHz)
(II) RADEON(1): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 
777 806 -hsync -vsync (56.5 kHz)
(II) RADEON(1): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 
777 806 -hsync -vsync (48.4 kHz)
(II) RADEON(1): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 
667 -hsync -vsync (49.7 kHz)
(II) RADEON(1): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 
625 +hsync +vsync (46.9 kHz)
(II) RADEON(1): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 
666 +hsync +vsync (48.1 kHz)
(II) RADEON(1): Modeline "1280x1024"x59.9  109.00  1280 1368 1496 1712  1024 
1027 1034 1063 -hsync +vsync (63.7 kHz)
(II) RADEON(1): Modeline "1280x960"x59.9  101.25  1280 1360 1488 1696  960 963 
967 996 -hsync +vsync (59.7 kHz)
(II) RADEON(1): Modeline "1152x864"x74.8  104.00  1152 1224 1344 1536  864 867 
871 905 -hsync +vsync (67.7 kHz)
(II) RADEON(1): Modeline "1440x900"x59.9  106.50  1440 1528 1672 1904  900 903 
909 934 -hsync +vsync (55.9 kHz)
(II) RADEON(1): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 
909 942 -hsync +vsync (70.6 kHz)
(II) RADEON(1): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 
1053 1059 1089 -hsync +vsync (65.3 kHz)
(II) RADEON(1): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 
728 748 -hsync +vsync (44.8 kHz)
(II) RADEON(1): Modeline "1600x1200"x59.9  161.00  1600 1712 1880 2160  1200 
1203 1207 1245 -hsync +vsync (74.5 kHz)
(II) RADEON(1): Output: VGA-0, Detected Monitor Type: 1
(II) RADEON(1): EDID data from the display on output: 
VGA-0 ----------------------
(II) RADEON(1): Manufacturer: ACR  Model: 11  Serial#: 1948256445
(II) RADEON(1): Year: 2007  Week: 42
(II) RADEON(1): EDID Version: 1.3
(II) RADEON(1): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
(II) RADEON(1): Sync:  Separate
(II) RADEON(1): Max H-Image Size [cm]: horiz.: 47  vert.: 30
(II) RADEON(1): Gamma: 2.20
(II) RADEON(1): DPMS capabilities: Off; RGB/Color Display
(II) RADEON(1): Default color space is primary color space
(II) RADEON(1): First detailed timing is preferred mode
(II) RADEON(1): redX: 0.644 redY: 0.348   greenX: 0.286 greenY: 0.603
(II) RADEON(1): blueX: 0.143 blueY: 0.070   whiteX: 0.313 whiteY: 0.329
(II) RADEON(1): Supported VESA Video Modes:
(II) RADEON(1): 720x400 at 70Hz
(II) RADEON(1): 640x480 at 60Hz
(II) RADEON(1): 640x480 at 67Hz
(II) RADEON(1): 640x480 at 72Hz
(II) RADEON(1): 640x480 at 75Hz
(II) RADEON(1): 800x600 at 56Hz
(II) RADEON(1): 800x600 at 60Hz
(II) RADEON(1): 800x600 at 72Hz
(II) RADEON(1): 800x600 at 75Hz
(II) RADEON(1): 832x624 at 75Hz
(II) RADEON(1): 1024x768 at 60Hz
(II) RADEON(1): 1024x768 at 70Hz
(II) RADEON(1): 1024x768 at 75Hz
(II) RADEON(1): 1280x1024 at 75Hz
(II) RADEON(1): Manufacturer's mask: 0
(II) RADEON(1): Supported Future Video Modes:
(II) RADEON(1): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) RADEON(1): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
(II) RADEON(1): #2: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) RADEON(1): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
(II) RADEON(1): #4: hsize: 1440  vsize 900  refresh: 75  vid: 3989
(II) RADEON(1): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
(II) RADEON(1): #6: hsize: 1280  vsize 720  refresh: 60  vid: 49281
(II) RADEON(1): #7: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
(II) RADEON(1): Supported additional Video Mode:
(II) RADEON(1): clock: 146.2 MHz   Image Size:  473 x 296 mm
(II) RADEON(1): h_active: 1680  h_sync: 1784  h_sync_end 1960 h_blank_end 2240 
h_border: 0
(II) RADEON(1): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1089 
v_border: 0
(II) RADEON(1): Ranges: V min: 56  V max: 76 Hz, H min: 30  H max: 82 kHz, 
PixClock max 160 MHz
(II) RADEON(1): Monitor name: Acer X223W c
(II) RADEON(1): Serial No: LAZ090143800
(II) RADEON(1): EDID (in hex):
(II) RADEON(1): 	00ffffffffffff0004721100bd082074
(II) RADEON(1): 	2a110103682f1e782ec585a459499a24
(II) RADEON(1): 	125054bfef0081808140714f9500950f
(II) RADEON(1): 	b30081c0a94021399030621a274068b0
(II) RADEON(1): 	3600d9281100001c000000fd00384c1e
(II) RADEON(1): 	5210000a202020202020000000fc0041
(II) RADEON(1): 	63657220583232335720630a000000ff
(II) RADEON(1): 	004c415a3039303134333830302000c5
in RADEONProbeOutputModes
(II) RADEON(1): EDID vendor "ACR", prod id 17
(II) RADEON(1): Output VGA-0 connected
(II) RADEON(1): Output VGA-0 using initial mode 1440x900
after xf86InitialConfiguration
(**) RADEON(1): Display dimensions: (470, 300) mm
(**) RADEON(1): DPI set to (77, 101)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Reloading /usr/lib/xorg/modules//libfb.so
(==) RADEON(1): Using gamma correction (1.0, 1.0, 1.0)
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(==) RADEON(1): Using XAA acceleration architecture
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Reloading /usr/lib/xorg/modules//libxaa.so
(==) RADEON(1): Assuming overlay scaler buffer width is 1536
(II) RADEON(1): No MM_TABLE found - assuming CARD is not TV-in capable.
(!!) RADEON(1): For information on using the multimedia capabilities
	of this adapter, please see http://gatos.sf.net.
(!!) RADEON(1): MergedFB support has been removed and replaced with xrandr 1.2 
support
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  Yes, I do.
(II) resource ranges after preInit:
...
(II) RADEON(0): RADEONScreenInit d8000000 0 0
(==) RADEON(0): Write-combining range (0xd8000000,0x1000000)
Entering TV Save
Save TV timing tables
saveTimingTables: reading timing tables
TV Save done
disable montype: 2
(II) RADEON(0): Dynamic Clock Scaling Disabled
(II) RADEON(0): RADEONInitMemoryMap() : 
(II) RADEON(0):   mem_size         : 0x04000000
(II) RADEON(0):   MC_FB_LOCATION   : 0xdbffd800
(II) RADEON(0):   MC_AGP_LOCATION  : 0xffffffc0
(II) RADEON(0): Depth moves disabled by default
(II) RADEON(0): Memory manager initialized to (0,0) (1408,2978)
(II) RADEON(0): Reserved area from (0,1200) to (1408,1202)
(II) RADEON(0): Largest offscreen area available: 1408 x 1776
disable montype: 2
init memmap
init common
init crtc1
init pll1
restore memmap
(II) RADEON(0): RADEONRestoreMemMapRegisters() : 
(II) RADEON(0):   MC_FB_LOCATION   : 0xdbffd800 0x1fff0000
(II) RADEON(0):   MC_AGP_LOCATION  : 0xffffffc0
restore common
restore crtc1
restore pll1
restore LVDS
enable montype: 2
disable montype: 2
(==) RADEON(0): Backing store disabled
(WW) RADEON(0): Direct rendering disabled
(II) RADEON(0): Render acceleration enabled
(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
	Scanline Image Writes
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		32 128x128 slots
		11 256x256 slots
		4 512x512 slots
(II) RADEON(0): Acceleration enabled
(**) Option "dpms"
(**) RADEON(0): DPMS enabled
(==) RADEON(0): Silken mouse enabled
(II) RADEON(0): Using hardware cursor 0 (scanline 1202)
(II) RADEON(0): Largest offscreen area available: 1408 x 1773
(II) RADEON(0): Detected Radeon Mobility M7, disabling multimedia i2c
(II) Loading sub module "theatre_detect"
(II) LoadModule: "theatre_detect"
(II) Loading /usr/lib/xorg/modules/multimedia//theatre_detect_drv.so
(II) Module theatre_detect: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org Video Driver, version 2.0
(II) RADEON(0): no multimedia table present, disabling Rage Theatre.
(II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled 
message.
(--) RandR disabled
(II) RADEON(1): RADEONScreenInit d8000000 16777216 0
(==) RADEON(1): Write-combining range (0xd9000000,0x1000000)
(WW) RADEON(1): Cannot read colourmap from VGA.  Will restore with default
Entering TV Save
Save TV timing tables
saveTimingTables: reading timing tables
TV Save done
disable montype: 1
(II) RADEON(1): Dynamic Clock Scaling Disabled
(II) RADEON(1): RADEONInitMemoryMap() : 
(II) RADEON(1):   mem_size         : 0x04000000
(II) RADEON(1):   MC_FB_LOCATION   : 0xdbffd800
(II) RADEON(1):   MC_AGP_LOCATION  : 0xffffffc0
(II) RADEON(1): Depth moves disabled by default
(II) RADEON(1): Memory manager initialized to (0,0) (1440,2912)
(II) RADEON(1): Reserved area from (0,1200) to (1440,1202)
(II) RADEON(1): Largest offscreen area available: 1440 x 1710
disable montype: 1
init memmap
init common
init crtc2
init pll2
freq: 136750000
best_freq: 136750000
best_feedback_div: 547
best_ref_div: 54
best_post_div: 2
restore memmap
restore common
restore crtc2
restore pll2
finished PLL2
restore dac
enable montype: 1
disable montype: 1
(==) RADEON(1): Backing store disabled
(WW) RADEON(1): Direct rendering disabled
(II) RADEON(1): Render acceleration enabled
(II) RADEON(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
	Scanline Image Writes
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		32 128x128 slots
		11 256x256 slots
		4 512x512 slots
(II) RADEON(1): Acceleration enabled
(**) Option "dpms"
(**) RADEON(1): DPMS enabled
(==) RADEON(1): Silken mouse enabled
(II) RADEON(1): Using hardware cursor 0 (scanline 1202)
(II) RADEON(1): Largest offscreen area available: 1440 x 1707
(II) RADEON(1): Detected Radeon Mobility M7, disabling multimedia i2c
(II) Loading sub module "theatre_detect"
(II) LoadModule: "theatre_detect"
(II) Reloading /usr/lib/xorg/modules/multimedia//theatre_detect_drv.so
(II) RADEON(1): no multimedia table present, disabling Rage Theatre.
(II) RADEON(1): RandR 1.2 enabled, ignore the following RandR disabled 
message.
(--) RandR disabled
(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 XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) AIGLX: Screen 0 is not DRI capable
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions//libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
(II) AIGLX: Screen 1 is not DRI capable
(II) GLX: Initialized MESA-PROXY GL provider for screen 1
(II) RADEON(0): Setting screen physical size to 370 x 277
(II) RADEON(1): Setting screen physical size to 473 x 296
...
(II) RADEON(0): Detected non-DDC Monitor Type: 2
in RADEONProbeOutputModes
(II) RADEON(0): Added native panel mode: 1400x1050
(II) RADEON(0): Total number of valid Screen mode(s) added: 0
(II) RADEON(0): Detected non-DDC Monitor Type: 2
in RADEONProbeOutputModes
(II) RADEON(0): Added native panel mode: 1400x1050
(II) RADEON(0): Total number of valid Screen mode(s) added: 0
(II) RADEON(1): EDID vendor "ACR", prod id 17
(II) RADEON(1): Using hsync ranges from config file
(II) RADEON(1): Using vrefresh ranges from config file
(II) RADEON(1): Printing DDC gathered Modelines:
(II) RADEON(1): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 
1053 1059 1089 -hsync +vsync (65.3 kHz)
(II) RADEON(1): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 
628 +hsync +vsync (37.9 kHz)
(II) RADEON(1): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 
625 +hsync +vsync (35.2 kHz)
(II) RADEON(1): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 
500 -hsync -vsync (37.5 kHz)
(II) RADEON(1): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 491 
520 -hsync -vsync (37.9 kHz)
(II) RADEON(1): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 
525 -hsync -vsync (35.0 kHz)
(II) RADEON(1): Modeline "640x480"x0.0   25.20  640 656 752 800  480 490 492 
525 -hsync -vsync (31.5 kHz)
(II) RADEON(1): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 
449 -hsync +vsync (31.5 kHz)
(II) RADEON(1): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 
1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) RADEON(1): Modeline "1024x768"x0.0   78.80  1024 1040 1136 1312  768 769 
772 800 +hsync +vsync (60.1 kHz)
(II) RADEON(1): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 
777 806 -hsync -vsync (56.5 kHz)
(II) RADEON(1): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 
777 806 -hsync -vsync (48.4 kHz)
(II) RADEON(1): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 
667 -hsync -vsync (49.7 kHz)
(II) RADEON(1): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 
625 +hsync +vsync (46.9 kHz)
(II) RADEON(1): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 
666 +hsync +vsync (48.1 kHz)
(II) RADEON(1): Modeline "1280x1024"x59.9  109.00  1280 1368 1496 1712  1024 
1027 1034 1063 -hsync +vsync (63.7 kHz)
(II) RADEON(1): Modeline "1280x960"x59.9  101.25  1280 1360 1488 1696  960 963 
967 996 -hsync +vsync (59.7 kHz)
(II) RADEON(1): Modeline "1152x864"x74.8  104.00  1152 1224 1344 1536  864 867 
871 905 -hsync +vsync (67.7 kHz)
(II) RADEON(1): Modeline "1440x900"x59.9  106.50  1440 1528 1672 1904  900 903 
909 934 -hsync +vsync (55.9 kHz)
(II) RADEON(1): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 
909 942 -hsync +vsync (70.6 kHz)
(II) RADEON(1): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 
1053 1059 1089 -hsync +vsync (65.3 kHz)
(II) RADEON(1): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 
728 748 -hsync +vsync (44.8 kHz)
(II) RADEON(1): Modeline "1600x1200"x59.9  161.00  1600 1712 1880 2160  1200 
1203 1207 1245 -hsync +vsync (74.5 kHz)
(II) RADEON(1): Output: VGA-0, Detected Monitor Type: 1
(II) RADEON(1): EDID data from the display on output: 
VGA-0 ----------------------
(II) RADEON(1): Manufacturer: ACR  Model: 11  Serial#: 1948256445
(II) RADEON(1): Year: 2007  Week: 42
(II) RADEON(1): EDID Version: 1.3
(II) RADEON(1): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
(II) RADEON(1): Sync:  Separate
(II) RADEON(1): Max H-Image Size [cm]: horiz.: 47  vert.: 30
(II) RADEON(1): Gamma: 2.20
(II) RADEON(1): DPMS capabilities: Off; RGB/Color Display
(II) RADEON(1): Default color space is primary color space
(II) RADEON(1): First detailed timing is preferred mode
(II) RADEON(1): redX: 0.644 redY: 0.348   greenX: 0.286 greenY: 0.603
(II) RADEON(1): blueX: 0.143 blueY: 0.070   whiteX: 0.313 whiteY: 0.329
(II) RADEON(1): Supported VESA Video Modes:
(II) RADEON(1): 720x400 at 70Hz
(II) RADEON(1): 640x480 at 60Hz
(II) RADEON(1): 640x480 at 67Hz
(II) RADEON(1): 640x480 at 72Hz
(II) RADEON(1): 640x480 at 75Hz
(II) RADEON(1): 800x600 at 56Hz
(II) RADEON(1): 800x600 at 60Hz
(II) RADEON(1): 800x600 at 72Hz
(II) RADEON(1): 800x600 at 75Hz
(II) RADEON(1): 832x624 at 75Hz
(II) RADEON(1): 1024x768 at 60Hz
(II) RADEON(1): 1024x768 at 70Hz
(II) RADEON(1): 1024x768 at 75Hz
(II) RADEON(1): 1280x1024 at 75Hz
(II) RADEON(1): Manufacturer's mask: 0
(II) RADEON(1): Supported Future Video Modes:
(II) RADEON(1): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) RADEON(1): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
(II) RADEON(1): #2: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) RADEON(1): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
(II) RADEON(1): #4: hsize: 1440  vsize 900  refresh: 75  vid: 3989
(II) RADEON(1): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
(II) RADEON(1): #6: hsize: 1280  vsize 720  refresh: 60  vid: 49281
(II) RADEON(1): #7: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
(II) RADEON(1): Supported additional Video Mode:
(II) RADEON(1): clock: 146.2 MHz   Image Size:  473 x 296 mm
(II) RADEON(1): h_active: 1680  h_sync: 1784  h_sync_end 1960 h_blank_end 2240 
h_border: 0
(II) RADEON(1): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1089 
v_border: 0
(II) RADEON(1): Ranges: V min: 56  V max: 76 Hz, H min: 30  H max: 82 kHz, 
PixClock max 160 MHz
(II) RADEON(1): Monitor name: Acer X223W c
(II) RADEON(1): Serial No: LAZ090143800
(II) RADEON(1): EDID (in hex):
(II) RADEON(1): 	00ffffffffffff0004721100bd082074
(II) RADEON(1): 	2a110103682f1e782ec585a459499a24
(II) RADEON(1): 	125054bfef0081808140714f9500950f
(II) RADEON(1): 	b30081c0a94021399030621a274068b0
(II) RADEON(1): 	3600d9281100001c000000fd00384c1e
(II) RADEON(1): 	5210000a202020202020000000fc0041
(II) RADEON(1): 	63657220583232335720630a000000ff
(II) RADEON(1): 	004c415a3039303134333830302000c5
in RADEONProbeOutputModes
(II) RADEON(1): EDID vendor "ACR", prod id 17


More information about the xorg-driver-ati mailing list