You are not logged in.

#1 2008-09-01 21:37:05

Laertes
Member
From: Munich
Registered: 2007-04-08
Posts: 66

Desktop too big for TVout with catalyst drivers

Hi all,

I have a little problem when connecting my laptop with an Ati Mobile Radeon 9700 to a TV: the desktop area is too big, only part of it is seen on the TV and it can be moved around with the mouse. I would like to know how to fit the desktop to the TV screen. I have tried everything, from the amd catalyst control center to the aticonfig command, but with no succes. According to the aticonfig help, the option clone can be used to have the same desktop on two screens, each one with different resolution and refresh rate, as is the case with the laptop screen an TV, but it doesn´t solve my problem.

I post my xorg.conf and my Xorg.log:

ection "ServerLayout"
    Identifier     "Xorg Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "USB Mouse" "SendCoreEvents"
    Option        "AIGLX" "on"
EndSection

Section "Files"
    RgbPath      "/usr/share/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/OTF"
    FontPath     "/usr/share/fonts/100dpi"
    FontPath     "/usr/share/fonts/75dpi"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/artwiz-fonts"
    FontPath     "/usr/share/fonts/local"
    FontPath     "/usr/share/fonts/cyrillic"
    FontPath     "/usr/share/fonts/Type1"
    FontPath     "/usr/share/fonts/speedo"
EndSection

Section "Module"

#    Load  "type1"  # ya las maneja el freetype
    Load  "ddc"  # ddc probing of monitor
    Load  "dbe"
    Load  "dri"
    Load  "extmod"
    Load  "glx"
    Load  "drm"
#       Load  "bitmap" # bitmap-fonts, ya las maneja el freetype
    Load  "freetype"
    Load  "record"
    Load  "synaptics"
EndSection

Section "ServerFlags"
    Option        "AllowMouseOpenFail" "true"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "keyboard"
    Option        "CoreKeyboard"
    Option        "XkbRules" "xorg"
    Option        "XkbModel" "pc105"
    Option        "XkbLayout" "es"
    Option        "XkbVariant" ""
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "synaptics"
    Option        "Protocol" "auto-dev"
    Option        "Device" "/dev/input/mouse0"
    Option        "ZAxisMapping" "4 5"
    Option        "Resolution" "256"
    Option        "LeftEdge" "1700"
    Option        "RightEdge" "5300"
    Option        "TopEdge" "1700"
    Option        "BottomEdge" "4200"
    Option        "FingerLow" "25"
    Option        "FingerHigh" "30"
    Option        "MaxTapTime" "180"
    Option        "MaxTapMove" "220"
    Option        "VertScrollDelta" "100"
    Option        "MinSpeed" "0.06"
    Option        "MaxSpeed" "0.12"
    Option        "AccelFactor" "0.0010"
    Option        "SHMConfig" "on"
EndSection

Section "InputDevice"
    Identifier  "USB Mouse"
    Driver      "mouse"
    Option        "Device" "/dev/input/mice"
    Option        "SendCoreEvents" "true"
    Option        "Protocol" "IMPS/2"
    Option        "ZAxisMapping" "4 5"
    Option        "Buttons" "5"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    Option        "DPMS" "true"
EndSection

Section "Device"

#    Option        "KernelModuleParm" "agplock=0"
#       Option      "MaxGARTSize" "128"
    Identifier  "Card1"
    Driver      "fglrx"
    Option        "XAANoOffscreenPixmaps" "on"
        Option        "UseInternalAGPGart" "no"
    Option        "VideoOverlay" "off"
    Option        "TexturedVideo" "on"
    Option        "Textured2D" "on"
    Option        "TexturedXrender" "on"
    Option        "OpenGLOverlay" "off"
    Option        "UseFastTLS" "1"
#       Option      "BackingStore" "on"
    Option        "BlockSignalsOnLock" "on"
    Option        "DesktopSetup" "clone"
    Option        "DRI" "true"
    Option        "TVOverscan" "on"
    BusID       "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card1"
    Monitor    "Monitor0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     32
    EndSubSection
EndSection

Section "DRI"
    Mode         0666
EndSection

Section "Extensions"
    Option        "Composite" "Enable"
    Option        "RENDER" "Enable"
    Option        "DAMAGE" "Enable"
#        Option "MIT-SHM"     "no"
EndSection
X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.26-ARCH i686 
Current Operating System: Linux Kepler 2.6.26-ARCH #1 SMP PREEMPT Tue Aug 26 21:15:43 UTC 2008 i686
Build Date: 17 August 2008  10:53:07AM
 
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
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/Xorg.0.log", Time: Mon Sep  1 21:58:32 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Xorg Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card1"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "USB Mouse"
(**) Option "AllowMouseOpenFail" "true"
(**) Option "AIGLX" "on"
(==) Automatically adding devices
(==) Automatically enabling devices
(==) Including the default font path /usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1.
(**) FontPath set to:
    /usr/share/fonts/TTF,
    /usr/share/fonts/OTF,
    /usr/share/fonts/100dpi,
    /usr/share/fonts/75dpi,
    /usr/share/fonts/misc,
    /usr/share/fonts/artwiz-fonts,
    /usr/share/fonts/local,
    /usr/share/fonts/cyrillic,
    /usr/share/fonts/Type1,
    /usr/share/fonts/speedo,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
(**) RgbPath set to "/usr/share/X11/rgb"
(**) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is enabled
(**) Extension "RENDER" is enabled
(**) Extension "DAMAGE" is enabled
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81e1f60
(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.2, 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: 00:00:0: chip 8086,3340 card 14c0,0012 rev 21 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,3341 card 0000,0000 rev 21 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24c2 card 14c0,0012 rev 03 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 14c0,0012 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24c7 card 14c0,0012 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 14c0,0012 rev 03 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 83 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24cc card 0000,0000 rev 03 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24ca card 14c0,0012 rev 03 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,24c3 card 14c0,0012 rev 03 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24c5 card 14c0,0017 rev 03 class 04,01,00 hdr 00
(II) PCI: 00:1f:6: chip 8086,24c6 card 14c0,0012 rev 03 class 07,03,00 hdr 00
(II) PCI: 01:00:0: chip 1002,4e50 card 14c0,0012 rev 00 class 03,00,00 hdr 00
(II) PCI: 02:00:0: chip 1106,3044 card 14c0,0012 rev 80 class 0c,00,10 hdr 00
(II) PCI: 02:01:0: chip 10ec,8139 card 14c0,0012 rev 10 class 02,00,00 hdr 00
(II) PCI: 02:02:0: chip 8086,4220 card 8086,2702 rev 05 class 02,80,00 hdr 00
(II) PCI: 02:03:0: chip 1524,1410 card a400,0000 rev 01 class 06,07,00 hdr 02
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,3), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
    [0] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) Bus 0 non-prefetchable memory range:
    [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
(II) Bus 0 prefetchable memory range:
    [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 1 I/O range:
    [0] -1    0    0x0000c000 - 0x0000dfff (0x2000) IX[b]
(II) Bus 1 non-prefetchable memory range:
    [0] -1    0    0xe0000000 - 0xefffffff (0x10000000) MX[b]
(II) Bus 1 prefetchable memory range:
    [0] -1    0    0xa0000000 - 0xafffffff (0x10000000) MX[b]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,6), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 2 I/O range:
    [0] -1    0    0x0000a000 - 0x0000bfff (0x2000) IX[b]
(II) Bus 2 non-prefetchable memory range:
    [0] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[b]
(II) Bus 2 prefetchable memory range:
    [0] -1    0    0x90000000 - 0x9fffffff (0x10000000) MX[b]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 3: bridge is at (2:3:0), (2,3,6), BCTRL: 0x05c0 (VGA_EN is cleared)
(II) Bus 3 I/O range:
    [0] -1    0    0x0000a400 - 0x0000a4ff (0x100) IX[b]
    [1] -1    0    0x0000a800 - 0x0000a8ff (0x100) IX[b]
(II) Bus 3 non-prefetchable memory range:
    [0] -1    0    0xd4000000 - 0xd7ffffff (0x4000000) MX[b]
(II) Bus 3 prefetchable memory range:
    [0] -1    0    0x90000000 - 0x93ffffff (0x4000000) MX[b]
(--) PCI:*(1:0:0) ATI Technologies Inc RV350 [Mobility Radeon 9600 M10] rev 0, Mem @ 0xa8000000/27, 0xe0010000/16, I/O @ 0xc100/8
(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    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
(II) PCI Memory resource overlap reduced 0xb0000000 from 0xb3ffffff to 0xafffffff
(II) Active PCI resource ranges:
    [0] -1    0    0xd0000000 - 0xd0000fff (0x1000) MX[b]
    [1] -1    0    0xd0001000 - 0xd00010ff (0x100) MX[b]
    [2] -1    0    0xd0001800 - 0xd0001fff (0x800) MX[b]
    [3] -1    0    0xf0000600 - 0xf00006ff (0x100) MX[b]
    [4] -1    0    0xf0000400 - 0xf00005ff (0x200) MX[b]
    [5] -1    0    0x70000000 - 0x700003ff (0x400) MX[b]
    [6] -1    0    0xf4000000 - 0xf40003ff (0x400) MX[b]
    [7] -1    0    0xb0000000 - 0xafffffff (0x0) MX[b]O
    [8] -1    0    0xe0010000 - 0xe001ffff (0x10000) MX[b](B)
    [9] -1    0    0xa8000000 - 0xafffffff (0x8000000) MX[b](B)
    [10] -1    0    0x0000a000 - 0x0000a0ff (0x100) IX[b]
    [11] -1    0    0x0000a100 - 0x0000a17f (0x80) IX[b]
    [12] -1    0    0x0000e300 - 0x0000e37f (0x80) IX[b]
    [13] -1    0    0x0000e200 - 0x0000e2ff (0x100) IX[b]
    [14] -1    0    0x0000e100 - 0x0000e13f (0x40) IX[b]
    [15] -1    0    0x0000e000 - 0x0000e0ff (0x100) IX[b]
    [16] -1    0    0x00001400 - 0x0000141f (0x20) IX[b]
    [17] -1    0    0x00001100 - 0x0000110f (0x10) IX[b]
    [18] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [19] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [20] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [21] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [22] -1    0    0x00001700 - 0x0000171f (0x20) IX[b]
    [23] -1    0    0x00001600 - 0x0000161f (0x20) IX[b]
    [24] -1    0    0x00001200 - 0x0000121f (0x20) IX[b]
    [25] -1    0    0x0000c100 - 0x0000c1ff (0x100) IX[b](B)
(II) Active PCI resource ranges after removing overlaps:
    [0] -1    0    0xd0000000 - 0xd0000fff (0x1000) MX[b]
    [1] -1    0    0xd0001000 - 0xd00010ff (0x100) MX[b]
    [2] -1    0    0xd0001800 - 0xd0001fff (0x800) MX[b]
    [3] -1    0    0xf0000600 - 0xf00006ff (0x100) MX[b]
    [4] -1    0    0xf0000400 - 0xf00005ff (0x200) MX[b]
    [5] -1    0    0x70000000 - 0x700003ff (0x400) MX[b]
    [6] -1    0    0xf4000000 - 0xf40003ff (0x400) MX[b]
    [7] -1    0    0xb0000000 - 0xafffffff (0x0) MX[b]O
    [8] -1    0    0xe0010000 - 0xe001ffff (0x10000) MX[b](B)
    [9] -1    0    0xa8000000 - 0xafffffff (0x8000000) MX[b](B)
    [10] -1    0    0x0000a000 - 0x0000a0ff (0x100) IX[b]
    [11] -1    0    0x0000a100 - 0x0000a17f (0x80) IX[b]
    [12] -1    0    0x0000e300 - 0x0000e37f (0x80) IX[b]
    [13] -1    0    0x0000e200 - 0x0000e2ff (0x100) IX[b]
    [14] -1    0    0x0000e100 - 0x0000e13f (0x40) IX[b]
    [15] -1    0    0x0000e000 - 0x0000e0ff (0x100) IX[b]
    [16] -1    0    0x00001400 - 0x0000141f (0x20) IX[b]
    [17] -1    0    0x00001100 - 0x0000110f (0x10) IX[b]
    [18] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [19] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [20] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [21] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [22] -1    0    0x00001700 - 0x0000171f (0x20) IX[b]
    [23] -1    0    0x00001600 - 0x0000161f (0x20) IX[b]
    [24] -1    0    0x00001200 - 0x0000121f (0x20) IX[b]
    [25] -1    0    0x0000c100 - 0x0000c1ff (0x100) IX[b](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
(II) All system resource ranges:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    0    0xd0000000 - 0xd0000fff (0x1000) MX[b]
    [5] -1    0    0xd0001000 - 0xd00010ff (0x100) MX[b]
    [6] -1    0    0xd0001800 - 0xd0001fff (0x800) MX[b]
    [7] -1    0    0xf0000600 - 0xf00006ff (0x100) MX[b]
    [8] -1    0    0xf0000400 - 0xf00005ff (0x200) MX[b]
    [9] -1    0    0x70000000 - 0x700003ff (0x400) MX[b]
    [10] -1    0    0xf4000000 - 0xf40003ff (0x400) MX[b]
    [11] -1    0    0xb0000000 - 0xafffffff (0x0) MX[b]O
    [12] -1    0    0xe0010000 - 0xe001ffff (0x10000) MX[b](B)
    [13] -1    0    0xa8000000 - 0xafffffff (0x8000000) MX[b](B)
    [14] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [15] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [16] -1    0    0x0000a000 - 0x0000a0ff (0x100) IX[b]
    [17] -1    0    0x0000a100 - 0x0000a17f (0x80) IX[b]
    [18] -1    0    0x0000e300 - 0x0000e37f (0x80) IX[b]
    [19] -1    0    0x0000e200 - 0x0000e2ff (0x100) IX[b]
    [20] -1    0    0x0000e100 - 0x0000e13f (0x40) IX[b]
    [21] -1    0    0x0000e000 - 0x0000e0ff (0x100) IX[b]
    [22] -1    0    0x00001400 - 0x0000141f (0x20) IX[b]
    [23] -1    0    0x00001100 - 0x0000110f (0x10) IX[b]
    [24] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [25] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [26] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [27] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [28] -1    0    0x00001700 - 0x0000171f (0x20) IX[b]
    [29] -1    0    0x00001600 - 0x0000161f (0x20) IX[b]
    [30] -1    0    0x00001200 - 0x0000121f (0x20) IX[b]
    [31] -1    0    0x0000c100 - 0x0000c1ff (0x100) IX[b](B)
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.4.2, 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: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.4.2, 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: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
    compiled for 1.4.2, 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.2, 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.2, 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: "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) LoadModule: "fglrx"
(II) Loading /usr/lib/xorg/modules/drivers//fglrx_drv.so
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
    compiled for 7.1.0, module version = 8.52.3
    Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.3.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "synaptics"
(II) Reloading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.3.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
(II) Primary Device is: PCI 01:00:0
(II) ATI Proprietary Linux Driver Version Identifier:8.52.3
(II) ATI Proprietary Linux Driver Release Identifier: UNSUPPORTED-8.522                    
(II) ATI Proprietary Linux Driver Build Date: Aug  1 2008 00:30:27
(--) Chipset Supported AMD Graphics Processor (0x4E50) found
(II) AMD Video driver is running on a device belonging to a group targeted for this release
(II) AMD Video driver is signed
(II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    0    0xd0000000 - 0xd0000fff (0x1000) MX[b]
    [5] -1    0    0xd0001000 - 0xd00010ff (0x100) MX[b]
    [6] -1    0    0xd0001800 - 0xd0001fff (0x800) MX[b]
    [7] -1    0    0xf0000600 - 0xf00006ff (0x100) MX[b]
    [8] -1    0    0xf0000400 - 0xf00005ff (0x200) MX[b]
    [9] -1    0    0x70000000 - 0x700003ff (0x400) MX[b]
    [10] -1    0    0xf4000000 - 0xf40003ff (0x400) MX[b]
    [11] -1    0    0xb0000000 - 0xafffffff (0x0) MX[b]O
    [12] -1    0    0xe0010000 - 0xe001ffff (0x10000) MX[b](B)
    [13] -1    0    0xa8000000 - 0xafffffff (0x8000000) MX[b](B)
    [14] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [15] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [16] -1    0    0x0000a000 - 0x0000a0ff (0x100) IX[b]
    [17] -1    0    0x0000a100 - 0x0000a17f (0x80) IX[b]
    [18] -1    0    0x0000e300 - 0x0000e37f (0x80) IX[b]
    [19] -1    0    0x0000e200 - 0x0000e2ff (0x100) IX[b]
    [20] -1    0    0x0000e100 - 0x0000e13f (0x40) IX[b]
    [21] -1    0    0x0000e000 - 0x0000e0ff (0x100) IX[b]
    [22] -1    0    0x00001400 - 0x0000141f (0x20) IX[b]
    [23] -1    0    0x00001100 - 0x0000110f (0x10) IX[b]
    [24] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [25] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [26] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [27] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [28] -1    0    0x00001700 - 0x0000171f (0x20) IX[b]
    [29] -1    0    0x00001600 - 0x0000161f (0x20) IX[b]
    [30] -1    0    0x00001200 - 0x0000121f (0x20) IX[b]
    [31] -1    0    0x0000c100 - 0x0000c1ff (0x100) IX[b](B)
(II) fglrx(0): pEnt->device->identifier=0x92dfb88
(II) resource ranges after probing:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    0    0xd0000000 - 0xd0000fff (0x1000) MX[b]
    [5] -1    0    0xd0001000 - 0xd00010ff (0x100) MX[b]
    [6] -1    0    0xd0001800 - 0xd0001fff (0x800) MX[b]
    [7] -1    0    0xf0000600 - 0xf00006ff (0x100) MX[b]
    [8] -1    0    0xf0000400 - 0xf00005ff (0x200) MX[b]
    [9] -1    0    0x70000000 - 0x700003ff (0x400) MX[b]
    [10] -1    0    0xf4000000 - 0xf40003ff (0x400) MX[b]
    [11] -1    0    0xb0000000 - 0xafffffff (0x0) MX[b]O
    [12] -1    0    0xe0010000 - 0xe001ffff (0x10000) MX[b](B)
    [13] -1    0    0xa8000000 - 0xafffffff (0x8000000) MX[b](B)
    [14] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b]
    [15] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [16] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b]
    [17] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [18] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [19] -1    0    0x0000a000 - 0x0000a0ff (0x100) IX[b]
    [20] -1    0    0x0000a100 - 0x0000a17f (0x80) IX[b]
    [21] -1    0    0x0000e300 - 0x0000e37f (0x80) IX[b]
    [22] -1    0    0x0000e200 - 0x0000e2ff (0x100) IX[b]
    [23] -1    0    0x0000e100 - 0x0000e13f (0x40) IX[b]
    [24] -1    0    0x0000e000 - 0x0000e0ff (0x100) IX[b]
    [25] -1    0    0x00001400 - 0x0000141f (0x20) IX[b]
    [26] -1    0    0x00001100 - 0x0000110f (0x10) IX[b]
    [27] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [28] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [29] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [30] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [31] -1    0    0x00001700 - 0x0000171f (0x20) IX[b]
    [32] -1    0    0x00001600 - 0x0000161f (0x20) IX[b]
    [33] -1    0    0x00001200 - 0x0000121f (0x20) IX[b]
    [34] -1    0    0x0000c100 - 0x0000c1ff (0x100) IX[b](B)
    [35] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b]
    [36] 0    0    0x000003c0 - 0x000003df (0x20) IS[b]
(II) Setting vga for screen 0.
(II) fglrx(0): === [atiddxPreInit] === begin
(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.2, module version = 0.1.0
    ABI class: X.Org Video Driver, version 2.0
(II) fglrx(0): PCI bus 1 card 0 func 0
(**) fglrx(0): Depth 24, (--) framebuffer bpp 32
(II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) fglrx(0): Default visual is TrueColor
(**) fglrx(0): Option "dri" "true"
(**) fglrx(0): Option "OpenGLOverlay" "off"
(**) fglrx(0): Option "VideoOverlay" "off"
(**) fglrx(0): Option "DesktopSetup" "clone"
(**) fglrx(0): Option "UseInternalAGPGART" "no"
(**) fglrx(0): Option "UseFastTLS" "1"
(**) fglrx(0): Option "BlockSignalsOnLock" "on"
(**) fglrx(0): Option "TVOverscan" "on"
(**) fglrx(0): Option "TexturedVideo" "on"
(**) fglrx(0): Option "Textured2D" "on"
(**) fglrx(0): Option "TexturedXrender" "on"
(**) fglrx(0): Option "DPMS" "true"
(II) fglrx(0): Loading PCS database from /etc/ati/amdpcsdb
(==) fglrx(0): RGB weight 888
(II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
(**) fglrx(0): Gamma Correction for I is 0x06419064
(**) fglrx(0): Gamma Correction for II is 0x06419064
(==) fglrx(0): Buffer Tiling is ON
(--) fglrx(0): Chipset: "ATI MOBILITY RADEON 9600/9700 Series" (Chipset = 0x4e50)
(--) fglrx(0): (PciSubVendor = 0x14c0, PciSubDevice = 0x0012)
(--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xa8000000
(--) fglrx(0): MMIO registers at 0xe0010000
(--) fglrx(0): I/O port at 0x0000c100
(==) fglrx(0): ROM-BIOS at 0x000c0000
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.1.0
    ABI class: X.Org Video Driver, version 2.0
(II) fglrx(0): VESA BIOS detected
(II) fglrx(0): VESA VBE Version 2.0
(II) fglrx(0): VESA VBE Total Mem: 131072 kB
(II) fglrx(0): VESA VBE OEM: ATI MOBILITY RADEON 9600   
(II) fglrx(0): VESA VBE OEM Software Rev: 1.0
(II) fglrx(0): VESA VBE OEM Vendor: ATI Technologies Inc.
(II) fglrx(0): VESA VBE OEM Product: P11 
(II) fglrx(0): VESA VBE OEM Product Rev: 01.00
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: Searching for BusID PCI:1:0:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: drmOpenMinor returns 8
drmOpenByBusid: drmGetBusid reports PCI:1:0:0
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Loading /usr/lib/xorg/modules/linux//libfglrxdrm.so
(II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
    compiled for 7.1.0, module version = 8.52.3
    ABI class: X.Org Server Extension, version 0.3
(II) fglrx(0): Using adapter: 1:0.0.
(II) fglrx(0): [FB] Find the MC FB aperturs range(MCFBBase = 0xa8000000, MCFBSize = 0x8000000)
(--) fglrx(0): Video RAM: 131072 kByte, Type: DDR SGRAM / SDRAM
(II) fglrx(0): AGP card detected
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(**) fglrx(0): ForceMonitors Settings: 4
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(II) fglrx(0): ***Display: ConnectedDisplayTypes=0x00000006, disabled=0x00000000
(II) fglrx(0): Connected Display1: LCD on internal LVDS [lvds]
(II) fglrx(0):  Display1: No EDID information from DDC.
(II) fglrx(0):  Display1: Failed to get EDID information. 
(II) fglrx(0): Connected Display2: TV on TVDAC [tv]
(II) fglrx(0):  Display2: No EDID information from DDC.
(II) fglrx(0):  Display2: Failed to get EDID information. 
(II) fglrx(0): Primary Controller - LCD on internal LVDS
(II) fglrx(0): Secondary Controller - TV on TVDAC
(II) fglrx(0): Internal Desktop Setting: 0x00000008
(II) fglrx(0): POWERplay version 3.  1 power state available:
(II) fglrx(0):   1. 392/203MHz @ 60Hz [enable load balancing]
(==) fglrx(0): Qbs is not supported in this release. Disabled.
(==) fglrx(0): FAST_SWAP disabled
(==) fglrx(0):  PseudoColor visuals disabled
(==) fglrx(0): Center Mode is disabled 
(==) fglrx(0): TMDS coherent mode is enabled 
(II) fglrx(0): Total of 14 modes found for primary display.
(--) fglrx(0): Virtual size is 1400x1050 (pitch 0)
(**) fglrx(0): *Mode "1400x1050": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1400x1050"x60.0  108.00  1400 1448 1560 1640  1050 1051 1054 1065 (65.9 kHz)
(**) fglrx(0): *Mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1280x1024"x60.0  108.00  1280 1384 1496 1640  1024 1038 1041 1065 (65.9 kHz)
(**) fglrx(0): *Mode "1024x768": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1024x768"x60.0  108.00  1024 1256 1368 1640  768 910 913 1065 (65.9 kHz)
(**) fglrx(0): *Mode "848x480": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "848x480"x60.0  108.00  848 1168 1280 1640  480 766 769 1065 (65.9 kHz)
(**) fglrx(0): *Mode "800x600": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "800x600"x60.0  108.00  800 1144 1256 1640  600 826 829 1065 (65.9 kHz)
(**) fglrx(0): *Mode "720x576": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "720x576"x60.0  108.00  720 1104 1216 1640  576 814 817 1065 (65.9 kHz)
(**) fglrx(0): *Mode "720x480": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "720x480"x60.0  108.00  720 1104 1216 1640  480 766 769 1065 (65.9 kHz)
(**) fglrx(0): *Mode "640x480": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x480"x60.0  108.00  640 1064 1176 1640  480 766 769 1065 (65.9 kHz)
(**) fglrx(0):  Default mode "640x400": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x400"x60.0  108.00  640 1064 1176 1640  400 726 729 1065 (65.9 kHz)
(**) fglrx(0):  Default mode "640x350": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x350"x60.0  108.00  640 1064 1176 1640  350 701 704 1065 (65.9 kHz)
(**) fglrx(0):  Default mode "512x384": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "512x384"x60.0  108.00  512 1000 1112 1640  384 718 721 1065 (65.9 kHz)
(**) fglrx(0):  Default mode "400x300": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "400x300"x60.0  108.00  400 944 1056 1640  300 826 829 1065 doublescan (65.9 kHz)
(**) fglrx(0):  Default mode "320x240": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "320x240"x60.0  108.00  320 904 1016 1640  240 766 769 1065 doublescan (65.9 kHz)
(**) fglrx(0):  Default mode "320x200": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "320x200"x60.0  108.00  320 904 1016 1640  200 726 729 1065 doublescan (65.9 kHz)
(II) fglrx(0): Total of 12 modes found for secondary display.
(--) fglrx(0): Virtual size is 1400x1050 (pitch 0)
(**) fglrx(0): *Mode "800x600": 43.0 MHz (scaled from 0.0 MHz), 15.7 kHz, 60.0 Hz (I)
(II) fglrx(0): Modeline "800x600"x60.0   42.95  800 2320 2336 2730  600 483 485 525 interlace (15.7 kHz)
(**) fglrx(0):  Default mode "1024x768": 43.0 MHz (scaled from 0.0 MHz), 15.7 kHz, 60.0 Hz (I)
(II) fglrx(0): Modeline "1024x768"x60.0   42.95  1024 2320 2336 2730  768 483 485 525 interlace (15.7 kHz)
(**) fglrx(0):  Default mode "1024x480": 43.0 MHz (scaled from 0.0 MHz), 15.7 kHz, 60.0 Hz (I)
(II) fglrx(0): Modeline "1024x480"x60.0   42.95  1024 2320 2336 2730  480 483 485 525 interlace (15.7 kHz)
(**) fglrx(0):  Default mode "848x480": 43.0 MHz (scaled from 0.0 MHz), 15.7 kHz, 60.0 Hz (I)
(II) fglrx(0): Modeline "848x480"x60.0   42.95  848 2320 2336 2730  480 483 485 525 interlace (15.7 kHz)
(**) fglrx(0):  Default mode "720x576": 43.0 MHz (scaled from 0.0 MHz), 15.7 kHz, 60.0 Hz (I)
(II) fglrx(0): Modeline "720x576"x60.0   42.95  720 2320 2336 2730  576 483 485 525 interlace (15.7 kHz)
(**) fglrx(0):  Default mode "720x480": 43.0 MHz (scaled from 0.0 MHz), 15.7 kHz, 60.0 Hz (I)
(II) fglrx(0): Modeline "720x480"x60.0   42.95  720 2320 2336 2730  480 483 485 525 interlace (15.7 kHz)
(**) fglrx(0):  Default mode "640x480": 43.0 MHz (scaled from 0.0 MHz), 15.7 kHz, 60.0 Hz (I)
(II) fglrx(0): Modeline "640x480"x60.0   42.95  640 2320 2336 2730  480 483 485 525 interlace (15.7 kHz)
(**) fglrx(0):  Default mode "640x400": 43.0 MHz (scaled from 0.0 MHz), 15.7 kHz, 60.0 Hz (I)
(II) fglrx(0): Modeline "640x400"x60.0   42.95  640 2320 2336 2730  400 483 485 525 interlace (15.7 kHz)
(**) fglrx(0):  Default mode "512x384": 43.0 MHz (scaled from 0.0 MHz), 15.7 kHz, 60.0 Hz (I)
(II) fglrx(0): Modeline "512x384"x60.0   42.95  512 2320 2336 2730  384 483 485 525 interlace (15.7 kHz)
(**) fglrx(0):  Default mode "400x300": 43.0 MHz (scaled from 0.0 MHz), 15.7 kHz, 60.0 Hz (I)
(II) fglrx(0): Modeline "400x300"x60.0   42.95  400 2320 2336 2730  300 483 485 525 interlace (15.7 kHz)
(**) fglrx(0):  Default mode "320x240": 43.0 MHz (scaled from 0.0 MHz), 15.7 kHz, 60.0 Hz (I)
(II) fglrx(0): Modeline "320x240"x60.0   42.95  320 2320 2336 2730  240 483 485 525 interlace (15.7 kHz)
(**) fglrx(0):  Default mode "320x200": 43.0 MHz (scaled from 0.0 MHz), 15.7 kHz, 60.0 Hz (I)
(II) fglrx(0): Modeline "320x200"x60.0   42.95  320 2320 2336 2730  200 483 485 525 interlace (15.7 kHz)
(==) fglrx(0): DPI set to (96, 96)
(--) fglrx(0): Virtual size is 1400x1050 (pitch 1408)
(**) fglrx(0): *Mode "1400x1050": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1400x1050"x60.0  108.00  1400 1448 1560 1640  1050 1051 1054 1065 (65.9 kHz)
(**) fglrx(0): *Mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1280x1024"x60.0  108.00  1280 1384 1496 1640  1024 1038 1041 1065 (65.9 kHz)
(**) fglrx(0): *Mode "1024x768": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1024x768"x60.0  108.00  1024 1256 1368 1640  768 910 913 1065 (65.9 kHz)
(**) fglrx(0): *Mode "800x600": 43.0 MHz (scaled from 0.0 MHz), 15.7 kHz, 60.0 Hz (I)
(II) fglrx(0): Modeline "800x600"x60.0   42.95  800 2320 2336 2730  600 483 485 525 interlace (15.7 kHz)
(**) fglrx(0):  Default mode "1024x768": 43.0 MHz (scaled from 0.0 MHz), 15.7 kHz, 60.0 Hz (I)
(II) fglrx(0): Modeline "1024x768"x60.0   42.95  1024 2320 2336 2730  768 483 485 525 interlace (15.7 kHz)
(**) fglrx(0):  Default mode "1024x480": 43.0 MHz (scaled from 0.0 MHz), 15.7 kHz, 60.0 Hz (I)
(II) fglrx(0): Modeline "1024x480"x60.0   42.95  1024 2320 2336 2730  480 483 485 525 interlace (15.7 kHz)
(**) fglrx(0): *Mode "848x480": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "848x480"x60.0  108.00  848 1168 1280 1640  480 766 769 1065 (65.9 kHz)
(**) fglrx(0): *Mode "800x600": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "800x600"x60.0  108.00  800 1144 1256 1640  600 826 829 1065 (65.9 kHz)
(**) fglrx(0): *Mode "720x576": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "720x576"x60.0  108.00  720 1104 1216 1640  576 814 817 1065 (65.9 kHz)
(**) fglrx(0): *Mode "720x480": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "720x480"x60.0  108.00  720 1104 1216 1640  480 766 769 1065 (65.9 kHz)
(**) fglrx(0): *Mode "640x480": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x480"x60.0  108.00  640 1064 1176 1640  480 766 769 1065 (65.9 kHz)
(**) fglrx(0):  Default mode "640x400": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x400"x60.0  108.00  640 1064 1176 1640  400 726 729 1065 (65.9 kHz)
(**) fglrx(0):  Default mode "640x350": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x350"x60.0  108.00  640 1064 1176 1640  350 701 704 1065 (65.9 kHz)
(**) fglrx(0):  Default mode "512x384": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "512x384"x60.0  108.00  512 1000 1112 1640  384 718 721 1065 (65.9 kHz)
(**) fglrx(0):  Default mode "400x300": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "400x300"x60.0  108.00  400 944 1056 1640  300 826 829 1065 doublescan (65.9 kHz)
(**) fglrx(0):  Default mode "320x240": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "320x240"x60.0  108.00  320 904 1016 1640  240 766 769 1065 doublescan (65.9 kHz)
(**) fglrx(0):  Default mode "320x200": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "320x200"x60.0  108.00  320 904 1016 1640  200 726 729 1065 doublescan (65.9 kHz)
(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.2, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(==) fglrx(0): NoAccel = NO
(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.2, module version = 1.2.0
    ABI class: X.Org Video Driver, version 2.0
(**) fglrx(0): NoDRI = NO
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Reloading /usr/lib/xorg/modules/linux//libfglrxdrm.so
(==) fglrx(0): Capabilities: 0x00000000
(==) fglrx(0): CapabilitiesEx: 0x00000000
(==) fglrx(0): cpuFlags: 0x8000001d
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(**) fglrx(0): using built in AGPGART module: no
(**) fglrx(0): ATI GART size: 255 MB
(II) fglrx(0): [pci] find AGP GART
(II) fglrx(0): [agp] Mode=0x1f000217 bridge: 0x8086/0x3340
(II) fglrx(0): [agp] AGP v1/2 disable mask 0x00000000
(II) fglrx(0): [agp] AGP v3 disable mask   0x00000000
(II) fglrx(0): [agp] enabling AGP with mode=0x1f000314
(II) fglrx(0): [agp] Remapping MC AGP space (new MCAGPBase = 0x2952790016)
(II) fglrx(0): [agp] AGP protocol is enabled for graphics board. (cmd=0x1f000314)
(II) fglrx(0): [agp] graphics chipset has AGP v2.0
(II) fglrx(0): [pcie] 261120 kB allocated
(II) fglrx(0): [drm] DRM buffer queue setup: nbufs = 100 bufsize = 65536
(**) fglrx(0): UseFastTLS=1
(**) fglrx(0): BlockSignalsOnLock=1
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
    [0] 0    0    0xe0010000 - 0xe001ffff (0x10000) MX[b]
    [1] 0    0    0xa8000000 - 0xafffffff (0x8000000) MX[b]
    [2] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [3] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [4] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [5] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [6] -1    0    0xd0000000 - 0xd0000fff (0x1000) MX[b]
    [7] -1    0    0xd0001000 - 0xd00010ff (0x100) MX[b]
    [8] -1    0    0xd0001800 - 0xd0001fff (0x800) MX[b]
    [9] -1    0    0xf0000600 - 0xf00006ff (0x100) MX[b]
    [10] -1    0    0xf0000400 - 0xf00005ff (0x200) MX[b]
    [11] -1    0    0x70000000 - 0x700003ff (0x400) MX[b]
    [12] -1    0    0xf4000000 - 0xf40003ff (0x400) MX[b]
    [13] -1    0    0xb0000000 - 0xafffffff (0x0) MX[b]O
    [14] -1    0    0xe0010000 - 0xe001ffff (0x10000) MX[b](B)
    [15] -1    0    0xa8000000 - 0xafffffff (0x8000000) MX[b](B)
    [16] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b](OprU)
    [17] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b](OprU)
    [18] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b](OprU)
    [19] 0    0    0x0000c100 - 0x0000c1ff (0x100) IX[b]
    [20] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [21] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [22] -1    0    0x0000a000 - 0x0000a0ff (0x100) IX[b]
    [23] -1    0    0x0000a100 - 0x0000a17f (0x80) IX[b]
    [24] -1    0    0x0000e300 - 0x0000e37f (0x80) IX[b]
    [25] -1    0    0x0000e200 - 0x0000e2ff (0x100) IX[b]
    [26] -1    0    0x0000e100 - 0x0000e13f (0x40) IX[b]
    [27] -1    0    0x0000e000 - 0x0000e0ff (0x100) IX[b]
    [28] -1    0    0x00001400 - 0x0000141f (0x20) IX[b]
    [29] -1    0    0x00001100 - 0x0000110f (0x10) IX[b]
    [30] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [31] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [32] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [33] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [34] -1    0    0x00001700 - 0x0000171f (0x20) IX[b]
    [35] -1    0    0x00001600 - 0x0000161f (0x20) IX[b]
    [36] -1    0    0x00001200 - 0x0000121f (0x20) IX[b]
    [37] -1    0    0x0000c100 - 0x0000c1ff (0x100) IX[b](B)
    [38] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [39] 0    0    0x000003c0 - 0x000003df (0x20) IS[b](OprU)
(II) fglrx(0): driver needs X.org 7.1.x.y with x.y >= 0.0
(II) fglrx(0): detected X.org 7.1.2.0
(II) Loading extension ATIFGLRXDRI
(II) fglrx(0): doing DRIScreenInit
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: Searching for BusID PCI:1:0:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: drmOpenMinor returns 8
drmOpenByBusid: drmGetBusid reports PCI:1:0:0
(II) [drm] DRM interface version 1.0
(II) [drm] DRM open master succeeded.
(II) fglrx(0): [drm] Using the DRM lock SAREA also for drawables.
(II) fglrx(0): [drm] framebuffer handle = 0x3000
(II) fglrx(0): [drm] added 1 reserved context for kernel
(II) fglrx(0): X context handle = 0x1
(II) fglrx(0): DRIScreenInit done
(II) fglrx(0): Kernel Module Version Information:
(II) fglrx(0):     Name: fglrx
(II) fglrx(0):     Version: 8.52.3
(II) fglrx(0):     Date: Aug  1 2008
(II) fglrx(0):     Desc: ATI FireGL DRM kernel module
(II) fglrx(0): Kernel Module version matches driver.
(II) fglrx(0): Kernel Module Build Time Information:
(II) fglrx(0):     Build-Kernel UTS_RELEASE:        2.6.26-ARCH
(II) fglrx(0):     Build-Kernel MODVERSIONS:        no
(II) fglrx(0):     Build-Kernel __SMP__:            no
(II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
(II) fglrx(0): [drm] register handle = 0x00005000
(II) fglrx(0): Interrupt handler installed at IRQ 10.
(II) fglrx(0): Exposed events to the /proc interface
(II) fglrx(0): DRI initialization successfull!
(II) fglrx(0): FBADPhys: 0xa8140000 FBMappedSize: 0x007b1000
(II) fglrx(0): FBMM initialized for area (0,0)-(1408,1432)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1408,1050) (front color buffer - assumption)
(II) fglrx(0): Largest offscreen area available: 1408 x 382
(**) fglrx(0): Change to Configured TV Format PAL-B
(**) fglrx(0): Change to Configured TV Standard YUV
(II) fglrx(0): Change to Configured Overscan: 1
(EE) fglrx(0): === [swlDalHelperSetDisplayConfig] === CWDDC DisplaySetConfig failed: 6
(**) fglrx(0): TV HSizeAdj: 6
(**) fglrx(0): TV VSizeAdj: 6
(**) fglrx(0): TV HPosAdj: 0
(**) fglrx(0): TV VPosAdj: 0
(==) fglrx(0): Backing store disabled
(II) Loading extension FGLRXEXTENSION
(II) Loading extension ATITVOUT
(**) fglrx(0): DPMS enabled
(**) fglrx(0): Textured Video is enabled.
(II) LoadModule: "glesx"
(II) Loading /usr/lib/xorg/modules//glesx.so
(II) Module glesx: vendor="X.Org Foundation"
    compiled for 7.1.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension GLESX
(II) fglrx(0): GLESX enableFlags = 30
(**) fglrx(0): Option "XaaNoOffscreenPixmaps" "on"
(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
    Screen to screen bit blits
    Solid filled rectangles
    Solid Horizontal and Vertical Lines
    Driver provided ScreenToScreenBitBlt replacement
    Driver provided FillSolidRects replacement
(II) fglrx(0): GLESX is enabled
(II) LoadModule: "amdxmm"
(II) Loading /usr/lib/xorg/modules//amdxmm.so
(II) Module amdxmm: vendor="X.Org Foundation"
    compiled for 7.1.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
(II) fglrx(0): [DRI] installation complete
(II) fglrx(0): Direct rendering enabled
(==) fglrx(0): Silken mouse enabled
(==) fglrx(0): Using hardware cursor
(==) RandR enabled
(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
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenByBusid: Searching for BusID PCI:1:0:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenByBusid: drmOpenMinor returns 9
drmOpenByBusid: drmGetBusid reports PCI:1:0:0
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
(WW) AIGLX: 3D driver claims to not support visual 0x27
(WW) AIGLX: 3D driver claims to not support visual 0x28
(WW) AIGLX: 3D driver claims to not support visual 0x29
(WW) AIGLX: 3D driver claims to not support visual 0x2a
(WW) AIGLX: 3D driver claims to not support visual 0x2b
(WW) AIGLX: 3D driver claims to not support visual 0x2c
(WW) AIGLX: 3D driver claims to not support visual 0x2d
(WW) AIGLX: 3D driver claims to not support visual 0x2e
(WW) AIGLX: 3D driver claims to not support visual 0x2f
(WW) AIGLX: 3D driver claims to not support visual 0x30
(WW) AIGLX: 3D driver claims to not support visual 0x31
(WW) AIGLX: 3D driver claims to not support visual 0x32
(WW) AIGLX: 3D driver claims to not support visual 0x33
(WW) AIGLX: 3D driver claims to not support visual 0x34
(WW) AIGLX: 3D driver claims to not support visual 0x35
(WW) AIGLX: 3D driver claims to not support visual 0x36
(WW) AIGLX: 3D driver claims to not support visual 0x37
(WW) AIGLX: 3D driver claims to not support visual 0x38
(WW) AIGLX: 3D driver claims to not support visual 0x39
(WW) AIGLX: 3D driver claims to not support visual 0x3a
(WW) AIGLX: 3D driver claims to not support visual 0x3b
(WW) AIGLX: 3D driver claims to not support visual 0x3c
(WW) AIGLX: 3D driver claims to not support visual 0x3d
(WW) AIGLX: 3D driver claims to not support visual 0x3e
(WW) AIGLX: 3D driver claims to not support visual 0x3f
(WW) AIGLX: 3D driver claims to not support visual 0x40
(WW) AIGLX: 3D driver claims to not support visual 0x41
(WW) AIGLX: 3D driver claims to not support visual 0x42
(WW) AIGLX: 3D driver claims to not support visual 0x43
(WW) AIGLX: 3D driver claims to not support visual 0x44
(WW) AIGLX: 3D driver claims to not support visual 0x45
(WW) AIGLX: 3D driver claims to not support visual 0x46
(WW) AIGLX: 3D driver claims to not support visual 0x47
(WW) AIGLX: 3D driver claims to not support visual 0x48
(WW) AIGLX: 3D driver claims to not support visual 0x49
(WW) AIGLX: 3D driver claims to not support visual 0x4a
(WW) AIGLX: 3D driver claims to not support visual 0x4b
(WW) AIGLX: 3D driver claims to not support visual 0x4c
(WW) AIGLX: 3D driver claims to not support visual 0x4d
(WW) AIGLX: 3D driver claims to not support visual 0x4e
(WW) AIGLX: 3D driver claims to not support visual 0x4f
(WW) AIGLX: 3D driver claims to not support visual 0x50
(WW) AIGLX: 3D driver claims to not support visual 0x51
(WW) AIGLX: 3D driver claims to not support visual 0x52
(WW) AIGLX: 3D driver claims to not support visual 0x53
(WW) AIGLX: 3D driver claims to not support visual 0x54
(WW) AIGLX: 3D driver claims to not support visual 0x55
(WW) AIGLX: 3D driver claims to not support visual 0x56
(WW) AIGLX: 3D driver claims to not support visual 0x57
(WW) AIGLX: 3D driver claims to not support visual 0x58
(WW) AIGLX: 3D driver claims to not support visual 0x59
(WW) AIGLX: 3D driver claims to not support visual 0x5a
(WW) AIGLX: 3D driver claims to not support visual 0x5b
(WW) AIGLX: 3D driver claims to not support visual 0x5c
(WW) AIGLX: 3D driver claims to not support visual 0x5d
(WW) AIGLX: 3D driver claims to not support visual 0x5e
(WW) AIGLX: 3D driver claims to not support visual 0x5f
(WW) AIGLX: 3D driver claims to not support visual 0x60
(WW) AIGLX: 3D driver claims to not support visual 0x61
(WW) AIGLX: 3D driver claims to not support visual 0x62
(WW) AIGLX: 3D driver claims to not support visual 0x63
(WW) AIGLX: 3D driver claims to not support visual 0x64
(WW) AIGLX: 3D driver claims to not support visual 0x65
(WW) AIGLX: 3D driver claims to not support visual 0x66
(WW) AIGLX: 3D driver claims to not support visual 0x67
(WW) AIGLX: 3D driver claims to not support visual 0x68
(WW) AIGLX: 3D driver claims to not support visual 0x69
(WW) AIGLX: 3D driver claims to not support visual 0x6a
(WW) AIGLX: 3D driver claims to not support visual 0x6b
(WW) AIGLX: 3D driver claims to not support visual 0x6c
(WW) AIGLX: 3D driver claims to not support visual 0x6d
(WW) AIGLX: 3D driver claims to not support visual 0x6e
(WW) AIGLX: 3D driver claims to not support visual 0x6f
(WW) AIGLX: 3D driver claims to not support visual 0x70
(WW) AIGLX: 3D driver claims to not support visual 0x71
(WW) AIGLX: 3D driver claims to not support visual 0x72
(II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/fglrx_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
(**) Option "CoreKeyboard"
(**) Keyboard0: always reports core events
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "es"
(**) Keyboard0: XkbLayout: "es"
(WW) Option "XkbVariant" requires an string value
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) Synaptics touchpad driver version 0.14.6 (1406)
(--) Mouse0 auto-dev sets device to /dev/input/event6
(**) Option "Device" "/dev/input/event6"
(**) Option "SHMConfig" "on"
(**) Option "LeftEdge" "1700"
(**) Option "RightEdge" "5300"
(**) Option "TopEdge" "1700"
(**) Option "BottomEdge" "4200"
(**) Option "VertScrollDelta" "100"
(**) Option "FingerLow" "25"
(**) Option "FingerHigh" "30"
(**) Option "MaxTapTime" "180"
(**) Option "MaxTapMove" "220"
(--) Mouse0 touchpad found
(**) Option "CorePointer"
(**) Mouse0: always reports core events
(**) Option "Protocol" "IMPS/2"
(**) USB Mouse: Device: "/dev/input/mice"
(**) USB Mouse: Protocol: "IMPS/2"
(**) Option "SendCoreEvents"
(**) USB Mouse: always reports core events
(**) Option "Device" "/dev/input/mice"
(**) Option "Buttons" "5"
(==) USB Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) USB Mouse: ZAxisMapping: buttons 4 and 5
(**) USB Mouse: Buttons: 9
(**) USB Mouse: Sensitivity: 1
(II) evaluating device (USB Mouse)
(II) XINPUT: Adding extended input device "USB Mouse" (type: MOUSE)
(II) evaluating device (Mouse0)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) evaluating device (Keyboard0)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) USB Mouse: ps2EnableDataReporting: succeeded
(--) Mouse0 auto-dev sets device to /dev/input/event6
(**) Option "Device" "/dev/input/event6"
(--) Mouse0 touchpad found
(II) 3rd Button detected: disabling emulate3Button
Warning: LookupDrawable()/SecurityLookupDrawable() are deprecated.  Please convert your driver/module to use dixLookupDrawable().
Warning: LookupWindow()/SecurityLookupWindow() are deprecated.  Please convert your driver/module to use dixLookupWindow().

Offline

Board footer

Powered by FluxBB