You are not logged in.

#1 2007-05-16 13:50:21

wj6202
Member
Registered: 2007-05-16
Posts: 4

Problems with my T60(X1300) 3d accelerations!

I have installed Archlinux on my taptop T60(x1300)
inatalled Xorg and fglrx xfce4,
here is my xorg.conf:

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    RgbPath      "/usr/share/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
    Load  "dri"
    Load  "record"
    Load  "glx"
    Load  "extmod"
    Load  "dbe"
    Load  "GLcore"
    Load  "xtrap"
    Load  "type1"
    Load  "freetype"
    Load  "intel_agp"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

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

Section "Device"

    Identifier  "Card0"
    Driver      "fglrx"
    VendorName  "ATI Technologies Inc"
    BoardName   "M52 [ATI Mobility Radeon X1300]"
    BusID       "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     1
        Modes    "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
        Modes    "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
        Modes    "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
        Modes    "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
        Modes    "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes    "1024x768" "800x600" "640x480"
    EndSubSection
EndSection
Section "DRI"
    Mode 0666
EndSection

The down is my /var/log/Xorg.0 output:

X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: UNKNOWN
Current Operating System: Linux myhost 2.6.20-ARCH #1 SMP PREEMPT Sat Mar 24 10:51:35 CET 2007 i686
Build Date: 08 April 2007
    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: Wed May 16 14:06:30 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) FontPath set to:
    /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"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x81c44a0
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 1.1
    X.Org XInput driver : 0.7
    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 7.2.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.1
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,27a0 card 17aa,2015 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,27a1 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:1b:0: chip 8086,27d8 card 17aa,2010 rev 02 class 04,03,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,27d0 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:1: chip 8086,27d2 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:2: chip 8086,27d4 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:3: chip 8086,27d6 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,27c8 card 17aa,200a rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,27c9 card 17aa,200a rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,27ca card 17aa,200a rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,27cb card 17aa,200a rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,27cc card 17aa,200b rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev e2 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,27b9 card 17aa,2009 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,27df card 17aa,200c rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,27c5 card 17aa,200d rev 02 class 01,06,01 hdr 00
(II) PCI: 00:1f:3: chip 8086,27da card 17aa,200f rev 02 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 1002,7149 card 17aa,2005 rev 00 class 03,00,00 hdr 00
(II) PCI: 02:00:0: chip 8086,109a card 17aa,2001 rev 00 class 02,00,00 hdr 00
(II) PCI: 03:00:0: chip 8086,4227 card 8086,1012 rev 02 class 02,80,00 hdr 00
(II) PCI: 15:00:0: chip 104c,ac56 card a000,0000 rev 00 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,22), 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: 0x001c (VGA_EN is set)
(II) Bus 1 I/O range:
    [0] -1    0    0x00002000 - 0x000020ff (0x100) IX[b]
    [1] -1    0    0x00002400 - 0x000024ff (0x100) IX[b]
    [2] -1    0    0x00002800 - 0x000028ff (0x100) IX[b]
    [3] -1    0    0x00002c00 - 0x00002cff (0x100) IX[b]
(II) Bus 1 non-prefetchable memory range:
    [0] -1    0    0xee100000 - 0xee1fffff (0x100000) MX[b]
(II) Bus 1 prefetchable memory range:
    [0] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 I/O range:
    [0] -1    0    0x00003000 - 0x000030ff (0x100) IX[b]
    [1] -1    0    0x00003400 - 0x000034ff (0x100) IX[b]
    [2] -1    0    0x00003800 - 0x000038ff (0x100) IX[b]
    [3] -1    0    0x00003c00 - 0x00003cff (0x100) IX[b]
(II) Bus 2 non-prefetchable memory range:
    [0] -1    0    0xee000000 - 0xee0fffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:28:1), (0,3,3), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 3 I/O range:
    [0] -1    0    0x00004000 - 0x000040ff (0x100) IX[b]
    [1] -1    0    0x00004400 - 0x000044ff (0x100) IX[b]
    [2] -1    0    0x00004800 - 0x000048ff (0x100) IX[b]
    [3] -1    0    0x00004c00 - 0x00004cff (0x100) IX[b]
    [4] -1    0    0x00005000 - 0x000050ff (0x100) IX[b]
    [5] -1    0    0x00005400 - 0x000054ff (0x100) IX[b]
    [6] -1    0    0x00005800 - 0x000058ff (0x100) IX[b]
    [7] -1    0    0x00005c00 - 0x00005cff (0x100) IX[b]
(II) Bus 3 non-prefetchable memory range:
    [0] -1    0    0xec000000 - 0xedffffff (0x2000000) MX[b]
(II) Bus 3 prefetchable memory range:
    [0] -1    0    0xe4000000 - 0xe40fffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:28:2), (0,4,11), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 4 I/O range:
    [0] -1    0    0x00006000 - 0x000060ff (0x100) IX[b]
    [1] -1    0    0x00006400 - 0x000064ff (0x100) IX[b]
    [2] -1    0    0x00006800 - 0x000068ff (0x100) IX[b]
    [3] -1    0    0x00006c00 - 0x00006cff (0x100) IX[b]
    [4] -1    0    0x00007000 - 0x000070ff (0x100) IX[b]
    [5] -1    0    0x00007400 - 0x000074ff (0x100) IX[b]
    [6] -1    0    0x00007800 - 0x000078ff (0x100) IX[b]
    [7] -1    0    0x00007c00 - 0x00007cff (0x100) IX[b]
(II) Bus 4 non-prefetchable memory range:
    [0] -1    0    0xe8000000 - 0xe9ffffff (0x2000000) MX[b]
(II) Bus 4 prefetchable memory range:
    [0] -1    0    0xe4100000 - 0xe41fffff (0x100000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 12: bridge is at (0:28:3), (0,12,19), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 12 I/O range:
    [0] -1    0    0x00008000 - 0x000080ff (0x100) IX[b]
    [1] -1    0    0x00008400 - 0x000084ff (0x100) IX[b]
    [2] -1    0    0x00008800 - 0x000088ff (0x100) IX[b]
    [3] -1    0    0x00008c00 - 0x00008cff (0x100) IX[b]
    [4] -1    0    0x00009000 - 0x000090ff (0x100) IX[b]
    [5] -1    0    0x00009400 - 0x000094ff (0x100) IX[b]
    [6] -1    0    0x00009800 - 0x000098ff (0x100) IX[b]
    [7] -1    0    0x00009c00 - 0x00009cff (0x100) IX[b]
(II) Bus 12 non-prefetchable memory range:
    [0] -1    0    0xea000000 - 0xebffffff (0x2000000) MX[b]
(II) Bus 12 prefetchable memory range:
    [0] -1    0    0xe4200000 - 0xe42fffff (0x100000) MX[b]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 21: bridge is at (0:30:0), (0,21,24), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 21 I/O range:
    [0] -1    0    0x0000a000 - 0x0000dfff (0x4000) IX[b]
(II) Bus 21 non-prefetchable memory range:
    [0] -1    0    0xe4300000 - 0xe7ffffff (0x3d00000) MX[b]
(II) Bus 21 prefetchable memory range:
    [0] -1    0    0xe0000000 - 0xe3ffffff (0x4000000) 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 22: bridge is at (21:0:0), (21,22,23), BCTRL: 0x05c0 (VGA_EN is cleared)
(II) Bus 22 I/O range:
    [0] -1    0    0x0000a000 - 0x0000a0ff (0x100) IX[b]
    [1] -1    0    0x0000a400 - 0x0000a4ff (0x100) IX[b]
(II) Bus 22 prefetchable memory range:
    [0] -1    0    0xe0000000 - 0xe3ffffff (0x4000000) MX[b]
(--) PCI:*(1:0:0) ATI Technologies Inc M52 [ATI Mobility Radeon X1300] rev 0, Mem @ 0xd8000000/27, 0xee100000/16, I/O @ 0x2000/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) Active PCI resource ranges:
    [0] -1    0    0xedf00000 - 0xedf00fff (0x1000) MX[b]
    [1] -1    0    0xee000000 - 0xee01ffff (0x20000) MX[b]
    [2] -1    0    0xee404400 - 0xee4047ff (0x400) MX[b]
    [3] -1    0    0xee404000 - 0xee4043ff (0x400) MX[b]
    [4] -1    0    0xee400000 - 0xee403fff (0x4000) MX[b]
    [5] -1    0    0xee100000 - 0xee10ffff (0x10000) MX[b](B)
    [6] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [7] -1    0    0x00003000 - 0x0000301f (0x20) IX[b]
    [8] -1    0    0x000018e0 - 0x000018ff (0x20) IX[b]
    [9] -1    0    0x000018b0 - 0x000018bf (0x10) IX[b]
    [10] -1    0    0x000018a8 - 0x000018ab (0x4) IX[b]
    [11] -1    0    0x000018c0 - 0x000018c7 (0x8) IX[b]
    [12] -1    0    0x000018ac - 0x000018af (0x4) IX[b]
    [13] -1    0    0x000018c8 - 0x000018cf (0x8) IX[b]
    [14] -1    0    0x00001880 - 0x0000188f (0x10) IX[b]
    [15] -1    0    0x00000374 - 0x00000374 (0x1) IX[b]
    [16] -1    0    0x00000170 - 0x00000177 (0x8) IX[b]
    [17] -1    0    0x000003f4 - 0x000003f4 (0x1) IX[b]
    [18] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [19] -1    0    0x00001860 - 0x0000187f (0x20) IX[b]
    [20] -1    0    0x00001840 - 0x0000185f (0x20) IX[b]
    [21] -1    0    0x00001820 - 0x0000183f (0x20) IX[b]
    [22] -1    0    0x00001800 - 0x0000181f (0x20) IX[b]
    [23] -1    0    0x00002000 - 0x000020ff (0x100) IX[b](B)
(II) Active PCI resource ranges after removing overlaps:
    [0] -1    0    0xedf00000 - 0xedf00fff (0x1000) MX[b]
    [1] -1    0    0xee000000 - 0xee01ffff (0x20000) MX[b]
    [2] -1    0    0xee404400 - 0xee4047ff (0x400) MX[b]
    [3] -1    0    0xee404000 - 0xee4043ff (0x400) MX[b]
    [4] -1    0    0xee400000 - 0xee403fff (0x4000) MX[b]
    [5] -1    0    0xee100000 - 0xee10ffff (0x10000) MX[b](B)
    [6] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [7] -1    0    0x00003000 - 0x0000301f (0x20) IX[b]
    [8] -1    0    0x000018e0 - 0x000018ff (0x20) IX[b]
    [9] -1    0    0x000018b0 - 0x000018bf (0x10) IX[b]
    [10] -1    0    0x000018a8 - 0x000018ab (0x4) IX[b]
    [11] -1    0    0x000018c0 - 0x000018c7 (0x8) IX[b]
    [12] -1    0    0x000018ac - 0x000018af (0x4) IX[b]
    [13] -1    0    0x000018c8 - 0x000018cf (0x8) IX[b]
    [14] -1    0    0x00001880 - 0x0000188f (0x10) IX[b]
    [15] -1    0    0x00000374 - 0x00000374 (0x1) IX[b]
    [16] -1    0    0x00000170 - 0x00000177 (0x8) IX[b]
    [17] -1    0    0x000003f4 - 0x000003f4 (0x1) IX[b]
    [18] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [19] -1    0    0x00001860 - 0x0000187f (0x20) IX[b]
    [20] -1    0    0x00001840 - 0x0000185f (0x20) IX[b]
    [21] -1    0    0x00001820 - 0x0000183f (0x20) IX[b]
    [22] -1    0    0x00001800 - 0x0000181f (0x20) IX[b]
    [23] -1    0    0x00002000 - 0x000020ff (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    0xedf00000 - 0xedf00fff (0x1000) MX[b]
    [5] -1    0    0xee000000 - 0xee01ffff (0x20000) MX[b]
    [6] -1    0    0xee404400 - 0xee4047ff (0x400) MX[b]
    [7] -1    0    0xee404000 - 0xee4043ff (0x400) MX[b]
    [8] -1    0    0xee400000 - 0xee403fff (0x4000) MX[b]
    [9] -1    0    0xee100000 - 0xee10ffff (0x10000) MX[b](B)
    [10] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [11] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [12] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [13] -1    0    0x00003000 - 0x0000301f (0x20) IX[b]
    [14] -1    0    0x000018e0 - 0x000018ff (0x20) IX[b]
    [15] -1    0    0x000018b0 - 0x000018bf (0x10) IX[b]
    [16] -1    0    0x000018a8 - 0x000018ab (0x4) IX[b]
    [17] -1    0    0x000018c0 - 0x000018c7 (0x8) IX[b]
    [18] -1    0    0x000018ac - 0x000018af (0x4) IX[b]
    [19] -1    0    0x000018c8 - 0x000018cf (0x8) IX[b]
    [20] -1    0    0x00001880 - 0x0000188f (0x10) IX[b]
    [21] -1    0    0x00000374 - 0x00000374 (0x1) IX[b]
    [22] -1    0    0x00000170 - 0x00000177 (0x8) IX[b]
    [23] -1    0    0x000003f4 - 0x000003f4 (0x1) IX[b]
    [24] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [25] -1    0    0x00001860 - 0x0000187f (0x20) IX[b]
    [26] -1    0    0x00001840 - 0x0000185f (0x20) IX[b]
    [27] -1    0    0x00001820 - 0x0000183f (0x20) IX[b]
    [28] -1    0    0x00001800 - 0x0000181f (0x20) IX[b]
    [29] -1    0    0x00002000 - 0x000020ff (0x100) IX[b](B)
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
    compiled for 7.2.0, 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: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 7.2.0, 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 7.2.0, 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: "xtrap"
(II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DEC-XTRAP
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts//libtype1.so
(II) Module type1: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.2
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(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 7.2.0, 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: "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.36.5
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.1.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.1.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.6
(II) Primary Device is: PCI 01:00:0
(II) ATI Proprietary Linux Driver Version Identifier:8.36.5
(II) ATI Proprietary Linux Driver Release Identifier: LGDr8.36g1                           
(II) ATI Proprietary Linux Driver Build Date: Apr 17 2007 10:04:24
(II) ATI Proprietary Linux Driver Build Information: autobuild-rel-r6-8.36.1.1.2.3-driver-lnx-x86-x86_64-338188
(--) Chipset Supported AMD Graphics Processor (0x7149) found
(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    0xedf00000 - 0xedf00fff (0x1000) MX[b]
    [5] -1    0    0xee000000 - 0xee01ffff (0x20000) MX[b]
    [6] -1    0    0xee404400 - 0xee4047ff (0x400) MX[b]
    [7] -1    0    0xee404000 - 0xee4043ff (0x400) MX[b]
    [8] -1    0    0xee400000 - 0xee403fff (0x4000) MX[b]
    [9] -1    0    0xee100000 - 0xee10ffff (0x10000) MX[b](B)
    [10] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [11] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [12] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [13] -1    0    0x00003000 - 0x0000301f (0x20) IX[b]
    [14] -1    0    0x000018e0 - 0x000018ff (0x20) IX[b]
    [15] -1    0    0x000018b0 - 0x000018bf (0x10) IX[b]
    [16] -1    0    0x000018a8 - 0x000018ab (0x4) IX[b]
    [17] -1    0    0x000018c0 - 0x000018c7 (0x8) IX[b]
    [18] -1    0    0x000018ac - 0x000018af (0x4) IX[b]
    [19] -1    0    0x000018c8 - 0x000018cf (0x8) IX[b]
    [20] -1    0    0x00001880 - 0x0000188f (0x10) IX[b]
    [21] -1    0    0x00000374 - 0x00000374 (0x1) IX[b]
    [22] -1    0    0x00000170 - 0x00000177 (0x8) IX[b]
    [23] -1    0    0x000003f4 - 0x000003f4 (0x1) IX[b]
    [24] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [25] -1    0    0x00001860 - 0x0000187f (0x20) IX[b]
    [26] -1    0    0x00001840 - 0x0000185f (0x20) IX[b]
    [27] -1    0    0x00001820 - 0x0000183f (0x20) IX[b]
    [28] -1    0    0x00001800 - 0x0000181f (0x20) IX[b]
    [29] -1    0    0x00002000 - 0x000020ff (0x100) IX[b](B)
(II) fglrx(0): pEnt->device->identifier=0x81e17c8
(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    0xedf00000 - 0xedf00fff (0x1000) MX[b]
    [5] -1    0    0xee000000 - 0xee01ffff (0x20000) MX[b]
    [6] -1    0    0xee404400 - 0xee4047ff (0x400) MX[b]
    [7] -1    0    0xee404000 - 0xee4043ff (0x400) MX[b]
    [8] -1    0    0xee400000 - 0xee403fff (0x4000) MX[b]
    [9] -1    0    0xee100000 - 0xee10ffff (0x10000) MX[b](B)
    [10] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [11] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b]
    [12] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [13] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b]
    [14] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [15] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [16] -1    0    0x00003000 - 0x0000301f (0x20) IX[b]
    [17] -1    0    0x000018e0 - 0x000018ff (0x20) IX[b]
    [18] -1    0    0x000018b0 - 0x000018bf (0x10) IX[b]
    [19] -1    0    0x000018a8 - 0x000018ab (0x4) IX[b]
    [20] -1    0    0x000018c0 - 0x000018c7 (0x8) IX[b]
    [21] -1    0    0x000018ac - 0x000018af (0x4) IX[b]
    [22] -1    0    0x000018c8 - 0x000018cf (0x8) IX[b]
    [23] -1    0    0x00001880 - 0x0000188f (0x10) IX[b]
    [24] -1    0    0x00000374 - 0x00000374 (0x1) IX[b]
    [25] -1    0    0x00000170 - 0x00000177 (0x8) IX[b]
    [26] -1    0    0x000003f4 - 0x000003f4 (0x1) IX[b]
    [27] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [28] -1    0    0x00001860 - 0x0000187f (0x20) IX[b]
    [29] -1    0    0x00001840 - 0x0000185f (0x20) IX[b]
    [30] -1    0    0x00001820 - 0x0000183f (0x20) IX[b]
    [31] -1    0    0x00001800 - 0x0000181f (0x20) IX[b]
    [32] -1    0    0x00002000 - 0x000020ff (0x100) IX[b](B)
    [33] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b]
    [34] 0    0    0x000003c0 - 0x000003df (0x20) IS[b]
(II) Setting vga for screen 0.
(II) fglrx(0): === [atiddxPreInit] === begin, [x]
(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 7.2.0, module version = 0.1.0
    ABI class: X.Org Video Driver, version 1.1
(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 "DPMS" "true"
(==) 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
(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 7.2.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.1
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(--) fglrx(0): Chipset: "ATI Mobility Radeon X1300" (Chipset = 0x7149)
(--) fglrx(0): (PciSubVendor = 0x17aa, PciSubDevice = 0x2005)
(--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xd8000000
(--) fglrx(0): MMIO registers at 0xee100000
(==) fglrx(0): ROM-BIOS at 0x000c0000
(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 7.2.0, module version = 1.1.0
    ABI class: X.Org Video Driver, version 1.1
(II) fglrx(0): VESA BIOS detected
(II) fglrx(0): VESA VBE Version 3.0
(II) fglrx(0): VESA VBE Total Mem: 16384 kB
(II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
(II) fglrx(0): VESA VBE OEM Software Rev: 9.12
(II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
(II) fglrx(0): VESA VBE OEM Product: M52CSP
(II) fglrx(0): VESA VBE OEM Product Rev: 01.00
(WW) fglrx(0): GetVBEMode failed
(II) fglrx(0): ATI Video BIOS revision 9 or later detected
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: Open failed
[drm] failed to load kernel module "fglrx"
(WW) fglrx(0): Failed to open DRM connection
(--) fglrx(0): VideoRAM: 65536 kByte, Type: DDR1
(II) fglrx(0): PCIE card detected
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules//libddc.so
(II) Module ddc: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.1
(II) fglrx(0): Connected Display1: LCD on internal LVDS [lvds]
(II) fglrx(0): Display1 EDID data ---------------------------
(II) fglrx(0): Manufacturer: LEN  Model: 4020  Serial#: 0
(II) fglrx(0): Year: 2005  Week: 0
(II) fglrx(0): EDID Version: 1.3
(II) fglrx(0): Digital Display Input
(II) fglrx(0): Max H-Image Size [cm]: horiz.: 29  vert.: 21
(II) fglrx(0): Gamma: 2.20
(II) fglrx(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) fglrx(0): First detailed timing is preferred mode
(II) fglrx(0): redX: 0.590 redY: 0.342   greenX: 0.319 greenY: 0.540
(II) fglrx(0): blueX: 0.152 blueY: 0.137   whiteX: 0.313 whiteY: 0.329
(II) fglrx(0): Supported VESA Video Modes:
(II) fglrx(0): 640x480@60Hz
(II) fglrx(0): 800x600@60Hz
(II) fglrx(0): 1024x768@60Hz
(II) fglrx(0): Manufacturer's mask: 0
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 65.0 MHz   Image Size:  286 x 214 mm
(II) fglrx(0): h_active: 1024  h_sync: 1048  h_sync_end 1184 h_blank_end 1344 h_border: 0
(II) fglrx(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 806 v_border: 0
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 54.2 MHz   Image Size:  286 x 214 mm
(II) fglrx(0): h_active: 1024  h_sync: 1048  h_sync_end 1184 h_blank_end 1344 h_border: 0
(II) fglrx(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 806 v_border: 0
(II) fglrx(0):  LTN141XA-L01
(II) fglrx(0): EDID (in hex):
(II) fglrx(0):     00ffffffffffff0030ae204000000000
(II) fglrx(0):     000f0103801d1578ea2d059757518a27
(II) fglrx(0):     23505421080001010101010101010101
(II) fglrx(0):     01010101010164190040410026301888
(II) fglrx(0):     36001ed6100000192815004041002630
(II) fglrx(0):     188836001ed6100000190000000f0061
(II) fglrx(0):     43326143280f01004ca35841000000fe
(II) fglrx(0):     004c544e31343158412d4c30310a00e9
(II) fglrx(0): End of Display1 EDID data --------------------
(II) fglrx(0): Primary Controller - LCD on internal LVDS
(II) fglrx(0): Internal Desktop Setting: 0x00000008
(II) fglrx(0): POWERplay version 3.  5 power states available:
(II) fglrx(0):   1. 392/324MHz @ 60Hz [enable load balancing]
(II) fglrx(0):   2. 128/135MHz @ 60Hz [low voltage, enable sleep]
(II) fglrx(0):   3. 209/135MHz @ 60Hz [low voltage, enable sleep]
(II) fglrx(0):   4. 324/135MHz @ 60Hz [enable sleep]
(II) fglrx(0):   5. 338/324MHz @ 60Hz [enable sleep, thermal diode mode]
(==) fglrx(0): Qbs disabled
(==) fglrx(0): FAST_SWAP disabled
(==) fglrx(0):  PseudoColor visuals disabled
(==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
(==) fglrx(0): Center Mode is disabled
(==) fglrx(0): TMDS coherent mode is enabled
(II) fglrx(0): Total of 8 modes found for primary display.
(--) fglrx(0): Virtual size is 1024x768 (pitch 0)
(**) fglrx(0): *Mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 +hsync +vsync
(**) fglrx(0): *Mode "800x600": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "800x600"   65.00  800 1048 1184 1344  600 771 777 806 +hsync +vsync
(**) fglrx(0): *Mode "640x480": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x480"   65.00  640 1048 1184 1344  480 771 777 806 +hsync +vsync
(**) fglrx(0):  Default mode "640x400": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x400"   65.00  640 1048 1184 1344  400 771 777 806 +hsync +vsync
(**) fglrx(0):  Default mode "512x384": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "512x384"   65.00  512 1048 1184 1344  384 771 777 806 +hsync +vsync
(**) fglrx(0):  Default mode "400x300": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "400x300"   65.00  400 1048 1184 1344  300 771 777 806 +hsync +vsync
(**) fglrx(0):  Default mode "320x240": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "320x240"   65.00  320 1048 1184 1344  240 771 777 806 +hsync +vsync
(**) fglrx(0):  Default mode "320x200": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "320x200"   65.00  320 1048 1184 1344  200 771 777 806 +hsync +vsync
(--) fglrx(0): Display dimensions: (290, 210) mm
(--) fglrx(0): DPI set to (89, 92)
(--) fglrx(0): Virtual size is 1024x768 (pitch 1024)
(**) fglrx(0): *Mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 +hsync +vsync
(**) fglrx(0): *Mode "800x600": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "800x600"   65.00  800 1048 1184 1344  600 771 777 806 +hsync +vsync
(**) fglrx(0): *Mode "640x480": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x480"   65.00  640 1048 1184 1344  480 771 777 806 +hsync +vsync
(**) fglrx(0):  Default mode "640x400": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x400"   65.00  640 1048 1184 1344  400 771 777 806 +hsync +vsync
(**) fglrx(0):  Default mode "512x384": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "512x384"   65.00  512 1048 1184 1344  384 771 777 806 +hsync +vsync
(**) fglrx(0):  Default mode "400x300": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "400x300"   65.00  400 1048 1184 1344  300 771 777 806 +hsync +vsync
(**) fglrx(0):  Default mode "320x240": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "320x240"   65.00  320 1048 1184 1344  240 771 777 806 +hsync +vsync
(**) fglrx(0):  Default mode "320x200": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "320x200"   65.00  320 1048 1184 1344  200 771 777 806 +hsync +vsync
(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 7.2.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules//libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 0.1.0
    ABI class: X.Org Video Driver, version 1.1
(==) 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 7.2.0, module version = 1.2.0
    ABI class: X.Org Video Driver, version 1.1
(==) fglrx(0): HPV inactive
(==) fglrx(0): FSAA enabled: NO
(==) fglrx(0): FSAA Gamma enabled
(==) fglrx(0): FSAA Multisample Position is fix
(==) fglrx(0): NoDRI = NO
(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.36.5
    ABI class: X.Org Server Extension, version 0.3
(II) fglrx(0): Depth moves disabled by default
(==) fglrx(0): Capabilities: 0x00000000
(==) fglrx(0): CapabilitiesEx: 0x00000000
(==) fglrx(0): cpuFlags: 0x8000001d
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(**) fglrx(0): ATI GART size: 128 MB
(WW) fglrx(0): No DRM connection for driver fglrx.
(II) fglrx(0): [drm] DRM buffer queue setup: nbufs = 100 bufsize = 65536
(==) fglrx(0): UseFastTLS=0
(==) fglrx(0): BlockSignalsOnLock=1
(==) fglrx(0): EnablePrivateBackZ = NO
(II) LoadModule: "glesx.so" (glesx)
(WW) LoadModule: given non-canonical module name "glesx.so"
(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
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
    [0] 0    0    0xee100000 - 0xee10ffff (0x10000) MX[b]
    [1] 0    0    0xd8000000 - 0xdfffffff (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    0xedf00000 - 0xedf00fff (0x1000) MX[b]
    [7] -1    0    0xee000000 - 0xee01ffff (0x20000) MX[b]
    [8] -1    0    0xee404400 - 0xee4047ff (0x400) MX[b]
    [9] -1    0    0xee404000 - 0xee4043ff (0x400) MX[b]
    [10] -1    0    0xee400000 - 0xee403fff (0x4000) MX[b]
    [11] -1    0    0xee100000 - 0xee10ffff (0x10000) MX[b](B)
    [12] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [13] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b](OprU)
    [14] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b](OprU)
    [15] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b](OprU)
    [16] 0    0    0x00002000 - 0x000020ff (0x100) IX[b]
    [17] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [18] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [19] -1    0    0x00003000 - 0x0000301f (0x20) IX[b]
    [20] -1    0    0x000018e0 - 0x000018ff (0x20) IX[b]
    [21] -1    0    0x000018b0 - 0x000018bf (0x10) IX[b]
    [22] -1    0    0x000018a8 - 0x000018ab (0x4) IX[b]
    [23] -1    0    0x000018c0 - 0x000018c7 (0x8) IX[b]
    [24] -1    0    0x000018ac - 0x000018af (0x4) IX[b]
    [25] -1    0    0x000018c8 - 0x000018cf (0x8) IX[b]
    [26] -1    0    0x00001880 - 0x0000188f (0x10) IX[b]
    [27] -1    0    0x00000374 - 0x00000374 (0x1) IX[b]
    [28] -1    0    0x00000170 - 0x00000177 (0x8) IX[b]
    [29] -1    0    0x000003f4 - 0x000003f4 (0x1) IX[b]
    [30] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [31] -1    0    0x00001860 - 0x0000187f (0x20) IX[b]
    [32] -1    0    0x00001840 - 0x0000185f (0x20) IX[b]
    [33] -1    0    0x00001820 - 0x0000183f (0x20) IX[b]
    [34] -1    0    0x00001800 - 0x0000181f (0x20) IX[b]
    [35] -1    0    0x00002000 - 0x000020ff (0x100) IX[b](B)
    [36] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [37] 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.0.0
(EE) fglrx(0): GART is not initialized, disabling DRI
(WW) fglrx(0): ***********************************************
(WW) fglrx(0): * DRI initialization failed!                  *
(WW) fglrx(0): * (maybe driver kernel module missing or bad) *
(WW) fglrx(0): * 2D acceleraton available (MMIO)             *
(WW) fglrx(0): * no 3D acceleration available                *
(WW) fglrx(0): ********************************************* *
(II) fglrx(0): FBADPhys: 0xc0000000 FBMappedSize: 0x04000000
(==) fglrx(0): Write-combining range (0xd8000000,0x4000000)
(II) fglrx(0): FBMM initialized for area (0,0)-(1024,8191)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1024,768) (front color buffer - assumption)
(II) fglrx(0): Largest offscreen area available: 1024 x 7423
(==) fglrx(0): Backing store disabled
(==) fglrx(0): Silken mouse enabled
(II) Loading extension FGLRXEXTENSION
(II) Loading extension ATITVOUT
(**) fglrx(0): DPMS enabled
(WW) fglrx(0): Textured Video not supported without DRI enabled.
(II) fglrx(0): GLESX enableFlags = 0
(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
    Screen to screen bit blits
    Solid filled rectangles
    Solid Horizontal and Vertical Lines
    Offscreen Pixmaps
    Setting up tile and stipple cache:
        32 128x128 slots
        32 256x256 slots
        16 512x512 slots
(II) fglrx(0): Acceleration enabled
(II) fglrx(0): Direct rendering disabled
(==) fglrx(0): Using hardware cursor
fbarea0->box.x1 0x00000000, fbarea0->box.y1 0x00000304
fbarea0->box.x2 0x00000400, fbarea0->box.y2 0x00000306
icon[0].start=0x304000
fbarea1->box.x1 0x00000000, fbarea1->box.y1 0x00000306
fbarea1->box.x2 0x00000400, fbarea1->box.y2 0x00000308
icon[1].start=0x306000
(==) 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
[glesx] __glESXExtensionInit: No GL ES2.0 capable screen found!
(EE) AIGLX: Screen 0 is not DRI capable
(II) Loading local sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions//libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
(**) Option "Protocol" "auto"
(**) Mouse0: Device: "/dev/input/mice"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/input/mice"
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5 6 7"
(**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
(**) Mouse0: Buttons: 11
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse0: ps2EnableDataReporting: succeeded
FreeFontPath: FPE "/usr/share/fonts/misc" refcount is 2, should be 1; fixing.

Can anybody tell me what is wrong with my configuration?!
And any thing else I can do?

Last edited by wj6202 (2007-05-16 14:08:11)

Offline

#2 2007-05-16 17:54:03

matt_man22
Member
From: Boston, MA
Registered: 2007-04-28
Posts: 54

Re: Problems with my T60(X1300) 3d accelerations!

Here is my messy xorg.conf, but it works for a T60 with a x1300 (I have a usb mouse, and do not use the touchpad):

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "aticonfig-Screen[0]" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    RgbPath      "/usr/share/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
    Load  "xtrap"
    Load  "extmod"
    Load  "record"
    Load  "dri"
    Load  "GLcore"
    Load  "dbe"
    Load  "glx"
    Load  "freetype"
    Load  "type1"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option      "XkbModel" "pc105"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ExplorerPS/2"
    Option         "ZAxisMapping" "4 5"
    Option         "Emulate3Buttons" "true"
    Option         "ButtonMapping" "1 2 3 6 7 4 5"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Monitor"
    Identifier   "aticonfig-Monitor[0]"
    Option        "VendorName" "ATI Proprietary Driver"
    Option        "ModelName" "Generic Autodetecting Monitor"
    Option        "DPMS" "true"
    #DisplaySize     270     203     # 1024x768 96dpi
    # DisplaySize 168 126 # 96 DPI @ 640x480
    # DisplaySize 210 157 # 96 DPI @ 800x600
    # DisplaySize 269 201 # 96 DPI @ 1024x768
    DisplaySize 304 228 # 96 DPI @ 1152x864
    # DisplaySize 336 252 # 96 DPI @ 1280x960
    # DisplaySize 336 269 # 96 DPI @ 1280x1024 (non 4:3 aspect)
    # DisplaySize 420 315 # 96 DPI @ 1600x1200
EndSection

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "ShadowFB"               # [<bool>]
        #Option     "DefaultRefresh"         # [<bool>]
        #Option     "ModeSetClearScreen"     # [<bool>]
    Identifier  "Card0"
    Driver      "vesa"
    VendorName  "ATI Technologies Inc"
    BoardName   "M52 [ATI Mobility Radeon X1300]"
    BusID       "PCI:1:0:0"
EndSection

Section "Device"
    Identifier  "aticonfig-Device[0]"
    Driver      "fglrx"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    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"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "Screen"
    Identifier "aticonfig-Screen[0]"
    Device     "aticonfig-Device[0]"
    Monitor    "aticonfig-Monitor[0]"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "DRI"
    Mode 0666
EndSection

Offline

#3 2007-05-21 09:05:55

wj6202
Member
Registered: 2007-05-16
Posts: 4

Re: Problems with my T60(X1300) 3d accelerations!

Here is my messy xorg.conf, but it works for a T60 with a x1300 (I have a usb mouse, and do not use the touchpad):

Dear matt_man22, Can you pls print out the result of this commond:

LIBGL_DEBUG=verbose glxinfo > /dev/null

I'm quite doubt about that your 3D acceleration is opened.

Last edited by wj6202 (2007-05-21 09:09:59)

Offline

#4 2007-05-23 20:53:36

matt_man22
Member
From: Boston, MA
Registered: 2007-04-28
Posts: 54

Re: Problems with my T60(X1300) 3d accelerations!

I get the following:

libGL: XF86DRIGetClientDriverName: 8.36.5 fglrx (screen 0)
libGL: OpenDriver: trying /usr/lib/xorg/modules/dri//fglrx_dri.so
libGL: XF86DRIGetClientDriverName: 8.36.5 fglrx (screen 0)
drmOpenByBusid: busid is PCI:1:0:0
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 4, (OK)
drmOpenByBusid: drmOpenMinor returns 4
drmOpenByBusid: drmGetBusid reports PCI:1:0:0
Can't open configuration file /etc/drirc: No such file or directory.
Can't open configuration file /home/matt/.drirc: No such file or directory.

Offline

Board footer

Powered by FluxBB