Kernel : 2.6.15-rc5-mm1
synaptics-0.14.3, no dlloader option.
xorg-x11-6.8.2-r6
xorg.conf:
Code: Select all
Section "Module"
Load "dbe" # Double buffer extension
Load "extmod"
Load "type1"
Load "freetype"
Load "synaptics"
# This loads the GLX module
Load "glx"
# This loads the DRI module
Load "dri"
EndSection
Section "Extensions"
# Option "Composite" "Enable"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
# FontPath "/usr/share/fonts/CID/"
# FontPath "/usr/share/fonts/75dpi/"
# FontPath "/usr/share/fonts/100dpi/"
# FontPath "/usr/share/fonts/local/"
# FontPath "/usr/share/fonts/Speedo/"
# FontPath "/usr/share/fonts/TrueType/"
# FontPath "/usr/share/fonts/freefont/"
# ModulePath "/usr/X11R6/lib/modules"
EndSection
# **********************************************************************
# Server flags section.
# **********************************************************************
Section "ServerFlags"
EndSection
Section "InputDevice"
Identifier "Keyboard 0
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "ferrari4k"
Option "XkbLayout" "us"
# Option "XkbVariant" ""
# Option "XkbOptions" ""
# Option "XkbDisable"
EndSection
Section "InputDevice"
Identifier "Mouse 0"
Driver "synaptics"
Option "Device" "/dev/input/mouse0"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "EmulateMidButtonTime" "75"
Option "VertScrollDelta" "100"
Option "HorizScrollDelta" "20"
Option "MinSpeed" "0.09"
Option "MaxSpeed" "0.18"
Option "AccelFactor" "0.0015"
Option "EdgeMotionMinSpeed" "200"
Option "EdgeMotionMaxSpeed" "200"
Option "UpDownScrolling" "1"
Option "CircularScrolling" "1"
Option "CircScrollDelta" "0.1"
Option "CircScrollTrigger" "2"
Option "SHMConfig" "on"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "InputDevice"
Identifier "Mouse 1"
Driver "mouse"
Option "Protocol" "imps/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Panel"
Option "DPMS" "on"
EndSection
Section "Device"
Identifier "X700-0"
Driver "fglrx"
Option "no_accel" "no"
Option "no_dri" "no"
Option "mtrr" "off"
Option "DesktopSetup" "0x00000100"
Option "MonitorLayout" "NONE, LVDS"
Option "IgnoreEDID" "off"
Option "NoTV" "no"
Option "TVStandard" "PAL-G"
Option "TVHSizeAdj" "0"
Option "TVVSizeAdj" "0"
Option "TVHPosAdj" "0"
Option "TVVPosAdj" "0"
Option "TVHStartAdj" "0"
Option "TVColorAdj" "0"
Option "GammaCorrectionI" "0x00000000"
Option "GammaCorrectionII" "0x00000000"
# === OpenGL specific profiles/settings ===
Option "Capabilities" "0x00000000"
# === Video Overlay for the Xv extension ===
Option "VideoOverlay" "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
# will be disabled automatically
Option "OpenGLOverlay" "off"
# === Center Mode (Laptops only) ===
Option "CenterMode" "off"
# === Pseudo Color Visuals (8-bit visuals) ===
Option "PseudoColorVisuals" "off"
# === QBS Management ===
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
# === FSAA Management ===
Option "FSAAEnable" "no"
Option "FSAAScale" "1"
Option "FSAADisableGamma" "no"
Option "FSAACustomizeMSPos" "no"
Option "FSAAMSPosX0" "0.000000"
Option "FSAAMSPosY0" "0.000000"
Option "FSAAMSPosX1" "0.000000"
Option "FSAAMSPosY1" "0.000000"
Option "FSAAMSPosX2" "0.000000"
Option "FSAAMSPosY2" "0.000000"
Option "FSAAMSPosX3" "0.000000"
Option "FSAAMSPosY3" "0.000000"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY4" "0.000000"
Option "FSAAMSPosX5" "0.000000"
Option "FSAAMSPosY5" "0.000000"
# === Misc Options ===
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "ForceGenericCPU" "no"
Screen 0
EndSection
Section "Screen"
Identifier "Screen 0"
Device "X700-0"
Monitor "Panel"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1680x1050"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Layout 0"
Screen "Screen 0"
InputDevice "Mouse 0" "AlwaysCore"
InputDevice "Mouse 0" "CorePointer"
# InputDevice "Mouse 1" "AlwaysCore"
InputDevice "Mouse 1" "SendCoreEvents"
InputDevice "Keyboard 0" "CoreKeyboard"
EndSection
Section "DRI"
Mode 0666
EndSection
Code: Select all
X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.15-rc5-mm1 x86_64 [ELF]
Current Operating System: Linux localhost 2.6.15-rc5-mm1 #6 PREEMPT Sat Dec 10 0
2:14:37 CST 2005 x86_64
Build Date: 08 December 2005
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: Sat Dec 10 02:27:24 2005
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Layout 0"
(**) |-->Screen "Screen 0" (0)
(**) | |-->Monitor "Panel"
(**) | |-->Device "X700-0"
(**) |-->Input Device "Mouse 0"
(**) |-->Input Device "Mouse 0"
(**) |-->Input Device "Mouse 1"
(**) |-->Input Device "Keyboard 0"
(**) FontPath set to "/usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fo
nts/Type1/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/lib64/modules"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.2
X.Org Video Driver: 0.7
X.Org XInput driver : 0.4
X.Org Server Extension : 0.2
X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib64/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib64/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
Using vt 7
(--) using VT number 7
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1002,5951 card ffff,ffff rev 01 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 1002,5a34 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:06:0: chip 1002,5a38 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:13:0: chip 1002,4374 card 1025,007e rev 00 class 0c,03,10 hdr 80
(II) PCI: 00:13:1: chip 1002,4375 card 1025,007e rev 00 class 0c,03,10 hdr 00
(II) PCI: 00:13:2: chip 1002,4373 card 1025,007e rev 00 class 0c,03,20 hdr 00
(II) PCI: 00:14:0: chip 1002,4372 card 1025,007e rev 11 class 0c,05,00 hdr 80
(II) PCI: 00:14:1: chip 1002,4376 card 1025,007e rev 00 class 01,01,8a hdr 00
(II) PCI: 00:14:3: chip 1002,4377 card 1025,007e rev 00 class 06,01,00 hdr 80
(II) PCI: 00:14:4: chip 1002,4371 card 0000,0000 rev 00 class 06,04,01 hdr 81
(II) PCI: 00:14:5: chip 1002,4370 card 1025,007e rev 02 class 04,01,00 hdr 80
(II) PCI: 00:14:6: chip 1002,4378 card 1025,007e rev 02 class 07,03,00 hdr 80
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:00:0: chip 1002,5653 card 1025,007e rev 00 class 03,00,00 hdr 00
(II) PCI: 05:00:0: chip 14e4,169d card 1025,007e rev 11 class 02,00,00 hdr 00
(II) PCI: 06:02:0: chip 1260,3890 card 17cf,0014 rev 01 class 02,80,00 hdr 00
(II) PCI: 06:09:0: chip 104c,8031 card 2000,0000 rev 00 class 06,07,00 hdr 82
(II) PCI: 06:09:2: chip 104c,8032 card 1025,007e rev 00 class 0c,00,10 hdr 80
(II) PCI: 06:09:3: chip 104c,8033 card 1025,007e rev 00 class 01,80,00 hdr 80
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,7), 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 (0x100000000) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:2:0), (0,1,1), BCTRL: 0x000f (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 0 0x00009000 - 0x000090ff (0x100) IX[B]
[1] -1 0 0x00009400 - 0x000094ff (0x100) IX[B]
[2] -1 0 0x00009800 - 0x000098ff (0x100) IX[B]
[3] -1 0 0x00009c00 - 0x00009cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xc0100000 - 0xc01fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:6:0), (0,5,5), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 5 non-prefetchable memory range:
[0] -1 0 0xc0200000 - 0xc02fffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:20:3), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 6: bridge is at (0:20:4), (0,6,7), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 6 I/O range:
[0] -1 0 0x00002000 - 0x00002fff (0x1000) IX[B]
(II) Bus 6 non-prefetchable memory range:
[0] -1 0 0xc0300000 - 0xc03fffff (0x100000) MX[B]
(II) Bus 6 prefetchable memory range:
[0] -1 0 0x50000000 - 0x51ffffff (0x2000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:0), (-1,-1,7), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus -1 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:1), (-1,-1,7), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus -1 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:2), (-1,-1,7), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus -1 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:3), (-1,-1,7), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus -1 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) PCI-to-CardBus bridge:
(II) Bus 7: bridge is at (6:9:0), (6,7,10), BCTRL: 0x05c0 (VGA_EN is cleared)
(II) Bus 7 I/O range:
[0] -1 0 0x00002000 - 0x000020ff (0x100) IX[B]
[1] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]
(II) Bus 7 prefetchable memory range:
[0] -1 0 0x50000000 - 0x51ffffff (0x2000000) MX[B]
(--) PCI:*(1:0:0) ATI Technologies Inc unknown chipset (0x5653) rev 0, Mem @ 0xc
8000000/27, 0xc0100000/16, I/O @ 0x9000/8
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
[0] -1 0 0xc0306000 - 0xc0307fff (0x2000) MX[B]
[1] -1 0 0xc0300000 - 0xc0303fff (0x4000) MX[B]
[2] -1 0 0xc0309000 - 0xc03097ff (0x800) MX[B]
[3] -1 0 0xc0304000 - 0xc0305fff (0x2000) MX[B]
[4] -1 0 0xc0200000 - 0xc020ffff (0x10000) MX[B]
[5] -1 0 0xc0003800 - 0xc00038ff (0x100) MX[B]
[6] -1 0 0xc0003400 - 0xc00034ff (0x100) MX[B]
[7] -1 0 0xc0003000 - 0xc00033ff (0x400) MX[B]
[8] -1 0 0xc0002000 - 0xc0002fff (0x1000) MX[B]
[9] -1 0 0xc0001000 - 0xc0001fff (0x1000) MX[B]
[10] -1 0 0xc0000000 - 0xc0000fff (0x1000) MX[B]
[11] -1 0 0xc0100000 - 0xc010ffff (0x10000) MX[B](B)
[12] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
[13] -1 0 0x00008410 - 0x0000841f (0x10) IX[B]
[14] -1 0 0x00000374 - 0x00000374 (0x1) IX[B]
[15] -1 0 0x00000170 - 0x00000170 (0x1) IX[B]
[16] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
[17] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[18] -1 0 0x00008400 - 0x0000840f (0x10) IX[B]
[19] -1 0 0x00009000 - 0x000090ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xc0306000 - 0xc0307fff (0x2000) MX[B]
[1] -1 0 0xc0300000 - 0xc0303fff (0x4000) MX[B]
[2] -1 0 0xc0309000 - 0xc03097ff (0x800) MX[B]
[3] -1 0 0xc0304000 - 0xc0305fff (0x2000) MX[B]
[4] -1 0 0xc0200000 - 0xc020ffff (0x10000) MX[B]
[5] -1 0 0xc0003800 - 0xc00038ff (0x100) MX[B]
[6] -1 0 0xc0003400 - 0xc00034ff (0x100) MX[B]
[7] -1 0 0xc0003000 - 0xc00033ff (0x400) MX[B]
[8] -1 0 0xc0002000 - 0xc0002fff (0x1000) MX[B]
[9] -1 0 0xc0001000 - 0xc0001fff (0x1000) MX[B]
[10] -1 0 0xc0000000 - 0xc0000fff (0x1000) MX[B]
[11] -1 0 0xc0100000 - 0xc010ffff (0x10000) MX[B](B)
[12] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
[13] -1 0 0x00008410 - 0x0000841f (0x10) IX[B]
[14] -1 0 0x00000374 - 0x00000374 (0x1) IX[B]
[15] -1 0 0x00000170 - 0x00000170 (0x1) IX[B]
[16] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
[17] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[18] -1 0 0x00008400 - 0x0000840f (0x10) IX[B]
[19] -1 0 0x00009000 - 0x000090ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xc0306000 - 0xc0307fff (0x2000) MX[B]
[6] -1 0 0xc0300000 - 0xc0303fff (0x4000) MX[B]
[7] -1 0 0xc0309000 - 0xc03097ff (0x800) MX[B]
[8] -1 0 0xc0304000 - 0xc0305fff (0x2000) MX[B]
[9] -1 0 0xc0200000 - 0xc020ffff (0x10000) MX[B]
[10] -1 0 0xc0003800 - 0xc00038ff (0x100) MX[B]
[11] -1 0 0xc0003400 - 0xc00034ff (0x100) MX[B]
[12] -1 0 0xc0003000 - 0xc00033ff (0x400) MX[B]
[13] -1 0 0xc0002000 - 0xc0002fff (0x1000) MX[B]
[14] -1 0 0xc0001000 - 0xc0001fff (0x1000) MX[B]
[15] -1 0 0xc0000000 - 0xc0000fff (0x1000) MX[B]
[16] -1 0 0xc0100000 - 0xc010ffff (0x10000) MX[B](B)
[17] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
[18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[20] -1 0 0x00008410 - 0x0000841f (0x10) IX[B]
[21] -1 0 0x00000374 - 0x00000374 (0x1) IX[B]
[22] -1 0 0x00000170 - 0x00000170 (0x1) IX[B]
[23] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
[24] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[25] -1 0 0x00008400 - 0x0000840f (0x10) IX[B]
[26] -1 0 0x00009000 - 0x000090ff (0x100) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/lib64/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib64/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(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: "type1"
(II) Loading /usr/lib64/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.2
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/lib64/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 6.8.2, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "synaptics"
(II) Loading /usr/lib64/modules/input/synaptics_drv.o
(II) Module synaptics: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.3
(II) LoadModule: "glx"
(II) Loading /usr/lib64/modules/extensions/libglx.a
(II) Module glx: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib64/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/lib64/modules/extensions/libdri.a
(II) Module dri: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib64/modules/linux/libdrm.a
(II) Module drm: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "fglrx"
(II) Loading /usr/lib64/modules/drivers/fglrx_drv.o
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
compiled for 6.8.0, module version = 8.18.8
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "synaptics"
(II) Reloading /usr/lib64/modules/input/synaptics_drv.o
(II) LoadModule: "mouse"
(II) Loading /usr/lib64/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "kbd"
(II) Loading /usr/lib64/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.4
(II) ATI Radeon/FireGL: The following chipsets are supported:
RADEON 9000/9000 PRO (RV250 4966), RADEON 9000 LE (RV250 4967),
MOBILITY FireGL 9000 (M9 4C64), MOBILITY RADEON 9000 (M9 4C66),
RADEON 9000 PRO (D9 4C67), RADEON 9250 (RV280 5960),
RADEON 9200 (RV280 5961), RADEON 9200 SE (RV280 5964),
MOBILITY RADEON 9200 (M9+ 5C61), MOBILITY RADEON 9200 (M9+ 5C63),
FireGL 8800 (R200 5148), RADEON 8500 (R200 514C),
RADEON 9100 (R200 514D), RADEON 8500 AIW (R200 4242),
RADEON 9600 (RV350 4150), RADEON 9600 SE (RV350 4151),
RADEON 9600 PRO (RV360 4152),
MOBILITY RADEON 9600/9700 (M10/M11 4E50),
MOBILITY RADEON 9550 (M12 4E56), RADEON 9500 (R300 4144),
RADEON 9600 TX (R300 4146), FireGL Z1 (R300 4147),
RADEON 9700 PRO (R300 4E44), RADEON 9500 PRO/9700 (R300 4E45),
RADEON 9600 TX (R300 4E46), FireGL X1 (R300 4E47),
RADEON 9800 SE (R350 4148), RADEON 9550 (RV350 4153),
FireGL T2 (RV350 4154), RADEON 9800 PRO (R350 4E48),
RADEON 9800 (R350 4E49), RADEON 9800 XT (R360 4E4A),
FireGL X2-256/X2-256t (R350 4E4B),
MOBILITY FireGL T2/T2e (M10/M11 4E54), RADEON X300 (RV370 5B60),
RADEON X600 (RV380 5B62), FireGL V3100 (RV370 5B64),
FireMV 2200 (RV370 5B65), MOBILITY RADEON X300 (M22 5460),
MOBILITY FireGL V3100 (M22 5464), RADEON X600 (RV380 3E50),
FireGL V3200 (RV380 3E54), MOBILITY RADEON X600 (M24 3150),
MOBILITY RADEON X300 (M22 3152), MOBILITY FireGL V3200 (M24 3154),
RADEON X800 (R420 4A48), RADEON X800 PRO (R420 4A49),
RADEON X800 SE (R420 4A4A), RADEON X800 XT (R420 4A4B),
RADEON X800 (R420 4A4C), FireGL X3-256 (R420 4A4D),
MOBILITY RADEON 9800 (M18 4A4E),
RADEON X800 XT Platinum Edition (R420 4A50), RADEON X800 (R423 5548),
RADEON X800 PRO (R423 5549),
RADEON X800 XT Platinum Edition (R423 554A),
RADEON X800 SE (R423 554B), RADEON X800 XT (R423 5D57),
FireGL V7100 (R423 5550), FireGL V5100 (R423 5551),
MOBILITY RADEON X800 XT (M28 5D48), MOBILITY FireGL V5100 (M28 5D49),
RADEON X800 XL (R430 554D), RADEON X800 (R430 554F),
RADEON X850 XT Platinum Edition (R480 5D4D),
RADEON X850 PRO (R480 5D4F), RADEON X850 XT (R480 5D52),
MOBILITY FireGL V5000 (M26 564A), MOBILITY FireGL V5000 (M26 564B),
FireGL V5000 (RV410 5E48), FireGL V3300 (RV410 5E49),
RADEON X700 XT (RV410 5E4A), RADEON X700 PRO (RV410 5E4B),
RADEON X700 SE (RV410 5E4C), RADEON X700 (RV410 5E4D),
RADEON X700 (RV410 5E4F), MOBILITY RADEON X700 (M26 5652),
MOBILITY RADEON X700 (M26 5653), MOBILITY RADEON X700 XL,
RADEON 9100 IGP (RS300 5834),
RADEON 9000 PRO/9100 PRO IGP (RS350 7834),
MOBILITY RADEON 9000/9100 IGP (RS300M 5835),
RADEON XPRESS 200 (RS400 5A41), RADEON XPRESS 200M (RS400 5A42),
RADEON XPRESS 200 (RS480 5954), RADEON XPRESS 200M (RS480 5955),
RADEON XPRESS 200 (RS482 5974), RADEON XPRESS 200M (RS482 5975),
RADEON XPRESS 200 (RC410 5A61), RADEON XPRESS 200M (RC410 5A62),
FireGL (R520 7105), RADEON X900 (R520 7109)
(II) Primary Device is: PCI 01:00:0
(II) ATI Proprietary Linux Driver Version Identifier:8.18.8
(II) ATI Proprietary Linux Driver Release Identifier: LGDr8.18g2
(II) ATI Proprietary Linux Driver Build Date: Oct 25 2005 10:32:21
(II) ATI Proprietary Linux Driver Build Information: autobuild-rel-r6-8.18.1-dri
ver-lnx-x86_64-221930
(--) Assigning device section with no busID to primary device
(--) Chipset MOBILITY RADEON X700 (M26 5653) found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xc0306000 - 0xc0307fff (0x2000) MX[B]
[6] -1 0 0xc0300000 - 0xc0303fff (0x4000) MX[B]
[7] -1 0 0xc0309000 - 0xc03097ff (0x800) MX[B]
[8] -1 0 0xc0304000 - 0xc0305fff (0x2000) MX[B]
[9] -1 0 0xc0200000 - 0xc020ffff (0x10000) MX[B]
[10] -1 0 0xc0003800 - 0xc00038ff (0x100) MX[B]
[11] -1 0 0xc0003400 - 0xc00034ff (0x100) MX[B]
[12] -1 0 0xc0003000 - 0xc00033ff (0x400) MX[B]
[13] -1 0 0xc0002000 - 0xc0002fff (0x1000) MX[B]
[14] -1 0 0xc0001000 - 0xc0001fff (0x1000) MX[B]
[15] -1 0 0xc0000000 - 0xc0000fff (0x1000) MX[B]
[16] -1 0 0xc0100000 - 0xc010ffff (0x10000) MX[B](B)
[17] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
[18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[20] -1 0 0x00008410 - 0x0000841f (0x10) IX[B]
[21] -1 0 0x00000374 - 0x00000374 (0x1) IX[B]
[22] -1 0 0x00000170 - 0x00000170 (0x1) IX[B]
[23] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
[24] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[25] -1 0 0x00008400 - 0x0000840f (0x10) IX[B]
[26] -1 0 0x00009000 - 0x000090ff (0x100) IX[B](B)
(II) fglrx(0): pEnt->device->identifier=0x71bae0
(II) resource ranges after probing:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xc0306000 - 0xc0307fff (0x2000) MX[B]
[6] -1 0 0xc0300000 - 0xc0303fff (0x4000) MX[B]
[7] -1 0 0xc0309000 - 0xc03097ff (0x800) MX[B]
[8] -1 0 0xc0304000 - 0xc0305fff (0x2000) MX[B]
[9] -1 0 0xc0200000 - 0xc020ffff (0x10000) MX[B]
[10] -1 0 0xc0003800 - 0xc00038ff (0x100) MX[B]
[11] -1 0 0xc0003400 - 0xc00034ff (0x100) MX[B]
[12] -1 0 0xc0003000 - 0xc00033ff (0x400) MX[B]
[13] -1 0 0xc0002000 - 0xc0002fff (0x1000) MX[B]
[14] -1 0 0xc0001000 - 0xc0001fff (0x1000) MX[B]
[15] -1 0 0xc0000000 - 0xc0000fff (0x1000) MX[B]
[16] -1 0 0xc0100000 - 0xc010ffff (0x10000) MX[B](B)
[17] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
[18] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[19] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[20] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[22] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[23] -1 0 0x00008410 - 0x0000841f (0x10) IX[B]
[24] -1 0 0x00000374 - 0x00000374 (0x1) IX[B]
[25] -1 0 0x00000170 - 0x00000170 (0x1) IX[B]
[26] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
[27] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[28] -1 0 0x00008400 - 0x0000840f (0x10) IX[B]
[29] -1 0 0x00009000 - 0x000090ff (0x100) IX[B](B)
[30] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[31] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) fglrx(0): === [R200PreInit] === begin, [s]
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib64/modules/libvgahw.a
(II) Module vgahw: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 0.1.0
ABI class: X.Org Video Driver, version 0.7
(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 "NoAccel" "no"
(**) fglrx(0): Option "NoDRI" "no"
(**) fglrx(0): Option "Capabilities" "0x00000000"
(**) fglrx(0): Option "GammaCorrectionI" "0x00000000"
(**) fglrx(0): Option "GammaCorrectionII" "0x00000000"
(**) fglrx(0): Option "OpenGLOverlay" "off"
(**) fglrx(0): Option "VideoOverlay" "on"
(**) fglrx(0): Option "DesktopSetup" "0x00000100"
(**) fglrx(0): Option "MonitorLayout" "NONE, LVDS"
(**) fglrx(0): Option "Stereo" "off"
(**) fglrx(0): Option "StereoSyncEnable" "1"
(**) fglrx(0): Option "UseFastTLS" "0"
(**) fglrx(0): Option "BlockSignalsOnLock" "on"
(**) fglrx(0): Option "ForceGenericCPU" "no"
(**) fglrx(0): Option "CenterMode" "off"
(**) fglrx(0): Option "FSAAScale" "1"
(**) fglrx(0): Option "FSAAEnable" "no"
(**) fglrx(0): Option "FSAADisableGamma" "no"
(**) fglrx(0): Option "FSAACustomizeMSPos" "no"
(**) fglrx(0): Option "FSAAMSPosX0" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY0" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX1" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY1" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX2" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY2" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX3" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY3" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX4" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY4" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX5" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY5" "0.000000"
(**) fglrx(0): Option "TVStandard" "PAL-G"
(**) fglrx(0): Option "TVHSizeAdj" "0"
(**) fglrx(0): Option "TVVSizeAdj" "0"
(**) fglrx(0): Option "TVHPosAdj" "0"
(**) fglrx(0): Option "TVVPosAdj" "0"
(**) fglrx(0): Option "TVHStartAdj" "0"
(**) fglrx(0): Option "TVColorAdj" "0"
(**) fglrx(0): Option "PseudoColorVisuals" "off"
(==) fglrx(0): RGB weight 888
(II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
(**) fglrx(0): Gamma Correction for I is 0x00000000
(**) fglrx(0): Gamma Correction for II is 0x00000000
(==) fglrx(0): Buffer Tiling is ON
(**) fglrx(0): Option "mtrr" "off"
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(--) fglrx(0): Chipset: "MOBILITY RADEON X700 (M26 5653)" (Chipset = 0x5653)
(--) fglrx(0): (PciSubVendor = 0x1025, PciSubDevice = 0x007e)
(--) fglrx(0): board vendor info: third party graphics adapter - NOT original AT
I
(--) fglrx(0): Linear framebuffer (phys) at 0xc8000000
(--) fglrx(0): MMIO registers at 0xc0100000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib64/modules/libvbe.a
(II) Module vbe: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.1.0
ABI class: X.Org Video Driver, version 0.7
(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.10
(II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
(II) fglrx(0): VESA VBE OEM Product: M26-P
(II) fglrx(0): VESA VBE OEM Product Rev: 01.00
(II) fglrx(0): ATI Video BIOS revision 9 or later detected
(--) fglrx(0): VideoRAM: 131072 kByte, Type: DDR1
(II) fglrx(0): PCIE card detected
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(WW) fglrx(0): MonitorLayout is no longer supported.
Please use DesktopSetup and ForceMonitors options
(WW) fglrx(0): The hex number setting for DesktopSetup is deprecated,
it will be dropped in future versions of the driver.
Please refer to the Release Notes for the new setting.
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/lib64/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
(II) fglrx(0): Connected Display1: LCD on internal LVDS
(II) fglrx(0): Display1 EDID data ---------------------------
(II) fglrx(0): Manufacturer: SEC Model: 0 Serial#: 0
(II) fglrx(0): Year: 2003 Week: 0
(II) fglrx(0): EDID Version: 1.3
(II) fglrx(0): Digital Display Input
(II) fglrx(0): Max H-Image Size [cm]: horiz.: 33 vert.: 21
(II) fglrx(0): Gamma: 2.20
(II) fglrx(0): No DPMS capabilities specified; RGB/Color Display
(II) fglrx(0): First detailed timing is preferred mode
(II) fglrx(0): redX: 0.580 redY: 0.340 greenX: 0.310 greenY: 0.550
(II) fglrx(0): blueX: 0.155 blueY: 0.155 whiteX: 0.313 whiteY: 0.329
(II) fglrx(0): Manufacturer's mask: 0
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 121.0 MHz Image Size: 331 x 207 mm
(II) fglrx(0): h_active: 1680 h_sync: 1704 h_sync_end 1792 h_blank_end 1876 h_
border: 0
(II) fglrx(0): v_active: 1050 v_sync: 1051 v_sync_end 1054 v_blanking: 1065 v_
border: 0
(II) fglrx(0): SAMSUNG
(II) fglrx(0): LTN154P1-L02
(II) fglrx(0): End of Display1 EDID data --------------------
(WW) fglrx(0): Specified desktop setup not supported: 8
(II) fglrx(0): Primary Controller - LCD on internal LVDS
(II) fglrx(0): Internal Desktop Setting: 0x00000004
(**) 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 11 modes found for primary display.
(--) fglrx(0): Virtual size is 1680x1050 (pitch 1728)
(**) fglrx(0): *Mode "1680x1050": 121.0 MHz (scaled from 0.0 MHz), 64.5 kHz, 60.
0 Hz
(II) fglrx(0): Modeline "1680x1050" 121.00 1680 1704 1792 1876 1050 1051 1054
1065 +csync
(**) fglrx(0): Default mode "1280x1024": 121.0 MHz (scaled from 0.0 MHz), 64.5
kHz, 60.0 Hz
(II) fglrx(0): Modeline "1280x1024" 121.00 1280 1304 1392 1876 1024 1051 1054
1065
(**) fglrx(0): Default mode "1152x864": 121.0 MHz (scaled from 0.0 MHz), 64.5 k
Hz, 60.0 Hz
(II) fglrx(0): Modeline "1152x864" 121.00 1152 1176 1264 1876 864 1051 1054 1
065
(**) fglrx(0): Default mode "1024x768": 121.0 MHz (scaled from 0.0 MHz), 64.5 k
Hz, 60.0 Hz
(II) fglrx(0): Modeline "1024x768" 121.00 1024 1048 1136 1876 768 1051 1054 1
065
(**) fglrx(0): Default mode "800x600": 121.0 MHz (scaled from 0.0 MHz), 64.5 kH
z, 60.0 Hz
(II) fglrx(0): Modeline "800x600" 121.00 800 824 912 1876 600 1051 1054 1065
(**) fglrx(0): Default mode "640x480": 121.0 MHz (scaled from 0.0 MHz), 64.5 kH
z, 60.0 Hz
(II) fglrx(0): Modeline "640x480" 121.00 640 664 752 1876 480 1051 1054 1065
(**) fglrx(0): Default mode "640x400": 121.0 MHz (scaled from 0.0 MHz), 64.5 kH
z, 60.0 Hz
(II) fglrx(0): Modeline "640x400" 121.00 640 664 752 1876 400 1051 1054 1065
-hsync -vsync
(**) fglrx(0): Default mode "512x384": 121.0 MHz (scaled from 0.0 MHz), 64.5 kH
z, 60.0 Hz
(II) fglrx(0): Modeline "512x384" 121.00 512 536 624 1876 384 1051 1054 1065
-hsync
(**) fglrx(0): Default mode "400x300": 121.0 MHz (scaled from 0.0 MHz), 64.5 kH
z, 60.0 Hz
(II) fglrx(0): Modeline "400x300" 121.00 400 424 512 1876 600 1051 1054 1065
-hsync
(**) fglrx(0): Default mode "320x240": 121.0 MHz (scaled from 0.0 MHz), 64.5 kH
z, 60.0 Hz
(II) fglrx(0): Modeline "320x240" 121.00 320 344 432 1876 480 1051 1054 1065
-hsync
(**) fglrx(0): Default mode "320x200": 121.0 MHz (scaled from 0.0 MHz), 64.5 kH
z, 60.0 Hz
(II) fglrx(0): Modeline "320x200" 121.00 320 344 432 1876 400 1051 1054 1065
-hsync -vsync
(--) fglrx(0): Display dimensions: (330, 210) mm
(--) fglrx(0): DPI set to (129, 127)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib64/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib64/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 0.1.0
ABI class: X.Org Video Driver, version 0.7
(**) fglrx(0): NoAccel = NO
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib64/modules/libxaa.a
(II) Module xaa: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.2.0
ABI class: X.Org Video Driver, version 0.7
(==) 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/lib64/modules/linux/libfglrxdrm.a
(II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
compiled for 6.8.0, module version = 8.18.8
ABI class: X.Org Server Extension, version 0.2
(II) fglrx(0): Depth moves disabled by default
(**) fglrx(0): Capabilities: 0x00000000
(**) fglrx(0): CapabilitiesEx: 0x00000000
(**) fglrx(0): cpuFlags: 0x4000001f
(**) fglrx(0): cpuSpeedMHz: 0x000007d0
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(**) fglrx(0): UseFastTLS=0
(**) fglrx(0): BlockSignalsOnLock=1
(==) fglrx(0): EnablePrivateBackZ = NO
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0xc0100000 - 0xc010ffff (0x10000) MX[B]
[1] 0 0 0xc8000000 - 0xcfffffff (0x8000000) MX[B]
[2] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[7] -1 0 0xc0306000 - 0xc0307fff (0x2000) MX[B]
[8] -1 0 0xc0300000 - 0xc0303fff (0x4000) MX[B]
[9] -1 0 0xc0309000 - 0xc03097ff (0x800) MX[B]
[10] -1 0 0xc0304000 - 0xc0305fff (0x2000) MX[B]
[11] -1 0 0xc0200000 - 0xc020ffff (0x10000) MX[B]
[12] -1 0 0xc0003800 - 0xc00038ff (0x100) MX[B]
[13] -1 0 0xc0003400 - 0xc00034ff (0x100) MX[B]
[14] -1 0 0xc0003000 - 0xc00033ff (0x400) MX[B]
[15] -1 0 0xc0002000 - 0xc0002fff (0x1000) MX[B]
[16] -1 0 0xc0001000 - 0xc0001fff (0x1000) MX[B]
[17] -1 0 0xc0000000 - 0xc0000fff (0x1000) MX[B]
[18] -1 0 0xc0100000 - 0xc010ffff (0x10000) MX[B](B)
[19] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
[20] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[21] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[22] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[23] 0 0 0x00009000 - 0x000090ff (0x100) IX[B]
[24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[25] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[26] -1 0 0x00008410 - 0x0000841f (0x10) IX[B]
[27] -1 0 0x00000374 - 0x00000374 (0x1) IX[B]
[28] -1 0 0x00000170 - 0x00000170 (0x1) IX[B]
[29] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
[30] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[31] -1 0 0x00008400 - 0x0000840f (0x10) IX[B]
[32] -1 0 0x00009000 - 0x000090ff (0x100) IX[B](B)
[33] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[34] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) fglrx(0): UMM Bus area: 0xc88f7000 (size=0x076f9000)
(II) fglrx(0): UMM area: 0xc88f7000 (size=0x076f9000)
(II) fglrx(0): driver needs X.org 6.8.x.y with x.y >= 0.0
(II) fglrx(0): detected X.org 6.8.2.0
(II) Loading extension ATIFGLRXDRI
(II) fglrx(0): doing DRIScreenInit
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: Open failed
[drm] failed to load kernel module "fglrx"
(II) fglrx(0): [drm] drmOpen failed
(EE) fglrx(0): DRIScreenInit failed!
(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: 0xc8000000 FBMappedSize: 0x07ff0000
(II) fglrx(0): FBMM initialized for area (0,0)-(1728,8191)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1728,1050) (front color buffer -
assumption)
(==) fglrx(0): Backing store disabled
(==) fglrx(0): Silken mouse enabled
(==) fglrx(0): Using hardware cursor (scanline 1050)
(II) fglrx(0): Largest offscreen area available: 1728 x 7138
(**) Option "dpms" "on"
(**) fglrx(0): DPMS enabled
(WW) fglrx(0): Option "IgnoreEDID" is not used
(WW) fglrx(0): Option "NoTV" is not used
(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
(II) Loading extension FGLRXEXTENSION
(II) Loading extension ATITVOUT
(==) RandR enabled
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Synaptics touchpad driver version 0.14.3
(--) Mouse 0 auto-dev sets device to /dev/input/event2
(**) Option "Device" "/dev/input/event2"
(**) Option "SHMConfig" "on"
(**) 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 "EmulateMidButtonTime" "75"
(**) Option "VertSc


