Blank screen with xorg from testing

I've been trying to get this going for a while now, but  I keep hitting a brick wall.  Maybe someone can see something that I'm missing.
The system is a dell inspiron 5100 laptop with an ati radeon m7.
When X is started I get a blank screen, no backlight or anything, but otherwise everything seems to be started.  Ps shows that the wm is running along with conky and pypanel and the other stuff I autostart.  I can ctrl+alt+f2 into another console and start xev or xrandr connected to the x display and get the expected output.  Ctrl+alt+backspace will kill of the x server.  I don't see anything that looks to be out of the ordinary in the logs either.  I get the same result whether I use my old xorg config, a newly generated one, or none and let the server try to figure it out.  The problem seems to be with ati 6.6.192.  If I use 6.6.3 from current with the rest of the testing packages everything is fine.  I've yet to find anyone else who's having a similar problem.  Below are my xorg.conf and a log from it "failing", hopefully someone can see something that I'm missing.  There are some odd options set from various things I've found to try regarding ati and blank screens, if it seems weird thats probably how it got in there.
<xorg.conf>
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Touchpad" "AlwaysCore"
#InputDevice "USBMouse" "AlwaysCore"
InputDevice "lx7" "AlwaysCore"
InputDevice "Keyboard0" "CoreKeyboard"
# Energy Saver settings
# Time in minutes
Option "BlankTime" "5"
Option "StandbyTime" "5"
Option "SuspendTime" "10"
Option "OffTime" "15"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "extmod"
Load "dbe"
Load "record"
Load "xtrap"
Load "dri"
# Load "drm"
Load "radeon"
Load "glx"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Input Device"
Identifier "Touchpad"
Driver "synaptics"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "0"
Option "MaxTapMove" "0"
Option "VertScrollDelta" "0"
Option "HorizScrollDelta" "0"
Option "MinSpeed" "0.09"
Option "MaxSpeed" "0.18"
Option "AccelFactor" "0.0015"
Option "SHMConfig" "on"
Option "GuestMOuseOff" "true"
EndSection
Section "InputDevice"
Identifier "USBMouse"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "lx7"
Driver "evdev"
Option "Name" "Logitech USB RECEIVER"
EndSection
Section "Monitor"
DisplaySize 300 220 # mm
Identifier "Monitor0"
VendorName "LGP"
ModelName "b246"
Option "DPMS"
# 1024x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 64.11 MHz
Modeline "1024x768_60.00" 64.11 1024 1080 1184 1344 768 769 772 795 -HSync +Vsync
HorizSync 28-96
VertRefresh 43-60
EndSection
Section "Device"
Identifier "Card0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "Radeon Mobility M7 LW [Radeon Mobility 7500]"
BusID "PCI:1:0:0"
Option "BusType" "PCI"
Option "MonitorLayout" "LVDS, NONE"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
Modes "1024x768_60.00"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
Modes "1024x768_60.00"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1024x768_60.00"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
Modes "1024x768_60.00"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768_60.00"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768_60.00"
EndSubSection
EndSection
Section "DRI"
Mode 0660
EndSection
<Xorg.0.log>
X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: UNKNOWN
Current Operating System: Linux m 2.6.21-ck #1 SMP PREEMPT Fri May 25 01:02:05 IST 2007 i686
Build Date: 31 May 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: Fri Jun 29 14:30:57 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Card0"
(**) |-->Input Device "Touchpad"
(**) |-->Input Device "lx7"
(**) |-->Input Device "Keyboard0"
(==) |-->Input Device "USBMouse"
(WW) The core pointer device wasn't specified explicitly in the layout.
Using the first mouse device.
(**) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/75dpi,
/usr/share/fonts/100dpi,
/usr/share/fonts/TTF,
/usr/share/fonts/Type1
(**) RgbPath set to "/usr/share/X11/rgb"
(**) ModulePath set to "/usr/lib/xorg/modules"
(**) Option "BlankTime" "5"
(**) Option "StandbyTime" "5"
(**) Option "SuspendTime" "10"
(**) Option "OffTime" "15"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x81d92e0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.2
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 1.3.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.2
(--) using VT number 7
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2560 card 0000,0000 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2561 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24c2 card 8086,24c0 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 8086,24c0 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24c7 card 8086,24c0 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 8086,24c0 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 82 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24c0 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24cb card 8086,24c0 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:5: chip 8086,24c5 card 1028,0149 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:1f:6: chip 8086,24c6 card 14e4,4d64 rev 02 class 07,03,00 hdr 00
(II) PCI: 01:00:0: chip 1002,4c57 card 1028,0149 rev 00 class 03,00,00 hdr 00
(II) PCI: 02:01:0: chip 14e4,4401 card 4401,1028 rev 01 class 02,00,00 hdr 00
(II) PCI: 02:02:0: chip 8086,4220 card 8086,2701 rev 05 class 02,80,00 hdr 00
(II) PCI: 02:04:0: chip 104c,ac44 card d000,0000 rev 02 class 06,07,00 hdr 82
(II) PCI: 02:04:1: chip 104c,8029 card 1028,0149 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 0x0000c000 - 0x0000c0ff (0x100) IX[b]
[1] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[b]
[2] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[b]
[3] -1 0 0x0000cc00 - 0x0000ccff (0x100) IX[b]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xfc000000 - 0xfdffffff (0x2000000) MX[b]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xe8000000 - 0xefffffff (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 0x0000d000 - 0x0000d0ff (0x100) IX[b]
[1] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[b]
[2] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[b]
[3] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[b]
[4] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[b]
[5] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[b]
[6] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[b]
[7] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[b]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xf6000000 - 0xfbffffff (0x6000000) 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:4:0), (2,3,6), BCTRL: 0x05c0 (VGA_EN is cleared)
(II) Bus 3 I/O range:
[0] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
[1] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[b]
(II) Bus 3 prefetchable memory range:
[0] -1 0 0x30000000 - 0x33ffffff (0x4000000) MX[b]
(--) PCI:*(1:0:0) ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500] rev 0, Mem @ 0xe8000000/27, 0xfcff0000/16, I/O @ 0xc000/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 0xe7ffffff to 0xdfffffff
(II) Active PCI resource ranges:
[0] -1 0 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
[1] -1 0 0xfaffc800 - 0xfaffcfff (0x800) MX[b]
[2] -1 0 0xfaffd000 - 0xfaffdfff (0x1000) MX[b]
[3] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
[4] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
[5] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
[6] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
[7] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
[8] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
[9] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
[10] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
[11] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
[12] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
[13] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
[14] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
[15] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
[16] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
[17] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
[18] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
[19] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[20] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
[21] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
[22] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
[23] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
[1] -1 0 0xfaffc800 - 0xfaffcfff (0x800) MX[b]
[2] -1 0 0xfaffd000 - 0xfaffdfff (0x1000) MX[b]
[3] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
[4] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
[5] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
[6] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
[7] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
[8] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
[9] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
[10] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
[11] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
[12] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
[13] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
[14] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
[15] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
[16] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
[17] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
[18] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
[19] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[20] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
[21] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
[22] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
[23] -1 0 0x0000c000 - 0x0000c0ff (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 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
[5] -1 0 0xfaffc800 - 0xfaffcfff (0x800) MX[b]
[6] -1 0 0xfaffd000 - 0xfaffdfff (0x1000) MX[b]
[7] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
[8] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
[9] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
[10] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
[11] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
[12] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
[13] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
[14] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
[15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[16] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[17] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
[18] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
[19] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
[20] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
[21] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
[22] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
[23] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
[24] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
[25] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[26] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
[27] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
[28] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
[29] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.3.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: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.3.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: "xtrap"
(II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DEC-XTRAP
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "radeon"
(II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
(II) Module radeon: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 4.2.0
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.2
(II) LoadModule: "ati"
(II) Loading /usr/lib/xorg/modules/drivers//ati_drv.so
(II) Module ati: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 6.6.192
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.2
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.3.0, 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.3.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: "type1"
(II) Loading /usr/lib/xorg/modules/fonts//libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 1.3.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: "radeon"
(II) Reloading /usr/lib/xorg/modules/drivers//radeon_drv.so
(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 0.6
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.1.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.1.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 1.3.0, module version = 1.1.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(II) ATI: ATI driver wrapper (version 6.6.192) for chipsets: mach64, rage128, radeon
(II) Primary Device is: PCI 01:00:0
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Reloading /usr/lib/xorg/modules/drivers//radeon_drv.so
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI),
ATI ES1000 515E (PCI), ATI ES1000 5969 (PCI),
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 Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
ATI Radeon IGP330/340/350 (A4) 4137,
ATI Radeon IGP330M/340M/350M (U2) 4337,
ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,
ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP),
ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI),
ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI),
ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP),
ATI Radeon Mobility 9000 (M9) Lf (AGP),
ATI Radeon Mobility 9000 (M9) Lg (AGP),
ATI Radeon 9100 IGP (A5) 5834,
ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon 9100 PRO IGP 7834,
ATI Radeon Mobility 9200 IGP 7835, 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 Radeon Mobility 9200 (M9+) 5C61 (AGP),
ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP),
ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
ATI FireGL Z1 AG (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 9600 AP (AGP),
ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP),
ATI FireGL RV360 AV (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 9650,
ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP),
ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP),
ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
ATI Radeon X600 (RV380) 3E50 (PCIE),
ATI FireGL V3200 (RV380) 3E54 (PCIE),
ATI Radeon Mobility X600 (M24) 3150 (PCIE),
ATI Radeon Mobility X300 (M24) 3152 (PCIE),
ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE),
ATI Radeon X600 (RV370) 5B62 (PCIE),
ATI Radeon X550 (RV370) 5B63 (PCIE),
ATI FireGL V3100 (RV370) 5B64 (PCIE),
ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
ATI Radeon Mobility X300 (M22) 5460 (PCIE),
ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
ATI FireGL M22 GL 5464 (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 XPRESS 200 5954 (PCIE),
ATI Radeon XPRESS 200M 5955 (PCIE),
ATI Radeon XPRESS 200 5974 (PCIE),
ATI Radeon XPRESS 200M 5975 (PCIE), ATI FireGL V5000 (RV410) (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 X700 PRO (RV410) (PCIE),
ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE),
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 X800XT (R420) JP (AGP), ATI Radeon X800 SE (R420) (AGP),
ATI Radeon AIW X800 VE (R420) JT (AGP),
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 FireGL V5100 (R423) UQ (PCIE),
ATI FireGL unknown (R423) UR (PCIE),
ATI FireGL unknown (R423) UT (PCIE),
ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V7100 (R423) (PCIE),
ATI Mobility FireGL V5100 (M28) (PCIE),
ATI Mobility Radeon X800 (M28) (PCIE),
ATI Mobility Radeon X800 XT (M28) (PCIE),
ATI Radeon X800 (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 XTP (R430) (PCIE),
ATI Radeon X850 5D4C (PCIE),
ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
ATI Radeon X850 XT (R480) (PCIE),
ATI Radeon X850 XT PE (R480) (PCIE),
ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP)
(--) Chipset ATI Radeon Mobility M7 LW (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 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
[5] -1 0 0xfaffc800 - 0xfaffcfff (0x800) MX[b]
[6] -1 0 0xfaffd000 - 0xfaffdfff (0x1000) MX[b]
[7] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
[8] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
[9] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
[10] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
[11] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
[12] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
[13] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
[14] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
[15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[16] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[17] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
[18] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
[19] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
[20] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
[21] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
[22] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
[23] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
[24] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
[25] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[26] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
[27] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
[28] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
[29] -1 0 0x0000c000 - 0x0000c0ff (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 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
[5] -1 0 0xfaffc800 - 0xfaffcfff (0x800) MX[b]
[6] -1 0 0xfaffd000 - 0xfaffdfff (0x1000) MX[b]
[7] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
[8] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
[9] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
[10] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
[11] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
[12] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
[13] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
[14] -1 0 0xe8000000 - 0xefffffff (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 0x0000b080 - 0x0000b0ff (0x80) IX[b]
[21] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
[22] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
[23] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
[24] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
[25] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
[26] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
[27] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
[28] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[29] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
[30] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
[31] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
[32] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
[33] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
[34] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
(II) Setting vga for screen 0.
(**) RADEON(0): RADEONPreInit
(II) RADEON(0): MMIO registers at 0xfcff0000: 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
(**) RADEON(0): Option "BusType" "PCI"
(**) RADEON(0): Option "MonitorLayout" "LVDS, NONE"
(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.3.0, module version = 0.1.0
ABI class: X.Org Video Driver, version 1.2
(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)
(==) RADEON(0): X server will not keep DPI constant for all screen sizes
(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.3.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.2
(II) RADEON(0): initializing int10
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(--) RADEON(0): Chipset: "ATI Radeon Mobility M7 LW (AGP)" (ChipID = 0x4c57)
(--) RADEON(0): Linear framebuffer at 0xe8000000
(II) RADEON(0): AGP card detected
(**) RADEON(0): Forced into PCI mode
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) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.25.0
(==) RADEON(0): Page Flipping disabled
(II) RADEON(0): Will try to use DMA for Xv image transfers
(II) RADEON(0): Detected total video RAM=32768K, accessible=65536K (PCI BAR=131072K)
(--) RADEON(0): Mapped VideoRAM: 32768 kByte (64 bit DDR SDRAM)
(II) RADEON(0): Color tiling enabled by default
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"(II) Module already built-in
(II) RADEON(0): I2C bus "DDC" initialized.
(II) RADEON(0): Legacy BIOS detected
(II) RADEON(0): LVDS port is not in connector table, added in.
(II) RADEON(0): Connector0: DDCType-0, DACType-1, TMDSType--1, ConnectorType-1
(II) RADEON(0): Connector1: DDCType-3, DACType-0, TMDSType--1, ConnectorType-2
(**) RADEON(0): MonitorLayout Option:
Monitor1--Type LVDS, Monitor2--Type NONE
(II) RADEON(0):
(II) RADEON(0): Port1:
Monitor -- LVDS
Connector -- Proprietary
DAC Type -- TVDAC/ExtDAC
TMDS Type -- NONE
DDC Type -- NONE
(II) RADEON(0): Port2:
Monitor -- NONE
Connector -- VGA
DAC Type -- Primary
TMDS Type -- NONE
DDC Type -- VGA_DDC
(II) RADEON(0): ---- Primary Head: Port1 ----
(II) RADEON(0): ---- Secondary Head: Not used ----
(II) RADEON(0): PLL parameters: rf=2700 rd=12 min=20000 max=35000; xclk=18000
(II) RADEON(0): Panel ID string: LGP
(II) RADEON(0): Panel Size from BIOS: 1024x768
(II) RADEON(0): BIOS provided dividers will be used.
(WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled
(==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEON(0): Validating modes on Primary head ---------
(II) RADEON(0): Panel ID string: LGP
(II) RADEON(0): Panel Size from BIOS: 1024x768
(II) RADEON(0): BIOS provided dividers will be used.
(II) RADEON(0): Total number of valid DDC mode(s) found: 0
(II) RADEON(0): Valid mode using on-chip RMX: 1024x768_60.00
(II) RADEON(0): Total number of valid FP mode(s) found: 1
(--) RADEON(0): Virtual size is 1024x768 (pitch 1024)
(**) RADEON(0): *Mode "1024x768_60.00": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1024x768_60.00" 65.00 1024 1040 1688 1344 768 771 777 806
(**) RADEON(0): Default mode "960x720": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "960x720" 65.00 960 1040 1688 1344 720 771 777 806
(**) RADEON(0): Default mode "960x600": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "960x600" 65.00 960 1040 1688 1344 600 771 777 806
(**) RADEON(0): Default mode "960x540": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "960x540" 65.00 960 1040 1688 1344 540 771 777 806
(**) RADEON(0): Default mode "928x696": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "928x696" 65.00 928 1040 1688 1344 696 771 777 806
(**) RADEON(0): Default mode "896x672": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "896x672" 65.00 896 1040 1688 1344 672 771 777 806
(**) RADEON(0): Default mode "840x525": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "840x525" 65.00 840 1040 1688 1344 525 771 777 806
(**) RADEON(0): Default mode "832x624": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "832x624" 65.00 832 1040 1688 1344 624 771 777 806
(**) RADEON(0): Default mode "800x600": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "800x600" 65.00 800 1040 1688 1344 600 771 777 806
(**) RADEON(0): Default mode "800x512": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "800x512" 65.00 800 1040 1688 1344 512 771 777 806
(**) RADEON(0): Default mode "720x450": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "720x450" 65.00 720 1040 1688 1344 450 771 777 806
(**) RADEON(0): Default mode "720x400": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "720x400" 65.00 720 1040 1688 1344 400 771 777 806
(**) RADEON(0): Default mode "700x525": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "700x525" 65.00 700 1040 1688 1344 525 771 777 806
(**) RADEON(0): Default mode "680x384": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "680x384" 65.00 680 1040 1688 1344 384 771 777 806
(**) RADEON(0): Default mode "640x512": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x512" 65.00 640 1040 1688 1344 512 771 777 806
(**) RADEON(0): Default mode "640x480": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x480" 65.00 640 1040 1688 1344 480 771 777 806
(**) RADEON(0): Default mode "640x400": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x400" 65.00 640 1040 1688 1344 400 771 777 806
(**) RADEON(0): Default mode "640x384": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x384" 65.00 640 1040 1688 1344 384 771 777 806
(**) RADEON(0): Default mode "640x360": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x360" 65.00 640 1040 1688 1344 360 771 777 806
(**) RADEON(0): Default mode "640x350": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x350" 65.00 640 1040 1688 1344 350 771 777 806
(**) RADEON(0): Default mode "576x432": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "576x432" 65.00 576 1040 1688 1344 432 771 777 806
(**) RADEON(0): Default mode "576x384": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "576x384" 65.00 576 1040 1688 1344 384 771 777 806
(**) RADEON(0): Default mode "512x384": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "512x384" 65.00 512 1040 1688 1344 384 771 777 806
(**) RADEON(0): Default mode "416x312": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "416x312" 65.00 416 1040 1688 1344 312 771 777 806
(**) RADEON(0): Default mode "400x300": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "400x300" 65.00 400 1040 1688 1344 300 771 777 806
(**) RADEON(0): Default mode "360x200": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "360x200" 65.00 360 1040 1688 1344 200 771 777 806
(**) RADEON(0): Default mode "320x240": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "320x240" 65.00 320 1040 1688 1344 240 771 777 806
(**) RADEON(0): Default mode "320x200": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "320x200" 65.00 320 1040 1688 1344 200 771 777 806
(**) RADEON(0): Default mode "320x175": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "320x175" 65.00 320 1040 1688 1344 175 771 777 806
(**) RADEON(0): Display dimensions: (300, 220) mm
(**) RADEON(0): DPI set to (86, 88)
(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.3.0, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module 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.3.0, module version = 1.2.0
ABI class: X.Org Video Driver, version 1.2
(==) RADEON(0): Assuming overlay scaler buffer width is 1536
(II) RADEON(0): No MM_TABLE found - assuming CARD is not TV-in capable.
(!!) RADEON(0): For information on using the multimedia capabilities
of this adapter, please see http://gatos.sf.net.
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b]
[1] 0 0 0xe8000000 - 0xefffffff (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 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
[7] -1 0 0xfaffc800 - 0xfaffcfff (0x800) MX[b]
[8] -1 0 0xfaffd000 - 0xfaffdfff (0x1000) MX[b]
[9] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
[10] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
[11] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
[12] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
[13] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
[14] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
[15] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
[16] -1 0 0xe8000000 - 0xefffffff (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 0x0000c000 - 0x0000c0ff (0x100) IX[b]
[21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[22] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[23] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
[24] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
[25] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
[26] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
[27] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
[28] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
[29] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
[30] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
[31] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[32] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
[33] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
[34] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
[35] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
[36] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
[37] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
(**) RADEON(0): RADEONScreenInit e8000000 0 0
(**) RADEON(0): Map: 0xe8000000, 0x02000000
(==) RADEON(0): Write-combining range (0xe8000000,0x2000000)
(**) RADEON(0): RADEONSave
(**) RADEON(0): RADEONSaveMode(0x820d1c8)
(**) RADEON(0): Read: 0x00000006 0x0002003a 0x00000000
(**) RADEON(0): Read: rd=6, fd=58, pd=2
(**) RADEON(0): Read: 0x00000000 0x00000000 0x00000000
(**) RADEON(0): Read: rd=0, fd=0, pd=0
(**) RADEON(0): RADEONSaveMode returns 0x820d1c8
(II) RADEON(0): Dynamic Clock Scaling Disabled
(==) RADEON(0): Using 24 bit depth buffer
(**) RADEON(0): RADEONInitMemoryMap() :
(**) RADEON(0): mem_size : 0x04000000
(**) RADEON(0): MC_FB_LOCATION : 0xebffe800
(**) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
(II) RADEON(0): Depth moves disabled by default
(**) RADEON(0): Setting up initial surfaces
(**) RADEON(0): Setting up accel memmap
(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,768) to (1024,770)
(II) RADEON(0): Largest offscreen area available: 1024 x 7421
(II) RADEON(0): Will use front buffer at offset 0x0
(II) RADEON(0): Will use back buffer at offset 0x900000
(II) RADEON(0): Will use depth buffer at offset 0xc00000
(II) RADEON(0): Will use 17408 kb for textures at offset 0xf00000
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) RADEON(0): [drm] DRM interface version 1.3
(II) RADEON(0): [drm] created "radeon" driver at busid "pci:0000:01:00.0"
(II) RADEON(0): [drm] added 8192 byte SAREA at 0xe0b94000
(II) RADEON(0): [drm] mapped SAREA 0xe0b94000 to 0xb7c0c000
(II) RADEON(0): [drm] framebuffer handle = 0xe8000000
(II) RADEON(0): [drm] added 1 reserved context for kernel
(II) RADEON(0): [pci] 8192 kB allocated with handle 0xe0c1e000
(II) RADEON(0): [pci] ring handle = 0xe0c1e000
(II) RADEON(0): [pci] Ring mapped at 0xb58f5000
(II) RADEON(0): [pci] Ring contents 0x00000000
(II) RADEON(0): [pci] ring read ptr handle = 0xe0d1f000
(II) RADEON(0): [pci] Ring read ptr mapped at 0xb58f4000
(II) RADEON(0): [pci] Ring read ptr contents 0x00000000
(II) RADEON(0): [pci] vertex/indirect buffers handle = 0xe0d20000
(II) RADEON(0): [pci] Vertex/indirect buffers mapped at 0xb56f4000
(II) RADEON(0): [pci] Vertex/indirect buffers contents 0x00000000
(II) RADEON(0): [pci] GART texture map handle = 0xe0f20000
(II) RADEON(0): [pci] GART Texture map mapped at 0xb5214000
(II) RADEON(0): [drm] register handle = 0xfcff0000
(II) RADEON(0): [dri] Visual configs initialized
(**) RADEON(0): Initializing fb layer
(**) RADEON(0): RADEONModeInit()
1024x768_60. 65.00 1024 1040 1688 1344 768 771 777 806 (24,32)
(**) RADEON(0): RADEONInit returns 0x820db84
(**) RADEON(0): RADEONRestoreMode(0x820db84)
(**) RADEON(0): RADEONRestoreMemMapRegisters() :
(**) RADEON(0): MC_FB_LOCATION : 0xebffe800
(**) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
(**) RADEON(0): Map Changed ! Applying ...
(**) RADEON(0): Map applied, resetting engine ...
(**) RADEON(0): Updating display base addresses...
(**) RADEON(0): Memory map updated.
(**) RADEON(0): Programming CRTC1, offset: 0x00000000
(**) RADEON(0): GRPH_BUFFER_CNTL from 20045c5c to 20095c5c
(**) RADEON(0): RADEONSaveScreen(0)
(**) RADEON(0): Initializing backing store
(==) RADEON(0): Backing store disabled
(**) RADEON(0): DRI Finishing init !
(II) RADEON(0): X context handle = 0x1
(II) RADEON(0): [drm] installed DRM signal handler
(II) RADEON(0): [DRI] installation complete
(**) RADEON(0): EngineRestore (32/32)
(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
(II) RADEON(0): Direct rendering enabled
(**) RADEON(0): Setting up final surfaces
(**) RADEON(0): Initializing Acceleration
(II) RADEON(0): Render acceleration enabled
(**) RADEON(0): EngineInit (32/32)
(**) RADEON(0): Pitch for acceleration = 128
(**) RADEON(0): EngineRestore (32/32)
(II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
8x8 mono pattern filled rectangles
Indirect CPU to Screen color expansion
Solid Lines
Scanline Image Writes
Offscreen Pixmaps
Setting up tile and stipple cache:
32 128x128 slots
32 256x256 slots
16 512x512 slots
(II) RADEON(0): Acceleration enabled
(**) RADEON(0): Initializing DPMS
(**) Option "dpms"
(**) RADEON(0): DPMS enabled
(**) RADEON(0): Initializing Cursor
(==) RADEON(0): Silken mouse enabled
(II) RADEON(0): Using hardware cursor (scanline 770)
(II) RADEON(0): Largest offscreen area available: 1024 x 7417
(**) RADEON(0): Initializing color map
(**) RADEON(0): Initializing DGA
(**) RADEON(0): Initializing Xv
(II) RADEON(0): Detected Radeon Mobility M7, disabling multimedia i2c
(II) Loading sub module "theatre_detect"
(II) LoadModule: "theatre_detect"
(II) Loading /usr/lib/xorg/modules/multimedia//theatre_detect_drv.so
(II) Module theatre_detect: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.2
(II) RADEON(0): no multimedia table present, disabling Rage Theatre.
(**) RADEON(0): RADEONScreenInit finished
(==) 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: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/radeon_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/event6
(**) Option "Device" "/dev/input/event6"
(**) Option "SHMConfig" "on"
(**) Option "LeftEdge" "1700"
(**) Option "RightEdge" "5300"
(**) Option "TopEdge" "1700"
(**) Option "BottomEdge" "4200"
(**) Option "FingerLow" "25"
(**) Option "FingerHigh" "30"
(**) Option "MaxTapTime" "0"
(**) Option "MaxTapMove" "0"
(**) Option "VertScrollDelta" "0"
(**) Option "HorizScrollDelta" "0"
(**) Option "GuestMouseOff" "true"
(--) Touchpad touchpad found
(**) Option "AlwaysCore"
(**) Touchpad: always reports core events
(II) evdev brain: Rescanning devices (1).
(EE) PreInit returned NULL for "lx7"
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(**) Option "Protocol" "IMPS/2"
(**) USBMouse: Device: "/dev/input/mice"
(**) USBMouse: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) USBMouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(==) USBMouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) USBMouse: ZAxisMapping: buttons 4 and 5
(**) USBMouse: Buttons: 9
(II) XINPUT: Adding extended input device "USBMouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "evdev brain" (type: evdev brain)
(II) XINPUT: Adding extended input device "Touchpad" (type: MOUSE)
Synaptics DeviceInit called
SynapticsCtrl called.
Synaptics DeviceOn called
(--) Touchpad auto-dev sets device to /dev/input/event6
(**) Option "Device" "/dev/input/event6"
(--) Touchpad touchpad found
(II) evdev brain: Rescanning devices (2).
(II) USBMouse: ps2EnableDataReporting: succeeded
(**) RADEON(0): RADEONSaveScreen(2)
(**) RADEON(0): RADEONSaveScreen(2)
Synaptics DeviceOff called
(**) RADEON(0): RADEONCloseScreen
(**) RADEON(0): RADEONDRIStop
(**) RADEON(0): EngineRestore (32/32)
(**) RADEON(0): RADEONDisplayPowerManagementSet(0,0x0)
(**) RADEON(0): RADEONRestore
(**) RADEON(0): RADEONRestoreMode(0x820d1c8)
(**) RADEON(0): RADEONRestoreMemMapRegisters() :
(**) RADEON(0): MC_FB_LOCATION : 0x1fff0000
(**) RADEON(0): MC_AGP_LOCATION : 0x27ff2000
(**) RADEON(0): Map Changed ! Applying ...
(**) RADEON(0): Map applied, resetting engine ...
(**) RADEON(0): Updating display base addresses...
(**) RADEON(0): Memory map updated.
(**) RADEON(0): Programming CRTC1, offset: 0x00000000
(**) RADEON(0): Disposing accel...
(**) RADEON(0): Disposing cusor info
(**) RADEON(0): Disposing DGA
(**) RADEON(0): Unmapping memory
(**) RADEON(0): RADEONDRICloseScreen
(II) RADEON(0): [drm] removed 1 reserved context for kernel
(II) RADEON(0): [drm] unmapping 8192 bytes of SAREA 0xe0b94000 at 0xb7c0c000
FreeFontPath: FPE "/usr/share/fonts/misc" refcount is 2, should be 1; fixing.
andy

phydeaux wrote:
I've been trying to get this going for a while now, but  I keep hitting a brick wall.  Maybe someone can see something that I'm missing.
The system is a dell inspiron 5100 laptop with an ati radeon m7.
When X is started I get a blank screen, no backlight or anything, but otherwise everything seems to be started.  Ps shows that the wm is running along with conky and pypanel and the other stuff I autostart.  I can ctrl+alt+f2 into another console and start xev or xrandr connected to the x display and get the expected output.  Ctrl+alt+backspace will kill of the x server.  I don't see anything that looks to be out of the ordinary in the logs either.  I get the same result whether I use my old xorg config, a newly generated one, or none and let the server try to figure it out.  The problem seems to be with ati 6.6.192.  If I use 6.6.3 from current with the rest of the testing packages everything is fine.  I've yet to find anyone else who's having a similar problem.  Below are my xorg.conf and a log from it "failing", hopefully someone can see something that I'm missing.  There are some odd options set from various things I've found to try regarding ati and blank screens, if it seems weird thats probably how it got in there.
<xorg.conf>
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Touchpad" "AlwaysCore"
#InputDevice "USBMouse" "AlwaysCore"
InputDevice "lx7" "AlwaysCore"
InputDevice "Keyboard0" "CoreKeyboard"
# Energy Saver settings
# Time in minutes
Option "BlankTime" "5"
Option "StandbyTime" "5"
Option "SuspendTime" "10"
Option "OffTime" "15"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "extmod"
Load "dbe"
Load "record"
Load "xtrap"
Load "dri"
# Load "drm"
Load "radeon"
Load "glx"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Input Device"
Identifier "Touchpad"
Driver "synaptics"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "0"
Option "MaxTapMove" "0"
Option "VertScrollDelta" "0"
Option "HorizScrollDelta" "0"
Option "MinSpeed" "0.09"
Option "MaxSpeed" "0.18"
Option "AccelFactor" "0.0015"
Option "SHMConfig" "on"
Option "GuestMOuseOff" "true"
EndSection
Section "InputDevice"
Identifier "USBMouse"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "lx7"
Driver "evdev"
Option "Name" "Logitech USB RECEIVER"
EndSection
Section "Monitor"
DisplaySize 300 220 # mm
Identifier "Monitor0"
VendorName "LGP"
ModelName "b246"
Option "DPMS"
# 1024x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 64.11 MHz
Modeline "1024x768_60.00" 64.11 1024 1080 1184 1344 768 769 772 795 -HSync +Vsync
HorizSync 28-96
VertRefresh 43-60
EndSection
Section "Device"
Identifier "Card0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "Radeon Mobility M7 LW [Radeon Mobility 7500]"
BusID "PCI:1:0:0"
Option "BusType" "PCI"
Option "MonitorLayout" "LVDS, NONE"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
Modes "1024x768_60.00"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
Modes "1024x768_60.00"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1024x768_60.00"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
Modes "1024x768_60.00"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768_60.00"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768_60.00"
EndSubSection
EndSection
Section "DRI"
Mode 0660
EndSection
<Xorg.0.log>
X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: UNKNOWN
Current Operating System: Linux m 2.6.21-ck #1 SMP PREEMPT Fri May 25 01:02:05 IST 2007 i686
Build Date: 31 May 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: Fri Jun 29 14:30:57 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Card0"
(**) |-->Input Device "Touchpad"
(**) |-->Input Device "lx7"
(**) |-->Input Device "Keyboard0"
(==) |-->Input Device "USBMouse"
(WW) The core pointer device wasn't specified explicitly in the layout.
Using the first mouse device.
(**) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/75dpi,
/usr/share/fonts/100dpi,
/usr/share/fonts/TTF,
/usr/share/fonts/Type1
(**) RgbPath set to "/usr/share/X11/rgb"
(**) ModulePath set to "/usr/lib/xorg/modules"
(**) Option "BlankTime" "5"
(**) Option "StandbyTime" "5"
(**) Option "SuspendTime" "10"
(**) Option "OffTime" "15"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x81d92e0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.2
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 1.3.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.2
(--) using VT number 7
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2560 card 0000,0000 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2561 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24c2 card 8086,24c0 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 8086,24c0 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24c7 card 8086,24c0 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 8086,24c0 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 82 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24c0 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24cb card 8086,24c0 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:5: chip 8086,24c5 card 1028,0149 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:1f:6: chip 8086,24c6 card 14e4,4d64 rev 02 class 07,03,00 hdr 00
(II) PCI: 01:00:0: chip 1002,4c57 card 1028,0149 rev 00 class 03,00,00 hdr 00
(II) PCI: 02:01:0: chip 14e4,4401 card 4401,1028 rev 01 class 02,00,00 hdr 00
(II) PCI: 02:02:0: chip 8086,4220 card 8086,2701 rev 05 class 02,80,00 hdr 00
(II) PCI: 02:04:0: chip 104c,ac44 card d000,0000 rev 02 class 06,07,00 hdr 82
(II) PCI: 02:04:1: chip 104c,8029 card 1028,0149 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 0x0000c000 - 0x0000c0ff (0x100) IX[b]
[1] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[b]
[2] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[b]
[3] -1 0 0x0000cc00 - 0x0000ccff (0x100) IX[b]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xfc000000 - 0xfdffffff (0x2000000) MX[b]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xe8000000 - 0xefffffff (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 0x0000d000 - 0x0000d0ff (0x100) IX[b]
[1] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[b]
[2] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[b]
[3] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[b]
[4] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[b]
[5] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[b]
[6] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[b]
[7] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[b]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xf6000000 - 0xfbffffff (0x6000000) 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:4:0), (2,3,6), BCTRL: 0x05c0 (VGA_EN is cleared)
(II) Bus 3 I/O range:
[0] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
[1] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[b]
(II) Bus 3 prefetchable memory range:
[0] -1 0 0x30000000 - 0x33ffffff (0x4000000) MX[b]
(--) PCI:*(1:0:0) ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500] rev 0, Mem @ 0xe8000000/27, 0xfcff0000/16, I/O @ 0xc000/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 0xe7ffffff to 0xdfffffff
(II) Active PCI resource ranges:
[0] -1 0 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
[1] -1 0 0xfaffc800 - 0xfaffcfff (0x800) MX[b]
[2] -1 0 0xfaffd000 - 0xfaffdfff (0x1000) MX[b]
[3] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
[4] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
[5] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
[6] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
[7] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
[8] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
[9] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
[10] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
[11] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
[12] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
[13] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
[14] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
[15] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
[16] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
[17] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
[18] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
[19] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[20] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
[21] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
[22] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
[23] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
[1] -1 0 0xfaffc800 - 0xfaffcfff (0x800) MX[b]
[2] -1 0 0xfaffd000 - 0xfaffdfff (0x1000) MX[b]
[3] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
[4] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
[5] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
[6] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
[7] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
[8] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
[9] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
[10] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
[11] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
[12] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
[13] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
[14] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
[15] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
[16] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
[17] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
[18] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
[19] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[20] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
[21] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
[22] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
[23] -1 0 0x0000c000 - 0x0000c0ff (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 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
[5] -1 0 0xfaffc800 - 0xfaffcfff (0x800) MX[b]
[6] -1 0 0xfaffd000 - 0xfaffdfff (0x1000) MX[b]
[7] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
[8] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
[9] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
[10] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
[11] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
[12] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
[13] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
[14] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
[15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[16] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[17] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
[18] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
[19] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
[20] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
[21] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
[22] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
[23] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
[24] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
[25] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[26] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
[27] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
[28] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
[29] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.3.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: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.3.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: "xtrap"
(II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DEC-XTRAP
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "radeon"
(II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
(II) Module radeon: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 4.2.0
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.2
(II) LoadModule: "ati"
(II) Loading /usr/lib/xorg/modules/drivers//ati_drv.so
(II) Module ati: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 6.6.192
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.2
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.3.0, 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.3.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: "type1"
(II) Loading /usr/lib/xorg/modules/fonts//libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 1.3.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: "radeon"
(II) Reloading /usr/lib/xorg/modules/drivers//radeon_drv.so
(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 0.6
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.1.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.1.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 1.3.0, module version = 1.1.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(II) ATI: ATI driver wrapper (version 6.6.192) for chipsets: mach64, rage128, radeon
(II) Primary Device is: PCI 01:00:0
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Reloading /usr/lib/xorg/modules/drivers//radeon_drv.so
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI),
ATI ES1000 515E (PCI), ATI ES1000 5969 (PCI),
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 Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
ATI Radeon IGP330/340/350 (A4) 4137,
ATI Radeon IGP330M/340M/350M (U2) 4337,
ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,
ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP),
ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI),
ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI),
ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP),
ATI Radeon Mobility 9000 (M9) Lf (AGP),
ATI Radeon Mobility 9000 (M9) Lg (AGP),
ATI Radeon 9100 IGP (A5) 5834,
ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon 9100 PRO IGP 7834,
ATI Radeon Mobility 9200 IGP 7835, 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 Radeon Mobility 9200 (M9+) 5C61 (AGP),
ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP),
ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
ATI FireGL Z1 AG (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 9600 AP (AGP),
ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP),
ATI FireGL RV360 AV (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 9650,
ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP),
ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP),
ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
ATI Radeon X600 (RV380) 3E50 (PCIE),
ATI FireGL V3200 (RV380) 3E54 (PCIE),
ATI Radeon Mobility X600 (M24) 3150 (PCIE),
ATI Radeon Mobility X300 (M24) 3152 (PCIE),
ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE),
ATI Radeon X600 (RV370) 5B62 (PCIE),
ATI Radeon X550 (RV370) 5B63 (PCIE),
ATI FireGL V3100 (RV370) 5B64 (PCIE),
ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
ATI Radeon Mobility X300 (M22) 5460 (PCIE),
ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
ATI FireGL M22 GL 5464 (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 XPRESS 200 5954 (PCIE),
ATI Radeon XPRESS 200M 5955 (PCIE),
ATI Radeon XPRESS 200 5974 (PCIE),
ATI Radeon XPRESS 200M 5975 (PCIE), ATI FireGL V5000 (RV410) (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 X700 PRO (RV410) (PCIE),
ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE),
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 X800XT (R420) JP (AGP), ATI Radeon X800 SE (R420) (AGP),
ATI Radeon AIW X800 VE (R420) JT (AGP),
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 FireGL V5100 (R423) UQ (PCIE),
ATI FireGL unknown (R423) UR (PCIE),
ATI FireGL unknown (R423) UT (PCIE),
ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V7100 (R423) (PCIE),
ATI Mobility FireGL V5100 (M28) (PCIE),
ATI Mobility Radeon X800 (M28) (PCIE),
ATI Mobility Radeon X800 XT (M28) (PCIE),
ATI Radeon X800 (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 XTP (R430) (PCIE),
ATI Radeon X850 5D4C (PCIE),
ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
ATI Radeon X850 XT (R480) (PCIE),
ATI Radeon X850 XT PE (R480) (PCIE),
ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP)
(--) Chipset ATI Radeon Mobility M7 LW (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 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
[5] -1 0 0xfaffc800 - 0xfaffcfff (0x800) MX[b]
[6] -1 0 0xfaffd000 - 0xfaffdfff (0x1000) MX[b]
[7] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
[8] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
[9] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
[10] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
[11] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
[12] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
[13] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
[14] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
[15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[16] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[17] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
[18] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
[19] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
[20] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
[21] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
[22] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
[23] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
[24] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
[25] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[26] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
[27] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
[28] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
[29] -1 0 0x0000c000 - 0x0000c0ff (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 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
[5] -1 0 0xfaffc800 - 0xfaffcfff (0x800) MX[b]
[6] -1 0 0xfaffd000 - 0xfaffdfff (0x1000) MX[b]
[7] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
[8] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
[9] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
[10] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
[11] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
[12] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
[13] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
[14] -1 0 0xe8000000 - 0xefffffff (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 0x0000b080 - 0x0000b0ff (0x80) IX[b]
[21] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
[22] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
[23] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
[24] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
[25] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
[26] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
[27] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
[28] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[29] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
[30] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
[31] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
[32] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
[33] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
[34] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
(II) Setting vga for screen 0.
(**) RADEON(0): RADEONPreInit
(II) RADEON(0): MMIO registers at 0xfcff0000: 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
(**) RADEON(0): Option "BusType" "PCI"
(**) RADEON(0): Option "MonitorLayout" "LVDS, NONE"
(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.3.0, module version = 0.1.0
ABI class: X.Org Video Driver, version 1.2
(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)
(==) RADEON(0): X server will not keep DPI constant for all screen sizes
(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.3.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.2
(II) RADEON(0): initializing int10
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(--) RADEON(0): Chipset: "ATI Radeon Mobility M7 LW (AGP)" (ChipID = 0x4c57)
(--) RADEON(0): Linear framebuffer at 0xe8000000
(II) RADEON(0): AGP card detected
(**) RADEON(0): Forced into PCI mode
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) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.25.0
(==) RADEON(0): Page Flipping disabled
(II) RADEON(0): Will try to use DMA for Xv image transfers
(II) RADEON(0): Detected total video RAM=32768K, accessible=65536K (PCI BAR=131072K)
(--) RADEON(0): Mapped VideoRAM: 32768 kByte (64 bit DDR SDRAM)
(II) RADEON(0): Color tiling enabled by default
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"(II) Module already built-in
(II) RADEON(0): I2C bus "DDC" initialized.
(II) RADEON(0): Legacy BIOS detected
(II) RADEON(0): LVDS port is not in connector table, added in.
(II) RADEON(0): Connector0: DDCType-0, DACType-1, TMDSType--1, ConnectorType-1
(II) RADEON(0): Connector1: DDCType-3, DACType-0, TMDSType--1, ConnectorType-2
(**) RADEON(0): MonitorLayout Option:
Monitor1--Type LVDS, Monitor2--Type NONE
(II) RADEON(0):
(II) RADEON(0): Port1:
Monitor -- LVDS
Connector -- Proprietary
DAC Type -- TVDAC/ExtDAC
TMDS Type -- NONE
DDC Type -- NONE
(II) RADEON(0): Port2:
Monitor -- NONE
Connector -- VGA
DAC Type -- Primary
TMDS Type -- NONE
DDC Type -- VGA_DDC
(II) RADEON(0): ---- Primary Head: Port1 ----
(II) RADEON(0): ---- Secondary Head: Not used ----
(II) RADEON(0): PLL parameters: rf=2700 rd=12 min=20000 max=35000; xclk=18000
(II) RADEON(0): Panel ID string: LGP
(II) RADEON(0): Panel Size from BIOS: 1024x768
(II) RADEON(0): BIOS provided dividers will be used.
(WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled
(==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEON(0): Validating modes on Primary head ---------
(II) RADEON(0): Panel ID string: LGP
(II) RADEON(0): Panel Size from BIOS: 1024x768
(II) RADEON(0): BIOS provided dividers will be used.
(II) RADEON(0): Total number of valid DDC mode(s) found: 0
(II) RADEON(0): Valid mode using on-chip RMX: 1024x768_60.00
(II) RADEON(0): Total number of valid FP mode(s) found: 1
(--) RADEON(0): Virtual size is 1024x768 (pitch 1024)
(**) RADEON(0): *Mode "1024x768_60.00": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1024x768_60.00" 65.00 1024 1040 1688 1344 768 771 777 806
(**) RADEON(0): Default mode "960x720": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "960x720" 65.00 960 1040 1688 1344 720 771 777 806
(**) RADEON(0): Default mode "960x600": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "960x600" 65.00 960 1040 1688 1344 600 771 777 806
(**) RADEON(0): Default mode "960x540": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "960x540" 65.00 960 1040 1688 1344 540 771 777 806
(**) RADEON(0): Default mode "928x696": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "928x696" 65.00 928 1040 1688 1344 696 771 777 806
(**) RADEON(0): Default mode "896x672": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "896x672" 65.00 896 1040 1688 1344 672 771 777 806
(**) RADEON(0): Default mode "840x525": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "840x525" 65.00 840 1040 1688 1344 525 771 777 806
(**) RADEON(0): Default mode "832x624": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "832x624" 65.00 832 1040 1688 1344 624 771 777 806
(**) RADEON(0): Default mode "800x600": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "800x600" 65.00 800 1040 1688 1344 600 771 777 806
(**) RADEON(0): Default mode "800x512": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "800x512" 65.00 800 1040 1688 1344 512 771 777 806
(**) RADEON(0): Default mode "720x450": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "720x450" 65.00 720 1040 1688 1344 450 771 777 806
(**) RADEON(0): Default mode "720x400": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "720x400" 65.00 720 1040 1688 1344 400 771 777 806
(**) RADEON(0): Default mode "700x525": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "700x525" 65.00 700 1040 1688 1344 525 771 777 806
(**) RADEON(0): Default mode "680x384": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "680x384" 65.00 680 1040 1688 1344 384 771 777 806
(**) RADEON(0): Default mode "640x512": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x512" 65.00 640 1040 1688 1344 512 771 777 806
(**) RADEON(0): Default mode "640x480": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x480" 65.00 640 1040 1688 1344 480 771 777 806
(**) RADEON(0): Default mode "640x400": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x400" 65.00 640 1040 1688 1344 400 771 777 806
(**) RADEON(0): Default mode "640x384": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x384" 65.00 640 1040 1688 1344 384 771 777 806
(**) RADEON(0): Default mode "640x360": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x360" 65.00 640 1040 1688 1344 360 771 777 806
(**) RADEON(0): Default mode "640x350": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x350" 65.00 640 1040 1688 1344 350 771 777 806
(**) RADEON(0): Default mode "576x432": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "576x432" 65.00 576 1040 1688 1344 432 771 777 806
(**) RADEON(0): Default mode "576x384": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "576x384" 65.00 576 1040 1688 1344 384 771 777 806
(**) RADEON(0): Default mode "512x384": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "512x384" 65.00 512 1040 1688 1344 384 771 777 806
(**) RADEON(0): Default mode "416x312": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "416x312" 65.00 416 1040 1688 1344 312 771 777 806
(**) RADEON(0): Default mode "400x300": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "400x300" 65.00 400 1040 1688 1344 300 771 777 806
(**) RADEON(0): Default mode "360x200": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "360x200" 65.00 360 1040 1688 1344 200 771 777 806
(**) RADEON(0): Default mode "320x240": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "320x240" 65.00 320 1040 1688 1344 240 771 777 806
(**) RADEON(0): Default mode "320x200": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "320x200" 65.00 320 1040 1688 1344 200 771 777 806
(**) RADEON(0): Default mode "320x175": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "320x175" 65.00 320 1040 1688 1344 175 771 777 806
(**) RADEON(0): Display dimensions: (300, 220) mm
(**) RADEON(0): DPI set to (86, 88)
(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.3.0, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module 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.3.0, module version = 1.2.0
ABI class: X.Org Video Driver, version 1.2
(==) RADEON(0): Assuming overlay scaler buffer width is 1536
(II) RADEON(0): No MM_TABLE found - assuming CARD is not TV-in capable.
(!!) RADEON(0): For information on using the multimedia capabilities
of this adapter, please see http://gatos.sf.net.
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b]
[1] 0 0 0xe8000000 - 0xefffffff (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 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
[7] -1 0 0xfaffc800 - 0xfaffcfff (0x800) MX[b]
[8] -1 0 0xfaffd000 - 0xfaffdfff (0x1000) MX[b]
[9] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
[10] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
[11] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
[12] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
[13] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
[14] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
[15] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
[16] -1 0 0xe8000000 - 0xefffffff (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 0x0000c000 - 0x0000c0ff (0x100) IX[b]
[21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[22] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[23] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
[24] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
[25] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
[26] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
[27] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
[28] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
[29] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
[30] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
[31] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[32] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
[33] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
[34] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
[35] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
[36] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
[37] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
(**) RADEON(0): RADEONScreenInit e8000000 0 0
(**) RADEON(0): Map: 0xe8000000, 0x02000000
(==) RADEON(0): Write-combining range (0xe8000000,0x2000000)
(**) RADEON(0): RADEONSave
(**) RADEON(0): RADEONSaveMode(0x820d1c8)
(**) RADEON(0): Read: 0x00000006 0x0002003a 0x00000000
(**) RADEON(0): Read: rd=6, fd=58, pd=2
(**) RADEON(0): Read: 0x00000000 0x00000000 0x00000000
(**) RADEON(0): Read: rd=0, fd=0, pd=0
(**) RADEON(0): RADEONSaveMode returns 0x820d1c8
(II) RADEON(0): Dynamic Clock Scaling Disabled
(==) RADEON(0): Using 24 bit depth buffer
(**) RADEON(0): RADEONInitMemoryMap() :
(**) RADEON(0): mem_size : 0x04000000
(**) RADEON(0): MC_FB_LOCATION : 0xebffe800
(**) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
(II) RADEON(0): Depth moves disabled by default
(**) RADEON(0): Setting up initial surfaces
(**) RADEON(0): Setting up accel memmap
(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,768) to (1024,770)
(II) RADEON(0): Largest offscreen area available: 1024 x 7421
(II) RADEON(0): Will use front buffer at offset 0x0
(II) RADEON(0): Will use back buffer at offset 0x900000
(II) RADEON(0): Will use depth buffer at offset 0xc00000
(II) RADEON(0): Will use 17408 kb for textures at offset 0xf00000
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) RADEON(0): [drm] DRM interface version 1.3
(II) RADEON(0): [drm] created "radeon" driver at busid "pci:0000:01:00.0"
(II) RADEON(0): [drm] added 8192 byte SAREA at 0xe0b94000
(II) RADEON(0): [drm] mapped SAREA 0xe0b94000 to 0xb7c0c000
(II) RADEON(0): [drm] framebuffer handle = 0xe8000000
(II) RADEON(0): [drm] added 1 reserved context for kernel
(II) RADEON(0): [pci] 8192 kB allocated with handle 0xe0c1e000
(II) RADEON(0): [pci] ring handle = 0xe0c1e000
(II) RADEON(0): [pci] Ring mapped at 0xb58f5000
(II) RADEON(0): [pci] Ring contents 0x00000000
(II) RADEON(0): [pci] ring read ptr handle = 0xe0d1f000
(II) RADEON(0): [pci] Ring read ptr mapped at 0xb58f4000
(II) RADEON(0): [pci] Ring read ptr contents 0x00000000
(II) RADEON(0): [pci] vertex/indirect buffers handle = 0xe0d20000
(II) RADEON(0): [pci] Vertex/indirect buffers mapped at 0xb56f4000
(II) RADEON(0): [pci] Vertex/indirect buffers contents 0x00000000
(II) RADEON(0): [pci] GART texture map handle = 0xe0f20000
(II) RADEON(0): [pci] GART Texture map mapped at 0xb5214000
(II) RADEON(0): [drm] register handle = 0xfcff0000
(II) RADEON(0): [dri] Visual configs initialized
(**) RADEON(0): Initializing fb layer
(**) RADEON(0): RADEONModeInit()
1024x768_60. 65.00 1024 1040 1688 1344 768 771 777 806 (24,32)
(**) RADEON(0): RADEONInit returns 0x820db84
(**) RADEON(0): RADEONRestoreMode(0x820db84)
(**) RADEON(0): RADEONRestoreMemMapRegisters() :
(**) RADEON(0): MC_FB_LOCATION : 0xebffe800
(**) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
(**) RADEON(0): Map Changed ! Applying ...
(**) RADEON(0): Map applied, resetting engine ...
(**) RADEON(0): Updating display base addresses...
(**) RADEON(0): Memory map updated.
(**) RADEON(0): Programming CRTC1, offset: 0x00000000
(**) RADEON(0): GRPH_BUFFER_CNTL from 20045c5c to 20095c5c
(**) RADEON(0): RADEONSaveScreen(0)
(**) RADEON(0): Initializing backing store
(==) RADEON(0): Backing store disabled
(**) RADEON(0): DRI Finishing init !
(II) RADEON(0): X context handle = 0x1
(II) RADEON(0): [drm] installed DRM signal handler
(II) RADEON(0): [DRI] installation complete
(**) RADEON(0): EngineRestore (32/32)
(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
(II) RADEON(0): Direct rendering enabled
(**) RADEON(0): Setting up final surfaces
(**) RADEON(0): Initializing Acceleration
(II) RADEON(0): Render acceleration enabled
(**) RADEON(0): EngineInit (32/32)
(**) RADEON(0): Pitch for acceleration = 128
(**) RADEON(0): EngineRestore (32/32)
(II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
8x8 mono pattern filled rectangles
Indirect CPU to Screen color expansion
Solid Lines
Scanline Image Writes
Offscreen Pixmaps
Setting up tile and stipple cache:
32 128x128 slots
32 256x256 slots
16 512x512 slots
(II) RADEON(0): Acceleration enabled
(**) RADEON(0): Initializing DPMS
(**) Option "dpms"
(**) RADEON(0): DPMS enabled
(**) RADEON(0): Initializing Cursor
(==) RADEON(0): Silken mouse enabled
(II) RADEON(0): Using hardware cursor (scanline 770)
(II) RADEON(0): Largest offscreen area available: 1024 x 7417
(**) RADEON(0): Initializing color map
(**) RADEON(0): Initializing DGA
(**) RADEON(0): Initializing Xv
(II) RADEON(0): Detected Radeon Mobility M7, disabling multimedia i2c
(II) Loading sub module "theatre_detect"
(II) LoadModule: "theatre_detect"
(II) Loading /usr/lib/xorg/modules/multimedia//theatre_detect_drv.so
(II) Module theatre_detect: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.2
(II) RADEON(0): no multimedia table present, disabling Rage Theatre.
(**) RADEON(0): RADEONScreenInit finished
(==) 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: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/radeon_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/event6
(**) Option "Device" "/dev/input/event6"
(**) Option "SHMConfig" "on"
(**) Option "LeftEdge" "1700"
(**) Option "RightEdge" "5300"
(**) Option "TopEdge" "1700"
(**) Option "BottomEdge" "4200"
(**) Option "FingerLow" "25"
(**) Option "FingerHigh" "30"
(**) Option "MaxTapTime" "0"
(**) Option "MaxTapMove" "0"
(**) Option "VertScrollDelta" "0"
(**) Option "HorizScrollDelta" "0"
(**) Option "GuestMouseOff" "true"
(--) Touchpad touchpad found
(**) Option "AlwaysCore"
(**) Touchpad: always reports core events
(II) evdev brain: Rescanning devices (1).
(EE) PreInit returned NULL for "lx7"
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(**) Option "Protocol" "IMPS/2"
(**) USBMouse: Device: "/dev/input/mice"
(**) USBMouse: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) USBMouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(==) USBMouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) USBMouse: ZAxisMapping: buttons 4 and 5
(**) USBMouse: Buttons: 9
(II) XINPUT: Adding extended input device "USBMouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "evdev brain" (type: evdev brain)
(II) XINPUT: Adding extended input device "Touchpad" (type: MOUSE)
Synaptics DeviceInit called
SynapticsCtrl called.
Synaptics DeviceOn called
(--) Touchpad auto-dev sets device to /dev/input/event6
(**) Option "Device" "/dev/input/event6"
(--) Touchpad touchpad found
(II) evdev brain: Rescanning devices (2).
(II) USBMouse: ps2EnableDataReporting: succeeded
(**) RADEON(0): RADEONSaveScreen(2)
(**) RADEON(0): RADEONSaveScreen(2)
Synaptics DeviceOff called
(**) RADEON(0): RADEONCloseScreen
(**) RADEON(0): RADEONDRIStop
(**) RADEON(0): EngineRestore (32/32)
(**) RADEON(0): RADEONDisplayPowerManagementSet(0,0x0)
(**) RADEON(0): RADEONRestore
(**) RADEON(0): RADEONRestoreMode(0x820d1c8)
(**) RADEON(0): RADEONRestoreMemMapRegisters() :
(**) RADEON(0): MC_FB_LOCATION : 0x1fff0000
(**) RADEON(0): MC_AGP_LOCATION : 0x27ff2000
(**) RADEON(0): Map Changed ! Applying ...
(**) RADEON(0): Map applied, resetting engine ...
(**) RADEON(0): Updating display base addresses...
(**) RADEON(0): Memory map updated.
(**) RADEON(0): Programming CRTC1, offset: 0x00000000
(**) RADEON(0): Disposing accel...
(**) RADEON(0): Disposing cusor info
(**) RADEON(0): Disposing DGA
(**) RADEON(0): Unmapping memory
(**) RADEON(0): RADEONDRICloseScreen
(II) RADEON(0): [drm] removed 1 reserved context for kernel
(II) RADEON(0): [drm] unmapping 8192 bytes of SAREA 0xe0b94000 at 0xb7c0c000
FreeFontPath: FPE "/usr/share/fonts/misc" refcount is 2, should be 1; fixing.
andy
the newer ati driver on my radeon M7 has alot of issues too. not the same as your's (i'd get random lockups and black bars at the top of my screen) though. it seems it's a really buggy driver. :\ using 6.6.3 works perfectly for me aswell.

Similar Messages

  • I tried to reset my Iphone 5 from the phone and not a computer.  I have had a blank screen with the apple logo and a full progress bar for over an hour.  I cant turn my phone off because the button on top is not working.

    I tried to reset my iphone 5 from the phone and not a computer.  I have had a blank screen with the apple logo and a full progress bar.  I can not get my phone to restart.  What can I do?

    Sorry i meant iOs5 to ios 5.0.1

  • New Install - startx results in blank screen with mouse cursor

    I installed Arch on my desktop last week with no issues, so I wanted to install it on an old THinkpad R31. Everything with the installation went smooth, but when I try to 'startx' all I get is a blank screen with a mouse cursor that I can move around. I've installed xorg-xinit, xorg-twm, xorg-xclock, and xterm.
    I'm not getting any significant errors in the logs, or even the terminal I issue 'startx' in.
    I'm not sure what the problem could be...
    Here is my output from 'startx'
    X.Org X Server 1.13.0
    Release Date: 2012-09-05
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.6.0-1-ARCH i686
    Current Operating System: Linux x_00294-ibc 3.5.6-1-ARCH #1 SMP PREEMPT Sun Oct 7 19:33:50 CEST 2012 i686
    Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=ec6a9a60-8d8c-4de0-960b-9e2a044d0ca5 ro quiet
    Build Date: 05 October 2012 02:01:30PM
    Current version of pixman: 0.26.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sat Oct 13 09:26:12 2012
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    Initializing built-in extension Generic Event Extension
    Initializing built-in extension SHAPE
    Initializing built-in extension MIT-SHM
    Initializing built-in extension XInputExtension
    Initializing built-in extension XTEST
    Initializing built-in extension BIG-REQUESTS
    Initializing built-in extension SYNC
    Initializing built-in extension XKEYBOARD
    Initializing built-in extension XC-MISC
    Initializing built-in extension SECURITY
    Initializing built-in extension XINERAMA
    Initializing built-in extension XFIXES
    Initializing built-in extension RENDER
    Initializing built-in extension RANDR
    Initializing built-in extension COMPOSITE
    Initializing built-in extension DAMAGE
    Initializing built-in extension MIT-SCREEN-SAVER
    Initializing built-in extension DOUBLE-BUFFER
    Initializing built-in extension RECORD
    Initializing built-in extension DPMS
    Initializing built-in extension X-Resource
    Initializing built-in extension XVideo
    Initializing built-in extension XVideo-MotionCompensation
    Initializing built-in extension XFree86-VidModeExtension
    Initializing built-in extension XFree86-DGA
    Initializing built-in extension XFree86-DRI
    Initializing built-in extension DRI2
    Loading extension GLX
    xinit: connection to X server lost
    waiting for X server to shut down XIO: fatal IO error 0 (Success) on X server ":0"
    after 554 requests (554 known processed) with 0 events remaining.
    xterm: fatal IO error 11 (Resource temporarily unavailable) or KillClient on X server ":0"
    xterm: fatal IO error 11 (Resource temporarily unavailable) or KillClient on X server ":0"
    xterm: fatal IO error 11 (Resource temporarily unavailable) or KillClient on X server ":0"
    Server terminated successfully (0). Closing log file.
    xinit: unexpected signal 2
    And my Xorg.0.log
    [ 4955.478]
    X.Org X Server 1.13.0
    Release Date: 2012-09-05
    [ 4955.479] X Protocol Version 11, Revision 0
    [ 4955.479] Build Operating System: Linux 3.6.0-1-ARCH i686
    [ 4955.479] Current Operating System: Linux x_00294-ibc 3.5.6-1-ARCH #1 SMP PREEMPT Sun Oct 7 19:33:50 CEST 2012 i686
    [ 4955.479] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=ec6a9a60-8d8c-4de0-960b-9e2a044d0ca5 ro quiet
    [ 4955.479] Build Date: 05 October 2012 02:01:30PM
    [ 4955.479]
    [ 4955.479] Current version of pixman: 0.26.2
    [ 4955.479] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 4955.479] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 4955.480] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Oct 13 09:26:12 2012
    [ 4955.480] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 4955.480] (==) No Layout section. Using the first Screen section.
    [ 4955.480] (==) No screen section available. Using defaults.
    [ 4955.480] (**) |-->Screen "Default Screen Section" (0)
    [ 4955.480] (**) | |-->Monitor "<default monitor>"
    [ 4955.481] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 4955.481] (==) Automatically adding devices
    [ 4955.481] (==) Automatically enabling devices
    [ 4955.481] (==) Automatically adding GPU devices
    [ 4955.481] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
    [ 4955.481] Entry deleted from font path.
    [ 4955.481] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 4955.481] Entry deleted from font path.
    [ 4955.481] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 4955.481] Entry deleted from font path.
    [ 4955.481] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 4955.481] Entry deleted from font path.
    [ 4955.481] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 4955.481] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 4955.481] Entry deleted from font path.
    [ 4955.481] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 4955.481] (==) FontPath set to:
    /usr/share/fonts/misc/
    [ 4955.481] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 4955.481] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 4955.481] (II) Loader magic: 0x825a620
    [ 4955.482] (II) Module ABI versions:
    [ 4955.482] X.Org ANSI C Emulation: 0.4
    [ 4955.482] X.Org Video Driver: 13.0
    [ 4955.482] X.Org XInput driver : 18.0
    [ 4955.482] X.Org Server Extension : 7.0
    [ 4955.484] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 4955.486] (--) PCI:*(0:0:2:0) 8086:3577:1014:0505 rev 4, Mem @ 0x98000000/134217728, 0x90100000/524288
    [ 4955.486] (--) PCI: (0:0:2:1) 8086:3577:1014:0505 rev 0, Mem @ 0x88000000/134217728, 0x80200000/524288
    [ 4955.486] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 4955.486] Initializing built-in extension Generic Event Extension
    [ 4955.486] Initializing built-in extension SHAPE
    [ 4955.486] Initializing built-in extension MIT-SHM
    [ 4955.486] Initializing built-in extension XInputExtension
    [ 4955.486] Initializing built-in extension XTEST
    [ 4955.486] Initializing built-in extension BIG-REQUESTS
    [ 4955.486] Initializing built-in extension SYNC
    [ 4955.487] Initializing built-in extension XKEYBOARD
    [ 4955.487] Initializing built-in extension XC-MISC
    [ 4955.487] Initializing built-in extension SECURITY
    [ 4955.487] Initializing built-in extension XINERAMA
    [ 4955.487] Initializing built-in extension XFIXES
    [ 4955.487] Initializing built-in extension RENDER
    [ 4955.487] Initializing built-in extension RANDR
    [ 4955.487] Initializing built-in extension COMPOSITE
    [ 4955.487] Initializing built-in extension DAMAGE
    [ 4955.487] Initializing built-in extension MIT-SCREEN-SAVER
    [ 4955.487] Initializing built-in extension DOUBLE-BUFFER
    [ 4955.487] Initializing built-in extension RECORD
    [ 4955.487] Initializing built-in extension DPMS
    [ 4955.487] Initializing built-in extension X-Resource
    [ 4955.487] Initializing built-in extension XVideo
    [ 4955.487] Initializing built-in extension XVideo-MotionCompensation
    [ 4955.487] Initializing built-in extension XFree86-VidModeExtension
    [ 4955.487] Initializing built-in extension XFree86-DGA
    [ 4955.487] Initializing built-in extension XFree86-DRI
    [ 4955.487] Initializing built-in extension DRI2
    [ 4955.487] (II) LoadModule: "glx"
    [ 4955.488] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 4955.489] (II) Module glx: vendor="X.Org Foundation"
    [ 4955.489] compiled for 1.13.0, module version = 1.0.0
    [ 4955.489] ABI class: X.Org Server Extension, version 7.0
    [ 4955.489] (==) AIGLX enabled
    [ 4955.489] Loading extension GLX
    [ 4955.489] (==) Matched intel as autoconfigured driver 0
    [ 4955.489] (==) Matched intel as autoconfigured driver 1
    [ 4955.489] (==) Matched vesa as autoconfigured driver 2
    [ 4955.489] (==) Matched modesetting as autoconfigured driver 3
    [ 4955.489] (==) Matched fbdev as autoconfigured driver 4
    [ 4955.489] (==) Assigned the driver to the xf86ConfigLayout
    [ 4955.489] (II) LoadModule: "intel"
    [ 4955.490] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 4955.491] (II) Module intel: vendor="X.Org Foundation"
    [ 4955.491] compiled for 1.13.0, module version = 2.20.9
    [ 4955.491] Module class: X.Org Video Driver
    [ 4955.491] ABI class: X.Org Video Driver, version 13.0
    [ 4955.491] (II) LoadModule: "vesa"
    [ 4955.491] (WW) Warning, couldn't open module vesa
    [ 4955.491] (II) UnloadModule: "vesa"
    [ 4955.492] (II) Unloading vesa
    [ 4955.492] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 4955.492] (II) LoadModule: "modesetting"
    [ 4955.492] (WW) Warning, couldn't open module modesetting
    [ 4955.492] (II) UnloadModule: "modesetting"
    [ 4955.492] (II) Unloading modesetting
    [ 4955.492] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 4955.493] (II) LoadModule: "fbdev"
    [ 4955.493] (WW) Warning, couldn't open module fbdev
    [ 4955.493] (II) UnloadModule: "fbdev"
    [ 4955.493] (II) Unloading fbdev
    [ 4955.493] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 4955.493] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
    Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
    Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
    Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
    Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
    Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
    Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
    Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2),
    Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2),
    Haswell Server (GT2+), Haswell SDV Desktop (GT1),
    Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+),
    Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
    Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1),
    Haswell SDV Server (GT2), Haswell SDV Server (GT2+),
    Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
    Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1),
    Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+),
    Haswell ULT Server (GT1), Haswell ULT Server (GT2),
    Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1),
    Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+),
    Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2),
    Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1),
    Haswell CRW Server (GT2), Haswell CRW Server (GT2+),
    ValleyView PO board
    [ 4955.496] (--) using VT number 7
    [ 4955.508] (II) intel(0): using device path '/dev/dri/card0'
    [ 4955.509] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 4955.509] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 4955.509] (==) intel(0): RGB weight 888
    [ 4955.509] (==) intel(0): Default visual is TrueColor
    [ 4955.509] (--) intel(0): Integrated Graphics Chipset: Intel(R) i830M
    [ 4955.509] (**) intel(0): Relaxed fencing disabled
    [ 4955.509] (**) intel(0): Wait on SwapBuffers? enabled
    [ 4955.509] (**) intel(0): Triple buffering? enabled
    [ 4955.509] (**) intel(0): Framebuffer tiled
    [ 4955.510] (**) intel(0): Pixmaps tiled
    [ 4955.510] (**) intel(0): 3D buffers tiled
    [ 4955.510] (**) intel(0): SwapBuffers wait enabled
    [ 4955.510] (==) intel(0): video overlay key set to 0x101fe
    [ 4955.593] (II) intel(0): Output VGA1 has no monitor section
    [ 4955.593] (II) intel(0): Output LVDS1 has no monitor section
    [ 4955.594] (--) intel(0): found backlight control interface /sys/class/backlight/thinkpad_screen
    [ 4955.676] (II) intel(0): EDID for output VGA1
    [ 4955.677] (II) intel(0): Printing probed modes for output VGA1
    [ 4955.677] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 4955.677] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 4955.677] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 4955.677] (II) intel(0): Modeline "848x480"x60.0 33.75 848 864 976 1088 480 486 494 517 +hsync +vsync (31.0 kHz e)
    [ 4955.677] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 489 492 525 -hsync -vsync (31.5 kHz e)
    [ 4955.677] (II) intel(0): EDID for output LVDS1
    [ 4955.677] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 4955.677] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 4955.677] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 4955.677] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 4955.678] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 4955.678] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 4955.678] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 4955.678] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [ 4955.678] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [ 4955.678] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 4955.678] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 4955.678] (II) intel(0): Printing probed modes for output LVDS1
    [ 4955.678] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 +hsync +vsync (48.4 kHz P)
    [ 4955.678] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
    [ 4955.678] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
    [ 4955.678] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
    [ 4955.678] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
    [ 4955.678] (II) intel(0): Output VGA1 connected
    [ 4955.678] (II) intel(0): Output LVDS1 connected
    [ 4955.678] (II) intel(0): Using exact sizes for initial modes
    [ 4955.678] (II) intel(0): Output VGA1 using initial mode 1024x768
    [ 4955.678] (II) intel(0): Output LVDS1 using initial mode 1024x768
    [ 4955.678] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 4955.678] (II) intel(0): Kernel page flipping support detected, enabling
    [ 4955.678] (==) intel(0): DPI set to (96, 96)
    [ 4955.678] (II) Loading sub module "fb"
    [ 4955.678] (II) LoadModule: "fb"
    [ 4955.679] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 4955.679] (II) Module fb: vendor="X.Org Foundation"
    [ 4955.679] compiled for 1.13.0, module version = 1.0.0
    [ 4955.679] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 4955.679] (II) Loading sub module "dri2"
    [ 4955.679] (II) LoadModule: "dri2"
    [ 4955.680] (II) Module "dri2" already built-in
    [ 4955.680] (==) Depth 24 pixmap format is 32 bpp
    [ 4955.680] (II) intel(0): [DRI2] Setup complete
    [ 4955.680] (II) intel(0): [DRI2] DRI driver: i915
    [ 4955.680] (II) intel(0): Allocated new frame buffer 1024x768 stride 4096, tiled
    [ 4955.680] (II) UXA(0): Driver registered support for the following operations:
    [ 4955.680] (II) solid
    [ 4955.680] (II) copy
    [ 4955.680] (II) composite (RENDER acceleration)
    [ 4955.680] (II) put_image
    [ 4955.680] (II) get_image
    [ 4955.680] (==) intel(0): Backing store disabled
    [ 4955.680] (==) intel(0): Silken mouse enabled
    [ 4955.681] (II) intel(0): Initializing HW Cursor
    [ 4955.681] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 4955.684] (==) intel(0): DPMS enabled
    [ 4955.684] (==) intel(0): Intel XvMC decoder disabled
    [ 4955.684] (II) intel(0): Set up overlay video
    [ 4955.684] (II) intel(0): direct rendering: DRI2 Enabled
    [ 4955.684] (==) intel(0): hotplug detection: "enabled"
    [ 4955.983] (--) RandR disabled
    [ 4956.021] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 4956.021] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 4956.021] (II) AIGLX: enabled GLX_ARB_create_context
    [ 4956.021] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 4956.021] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 4956.021] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 4956.021] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 4956.021] (II) AIGLX: Loaded and initialized i915
    [ 4956.022] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 4956.023] (II) intel(0): Setting screen physical size to 270 x 203
    [ 4956.124] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 4956.124] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 4956.124] (II) LoadModule: "evdev"
    [ 4956.124] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 4956.125] (II) Module evdev: vendor="X.Org Foundation"
    [ 4956.125] compiled for 1.13.0, module version = 2.7.3
    [ 4956.125] Module class: X.Org XInput Driver
    [ 4956.125] ABI class: X.Org XInput driver, version 18.0
    [ 4956.125] (II) Using input driver 'evdev' for 'Power Button'
    [ 4956.125] (**) Power Button: always reports core events
    [ 4956.125] (**) evdev: Power Button: Device: "/dev/input/event4"
    [ 4956.126] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 4956.126] (--) evdev: Power Button: Found keys
    [ 4956.126] (II) evdev: Power Button: Configuring as keyboard
    [ 4956.126] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
    [ 4956.126] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 4956.126] (**) Option "xkb_rules" "evdev"
    [ 4956.126] (**) Option "xkb_model" "evdev"
    [ 4956.126] (**) Option "xkb_layout" "us"
    [ 4956.197] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
    [ 4956.198] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 4956.198] (II) Using input driver 'evdev' for 'Video Bus'
    [ 4956.198] (**) Video Bus: always reports core events
    [ 4956.198] (**) evdev: Video Bus: Device: "/dev/input/event2"
    [ 4956.198] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 4956.198] (--) evdev: Video Bus: Found keys
    [ 4956.198] (II) evdev: Video Bus: Configuring as keyboard
    [ 4956.198] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A03:00/LNXVIDEO:00/input/input2/event2"
    [ 4956.198] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 4956.198] (**) Option "xkb_rules" "evdev"
    [ 4956.198] (**) Option "xkb_model" "evdev"
    [ 4956.198] (**) Option "xkb_layout" "us"
    [ 4956.200] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
    [ 4956.200] (II) No input driver specified, ignoring this device.
    [ 4956.200] (II) This device may have been added with another device file.
    [ 4956.201] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
    [ 4956.201] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 4956.201] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 4956.202] (**) Sleep Button: always reports core events
    [ 4956.202] (**) evdev: Sleep Button: Device: "/dev/input/event1"
    [ 4956.202] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 4956.202] (--) evdev: Sleep Button: Found keys
    [ 4956.202] (II) evdev: Sleep Button: Configuring as keyboard
    [ 4956.202] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1/event1"
    [ 4956.202] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
    [ 4956.202] (**) Option "xkb_rules" "evdev"
    [ 4956.202] (**) Option "xkb_model" "evdev"
    [ 4956.202] (**) Option "xkb_layout" "us"
    [ 4956.204] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 4956.205] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 4956.205] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 4956.205] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 4956.205] (**) AT Translated Set 2 keyboard: always reports core events
    [ 4956.205] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 4956.205] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 4956.205] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 4956.205] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 4956.205] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 4956.205] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
    [ 4956.205] (**) Option "xkb_rules" "evdev"
    [ 4956.206] (**) Option "xkb_model" "evdev"
    [ 4956.206] (**) Option "xkb_layout" "us"
    [ 4956.208] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event6)
    [ 4956.208] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
    [ 4956.208] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
    [ 4956.208] (**) TPPS/2 IBM TrackPoint: always reports core events
    [ 4956.208] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event6"
    [ 4956.208] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
    [ 4956.208] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
    [ 4956.208] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
    [ 4956.208] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
    [ 4956.208] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
    [ 4956.208] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
    [ 4956.208] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 4956.208] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event6"
    [ 4956.208] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 10)
    [ 4956.209] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
    [ 4956.209] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
    [ 4956.209] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
    [ 4956.209] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
    [ 4956.209] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
    [ 4956.210] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse0)
    [ 4956.210] (II) No input driver specified, ignoring this device.
    [ 4956.210] (II) This device may have been added with another device file.
    [ 4956.211] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
    [ 4956.211] (II) No input driver specified, ignoring this device.
    [ 4956.211] (II) This device may have been added with another device file.
    [ 4956.213] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event7)
    [ 4956.213] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
    [ 4956.213] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
    [ 4956.213] (**) ThinkPad Extra Buttons: always reports core events
    [ 4956.213] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event7"
    [ 4956.214] (--) evdev: ThinkPad Extra Buttons: Vendor 0x1014 Product 0x5054
    [ 4956.214] (--) evdev: ThinkPad Extra Buttons: Found keys
    [ 4956.214] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
    [ 4956.214] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input7/event7"
    [ 4956.214] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 11)
    [ 4956.214] (**) Option "xkb_rules" "evdev"
    [ 4956.214] (**) Option "xkb_model" "evdev"
    [ 4956.214] (**) Option "xkb_layout" "us"
    [ 4960.630] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 4964.186] (II) evdev: ThinkPad Extra Buttons: Close
    [ 4964.189] (II) UnloadModule: "evdev"
    [ 4964.189] (II) evdev: TPPS/2 IBM TrackPoint: Close
    [ 4964.189] (II) UnloadModule: "evdev"
    [ 4964.189] (II) evdev: AT Translated Set 2 keyboard: Close
    [ 4964.189] (II) UnloadModule: "evdev"
    [ 4964.189] (II) evdev: Sleep Button: Close
    [ 4964.189] (II) UnloadModule: "evdev"
    [ 4964.189] (II) evdev: Video Bus: Close
    [ 4964.190] (II) UnloadModule: "evdev"
    [ 4964.190] (II) evdev: Power Button: Close
    [ 4964.190] (II) UnloadModule: "evdev"
    [ 4964.192] Server terminated successfully (0). Closing log file.

    karol wrote:
    Leonid.I wrote:@0x001A4:
    To run twm, you need to install xorg-twm from [extra] (I am not sure if it installs by default). Do you have xterm installed?
    According to his first post he has both xorg-twm and xterm installed.
    I do indeed.
    I went ahead and installed LXDE anyways, just to see what would happen. Exact same thing, it looks like everything is about to load but only the mouse cursor shows up. My Xorg.0.log is the same, so I won't post it again.
    I do get an error in the console about the openbox menu.xml file missing but I doubt that's related.
    X.Org X Server 1.13.0
    Release Date: 2012-09-05
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.6.0-1-ARCH i686
    Current Operating System: Linux x_00294-ibc 3.5.6-1-ARCH #1 SMP PREEMPT Sun Oct 7 19:33:50 CEST 2012 i686
    Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=ec6a9a60-8d8c-4de0-960b-9e2a044d0ca5 ro quiet
    Build Date: 05 October 2012 02:01:30PM
    Current version of pixman: 0.26.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    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 Oct 15 18:12:28 2012
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    Initializing built-in extension Generic Event Extension
    Initializing built-in extension SHAPE
    Initializing built-in extension MIT-SHM
    Initializing built-in extension XInputExtension
    Initializing built-in extension XTEST
    Initializing built-in extension BIG-REQUESTS
    Initializing built-in extension SYNC
    Initializing built-in extension XKEYBOARD
    Initializing built-in extension XC-MISC
    Initializing built-in extension SECURITY
    Initializing built-in extension XINERAMA
    Initializing built-in extension XFIXES
    Initializing built-in extension RENDER
    Initializing built-in extension RANDR
    Initializing built-in extension COMPOSITE
    Initializing built-in extension DAMAGE
    Initializing built-in extension MIT-SCREEN-SAVER
    Initializing built-in extension DOUBLE-BUFFER
    Initializing built-in extension RECORD
    Initializing built-in extension DPMS
    Initializing built-in extension X-Resource
    Initializing built-in extension XVideo
    Initializing built-in extension XVideo-MotionCompensation
    Initializing built-in extension XFree86-VidModeExtension
    Initializing built-in extension XFree86-DGA
    Initializing built-in extension XFree86-DRI
    Initializing built-in extension DRI2
    Loading extension GLX
    Openbox-Message: Unable to find a valid menu file "/usr/share/lxde/openbox/menu.xml"
    xinit: connection to X server lost
    waiting for X server to shut down pcmanfm: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
    XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
    after 2326 requests (2323 known processed) with 0 events remaining.
    Server terminated successfully (0). Closing log file.
    xinit: unexpected signal 2
    .xinitrc for my user
    exec ck-launch-session startlxde
    Very wierd.

  • Will a new MotherBoar​d cure Blank Screen with blinking cursor?

    Stuck with Blank Screen with blinking cursor; ESC key couldn’t bring up Startup Menu; OS is not loading
    Product Name: HP G62 237 CA Notebook PC
    Short description of the problems:   
    --- Press ESC key couldn’t bring up Startup Menu when booting up
    --- Blank screen with blinking cursor thereafter
    --- Stuck here forever and OS is not loading
    DETAILED INFORMATION:
    Product Name and Operating System:      
    Model: HP G62 237 CA Notebook PC
    O/S: Pre-loaded with Win 7 Home Prem
    Processor: Pent. Dual-Core CPU T4500 2.30GHz
    Memory: 4GB
    BIOS Ver. (Insyde): F.17
    System BOARD ID: 1484
    Product #: WQ767UA#ABC
    Product Config ID: 049C110000202710000020000
    Problem History:     
    --- Used to have frequent BSOD (got fixed later because of faulty RAM that I suspected)
    --- Window couldn’t be loaded
    --- Window Repair and HP Recovery were tried but not functioning
    --- OEM Hard Drive was then removed & formatted few times by using other computer
    --- Hard Drive was then tested by other computer; it can be installed Win XP & Win 7
    --- So, Hard Drive was eliminated from the suspect list
    --- Replaced with other good RAM from other computers & put back the OEM Hard Drive to my HP G62; everything worked fine, such as: able to reinstall Win 7; listening to music files; got Internet to download latest BIOS from HP support site; connected to my 42 inched TV as my monitor; and even smoothly updated the BIOS from v.17 to v.37!
    --- Also, able to receive Window Updates from the Internet; and seemed that all problems were nicely solved
    --- Once I believe my system got stabilized; I went back to test the 2 supposedly problematic RAM to see whether they were both faulty or not, then the whole thing has turned around! Completely screwed me up until this moment …
    --- After put back the problematic RAM, Window couldn’t be loaded …
    --- With a few error messages… such as,
    --- The file is possibly corrupt. The file header checksum does not match the computed checksum;
    --- After the next reboot… an unexpected screen message showed up:
    Intel ® Cantiga PCI Accelerated SVGA BIOS
    Build Number: 1932 PC 14.34 11/11/2009 02:36:14
    DECOMPILATION OR DISASSEMBLY PROHIBITED
    Copyright © 2000-2003 Intel Corp. All Rights Reserved.
    --- After that, OS was not loading …
    --- Press ESC key couldn’t bring up the Startup Menu during boot up
    --- Blank screen with blinking cursor thereafter and seems stuck here forever
    Procedures performed for troubleshooting:
    Tried hard reset for more than 5 times (removed battery, AC adapter disconnected and then hold down the Power button for more than 60 secs) and tried reseating memory too; same result with Blank Screen with blinking cursor after each reboot.
    Connected to an external monitor [Fn + F4/F5] to see whether there was any display, nothing has showed on the external monitor, it seemed that no connection established between the two.
    Finally, took the long journey to follow the Service and Maintenance Guide of HP G62 to remove the CMOS battery for well over 15 minutes and put it back. But the result was again disappointed. Tried 4 times already. The latest error message is:      
    The CMOS checksum is invalid. The CMOS will be reset to the default configuration and will be rebooted. Please check your BIOS Setup options to see if they change.
    CMOS Reset (502)
    ENTER – Reboot the system
    After this message, the same Blank Screen with blinking cursor came back. And pressing the ESC key couldn’t bring up Startup Menu when booting up …
    Note: the fan is still running; the Power button is functioning but seems stuck here forever!
    I’ve already carefully read this HP Support document titled “HP BIOS Application Selected is Corrupt or Missing”:
    http://h10010.www1.hp.com/ewfrf/wc/document?cc=us&​lc=en&dlc=en&docname=c01443485#N144
    If really is the BIOS problems, then I will have the difficulties of updating a Window-based BIOS when I couldn’t even load Window!
    (Note: Boot from USB has no point because right now I couldn’t change the boot sequence because the various “Startup Menu” options are not showing up!)  
    Secondly, I am still stuck with the Blank Screen with a blinking cursor after I passed the first screen of “Press the ESC key for Startup Menu” when re-booted again!
    Thirdly, I have formatted my Hard Drive more than 3 times during the last few days for testing; I don’t have the OEM pre-loaded Win 7 with me anyone … and I don’t think I have the UEFI installed previously on my system. I did try hold down the Win Key + B with the most updated BIOS in the attached USB …, it came back with the same blank screen with a cursor blinking after reboot.
    Note: the Blank Screen I’m experiencing right now is not completely black, in fact, there is background light from behind the screen and on each reboot, I can see the HP logo and the left corner message of: “Press ESC key for Startup Menu” … So, I suppose that my computer screen is not physically broken at least.
    Requests:
    Please explain to me that what are the problem areas and the root causes if is possible?
    What steps or other tests can be done to make it work again?
    Do you think replacing the entire MotherBoard can cure the Blank Screen with blinking cursor?
    [Warranty: expired! I am the original purchaser & the end-user of this HP G62; acquired 2 years ago directly from a trustworthy source: staples (in Canada). Would HP Support still willing to service it for an extra charge?]
    Thanks in advance for any suggestion and idea!
    Owenson
    ===========================================

    Stuck with Blank Screen with blinking cursor; ESC key couldn’t bring up Startup Menu; OS is not loading
    Product Name: HP G62 237 CA Notebook PC
    Short description of the problems:   
    --- Press ESC key couldn’t bring up Startup Menu when booting up
    --- Blank screen with blinking cursor thereafter
    --- Stuck here forever and OS is not loading
    DETAILED INFORMATION:
    Product Name and Operating System:      
    Model: HP G62 237 CA Notebook PC
    O/S: Pre-loaded with Win 7 Home Prem
    Processor: Pent. Dual-Core CPU T4500 2.30GHz
    Memory: 4GB
    BIOS Ver. (Insyde): F.17
    System BOARD ID: 1484
    Product #: WQ767UA#ABC
    Product Config ID: 049C110000202710000020000
    Problem History:     
    --- Used to have frequent BSOD (got fixed later because of faulty RAM that I suspected)
    --- Window couldn’t be loaded
    --- Window Repair and HP Recovery were tried but not functioning
    --- OEM Hard Drive was then removed & formatted few times by using other computer
    --- Hard Drive was then tested by other computer; it can be installed Win XP & Win 7
    --- So, Hard Drive was eliminated from the suspect list
    --- Replaced with other good RAM from other computers & put back the OEM Hard Drive to my HP G62; everything worked fine, such as: able to reinstall Win 7; listening to music files; got Internet to download latest BIOS from HP support site; connected to my 42 inched TV as my monitor; and even smoothly updated the BIOS from v.17 to v.37!
    --- Also, able to receive Window Updates from the Internet; and seemed that all problems were nicely solved
    --- Once I believe my system got stabilized; I went back to test the 2 supposedly problematic RAM to see whether they were both faulty or not, then the whole thing has turned around! Completely screwed me up until this moment …
    --- After put back the problematic RAM, Window couldn’t be loaded …
    --- With a few error messages… such as,
    --- The file is possibly corrupt. The file header checksum does not match the computed checksum;
    --- After the next reboot… an unexpected screen message showed up:
    Intel ® Cantiga PCI Accelerated SVGA BIOS
    Build Number: 1932 PC 14.34 11/11/2009 02:36:14
    DECOMPILATION OR DISASSEMBLY PROHIBITED
    Copyright © 2000-2003 Intel Corp. All Rights Reserved.
    --- After that, OS was not loading …
    --- Press ESC key couldn’t bring up the Startup Menu during boot up
    --- Blank screen with blinking cursor thereafter and seems stuck here forever
    Procedures performed for troubleshooting:
    Tried hard reset for more than 5 times (removed battery, AC adapter disconnected and then hold down the Power button for more than 60 secs) and tried reseating memory too; same result with Blank Screen with blinking cursor after each reboot.
    Connected to an external monitor [Fn + F4/F5] to see whether there was any display, nothing has showed on the external monitor, it seemed that no connection established between the two.
    Finally, took the long journey to follow the Service and Maintenance Guide of HP G62 to remove the CMOS battery for well over 15 minutes and put it back. But the result was again disappointed. Tried 4 times already. The latest error message is:      
    The CMOS checksum is invalid. The CMOS will be reset to the default configuration and will be rebooted. Please check your BIOS Setup options to see if they change.
    CMOS Reset (502)
    ENTER – Reboot the system
    After this message, the same Blank Screen with blinking cursor came back. And pressing the ESC key couldn’t bring up Startup Menu when booting up …
    Note: the fan is still running; the Power button is functioning but seems stuck here forever!
    I’ve already carefully read this HP Support document titled “HP BIOS Application Selected is Corrupt or Missing”:
    http://h10010.www1.hp.com/ewfrf/wc/document?cc=us&​lc=en&dlc=en&docname=c01443485#N144
    If really is the BIOS problems, then I will have the difficulties of updating a Window-based BIOS when I couldn’t even load Window!
    (Note: Boot from USB has no point because right now I couldn’t change the boot sequence because the various “Startup Menu” options are not showing up!)  
    Secondly, I am still stuck with the Blank Screen with a blinking cursor after I passed the first screen of “Press the ESC key for Startup Menu” when re-booted again!
    Thirdly, I have formatted my Hard Drive more than 3 times during the last few days for testing; I don’t have the OEM pre-loaded Win 7 with me anyone … and I don’t think I have the UEFI installed previously on my system. I did try hold down the Win Key + B with the most updated BIOS in the attached USB …, it came back with the same blank screen with a cursor blinking after reboot.
    Note: the Blank Screen I’m experiencing right now is not completely black, in fact, there is background light from behind the screen and on each reboot, I can see the HP logo and the left corner message of: “Press ESC key for Startup Menu” … So, I suppose that my computer screen is not physically broken at least.
    Requests:
    Please explain to me that what are the problem areas and the root causes if is possible?
    What steps or other tests can be done to make it work again?
    Do you think replacing the entire MotherBoard can cure the Blank Screen with blinking cursor?
    [Warranty: expired! I am the original purchaser & the end-user of this HP G62; acquired 2 years ago directly from a trustworthy source: staples (in Canada). Would HP Support still willing to service it for an extra charge?]
    Thanks in advance for any suggestion and idea!
    Owenson
    ===========================================

  • YouTube will not work on safari for me on the ipad. Is there anyway to fix this? I can go anywhere else on the internet fine and it works on google chrome, but on safari it shows a blank screen with the bar on top after it loads.

    YouTube will not work on safari for me on the ipad. Is there anyway to fix this? I can go anywhere else on the internet fine and it works on google chrome, but on safari it shows a blank screen with the bar on top after it loads, if it's even loading at all.
    I do not know if it's relevant or not, but I got a message on my ipad while on safari saying that my iPhone has a virus. I looked it up and it seems it might have just been an ad from the website I was on, but it happened around the same time YouTube stopped working.

    You will find that using the YouTube app will provide a better viewing experience for YouTube videos.

  • Blank Screen with cursor after login Windows 7, Unable to start new tasks

    My problem is similar to the well know Windows 7 Black Screen as referenced by Prevx, though different. When I boot my Windows 7 computer, the login screen appears as always. Following entering the password for default user,
    the screen will give the impression of login, but the final result is a plain black screen with the cursor only. The black screen appears indefinitely and the Windows GUI never appears. The only available option from booting in normal mode with this is Ctrl-Alt-Del
    (Task Manager). From analyzing another computer with Windows 7 Professional, my Task Manager is missing the following user processes: dwm.exe, explorer.exe, and taskhost.exe. Additionally, it is missing the following system processes (possibly irrelevant):
    spoolsv.exe and wmiprvse.exe.
    When I attempt to start a new process using Windows Task Manager, an error message will appear saying “Windows Task Manager has stopped working” and forces you to close Windows Task Manager. This includes starting
    any process such as cmd or explorer.
    I attempted to boot into safe mode. 
    The result was the same as above. Then I attempted booting into safe mode with command prompt. This showed some hope. Following authentification from the login screen, the command prompt appears with the same blank screen with a cursor behind it. Initially
    I attempted to run msconfig.msc to run a clean startup. System Configuration Utilities opens briefly then displays the error same as above. “System Configuration Utility has stopped working” and again forces the program to close. Then I tried to
    open regedit. This works with no error messages! So I have access to the registry, but have no idea what I should modify to get my computer running normally.
    Things I have tried:
    1)   
    Restoring to last know good configuration. (No result)
    2)   
    Repairing Windows configuration. (No result)
    3)   
    Scanning the drive 3 separate times for viruses with both Avast and Symantec. (No viruses detected)
    4)   
    Repairing the REG_SZ value HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Shell as proposed in
    http://social.technet.microsoft.com/Forums/en/w7itprogeneral/thread/5b94b775-992e-4f48-b3ff-c89b3cf45e82
    5)   
    Executing Prevx’s fix file as proposed in
    http://www.prevx.com/blog/140/Black-Screen-woes-could-affect-millions-on-Windows--Vista-and-XP.html
    Any ideas are much appreciated.
    Thanks,
    John

    Same problem  I've found a solution.
    #1 Hit fastly 5 time the left shitf button on your keyboard.
    A windows will appaers to know if you want to caps lock. Keep it open
    #2 Alt-CTRL-Del
      You have know your desktop
    #3 Go on add-remove programme
    3a) Go on windows add-remove
    3b) Remove internet explorer
    ok-ok-ok - untill it's remove and ask to restart
    #4 No more problem. You have to go on the net with chrome or firefox.

  • Bootcamp 5.0 installation: Blank Screen with blinking cursor after restart

    I have a late 2011 mbp with 16gb ram, 2 750gb hard drives. I'm trying to install bootcamp on the 2nd hard drive. I'm using the cd drive in an external usb housing to install windows 7 ISO burn. I've used this cd several times in the past with no issues. After creating the partition with bootcamp assistant, my mac restarts automatically then when it boots, it goes to a blank black screen with a blinking cursor. I have restarted and repeated this process several times, as well as let it set there for about 1 hour and still nothing...I've also tried sudo ram reset and command option p r but still nothing.
    Anyone have any idea what's wrong?

    Ok guys, for those of you who are having the same problem...here are the instructions on how to get past the blank screen and install windows 7 bootcamp with TWO hard drives installed.
    1. With both hard drives installed, start the bootcamp assistant (you need a usb optical drive with windows dvd inserted to do this). Partition your SECOND hard drive for windows.
    2. When your computer restarts and your at the blank screen with the blinking cursor of doom, manually shut down your computer.
    3. Remove both hard drives from your MBP. Put the "Bootcamp" partitioned hard drive in the main HD bay. MAC OS DOES NOT NEED TO BE INSTALLED ON THE  "BOOTCAMP" HD TO DO THIS.
    4. Install your optical drive back into its factory place. (Where the "BOOTCAMP" HD was just installed at)
    5. Power back up your MBP while holding the alt/option key down. Make sure the windows DVD is still in the optical drive!
    6. Click on windows cd to boot from.
    7. Start installing.
    8. When finished, replace optical drive with "BOOTCAMP" HD and put MAC OS HD back in like it was before this process.
    9. Your finished.
    10. Now enjoy!

  • I have iOS 7. When I go to the itunes store on my ipod touch it gives me a blank screen with nothing on it. I restarted my ipod touch and it didn't work. Can someone help me with this?

    I have iOS 7. When I go to the itunes store on my ipod touch it gives me a blank screen with nothing on it. I restarted my ipod touch and it didn't work. Can someone help me with this?

    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Go to Settings>iTunes and App stores and sign out and sign back in
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up                                                                
    - Restore to factory settings/new iOS device.      

  • Won't boot up. Comes to a blank screen with a blinking curser in the top left corner?

    Hi.  I have a hp G62-225NR Notebook running windows 7.  I was browsing the internet as usual when the computer suddenly shut off and restarted itself, then not too long after it restarted itself it shut off again accept this time it only came to a blank screen with the blinking curser at the top.  I've tried troubleshooting online and I went to the BIO and restored default setup and did the hard drive and memory test which both passed.  I can't get to safe mode, or don't know properly how, and when I hit f11 for system recovery it just goes back to the blank screen with the blinking curser.  The computer was working just fine, it seems like there must be a fix for this.  Any advise here would obviously be hugely appreciated, thanks in advance.

    http://support.apple.com/kb/TS2570    Follow this article and when it gets to the part where you go into disk utility using your install disc, you'll actually boot up holding down Command and R

  • HT1386 I just got an iphone 4 and when I go to sync it, it appears in the left hand column but when I click on it there is just a blank screen with the apply logo and a tiny lock.

    I just got an iphone 4 and when I go to sync it, it appears in the left hand column but when I click on it there is just a blank screen with the apply logo and a tiny lock.

    OK, I think I fixed it.
    After trying to restore with an old backup from the phone (it estimated it would take 4 hours) I cancelled and went through the setup menus again, but set it up as a new phone. It then appeared in iTunes and I restored it from the computer, not the phone. It appears to be working, it's syncing my old apps right now.
    Summary:
    1. Reset settings on phone (hopefully you backed up fairly recently)
    2. Set up as NEW iPhone in setup menu on phone
    3. Restore from iTunes on computer when it recognizes the phone
    4. Cross fingers

  • Blank Screen while navigating from one screen to another in a web applicati

    Blank Screen while navigating from one screen to another in a web application.
    While navigating through the screens of the web-based application, I get blank screen at times. The application menu bar is still visible and the header and footer jsps are also still available. The main processing frame alone goes blank. Once I get the blank screen, I am able to choose from the menu option and contine navigating through the screens.
    The application has been deployed on WebSphere Application Server v6.0 and uses JDK 1.4.2. I have checked the application, server and systemerr logs. And there are no exceptions in any of the log files. There is no difference in the logs for a normal flow and the flow when the blank screen occurs.
    The blank screen does not occur always. It occurs around 3 out of 10 times. If you consider a particular page, mostly it loads normally and very few times, the blank screen occurs.
    Compression filter is being used and it gets invoked for every request. Size before and after compression also gets printed in the logs.
    Could this be causing any issue in terms of memory handled or could any jsp timeout be happening, though there are no exceptions in the logs.

    Well, since no one has any ideas, here is my two cents worth:
    Can you turn off compression and see if the problem goes away? If not, I suggest creating a small separate project with the same functionality as that part of the program that causes problems and see if you can duplicate it. Use System.out.println() in the java code and out.write() in the JSP pages throughout the java and JSP code to write to the log file or console as each section is run to see what section is causing problems. You can also consider commenting out sections of code in your JSP page to see if you can isolate the problem.
    I had a similar problem with the screen being blank and this is what I found:
    My JSP page had an include tag in it that included another JSP page. The outer JSP page was drawn and waited for the included JSP page to be drawn. The logic took several minutes to run and something timed out. The inner JSP page was never drawn. No log entry occurred. It appears that it was not Apache or Tomcat that caused the problem, but some firewall or similiar such device. If you have a firewall or similar device, see if the person who maintains it can temporarily set its timeout to a very long time (15 minutes) to see if the problem goes away. Apache and Tomcat probably also have a timeout feature too. You will have to read up on their configuration settings on how to set them.
    By the way, each of those devices probably has its own log file you can read to see if its reporting an error.

  • I am having trouble with my MacBook Pro. I get a blank screen with a flashing document file with a question mark in it, yes I have tried to install Mac OS X with the original disk but I get no choices of where I wish to install Mac OS X. Please help ;(

    I am having some trouble with my computer, what happened was: I was playing on a game, I played with a magnet, it started to go slower and slower, I pressed F9 then it went slower and then it went to a blank screen with a flashing document with a question mark on it. I tried the original OS X installation disk but when it came to choosing the area of which I save it, it showed no areas.

    Startup your Mac while holding down the Option key. That should prompt the Startup Manager window where you can select the startup disk then click Restart.
    If the startup disk is not available from that window, you may be able to repair the disk.
    Help here >  A flashing question mark appears when you start your Mac

  • TS1367 My MacBook air has a blinking file folder icon on a blank screen with a ? In the center of the icon. I've tried turning on and off three times but it hasn't helped.  Any suggestions?

    My MacBook Air has a blinking file folder icon on a blank screen with a ? In the middle of the icon. I've tried turning my computer off and on three times with no luck.  Any recommendations on how to fix the problem? 

    Reinstall OS X without erasing the drive
    1. Repair the Hard Drive and Permissions
    Boot from your Snow Leopard Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    2. Reinstall Snow Leopard
    If the drive is OK then quit DU and return to the installer.  Proceed with reinstalling OS X.  Note that the Snow Leopard installer will not erase your drive or disturb your files.  After installing a fresh copy of OS X the installer will move your Home folder, third-party applications, support items, and network preferences into the newly installed system.
    Download and install Mac OS X 10.6.8 Update Combo v1.1.

  • When I log into the iTunes store my screen shows the marker go half way across the loading indicator, the screen show a blank screen with the heading accessing  iTunes. If I go to the right side and search the store the names drop down. Nothing happens

    When I log into the iTunes store my screen shows the marker go half way across the loading indicator, the screen shows a blank screen with the heading "accessing  iTunes". If I go to the right side and search the store the "search names" drop down. Then nothing happens. My iTunes store account info is shown on the right side
    I am using a Dell Vostro 3400, with 8 GB RAM, Windows 7 64bit Ultimate OS. ITunes version 10.5? (Latest)
    What I have tried:
    Uninstalled iTunes,
    Removed firewall and protection.
    Re-installed iTunes 64bit (still get the same issue)
    Restarted firewall, added apple.com etc.
    I have created a new user profile to no vail.
    Still the same issue. I can access using my iPod 

    I am having the same problem ever since I upgraded.  Have received four emails from Apple support on the
    issue and nothing has worked.  Unloaded 10.5 and went back to 10.3 which worked fine but it would not allow
    me to sync my Iphone with the ios 5 upgrade.  Went back to 10.5 and sometimes get exactly what you do when
    I try an access the store.  It looks like something is clearly missing.  Have done just about everything I have seen
    on threads but nothing works.  Really need help.

  • WDS Capture Image Blank Screen with Cursor

    Hey everyone, happy Friday and Happy Sysadmin Day!
    Not super happy for myself unfortunately! I'm having a problem with a Capture Image in WDS. I have a Sysprepped Dell 6440 running Windows 7 x64.I've created a Capture Image in WDS from a boot image with drivers injected and without drivers injected, but every time I boot from PXE, it gets to the windows loading screen, and then it just shows a blank screen with a cursor.I'm using Microsoft's OpenLicense ISO as a base for the boot.wimI can't find any solution that works. I've tried mounting and unmounting the WIM, restarting WDS, etc. This is getting really frustrating as I'm so close to having these images ready.The blank screen won't do anything, won't open a cmd with Shift+
    F10 or anything. I've also tried booting on a different machine and it does the same thing.Any suggestions are...
    This topic first appeared in the Spiceworks Community

    HI @Moonrod ,
    Welcome to the HP Forums!
    It is a super place to find answers and information!
    For you to have the best experience in the HP forum I would like to direct your attention to the HP Forums Guide Learn How to Post and More
    I grasp you were unable to do a refresh you PC as you received the message that the drive was locked.
    Please refer to my post Re: Can't refresh or reset windows 8.1 because drive is locked
    Here is a link from the windowsclub.com that may also be informative.
    Fix: The drive where Windows is installed is locked.
    Best of Luck!
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

Maybe you are looking for

  • Updating the table is taking long time

    I have one table Solution, in that in one java application P, 1) i am inserting a new record by passing values to a oracle procedure A. 2) And in the same application i am updating the same record by calling one oracle function B. Now in another java

  • Highight days with events in the calendar at bottom left

    Hi, is there a way to have an indicator of which days have at least an event in the small calendar on the bottom left in iCal? This would allow to know at a glance what days are already (at least partially) busy without checking them one by one... Th

  • Why won't Painter erase a keyword on only ONE image at a time?

    This has been driving me crazy - I'd like to delete a keyword on select images. I have hundreds of keywords and many are nested, so sometimes I screw up and need to erase selectively. I thought this problem was a bug, but it has persisted into LR 2.4

  • Windows freezes when I plug in iPod

    My iPod was working fine until I updated my iTunes software yesterday (10.15.05). While updating my computer froze completely and I had to do a hard shut down. Now, when I plug in to the USB 2.0 port (which is Belkin pc card external - bought at an a

  • My old computer died, and not all of my music is moving back to itunes

    First I saved all my music on the old computer into a file on my external hard drive. I knew it was nearing it's death. When I went to move it to my new laptop today, it only picked up the purchased items. I had so many songs on there!!!! How do I ge