Xorg or xfce4 issue?

Hey all, I'm new to arch linux.
I installed Archlinux into my laptop and it's running pretty well except of this issue:
When I start the xfce it's all working fine until I close it. If I try to run it again then it's not working and my pc stucks. I cannot even change tty with Ctrl+Alt+Function keys. After I restart the computer (by reseting it) it's working fine again for the first time.
I don't know if this is realted to xfce4 or xorg :S
I include the Xorg.conf and the Xorg.log files.
Thanks in advance for any ideas
/etc/X11/xorg.conf
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Touchpad" "SendCoreEvents"
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 "extmod"
Load "synaptics"
Load "dri"
Load "record"
Load "xtrap"
Load "dbe"
Load "GLcore"
Load "glx"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "us,el"
Option "XkbVariant" ",extended"
Option "XkbOptions" "grp:alt_shift_toggle,grp:control,grp_led:scroll,compose:rwin"
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"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 30.0 - 130.0
VertRefresh 50.0 - 100.0
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 "NoAccel" # [<bool>]
#Option "NoDRI" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "Dac6Bit" # [<bool>]
#Option "BusType" # [<str>]
#Option "DRM_nbufs" # <i>
#Option "DRM_bufsize" # <i>
#Option "Capabilities" # <i>
#Option "CapabilitiesEx" # <i>
#Option "ClientDriverName" # [<str>]
#Option "KernelModuleParm" # [<str>]
#Option "AGPMask" # <i>
#Option "AGPv3Mask" # <i>
#Option "BufferTiling" # [<bool>]
#Option "Profile" # <str>
#Option "RingSize" # <i>
#Option "EnableDepthMoves" # [<bool>]
#Option "GammaCorrectionI" # <i>
#Option "GammaCorrectionII" # <i>
#Option "OpenGLOverlay" # [<bool>]
#Option "DefaultVisualTrueColor" # [<bool>]
#Option "VideoOverlay" # [<bool>]
#Option "DesktopSetup" # [<str>]
#Option "MonitorLayout" # [<str>]
#Option "ForceMonitors" # [<str>]
#Option "EnableMonitor" # <str>
#Option "OverlayOnCRTC2" # [<bool>]
#Option "Mode2" # [<str>]
#Option "PairModes" # [<str>]
#Option "HSync2" # [<str>]
#Option "VRefresh2" # [<str>]
#Option "ScreenOverlap" # <i>
#Option "MemClock" # <i>
#Option "ASICClock" # <i>
#Option "UseInternalAGPGART" # [<bool>]
#Option "FastSwap" # [<bool>]
#Option "Stereo" # [<bool>]
#Option "StereoSyncEnable" # <i>
#Option "DisableOvScaler" # [<bool>]
#Option "UseFastTLS" # <i>
#Option "BlockSignalsOnLock" # [<bool>]
#Option "ForceGenericCPU" # [<bool>]
#Option "CenterMode" # [<bool>]
#Option "OffScreenPixmaps" # [<bool>]
#Option "EnableOpaqueOverlayVisual" # [<bool>]
#Option "TMDSCoherentMode" # [<bool>]
#Option "EnablePrivateBackZ" # [<bool>]
#Option "TVFormat" # [<str>]
#Option "TVStandard" # [<str>]
#Option "TVOverscan" # [<bool>]
#Option "TVHSizeAdj" # <i>
#Option "TVVSizeAdj" # <i>
#Option "TVHPosAdj" # <i>
#Option "TVVPosAdj" # <i>
#Option "TVHStartAdj" # <i>
#Option "TVColorAdj" # <i>
#Option "PseudoColorVisuals" # [<bool>]
#Option "PreferredVRefresh" # <i>
#Option "FastStart" # [<bool>]
#Option "ProfileDriver" # [<bool>]
#Option "PPPTforGART" # [<bool>]
#Option "TexturedVideo" # [<bool>]
#Option "TexturedVideoSync" # [<bool>]
#Option "Textured2D" # [<bool>]
#Option "TexturedXrender" # [<bool>]
#Option "DPMS" # [<bool>]
#Option "MaxGARTSize" # <i>
#Option "LogoPosX" # <i>
#Option "LogoPosY" # <i>
#Option "LogoColFG" # <i>
#Option "LogoColBG" # <i>
#Option "SwapScreens" # [<bool>]
#Option "FBC" # [<bool>]
#Option "FrontBufferMode" # <i>
#Option "BackBufferMode" # <i>
#Option "DepthBufferMode" # <i>
#Option "OverlayBufferMode" # <i>
#Option "VideoOverlayBufferMode" # <i>
#Option "EnableIrqMgr" # [<bool>]
#Option "EnableMulticard" # [<bool>]
#Option "EnablePPLIB" # [<bool>]
#Option "DefaultOnDC" # [<bool>]
#Option "EnableRandR12" # [<bool>]
#Option "DisableRotation" # [<bool>]
#Option "EnableCrossFire" # [<bool>]
Identifier "Card0"
Driver "fglrx"
VendorName "ATI Technologies Inc"
BoardName "RV350 [Mobility Radeon 9600 M10]"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
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 "InputDevice"
Identifier "Touchpad"
Driver "synaptics"
Option "Device" "/dev/input/mouse1"
Option "Protocol" "auto-dev"
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
And the log after I run it once.
/var/log/Xorg.0.log
X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.25-ARCH i686
Current Operating System: Linux selene 2.6.25-ARCH #1 SMP PREEMPT Mon Jul 14 15:25:51 UTC 2008 i686
Build Date: 21 June 2008 05:47:59PM
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 Jul 21 22:11:16 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Card0"
(**) |-->Input Device "Touchpad"
(**) |-->Input Device "Keyboard0"
(==) 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/misc,
/usr/share/fonts/100dpi:unscaled,
/usr/share/fonts/75dpi:unscaled,
/usr/share/fonts/TTF,
/usr/share/fonts/Type1,
/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"
(==) |-->Input Device "Mouse0"
(==) The core pointer device wasn't specified explicitly in the layout.
Using the first mouse device.
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81e0a60
(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,3580 card 1025,005d rev 02 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 8086,3584 card 1025,005d rev 02 class 08,80,00 hdr 00
(II) PCI: 00:00:3: chip 8086,3585 card 1025,005d rev 02 class 08,80,00 hdr 80
(II) PCI: 00:01:0: chip 8086,3581 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24c2 card 1025,005d rev 03 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 1025,005d rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24c7 card 1025,005d rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 1025,005d 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 1025,005d rev 03 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,24c3 card 1025,005d rev 03 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24c5 card 1025,005d rev 03 class 04,01,00 hdr 00
(II) PCI: 00:1f:6: chip 8086,24c6 card 1025,005d rev 03 class 07,03,00 hdr 00
(II) PCI: 01:00:0: chip 1002,4e50 card 1025,005d rev 00 class 03,00,00 hdr 00
(II) PCI: 02:02:0: chip 14e4,1653 card 1025,005d rev 03 class 02,00,00 hdr 00
(II) PCI: 02:04:0: chip 8086,4220 card 8086,2701 rev 05 class 02,80,00 hdr 00
(II) PCI: 02:06:0: chip 104c,ac44 card 4000,0000 rev 02 class 06,07,00 hdr 82
(II) PCI: 02:06:1: chip 104c,8029 card 1025,005d rev 00 class 0c,00,10 hdr 80
(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: 0x000c (VGA_EN is set)
(II) Bus 1 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 1 non-prefetchable memory range:
[0] -1 0 0xd0100000 - 0xd01fffff (0x100000) MX[b]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,6), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 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]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xd0200000 - 0xd05fffff (0x400000) MX[b]
(II) Bus 2 prefetchable memory range:
[0] -1 0 0x30000000 - 0x33ffffff (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 3: bridge is at (2:6:0), (2,3,6), BCTRL: 0x05c0 (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]
(II) Bus 3 prefetchable memory range:
[0] -1 0 0x30000000 - 0x33ffffff (0x4000000) MX[b]
(--) PCI:*(1:0:0) ATI Technologies Inc RV350 [Mobility Radeon 9600 M10] rev 0, Mem @ 0xd8000000/27, 0xd0100000/16, I/O @ 0x3000/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 0xe0000000 from 0xefffffff to 0xdfffffff
(II) Active PCI resource ranges:
[0] -1 0 0xd0210000 - 0xd0213fff (0x4000) MX[b]
[1] -1 0 0xd0216000 - 0xd02167ff (0x800) MX[b]
[2] -1 0 0xd0214000 - 0xd0214fff (0x1000) MX[b]
[3] -1 0 0xd0200000 - 0xd020ffff (0x10000) MX[b]
[4] -1 0 0xd0000800 - 0xd00008ff (0x100) MX[b]
[5] -1 0 0xd0000c00 - 0xd0000dff (0x200) MX[b]
[6] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
[7] -1 0 0xd0000000 - 0xd00003ff (0x400) MX[b]
[8] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
[9] -1 0 0xd0100000 - 0xd010ffff (0x10000) MX[b](B)
[10] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
[11] -1 0 0x00002000 - 0x0000207f (0x80) IX[b]
[12] -1 0 0x00002400 - 0x000024ff (0x100) IX[b]
[13] -1 0 0x000018c0 - 0x000018ff (0x40) IX[b]
[14] -1 0 0x00001c00 - 0x00001cff (0x100) IX[b]
[15] -1 0 0x00001880 - 0x0000189f (0x20) IX[b]
[16] -1 0 0x00001860 - 0x0000186f (0x10) IX[b]
[17] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
[18] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[19] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
[20] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[21] -1 0 0x00001840 - 0x0000185f (0x20) IX[b]
[22] -1 0 0x00001820 - 0x0000183f (0x20) IX[b]
[23] -1 0 0x00001800 - 0x0000181f (0x20) IX[b]
[24] -1 0 0x00003000 - 0x000030ff (0x100) IX[b](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xd0210000 - 0xd0213fff (0x4000) MX[b]
[1] -1 0 0xd0216000 - 0xd02167ff (0x800) MX[b]
[2] -1 0 0xd0214000 - 0xd0214fff (0x1000) MX[b]
[3] -1 0 0xd0200000 - 0xd020ffff (0x10000) MX[b]
[4] -1 0 0xd0000800 - 0xd00008ff (0x100) MX[b]
[5] -1 0 0xd0000c00 - 0xd0000dff (0x200) MX[b]
[6] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
[7] -1 0 0xd0000000 - 0xd00003ff (0x400) MX[b]
[8] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
[9] -1 0 0xd0100000 - 0xd010ffff (0x10000) MX[b](B)
[10] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
[11] -1 0 0x00002000 - 0x0000207f (0x80) IX[b]
[12] -1 0 0x00002400 - 0x000024ff (0x100) IX[b]
[13] -1 0 0x000018c0 - 0x000018ff (0x40) IX[b]
[14] -1 0 0x00001c00 - 0x00001cff (0x100) IX[b]
[15] -1 0 0x00001880 - 0x0000189f (0x20) IX[b]
[16] -1 0 0x00001860 - 0x0000186f (0x10) IX[b]
[17] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
[18] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[19] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
[20] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[21] -1 0 0x00001840 - 0x0000185f (0x20) IX[b]
[22] -1 0 0x00001820 - 0x0000183f (0x20) IX[b]
[23] -1 0 0x00001800 - 0x0000181f (0x20) IX[b]
[24] -1 0 0x00003000 - 0x000030ff (0x100) IX[b](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0x00100000 - 0x33ffffff (0x33f00000) 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 - 0x33ffffff (0x33f00000) 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 0xd0210000 - 0xd0213fff (0x4000) MX[b]
[5] -1 0 0xd0216000 - 0xd02167ff (0x800) MX[b]
[6] -1 0 0xd0214000 - 0xd0214fff (0x1000) MX[b]
[7] -1 0 0xd0200000 - 0xd020ffff (0x10000) MX[b]
[8] -1 0 0xd0000800 - 0xd00008ff (0x100) MX[b]
[9] -1 0 0xd0000c00 - 0xd0000dff (0x200) MX[b]
[10] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
[11] -1 0 0xd0000000 - 0xd00003ff (0x400) MX[b]
[12] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
[13] -1 0 0xd0100000 - 0xd010ffff (0x10000) MX[b](B)
[14] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
[15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[16] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[17] -1 0 0x00002000 - 0x0000207f (0x80) IX[b]
[18] -1 0 0x00002400 - 0x000024ff (0x100) IX[b]
[19] -1 0 0x000018c0 - 0x000018ff (0x40) IX[b]
[20] -1 0 0x00001c00 - 0x00001cff (0x100) IX[b]
[21] -1 0 0x00001880 - 0x0000189f (0x20) IX[b]
[22] -1 0 0x00001860 - 0x0000186f (0x10) IX[b]
[23] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
[24] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[25] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
[26] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[27] -1 0 0x00001840 - 0x0000185f (0x20) IX[b]
[28] -1 0 0x00001820 - 0x0000183f (0x20) IX[b]
[29] -1 0 0x00001800 - 0x0000181f (0x20) IX[b]
[30] -1 0 0x00003000 - 0x000030ff (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: "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: "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: "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: "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: "xtrap"
(II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: 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 DEC-XTRAP
(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: "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: "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.50.3
Module class: X.Org Video Driver
(II) LoadModule: "synaptics"
(II) Reloading /usr/lib/xorg/modules/input//synaptics_drv.so
(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: "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.50.3
(II) ATI Proprietary Linux Driver Release Identifier: UNSUPPORTED-8.501
(II) ATI Proprietary Linux Driver Build Date: Jun 2 2008 22:46:56
(--) 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 - 0x33ffffff (0x33f00000) 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 0xd0210000 - 0xd0213fff (0x4000) MX[b]
[5] -1 0 0xd0216000 - 0xd02167ff (0x800) MX[b]
[6] -1 0 0xd0214000 - 0xd0214fff (0x1000) MX[b]
[7] -1 0 0xd0200000 - 0xd020ffff (0x10000) MX[b]
[8] -1 0 0xd0000800 - 0xd00008ff (0x100) MX[b]
[9] -1 0 0xd0000c00 - 0xd0000dff (0x200) MX[b]
[10] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
[11] -1 0 0xd0000000 - 0xd00003ff (0x400) MX[b]
[12] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
[13] -1 0 0xd0100000 - 0xd010ffff (0x10000) MX[b](B)
[14] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
[15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[16] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[17] -1 0 0x00002000 - 0x0000207f (0x80) IX[b]
[18] -1 0 0x00002400 - 0x000024ff (0x100) IX[b]
[19] -1 0 0x000018c0 - 0x000018ff (0x40) IX[b]
[20] -1 0 0x00001c00 - 0x00001cff (0x100) IX[b]
[21] -1 0 0x00001880 - 0x0000189f (0x20) IX[b]
[22] -1 0 0x00001860 - 0x0000186f (0x10) IX[b]
[23] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
[24] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[25] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
[26] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[27] -1 0 0x00001840 - 0x0000185f (0x20) IX[b]
[28] -1 0 0x00001820 - 0x0000183f (0x20) IX[b]
[29] -1 0 0x00001800 - 0x0000181f (0x20) IX[b]
[30] -1 0 0x00003000 - 0x000030ff (0x100) IX[b](B)
(II) fglrx(0): pEnt->device->identifier=0x892d6e8
(II) resource ranges after probing:
[0] -1 0 0x00100000 - 0x33ffffff (0x33f00000) 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 0xd0210000 - 0xd0213fff (0x4000) MX[b]
[5] -1 0 0xd0216000 - 0xd02167ff (0x800) MX[b]
[6] -1 0 0xd0214000 - 0xd0214fff (0x1000) MX[b]
[7] -1 0 0xd0200000 - 0xd020ffff (0x10000) MX[b]
[8] -1 0 0xd0000800 - 0xd00008ff (0x100) MX[b]
[9] -1 0 0xd0000c00 - 0xd0000dff (0x200) MX[b]
[10] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
[11] -1 0 0xd0000000 - 0xd00003ff (0x400) MX[b]
[12] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
[13] -1 0 0xd0100000 - 0xd010ffff (0x10000) MX[b](B)
[14] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
[15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
[16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
[17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
[18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[19] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[20] -1 0 0x00002000 - 0x0000207f (0x80) IX[b]
[21] -1 0 0x00002400 - 0x000024ff (0x100) IX[b]
[22] -1 0 0x000018c0 - 0x000018ff (0x40) IX[b]
[23] -1 0 0x00001c00 - 0x00001cff (0x100) IX[b]
[24] -1 0 0x00001880 - 0x0000189f (0x20) IX[b]
[25] -1 0 0x00001860 - 0x0000186f (0x10) IX[b]
[26] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
[27] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[28] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
[29] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[30] -1 0 0x00001840 - 0x0000185f (0x20) IX[b]
[31] -1 0 0x00001820 - 0x0000183f (0x20) IX[b]
[32] -1 0 0x00001800 - 0x0000181f (0x20) IX[b]
[33] -1 0 0x00003000 - 0x000030ff (0x100) IX[b](B)
[34] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
[35] 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
(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 = 0x1025, PciSubDevice = 0x005d)
(--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xd8000000
(--) fglrx(0): MMIO registers at 0xd0100000
(==) 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: 65536 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.50.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 = 0xd8000000, MCFBSize = 0x8000000)
(--) fglrx(0): VideoRAM: 65536 kByte, Type: DDR SGRAM / SDRAM
(II) fglrx(0): AGP card detected
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(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.
(WW) fglrx(0): Only one display is connnected,so single mode is enabled
(II) fglrx(0): Primary Controller - LCD on internal LVDS
(II) fglrx(0): Internal Desktop Setting: 0x00000001
(II) fglrx(0): POWERplay version 3. 2 power states available:
(II) fglrx(0): 1. 398/209MHz @ 60Hz [enable load balancing]
(II) fglrx(0): 2. 105/105MHz @ 60Hz [low voltage, enable sleep]
(==) fglrx(0): Qbs is not supported in this release. 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 12 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"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 (48.4 kHz)
(**) fglrx(0): Default mode "848x480": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "848x480"x60.0 65.00 848 960 1096 1344 480 627 633 806 (48.4 kHz)
(**) fglrx(0): Default mode "800x600": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "800x600"x60.0 65.00 800 936 1072 1344 600 687 693 806 (48.4 kHz)
(**) fglrx(0): Default mode "720x576": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "720x576"x60.0 65.00 720 896 1032 1344 576 675 681 806 (48.4 kHz)
(**) fglrx(0): Default mode "720x480": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "720x480"x60.0 65.00 720 896 1032 1344 480 627 633 806 (48.4 kHz)
(**) fglrx(0): Default mode "640x480": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x480"x60.0 65.00 640 856 992 1344 480 627 633 806 (48.4 kHz)
(**) fglrx(0): Default mode "640x400": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x400"x60.0 65.00 640 856 992 1344 400 587 593 806 (48.4 kHz)
(**) fglrx(0): Default mode "640x350": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x350"x60.0 65.00 640 856 992 1344 350 562 568 806 (48.4 kHz)
(**) fglrx(0): Default mode "512x384": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "512x384"x60.0 65.00 512 792 928 1344 384 579 585 806 (48.4 kHz)
(**) fglrx(0): Default mode "400x300": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "400x300"x60.0 65.00 400 736 872 1344 300 687 693 806 doublescan (48.4 kHz)
(**) fglrx(0): Default mode "320x240": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "320x240"x60.0 65.00 320 696 832 1344 240 627 633 806 doublescan (48.4 kHz)
(**) fglrx(0): Default mode "320x200": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "320x200"x60.0 65.00 320 696 832 1344 200 587 593 806 doublescan (48.4 kHz)
(==) fglrx(0): DPI set to (96, 96)
(--) 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"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 (48.4 kHz)
(**) fglrx(0): Default mode "848x480": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "848x480"x60.0 65.00 848 960 1096 1344 480 627 633 806 (48.4 kHz)
(**) fglrx(0): Default mode "800x600": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "800x600"x60.0 65.00 800 936 1072 1344 600 687 693 806 (48.4 kHz)
(**) fglrx(0): Default mode "720x576": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "720x576"x60.0 65.00 720 896 1032 1344 576 675 681 806 (48.4 kHz)
(**) fglrx(0): Default mode "720x480": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "720x480"x60.0 65.00 720 896 1032 1344 480 627 633 806 (48.4 kHz)
(**) fglrx(0): Default mode "640x480": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x480"x60.0 65.00 640 856 992 1344 480 627 633 806 (48.4 kHz)
(**) fglrx(0): Default mode "640x400": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x400"x60.0 65.00 640 856 992 1344 400 587 593 806 (48.4 kHz)
(**) fglrx(0): Default mode "640x350": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x350"x60.0 65.00 640 856 992 1344 350 562 568 806 (48.4 kHz)
(**) fglrx(0): Default mode "512x384": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "512x384"x60.0 65.00 512 792 928 1344 384 579 585 806 (48.4 kHz)
(**) fglrx(0): Default mode "400x300": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "400x300"x60.0 65.00 400 736 872 1344 300 687 693 806 doublescan (48.4 kHz)
(**) fglrx(0): Default mode "320x240": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "320x240"x60.0 65.00 320 696 832 1344 240 627 633 806 doublescan (48.4 kHz)
(**) fglrx(0): Default mode "320x200": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "320x200"x60.0 65.00 320 696 832 1344 200 587 593 806 doublescan (48.4 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): ATI GART size: 255 MB
(II) fglrx(0): [pci] find AGP GART
(II) fglrx(0): [agp] Mode=0x1f000217 bridge: 0x8086/0x3580
(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 = 0x3758096384)
(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=0
(==) 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 0xd0100000 - 0xd010ffff (0x10000) MX[b]
[1] 0 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b]
[2] -1 0 0x00100000 - 0x33ffffff (0x33f00000) 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 0xd0210000 - 0xd0213fff (0x4000) MX[b]
[7] -1 0 0xd0216000 - 0xd02167ff (0x800) MX[b]
[8] -1 0 0xd0214000 - 0xd0214fff (0x1000) MX[b]
[9] -1 0 0xd0200000 - 0xd020ffff (0x10000) MX[b]
[10] -1 0 0xd0000800 - 0xd00008ff (0x100) MX[b]
[11] -1 0 0xd0000c00 - 0xd0000dff (0x200) MX[b]
[12] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
[13] -1 0 0xd0000000 - 0xd00003ff (0x400) MX[b]
[14] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
[15] -1 0 0xd0100000 - 0xd010ffff (0x10000) MX[b](B)
[16] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
[17] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprU)
[18] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprU)
[19] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprU)
[20] 0 0 0x00003000 - 0x000030ff (0x100) IX[b]
[21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[22] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[23] -1 0 0x00002000 - 0x0000207f (0x80) IX[b]
[24] -1 0 0x00002400 - 0x000024ff (0x100) IX[b]
[25] -1 0 0x000018c0 - 0x000018ff (0x40) IX[b]
[26] -1 0 0x00001c00 - 0x00001cff (0x100) IX[b]
[27] -1 0 0x00001880 - 0x0000189f (0x20) IX[b]
[28] -1 0 0x00001860 - 0x0000186f (0x10) IX[b]
[29] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
[30] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[31] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
[32] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[33] -1 0 0x00001840 - 0x0000185f (0x20) IX[b]
[34] -1 0 0x00001820 - 0x0000183f (0x20) IX[b]
[35] -1 0 0x00001800 - 0x0000181f (0x20) IX[b]
[36] -1 0 0x00003000 - 0x000030ff (0x100) IX[b](B)
[37] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
[38] 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.50.3
(II) fglrx(0): Date: Jun 2 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.25-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 11.
(II) fglrx(0): Exposed events to the /proc interface
(II) fglrx(0): DRI initialization successfull!
(II) fglrx(0): FBADPhys: 0xd8140000 FBMappedSize: 0x00508000
(II) fglrx(0): FBMM initialized for area (0,0)-(1024,1288)
(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 520
(==) fglrx(0): Backing store disabled
(II) Loading extension FGLRXEXTENSION
(II) Loading extension ATITVOUT
(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
8x8 mono pattern filled rectangles
Solid Lines
Dashed Lines
Setting up tile and stipple cache:
16 128x128 slots
4 256x256 slots
(II) fglrx(0): Acceleration 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
(II) Synaptics touchpad driver version 0.14.6 (1406)
(--) Touchpad auto-dev sets device to /dev/input/event7
(**) Option "Device" "/dev/input/event7"
(**) 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"
(--) Touchpad touchpad found
(**) Option "SendCoreEvents"
(**) Touchpad: always reports core events
(**) 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" "us,el"
(**) Keyboard0: XkbLayout: "us,el"
(**) Option "XkbVariant" ",extended"
(**) Keyboard0: XkbVariant: ",extended"
(**) Option "XkbOptions" "grp:alt_shift_toggle,grp:control,grp_led:scroll,compose:rwin"
(**) Keyboard0: XkbOptions: "grp:alt_shift_toggle,grp:control,grp_led:scroll,compose:rwin"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(**) Option "Protocol" "auto"
(**) Mouse0: Device: "/dev/input/mice"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: always reports core events
(**) 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
(**) Mouse0: Sensitivity: 1
(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) evaluating device (Touchpad)
(II) XINPUT: Adding extended input device "Touchpad" (type: MOUSE)
(--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse0: ps2EnableDataReporting: succeeded
(--) Touchpad auto-dev sets device to /dev/input/event7
(**) Option "Device" "/dev/input/event7"
(--) Touchpad touchpad found
(II) 3rd Button detected: disabling emulate3Button
(II) Mouse autoprobe: Disabling secondary wheel
(II) AIGLX: Suspending AIGLX clients for VT switch
(II) Open ACPI successful (/var/run/acpid.socket)
(II) AIGLX: Resuming AIGLX clients after VT switch
(II) Mouse0: ps2EnableDataReporting: succeeded
(--) Touchpad auto-dev sets device to /dev/input/event7
(**) Option "Device" "/dev/input/event7"
(--) Touchpad touchpad found

I don't know if this helps but inside the log of the xorg there are a lot of:
tossed event which came in late
mieqEnequeue: out-of-order valuator event; dropping.
Here is the log: (Forums limit post messages in 65k characters so I trunkate the log a bit.)
X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.25-ARCH i686
Current Operating System: Linux selene 2.6.25-ARCH #1 SMP PREEMPT Mon Jul 14 15:25:51 UTC 2008 i686
Build Date: 21 June 2008 05:47:59PM
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 Aug 11 01:57:37 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) 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/misc,
/usr/share/fonts/100dpi:unscaled,
/usr/share/fonts/75dpi:unscaled,
/usr/share/fonts/TTF,
/usr/share/fonts/Type1,
/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"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81e0a60
(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,3580 card 1025,005d rev 02 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 8086,3584 card 1025,005d rev 02 class 08,80,00 hdr 00
(II) PCI: 00:00:3: chip 8086,3585 card 1025,005d rev 02 class 08,80,00 hdr 80
(II) PCI: 00:01:0: chip 8086,3581 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24c2 card 1025,005d rev 03 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 1025,005d rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24c7 card 1025,005d rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 1025,005d 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 1025,005d rev 03 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,24c3 card 1025,005d rev 03 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24c5 card 1025,005d rev 03 class 04,01,00 hdr 00
(II) PCI: 00:1f:6: chip 8086,24c6 card 1025,005d rev 03 class 07,03,00 hdr 00
(II) PCI: 01:00:0: chip 1002,4e50 card 1025,005d rev 00 class 03,00,00 hdr 00
(II) PCI: 02:02:0: chip 14e4,1653 card 1025,005d rev 03 class 02,00,00 hdr 00
(II) PCI: 02:04:0: chip 8086,4220 card 8086,2701 rev 05 class 02,80,00 hdr 00
(II) PCI: 02:06:0: chip 104c,ac44 card 4000,0000 rev 02 class 06,07,00 hdr 82
(II) PCI: 02:06:1: chip 104c,8029 card 1025,005d rev 00 class 0c,00,10 hdr 80
(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: 0x000c (VGA_EN is set)
(II) Bus 1 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 1 non-prefetchable memory range:
[0] -1 0 0xd0100000 - 0xd01fffff (0x100000) MX[b]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,6), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 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]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xd0200000 - 0xd05fffff (0x400000) MX[b]
(II) Bus 2 prefetchable memory range:
[0] -1 0 0x30000000 - 0x33ffffff (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 3: bridge is at (2:6:0), (2,3,6), BCTRL: 0x05c0 (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]
(II) Bus 3 prefetchable memory range:
[0] -1 0 0x30000000 - 0x33ffffff (0x4000000) MX[b]
(--) PCI:*(1:0:0) ATI Technologies Inc RV350 [Mobility Radeon 9600 M10] rev 0, Mem @ 0xd8000000/27, 0xd0100000/16, I/O @ 0x3000/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 0xe0000000 from 0xefffffff to 0xdfffffff
(II) Active PCI resource ranges:
[0] -1 0 0xd0210000 - 0xd0213fff (0x4000) MX[b]
[1] -1 0 0xd0216000 - 0xd02167ff (0x800) MX[b]
[2] -1 0 0xd0214000 - 0xd0214fff (0x1000) MX[b]
[3] -1 0 0xd0200000 - 0xd020ffff (0x10000) MX[b]
[4] -1 0 0xd0000800 - 0xd00008ff (0x100) MX[b]
[5] -1 0 0xd0000c00 - 0xd0000dff (0x200) MX[b]
[6] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
[7] -1 0 0xd0000000 - 0xd00003ff (0x400) MX[b]
[8] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
[9] -1 0 0xd0100000 - 0xd010ffff (0x10000) MX[b](B)
[10] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
[11] -1 0 0x00002000 - 0x0000207f (0x80) IX[b]
[12] -1 0 0x00002400 - 0x000024ff (0x100) IX[b]
[13] -1 0 0x000018c0 - 0x000018ff (0x40) IX[b]
[14] -1 0 0x00001c00 - 0x00001cff (0x100) IX[b]
[15] -1 0 0x00001880 - 0x0000189f (0x20) IX[b]
[16] -1 0 0x00001860 - 0x0000186f (0x10) IX[b]
[17] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
[18] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[19] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
[20] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[21] -1 0 0x00001840 - 0x0000185f (0x20) IX[b]
[22] -1 0 0x00001820 - 0x0000183f (0x20) IX[b]
[23] -1 0 0x00001800 - 0x0000181f (0x20) IX[b]
[24] -1 0 0x00003000 - 0x000030ff (0x100) IX[b](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xd0210000 - 0xd0213fff (0x4000) MX[b]
[1] -1 0 0xd0216000 - 0xd02167ff (0x800) MX[b]
[2] -1 0 0xd0214000 - 0xd0214fff (0x1000) MX[b]
[3] -1 0 0xd0200000 - 0xd020ffff (0x10000) MX[b]
[4] -1 0 0xd0000800 - 0xd00008ff (0x100) MX[b]
[5] -1 0 0xd0000c00 - 0xd0000dff (0x200) MX[b]
[6] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
[7] -1 0 0xd0000000 - 0xd00003ff (0x400) MX[b]
[8] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
[9] -1 0 0xd0100000 - 0xd010ffff (0x10000) MX[b](B)
[10] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
[11] -1 0 0x00002000 - 0x0000207f (0x80) IX[b]
[12] -1 0 0x00002400 - 0x000024ff (0x100) IX[b]
[13] -1 0 0x000018c0 - 0x000018ff (0x40) IX[b]
[14] -1 0 0x00001c00 - 0x00001cff (0x100) IX[b]
[15] -1 0 0x00001880 - 0x0000189f (0x20) IX[b]
[16] -1 0 0x00001860 - 0x0000186f (0x10) IX[b]
[17] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
[18] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[19] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
[20] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[21] -1 0 0x00001840 - 0x0000185f (0x20) IX[b]
[22] -1 0 0x00001820 - 0x0000183f (0x20) IX[b]
[23] -1 0 0x00001800 - 0x0000181f (0x20) IX[b]
[24] -1 0 0x00003000 - 0x000030ff (0x100) IX[b](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0x00100000 - 0x33ffffff (0x33f00000) 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 - 0x33ffffff (0x33f00000) 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 0xd0210000 - 0xd0213fff (0x4000) MX[b]
[5] -1 0 0xd0216000 - 0xd02167ff (0x800) MX[b]
[6] -1 0 0xd0214000 - 0xd0214fff (0x1000) MX[b]
[7] -1 0 0xd0200000 - 0xd020ffff (0x10000) MX[b]
[8] -1 0 0xd0000800 - 0xd00008ff (0x100) MX[b]
[9] -1 0 0xd0000c00 - 0xd0000dff (0x200) MX[b]
[10] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
[11] -1 0 0xd0000000 - 0xd00003ff (0x400) MX[b]
[12] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
[13] -1 0 0xd0100000 - 0xd010ffff (0x10000) MX[b](B)
[14] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
[15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[16] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[17] -1 0 0x00002000 - 0x0000207f (0x80) IX[b]
[18] -1 0 0x00002400 - 0x000024ff (0x100) IX[b]
[19] -1 0 0x000018c0 - 0x000018ff (0x40) IX[b]
[20] -1 0 0x00001c00 - 0x00001cff (0x100) IX[b]
[21] -1 0 0x00001880 - 0x0000189f (0x20) IX[b]
[22] -1 0 0x00001860 - 0x0000186f (0x10) IX[b]
[23] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
[24] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[25] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
[26] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[27] -1 0 0x00001840 - 0x0000185f (0x20) IX[b]
[28] -1 0 0x00001820 - 0x0000183f (0x20) IX[b]
[29] -1 0 0x00001800 - 0x0000181f (0x20) IX[b]
[30] -1 0 0x00003000 - 0x000030ff (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: "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: "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: "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: "xtrap"
(II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: 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 DEC-XTRAP
(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: "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: "radeon"
(II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
(II) Module radeon: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 4.3.0
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.3.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.3.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.0
(II) RADEON: Driver for ATI Radeon chipsets:
ATI Radeon Mobility X600 (M24) 3150 (PCIE),
ATI Radeon Mobility X300 (M24) 3152 (PCIE),
ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X600 (RV380) 3E50 (PCIE),
ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP),
ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337,
ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
ATI Radeon X800PRO (R420) JI (AGP),
ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
ATI Radeon Mobility 9800 (M18) JN (AGP),
ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
ATI Radeon Mobility M7 LW (AGP),
ATI Mobility FireGL 7800 M7 LX (AGP),
ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
ATI FireGL Mobility 9000 (M9) Ld (AGP),
ATI Radeon Mobility 9000 (M9) Lf (AGP),
ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
ATI Radeon 9800XT NJ (AGP),
ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
ATI Radeon Mobility 9600 (M10) NQ (AGP),
ATI Radeon Mobility 9600 (M11) NR (AGP),
ATI Radeon Mobility 9600 (M10) NS (AGP),
ATI FireGL Mobility T2 (M10) NT (AGP),
ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
ATI Radeon Mobility X300 (M22) 5460 (PCIE),
ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
ATI Radeon X800PRO (R423) UI (PCIE),
ATI Radeon X800LE (R423) UJ (PCIE),
ATI Radeon X800SE (R423) UK (PCIE),
ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
ATI FireGL unknown (R423) UR (PCIE),
ATI FireGL unknown (R423) UT (PCIE),
ATI Mobility FireGL V5000 (M26) (PCIE),
ATI Mobility FireGL V5000 (M26) (PCIE),
ATI Mobility Radeon X700 XL (M26) (PCIE),
ATI Mobility Radeon X700 (M26) (PCIE),
ATI Mobility Radeon X700 (M26) (PCIE), ATI Radeon 9100 IGP (A5) 5834,
ATI Radeon Mobility 9100 IGP (U3) 5835,
ATI Radeon XPRESS 200 5954 (PCIE),
ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
ATI Radeon XPRESS 200M 5975 (PCIE),
ATI Radeon XPRESS 200 5A41 (PCIE),
ATI Radeon XPRESS 200M 5A42 (PCIE),
ATI Radeon XPRESS 200 5A61 (PCIE),
ATI Radeon XPRESS 200M 5A62 (PCIE),
ATI Radeon X300 (RV370) 5B60 (PCIE),
ATI Radeon X600 (RV370) 5B62 (PCIE),
ATI Radeon X550 (RV370) 5B63 (PCIE),
ATI Radeon X550XTX (RV370) 5657 (PCIE),
ATI FireGL V3100 (RV370) 5B64 (PCIE),
ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
ATI Mobility Radeon X800 XT (M28) (PCIE),
ATI Mobility FireGL V5100 (M28) (PCIE),
ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
ATI Radeon X850 XT PE (R480) (PCIE),
ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
ATI Radeon X850 XT (R480) (PCIE),
ATI Radeon X800XT (R423) 5D57 (PCIE),
ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
ATI Radeon X700 PRO (RV410) (PCIE),
ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
ATI Mobility Radeon X1700, ATI Radeon X2300HD,
ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI ATI FireGL V7400,
ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600, ATI RV610,
ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
ATI ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI RV610,
ATI ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
ATI Mobility Radeon HD 2400, ATI ATI RADEON E2400, ATI RV610,
ATI RV670, ATI Radeon HD3870, ATI Radeon HD3850, ATI RV670,
ATI Radeon HD3870 X2, ATI FireGL V7700, ATI RV630,
ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
ATI ATI Radeon HD 2600 XT AGP, ATI ATI Radeon HD 2600 Pro AGP,
ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
ATI Gemini ATI Mobility Radeon HD 2600 XT, ATI FireGL V5600,
ATI FireGL V3600, ATI ATI Radeon HD 2600 LE
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP) found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0x00100000 - 0x33ffffff (0x33f00000) 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 0xd0210000 - 0xd0213fff (0x4000) MX[b]
[5] -1 0 0xd0216000 - 0xd02167ff (0x800) MX[b]
[6] -1 0 0xd0214000 - 0xd0214fff (0x1000) MX[b]
[7] -1 0 0xd0200000 - 0xd020ffff (0x10000) MX[b]
[8] -1 0 0xd0000800 - 0xd00008ff (0x100) MX[b]
[9] -1 0 0xd0000c00 - 0xd0000dff (0x200) MX[b]
[10] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
[11] -1 0 0xd0000000 - 0xd00003ff (0x400) MX[b]
[12] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
[13] -1 0 0xd0100000 - 0xd010ffff (0x10000) MX[b](B)
[14] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
[15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[16] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[17] -1 0 0x00002000 - 0x0000207f (0x80) IX[b]
[18] -1 0 0x00002400 - 0x000024ff (0x100) IX[b]
[19] -1 0 0x000018c0 - 0x000018ff (0x40) IX[b]
[20] -1 0 0x00001c00 - 0x00001cff (0x100) IX[b]
[21] -1 0 0x00001880 - 0x0000189f (0x20) IX[b]
[22] -1 0 0x00001860 - 0x0000186f (0x10) IX[b]
[23] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
[24] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[25] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
[26] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[27] -1 0 0x00001840 - 0x0000185f (0x20) IX[b]
[28] -1 0 0x00001820 - 0x0000183f (0x20) IX[b]
[29] -1 0 0x00001800 - 0x0000181f (0x20) IX[b]
[30] -1 0 0x00003000 - 0x000030ff (0x100) IX[b](B)
(II) resource ranges after probing:
[0] -1 0 0x00100000 - 0x33ffffff (0x33f00000) 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 0xd0210000 - 0xd0213fff (0x4000) MX[b]
[5] -1 0 0xd0216000 - 0xd02167ff (0x800) MX[b]
[6] -1 0 0xd0214000 - 0xd0214fff (0x1000) MX[b]
[7] -1 0 0xd0200000 - 0xd020ffff (0x10000) MX[b]
[8] -1 0 0xd0000800 - 0xd00008ff (0x100) MX[b]
[9] -1 0 0xd0000c00 - 0xd0000dff (0x200) MX[b]
[10] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
[11] -1 0 0xd0000000 - 0xd00003ff (0x400) MX[b]
[12] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
[13] -1 0 0xd0100000 - 0xd010ffff (0x10000) MX[b](B)
[14] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
[15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
[16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
[17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
[18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[19] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[20] -1 0 0x00002000 - 0x0000207f (0x80) IX[b]
[21] -1 0 0x00002400 - 0x000024ff (0x100) IX[b]
[22] -1 0 0x000018c0 - 0x000018ff (0x40) IX[b]
[23] -1 0 0x00001c00 - 0x00001cff (0x100) IX[b]
[24] -1 0 0x00001880 - 0x0000189f (0x20) IX[b]
[25] -1 0 0x00001860 - 0x0000186f (0x10) IX[b]
[26] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
[27] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[28] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
[29] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[30] -1 0 0x00001840 - 0x0000185f (0x20) IX[b]
[31] -1 0 0x00001820 - 0x0000183f (0x20) IX[b]
[32] -1 0 0x00001800 - 0x0000181f (0x20) IX[b]
[33] -1 0 0x00003000 - 0x000030ff (0x100) IX[b](B)
[34] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
[35] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
(II) Setting vga for screen 0.
(II) RADEON(0): MMIO registers at 0x00000000d0100000: size 64KB
(II) RADEON(0): PCI bus 1 card 0 func 0
(==) RADEON(0): Depth 24, (==) framebuffer bpp 32
(II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) RADEON(0): Default visual is TrueColor
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 0.1.0
ABI class: X.Org Video Driver, version 2.0
(II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(==) RADEON(0): RGB weight 888
(II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.0
ABI class: X.Org Video Driver, version 2.0
(II) RADEON(0): initializing int10
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(--) RADEON(0): Chipset: "ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP)" (ChipID = 0x4e50)
(--) RADEON(0): Linear framebuffer at 0x00000000d8000000
(II) RADEON(0): AGP card detected
(II) RADEON(0): Legacy BIOS 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
drmOpenByBusid: Searching for BusID pci:0000:01:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: drmOpenMinor returns 8
drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
(II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.28.0
(==) RADEON(0): Page Flipping disabled
(II) RADEON(0): Will try to use DMA for Xv image transfers
(II) RADEON(0): Generation 2 PCI interface, using max accessible memory
(II) RADEON(0): Detected total video RAM=65536K, accessible=131072K (PCI BAR=131072K)
(--) RADEON(0): Mapped VideoRAM: 65536 kByte (128 bit DDR SDRAM)
(II) RADEON(0): Color tiling enabled by default
(II) RADEON(0): Max desktop size set to 2560x1200
(II) RADEON(0): For a larger or smaller max desktop size, add a Virtual line to your xorg.conf
(II) RADEON(0): If you are having trouble with 3D, reduce the desktop size by adjusting the Virtual line to your xorg.conf
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"(II) Module "i2c" already built-in
(II) RADEON(0): ref_freq: 2700, min_out_pll: 20000, max_out_pll: 40000, min_in_pll: 40, max_in_pll: 3000, xclk: 21000, sclk: 210.000000, mclk: 398.000000
(II) RADEON(0): PLL parameters: rf=2700 rd=6 min=20000 max=40000; xclk=21000
(II) RADEON(0): Bios Connector table:
(II) RADEON(0): Port0: DDCType-0x60, DACType-1, TMDSType-1, ConnectorType-1
(II) RADEON(0): Port4: DDCType-0x0, DACType-0, TMDSType-0, ConnectorType-7
(II) RADEON(0): Port5: DDCType-0x0, DACType-2, TMDSType-0, ConnectorType-5
(II) RADEON(0): Output VGA-0 using monitor section Monitor0
(II) RADEON(0): I2C bus "VGA-0" initialized.
(II) RADEON(0): Output LVDS has no monitor section
(II) RADEON(0): Panel ID string: AUO Color LCD
(II) RADEON(0): Panel Size from BIOS: 1024x768
(II) RADEON(0): BIOS provided dividers will be used.
(WW) RADEON(0): LVDS Info:
XRes: 1024, YRes: 768, DotClock: 65000
HBlank: 320, HOverPlus: 24, HSyncWidth: 136
VBlank: 38, VOverPlus: 3, VSyncWidth: 6
(II) RADEON(0): Output S-video has no monitor section
(II) RADEON(0): Default TV standard: NTSC-J
(II) RADEON(0): TV standards supported by chip: NTSC PAL
(II) RADEON(0): Port0:
Monitor -- AUTO
Connector -- VGA
DAC Type -- Primary
TMDS Type -- None
DDC Type -- 0x60
(II) RADEON(0): Port1:
Monitor -- AUTO
Connector -- LVDS
DAC Type -- None
TMDS Type -- None
DDC Type -- 0x0
(II) RADEON(0): Port2:
Monitor -- AUTO
Connector -- STV
DAC Type -- TVDAC/ExtDAC
TMDS Type -- None
DDC Type -- 0x0
(II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "VGA-0:ddc2" removed.
(II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "VGA-0:ddc2" removed.
(II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "VGA-0:ddc2" removed.
(II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
finished output detect: 0
(II) RADEON(0): Detected non-DDC Monitor Type: 2
finished output detect: 1
finished output detect: 2
finished all detect
before xf86InitialConfiguration
(II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "VGA-0:ddc2" removed.
(II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "VGA-0:ddc2" removed.
(II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "VGA-0:ddc2" removed.
(II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
(II) RADEON(0): Detected non-DDC Monitor Type: 2
in RADEONProbeOutputModes
(II) RADEON(0): Added native panel mode: 1024x768
(II) RADEON(0): Total number of valid Screen mode(s) added: 0
(II) RADEON(0): Output VGA-0 disconnected
(II) RADEON(0): Output LVDS connected
(II) RADEON(0): Output S-video disconnected
(II) RADEON(0): Output LVDS using initial mode 1024x768
after xf86InitialConfiguration
(==) RADEON(0): DPI set to (96, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.3
(==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(==) RADEON(0): Using XAA acceleration architecture
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.2.0
ABI class: X.Org Video Driver, version 2.0
(==) RADEON(0): Assuming overlay scaler buffer width is 1920
(II) RADEON(0): No MM_TABLE found - assuming CARD is not TV-in capable.
(!!) RADEON(0): For information on using the multimedia capabilities
of this adapter, please see http://gatos.sf.net.
(!!) RADEON(0): MergedFB support has been removed and replaced with xrandr 1.2 support
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0xd0100000 - 0xd010ffff (0x10000) MX[b]
[1] 0 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b]
[2] -1 0 0x00100000 - 0x33ffffff (0x33f00000) 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 0xd0210000 - 0xd0213fff (0x4000) MX[b]
[7] -1 0 0xd0216000 - 0xd02167ff (0x800) MX[b]
[8] -1 0 0xd0214000 - 0xd0214fff (0x1000) MX[b]
[9] -1 0 0xd0200000 - 0xd020ffff (0x10000) MX[b]
[10] -1 0 0xd0000800 - 0xd00008ff (0x100) MX[b]
[11] -1 0 0xd0000c00 - 0xd0000dff (0x200) MX[b]
[12] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
[13] -1 0 0xd0000000 - 0xd00003ff (0x400) MX[b]
[14] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
[15] -1 0 0xd0100000 - 0xd010ffff (0x10000) MX[b](B)
[16] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
[17] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprU)
[18] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprU)
[19] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprU)
[20] 0 0 0x00003000 - 0x000030ff (0x100) IX[b]
[21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[22] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[23] -1 0 0x00002000 - 0x0000207f (0x80) IX[b]
[24] -1 0 0x00002400 - 0x000024ff (0x100) IX[b]
[25] -1 0 0x000018c0 - 0x000018ff (0x40) IX[b]
[26] -1 0 0x00001c00 - 0x00001cff (0x100) IX[b]
[27] -1 0 0x00001880 - 0x0000189f (0x20) IX[b]
[28] -1 0 0x00001860 - 0x0000186f (0x10) IX[b]
[29] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
[30] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[31] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
[32] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[33] -1 0 0x00001840 - 0x0000185f (0x20) IX[b]
[34] -1 0 0x00001820 - 0x0000183f (0x20) IX[b]
[35] -1 0 0x00001800 - 0x0000181f (0x20) IX[b]
[36] -1 0 0x00003000 - 0x000030ff (0x100) IX[b](B)
[37] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
[38] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
(II) RADEON(0): RADEONScreenInit d8000000 0 0
(==) RADEON(0): Write-combining range (0xd8000000,0x4000000)
Entering TV Save
Save TV timing tables
saveTimingTables: reading timing tables
TV Save done
disable montype: 2
(II) RADEON(0): Dynamic Clock Scaling Disabled
(==) RADEON(0): Using 24 bit depth buffer
(II) RADEON(0): RADEONInitMemoryMap() :
(II) RADEON(0): mem_size : 0x04000000
(II) RADEON(0): MC_FB_LOCATION : 0xdbffd800
(II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
(II) RADEON(0): Depth moves disabled by default
(II) RADEON(0): CP in BM mode
(II) RADEON(0): Using 8 MB GART aperture
(II) RADEON(0): Using 1 MB for the ring buffer
(II) RADEON(0): Using 2 MB for vertex/indirect buffers
(II) RADEON(0): Using 5 MB for GART textures
(II) RADEON(0): Memory manager initialized to (0,0) (1024,8191)
(II) RADEON(0): Reserved area from (0,1024) to (1024,1026)
(II) RADEON(0): Largest offscreen area available: 1024 x 7165
(II) RADEON(0): Will use front buffer at offset 0x0
(II) RADEON(0): Will use back buffer at offset 0x1000000
(II) RADEON(0): Will use depth buffer at offset 0x1400000
(II) RADEON(0): Will use 40960 kb for textures at offset 0x1800000
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:0000:01:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: drmOpenMinor returns 8
drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
(II) [drm] DRM interface version 1.3
(II) [drm] DRM open master succeeded.
(II) RADEON(0): [drm] Using the DRM lock SAREA also for drawables.
(II) RADEON(0): [drm] framebuffer handle = 0xd8000000
(II) RADEON(0): [drm] added 1 reserved context for kernel
(II) RADEON(0): X context handle = 0x1
(II) RADEON(0): [drm] installed DRM signal handler
(==) RADEON(0): Using AGP 4x
(II) RADEON(0): [agp] Mode 0x1f000207 [AGP 0x8086/0x3580; Card 0x1002/0x4e50]
(II) RADEON(0): [agp] 8192 kB allocated with handle 0x00000001
(II) RADEON(0): [agp] ring handle = 0xe0000000
(II) RADEON(0): [agp] Ring mapped at 0xb3962000
(II) RADEON(0): [agp] ring read ptr handle = 0xe0101000
(II) RADEON(0): [agp] Ring read ptr mapped at 0xb3961000
(II) RADEON(0): [agp] vertex/indirect buffers handle = 0xe0102000
(II) RADEON(0): [agp] Vertex/indirect buffers mapped at 0xb3761000
(II) RADEON(0): [agp] GART texture map handle = 0xe0302000
(II) RADEON(0): [agp] GART Texture map mapped at 0xb3281000
(II) RADEON(0): [drm] register handle = 0xd0100000
(II) RADEON(0): [dri] Visual configs initialized
disable montype: 2
init memmap
init common
init crtc1
init pll1
restore memmap
(II) RADEON(0): RADEONRestoreMemMapRegisters() :
(II) RADEON(0): MC_FB_LOCATION : 0xdbffd800 0x1fff0000
(II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
restore common
restore crtc1
restore pll1
restore LVDS
enable montype: 2
(WW) RADEON(0): No crtc mode list for crtc 1,continuing with desired mode
disable montype: 2
(==) RADEON(0): Backing store disabled
(II) RADEON(0): [DRI] installation complete
(II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers
(II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers
(II) RADEON(0): [drm] dma control initialized, using IRQ 11
(II) RADEON(0): [drm] Initialized kernel GART heap manager, 5111808
(WW) RADEON(0): DRI init changed memory map, adjusting ...
(WW) RADEON(0): MC_FB_LOCATION was: 0xdbffd800 is: 0xdbffd800
(WW) RADEON(0): MC_AGP_LOCATION was: 0xffffffc0 is: 0xe07fe000
(II) RADEON(0): RADEONRestoreMemMapRegisters() :
(II) RADEON(0): MC_FB_LOCATION : 0xdbffd800 0xdbffd800
(II) RADEON(0): MC_AGP_LOCATION : 0xe07fe000
(II) RADEON(0): Direct rendering enabled
(II) RADEON(0): Render acceleration unsupported on Radeon 9500/9700 and newer.
(II) RADEON(0): Render acceleration disabled
(**) RADEON(0): Option "XaaNoOffscreenPixmaps" "true"
(II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
8x8 mono pattern filled rectangles
Indirect CPU to Screen color expansion
Solid Lines
Scanline Image Writes
Setting up tile and stipple cache:
32 128x128 slots
32 256x256 slots
16 512x512 slots
(II) RADEON(0): Acceleration enabled
(==) RADEON(0): Silken mouse enabled
(II) RADEON(0): Using hardware cursor 0 (scanline 1026)
(II) RADEON(0): Using hardware cursor 1 (scanline 1030)
(II) RADEON(0): Largest offscreen area available: 1024 x 7157
(II) RADEON(0): No video input capabilities detected and no information is provided - disabling multimedia i2c
(II) Loading sub module "theatre_detect"
(II) LoadModule: "theatre_detect"
(II) Loading /usr/lib/xorg/modules/multimedia//theatre_detect_drv.so
(II) Module theatre_detect: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.0
ABI class: X.Org Video Driver, version 2.0
(II) RADEON(0): no multimedia table present, disabling Rage Theatre.
(II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(--) RandR disabled
(II) 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:0000:01:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenByBusid: drmOpenMinor returns 9
drmOpenByBusid: drmGetBusid reports pci:0000:01:00.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
(II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/r300_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
(II) RADEON(0): Setting screen physical size to 270 x 203
(**) Option "Protocol" "auto"
(**) Mouse0: Device: "/dev/input/mice"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: always reports core events
(**) 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
(**) Mouse0: Sensitivity: 1
(**) 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" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) evaluating device (Keyboard0)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) evaluating device (Mouse0)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse0: ps2EnableDataReporting: succeeded
enable montype: 2
(II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "VGA-0:ddc2" removed.
(II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "VGA-0:ddc2" removed.
(II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "VGA-0:ddc2" removed.
(II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
(II) RADEON(0): Detected non-DDC Monitor Type: 2
in RADEONProbeOutputModes
(II) RADEON(0): Added native panel mode: 1024x768
(II) RADEON(0): Total number of valid Screen mode(s) added: 0
tossed event which came in late
mieqEnequeue: out-of-order valuator event; dropping.
tossed event which came in late
tossed event which came in late
tossed event which came in late
mieqEnequeue: out-of-order valuator event; dropping.
tossed event which came in late
mieqEnequeue: out-of-order valuator event; dropping.
tossed event which came in late
mieqEnequeue: out-of-order valuator event; dropping.
tossed event which came in late
mieqEnequeue: out-of-order valuator event; dropping.
tossed event which came in late
mieqEnequeue: out-of-order valuator event; dropping.
tossed event which came in late
mieqEnequeue: out-of-order valuator event; dropping.
tossed event which came in late
mieqEnequeue: out-of-order valuator event; dropping.
tossed event which came in late
mieqEnequeue: out-of-order valuator event; dropping.
tossed event which came in late
mieqEnequeue: out-of-order valuator event; dropping.
tossed event which came in late
tossed event which came in late

Similar Messages

  • Can't fix fglrx/Xorg black screen issue, no matter what I try!

    I've tried everything that I can think of or find online to fix this. Please help.
    I'm getting what seems to be an oft-recurring issue where Xorg simply won't start when using the fglrx driver. It boots fine with VESA or Xfree86-ati, but using fglrx I just get a black screen that won't accept any input, although ssh'ing into the box while this is happening still works.
    I've been reading forum posts for *days* now trying to get this to work. I've tried every combination of 12.4/12.6 drivers, Xorg 1.11/1.12 and modeset/nomodeset kernel parameters. I definitely do not have any radeon or other DRI modules compiled into my kernel. I have an HD4200, SLiM/Xfce4, and I'm using the proper catalyst-hd234k package. The fglrx module has been compiled for my kernel and added to my initramfs, and it loads at boot. lsmod reveals its presence and does *not* show 'radeon'. I have uninstalled every video driver aside from fglrx and Xfree86-vesa. Output does not seem to be going to HDMI instead. Switching consoles/typing blindly does not work, and I need to hold the power button for 5 seconds to shutdown. I've run aticonfig --initial and tried aticonfig --acpi-services=off, too.
    I've tried *all* the different tweaks that I've found to try to make a working xorg.conf, but here's what I'm trying to use now:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "aticonfig-Screen[0]-0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    #Section "Module"
    # Load "extmod"
    # Load "dri"
    # Load "glx"
    # Load "dri2"
    # Load "record"
    # Load "dbe"
    #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 "aticonfig-Monitor[0]-0"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    BusID "PCI:1:5:0"
    Option "EXAPixmaps" "off"
    Option "XAANoOffScreenPixmaps" "true"
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device "aticonfig-Device[0]-0"
    Monitor "aticonfig-Monitor[0]-0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 16
    Modes "1024x768"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1680x1050" "1440x900" "1366x768"
    EndSubSection
    EndSection
    My Xorg log seems fantastically uninformative, since it seems to show the fglrx module loading and does not report any errors:
    X.Org X Server 1.12.4
    Release Date: 2012-08-27
    [ 19.388] X Protocol Version 11, Revision 0
    [ 19.388] Build Operating System: Linux 3.4.8-1-ARCH x86_64
    [ 19.388] Current Operating System: Linux splice 3.5.3-1-ARCH #1 SMP PREEMPT Tue Sep 18 00:11:37 EDT 2012 x86_64
    [ 19.388] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=228ebc5f-ada6-4d9c-9e93-fc645085e5cd ro quiet nomodeset resume=/dev/sda5 init=/bin/systemd
    [ 19.389] Build Date: 27 August 2012 08:04:39AM
    [ 19.389]
    [ 19.389] Current version of pixman: 0.26.2
    [ 19.389] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 19.389] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 19.389] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Sep 18 07:02:13 2012
    [ 19.496] (==) Using config file: "/etc/X11/xorg.conf"
    [ 19.496] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 19.769] (==) ServerLayout "X.org Configured"
    [ 19.769] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
    [ 19.769] (**) | |-->Monitor "aticonfig-Monitor[0]-0"
    [ 19.790] (**) | |-->Device "aticonfig-Device[0]-0"
    [ 19.790] (**) |-->Input Device "Mouse0"
    [ 19.790] (**) |-->Input Device "Keyboard0"
    [ 19.790] (==) Automatically adding devices
    [ 19.790] (==) Automatically enabling devices
    [ 19.993] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 19.993] Entry deleted from font path.
    [ 20.193] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 20.193] Entry deleted from font path.
    [ 20.193] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 20.195] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 20.196] Entry deleted from font path.
    [ 20.196] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 20.196] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 20.196] Entry deleted from font path.
    [ 20.196] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 20.196] Entry deleted from font path.
    [ 20.196] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 20.196] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 20.196] Entry deleted from font path.
    [ 20.196] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 20.196] (**) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 20.196] (**) ModulePath set to "/usr/lib/xorg/modules"
    [ 20.196] (**) Extension "Composite" is disabled
    [ 20.196] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 20.196] (WW) Disabling Mouse0
    [ 20.196] (WW) Disabling Keyboard0
    [ 20.196] (II) Loader magic: 0x7c8b00
    [ 20.196] (II) Module ABI versions:
    [ 20.196] X.Org ANSI C Emulation: 0.4
    [ 20.196] X.Org Video Driver: 12.1
    [ 20.196] X.Org XInput driver : 16.0
    [ 20.196] X.Org Server Extension : 6.0
    [ 20.198] (--) PCI:*(0:1:5:0) 1002:9712:17aa:21b8 rev 0, Mem @ 0xc0000000/268435456, 0xd0400000/65536, 0xd0300000/1048576, I/O @ 0x00009000/256
    [ 20.198] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 20.198] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    [ 20.198] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    [ 20.198] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    [ 20.198] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
    [ 20.198] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    [ 20.198] (II) "dri2" will be loaded by default.
    [ 20.198] (II) LoadModule: "extmod"
    [ 20.439] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 20.468] (II) Module extmod: vendor="X.Org Foundation"
    [ 20.468] compiled for 1.12.4, module version = 1.0.0
    [ 20.468] Module class: X.Org Server Extension
    [ 20.468] ABI class: X.Org Server Extension, version 6.0
    [ 20.468] (II) Loading extension MIT-SCREEN-SAVER
    [ 20.468] (II) Loading extension XFree86-VidModeExtension
    [ 20.468] (II) Loading extension XFree86-DGA
    [ 20.468] (II) Loading extension DPMS
    [ 20.468] (II) Loading extension XVideo
    [ 20.468] (II) Loading extension XVideo-MotionCompensation
    [ 20.468] (II) Loading extension X-Resource
    [ 20.468] (II) LoadModule: "dri"
    [ 20.468] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 20.545] (II) Module dri: vendor="X.Org Foundation"
    [ 20.545] compiled for 1.12.4, module version = 1.0.0
    [ 20.545] ABI class: X.Org Server Extension, version 6.0
    [ 20.545] (II) Loading extension XFree86-DRI
    [ 20.545] (II) LoadModule: "glx"
    [ 20.554] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 20.685] (II) Module glx: vendor="Advanced Micro Devices, Inc."
    [ 20.685] compiled for 6.9.0, module version = 1.0.0
    [ 20.685] (II) Loading extension GLX
    [ 20.685] (II) LoadModule: "dri"
    [ 20.685] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 20.686] (II) Module dri: vendor="X.Org Foundation"
    [ 20.686] compiled for 1.12.4, module version = 1.0.0
    [ 20.686] ABI class: X.Org Server Extension, version 6.0
    [ 20.686] (II) LoadModule: "record"
    [ 20.686] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 20.716] (II) Module record: vendor="X.Org Foundation"
    [ 20.716] compiled for 1.12.4, module version = 1.13.0
    [ 20.716] Module class: X.Org Server Extension
    [ 20.716] ABI class: X.Org Server Extension, version 6.0
    [ 20.716] (II) Loading extension RECORD
    [ 20.716] (II) LoadModule: "dbe"
    [ 20.717] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 20.742] (II) Module dbe: vendor="X.Org Foundation"
    [ 20.742] compiled for 1.12.4, module version = 1.0.0
    [ 20.743] Module class: X.Org Server Extension
    [ 20.743] ABI class: X.Org Server Extension, version 6.0
    [ 20.743] (II) Loading extension DOUBLE-BUFFER
    [ 20.743] (II) LoadModule: "dri2"
    [ 20.743] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 20.811] (II) Module dri2: vendor="X.Org Foundation"
    [ 20.811] compiled for 1.12.4, module version = 1.2.0
    [ 20.811] ABI class: X.Org Server Extension, version 6.0
    [ 20.811] (II) Loading extension DRI2
    [ 20.811] (II) LoadModule: "fglrx"
    [ 20.811] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 22.869] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
    [ 22.869] compiled for 1.4.99.906, module version = 8.97.2
    [ 22.869] Module class: X.Org Video Driver
    [ 22.871] (II) Loading sub module "fglrxdrm"
    [ 22.871] (II) LoadModule: "fglrxdrm"
    [ 22.871] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 22.979] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
    [ 22.979] compiled for 1.4.99.906, module version = 8.97.2
    [ 22.979] (II) ATI Proprietary Linux Driver Version Identifier:8.97.2
    [ 22.979] (II) ATI Proprietary Linux Driver Release Identifier: UNSUPPORTED-8.97.100.3
    [ 22.979] (II) ATI Proprietary Linux Driver Build Date: Jul 3 2012 23:56:30
    [ 22.979] (++) using VT number 7
    [ 23.041] (WW) Falling back to old probe method for fglrx
    [ 23.355] (II) Loading PCS database from /etc/ati/amdpcsdb
    [ 23.449] (--) Chipset Supported AMD Graphics Processor (0x9712) found
    [ 23.464] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
    [ 23.464] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
    [ 23.464] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
    [ 23.464] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
    [ 23.464] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
    [ 23.464] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
    [ 23.464] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
    [ 23.464] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
    [ 23.464] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
    [ 23.464] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:22:0) found
    [ 23.464] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:22:2) found
    [ 23.464] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:5:1) found
    [ 23.465] (II) AMD Video driver is running on a device belonging to a group targeted for this release
    [ 23.477] (II) AMD Video driver is signed
    [ 23.478] (II) fglrx(0): pEnt->device->identifier=0x1cdc440
    [ 23.478] (II) fglrx(0): === [xdl_xs112_atiddxPreInit] === begin
    [ 23.478] (II) Loading sub module "vgahw"
    [ 23.478] (II) LoadModule: "vgahw"
    [ 23.478] (II) Loading /usr/lib/xorg/modules/libvgahw.so
    [ 23.488] (II) Module vgahw: vendor="X.Org Foundation"
    [ 23.488] compiled for 1.12.4, module version = 0.1.0
    [ 23.488] ABI class: X.Org Video Driver, version 12.1
    [ 23.489] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    [ 23.489] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 23.489] (==) fglrx(0): Default visual is TrueColor
    [ 23.489] (**) fglrx(0): Option "DPMS" "true"
    [ 23.489] (==) fglrx(0): RGB weight 888
    [ 23.489] (II) fglrx(0): Using 8 bits per RGB
    [ 23.489] (==) fglrx(0): Buffer Tiling is ON
    [ 23.508] (II) Loading sub module "fglrxdrm"
    [ 23.508] (II) LoadModule: "fglrxdrm"
    [ 23.508] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 23.508] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
    [ 23.508] compiled for 1.4.99.906, module version = 8.97.2
    [ 23.525] ukiDynamicMajor: found major device number 251
    [ 23.526] ukiDynamicMajor: found major device number 251
    [ 23.526] ukiOpenByBusid: Searching for BusID PCI:1:5:0
    [ 23.526] ukiOpenDevice: node name is /dev/ati/card0
    [ 23.526] ukiOpenDevice: open result is 12, (OK)
    [ 23.526] ukiOpenByBusid: ukiOpenMinor returns 12
    [ 23.526] ukiOpenByBusid: ukiGetBusid reports PCI:1:5:0
    [ 23.526] (**) fglrx(0): NoAccel = NO
    [ 23.526] (**) fglrx(0): ATI 2D Acceleration Architecture enabled
    [ 23.526] (--) fglrx(0): Chipset: "ATI Mobility Radeon HD 4200 Series" (Chipset = 0x9712)
    [ 23.526] (--) fglrx(0): (PciSubVendor = 0x17aa, PciSubDevice = 0x21b8)
    [ 23.526] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
    [ 23.526] (--) fglrx(0): Linear framebuffer (phys) at 0xc0000000
    [ 23.526] (--) fglrx(0): MMIO registers at 0xd0400000
    [ 23.526] (--) fglrx(0): I/O port at 0x00009000
    [ 23.526] (==) fglrx(0): ROM-BIOS at 0x000c0000
    [ 23.555] (II) fglrx(0): ATIF platform detected
    [ 23.556] (II) fglrx(0): AC Adapter is used
    [ 23.576] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
    [ 23.582] (II) Loading sub module "vbe"
    [ 23.582] (II) LoadModule: "vbe"
    [ 23.603] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [ 23.617] (II) Module vbe: vendor="X.Org Foundation"
    [ 23.617] compiled for 1.12.4, module version = 1.1.0
    [ 23.617] ABI class: X.Org Video Driver, version 12.1
    [ 23.629] (II) fglrx(0): VESA BIOS detected
    [ 23.629] (II) fglrx(0): VESA VBE Version 3.0
    [ 23.629] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
    [ 23.629] (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
    [ 23.629] (II) fglrx(0): VESA VBE OEM Software Rev: 10.94
    [ 23.629] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
    [ 23.629] (II) fglrx(0): VESA VBE OEM Product: RS880M
    [ 23.629] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
    [ 23.652] (II) fglrx(0): ATI Video BIOS revision 9 or later detected
    [ 23.652] (--) fglrx(0): Video RAM: 262144 kByte, Type: DDR3
    [ 23.652] (II) fglrx(0): PCIE card detected
    [ 23.652] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
    [ 23.652] (WW) fglrx(0): board is an unknown third party board, chipset is supported
    [ 23.655] (II) fglrx(0): Using adapter: 1:5.0.
    [ 23.663] (II) fglrx(0): [FB] MC range(MCFBBase = 0xc0000000, MCFBSize = 0x10000000)
    [ 23.691] (II) fglrx(0): Interrupt handler installed at IRQ 18.
    [ 23.691] (II) fglrx(0): RandR 1.2 support is enabled!
    [ 23.691] (II) fglrx(0): RandR 1.2 rotation support is enabled!
    [ 23.692] (==) fglrx(0): Center Mode is disabled
    [ 23.692] (II) Loading sub module "fb"
    [ 23.692] (II) LoadModule: "fb"
    [ 23.692] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 23.722] (II) Module fb: vendor="X.Org Foundation"
    [ 23.722] compiled for 1.12.4, module version = 1.0.0
    [ 23.722] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 23.722] (II) Loading sub module "ddc"
    [ 23.722] (II) LoadModule: "ddc"
    [ 23.722] (II) Module "ddc" already built-in
    fglrxinfo while running Xorg without an xorg.conf gives me this:
    X Error of failed request: BadRequest (invalid request code or no such operation)
    Major opcode of failed request: 135 (GLX)
    Minor opcode of failed request: 19 (X_GLXQueryServerString)
    Serial number of failed request: 12
    Current serial number in output stream: 12
    And in a console it tells me that it can't open display(null)... all of which I suspect is expected behaviour when the driver is not actually in use. I just wish something would tell me what's actually *wrong*, here, instead of just expecting me to magically figure out exactly the right configuration that will actually let me use fglrx.
    I... I just want to be able to play minecraft. :`(
    Last edited by Medlam (2012-09-18 13:48:42)

    I'm sure you've tried reading https://bbs.archlinux.org/viewtopic.php?id=57084
    and http://wiki.cchtml.com/index.php/Configuring
    and I'm sure you've done
    aticonfig --initial
    I had to use https://wiki.archlinux.org/index.php/AT … leshooting, specifically the part about disabling EXAPixmaps to make my card work.
    What model is your ATI card? that would help. A LOT of ATI cards were dropped from proprietary support with the Catalyst driver.

  • Xorg and framebuffer issues with high resolutions

    So I got a nice shiny new 23" 1080p Asus VH236H monitor. Unfortunately, it's not turning out to be as great I was hoping, possibly due to the Geforce FX5200 bios, but I'm not sure. I think these issues are probably related, so I put them in the same thread.
    First, the console: vesafb, uvesafb, and nvidiafb all fail at delivering a useable framebuffer greater than 1280x1024. vesafb flat out denies anything beyond 795 (0x31B). uvesafb and nvidiafb will fall back on 1280x1024@75Hz, which causes text to flash all over the screen and requires a reboot to remedy. It doesn't matter if I feed fbset the exact timings X uses, they'll still fallback on 1280x1024. `hwinfo --vbe` has this to say about hardware support:
    02: None 00.0: 11001 VESA Framebuffer
    [Created at bios.459]
    Unique ID: rdCR.2BE3cN5U3aB
    Hardware Class: framebuffer
    Model: "NVIDIA NV34 Board - p162-1n"
    Vendor: "NVIDIA Corporation"
    Device: "NV34 Board - p162-1n"
    SubVendor: "NVIDIA"
    SubDevice:
    Revision: "Chip Rev"
    Memory Size: 128 MB
    Memory Range: 0xe8000000-0xefffffff (rw)
    Mode 0x0300: 640x400 (+640), 8 bits
    Mode 0x0301: 640x480 (+640), 8 bits
    Mode 0x0303: 800x600 (+800), 8 bits
    Mode 0x0305: 1024x768 (+1024), 8 bits
    Mode 0x0307: 1280x1024 (+1280), 8 bits
    Mode 0x030e: 320x200 (+640), 16 bits
    Mode 0x030f: 320x200 (+1280), 24 bits
    Mode 0x0311: 640x480 (+1280), 16 bits
    Mode 0x0312: 640x480 (+2560), 24 bits
    Mode 0x0314: 800x600 (+1600), 16 bits
    Mode 0x0315: 800x600 (+3200), 24 bits
    Mode 0x0317: 1024x768 (+2048), 16 bits
    Mode 0x0318: 1024x768 (+4096), 24 bits
    Mode 0x031a: 1280x1024 (+2560), 16 bits
    Mode 0x031b: 1280x1024 (+5120), 24 bits
    Mode 0x0330: 320x200 (+320), 8 bits
    Mode 0x0331: 320x400 (+320), 8 bits
    Mode 0x0332: 320x400 (+640), 16 bits
    Mode 0x0333: 320x400 (+1280), 24 bits
    Mode 0x0334: 320x240 (+320), 8 bits
    Mode 0x0335: 320x240 (+640), 16 bits
    Mode 0x0336: 320x240 (+1280), 24 bits
    Mode 0x033d: 640x400 (+1280), 16 bits
    Mode 0x033e: 640x400 (+2560), 24 bits
    Mode 0x0347: 1400x1050 (+1400), 8 bits
    Mode 0x0348: 1400x1050 (+2800), 16 bits
    Config Status: cfg=new, avail=yes, need=no, active=unknown
    03: None 00.1: 10002 LCD Monitor
    [Created at monitor.95]
    Unique ID: jyhG.zs6hrn8sbx2
    Hardware Class: monitor
    Model: "ASUS VH236H"
    Vendor: ACI
    Device: eisa 0x23f2 "ASUS VH236H"
    Serial ID: "9CLMTF216408"
    Resolution: 720x400@70Hz
    Resolution: 640x480@60Hz
    Resolution: 640x480@67Hz
    Resolution: 640x480@72Hz
    Resolution: 640x480@75Hz
    Resolution: 800x600@56Hz
    Resolution: 800x600@60Hz
    Resolution: 800x600@72Hz
    Resolution: 800x600@75Hz
    Resolution: 832x624@75Hz
    Resolution: 1024x768@60Hz
    Resolution: 1024x768@70Hz
    Resolution: 1024x768@75Hz
    Resolution: 1280x1024@75Hz
    Resolution: 1152x864@75Hz
    Resolution: 1280x1024@60Hz
    Resolution: 1920x1080@60Hz
    Size: 521x293 mm
    Detailed Timings #0:
    Resolution: 1920x1080
    Horizontal: 1920 2008 2052 2200 (+88 +132 +280) +hsync
    Vertical: 1080 1084 1089 1125 (+4 +9 +45) +vsync
    Frequencies: 148.50 MHz, 67.50 kHz, 60.00 Hz
    Driver Info #0:
    Max. Resolution: 1920x1080
    Vert. Sync Range: 55-75 Hz
    Hor. Sync Range: 30-85 kHz
    Bandwidth: 148 MHz
    Config Status: cfg=new, avail=yes, need=no, active=unknown
    Supposedly, the framebuffer should be able to support 1400x1050, but I can't get it, possibly because it's not listed as monitor supported. Does this mean that I'm stuck with a 1280x1024 max res?
    This brings me to my next problem... Xorg. On my old monitor, I liked the nvidiafb-fbdev driver combination because I could quickly switch between X and console, and so long as I had the proprietary nvidia gl libraries installed, X ran smoothly. (never got the nv driver fbdev option to function with stability) Obviously, this is impossible now. I can't get nv to run at a resolution greater than 1280x1024. With the proprietary drivers, max resolution is 1440x900; however, if I disable max pixel clock checking, support for 1680x1050 and 1920x1080 is added.
    Now, this is where things get serious. If I switch back to console after starting X with NoMaxPClkCheck, I get an out of range message from my monitor. I can freely restart/switch back to X and everything is fine there, but the console is unuseable until reboot.
    relevant Xorg.0.log
    (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Option "NoLogo" "True"
    (**) NVIDIA(0): Option "NvAGP" "1"
    (**) NVIDIA(0): Option "ConnectedMonitor" "DFP-0"
    (**) NVIDIA(0): Option "RenderAccel" "True"
    (**) NVIDIA(0): Option "AllowGLXWithComposite" "True"
    (**) NVIDIA(0): Option "Coolbits" "1"
    (**) NVIDIA(0): Option "UseEdidDpi" "False"
    (**) NVIDIA(0): Option "AddARGBGLXVisuals" "True"
    (**) NVIDIA(0): Option "ModeValidation" "DFP-0: NoMaxPClkCheck"
    (**) NVIDIA(0): Enabling RENDER acceleration
    (**) NVIDIA(0): ConnectedMonitor string: "DFP-0"
    (**) NVIDIA(0): Use of NVIDIA internal AGP requested
    (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) NVIDIA(0): enabled.
    (II) NVIDIA(0): NVIDIA GPU GeForce FX 5200 (NV34) at PCI:1:0:0 (GPU-0)
    (--) NVIDIA(0): Memory: 131072 kBytes
    (--) NVIDIA(0): VideoBIOS: 04.34.20.87.00
    (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) NVIDIA(0): Connected display device(s) on GeForce FX 5200 at PCI:1:0:0:
    (--) NVIDIA(0): ACI ASUS VH236H (DFP-0)
    (--) NVIDIA(0): ACI ASUS VH236H (DFP-0): 135.0 MHz maximum pixel clock
    (--) NVIDIA(0): ACI ASUS VH236H (DFP-0): Internal Single Link TMDS
    (II) NVIDIA(0): Mode Validation Overrides for ACI ASUS VH236H (DFP-0):
    (II) NVIDIA(0): NoMaxPClkCheck
    (II) NVIDIA(0): Assigned Display Device: DFP-0
    (II) NVIDIA(0): Validated modes:
    (II) NVIDIA(0): "1920x1080"
    (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
    (**) NVIDIA(0): DPI set to (95, 95); computed from "DisplaySize" Monitor
    (**) NVIDIA(0): section option
    (**) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    (--) Depth 24 pixmap format is 32 bpp
    (II) NVIDIA(0): Initialized GPU GART.
    (II) NVIDIA(0): Setting mode "1920x1080"
    (II) Loading extension NV-GLX
    (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
    (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (**) NVIDIA(0): DPMS enabled
    (II) Loading extension NV-CONTROL
    (==) RandR enabled
    Xorg.conf
    Section "Device"
    Identifier "Card0"
    VendorName "nVidia Corporation"
    BoardName "GeForce FX 5200 [NV34] (rev a1)"
    BusID "PCI:1:0:0"
    Driver "nvidia"
    Option "NvAGP" "1"
    Option "Coolbits" "1"
    Option "RenderAccel" "True"
    Option "NoLogo" "True"
    Option "AllowGLXWithComposite" "True"
    Option "AddARGBGLXVisuals" "True"
    # Option "UseEdid" "False"
    Option "UseEdidDpi" "False"
    # Option "DPI" "96 x 96"
    Option "ConnectedMonitor" "DFP-0"
    # Option "ExactModeTimingsDVI" "True"
    Option "ModeValidation" "DFP-0: NoMaxPClkCheck"
    # Option "ModeValidation" "AllowNon60HzDFPModes,
    # NoMaxPClkCheck,
    # NoEdidMaxPClkCheck,
    # NoMaxSizeCheck,
    # NoHorizSyncCheck,
    # NoVertRefreshCheck,
    # NoDFPNativeResolutionCheck,
    # NoVirtualSizeCheck,
    # NoVesaModes,
    # NoEdidModes,
    # NoXServerModes,
    # NoTotalSizeCheck"
    EndSection
    Section "Device"
    Identifier "Card1"
    VendorName "nVidia Corporation"
    BoardName "GeForce FX 5200 [NV34] (rev a1)"
    BusID "PCI:1:0:0"
    Driver "nv"
    Option "NoDDC"
    # Option "UseFBDev" "true"
    EndSection
    Section "Device"
    Identifier "Card2"
    VendorName "nVidia Corporation"
    BoardName "GeForce FX 5200 [NV34] (rev a1)"
    BusID "PCI:1:0:0"
    Driver "fbdev"
    Option "NoDDC"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Asus"
    ModelName "VH236H"
    DisplaySize 510.72 287.28
    # HorizSync 30.0 - 83.0
    # VertRefresh 50.0 - 75.0
    # ModeLine "1920x1080" 148.5 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
    Option "DPMS" "true"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    VendorName "Asus"
    ModelName "VH236H"
    DisplaySize 510.72 287.28
    HorizSync 30.0 - 83.0
    VertRefresh 50.0 - 75.0
    ModeLine "1920x1080" 148.5 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
    Option "DPMS" "true"
    EndSection
    Section "Monitor"
    Identifier "Monitor2"
    VendorName "LG"
    ModelName "566LM"
    DisplaySize 305 229
    HorizSync 30.0 - 63.0
    VertRefresh 50.0 - 75.0
    ModeLine "1024x768" 78.75 1024 1056 1152 1312 768 769 772 800 +hsync +vsync
    Option "DPMS" "true"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1920x1080"
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Card1"
    Monitor "Monitor1"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1920x1080"
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen2"
    Device "Card2"
    Monitor "Monitor1"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1920x1080"
    EndSubSection
    EndSection
    Section "ServerLayout"
    Identifier "DefaultLayout"
    Screen 0 "Screen0"
    EndSection
    Section "ServerLayout"
    Identifier "nvLayout"
    Screen 0 "Screen1"
    EndSection
    Section "ServerLayout"
    Identifier "fbLayout"
    Screen 0 "Screen2"
    EndSection

    Brett,
    When working with the file that has many vector points. Try working in Outline mode if you can and if it works for you. Keep in mind with all the complex vectors the screen has to redraw which is taking up application memory when you move or update the object/drawing. If you can try resize the graphic to a smaller size to work with it then enlarge it back to normal size when you are ready for the final version of the file.
    It may help.
    Thanks
    Scott

  • [Xfce4] Issue with creating new tab in terminal

    So, when I create a new tab in terminal I got a black rectangle in the top left corner of my screen it dimensions is like terminal window itself.
    I have this problem on Xfce4 and Lxde as well.
    What info do you need to help me with this issue?
    Thanks,
    Igor.

    I noticed that problem with Xfce's terminal as well. I remember it also effecting firefox or other windows depending on how I moved things around.
    I think I may have solved the issue by disabling Xfce's desktop effects, or something to that effect. I haven't seen the problem since I switched over to xmonad though.

  • Xorg/GNOME strange issue

    I'm going to write a simple list of steps to reproduce an issue I encountered in Xorg/GNOME.
    1. Log into GNOME desktop and do nothing
    2. Open a terminal window and launch: top | grep Xorg
    Now check Xorg's memory usage:
    [dani@osiris ~]$ top | grep Xorg
    13983 root      40   0 48660  30m 7576 S  2.3  5.5   0:09.52 Xorg                                                                                     
    13983 root      40   0 48660  30m 7576 S  0.7  5.5   0:09.54 Xorg                                                                                     
    13983 root      40   0 48660  30m 7576 S  0.7  5.5   0:09.56 Xorg
    You can see it's using 30m. It's okay.
    3. Try to move the terminal window.
    Something strange is happening at this point:
    13983 root      40   0 48656  25m 7576 S 22.2  4.6   0:10.34 Xorg                                                                                     
    13983 root      40   0 48656  25m 7576 S  2.0  4.6   0:10.40 Xorg                                                                                     
    13983 root      40   0 48656  25m 7576 S  0.7  4.6   0:10.42 Xorg
    Xorg suddently frees some memory and stabilizes its memory usage to about 25m.
    From now on, the desktop becomes slower. I can notice it due to selecting an area of the desktop (by clicking and dragging) becomes SLOW. Before moving the terminal window, (that is, when Xorg was using 30m) the selection operation was fast as always.
    Obviously this behavior begins after every window moving operation, not only for the terminal window. This also happens after doing other operations such as, for example, resizing a window.
    System specs:
    PIII 1Ghz
    GF4 MX440
    512Mb
    kernel 2.6.32.3-ARCH
    xorg-server 1.7.3.902-1
    nvidia 96.43.14-3
    Didn't yet try to downgrade, maybe I'll do later and post some news.
    Thanks!

    I'm using compiz with gnome and nvidia and couldn't reproduce that issue (in fact my Xorg memory usage is lower in both instances, but stays the same when moving windows around). what video card do you have? mine is an 8600gt and the [extra] nvidia package works well

  • [Solved]Dell XPS13 ultrabook Xorg and Wifi issues after Kernel upgrade

    I installed Arch on a Dell XPS 13 Ultrabook today, and most everything ran fine after I ran the initial upgrade -- but I held back on the kernel update from 3.1.3 to 3.3.7.
    I just now updated the kernel, and now I can't start X, nor can I access the wireless card. For X, I get a "Fatal server error: no screens found" error, and I can no longer find wlan0 with iwconfig, although I can still see it with lspci.
    I even tried downgrading the kernel to 3.1.9, but I'm still having identical issues.
    What can I do to fix this, short of starting again from scratch?
    Last edited by hksmoothie (2012-05-30 17:57:56)

    Edit: Solved by copying all the files in the boot folder on my root partition (sda3) to my real boot partition (sda1).

  • [SOLVED] Blinking screen - new Xorg and Intel issue

    Screen is blinking after opening laptop lid no matter what i did (nothing, lock screen, hibernate, standby). It blinks every 10-20 seconds for about 1-2 seconds, and cpu% used by X's raises from 0.3-1.0 to even 10% and system slows down a little in that moment. My Xorg logs:
    $ cat /var/log/Xorg.0.log
    (II) Video Bus: Found keys
    (II) Video Bus: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event2"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    # closing & opening laptop lid
    # right after opening (properly i suppose)
    (II) intel(0): I2C bus "CRTDDC_A" initialized.
    (II) intel(0): I2C bus "CRTDDC_A" removed.
    (II) intel(0): EDID vendor "CMO", prod id 4609
    (II) intel(0): Using EDID range info for horizontal sync
    (II) intel(0): Using EDID range info for vertical refresh
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) intel(0): EDID vendor "CMO", prod id 4609
    # after 10-20 seconds
    (II) intel(0): I2C bus "CRTDDC_A" initialized.
    (II) intel(0): I2C bus "CRTDDC_A" removed.
    (II) intel(0): EDID vendor "CMO", prod id 4609
    (II) intel(0): Using hsync ranges from config file
    (II) intel(0): Using vrefresh ranges from config file
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) intel(0): EDID vendor "CMO", prod id 4609
    # over and over...
    (II) intel(0): I2C bus "CRTDDC_A" initialized.
    (II) intel(0): I2C bus "CRTDDC_A" removed.
    (II) intel(0): EDID vendor "CMO", prod id 4609
    (II) intel(0): Using hsync ranges from config file
    (II) intel(0): Using vrefresh ranges from config file
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) intel(0): EDID vendor "CMO", prod id 4609
    Blinking stops when i restart computer.
    I have newest xorg and intel drivers (xorg-server 1.7.1.901-2 & xf86-video-intel 2.9.1-1). I tried also downgrade this (and related) packages to older versions (even xorg-server 1.5.* & xf86-video-intel 2.4.*) and the same happens... with only one difference. On that oldest packages I've tried screen doesn't blinks, but the wallpaper of the desktop is changing: my -> default -> my -> default... with the same frequency . I was googling a lot, believe me. I study IT on a University and I asked my friends from there, and they just run out of ideas. In addition i can write that it isn't my laptop fault because windows xp works fine and ubuntu 9.04 (i had before archlinux) also worked good. It has started on ubuntu 9.10, so I thought I move to archlinux, and its still here? I suppose its a problem with intel drivers or xorg, but somehow linked with power management of the monitor(?). But why then older packages don't work? Please, I will be grateful for any help.
    My /etc/X11/xorg.conf file generated by 'Xorg -configure' command:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    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 "glx"
    Load "dri2"
    Load "record"
    Load "dbe"
    Load "dri"
    Load "extmod"
    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"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    #Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -HSync -Vsync
    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 "intel"
    VendorName "Intel Corporation"
    BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller"
    BusID "PCI:0:2:0"
    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
    Last edited by joda (2009-12-01 09:49:38)

    SOLVED!!! Must enable KMS => switch off vga option in grub, and replace it with "i915.moduleset=1"

  • [Xorg] Dual Screen issue

    Hello ladies and gents,
    I try since few days to configure a dual screen for my arch.
    At least, it doesn't works , my second screen is always black.
    My configuration :
    I have a Radeon HD 7870
    I've installed the opensource drivers xf86-video-ati
    I use awesome 3 as window manager
    The first screen is plug in HDMI on MDMI-0 (it's a ViewSonic 24" in 1920x1080_60)
    The second screen is plug in DVI on DVI-1 (it's a Samsung SyncMaster 24" in 1920x1080_60)
    Both of them works fine in standalone.
    And both of them works fine together during the boot and the system choice (syslinux).
    After the choice, black out for my second screen.
    I'have done lot of tries. Any of them works.
    I tried to use xrandr :
    xrandr --output DVI-1 --mode 1920x1080 --pos 1920x0 --output HDMI-0 --mode 1920x1080 --pos 0x0 --verbose
    The second screen is always black et xrandr returns :
    crtc 0: 1920x1080 60.0 +0+0 "HDMI-0"
    crtc 1: 1920x1080 60.0 +1920+0 "DVI-1"
    Same result with arandr
    For information :
    xrandr -q --verbose
    returns :
    Screen 0: minimum 320 x 200, current 3840 x 1080, maximum 16384 x 16384
    DisplayPort-0 disconnected (normal left inverted right x axis y axis)
    Identifier: 0x45
    Timestamp: 107196
    Subpixel: horizontal rgb
    Clones:
    CRTCs: 0 1 2 3 4 5
    Transform: 1.000000 0.000000 0.000000
    0.000000 1.000000 0.000000
    0.000000 0.000000 1.000000
    filter:
    underscan vborder: 0
    range: (0, 128)
    underscan hborder: 0
    range: (0, 128)
    underscan: off
    supported: offonauto
    coherent: 1
    range: (0, 1)
    HDMI-0 connected 1920x1080+0+0 (0x4a) normal (normal left inverted right x axis y axis) 520mm x 290mm
    Identifier: 0x46
    Timestamp: 107196
    Subpixel: horizontal rgb
    Gamma: 1.0:1.0:1.0
    Brightness: 1.0
    Clones:
    CRTC: 0
    CRTCs: 0 1 2 3 4 5
    Transform: 1.000000 0.000000 0.000000
    0.000000 1.000000 0.000000
    0.000000 0.000000 1.000000
    filter:
    EDID:
    00ffffffffffff005a632a7d01010101
    2916010380341d782e2ac5a4564f9e28
    0f5054bfef80b300a940950090408180
    8140714f0101023a801871382d40582c
    450008222100001e000000ff00535848
    3132343130303632380a000000fd0032
    4c0f5312000a202020202020000000fc
    00565832343630205345524945530185
    020322f14f900504030207061f141312
    1116150123091f078301000065030c00
    2000023a801871382d40582c45000822
    2100001e011d8018711c1620582c2500
    08222100009e011d007251d01e206e28
    550008222100001e8c0ad08a20e02d10
    103e9600082221000018023a80d07238
    2d40102c458008222100001e00000004
    underscan vborder: 0
    range: (0, 128)
    underscan hborder: 0
    range: (0, 128)
    underscan: off
    supported: offonauto
    coherent: 1
    range: (0, 1)
    1920x1080 (0x4a) 148.5MHz +HSync +VSync *current +preferred
    h: width 1920 start 2008 end 2052 total 2200 skew 0 clock 67.5KHz
    v: height 1080 start 1084 end 1089 total 1125 clock 60.0Hz
    1920x1080 (0x4b) 148.5MHz +HSync +VSync
    h: width 1920 start 2448 end 2492 total 2640 skew 0 clock 56.2KHz
    v: height 1080 start 1084 end 1089 total 1125 clock 50.0Hz
    1920x1080i (0x4c) 74.2MHz +HSync +VSync Interlace
    h: width 1920 start 2448 end 2492 total 2640 skew 0 clock 28.1KHz
    v: height 1080 start 1084 end 1094 total 1125 clock 50.0Hz
    1920x1080i (0x4d) 74.2MHz +HSync +VSync Interlace
    h: width 1920 start 2008 end 2052 total 2200 skew 0 clock 33.8KHz
    v: height 1080 start 1084 end 1094 total 1125 clock 60.1Hz
    1600x1200 (0x4e) 162.0MHz +HSync +VSync
    h: width 1600 start 1664 end 1856 total 2160 skew 0 clock 75.0KHz
    v: height 1200 start 1201 end 1204 total 1250 clock 60.0Hz
    1680x1050 (0x4f) 119.0MHz +HSync -VSync
    h: width 1680 start 1728 end 1760 total 1840 skew 0 clock 64.7KHz
    v: height 1050 start 1053 end 1059 total 1080 clock 59.9Hz
    1400x1050 (0x50) 101.0MHz +HSync -VSync
    h: width 1400 start 1448 end 1480 total 1560 skew 0 clock 64.7KHz
    v: height 1050 start 1053 end 1057 total 1080 clock 59.9Hz
    1280x1024 (0x51) 135.0MHz +HSync +VSync
    h: width 1280 start 1296 end 1440 total 1688 skew 0 clock 80.0KHz
    v: height 1024 start 1025 end 1028 total 1066 clock 75.0Hz
    1280x1024 (0x52) 108.0MHz +HSync +VSync
    h: width 1280 start 1328 end 1440 total 1688 skew 0 clock 64.0KHz
    v: height 1024 start 1025 end 1028 total 1066 clock 60.0Hz
    1440x900 (0x53) 88.8MHz +HSync -VSync
    h: width 1440 start 1488 end 1520 total 1600 skew 0 clock 55.5KHz
    v: height 900 start 903 end 909 total 926 clock 59.9Hz
    1280x960 (0x54) 108.0MHz +HSync +VSync
    h: width 1280 start 1376 end 1488 total 1800 skew 0 clock 60.0KHz
    v: height 960 start 961 end 964 total 1000 clock 60.0Hz
    1152x864 (0x55) 108.0MHz +HSync +VSync
    h: width 1152 start 1216 end 1344 total 1600 skew 0 clock 67.5KHz
    v: height 864 start 865 end 868 total 900 clock 75.0Hz
    1280x720 (0x56) 74.2MHz +HSync +VSync
    h: width 1280 start 1720 end 1760 total 1980 skew 0 clock 37.5KHz
    v: height 720 start 725 end 730 total 750 clock 50.0Hz
    1280x720 (0x57) 74.2MHz +HSync +VSync
    h: width 1280 start 1390 end 1430 total 1650 skew 0 clock 45.0KHz
    v: height 720 start 725 end 730 total 750 clock 60.0Hz
    1440x576i (0x58) 27.0MHz -HSync -VSync Interlace
    h: width 1440 start 1464 end 1590 total 1728 skew 0 clock 15.6KHz
    v: height 576 start 580 end 586 total 625 clock 50.1Hz
    1024x768 (0x59) 78.8MHz +HSync +VSync
    h: width 1024 start 1040 end 1136 total 1312 skew 0 clock 60.1KHz
    v: height 768 start 769 end 772 total 800 clock 75.1Hz
    1024x768 (0x5a) 75.0MHz -HSync -VSync
    h: width 1024 start 1048 end 1184 total 1328 skew 0 clock 56.5KHz
    v: height 768 start 771 end 777 total 806 clock 70.1Hz
    1024x768 (0x5b) 65.0MHz -HSync -VSync
    h: width 1024 start 1048 end 1184 total 1344 skew 0 clock 48.4KHz
    v: height 768 start 771 end 777 total 806 clock 60.0Hz
    1440x480i (0x5c) 27.0MHz -HSync -VSync Interlace
    h: width 1440 start 1478 end 1602 total 1716 skew 0 clock 15.7KHz
    v: height 480 start 488 end 494 total 525 clock 60.1Hz
    832x624 (0x5d) 57.3MHz -HSync -VSync
    h: width 832 start 864 end 928 total 1152 skew 0 clock 49.7KHz
    v: height 624 start 625 end 628 total 667 clock 74.6Hz
    800x600 (0x5e) 50.0MHz +HSync +VSync
    h: width 800 start 856 end 976 total 1040 skew 0 clock 48.1KHz
    v: height 600 start 637 end 643 total 666 clock 72.2Hz
    800x600 (0x5f) 49.5MHz +HSync +VSync
    h: width 800 start 816 end 896 total 1056 skew 0 clock 46.9KHz
    v: height 600 start 601 end 604 total 625 clock 75.0Hz
    800x600 (0x60) 40.0MHz +HSync +VSync
    h: width 800 start 840 end 968 total 1056 skew 0 clock 37.9KHz
    v: height 600 start 601 end 605 total 628 clock 60.3Hz
    800x600 (0x61) 36.0MHz +HSync +VSync
    h: width 800 start 824 end 896 total 1024 skew 0 clock 35.2KHz
    v: height 600 start 601 end 603 total 625 clock 56.2Hz
    720x576 (0x62) 27.0MHz -HSync -VSync
    h: width 720 start 732 end 796 total 864 skew 0 clock 31.2KHz
    v: height 576 start 581 end 586 total 625 clock 50.0Hz
    720x480 (0x63) 27.0MHz -HSync -VSync
    h: width 720 start 736 end 798 total 858 skew 0 clock 31.5KHz
    v: height 480 start 489 end 495 total 525 clock 59.9Hz
    640x480 (0x64) 31.5MHz -HSync -VSync
    h: width 640 start 664 end 704 total 832 skew 0 clock 37.9KHz
    v: height 480 start 489 end 491 total 520 clock 72.8Hz
    640x480 (0x65) 31.5MHz -HSync -VSync
    h: width 640 start 656 end 720 total 840 skew 0 clock 37.5KHz
    v: height 480 start 481 end 484 total 500 clock 75.0Hz
    640x480 (0x66) 30.2MHz -HSync -VSync
    h: width 640 start 704 end 768 total 864 skew 0 clock 35.0KHz
    v: height 480 start 483 end 486 total 525 clock 66.7Hz
    640x480 (0x67) 25.2MHz -HSync -VSync
    h: width 640 start 656 end 752 total 800 skew 0 clock 31.5KHz
    v: height 480 start 490 end 492 total 525 clock 60.0Hz
    640x480 (0x68) 25.2MHz -HSync -VSync
    h: width 640 start 656 end 752 total 800 skew 0 clock 31.5KHz
    v: height 480 start 490 end 492 total 525 clock 59.9Hz
    720x400 (0x69) 28.3MHz -HSync +VSync
    h: width 720 start 738 end 846 total 900 skew 0 clock 31.5KHz
    v: height 400 start 412 end 414 total 449 clock 70.1Hz
    DVI-0 disconnected (normal left inverted right x axis y axis)
    Identifier: 0x47
    Timestamp: 107196
    Subpixel: horizontal rgb
    Clones:
    CRTCs: 0 1 2 3 4 5
    Transform: 1.000000 0.000000 0.000000
    0.000000 1.000000 0.000000
    0.000000 0.000000 1.000000
    filter:
    load detection: 1
    range: (0, 1)
    underscan vborder: 0
    range: (0, 128)
    underscan hborder: 0
    range: (0, 128)
    underscan: off
    supported: offonauto
    coherent: 1
    range: (0, 1)
    DVI-1 connected 1920x1080+1920+0 (0x4a) normal (normal left inverted right x axis y axis) 530mm x 300mm
    Identifier: 0x48
    Timestamp: 107196
    Subpixel: horizontal rgb
    Gamma: 1.0:1.0:1.0
    Brightness: 1.0
    Clones:
    CRTC: 1
    CRTCs: 0 1 2 3 4 5
    Transform: 1.000000 0.000000 0.000000
    0.000000 1.000000 0.000000
    0.000000 0.000000 1.000000
    filter:
    EDID:
    00ffffffffffff004c2dcc053432524c
    0714010380351e782a6041a6564a9c25
    1250542308008100814081809500a940
    b30001010101023a801871382d40582c
    4500122c2100001e000000fd00383c1e
    5111000a202020202020000000fc0053
    796e634d61737465720a2020000000ff
    0048394d5a3230383438330a2020003f
    load detection: 1
    range: (0, 1)
    underscan vborder: 0
    range: (0, 128)
    underscan hborder: 0
    range: (0, 128)
    underscan: off
    supported: offonauto
    coherent: 1
    range: (0, 1)
    1920x1080 (0x4a) 148.5MHz +HSync +VSync *current +preferred
    h: width 1920 start 2008 end 2052 total 2200 skew 0 clock 67.5KHz
    v: height 1080 start 1084 end 1089 total 1125 clock 60.0Hz
    1600x1200 (0x4e) 162.0MHz +HSync +VSync
    h: width 1600 start 1664 end 1856 total 2160 skew 0 clock 75.0KHz
    v: height 1200 start 1201 end 1204 total 1250 clock 60.0Hz
    1680x1050 (0x4f) 119.0MHz +HSync -VSync
    h: width 1680 start 1728 end 1760 total 1840 skew 0 clock 64.7KHz
    v: height 1050 start 1053 end 1059 total 1080 clock 59.9Hz
    1280x1024 (0x52) 108.0MHz +HSync +VSync
    h: width 1280 start 1328 end 1440 total 1688 skew 0 clock 64.0KHz
    v: height 1024 start 1025 end 1028 total 1066 clock 60.0Hz
    1440x900 (0x53) 88.8MHz +HSync -VSync
    h: width 1440 start 1488 end 1520 total 1600 skew 0 clock 55.5KHz
    v: height 900 start 903 end 909 total 926 clock 59.9Hz
    1280x960 (0x54) 108.0MHz +HSync +VSync
    h: width 1280 start 1376 end 1488 total 1800 skew 0 clock 60.0KHz
    v: height 960 start 961 end 964 total 1000 clock 60.0Hz
    1280x800 (0x6a) 71.0MHz +HSync -VSync
    h: width 1280 start 1328 end 1360 total 1440 skew 0 clock 49.3KHz
    v: height 800 start 803 end 809 total 823 clock 59.9Hz
    1024x768 (0x5b) 65.0MHz -HSync -VSync
    h: width 1024 start 1048 end 1184 total 1344 skew 0 clock 48.4KHz
    v: height 768 start 771 end 777 total 806 clock 60.0Hz
    800x600 (0x60) 40.0MHz +HSync +VSync
    h: width 800 start 840 end 968 total 1056 skew 0 clock 37.9KHz
    v: height 600 start 601 end 605 total 628 clock 60.3Hz
    800x600 (0x61) 36.0MHz +HSync +VSync
    h: width 800 start 824 end 896 total 1024 skew 0 clock 35.2KHz
    v: height 600 start 601 end 603 total 625 clock 56.2Hz
    640x480 (0x67) 25.2MHz -HSync -VSync
    h: width 640 start 656 end 752 total 800 skew 0 clock 31.5KHz
    v: height 480 start 490 end 492 total 525 clock 60.0Hz
    And this is my Xorg.0.log file :
    http://pastebin.com/Ah79VBbV
    I tried differents 10-monitor.conf... without success : My second screen is always black.
    A try :
    Section "ServerLayout"
    Identifier "Main"
    Screen 0 "Screen0" 0 0
    Screen 1 "Screen1" RightOf "Screen0"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "radeon"
    Option "ZaphodHeads" "HDMI-0"
    VendorName "ATI"
    BusID "PCI:1:0:0"
    Screen 0
    EndSection
    Section "Device"
    Identifier "Device1"
    Driver "radeon"
    Option "ZaphodHeads" "DVI-1"
    VendorName "ATI"
    BusID "PCI:0:2:0"
    Screen 1
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "HDMI-0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1920x1080"
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Device1"
    Monitor "DVI-1"
    EndSection
    Section "Monitor"
    Identifier "HDMI-0"
    Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
    Option "PreferredMode" "1920x1080_60.00"
    Option "dpms" "true"
    EndSection
    Section "Monitor"
    Identifier "DVI-1"
    Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
    Option "PreferredMode" "1920x1080_60.00"
    Option "dpms" "true"
    EndSection
    With Worg.0.log :
    http://pastebin.com/n7YpQtfG
    Another try:
    Section "Device"
    Identifier "Device0"
    Driver "radeon"
    Option "Monitor-HDMI-0" "Monitor0"
    Option "Monitor-DVI-1" "Monitor1"
    EndSection
    Section "Monitor"
    Identifier "HDMI-0"
    Option "DPMS" "true"
    EndSection
    Section "Monitor"
    Identifier "DVI-1"
    Option "DPMS" "true"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "HDMI-0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1920x1080" "1280x1024" "800x600"
    Virtual 3840 3840
    EndSubSection
    EndSection
    With Xorg.0.log :
    http://pastebin.com/mvr4Vqvi
    Any help/idea would be great.
    Thanks.

    Hello everyone !
    Here is the dmesg :
    http://pastebin.com/Jscw6y9i
    If it can help.
    I'm not sure if i posted in the good section. Maybe i should move the post to Kernel & Hardware ?

  • Xorg issues

    Hi, I installed Arch yesterday, and today I installed Xorg, gdm,xfce4 and fluxbox. The weird problem i have is that I cant start ANY program in fluxbox, whatever item i click on in the menu, noting happens (pc doenst freeze, it just does noting)
    In Xfce, i can start firefox etc, but the changes i make (in firefox, and in the system) are not saved, if i restart X, everything is back like when i first started xfce.
    This is cat /var/log/Xorg.0.log:
    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 rcArch 2.6.21-ARCH #1 SMP PREEMPT Sun May 6 18:33:47 CEST 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 Jun 6 18:24:54 2007
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Xorg Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Keyboard0"
    (**) Option "XkbRules" "xorg"
    (**) XKB: rules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) XKB: model: "pc105"
    (**) Option "XkbLayout" "be"
    (**) XKB: layout: "be"
    (==) Keyboard: CustomKeycode disabled
    (**) |-->Input Device "PS/2 Mouse"
    (WW) The directory "/usr/share/fonts/PEX" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/ttf/western" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/ttf/decoratives" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype/openoffice" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype/ttf-bitstream-vera" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/latex-ttf-fonts" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/defoma/CID" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/defoma/TrueType" does not exist.
    Entry deleted from font path.
    (**) FontPath set to:
    /usr/share/fonts/misc:unscaled,
    /usr/share/fonts/misc,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/75dpi,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/100dpi,
    /usr/share/fonts/cyrillic
    (**) RgbPath set to "/usr/share/X11/rgb"
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (**) Option "AllowMouseOpenFail" "true"
    (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,2560 card 1734,1003 rev 01 class 06,00,00 hdr 00
    (II) PCI: 00:02:0: chip 8086,2562 card 1734,1003 rev 01 class 03,00,00 hdr 00
    (II) PCI: 00:1d:0: chip 8086,24c2 card 1734,1004 rev 01 class 0c,03,00 hdr 80
    (II) PCI: 00:1d:1: chip 8086,24c4 card 1734,1004 rev 01 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:2: chip 8086,24c7 card 1734,1004 rev 01 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:7: chip 8086,24cd card 1734,1004 rev 01 class 0c,03,20 hdr 00
    (II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 81 class 06,04,00 hdr 01
    (II) PCI: 00:1f:0: chip 8086,24c0 card 0000,0000 rev 01 class 06,01,00 hdr 80
    (II) PCI: 00:1f:1: chip 8086,24cb card 1734,1004 rev 01 class 01,01,8a hdr 00
    (II) PCI: 00:1f:3: chip 8086,24c3 card 1734,1004 rev 01 class 0c,05,00 hdr 00
    (II) PCI: 00:1f:5: chip 8086,24c5 card 1734,0088 rev 01 class 04,01,00 hdr 00
    (II) PCI: 02:08:0: chip 8086,103b card 1734,1002 rev 81 class 02,00,00 hdr 00
    (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,2), 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) Subtractive PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0006 (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 0xd0100000 - 0xd01fffff (0x100000) 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)
    (--) PCI:*(0:2:0) Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device rev 1, Mem @ 0xd8000000/27, 0xd0000000/19
    (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 0xe0000000 from 0xefffffff to 0xdfffffff
    (II) Active PCI resource ranges:
    [0] -1 0 0xd0100000 - 0xd0100fff (0x1000) MX[b]
    [1] -1 0 0xd0080800 - 0xd00808ff (0x100) MX[b]
    [2] -1 0 0xd0080c00 - 0xd0080dff (0x200) MX[b]
    [3] -1 0 0x20000000 - 0x200003ff (0x400) MX[b]
    [4] -1 0 0xd0080000 - 0xd00803ff (0x400) MX[b]
    [5] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [6] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[b](B)
    [7] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [8] -1 0 0x00003000 - 0x0000303f (0x40) IX[b]
    [9] -1 0 0x00002000 - 0x0000203f (0x40) IX[b]
    [10] -1 0 0x00002400 - 0x000024ff (0x100) IX[b]
    [11] -1 0 0x00001c00 - 0x00001c1f (0x20) IX[b]
    [12] -1 0 0x00002800 - 0x0000280f (0x10) IX[b]
    [13] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [14] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [15] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [16] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [17] -1 0 0x00001800 - 0x0000181f (0x20) IX[b]
    [18] -1 0 0x00001400 - 0x0000141f (0x20) IX[b]
    [19] -1 0 0x00001000 - 0x0000101f (0x20) IX[b]
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xd0100000 - 0xd0100fff (0x1000) MX[b]
    [1] -1 0 0xd0080800 - 0xd00808ff (0x100) MX[b]
    [2] -1 0 0xd0080c00 - 0xd0080dff (0x200) MX[b]
    [3] -1 0 0x20000000 - 0x200003ff (0x400) MX[b]
    [4] -1 0 0xd0080000 - 0xd00803ff (0x400) MX[b]
    [5] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [6] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[b](B)
    [7] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [8] -1 0 0x00003000 - 0x0000303f (0x40) IX[b]
    [9] -1 0 0x00002000 - 0x0000203f (0x40) IX[b]
    [10] -1 0 0x00002400 - 0x000024ff (0x100) IX[b]
    [11] -1 0 0x00001c00 - 0x00001c1f (0x20) IX[b]
    [12] -1 0 0x00002800 - 0x0000280f (0x10) IX[b]
    [13] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [14] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [15] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [16] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [17] -1 0 0x00001800 - 0x0000181f (0x20) IX[b]
    [18] -1 0 0x00001400 - 0x0000141f (0x20) IX[b]
    [19] -1 0 0x00001000 - 0x0000101f (0x20) IX[b]
    (II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0x00100000 - 0x1fffffff (0x1ff00000) 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 - 0x1fffffff (0x1ff00000) 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 0xd0100000 - 0xd0100fff (0x1000) MX[b]
    [5] -1 0 0xd0080800 - 0xd00808ff (0x100) MX[b]
    [6] -1 0 0xd0080c00 - 0xd0080dff (0x200) MX[b]
    [7] -1 0 0x20000000 - 0x200003ff (0x400) MX[b]
    [8] -1 0 0xd0080000 - 0xd00803ff (0x400) MX[b]
    [9] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [10] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[b](B)
    [11] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [13] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [14] -1 0 0x00003000 - 0x0000303f (0x40) IX[b]
    [15] -1 0 0x00002000 - 0x0000203f (0x40) IX[b]
    [16] -1 0 0x00002400 - 0x000024ff (0x100) IX[b]
    [17] -1 0 0x00001c00 - 0x00001c1f (0x20) IX[b]
    [18] -1 0 0x00002800 - 0x0000280f (0x10) IX[b]
    [19] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [20] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [21] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [22] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [23] -1 0 0x00001800 - 0x0000181f (0x20) IX[b]
    [24] -1 0 0x00001400 - 0x0000141f (0x20) IX[b]
    [25] -1 0 0x00001000 - 0x0000101f (0x20) IX[b]
    (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) 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: "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: "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: "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: "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: "i810"
    (II) Loading /usr/lib/xorg/modules/drivers//i810_drv.so
    (II) Module i810: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.7.4
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 1.1
    (II) LoadModule: "keyboard"
    (II) Loading /usr/lib/xorg/modules/input//keyboard_drv.so
    (II) Module keyboard: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.7
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.1.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.7
    (II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100,
    i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915),
    915GM, 945G, 945GM, 965G, 965G, 965Q, 946GZ
    (II) Primary Device is: PCI 00:02:0
    (--) Assigning device section with no busID to primary device
    (--) Chipset 845G found
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0x00100000 - 0x1fffffff (0x1ff00000) 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 0xd0100000 - 0xd0100fff (0x1000) MX[b]
    [5] -1 0 0xd0080800 - 0xd00808ff (0x100) MX[b]
    [6] -1 0 0xd0080c00 - 0xd0080dff (0x200) MX[b]
    [7] -1 0 0x20000000 - 0x200003ff (0x400) MX[b]
    [8] -1 0 0xd0080000 - 0xd00803ff (0x400) MX[b]
    [9] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [10] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[b](B)
    [11] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [13] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [14] -1 0 0x00003000 - 0x0000303f (0x40) IX[b]
    [15] -1 0 0x00002000 - 0x0000203f (0x40) IX[b]
    [16] -1 0 0x00002400 - 0x000024ff (0x100) IX[b]
    [17] -1 0 0x00001c00 - 0x00001c1f (0x20) IX[b]
    [18] -1 0 0x00002800 - 0x0000280f (0x10) IX[b]
    [19] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [20] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [21] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [22] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [23] -1 0 0x00001800 - 0x0000181f (0x20) IX[b]
    [24] -1 0 0x00001400 - 0x0000141f (0x20) IX[b]
    [25] -1 0 0x00001000 - 0x0000101f (0x20) IX[b]
    (II) resource ranges after probing:
    [0] -1 0 0x00100000 - 0x1fffffff (0x1ff00000) 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 0xd0100000 - 0xd0100fff (0x1000) MX[b]
    [5] -1 0 0xd0080800 - 0xd00808ff (0x100) MX[b]
    [6] -1 0 0xd0080c00 - 0xd0080dff (0x200) MX[b]
    [7] -1 0 0x20000000 - 0x200003ff (0x400) MX[b]
    [8] -1 0 0xd0080000 - 0xd00803ff (0x400) MX[b]
    [9] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [10] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[b](B)
    [11] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [12] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [13] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [14] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [17] -1 0 0x00003000 - 0x0000303f (0x40) IX[b]
    [18] -1 0 0x00002000 - 0x0000203f (0x40) IX[b]
    [19] -1 0 0x00002400 - 0x000024ff (0x100) IX[b]
    [20] -1 0 0x00001c00 - 0x00001c1f (0x20) IX[b]
    [21] -1 0 0x00002800 - 0x0000280f (0x10) IX[b]
    [22] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [23] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [24] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [25] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [26] -1 0 0x00001800 - 0x0000181f (0x20) IX[b]
    [27] -1 0 0x00001400 - 0x0000141f (0x20) IX[b]
    [28] -1 0 0x00001000 - 0x0000101f (0x20) IX[b]
    [29] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [30] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (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) 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) 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
    (**) I810(0): Depth 24, (--) framebuffer bpp 32
    (==) I810(0): RGB weight 888
    (==) I810(0): Default visual is TrueColor
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Reloading /usr/lib/xorg/modules//libint10.so
    (II) I810(0): initializing int10
    (WW) I810(0): Bad V_BIOS checksum
    (II) I810(0): Primary V_BIOS segment is: 0xc000
    (II) I810(0): VESA BIOS detected
    (II) I810(0): VESA VBE Version 3.0
    (II) I810(0): VESA VBE Total Mem: 8000 kB
    (II) I810(0): VESA VBE OEM: Brookdale-G Graphics Chip Accelerated VGA BIOS
    (II) I810(0): VESA VBE OEM Software Rev: 1.0
    (II) I810(0): VESA VBE OEM Vendor: Intel Corporation
    (II) I810(0): VESA VBE OEM Product: Brookdale-G Graphics Controller
    (II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
    (II) I810(0): Integrated Graphics Chipset: Intel(R) 845G
    (--) I810(0): Chipset: "845G"
    (--) I810(0): Linear framebuffer at 0xD8000000
    (--) I810(0): IO registers at addr 0xD0000000
    (II) I810(0): 1 display pipe available.
    (II) I810(0): detected 8060 kB stolen memory.
    (II) I810(0): Kernel reported 50176 total, 1 used
    (II) I810(0): I830CheckAvailableMemory: 200700 kB available
    (II) I810(0): Will try to reserve 32768 kiB of AGP aperture space
    for the DRM memory manager.
    (II) I810(0): Will attempt to tell the BIOS that there is 12288 kB VideoRAM
    (WW) I810(0): Extended BIOS function 0x5f11 not supported.
    (II) I810(0): Before: SWF1 is 0x00000001
    (II) I810(0): After: SWF1 is 0x00000008
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Reloading /usr/lib/xorg/modules//libint10.so
    (II) I810(0): initializing int10
    (WW) I810(0): Bad V_BIOS checksum
    (II) I810(0): Primary V_BIOS segment is: 0xc000
    (II) I810(0): VESA BIOS detected
    (II) I810(0): VESA VBE Version 3.0
    (II) I810(0): VESA VBE Total Mem: 8000 kB
    (II) I810(0): VESA VBE OEM: Brookdale-G Graphics Chip Accelerated VGA BIOS
    (II) I810(0): VESA VBE OEM Software Rev: 1.0
    (II) I810(0): VESA VBE OEM Vendor: Intel Corporation
    (II) I810(0): VESA VBE OEM Product: Brookdale-G Graphics Controller
    (II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
    (II) I810(0): BIOS now sees 8000 kB VideoRAM
    (--) I810(0): Pre-allocated VideoRAM: 8060 kByte
    (==) I810(0): VideoRAM: 65536 kByte
    (==) I810(0): video overlay key set to 0x101fe
    (**) I810(0): page flipping disabled
    (==) I810(0): Using gamma correction (1.0, 1.0, 1.0)
    (II) I810(0): BIOS Build: 2833
    (==) I810(0): Device Presence: disabled.
    (==) I810(0): Display Info: enabled.
    (II) I810(0): Broken BIOSes cause the system to hang here.
    If you encounter this problem please add
    Option "DisplayInfo" "FALSE"
    to the Device section of your XF86Config file.
    (II) I810(0): Display Info: CRT: attached: FALSE, present: FALSE, size: (0,0)
    (II) I810(0): Display Info: TV: attached: FALSE, present: FALSE, size: (0,0)
    (II) I810(0): Display Info: DFP (digital flat panel): attached: FALSE, present: FALSE, size: (0,0)
    (II) I810(0): Display Info: LFP (local flat panel): attached: FALSE, present: FALSE, size: (0,0)
    (II) I810(0): Display Info: Second (second CRT): attached: FALSE, present: FALSE, size: (0,0)
    (II) I810(0): Display Info: TV2 (second TV): attached: FALSE, present: FALSE, size: (0,0)
    (II) I810(0): Display Info: DFP2 (second digital flat panel): attached: FALSE, present: FALSE, size: (0,0)
    (II) I810(0): Display Info: LFP2 (second local flat panel): attached: FALSE, present: FALSE, size: (0,0)
    (II) I810(0): Currently active displays on Pipe A:
    (II) I810(0): CRT
    (==) I810(0): Display is using Pipe A
    (--) I810(0): Maximum frambuffer space: 65368 kByte
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Reloading /usr/lib/xorg/modules//libddc.so
    (II) I810(0): VESA VBE DDC supported
    (II) I810(0): VESA VBE DDC Level 2
    (II) I810(0): VESA VBE DDC transfer in appr. 1 sec.
    (II) I810(0): VESA VBE DDC read successfully
    (II) I810(0): Manufacturer: FUS Model: 402 Serial#: 529093
    (II) I810(0): Year: 2003 Week: 14
    (II) I810(0): EDID Version: 1.3
    (II) I810(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    (II) I810(0): Sync: Separate
    (II) I810(0): Max H-Image Size [cm]: horiz.: 32 vert.: 24
    (II) I810(0): Gamma: 2.26
    (II) I810(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    (II) I810(0): First detailed timing is preferred mode
    (II) I810(0): redX: 0.625 redY: 0.330 greenX: 0.295 greenY: 0.600
    (II) I810(0): blueX: 0.151 blueY: 0.071 whiteX: 0.283 whiteY: 0.298
    (II) I810(0): Supported VESA Video Modes:
    (II) I810(0): 720x400@70Hz
    (II) I810(0): 640x480@60Hz
    (II) I810(0): 640x480@75Hz
    (II) I810(0): 800x600@75Hz
    (II) I810(0): 1024x768@75Hz
    (II) I810(0): Manufacturer's mask: 0
    (II) I810(0): Supported Future Video Modes:
    (II) I810(0): #0: hsize: 640 vsize 480 refresh: 85 vid: 22833
    (II) I810(0): #1: hsize: 800 vsize 600 refresh: 85 vid: 22853
    (II) I810(0): #2: hsize: 1024 vsize 768 refresh: 85 vid: 22881
    (II) I810(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    (II) I810(0): Supported additional Video Mode:
    (II) I810(0): clock: 94.5 MHz Image Size: 306 x 230 mm
    (II) I810(0): h_active: 1024 h_sync: 1072 h_sync_end 1168 h_blank_end 1376 h_border: 0
    (II) I810(0): v_active: 768 v_sync: 769 v_sync_end 772 v_blanking: 808 v_border: 0
    (II) I810(0): Serial No: YEKU529093
    (II) I810(0): Ranges: V min: 50 V max: 160 Hz, H min: 30 H max: 72 kHz, PixClock max 110 MHz
    (II) I810(0): Monitor name: 177V
    (II) I810(0): EDID (in hex):
    (II) I810(0): 00ffffffffffff001ab30204c5120800
    (II) I810(0): 0e0d01030820187eea2ad9a0544b9926
    (II) I810(0): 12484ca4420031594559615981800101
    (II) I810(0): 010101010101ea240060410028303060
    (II) I810(0): 130032e61000001e000000ff0059454b
    (II) I810(0): 553532393039330a2020000000fd0032
    (II) I810(0): a01e480b000a202020202020000000fc
    (II) I810(0): 00313737560a2020202020202020005d
    (II) I810(0): Using hsync ranges from config file
    (II) I810(0): Using vrefresh ranges from config file
    (II) I810(0): Printing DDC gathered Modelines:
    (II) I810(0): Modeline "640x480" 31.50 640 656 720 840 480 481 484 500 -hsync -vsync
    (II) I810(0): Modeline "640x480" 25.20 640 656 752 800 480 490 492 525 -hsync -vsync
    (II) I810(0): Modeline "720x400" 28.32 720 738 846 900 400 412 414 449 -hsync +vsync
    (II) I810(0): Modeline "1024x768" 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
    (II) I810(0): Modeline "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync
    (II) I810(0): Modeline "640x480" 35.00 640 664 728 816 480 483 487 507 -hsync +vsync
    (II) I810(0): Modeline "800x600" 56.75 800 848 928 1056 600 603 607 633 -hsync +vsync
    (II) I810(0): Modeline "1024x768" 94.50 1024 1096 1200 1376 768 771 775 809 -hsync +vsync
    (II) I810(0): Modeline "1280x1024" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
    (II) I810(0): Modeline "1024x768" 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
    (II) I810(0): Will use BIOS call 0x5f05 to set refresh rates for CRTs.
    (--) I810(0): Maximum space available for video modes: 8000 kByte
    (II) I810(0): Using detected DDC timings
    (II) I810(0): HorizSync 30-72
    (II) I810(0): VertRefresh 50-160
    Mode: 20 (132x25)
    ModeAttributes: 0xf
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0005aef
    BytesPerScanline: 594
    XResolution: 132
    YResolution: 25
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 4
    NumberOfBanks: 1
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
    Mode: 21 (132x43)
    ModeAttributes: 0xf
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0005aef
    BytesPerScanline: 594
    XResolution: 132
    YResolution: 43
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 4
    NumberOfBanks: 1
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
    Mode: 22 (132x50)
    ModeAttributes: 0xf
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0005aef
    BytesPerScanline: 594
    XResolution: 132
    YResolution: 50
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 4
    NumberOfBanks: 1
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
    Mode: 23 (132x60)
    ModeAttributes: 0xf
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0005aef
    BytesPerScanline: 594
    XResolution: 132
    YResolution: 60
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 4
    NumberOfBanks: 1
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
    Mode: 30 (640x480)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0005aef
    BytesPerScanline: 640
    XResolution: 640
    YResolution: 480
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 24
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xd8000000
    LinBytesPerScanLine: 640
    BnkNumberOfImagePages: 24
    LinNumberOfImagePages: 24
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 230000000
    Mode: 32 (800x600)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0005aef
    BytesPerScanline: 800
    XResolution: 800
    YResolution: 600
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 16
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xd8000000
    LinBytesPerScanLine: 800
    BnkNumberOfImagePages: 16
    LinNumberOfImagePages: 16
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 230000000
    Mode: 34 (1024x768)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0005aef
    BytesPerScanline: 1024
    XResolution: 1024
    YResolution: 768
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 9
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xd8000000
    LinBytesPerScanLine: 1024
    BnkNumberOfImagePages: 9
    LinNumberOfImagePages: 9
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 230000000
    Mode: 38 (1280x1024)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0005aef
    BytesPerScanline: 1280
    XResolution: 1280
    YResolution: 1024
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 5
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xd8000000
    LinBytesPerScanLine: 1280
    BnkNumberOfImagePages: 5
    LinNumberOfImagePages: 5
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 230000000
    Mode: 3a (1600x1200)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0005aef
    BytesPerScanline: 1600
    XResolution: 1600
    YResolution: 1200
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 3
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xd8000000
    LinBytesPerScanLine: 1600
    BnkNumberOfImagePages: 3
    LinNumberOfImagePages: 3
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 230000000
    Mode: 3c (1920x1440)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0005aef
    BytesPerScanline: 1920
    XResolution: 1920
    YResolution: 1440
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 1
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xd8000000
    LinBytesPerScanLine: 1920
    BnkNumberOfImagePages: 1
    LinNumberOfImagePages: 1
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 230000000
    Mode: 41 (640x480)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0005aef
    BytesPerScanline: 1280
    XResolution: 640
    YResolution: 480
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 12
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xd8000000
    LinBytesPerScanLine: 1280
    BnkNumberOfImagePages: 12
    LinNumberOfImagePages: 12
    LinRedMaskSize: 5
    LinRedFieldPosition: 11
    LinGreenMaskSize: 6
    LinGreenFieldPosition: 5
    LinBlueMaskSize: 5
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 230000000
    Mode: 43 (800x600)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0005aef
    BytesPerScanline: 1600
    XResolution: 800
    YResolution: 600
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 7
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xd8000000
    LinBytesPerScanLine: 1600
    BnkNumberOfImagePages: 7
    LinNumberOfImagePages: 7
    LinRedMaskSize: 5
    LinRedFieldPosition: 11
    LinGreenMaskSize: 6
    LinGreenFieldPosition: 5
    LinBlueMaskSize: 5
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 230000000
    Mode: 45 (1024x768)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0005aef
    BytesPerScanline: 2048
    XResolution: 1024
    YResolution: 768
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 4
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xd8000000
    LinBytesPerScanLine: 2048
    BnkNumberOfImagePages: 4
    LinNumberOfImagePages: 4
    LinRedMaskSize: 5
    LinRedFieldPosition: 11
    LinGreenMaskSize: 6
    LinGreenFieldPosition: 5
    LinBlueMaskSize: 5
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 230000000
    Mode: 49 (1280x1024)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0005aef
    BytesPerScanline: 2560
    XResolution: 1280
    YResolution: 1024
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 2
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xd8000000
    LinBytesPerScanLine: 2560
    BnkNumberOfImagePages: 2
    LinNumberOfImagePages: 2
    LinRedMaskSize: 5
    LinRedFieldPosition: 11
    LinGreenMaskSize: 6
    LinGreenFieldPosition: 5
    LinBlueMaskSize: 5
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 230000000
    Mode: 4b (1600x1200)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0005aef
    BytesPerScanline: 3200
    XResolution: 1600
    YResolution: 1200
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 1
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xd8000000
    LinBytesPerScanLine: 3200
    BnkNumberOfImagePages: 1
    LinNumberOfImagePages: 1
    LinRedMaskSize: 5
    LinRedFieldPosition: 11
    LinGreenMaskSize: 6
    LinGreenFieldPosition: 5
    LinBlueMaskSize: 5
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 230000000
    Mode: 4d (1920x1440)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0005aef
    BytesPerScanline: 3840
    XResolution: 1920
    YResolution: 1440
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xd8000000
    LinBytesPerScanLine: 3840
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 5
    LinRedFieldPosition: 11
    LinGreenMaskSize: 6
    LinGreenFieldPosition: 5
    LinBlueMaskSize: 5
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 230000000
    *Mode: 50 (640x480)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0005aef
    BytesPerScanline: 2560
    XResolution: 640
    YResolution: 480
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 5
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 8
    RsvdFieldPosition: 24
    DirectColorModeInfo: 0
    PhysBasePtr: 0xd8000000
    LinBytesPerScanLine: 2560
    BnkNumberOfImagePages: 5
    LinNumberOfImagePages: 5
    LinRedMaskSize: 8
    LinRedFieldPosition: 16
    LinGreenMaskSize: 8
    LinGreenFieldPosition: 8
    LinBlueMaskSize: 8
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 8
    LinRsvdFieldPosition: 24
    MaxPixelClock: 230000000
    *Mode: 52 (800x600)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0005aef
    BytesPerScanline: 3200
    XResolution: 800
    YResolution: 600
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 3
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 8
    RsvdFieldPosition: 24
    DirectColorModeInfo: 0
    PhysBasePtr: 0xd8000000
    LinBytesPerScanLine: 3200
    BnkNumberOfImagePages: 3
    LinNumberOfImagePages: 3
    LinRedMaskSize: 8
    LinRedFieldPosition: 16
    LinGreenMaskSize: 8
    LinGreenFieldPosition: 8
    LinBlueMaskSize: 8
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 8
    LinRsvdFieldPosition: 24
    MaxPixelClock: 230000000
    *Mode: 54 (1024x768)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0005aef
    BytesPerScanline: 4096
    XResolution: 1024
    YResolution: 768
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 1
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 8
    RsvdFieldPosition: 24
    DirectColorModeInfo: 0
    PhysBasePtr: 0xd8000000
    LinBytesPerScanLine: 4096
    BnkNumberOfImagePages: 1
    LinNumberOfImagePages: 1
    LinRedMaskSize: 8
    LinRedFieldPosition: 16
    LinGreenMaskSize: 8
    LinGreenFieldPosition: 8
    LinBlueMaskSize: 8
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 8
    LinRsvdFieldPosition: 24
    MaxPixelClock: 230000000
    *Mode: 58 (1280x1024)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0005aef
    BytesPerScanline: 5120
    XResolution: 1280
    YResolution: 1024
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 8
    RsvdFieldPosition: 24
    DirectColorModeInfo: 0
    PhysBasePtr: 0xd8000000
    LinBytesPerScanLine: 5120
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 8
    LinRedFieldPosition: 16
    LinGreenMaskSize: 8
    LinGreenFieldPosition: 8
    LinBlueMaskSize: 8
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 8
    LinRsvdFieldPosition: 24
    MaxPixelClock: 230000000
    *(II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    (II) I810(0): Not using mode "1600x1200" (hsync out of range)
    Mode: 5a (1600x1200)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0005aef
    BytesPerScanline: 6400
    XResolution: 1600
    YResolution: 1200
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 8
    RsvdFieldPosition: 24
    DirectColorModeInfo: 0
    PhysBasePtr: 0xd8000000
    LinBytesPerScanLine: 6400
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 8
    LinRedFieldPosition: 16
    LinGreenMaskSize: 8
    LinGreenFieldPosition: 8
    LinBlueMaskSize: 8
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 8
    LinRsvdFieldPosition: 24
    MaxPixelClock: 230000000
    Mode: 5c (1920x1440)
    ModeAttributes: 0x9a
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc0005aef
    BytesPerScanline: 7680
    XResolution: 1920
    YResolution: 1440
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 8
    RsvdFieldPosition: 24
    DirectColorModeInfo: 0
    PhysBasePtr: 0xd8000000
    LinBytesPerScanLine: 7680
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 8
    LinRedFieldPosition: 16
    LinGreenMaskSize: 8
    LinGreenFieldPosition: 8
    LinBlueMaskSize: 8
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 8
    LinRsvdFieldPosition: 24
    MaxPixelClock: 230000000
    (II) I810(0): Monitor0: Using hsync range of 30.00-72.00 kHz
    (II) I810(0): Monitor0: Using vrefresh range of 50.00-160.00 Hz
    (II) I810(0): Not using built-in mode "1600x1200" (width too large for virtual size)
    (--) I810(0): Virtual size is 1280x1024 (pitch 1280)
    (**) I810(0): *Built-in mode "1280x1024"
    (**) I810(0): *Built-in mode "1024x768"
    (**) I810(0): *Built-in mode "800x600"
    (**) I810(0): *Built-in mode "640x480"
    (II) I810(0): Attempting to use 60.02Hz refresh for mode "1280x1024" (858)
    (II) I810(0): Attempting to use 60.00Hz refresh for mode "1024x768" (854)
    (II) I810(0): Attempting to use 56.25Hz refresh for mode "800x600" (852)
    (II) I810(0): Attempting to use 60.00Hz refresh for mode "640x480" (850)
    (**) I810(0): Display dimensions: (320, 240) mm
    (**) I810(0): DPI set to (101, 108)
    (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 "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
    (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
    (==) I810(0): VBE Restore workaround: enabled.
    (II) Loading sub module "shadow"
    (II) LoadModule: "shadow"
    (II) Loading /usr/lib/xorg/modules//libshadow.so
    (II) Module shadow: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.1.0
    ABI class: X.Org ANSI C Emulation, version 0.3
    (==) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] 0 0 0xd0000000 - 0xd007ffff (0x80000) MS[b]
    [1] 0 0 0xd8000000 - 0xdfffffff (0x8000000) MS[b]
    [2] -1 0 0x00100000 - 0x1fffffff (0x1ff00000) 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 0xd0100000 - 0xd0100fff (0x1000) MX[b]
    [7] -1 0 0xd0080800 - 0xd00808ff (0x100) MX[b]
    [8] -1 0 0xd0080c00 - 0xd0080dff (0x200) MX[b]
    [9] -1 0 0x20000000 - 0x200003ff (0x400) MX[b]
    [10] -1 0 0xd0080000 - 0xd00803ff (0x400) MX[b]
    [11] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [12] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[b](B)
    [13] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [14] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
    [15] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
    [16] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
    [17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [18] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [19] -1 0 0x00003000 - 0x0000303f (0x40) IX[b]
    [20] -1 0 0x00002000 - 0x0000203f (0x40) IX[b]
    [21] -1 0 0x00002400 - 0x000024ff (0x100) IX[b]
    [22] -1 0 0x00001c00 - 0x00001c1f (0x20) IX[b]
    [23] -1 0 0x00002800 - 0x0000280f (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 0x00001800 - 0x0000181f (0x20) IX[b]
    [29] -1 0 0x00001400 - 0x0000141f (0x20) IX[b]
    [30] -1 0 0x00001000 - 0x0000101f (0x20) IX[b]
    [31] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [32] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Reloading /usr/lib/xorg/modules//libint10.so
    (II) I810(0): initializing int10
    (WW) I810(0): Bad V_BIOS checksum
    (II) I810(0): Primary V_BIOS segment is: 0xc000
    (II) I810(0): VESA BIOS detected
    (II) I810(0): VESA VBE Version 3.0
    (II) I810(0): VESA VBE Total Mem: 8000 kB
    (II) I810(0): VESA VBE OEM: Brookdale-G Graphics Chip Accelerated VGA BIOS
    (II) I810(0): VESA VBE OEM Software Rev: 1.0
    (II) I810(0): VESA VBE OEM Vendor: Intel Corporation
    (II) I810(0): VESA VBE OEM Product: Brookdale-G Graphics Controller
    (II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
    (II) I810(0): Before: SWF1 is 0x00000001
    (II) I810(0): After: SWF1 is 0x00000008
    (II) I810(0): Allocated 128 kB for the ring buffer at 0x0
    (II) I810(0): Allocating at least 256 scanlines for pixmap cache
    (II) I810(0): Initial framebuffer allocation size: 7680 kByte
    (II) I810(0): Allocated 4 kB for HW cursor at 0x7fff000
    (II) I810(0): Allocated 16 kB for HW (ARGB) cursor at 0x7ffb000
    (II) I810(0): Allocated 4 kB for Overlay registers at 0x7ffa000 (0x05248000).
    (II) I810(0): Allocated 64 kB for the scratch buffer at 0x7fea000
    (II) I810(0): 0x81f55f8: Memory at offset 0x00020000, size 7680 kBytes
    (II) I810(0): 0x81f6608: Memory at offset 0x07fff000, size 4 kBytes
    (II) I810(0): 0x81f6630: Memory at offset 0x07ffb000, size 16 kBytes
    (II) I810(0): 0x81f6214: Memory at offset 0x00000000, size 128 kBytes
    (II) I810(0): 0x81f5638: Memory at offset 0x07fea000, size 64 kBytes
    (II) I810(0): 0x81f6710: Memory at offset 0x07ffa000, size 4 kBytes
    (==) I810(0): Write-combining range (0xd8000000,0x8000000)
    (II) I810(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (WW) I810(0): Extended BIOS function 0x5f05 failed.
    (II) I810(0): xf86BindGARTMemory: bind key 0 at 0x07fff000 (pgoffset 32767)
    (II) I810(0): xf86BindGARTMemory: bind key 1 at 0x07ffb000 (pgoffset 32763)
    (II) I810(0): xf86BindGARTMemory: bind key 3 at 0x07fea000 (pgoffset 32746)
    (II) I810(0): xf86BindGARTMemory: bind key 2 at 0x07ffa000 (pgoffset 32762)
    (WW) I810(0): PGTBL_ER is 0x00000049
    (II) I810(0): Before: SWF1 is 0x00001008
    (II) I810(0): After: SWF1 is 0x00001008
    (II) I810(0): Setting refresh with VBE 3 method.
    (II) I810(0): Display plane A is enabled and connected to Pipe A.
    (II) I810(0): Enabling plane A.
    (II) I810(0): Display plane A is now enabled and connected to Pipe A.
    (II) I810(0): PIPEACONF is 0x80000000
    (II) I810(0): Mode bandwidth is 78 Mpixel/s
    (II) I810(0): maxBandwidth is 1152 Mbyte/s, pipe bandwidths are 420 Mbyte/s, 0 Mbyte/s
    (II) I810(0): Using XFree86 Acceleration Architecture (XAA)
    Screen to screen bit blits
    Solid filled rectangles
    8x8 mono pattern filled rectangles
    Indirect CPU to Screen color expansion
    Solid Horizontal and Vertical Lines
    Offscreen Pixmaps
    Setting up tile and stipple cache:
    20 128x128 slots
    (==) I810(0): Backing store disabled
    (==) I810(0): Silken mouse enabled
    (II) I810(0): Initializing HW Cursor
    (**) Option "dpms" "true"
    (**) I810(0): DPMS enabled
    (II) I810(0): Set up overlay video
    (II) I810(0): direct rendering: Disabled
    (II) I810(0): RandR enabled, ignore the following RandR disabled message.
    (II) I810(0): Rotating to 0 degrees
    (--) RandR disabled
    (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
    (**) 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" "be"
    (**) Keyboard0: XkbLayout: "be"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard0: CustomKeycodes disabled
    (**) Option "Protocol" "auto"
    (**) PS/2 Mouse: Device: "/dev/psaux"
    (**) PS/2 Mouse: Protocol: "auto"
    (**) Option "SendCoreEvents" "true"
    (**) PS/2 Mouse: always reports core events
    (**) Option "CorePointer"
    (**) PS/2 Mouse: Core Pointer
    (**) Option "Device" "/dev/psaux"
    (**) Option "Emulate3Buttons" "true"
    (**) Option "Emulate3Timeout" "70"
    (**) PS/2 Mouse: Emulate3Buttons, Emulate3Timeout: 70
    (**) Option "ZAxisMapping" "4 5"
    (**) PS/2 Mouse: ZAxisMapping: buttons 4 and 5
    (**) PS/2 Mouse: Buttons: 9
    (II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE)
    (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
    (--) PS/2 Mouse: PnP-detected protocol: "ExplorerPS/2"
    (II) PS/2 Mouse: ps2EnableDataReporting: succeeded
    If anyone has an idea? Im very noob so everything is possible

    Also remember fluxbox will let you generate a menu although it may not catch every program you have installed it will catch most. If nothing else it will get you started and you can add programs to the menu by editing the menu file in the .fluxbox folder. Also look over the fluxbox wiki entry for other info. Also the font directory issues you can fix by editing the font paths in your xorg.conf file located in /etc/X11/.
    Last edited by shen (2007-06-06 18:54:35)

  • Problems running xfce (&icewm), issues with xorg...?

    Hi,
    I am making a 2. attempt at arch linux. I have installed arch on my laptop. The first problem I don't seem to be able to overcome without help is getting xorg working.
    When i run startx the tty hangs. Its not even recovered by killing startx from another tty.
    First i tried startx without exec. This is the exception in that it did not hang. Then i tried startex with "exec startxfce4" in the .xinitrc. I tried again after a reboot becouse of the message:
    /usr/bin/startxfce4: X server already running on display :0
    I made an additional attemt using icewm in place of xfce, it did also hang the tty.
    My laptop has an integrated intel graphics chip, as well as a NVIDIA dedicated graphics card.
    00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
    01:00.0 VGA compatible controller: NVIDIA Corporation GF119M [NVS 4200M] (rev a1)
    At first I tried installing only the NVIDIA driver, but they did not load correctly, assuming I understand the logs. The same with the intel driver. As a result, xorg did not recognize my display. Therefore I have all of the following installed:
    xf86-video-intel      xf86-video-nouveau  nvidia  xf86-video-vesa
    When I explicitly installed the vesa driver, I did not see an error saying that no monitor was found.
    In addition i have the following packages installed:
    xorg-server xorg-server-utils xorg-xinit  xfce4 icewm
    In addition I may have done
    pacman -S xorg and chosen the default xf86-input-evdev
    I have put the logs and such here:
    http://folk.uio.no/henrikq/arch/xorg/
    I have no idea what to do at this point, so help would be appreciated.

    Sorry about the long absence, I have been busy.
    I do indeed have Optimus. I had a friend look at the problem. He set me up with an .xinitrc and xorg.conf. We got stuck at black screen on startx. I have managed to account for all error but one:
    [ 111.205] (EE) Screen 1 deleted because of no matching config section.
    xrandr --listproviders, gives:
    Providers: number : 2
    Provider 0: id: 0x2af cap: 0x1, Source Output crtcs: 0 outputs: 0 associated providers: 0 name:NVIDIA-0
    Provider 1: id: 0x43 cap: 0x2, Sink Output crtcs: 2 outputs: 2 associated providers: 0 name:modesetting
    I have put log files etc here:
    http://folk.uio.no/henrikq/arch/xorg2/

  • [Xorg] crash after updating

    Hi all,
    after updating arch, i've encountered a really strange issue.
    Xorg doesn't want to start anymore. Or should i say, it starts but crashes within a second...
    I thought it came from xfce4-svn (my current wm). But i've also tried to use fvwm and the same problem occured...
    Finally, i've tried to installed blackbox and after startx command, it seemed to work........ until i tried to launch firefox within a terminal (unable to find a shortcut ), and the same crash occured... enlightenment seems to have the same behaviour (but a mouse move is enough to make the xserver crashing)
    I've tried to change my xorg.conf file but it didn't solve the problem at all (so i restaured the previous)...
    I then decided to re-install both xorg and xfce4-svn, but it neither worked...
    Having tried all the solutions i could imagine, i post there, hoping that someone would be able to solve the problem out
    PS : sorry for possible english mistakes (i'm french )

    Here are the 50 last lines of /var/log/Xorg.0.log :
    (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) Initializing extension GLX
    (**) 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" "fr"
    (**) Keyboard0: XkbLayout: "fr"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard0: CustomKeycodes disabled
    (**) Option "Protocol" "auto"
    (**) Mouse0: Device: "/dev/psaux"
    (**) Mouse0: Protocol: "auto"
    (**) Option "CorePointer"
    (**) Mouse0: always reports core events
    (**) Option "Device" "/dev/psaux"
    (**) Option "Emulate3Buttons" "no"
    (**) Option "ZAxisMapping" "4 5"
    (**) Mouse0: ZAxisMapping: buttons 4 and 5
    (**) Mouse0: Buttons: 9
    (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) Mouse0: PnP ID string: `(Ÿ (Ÿ ()'
    (II) Mouse0: PnP rev 40.32
    (II) Mouse0: PnP-detected protocol ID: -2
    (--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
    (II) Mouse0: ps2EnableDataReporting: succeeded
    Backtrace:
    0: X(xf86SigHandler+0x7e) [0x80d9d9e]
    1: [0xb7f18420]
    2: /usr/lib/libpixman-1.so.0(pixman_image_composite+0x584) [0xb7e5a464]
    3: /usr/lib/xorg/modules//libfb.so(fbComposite+0x1ad) [0xb6ff069d]
    4: /usr/lib/xorg/modules/drivers//nvidia_drv.so(_nv000806X+0x4b8) [0xb70b81d8]
    Fatal server error:
    Caught signal 4.  Server aborting

  • Xorg is pre-release

    In solving my various xfce4 issues, I have discovered I have a pre-release version of the X server. How can I use pacman to change my packages, so that I am only using non pre-release packages? If I do a sync in pacman after this, it would change all of my packages, right?
    /etc/pacman.conf:
    [core]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    [extra]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    [community]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    # An example of a custom package repository. See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    Server = File:///home/custompkgs
    My pacman.d/mirrorlist contains only official repositories. Do I need to comment out that last server line? I dont know what File:///home/custompkgs goes to? I guess as of right now it does nothing because I havent added any files to /home/custompkgs, right?

    xorg-server 1.6.3.901-1 is the only version available in any of the official Arch repos. If you want an earlier version, read the Downgrade Packages page in the wiki. If you want to know why the devs have chosen to package this version, read the arch-dev-public mailing list.
    As clearly stated, /home/custompkgs is an example of a custom repo. It does nothing, unless you make it do something.

  • Providing archlinux ISO with Xorg in Download section

    Providing an archlinux ISO with Xorg and a simple DE would be a good addition to the current cli-only ISO. Having the option to view a web browser and multiple terminals next to each other would be appreciated by most. This improves the usability of archiso while installing or reparing, especially when you need to read the wiki.
    This is not a suggestion to add any kind of installer.
    To keep the old behaviour at startup, i suggest that Xorg is not started by default, and can be started with startx.
    To make this ISO all that is needed is adding a few packages to a new profile based on releng, for example
    xf86-video-vesa
    xf86-video-ati
    xf86-video-intel
    xf86-video-nouveau
    xf86-video-nv
    xorg-server
    xfce4
    gparted
    xf86-input-synaptics
    mesa
    midori
    and to add the .xinitrc file
    exec startxfce4
    The size of this ISO is 900MB but can probably trimmed down by not including the whole xfce4 group. The old minimal archiso should be kept as an option for people how would rather download 600MB than 900MB.
    Of course you can build this for yourself, but the point of this suggestion is to make it available on the arch website for everyone.

    Trilby wrote:
    teateawhy wrote:I wonder what size difference midori makes, or if there is a smaller browser similar too midori.
    Netsurf is a very small fraction the size of midori and is a fully functional gui browser.  But size of the browser is not the biggest issue when you are talking about installing all of xfce4 just to get a X session: the browsers in question are about 6 and 98MB while XFCE4 would be over 200MB.
    Why not just X and a simple WM, even openbox is in the range of 10MB.
    EDIT: editted for accuracy, I was looking at package sizes rather than including the needed dependencies.
    I adapted your selection. New package list:
    ...video drivers
    openbox
    xorg-xinit
    lilyterm
    netsurf
    gparted
    This results in an ISO size of 732MB. Pacman says that removing gparted could free 24MB, so i keep it. I also added an openbox menu and netsurf config.
    https://github.com/vitamins/archiso
    The config is called "releng-openbox".
    EDIT: Added tint2, numix-themes, ttf-dejavu, and configs. Replaced lilyterm with lxterminal. New size 757M.
    Last edited by teateawhy (2015-04-18 00:45:00)

  • Xfce4 and gnome-network-manager [solved]

    I just made a clean install of archlinux. installed xorg and Xfce4, xfce-goodies, gnome-panel, gnome-desktop and gnome-network-manager. also I enabled GNOME services in startup and sessions. how do I start that network manager now? is nowhere in the settings, nor there is icon to add to the taskbar (i got xfapplets installed too)
    Last edited by anarxi (2009-01-14 00:22:42)

    quoted from a previous thread
    I solved it by uncommenting my <locale><charset> in /etc/locale.gen.
    First you have to enable the locales you want being supported by your system. To enable or disable them, the file /etc/locale.gen is used. It contains every locale you can enable, and you have just to uncomment lines you want to do so.
    As we want to setup an english UTF-8 conform system, we want to enable en_US.UTF-8. But for compatibility to programs that don't support UTF-8 yet, it's recommended to support any other locale, prefixed with en_US as well. Having this in mind, we enable this set of locales:
    en_US.UTF8 UTF-8
    en_US ISO-8859-1
    After you've enabled the necessary locales, you have to run locale-gen as root to update them:
    # sudo locale-gen
    Generating locales...
    en_US.UTF-8... done
    en_US.ISO-8859-1... done
    Generation complete.

  • Can Anybody help this "display :0" problem I have? [SOLVED]

    Hello, I am very new to Arch (and only on Linux for a year).
    I have 2 problems:
    Problem #1). When messing around after my install, I'm not sure what I did... but now I have an error every time I boot up and log in. The error is this:
    There already appears to be an X server running on display :0.
    Should another display number by tried? Answering no will cause
    GDM to attempt starting the server on :0 again. (You can change
    consoles by pressing Ctrl-Alt-f7 to go to console 7. X servers
    usually run on 7 or higher)
    Now, I am able to click tty7 and run a regular desktop, and I am able to use tty1, tty2....for root...but I just would like to not have that error.
    Problem #2). Well...after prob. #1... I got frustrated and tried to stop the problem by upgrading to the new testing xorg-server and xf86-video-intel... as well as a full pacman -Syu. (I know I shouldn't be using the Testing repo, but since I thought I was going to be doing another clean install, I figured I would give it a try and also see what the new Gnome looks before I scrapped this install)
    ...well, after doing a new "Xorg -configure", I was able to edit my /etc/X11/xorg.conf so that I got my screen working and my mouse able to move and tap, but I have lost the ability to scroll...and it had been working before Problem #1, and the new upgrades... so, instead of scrapping this install, I would really like to try and fix these 2 problems, because other than that, everything is working nicely.
    This is my /etc/X11/corg.conf:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    Option "AIGLX" "true"
    Option "Touchpad" "AlwaysCore"
    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 "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "CorePointer"
    Option "Protocol" "ImPS/2"
    # Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    Option "Emulate3Buttons" "true"
    EndSection
    Section "Monitor"
    #DisplaySize 330 210 # mm
    Identifier "Monitor0"
    VendorName "AUO"
    ModelName "f0d"
    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 "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "ColorKey" # <i>
    #Option "CacheLines" # <i>
    #Option "Dac6Bit" # [<bool>]
    #Option "DRI" # [<bool>]
    #Option "NoDDC" # [<bool>]
    #Option "ShowCache" # [<bool>]
    #Option "XvMCSurfaces" # <i>
    #Option "PageFlip" # [<bool>]
    Identifier "Card0"
    Driver "intel"
    VendorName "Intel Corporation"
    BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller"
    BusID "PCI:0:2:0"
    Option "XAANoOffscreenPixmaps" "true"
    Option "DRI" "true"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Modes "1280x800"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Modes "1280x800"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Modes "1280x800"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Modes "1280x800"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Modes "1280x800"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Modes "1280x800"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Module"
    Load "i2c"
    Load "bitmap"
    Load "ddc"
    Load "dri"
    Load "record"
    # Load "GLcore"
    Load "extmod"
    Load "freetype"
    Load "glx"
    Load "int10"
    Load "vbe"
    Load "dbe"
    Load "synaptics"
    EndSection
    Section "InputDevice"
    Identifier "X.org Configured"
    Driver "synaptics"
    Option "Device" "/dev/input/mouse0"
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "49"
    Option "RightEdge" "900"
    Option "TopEdge" "73"
    Option "BottomEdge" "666"
    Option "FingerLow" "25"
    Option "FingerHigh" "30"
    Option "MaxTapTime" "180"
    Option "MaxTapMove" "200"
    Option "VertScrollDelta" "24"
    Option "MinSpeed" "0.40"
    Option "MaxSpeed" "0.80"
    Option "AccelFactor" "0.024"
    Option "EdgeMotionMinSpeed" "200"
    Option "EdgeMotionMaxSpeed" "200"
    Option "CoastingSpeed" "5.00"
    Option "FastTaps" "on"
    Option "UpDownScrolling" "1"
    # Option "CircularScrolling" "1"
    # Option "CircScrollDelta" "0.1"
    # Option "CircScrollTrigger" "2"
    # Option "SendCoreEvents"
    Option "SHMConfig" "on"
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    Section "DRI"
    Group 0
    Mode 0666
    EndSection
    Any help would be cool, thanks,
    -j.c.
    Last edited by methuselah (2007-10-24 04:12:02)

    Misfit138 wrote:I've been using GNU/Linux for a couple years, but only for one full year seriously. I am still learning and have oh so very much to learn. I understand how one could get frustrated, give up and reinstall. I did it quite a bit before I adopted the mindset to slow down and start absorbing some knowledge about how things work. I still have issues, and sometimes keeping the thing running is a challenge of itself for me. Anyway, when you are ready to come back and try again, the community will still be here to help. :)
    Thank you for understanding... and guess what, I gave Archlinux a third attempt yesterday...and I have a fully working Arch Linux!!
    After giving up after my second Arch attempt, I installed xubuntu 7.10 tribe5 and upgraded to the beta.
    7.10 felt that it had gotten slower than 7.04 (probably because it's still being worked on)... or maybe I had seen how fast Arch was.
    I liked the new look of xubuntu 7.10, and it was very easy to install and add all of my special hacks to make it faster (most of them from this sidux page: http://sidux.com/PNphpBB2-viewtopic-t-3484-start-0.html ).
    But even with my OpenDNS and everything else that I do from that page, as well as all of my Swiftfox about:config tweaks, I still felt that it was slower than Arch had been.
    So then I started trying to install Compiz Fusion like the way I had it in feisty 7.04: http://forum.compiz-fusion.org/showthread.php?t=4159
    ... but for some reason, the Compiz Fusion in the gutsy repos didn't work with xubuntu 7.10, and I couldn't find a gutsy repo like Trevino's repo for feisty...and yes, I guess I could of built it from source, but I just decide to give the Xfce4 Compositer a test run... and I found my xubuntu 7.10 crawling slower than it had been with Compiz Fusion on 7.04.
    Then I decide to give Arch one more chance since there wasn't going to be a Trevino repo for little (and I didn't feel like building Compiz and all of the plugins from source)....plus, I figured now that I had learned how to properly install Arch, that if I gave it a moment after install, I would learn how to configure everything to work correctly.
    And now for the success story.....
    The first thing I did was to download and burn the newest 2007.08-2, then I did the regular base install, and then I took a chance to see if I could get the new Gnome and Xorg working off of a clean install, so I uncommented the testing repos before doing my first pacman -Syu... then I also installed the new xf86-video-intel driver that I had had problems with... and for my first time on Linux (one year now), I didn't install xfce4.
    So, after editing my xorg.conf after Xorg --configure, everything (including scrolling) worked, well everything except for my Caps Lock key light, like everybody else on this very helpful page: http://bbs.archlinux.org/viewtopic.php?id=37670&p=1
    So this is my working xorg.conf for my Intel 910GML celeron m HP pavilion dv4230us laptop:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Touchpad" "CorePointer"
    InputDevice "Mouse0" "SendCoreEvents"
    InputDevice "Keyboard0" "CoreKeyboard"
    Option "AIGLX" "true"
    # Option "Touchpad" "SendCoreEvents"
    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 "dbe"
    Load "record"
    Load "dri"
    Load "freetype"
    Load "type1"
    Load "glx"
    Load "int10"
    Load "i2c"
    Load "bitmap"
    Load "ddc"
    Load "vbe"
    Load "synaptics"
    # Load "GLcore"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    Option "XkbRules" "xorg"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "CorePointer"
    # Option "Protocol" "ImPS/2"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5"
    Option "Emulate3Buttons" "true"
    EndSection
    Section "Monitor"
    #DisplaySize 330 210 # mm
    Identifier "Monitor0"
    VendorName "AUO"
    ModelName "f0d"
    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 "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "ColorKey" # <i>
    #Option "CacheLines" # <i>
    #Option "Dac6Bit" # [<bool>]
    #Option "DRI" # [<bool>]
    #Option "NoDDC" # [<bool>]
    #Option "ShowCache" # [<bool>]
    #Option "XvMCSurfaces" # <i>
    #Option "PageFlip" # [<bool>]
    Identifier "Card0"
    Driver "intel"
    VendorName "Intel Corporation"
    BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller"
    BusID "PCI:0:2:0"
    Option "XAANoOffscreenPixmaps" "true"
    Option "DRI" "true"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    modes "1280x800"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    modes "1280x800"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    modes "1280x800"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    modes "1280x800"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    modes "1280x800"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    modes "1280x800"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "InputDevice"
    Identifier "Touchpad"
    Driver "synaptics"
    Option "Device" "/dev/input/mouse0"
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "49"
    Option "RightEdge" "900"
    Option "TopEdge" "73"
    Option "BottomEdge" "666"
    Option "FingerLow" "25"
    Option "FingerHigh" "30"
    Option "MaxTapTime" "180"
    Option "MaxTapMove" "200"
    Option "VertScrollDelta" "24"
    Option "MinSpeed" "0.40"
    Option "MaxSpeed" "0.80"
    Option "AccelFactor" "0.024"
    Option "EdgeMotionMinSpeed" "200"
    Option "EdgeMotionMaxSpeed" "200"
    Option "CoastingSpeed" "5.00"
    Option "FastTaps" "on"
    Option "UpDownScrolling" "1"
    # Option "CircularScrolling" "1"
    # Option "CircScrollDelta" "0.1"
    # Option "CircScrollTrigger" "2"
    # Option "SendCoreEvents"
    Option "SHMConfig" "on"
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    Section "DRI"
    Group 0
    Mode 0666
    EndSection
    So after getting my mouse to work properly, I had done a lot of research about OpenDNS and Arch, but I hadn't found an easy way to do it in any forum or google search... then, I found a way on my own that works perfectly for me.
    What I did was I added the package called Wicd: http://wiki.archlinux.org/index.php/Wicd for my BCM43XX wireless, and after using this Wireless guide: http://wiki.archlinux.org/index.php/Wir … k_settings to configure my eht1, I then added a "Wired" profile to my Wicd.
    ...With my Wired Network Profile in Wicd called "OpenDNS", using the proper OpenDNS nameservers, all I have to do when I first boot up is connect my "OpenDNS" profile, and I am able to use OpenDNS and pass all of it's OpenDNS checks: http://www.opendns.com/welcome/
    Now I haven't tried to install Compiz Fusion yet, and I almost don't need it except for the Shift Switcher and Emerald... so I might wait a while.
    And to finish my long-winded success story, I would just say that the GDM issue was something I caused on my own, and couldn't correct on my own, and had nothing to do with Archlinux...and the new Xorg/ xf86 intel issue that I had was easily solved once I payed attention to making sure that the "Input Device" was correct for the Touchpad like on this post: http://bbs.archlinux.org/viewtopic.php?id=37670&p=1
    As for, OpenDNS... I'm sure there are other way's to do it, but this way worked for me, and I found the solution on my own, so I'm sort of proud of that... and I'll be messing around with Compiz Fusion soon, but I'm not that worried about it.
    Anyway, here is my new Archlinux Desktop using my own gtk-2.0 theme and custom icons:
    Large View: http://i144.photobucket.com/albums/r161 … ot-1-1.png
    Large View: http://i144.photobucket.com/albums/r161 … shot-2.png
    Last edited by methuselah (2007-10-09 17:23:49)

Maybe you are looking for

  • Unable to run XPSDrv Driver and Filter Sample

    Hello I'm facing to a problem with XPSDrv Driver and Filter Sample on my Windows 7 x64 machine I installed Visual Studio Ultimate 2013 I installed WDK 8.1 I installed WDK 8.1 Test Pack I installed everything from this site and I think that's all what

  • MacBook Pro won't connect to the internet after standby

    Hallo all, I have the following strange problem with my macbook pro: - after going in stand by and returning in operating mode the mac won't connect to the internet, I have to follow the procedure in order to retry to connect but It does'not work. Go

  • Weekly View has completely vanished!

    This is quite a bizarre occurrence - I can view my iCal calendars in both the Daily and the Monthly views - but whenever I choose the weekly one, the entire screen disappears. The program is still running and, if I go to the top "View" menu and choos

  • Adobe Content Viewer - Ipad

    I keep getting an 'Authentication Failed' message when I try to sign in to Adobe Content Viewer on my Ipad. I know my password and id are ok because I can sign into my Adobe account without any problem at all.

  • Installing SharePoint 2013 with SQL Server 2012 Developer Edition

    Hi, Can we use SQL Server 2012 Developer edition with SharePoint 2013?  One thing that came to my mind was setting max degree of parallelism, is that supported in Developer edition?  Looking forward to your assistance here. Thanks, kashif