Laptop + Xfce + Xorg + Catalyst = black screen

Hello this is my configuration
Xorg: 1.5.3-4
Xfce: 2.4.3-1
Catalyst: 8.12-1
Card: Radeon Xpress 200M
after system update when I startx x i get only black screen and can do nothing, keyboard and mouse don't answer only restart help
this is my xorg.conf
# Auto-generated by Archie mkxcfg
# Auto-generated by Archie mkxcfg
Section "ServerLayout"
# PS/2 Mouse not detected
# Serial Mouse not detected
Identifier "Xorg Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "USB Mouse" "CorePointer"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/defoma/TrueType"
EndSection
Section "Module"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "freetype"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
Option "AutoAddDevices" "False"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "pl"
EndSection
Section "InputDevice"
Identifier "Serial Mouse"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "Device" "/dev/ttyS0"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection
Section "InputDevice"
Identifier "PS/2 Mouse"
Driver "mouse"
Option "Protocol" "auto"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection
Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
Identifier "Card0"
Driver "fglrx"
VendorName "All"
BoardName "All"
BusID "PCI:1:5:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
this is my Xorg.0.log
X.Org X Server 1.5.3
Release Date: 5 November 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.27-ARCH i686
Current Operating System: Linux myhost 2.6.27-ARCH #1 SMP PREEMPT Mon Dec 8 22:01:01 UTC 2008 i686
Build Date: 17 December 2008 08:20:05PM
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: Sun Dec 21 22:10:47 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Xorg Configured"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Card0"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "USB Mouse"
(**) Option "AllowMouseOpenFail" "true"
(**) Option "AutoAddDevices" "False"
(**) Not automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/defoma/TrueType" does not exist.
Entry deleted from font path.
(==) Including the default font path /usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1.
(**) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/75dpi:unscaled,
/usr/share/fonts/100dpi:unscaled,
/usr/share/fonts/Type1,
/usr/share/fonts/misc,
/usr/share/fonts/100dpi:unscaled,
/usr/share/fonts/75dpi:unscaled,
/usr/share/fonts/TTF,
/usr/share/fonts/Type1
(**) ModulePath set to "/usr/lib/xorg/modules"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x81d5fe0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 4.1
X.Org XInput driver : 2.1
X.Org Server Extension : 1.1
X.Org Font Renderer : 0.6
(II) Loader running on linux
(--) using VT number 7
(--) PCI:*(0@1:5:0) ATI Technologies Inc RC410 [Radeon Xpress 200M] rev 0, Mem @ 0xb0000000/0, 0xfa8f0000/0, I/O @ 0x00009800/0, BIOS @ 0x????????/131072
(II) System resource ranges:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[b]
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 7.4.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 7.4.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 1.1
(**) 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.5.3, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.6
(II) Loading font FreeType
(II) LoadModule: "fglrx"
(II) Loading /usr/lib/xorg/modules/drivers//fglrx_drv.so
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
compiled for 1.4.99.906, module version = 8.56.4
Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.3.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.3.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.0
(II) Primary Device is: PCI 01@00:05:0
(WW) Falling back to old probe method for fglrx
(II) ATI Proprietary Linux Driver Version Identifier:8.56.4
(II) ATI Proprietary Linux Driver Release Identifier: 8.561
(II) ATI Proprietary Linux Driver Build Date: Dec 1 2008 14:55:43
(WW) This ATI Proprietary Linux Driver does not guarantee support of video driver ABI higher than 2.0
(WW) Video driver ABI version of the X server is 4.1
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:0:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:1:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:4:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:5:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:6:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:7:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:3) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:4) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:5) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
(--) Chipset Supported AMD Graphics Processor (0x5A62) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:0:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:1:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:4:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:5:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:6:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:7:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:3) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:4) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:5) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
(II) AMD Video driver is running on a device belonging to a group targeted for this release
(II) AMD Video driver is signed
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[b]
(II) fglrx(0): pEnt->device->identifier=0x97f8188
(II) resource ranges after probing:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
[5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
[6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
[7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
[9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
[10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
(II) Setting vga for screen 0.
(II) fglrx(0): === [atiddxPreInit] === begin
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 0.1.0
ABI class: X.Org Video Driver, version 4.1
(II) fglrx(0): PCI bus 1 card 5 func 0
(**) fglrx(0): Depth 24, (--) framebuffer bpp 32
(II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) fglrx(0): Default visual is TrueColor
(II) fglrx(0): Loading PCS database from /etc/ati/amdpcsdb
(II) fglrx(0): 10BitPixelFormat disabled by default
(==) fglrx(0): RGB weight 888
(II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
(==) fglrx(0): Gamma Correction for I is 0x06419064
(==) fglrx(0): Gamma Correction for II is 0x06419064
(==) fglrx(0): Buffer Tiling is ON
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Loading /usr/lib/xorg/modules/linux//libfglrxdrm.so
(II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
compiled for 1.4.99.906, module version = 8.56.4
ABI class: X.Org Server Extension, version 1.1
(--) fglrx(0): Chipset: "ATI Radeon Xpress Series" (Chipset = 0x5a62)
(--) fglrx(0): (PciSubVendor = 0x1043, PciSubDevice = 0x1402)
(--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xb0000000
(--) fglrx(0): MMIO registers at 0xfa8f0000
(--) fglrx(0): I/O port at 0x00009800
(==) fglrx(0): ROM-BIOS at 0x000c0000
(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.5.3, module version = 1.0.0
ABI class: X.Org Video Driver, version 4.1
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.1.0
ABI class: X.Org Video Driver, version 4.1
(II) fglrx(0): VESA BIOS detected
(II) fglrx(0): VESA VBE Version 2.0
(II) fglrx(0): VESA VBE Total Mem: 16384 kB
(II) fglrx(0): VESA VBE OEM: ATI RADEON XPRESS 200M Series
(II) fglrx(0): VESA VBE OEM Software Rev: 1.0
(II) fglrx(0): VESA VBE OEM Vendor: ATI Technologies Inc.
(II) fglrx(0): VESA VBE OEM Product: MS4
(II) fglrx(0): VESA VBE OEM Product Rev: 01.00
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenByBusid: Searching for BusID PCI:1:5:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenByBusid: drmOpenMinor returns 9
drmOpenByBusid: drmGetBusid reports PCI:1:5:0
(II) fglrx(0): Using adapter: 1:5.0.
(II) fglrx(0): [FB] MC range(MCFBBase = 0x1c000000, MCFBSize = 0x4000000)
(--) fglrx(0): Video RAM: 65536 kByte, Type: DDR SGRAM / SDRAM
(II) fglrx(0): PCIE card detected
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) fglrx(0): ***Display: ConnectedDisplayTypes=0x00000002, disabled=0x00000000
(II) fglrx(0): Connected Display1: LCD on internal LVDS [lvds]
(II) fglrx(0): Display1 EDID data ---------------------------
(II) fglrx(0): Manufacturer: AUO Model: 2174 Serial#: 0
(II) fglrx(0): Year: 2005 Week: 1
(II) fglrx(0): EDID Version: 1.3
(II) fglrx(0): Digital Display Input
(II) fglrx(0): Max Image Size [cm]: horiz.: 33 vert.: 21
(II) fglrx(0): Gamma: 2.20
(II) fglrx(0): No DPMS capabilities specified
(II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) fglrx(0): First detailed timing is preferred mode
(II) fglrx(0): redX: 0.590 redY: 0.345 greenX: 0.315 greenY: 0.555
(II) fglrx(0): blueX: 0.155 blueY: 0.155 whiteX: 0.313 whiteY: 0.329
(II) fglrx(0): Manufacturer's mask: 0
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 71.1 MHz Image Size: 331 x 207 mm
(II) fglrx(0): h_active: 1280 h_sync: 1328 h_sync_end 1360 h_blank_end 1440 h_border: 0
(II) fglrx(0): v_active: 800 v_sync: 803 v_sync_end 809 v_blanking: 823 v_border: 0
(WW) fglrx(0): Unknown vendor-specific block f
(II) fglrx(0): AUO
(II) fglrx(0): B154EW02 V1
(II) fglrx(0): EDID (in hex):
(II) fglrx(0): 00ffffffffffff0006af742100000000
(II) fglrx(0): 010f0103802115780a1cf59758508e27
(II) fglrx(0): 27505400000001010101010101010101
(II) fglrx(0): 010101010101c71b00a0502017303020
(II) fglrx(0): 36004bcf100000180000000f00000000
(II) fglrx(0): 00000000000000000020000000fe0041
(II) fglrx(0): 554f0a202020202020202020000000fe
(II) fglrx(0): 004231353445573032205631200a00aa
(II) fglrx(0): End of Display1 EDID data --------------------
(WW) fglrx(0): Only one display is connnected,so single mode is enabled
(II) fglrx(0): Primary Controller - LCD on internal LVDS
(II) fglrx(0): Internal Desktop Setting: 0x00000001
(II) fglrx(0): POWERplay version 3. 1 power state available:
(II) fglrx(0): 1. 337/333MHz @ 60Hz [enable load balancing]
(==) fglrx(0): QBS disabled
(==) fglrx(0): FAST_SWAP disabled
(==) fglrx(0): PseudoColor visuals disabled
(==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
(==) fglrx(0): Center Mode is disabled
(==) fglrx(0): TMDS coherent mode is enabled
(II) fglrx(0): Total of 12 modes found for primary display.
(--) fglrx(0): Virtual size is 1024x768 (pitch 0)
(**) fglrx(0): *Mode "1024x768": 71.1 MHz (scaled from 0.0 MHz), 49.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1024x768"x60.0 71.11 1024 1200 1224 1440 768 787 793 823 (49.4 kHz)
(**) fglrx(0): *Mode "800x600": 71.1 MHz (scaled from 0.0 MHz), 49.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "800x600"x60.0 71.11 800 1088 1112 1440 600 703 709 823 (49.4 kHz)
(**) fglrx(0): *Mode "640x480": 71.1 MHz (scaled from 0.0 MHz), 49.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x480"x60.0 71.11 640 1008 1032 1440 480 643 649 823 (49.4 kHz)
(**) fglrx(0): Default mode "848x480": 71.1 MHz (scaled from 0.0 MHz), 49.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "848x480"x60.0 71.11 848 1112 1136 1440 480 643 649 823 (49.4 kHz)
(**) fglrx(0): Default mode "720x576": 71.1 MHz (scaled from 0.0 MHz), 49.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "720x576"x60.0 71.11 720 1048 1072 1440 576 691 697 823 (49.4 kHz)
(**) fglrx(0): Default mode "720x480": 71.1 MHz (scaled from 0.0 MHz), 49.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "720x480"x60.0 71.11 720 1048 1072 1440 480 643 649 823 (49.4 kHz)
(**) fglrx(0): Default mode "640x400": 71.1 MHz (scaled from 0.0 MHz), 49.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x400"x60.0 71.11 640 1008 1032 1440 400 603 609 823 (49.4 kHz)
(**) fglrx(0): Default mode "640x350": 71.1 MHz (scaled from 0.0 MHz), 49.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x350"x60.0 71.11 640 1008 1032 1440 350 578 584 823 (49.4 kHz)
(**) fglrx(0): Default mode "512x384": 71.1 MHz (scaled from 0.0 MHz), 49.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "512x384"x60.0 71.11 512 944 968 1440 384 595 601 823 (49.4 kHz)
(**) fglrx(0): Default mode "400x300": 71.1 MHz (scaled from 0.0 MHz), 49.4 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "400x300"x60.0 71.11 400 888 912 1440 300 703 709 823 doublescan (49.4 kHz)
(**) fglrx(0): Default mode "320x240": 71.1 MHz (scaled from 0.0 MHz), 49.4 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "320x240"x60.0 71.11 320 848 872 1440 240 643 649 823 doublescan (49.4 kHz)
(**) fglrx(0): Default mode "320x200": 71.1 MHz (scaled from 0.0 MHz), 49.4 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "320x200"x60.0 71.11 320 848 872 1440 200 603 609 823 doublescan (49.4 kHz)
(--) fglrx(0): Display dimensions: (330, 210) mm
(--) fglrx(0): DPI set to (78, 92)
(--) fglrx(0): Virtual size is 1024x768 (pitch 1024)
(**) fglrx(0): *Mode "1024x768": 71.1 MHz (scaled from 0.0 MHz), 49.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1024x768"x60.0 71.11 1024 1200 1224 1440 768 787 793 823 (49.4 kHz)
(**) fglrx(0): *Mode "800x600": 71.1 MHz (scaled from 0.0 MHz), 49.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "800x600"x60.0 71.11 800 1088 1112 1440 600 703 709 823 (49.4 kHz)
(**) fglrx(0): *Mode "640x480": 71.1 MHz (scaled from 0.0 MHz), 49.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x480"x60.0 71.11 640 1008 1032 1440 480 643 649 823 (49.4 kHz)
(**) fglrx(0): Default mode "848x480": 71.1 MHz (scaled from 0.0 MHz), 49.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "848x480"x60.0 71.11 848 1112 1136 1440 480 643 649 823 (49.4 kHz)
(**) fglrx(0): Default mode "720x576": 71.1 MHz (scaled from 0.0 MHz), 49.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "720x576"x60.0 71.11 720 1048 1072 1440 576 691 697 823 (49.4 kHz)
(**) fglrx(0): Default mode "720x480": 71.1 MHz (scaled from 0.0 MHz), 49.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "720x480"x60.0 71.11 720 1048 1072 1440 480 643 649 823 (49.4 kHz)
(**) fglrx(0): Default mode "640x400": 71.1 MHz (scaled from 0.0 MHz), 49.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x400"x60.0 71.11 640 1008 1032 1440 400 603 609 823 (49.4 kHz)
(**) fglrx(0): Default mode "640x350": 71.1 MHz (scaled from 0.0 MHz), 49.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x350"x60.0 71.11 640 1008 1032 1440 350 578 584 823 (49.4 kHz)
(**) fglrx(0): Default mode "512x384": 71.1 MHz (scaled from 0.0 MHz), 49.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "512x384"x60.0 71.11 512 944 968 1440 384 595 601 823 (49.4 kHz)
(**) fglrx(0): Default mode "400x300": 71.1 MHz (scaled from 0.0 MHz), 49.4 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "400x300"x60.0 71.11 400 888 912 1440 300 703 709 823 doublescan (49.4 kHz)
(**) fglrx(0): Default mode "320x240": 71.1 MHz (scaled from 0.0 MHz), 49.4 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "320x240"x60.0 71.11 320 848 872 1440 240 643 649 823 doublescan (49.4 kHz)
(**) fglrx(0): Default mode "320x200": 71.1 MHz (scaled from 0.0 MHz), 49.4 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "320x200"x60.0 71.11 320 848 872 1440 200 603 609 823 doublescan (49.4 kHz)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(==) fglrx(0): NoAccel = NO
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.2.1
ABI class: X.Org Video Driver, version 4.1
(==) fglrx(0): NoDRI = NO
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Reloading /usr/lib/xorg/modules/linux//libfglrxdrm.so
(==) fglrx(0): Capabilities: 0x00000000
(==) fglrx(0): CapabilitiesEx: 0x00000000
(==) fglrx(0): cpuFlags: 0x8000001d
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(II) fglrx(0): [pcie] 262144 kB allocated
(II) fglrx(0): [drm] DRM buffer queue setup: nbufs = 100 bufsize = 65536
(==) fglrx(0): UseFastTLS=0
(==) fglrx(0): BlockSignalsOnLock=1
(II) fglrx(0): Direct rendering enabled
(II) fglrx(0): AC Adapter is used
(II) fglrx(0): Interrupt handler installed at IRQ 17.
(II) fglrx(0): Exposed events to the /proc interface
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprU)
[5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprU)
[6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprU)
[7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
[9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
[10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
(II) fglrx(0): driver needs X.org 1.4.x.y with x.y >= 99.906
(II) fglrx(0): detected X.org 7.4.3.0
(II) Loading extension ATIFGLRXDRI
(II) fglrx(0): doing DRIScreenInit
(II) fglrx(0): DRIScreenInit for fglrx driver
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmOpenByBusid: Searching for BusID PCI:1:5:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmOpenByBusid: drmOpenMinor returns 10
drmOpenByBusid: drmGetBusid reports PCI:1:5:0
(II) fglrx(0): [drm] DRM interface version 1.0
(II) fglrx(0): [drm] created "fglrx" driver at busid "PCI:1:5:0"
(II) fglrx(0): [drm] added 8192 byte SAREA at 0x2000
(II) fglrx(0): [drm] mapped SAREA 0x2000 to 0xb7fa5000
(II) fglrx(0): [drm] framebuffer handle = 0x3000
(II) fglrx(0): [drm] added 1 reserved context for kernel
(II) fglrx(0): DRIScreenInit done
(II) fglrx(0): Kernel Module Version Information:
(II) fglrx(0): Name: fglrx
(II) fglrx(0): Version: 8.56.4
(II) fglrx(0): Date: Dec 1 2008
(II) fglrx(0): Desc: ATI FireGL DRM kernel module
(II) fglrx(0): Kernel Module version matches driver.
(II) fglrx(0): Kernel Module Build Time Information:
(II) fglrx(0): Build-Kernel UTS_RELEASE: 2.6.27-ARCH
(II) fglrx(0): Build-Kernel MODVERSIONS: no
(II) fglrx(0): Build-Kernel __SMP__: no
(II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
(II) fglrx(0): [drm] register handle = 0x00004000
(II) fglrx(0): DRI initialization successfull!
(II) fglrx(0): FBADPhys: 0x1c000000 FBMappedSize: 0x00508000
(II) fglrx(0): FBMM initialized for area (0,0)-(1024,1288)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1024,768) (front color buffer - assumption)
(II) fglrx(0): Largest offscreen area available: 1024 x 520
(==) fglrx(0): Backing store disabled
(II) Loading extension FGLRXEXTENSION
(II) Loading extension ATITVOUT
(II) fglrx(0): DPMS enabled
(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
8x8 mono pattern filled rectangles
Solid Lines
Dashed Lines
Setting up tile and stipple cache:
16 128x128 slots
4 256x256 slots
(II) fglrx(0): Acceleration enabled
(II) LoadModule: "amdxmm"
(II) Loading /usr/lib/xorg/modules//amdxmm.so
(II) Module amdxmm: vendor="X.Org Foundation"
compiled for 1.4.99.906, module version = 1.0.0
ABI class: X.Org Server Extension, version 1.1
(II) fglrx(0): X context handle = 0x1
(II) fglrx(0): [DRI] installation complete
(==) fglrx(0): Silken mouse enabled
(==) fglrx(0): Using hardware cursor
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(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 11, (OK)
drmOpenByBusid: Searching for BusID PCI:1:5:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 11, (OK)
drmOpenByBusid: drmOpenMinor returns 11
drmOpenByBusid: drmGetBusid reports PCI:1:5:0
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
(WW) AIGLX: 3D driver claims to not support visual 0x27
(WW) AIGLX: 3D driver claims to not support visual 0x28
(WW) AIGLX: 3D driver claims to not support visual 0x29
(WW) AIGLX: 3D driver claims to not support visual 0x2a
(WW) AIGLX: 3D driver claims to not support visual 0x2b
(WW) AIGLX: 3D driver claims to not support visual 0x2c
(WW) AIGLX: 3D driver claims to not support visual 0x2d
(WW) AIGLX: 3D driver claims to not support visual 0x2e
(WW) AIGLX: 3D driver claims to not support visual 0x2f
(WW) AIGLX: 3D driver claims to not support visual 0x30
(WW) AIGLX: 3D driver claims to not support visual 0x31
(WW) AIGLX: 3D driver claims to not support visual 0x32
(WW) AIGLX: 3D driver claims to not support visual 0x33
(WW) AIGLX: 3D driver claims to not support visual 0x34
(WW) AIGLX: 3D driver claims to not support visual 0x35
(WW) AIGLX: 3D driver claims to not support visual 0x36
(WW) AIGLX: 3D driver claims to not support visual 0x37
(WW) AIGLX: 3D driver claims to not support visual 0x38
(WW) AIGLX: 3D driver claims to not support visual 0x39
(WW) AIGLX: 3D driver claims to not support visual 0x3a
(WW) AIGLX: 3D driver claims to not support visual 0x3b
(WW) AIGLX: 3D driver claims to not support visual 0x3c
(WW) AIGLX: 3D driver claims to not support visual 0x3d
(WW) AIGLX: 3D driver claims to not support visual 0x3e
(WW) AIGLX: 3D driver claims to not support visual 0x3f
(WW) AIGLX: 3D driver claims to not support visual 0x40
(WW) AIGLX: 3D driver claims to not support visual 0x41
(WW) AIGLX: 3D driver claims to not support visual 0x42
(WW) AIGLX: 3D driver claims to not support visual 0x43
(WW) AIGLX: 3D driver claims to not support visual 0x44
(WW) AIGLX: 3D driver claims to not support visual 0x45
(WW) AIGLX: 3D driver claims to not support visual 0x46
(WW) AIGLX: 3D driver claims to not support visual 0x47
(WW) AIGLX: 3D driver claims to not support visual 0x48
(WW) AIGLX: 3D driver claims to not support visual 0x49
(WW) AIGLX: 3D driver claims to not support visual 0x4a
(WW) AIGLX: 3D driver claims to not support visual 0x4b
(WW) AIGLX: 3D driver claims to not support visual 0x4c
(WW) AIGLX: 3D driver claims to not support visual 0x4d
(WW) AIGLX: 3D driver claims to not support visual 0x4e
(WW) AIGLX: 3D driver claims to not support visual 0x4f
(WW) AIGLX: 3D driver claims to not support visual 0x50
(WW) AIGLX: 3D driver claims to not support visual 0x51
(WW) AIGLX: 3D driver claims to not support visual 0x52
(WW) AIGLX: 3D driver claims to not support visual 0x53
(WW) AIGLX: 3D driver claims to not support visual 0x54
(WW) AIGLX: 3D driver claims to not support visual 0x55
(WW) AIGLX: 3D driver claims to not support visual 0x56
(WW) AIGLX: 3D driver claims to not support visual 0x57
(WW) AIGLX: 3D driver claims to not support visual 0x58
(WW) AIGLX: 3D driver claims to not support visual 0x59
(WW) AIGLX: 3D driver claims to not support visual 0x5a
(WW) AIGLX: 3D driver claims to not support visual 0x5b
(WW) AIGLX: 3D driver claims to not support visual 0x5c
(WW) AIGLX: 3D driver claims to not support visual 0x5d
(WW) AIGLX: 3D driver claims to not support visual 0x5e
(WW) AIGLX: 3D driver claims to not support visual 0x5f
(WW) AIGLX: 3D driver claims to not support visual 0x60
(WW) AIGLX: 3D driver claims to not support visual 0x61
(WW) AIGLX: 3D driver claims to not support visual 0x62
(WW) AIGLX: 3D driver claims to not support visual 0x63
(WW) AIGLX: 3D driver claims to not support visual 0x64
(WW) AIGLX: 3D driver claims to not support visual 0x65
(WW) AIGLX: 3D driver claims to not support visual 0x66
(WW) AIGLX: 3D driver claims to not support visual 0x67
(WW) AIGLX: 3D driver claims to not support visual 0x68
(WW) AIGLX: 3D driver claims to not support visual 0x69
(WW) AIGLX: 3D driver claims to not support visual 0x6a
(WW) AIGLX: 3D driver claims to not support visual 0x6b
(WW) AIGLX: 3D driver claims to not support visual 0x6c
(WW) AIGLX: 3D driver claims to not support visual 0x6d
(WW) AIGLX: 3D driver claims to not support visual 0x6e
(WW) AIGLX: 3D driver claims to not support visual 0x6f
(WW) AIGLX: 3D driver claims to not support visual 0x70
(WW) AIGLX: 3D driver claims to not support visual 0x71
(WW) AIGLX: 3D driver claims to not support visual 0x72
(II) AIGLX: Loaded and initialized /usr/lib/dri/fglrx_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
Please help
Last edited by bl0ndynek (2008-12-21 21:33:13)

Can you Ctrl-Alt-Backspace out of the X server?
Nothing jumps out at me in your X server log.  You can try paring your xorg.conf down to a minimum and try and let X figure it all out.  Here's mine, for example:
Section "Device"
# Identifier "VideoCard"
# Driver "fglrx"
# Option "monitor-PANEL" "InternalLCD"
#EndSection
Section "Device"
Identifier "VideoCard"
driver "radeonhd"
Option "monitor-PANEL" "InternalLCD"
EndSection
Section "Screen"
Identifier "Screen0"
Device "VideoCard"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "DRI"
Group "video"
Mode 0660
EndSection
You can comment out (or delete) the "Device" section that has radeonhd in it, and uncomment the fglrx one (I haven't tried fglrx on Arch64 yet, but plan to to see if it resolves some issues I'm having).

Similar Messages

  • Connecting my iphone to mac laptop hung and shows black screen

    whenever i connect my iphone to my mac laptop. laptop hungs and shows black screen. I even tried connecting it to windows causing it to crash.
    Any problem with IOS 6. mine is iphone 4S running ios 6.
    please suggest any solution.

    i have no idea but i will find out.
    it recognises that the livebox is switched on though and asks if i want to connect so does that mean its not the n network
    Message was edited by: hrh_23

  • HT201210 Help, I just gave iTunes the assignment to update my iPhone5 to iOS7 and now it gives an unknown error (6). The iPhone is still hooked to my laptop, and shows the black screen and bright Apple with the horizontal bar, telling it's in the middle o

    Help, I just gave iTunes the assignment to update my iPhone5 to iOS7 and now it gives an unknown error (6). The iPhone is still hooked to my laptop, and shows the black screen and bright Apple with the horizontal bar, telling it's in the middle of something. What should I do?

    DFU mode? How do I do that? So far the only thing I can do is hold down both buttons to power it on and nothing is on the screen and it wont reconize on my computer....

  • [Xorg/startx] black screen with startx

    I notice a strange bug with the new version of xorg packages if I use the "startx" method for running KDE4,
    description of this bug :
    1) I type "startx -- vt1"
    2) KDE4 loads successfully
    3) I run a 3D game ( or glxgears )
    4) I choose the "logout" menu in KDE4
    5) then I type again "startx -- vt1" to start again KDE4
    6) KDE4 loads but if I move the mouse I get a black screen, but I can see the HDD led continues to light
    this bug doesn't occur if I start KDE with KDM,
    my system:
    - archlinux 32 bits
    - laptop with pentium 4 2.4 Ghz 1.2 Gb ram
    - SIS645DX chipset
    - ati radeon 9000 AGP ( I use DRI2 with KMS, xf86-video-ati driver )
    Last edited by Potomac (2012-10-14 22:10:38)

    Sorry, I will use code tag next time.
    I deleted xorg.conf and it works.
    It seems a little bit strange, because xorg.conf is generated automatically by X itself. Why xorg.conf does not work?

  • Catalyst black screen

    I have installed the Catalyst and Catalyst-utils packages available in AUR.  I
    configured with 'aticonfig -f' and ran startx, all I got was a black screen.
    However, I'm still able to switch to other virtual terminals, and from the log
    the server appears to be running. I can even execute programs fron .xinitrc. 
    I've also tried starting it through kdm, and get the same black screen.  Startx
    and kdm both work fine if I use vesa. 
    Here's my Xorg.conf and Xorg.0.log from a typical run.
    Section "ServerLayout"
    Identifier "aticonfig Layout"
    Screen 0 "aticonfig-Screen[0]-0" 0 0
    EndSection
    Section "Module"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-0"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device "aticonfig-Device[0]-0"
    Monitor "aticonfig-Monitor[0]-0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    [ 6519.241]
    X.Org X Server 1.9.4
    Release Date: 2011-02-04
    [ 6519.241] X Protocol Version 11, Revision 0
    [ 6519.241] Build Operating System: Linux 2.6.37-ARCH x86_64
    [ 6519.241] Current Operating System: Linux shema 2.6.37-ARCH #1 SMP PREEMPT Sat Jan 29 20:00:33 CET 2011 x86_64
    [ 6519.241] Kernel command line: root=/dev/disk/by-label/root ro nomodeset
    [ 6519.242] Build Date: 04 February 2011 09:38:18PM
    [ 6519.242]
    [ 6519.242] Current version of pixman: 0.20.2
    [ 6519.242] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 6519.242] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 6519.243] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Feb 12 16:58:39 2011
    [ 6519.243] (==) Using config file: "/etc/X11/xorg.conf"
    [ 6519.243] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 6519.243] (==) ServerLayout "X.org Configured"
    [ 6519.243] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
    [ 6519.243] (**) | |-->Monitor "aticonfig-Monitor[0]-0"
    [ 6519.243] (**) | |-->Device "aticonfig-Device[0]-0"
    [ 6519.243] (**) |-->Input Device "Mouse0"
    [ 6519.243] (**) |-->Input Device "Keyboard0"
    [ 6519.243] (==) Automatically adding devices
    [ 6519.243] (==) Automatically enabling devices
    [ 6519.243] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 6519.243] Entry deleted from font path.
    [ 6519.243] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 6519.243] Entry deleted from font path.
    [ 6519.243] (**) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/,
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 6519.243] (**) ModulePath set to "/usr/lib/xorg/modules"
    [ 6519.243] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 6519.243] (WW) Disabling Mouse0
    [ 6519.243] (WW) Disabling Keyboard0
    [ 6519.243] (II) Loader magic: 0x7d3b20
    [ 6519.243] (II) Module ABI versions:
    [ 6519.243] X.Org ANSI C Emulation: 0.4
    [ 6519.243] X.Org Video Driver: 8.0
    [ 6519.243] X.Org XInput driver : 11.0
    [ 6519.243] X.Org Server Extension : 4.0
    [ 6519.244] (--) PCI:*(0:1:0:0) 1002:954f:1682:2461 rev 0, Mem @ 0xd0000000/268435456, 0xfeaf0000/65536, I/O @ 0x0000d000/256, BIOS @ 0x????????/131072
    [ 6519.244] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 6519.244] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    [ 6519.244] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    [ 6519.244] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    [ 6519.244] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
    [ 6519.244] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    [ 6519.244] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
    [ 6519.244] (II) LoadModule: "dbe"
    [ 6519.244] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 6519.245] (II) Module dbe: vendor="X.Org Foundation"
    [ 6519.245] compiled for 1.9.4, module version = 1.0.0
    [ 6519.245] Module class: X.Org Server Extension
    [ 6519.245] ABI class: X.Org Server Extension, version 4.0
    [ 6519.245] (II) Loading extension DOUBLE-BUFFER
    [ 6519.245] (II) LoadModule: "dri"
    [ 6519.245] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 6519.245] (II) Module dri: vendor="X.Org Foundation"
    [ 6519.245] compiled for 1.9.4, module version = 1.0.0
    [ 6519.245] ABI class: X.Org Server Extension, version 4.0
    [ 6519.245] (II) Loading extension XFree86-DRI
    [ 6519.245] (II) LoadModule: "record"
    [ 6519.245] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 6519.245] (II) Module record: vendor="X.Org Foundation"
    [ 6519.245] compiled for 1.9.4, module version = 1.13.0
    [ 6519.245] Module class: X.Org Server Extension
    [ 6519.245] ABI class: X.Org Server Extension, version 4.0
    [ 6519.245] (II) Loading extension RECORD
    [ 6519.245] (II) LoadModule: "glx"
    [ 6519.245] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 6519.246] (II) Module glx: vendor="FireGL - ATI Technologies Inc."
    [ 6519.246] compiled for 7.6.0, module version = 1.0.0
    [ 6519.246] (II) Loading extension GLX
    [ 6519.246] (II) LoadModule: "dri2"
    [ 6519.246] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 6519.246] (II) Module dri2: vendor="X.Org Foundation"
    [ 6519.246] compiled for 1.9.4, module version = 1.2.0
    [ 6519.246] ABI class: X.Org Server Extension, version 4.0
    [ 6519.246] (II) Loading extension DRI2
    [ 6519.246] (II) LoadModule: "extmod"
    [ 6519.246] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 6519.246] (II) Module extmod: vendor="X.Org Foundation"
    [ 6519.246] compiled for 1.9.4, module version = 1.0.0
    [ 6519.246] Module class: X.Org Server Extension
    [ 6519.246] ABI class: X.Org Server Extension, version 4.0
    [ 6519.246] (II) Loading extension MIT-SCREEN-SAVER
    [ 6519.246] (II) Loading extension XFree86-VidModeExtension
    [ 6519.246] (II) Loading extension XFree86-DGA
    [ 6519.246] (II) Loading extension DPMS
    [ 6519.246] (II) Loading extension XVideo
    [ 6519.246] (II) Loading extension XVideo-MotionCompensation
    [ 6519.246] (II) Loading extension X-Resource
    [ 6519.246] (II) LoadModule: "fglrx"
    [ 6519.246] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 6519.263] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
    [ 6519.263] compiled for 1.4.99.906, module version = 8.81.5
    [ 6519.263] Module class: X.Org Video Driver
    [ 6519.263] (II) Loading sub module "fglrxdrm"
    [ 6519.263] (II) LoadModule: "fglrxdrm"
    [ 6519.263] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 6519.263] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
    [ 6519.263] compiled for 1.4.99.906, module version = 8.81.5
    [ 6519.263] (II) ATI Proprietary Linux Driver Version Identifier:8.81.5
    [ 6519.263] (II) ATI Proprietary Linux Driver Release Identifier: 8.812
    [ 6519.263] (II) ATI Proprietary Linux Driver Build Date: Jan 4 2011 21:31:36
    [ 6519.263] (--) using VT number 7
    [ 6519.265] (WW) Falling back to old probe method for fglrx
    [ 6519.270] (II) Loading PCS database from /etc/ati/amdpcsdb
    [ 6519.270] (--) Chipset Supported AMD Graphics Processor (0x954F) found
    [ 6519.271] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
    [ 6519.271] (II) AMD Video driver is running on a device belonging to a group targeted for this release
    [ 6519.271] (II) AMD Video driver is signed
    [ 6519.271] (II) fglrx(0): pEnt->device->identifier=0x1f56100
    [ 6519.271] (II) fglrx(0): === [xdl_x760_atiddxPreInit] === begin
    [ 6519.271] (II) Loading sub module "vgahw"
    [ 6519.271] (II) LoadModule: "vgahw"
    [ 6519.271] (II) Loading /usr/lib/xorg/modules/libvgahw.so
    [ 6519.271] (II) Module vgahw: vendor="X.Org Foundation"
    [ 6519.271] compiled for 1.9.4, module version = 0.1.0
    [ 6519.271] ABI class: X.Org Video Driver, version 8.0
    [ 6519.271] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    [ 6519.271] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 6519.271] (==) fglrx(0): Default visual is TrueColor
    [ 6519.271] (**) fglrx(0): Option "DPMS" "true"
    [ 6519.272] (==) fglrx(0): RGB weight 888
    [ 6519.272] (II) fglrx(0): Using 8 bits per RGB
    [ 6519.272] (==) fglrx(0): Buffer Tiling is ON
    [ 6519.272] (II) Loading sub module "fglrxdrm"
    [ 6519.272] (II) LoadModule: "fglrxdrm"
    [ 6519.272] (II) Reloading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 6519.273] ukiDynamicMajor: found major device number 252
    [ 6519.273] ukiDynamicMajor: found major device number 252
    [ 6519.273] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 6519.273] ukiOpenDevice: node name is /dev/ati/card0
    [ 6519.273] ukiOpenDevice: open result is 10, (OK)
    [ 6519.273] ukiOpenByBusid: ukiOpenMinor returns 10
    [ 6519.273] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 6519.273] (==) fglrx(0): NoAccel = NO
    [ 6519.273] (==) fglrx(0): ATI 2D Acceleration Architecture enabled
    [ 6519.273] (--) fglrx(0): Chipset: "ATI Radeon HD 4300/4500 Series " (Chipset = 0x954f)
    [ 6519.273] (--) fglrx(0): (PciSubVendor = 0x1682, PciSubDevice = 0x2461)
    [ 6519.273] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
    [ 6519.273] (--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
    [ 6519.273] (--) fglrx(0): MMIO registers at 0xfeaf0000
    [ 6519.273] (--) fglrx(0): I/O port at 0x0000d000
    [ 6519.273] (==) fglrx(0): ROM-BIOS at 0x000c0000
    [ 6519.275] (II) fglrx(0): AC Adapter is used
    [ 6519.278] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
    [ 6519.351] (II) Loading sub module "vbe"
    [ 6519.351] (II) LoadModule: "vbe"
    [ 6519.351] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [ 6519.351] (II) Module vbe: vendor="X.Org Foundation"
    [ 6519.351] compiled for 1.9.4, module version = 1.1.0
    [ 6519.351] ABI class: X.Org Video Driver, version 8.0
    [ 6519.351] (II) fglrx(0): VESA BIOS detected
    [ 6519.351] (II) fglrx(0): VESA VBE Version 3.0
    [ 6519.351] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
    [ 6519.351] (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
    [ 6519.351] (II) fglrx(0): VESA VBE OEM Software Rev: 11.21
    [ 6519.351] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
    [ 6519.351] (II) fglrx(0): VESA VBE OEM Product: AC23601-100-XF
    [ 6519.351] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
    [ 6519.377] (II) fglrx(0): ATI Video BIOS revision 9 or later detected
    [ 6519.377] (--) fglrx(0): Video RAM: 524288 kByte, Type: DDR2
    [ 6519.377] (II) fglrx(0): PCIE card detected
    [ 6519.377] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
    [ 6519.377] (WW) fglrx(0): board is an unknown third party board, chipset is supported
    [ 6519.380] (II) fglrx(0): Using adapter: 1:0.0.
    [ 6519.463] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x20000000)
    [ 6519.475] (II) fglrx(0): Interrupt handler installed at IRQ 43.
    [ 6519.475] (II) fglrx(0): RandR 1.2 support is enabled!
    [ 6519.475] (II) fglrx(0): RandR 1.2 rotation support is enabled!
    [ 6519.475] (==) fglrx(0): Center Mode is disabled
    [ 6519.475] (II) Loading sub module "fb"
    [ 6519.475] (II) LoadModule: "fb"
    [ 6519.475] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 6519.475] (II) Module fb: vendor="X.Org Foundation"
    [ 6519.475] compiled for 1.9.4, module version = 1.0.0
    [ 6519.475] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 6519.475] (II) Loading sub module "ddc"
    [ 6519.475] (II) LoadModule: "ddc"
    [ 6519.475] (II) Module "ddc" already built-in
    [ 6520.019] (II) fglrx(0): Finished Initialize PPLIB!
    [ 6520.021] (II) fglrx(0): Output DFP1 using monitor section aticonfig-Monitor[0]-0
    [ 6520.021] (II) fglrx(0): Output CRT1 has no monitor section
    [ 6520.021] (II) fglrx(0): Output CRT2 has no monitor section
    [ 6520.021] (II) fglrx(0): Output TV has no monitor section
    [ 6520.021] (II) fglrx(0): Output CV has no monitor section
    [ 6520.021] (II) Loading sub module "ddc"
    [ 6520.021] (II) LoadModule: "ddc"
    [ 6520.021] (II) Module "ddc" already built-in
    [ 6520.022] (II) fglrx(0): Connected Display0: CRT2
    [ 6520.022] (II) fglrx(0): Display0: Failed to get EDID information.
    [ 6520.177] (II) fglrx(0): EDID for output DFP1
    [ 6520.177] (II) fglrx(0): EDID for output CRT1
    [ 6520.177] (II) fglrx(0): Cannot get EDID information for CRT2
    [ 6520.177] (II) fglrx(0): EDID for output CRT2
    [ 6520.177] (II) fglrx(0): Not using mode "640x350" (vrefresh out of range)
    [ 6520.177] (II) fglrx(0): Not using mode "640x400" (vrefresh out of range)
    [ 6520.177] (II) fglrx(0): Not using mode "720x400" (vrefresh out of range)
    [ 6520.177] (II) fglrx(0): Not using mode "640x480" (unknown reason)
    [ 6520.177] (II) fglrx(0): Not using mode "640x480" (vrefresh out of range)
    [ 6520.177] (II) fglrx(0): Not using mode "640x480" (vrefresh out of range)
    [ 6520.177] (II) fglrx(0): Not using mode "640x480" (vrefresh out of range)
    [ 6520.177] (II) fglrx(0): Not using mode "800x600" (unknown reason)
    [ 6520.177] (II) fglrx(0): Not using mode "800x600" (unknown reason)
    [ 6520.177] (II) fglrx(0): Not using mode "800x600" (vrefresh out of range)
    [ 6520.177] (II) fglrx(0): Not using mode "800x600" (vrefresh out of range)
    [ 6520.177] (II) fglrx(0): Not using mode "800x600" (vrefresh out of range)
    [ 6520.177] (II) fglrx(0): Not using mode "800x600" (vrefresh out of range)
    [ 6520.177] (II) fglrx(0): Not using mode "848x480" (unknown reason)
    [ 6520.177] (II) fglrx(0): Not using mode "1024x768i" (vrefresh out of range)
    [ 6520.177] (II) fglrx(0): Not using mode "1024x768" (unknown reason)
    [ 6520.177] (II) fglrx(0): Not using mode "1024x768" (vrefresh out of range)
    [ 6520.177] (II) fglrx(0): Not using mode "1024x768" (vrefresh out of range)
    [ 6520.177] (II) fglrx(0): Not using mode "1024x768" (vrefresh out of range)
    [ 6520.177] (II) fglrx(0): Not using mode "1024x768" (vrefresh out of range)
    [ 6520.177] (II) fglrx(0): Not using mode "1152x864" (vrefresh out of range)
    [ 6520.177] (II) fglrx(0): Not using mode "1280x768" (monitor doesn't support reduced blanking)
    [ 6520.177] (II) fglrx(0): Not using mode "1280x768" (unknown reason)
    [ 6520.177] (II) fglrx(0): Not using mode "1280x768" (vrefresh out of range)
    [ 6520.177] (II) fglrx(0): Not using mode "1280x768" (vrefresh out of range)
    [ 6520.177] (II) fglrx(0): Not using mode "1280x768" (vrefresh out of range)
    [ 6520.177] (II) fglrx(0): Not using mode "1280x800" (monitor doesn't support reduced blanking)
    [ 6520.177] (II) fglrx(0): Not using mode "1280x800" (unknown reason)
    [ 6520.177] (II) fglrx(0): Not using mode "1280x800" (vrefresh out of range)
    [ 6520.177] (II) fglrx(0): Not using mode "1280x800" (vrefresh out of range)
    [ 6520.177] (II) fglrx(0): Not using mode "1280x800" (vrefresh out of range)
    [ 6520.177] (II) fglrx(0): Not using mode "1280x960" (unknown reason)
    [ 6520.177] (II) fglrx(0): Not using mode "1280x960" (vrefresh out of range)
    [ 6520.177] (II) fglrx(0): Not using mode "1280x960" (vrefresh out of range)
    [ 6520.177] (II) fglrx(0): Not using mode "1280x1024" (unknown reason)
    [ 6520.177] (II) fglrx(0): Not using mode "1280x1024" (vrefresh out of range)
    [ 6520.177] (II) fglrx(0): Not using mode "1280x1024" (vrefresh out of range)
    [ 6520.177] (II) fglrx(0): Not using mode "1280x1024" (vrefresh out of range)
    [ 6520.178] (II) fglrx(0): Not using mode "1360x768" (unknown reason)
    [ 6520.178] (II) fglrx(0): Not using mode "1360x768" (vrefresh out of range)
    [ 6520.178] (II) fglrx(0): Not using mode "1400x1050" (monitor doesn't support reduced blanking)
    [ 6520.178] (II) fglrx(0): Not using mode "1400x1050" (unknown reason)
    [ 6520.178] (II) fglrx(0): Not using mode "1400x1050" (vrefresh out of range)
    [ 6520.178] (II) fglrx(0): Not using mode "1400x1050" (vrefresh out of range)
    [ 6520.178] (II) fglrx(0): Not using mode "1400x1050" (vrefresh out of range)
    [ 6520.178] (II) fglrx(0): Not using mode "1440x900" (monitor doesn't support reduced blanking)
    [ 6520.178] (II) fglrx(0): Not using mode "1440x900" (unknown reason)
    [ 6520.178] (II) fglrx(0): Not using mode "1440x900" (vrefresh out of range)
    [ 6520.178] (II) fglrx(0): Not using mode "1440x900" (vrefresh out of range)
    [ 6520.178] (II) fglrx(0): Not using mode "1440x900" (vrefresh out of range)
    [ 6520.178] (II) fglrx(0): Not using mode "1600x1200" (unknown reason)
    [ 6520.178] (II) fglrx(0): Not using mode "1600x1200" (vrefresh out of range)
    [ 6520.178] (II) fglrx(0): Not using mode "1600x1200" (vrefresh out of range)
    [ 6520.178] (II) fglrx(0): Not using mode "1600x1200" (vrefresh out of range)
    [ 6520.178] (II) fglrx(0): Not using mode "1600x1200" (vrefresh out of range)
    [ 6520.178] (II) fglrx(0): Not using mode "1600x1200" (vrefresh out of range)
    [ 6520.178] (II) fglrx(0): Not using mode "1680x1050" (width too large for virtual size)
    [ 6520.178] (II) fglrx(0): Not using mode "1680x1050" (width too large for virtual size)
    [ 6520.178] (II) fglrx(0): Not using mode "1680x1050" (width too large for virtual size)
    [ 6520.178] (II) fglrx(0): Not using mode "1680x1050" (width too large for virtual size)
    [ 6520.178] (II) fglrx(0): Not using mode "1680x1050" (width too large for virtual size)
    [ 6520.178] (II) fglrx(0): Not using mode "1792x1344" (width too large for virtual size)
    [ 6520.178] (II) fglrx(0): Not using mode "1792x1344" (width too large for virtual size)
    [ 6520.178] (II) fglrx(0): Not using mode "1792x1344" (width too large for virtual size)
    [ 6520.178] (II) fglrx(0): Not using mode "1856x1392" (width too large for virtual size)
    [ 6520.178] (II) fglrx(0): Not using mode "1856x1392" (width too large for virtual size)
    [ 6520.178] (II) fglrx(0): Not using mode "1856x1392" (width too large for virtual size)
    [ 6520.178] (II) fglrx(0): Not using mode "1920x1200" (width too large for virtual size)
    [ 6520.178] (II) fglrx(0): Not using mode "1920x1200" (width too large for virtual size)
    [ 6520.178] (II) fglrx(0): Not using mode "1920x1200" (width too large for virtual size)
    [ 6520.178] (II) fglrx(0): Not using mode "1920x1200" (width too large for virtual size)
    [ 6520.178] (II) fglrx(0): Not using mode "1920x1200" (width too large for virtual size)
    [ 6520.178] (II) fglrx(0): Not using mode "1920x1440" (width too large for virtual size)
    [ 6520.178] (II) fglrx(0): Not using mode "1920x1440" (width too large for virtual size)
    [ 6520.178] (II) fglrx(0): Not using mode "1920x1440" (width too large for virtual size)
    [ 6520.178] (II) fglrx(0): Not using mode "2560x1600" (width too large for virtual size)
    [ 6520.178] (II) fglrx(0): Not using mode "2560x1600" (width too large for virtual size)
    [ 6520.178] (II) fglrx(0): Not using mode "2560x1600" (width too large for virtual size)
    [ 6520.178] (II) fglrx(0): Not using mode "2560x1600" (width too large for virtual size)
    [ 6520.178] (II) fglrx(0): Not using mode "2560x1600" (width too large for virtual size)
    [ 6520.178] (II) fglrx(0): Printing probed modes for output CRT2
    [ 6520.178] (II) fglrx(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 -hsync -vsync (75.0 kHz)
    [ 6520.178] (II) fglrx(0): Modeline "1400x1050"x60.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 +hsync -vsync (65.3 kHz)
    [ 6520.178] (II) fglrx(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 -hsync -vsync (64.0 kHz)
    [ 6520.178] (II) fglrx(0): Modeline "1280x1024"x47.0 85.51 1280 1344 1480 1680 1024 1025 1028 1083 interlace +hsync -vsync (50.9 kHz)
    [ 6520.178] (II) fglrx(0): Modeline "1280x1024"x43.0 77.80 1280 1344 1480 1680 1024 1025 1028 1077 interlace +hsync -vsync (46.3 kHz)
    [ 6520.178] (II) fglrx(0): Modeline "1440x900"x60.0 106.50 1440 1520 1672 1904 900 903 909 934 +hsync -vsync (55.9 kHz)
    [ 6520.178] (II) fglrx(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 -hsync -vsync (60.0 kHz)
    [ 6520.178] (II) fglrx(0): Modeline "1280x800"x60.0 83.46 1280 1344 1480 1680 800 801 804 828 +hsync -vsync (49.7 kHz)
    [ 6520.178] (II) fglrx(0): Modeline "1152x864"x60.0 81.62 1152 1216 1336 1520 864 865 868 895 +hsync -vsync (53.7 kHz)
    [ 6520.178] (II) fglrx(0): Modeline "1152x864"x47.0 64.67 1152 1208 1328 1504 864 865 868 915 interlace +hsync -vsync (43.0 kHz)
    [ 6520.178] (II) fglrx(0): Modeline "1152x864"x43.0 58.28 1152 1200 1320 1488 864 865 868 911 interlace +hsync -vsync (39.2 kHz)
    [ 6520.178] (II) fglrx(0): Modeline "1280x768"x60.0 79.50 1280 1344 1472 1664 768 771 778 798 +hsync -vsync (47.8 kHz)
    [ 6520.178] (II) fglrx(0): Modeline "1280x768"x56.0 73.89 1280 1336 1472 1664 768 769 772 793 +hsync -vsync (44.4 kHz)
    [ 6520.178] (II) fglrx(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 -hsync -vsync (45.0 kHz)
    [ 6520.178] (II) fglrx(0): Modeline "1280x720"x50.0 60.46 1280 1328 1456 1632 720 721 724 741 +hsync -vsync (37.0 kHz)
    [ 6520.178] (II) fglrx(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 +hsync +vsync (48.4 kHz)
    [ 6520.178] (II) fglrx(0): Modeline "1024x768"x43.0 44.90 1024 1032 1208 1264 768 768 772 817 interlace -hsync -vsync (35.5 kHz)
    [ 6520.178] (II) fglrx(0): Modeline "800x600"x60.0 40.00 800 840 968 1056 600 601 605 628 -hsync -vsync (37.9 kHz)
    [ 6520.178] (II) fglrx(0): Modeline "800x600"x56.0 36.00 800 824 896 1024 600 601 603 625 -hsync -vsync (35.2 kHz)
    [ 6520.178] (II) fglrx(0): Modeline "800x600"x47.0 29.60 800 816 896 992 600 601 604 635 interlace +hsync -vsync (29.8 kHz)
    [ 6520.178] (II) fglrx(0): Modeline "720x576"x50.0 26.56 720 736 808 896 576 577 580 593 +hsync -vsync (29.6 kHz)
    [ 6520.178] (II) fglrx(0): Modeline "720x480"x60.0 26.71 720 736 808 896 480 481 484 497 +hsync -vsync (29.8 kHz)
    [ 6520.178] (II) fglrx(0): Modeline "640x480"x60.0 25.18 640 648 744 800 480 482 484 525 +hsync +vsync (31.5 kHz)
    [ 6520.178] (II) fglrx(0): EDID for output TV
    [ 6520.178] (II) fglrx(0): EDID for output CV
    [ 6520.178] (II) fglrx(0): Output DFP1 disconnected
    [ 6520.178] (II) fglrx(0): Output CRT1 disconnected
    [ 6520.178] (II) fglrx(0): Output CRT2 connected
    [ 6520.178] (II) fglrx(0): Output TV disconnected
    [ 6520.178] (II) fglrx(0): Output CV disconnected
    [ 6520.178] (II) fglrx(0): Using exact sizes for initial modes
    [ 6520.178] (II) fglrx(0): Output CRT2 using initial mode 1600x1200
    [ 6520.178] (II) fglrx(0): DPI set to (96, 96)
    [ 6520.178] (II) fglrx(0): Adapter ATI Radeon HD 4300/4500 Series has 2 configurable heads and 1 displays connected.
    [ 6520.178] (==) fglrx(0): PseudoColor visuals disabled
    [ 6520.178] (II) Loading sub module "ramdac"
    [ 6520.178] (II) LoadModule: "ramdac"
    [ 6520.178] (II) Module "ramdac" already built-in
    [ 6520.179] (==) fglrx(0): NoDRI = NO
    [ 6520.179] (==) fglrx(0): Capabilities: 0x00000000
    [ 6520.179] (==) fglrx(0): CapabilitiesEx: 0x00000000
    [ 6520.179] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
    [ 6520.179] (==) fglrx(0): UseFastTLS=0
    [ 6520.179] (==) fglrx(0): BlockSignalsOnLock=1
    [ 6520.179] (--) Depth 24 pixmap format is 32 bpp
    [ 6520.179] (II) Loading extension ATIFGLRXDRI
    [ 6520.179] (II) fglrx(0): doing swlDriScreenInit
    [ 6520.179] (II) fglrx(0): swlDriScreenInit for fglrx driver
    [ 6520.179] ukiDynamicMajor: found major device number 252
    [ 6520.179] ukiDynamicMajor: found major device number 252
    [ 6520.179] ukiDynamicMajor: found major device number 252
    [ 6520.179] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 6520.179] ukiOpenDevice: node name is /dev/ati/card0
    [ 6520.179] ukiOpenDevice: open result is 15, (OK)
    [ 6520.179] ukiOpenByBusid: ukiOpenMinor returns 15
    [ 6520.179] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 6520.179] (II) fglrx(0): [uki] DRM interface version 1.0
    [ 6520.179] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
    [ 6520.179] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x3bc000
    [ 6520.179] (II) fglrx(0): [uki] mapped SAREA 0x3bc000 to 0x7f7a2264b000
    [ 6520.179] (II) fglrx(0): [uki] framebuffer handle = 0x3bd000
    [ 6520.179] (II) fglrx(0): [uki] added 1 reserved context for kernel
    [ 6520.179] (II) fglrx(0): swlDriScreenInit done
    [ 6520.179] (II) fglrx(0): Kernel Module Version Information:
    [ 6520.179] (II) fglrx(0): Name: fglrx
    [ 6520.179] (II) fglrx(0): Version: 8.81.5
    [ 6520.179] (II) fglrx(0): Date: Jan 4 2011
    [ 6520.179] (II) fglrx(0): Desc: ATI FireGL DRM kernel module
    [ 6520.179] (II) fglrx(0): Kernel Module version matches driver.
    [ 6520.179] (II) fglrx(0): Kernel Module Build Time Information:
    [ 6520.179] (II) fglrx(0): Build-Kernel UTS_RELEASE: 2.6.37-ARCH
    [ 6520.179] (II) fglrx(0): Build-Kernel MODVERSIONS: no
    [ 6520.179] (II) fglrx(0): Build-Kernel __SMP__: no
    [ 6520.179] (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
    [ 6520.179] (II) fglrx(0): [uki] register handle = 0x003be000
    [ 6520.196] (II) fglrx(0): DRI initialization successfull
    [ 6520.196] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x01004000
    [ 6520.196] (==) fglrx(0): Backing store disabled
    [ 6520.196] (II) Loading extension FGLRXEXTENSION
    [ 6520.196] (**) fglrx(0): DPMS enabled
    [ 6520.196] (II) fglrx(0): Initialized in-driver Xinerama extension
    [ 6520.196] (**) fglrx(0): Textured Video is enabled.
    [ 6520.196] (II) LoadModule: "glesx"
    [ 6520.196] (II) Loading /usr/lib/xorg/modules/glesx.so
    [ 6520.197] (II) Module glesx: vendor="X.Org Foundation"
    [ 6520.197] compiled for 1.4.99.906, module version = 1.0.0
    [ 6520.197] (II) Loading extension GLESX
    [ 6520.197] (II) fglrx(0): GLESX enableFlags = 528
    [ 6520.197] (II) fglrx(0): GLESX is enabled
    [ 6520.197] (II) LoadModule: "amdxmm"
    [ 6520.197] (II) Loading /usr/lib/xorg/modules/amdxmm.so
    [ 6520.197] (II) Module amdxmm: vendor="X.Org Foundation"
    [ 6520.197] compiled for 1.4.99.906, module version = 2.0.0
    [ 6520.197] (II) Loading extension AMDXVOPL
    [ 6520.197] (II) Loading extension AMDXVBA
    [ 6520.198] (II) fglrx(0): UVD feature is enabled(II) fglrx(0):
    [ 6520.200] (II) fglrx(0): Enable composite support successfully
    [ 6520.200] (WW) fglrx(0): Option "VendorName" is not used
    [ 6520.200] (WW) fglrx(0): Option "ModelName" is not used
    [ 6520.200] (II) fglrx(0): X context handle = 0x1
    [ 6520.200] (II) fglrx(0): [DRI] installation complete
    [ 6520.200] (==) fglrx(0): Silken mouse enabled
    [ 6520.200] (==) fglrx(0): Using HW cursor of display infrastructure!
    [ 6520.200] (II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2.
    [ 6520.201] (II) fglrx(0): Cannot get TV Format. Set all TV geometry value to zero!
    [ 6520.201] (II) fglrx(0): Cannot set TV horizontal size.
    [ 6520.201] (II) fglrx(0): Cannot get TV Format for trying to adjust horizontal position after horizontal size changed.
    [ 6520.201] (II) fglrx(0): Cannot set TV horizontal position.
    [ 6520.201] (II) fglrx(0): Cannot set TV vertical position.
    [ 6520.297] (--) RandR disabled
    [ 6520.297] (II) Initializing built-in extension Generic Event Extension
    [ 6520.297] (II) Initializing built-in extension SHAPE
    [ 6520.297] (II) Initializing built-in extension MIT-SHM
    [ 6520.297] (II) Initializing built-in extension XInputExtension
    [ 6520.297] (II) Initializing built-in extension XTEST
    [ 6520.297] (II) Initializing built-in extension BIG-REQUESTS
    [ 6520.297] (II) Initializing built-in extension SYNC
    [ 6520.297] (II) Initializing built-in extension XKEYBOARD
    [ 6520.297] (II) Initializing built-in extension XC-MISC
    [ 6520.297] (II) Initializing built-in extension SECURITY
    [ 6520.297] (II) Initializing built-in extension XINERAMA
    [ 6520.297] (II) Initializing built-in extension XFIXES
    [ 6520.297] (II) Initializing built-in extension RENDER
    [ 6520.297] (II) Initializing built-in extension RANDR
    [ 6520.297] (II) Initializing built-in extension COMPOSITE
    [ 6520.297] (II) Initializing built-in extension DAMAGE
    [ 6520.298] ukiDynamicMajor: found major device number 252
    [ 6520.298] ukiDynamicMajor: found major device number 252
    [ 6520.298] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 6520.298] ukiOpenDevice: node name is /dev/ati/card0
    [ 6520.298] ukiOpenDevice: open result is 16, (OK)
    [ 6520.298] ukiOpenByBusid: ukiOpenMinor returns 16
    [ 6520.298] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 6520.369] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
    [ 6520.382] (II) fglrx(0): Enable the clock gating!
    [ 6520.383] (II) fglrx(0): Setting screen physical size to 423 x 317
    [ 6520.568] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 6520.568] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 6520.568] (II) LoadModule: "evdev"
    [ 6520.568] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 6520.568] (II) Module evdev: vendor="X.Org Foundation"
    [ 6520.568] compiled for 1.9.0, module version = 2.5.0
    [ 6520.568] Module class: X.Org XInput Driver
    [ 6520.568] ABI class: X.Org XInput driver, version 11.0
    [ 6520.568] (**) Power Button: always reports core events
    [ 6520.568] (**) Power Button: Device: "/dev/input/event3"
    [ 6520.579] (--) Power Button: Found keys
    [ 6520.579] (II) Power Button: Configuring as keyboard
    [ 6520.579] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 6520.579] (**) Option "xkb_rules" "evdev"
    [ 6520.579] (**) Option "xkb_model" "evdev"
    [ 6520.579] (**) Option "xkb_layout" "us"
    [ 6520.616] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 6520.616] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 6520.616] (**) Power Button: always reports core events
    [ 6520.616] (**) Power Button: Device: "/dev/input/event2"
    [ 6520.626] (--) Power Button: Found keys
    [ 6520.626] (II) Power Button: Configuring as keyboard
    [ 6520.626] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 6520.626] (**) Option "xkb_rules" "evdev"
    [ 6520.626] (**) Option "xkb_model" "evdev"
    [ 6520.626] (**) Option "xkb_layout" "us"
    [ 6520.627] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event5)
    [ 6520.627] (II) No input driver/identifier specified (ignoring)
    [ 6520.629] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event6)
    [ 6520.629] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
    [ 6520.629] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
    [ 6520.629] (**) Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event6"
    [ 6520.639] (--) Logitech USB-PS/2 Optical Mouse: Found 3 mouse buttons
    [ 6520.639] (--) Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
    [ 6520.639] (--) Logitech USB-PS/2 Optical Mouse: Found relative axes
    [ 6520.639] (--) Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
    [ 6520.639] (II) Logitech USB-PS/2 Optical Mouse: Configuring as mouse
    [ 6520.639] (**) Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
    [ 6520.639] (**) Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 6520.639] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE)
    [ 6520.639] (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
    [ 6520.639] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0
    [ 6520.639] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
    [ 6520.639] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
    [ 6520.639] (II) Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
    [ 6520.639] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse1)
    [ 6520.640] (II) No input driver/identifier specified (ignoring)
    [ 6520.643] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 6520.643] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 6520.643] (**) AT Translated Set 2 keyboard: always reports core events
    [ 6520.643] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 6520.666] (--) AT Translated Set 2 keyboard: Found keys
    [ 6520.666] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 6520.666] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    [ 6520.666] (**) Option "xkb_rules" "evdev"
    [ 6520.666] (**) Option "xkb_model" "evdev"
    [ 6520.666] (**) Option "xkb_layout" "us"
    [ 6520.666] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/event4)
    [ 6520.666] (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "evdev pointer catchall"
    [ 6520.666] (**) ImPS/2 Generic Wheel Mouse: always reports core events
    [ 6520.666] (**) ImPS/2 Generic Wheel Mouse: Device: "/dev/input/event4"
    [ 6520.682] (--) ImPS/2 Generic Wheel Mouse: Found 3 mouse buttons
    [ 6520.682] (--) ImPS/2 Generic Wheel Mouse: Found scroll wheel(s)
    [ 6520.682] (--) ImPS/2 Generic Wheel Mouse: Found relative axes
    [ 6520.682] (--) ImPS/2 Generic Wheel Mouse: Found x and y relative axes
    [ 6520.682] (II) ImPS/2 Generic Wheel Mouse: Configuring as mouse
    [ 6520.682] (**) ImPS/2 Generic Wheel Mouse: YAxisMapping: buttons 4 and 5
    [ 6520.682] (**) ImPS/2 Generic Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 6520.682] (II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE)
    [ 6520.682] (**) ImPS/2 Generic Wheel Mouse: (accel) keeping acceleration scheme 1
    [ 6520.682] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration profile 0
    [ 6520.682] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration factor: 2.000
    [ 6520.682] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration threshold: 4
    [ 6520.682] (II) ImPS/2 Generic Wheel Mouse: initialized for relative axes.
    [ 6520.683] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/mouse0)
    [ 6520.683] (II) No input driver/identifier specified (ignoring)
    [ 6520.683] (II) config/udev: Adding input device PC Speaker (/dev/input/event1)
    [ 6520.683] (II) No input driver/identifier specified (ignoring)
    [ 6520.711] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
    [ 6527.514] (II) fglrx(0): Preparing normal LeaveVT...
    [ 6527.779] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 6527.779] (II) fglrx(0): Backup framebuffer data.
    [ 6527.780] (II) fglrx(0): Backup complete.
    So I've googled, and read that both xrandr and aticonfig can dynamically enable
    monitors, but not at the same time.  I tried enabling my monitor with "xrandr --output CRT2 --auto" (from .xinitrc, heh) and changed the resolution, but nothing happened.
    So I wanted to try enabling it with the catalyst utils. I tried to disable xrand
    r with 'aticonfig --set-pcs-str="DDX,EnableRandR12,FALSE"'.  This put the right
    key in the right place, and the Xorg.0.log reports "RandR disabled". But when I
    run X again, the xrandr client functions and aticonfig refuses to manage display
    s.
    So I'm kind of stumped.  I'd appreciate it if someone could go over the log and
    see if there are any clues I missed.

    Sorry, I post for the third time but I have something new.
    The problem is not catalyst, because if I use the free driver on the HD 5xxx, I am the same problem (black screen)
    I think it's my graphics card which was not detected or something else. But when I do : lspci. The HD5xxx was detected at the PCI 2:0:0.
    This is my Xorg.log with catalyst
    Xorg.log with free driver
    And if you want  my xorg.conf
    (I hope you can understand me :s)
    Thanks !
    Last edited by Mulokun (2012-11-15 18:43:38)

  • Laptop, 4 month old, black screen

    Hi
    My Hp 14-n047ca, Win 8, 64 bit, 8 Gb ram has a black screen.
    The power button and wireless button are lit. The keyboard is not back lighted.
    I have taken out the ram and placed in the other slot. When I was doing this, this wire came off but it looks like it just pops back on
    I have removed battery, power cord, held power button for 60 seconds, placed battery back in and then power cord, and powered on. The blue HP screen was appearing but I just noticed that it isnt appearing when the power button is turned on.
    I also did the previous step without the battery.
    Here is a photo www3.telus.net/m1000/laptop.jpg 
    1. connector attached
    2. one side of the connector
    3. other side of the connector
    4. the wirees back in place after I took photos 3 & 4
    I would appreciate any help with my '4 motnh old' ;-)
    Thank you
    Mark
    link to product: http://www8.hp.com/ca/en/products/laptops/product-detail.html?oid=6424866#!tab=features

    I think the wire that came off is the wireless card. Your laptop is only 4 months old so you still have 8 months of warranty left. I would request service.
    http://h10025.www1.hp.com/ewfrf/wc/contacthp?cc=us&dlc=en&lc=en&product=6550351&task=
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • Compaq CQ56 Laptop/Will not reboot/black screen

    Hi...I am new to this forum...I have a Compaq CQ56 laptop....just recently while updating my spyware and installing my updates, when the system reboots the screen remains black....I launch the system repair...it takes  me to the system restore window...did the system restore and the computer rebooted just fine....however everytime I need to install an update and reboot...I run into the same issue each time.  Ran the Hard disk and Memory diagnostic test and that passed without any issue.  I did notice a loud noise which I assume was coming from the fan....not sure.  
    Update for Windows 7 for x64-based Systems (KB2762895) failed at the install.  Is there another fix outside of having to take in for repair?
    Thank you for your time

    Hello Nana53
    Do you only run into the problem when you try to install just the Windows 7 update (KB2762895) or does it happen when trying to update any application? You said the screen is black, so how did you perform the system repair? Are you referring to the black screen as the screen goes black while windows is trying to load and you do see the BIOS and boot options?
    Searching the internet I have found mixed feelings and problems with users installing the Windows update. It seems to be meant to improve compatibility of programs, however, some applications aren't liking the changes.
    http://goo.gl/ZNBsQ
    In your case it isn't working. You can hide it from view so that you don't need to update it. This should prevent the problem from reoccurring. Hide Windows 7 Updates that you do not Ever Want to Install
    For more information about the update and/or if you want to try manually downloading and installing it check out the link below.
    Application Compatibility Update for Windows Server 2008, Windows 7, and Windows Server 2008 R2: Nov...
    Don't forgot to say thanks by giving "Kudos" to those that help solve your problems.
    When a solution is found please mark the post that solves your issue.

  • [Packard Bell EasyNote MX61-B] Xorg crash: black screen or segfault

    Hi everyone,
    I recently reinstalled Arch Linux after few months on Debian, and I remember I had a bug with Xorg. This bug appears known, but I can't find a solution or explication (maybe I don't search enough). Sometimes, I've a black screen for 5 seconds (approximately). I can do nothing and my computer doesn't respond. In my Xorg.0.log file, I've juste this line :
    AIGLX: Suspending AIGLX clients for VT switch
    It can happen one, two or three times in one minute, and it's very annoying. I can't reproduce that. I have no idea how, no idea of what is happening.
    But sometimes, it's more critical: same symptoms, but my Xorg session is totaly ugly. It doesn't crash, but I did as squares, rectangles of all colors.. If I kill X (with pkill X or ctrl/alt/bksp) and restart it, same result. I have to reboot my computer. In my Xorg.0.log, I've a segfault.
    My log file and configuration:
    Packard Bell EasyNote MX61-B-050FR
    Video driver: xf86-video-ati
    10-evdev.conf : http://bpaste.net/show/118059/
    10-quirks.conf: http://bpaste.net/show/118060/
    20-keyboard.conf: http://bpaste.net/show/118911
    50-synaptics.conf: http://bpaste.net/show/118061/
    Xorg.0.log: http://bpaste.net/show/118058/
    lspci: http://bpaste.net/show/118913
    Should I post a ticket on Xorg bugtracker ?
    Thank you.

    I've read this page http://projects.gnome.org/gdm/docs/2.14 … oting.html
    I would like to do as they say, ie find the way gdm startx xorg but arch's gdm package doesn't contain the defaults.conf file where it should be indicated.
    Any idea ?
    Regards,
    Mikael

  • HT1414 Hi there, my I pad series 2 has a black screen, it will not power up when attached to a laptop, and only shows black screen and Apple icon when attached to a mains power source. Any thoughts please? Allan

    Hi there my Ipad 2 has a black screen, will not power up and will only have an Apple icon when plugged into a mains power source. It will not power up when connected to a laptop. Any thoughts please?
    Regards,
    Allan

    Hi there,
    You may find the troubleshooting steps in the article below helpful.
    iOS: Not responding or does not turn on
    http://support.apple.com/kb/ts3281
    -Griff W. 

  • HP Envy 15 Laptop Notebook Windows 10 Black Screen After Boot

    Hello, My issue invloves my laptop notebook which is the HP Envy 15, Product Number: A9P60UAR#ABA. I recently upgraded to Windows 10 from my Windows 7 and experienced issues involving very long boot times to load to the log in screen and then all I see before I get to the login screen is a completely black screen with no curser for over a minute on average. I used to be able to load to the log in screen in an average time of 10 to 30 seconds with Windows 7.  After I log into my pc and reach my desktop I tried to put my pc in sleep mode and then try to wake up from sleep mode and then the black screen that happened when I booted my computer happened for about a minute to two minutes before I was able to see the log in screen, usually with my computer completely skipping the password requirement.  This issue is quite agrivating and I have reverted back to Windows 7 sinse this began to happen. I am willing to upgrade back to Windows 10 because I am able to revert back to windows 7 easily. Im not sure if I can fix this issue at this point in time with the lack of updates for drivers with my laptop some how or if others are experiencing the same problem.  If there is more information required to help I will be glad to help with the information. If anyone could help it would be much appreciated.

    Well..
    I found my own solution, for anybody interested:
    Now, I am not entirely sure if the video driver crashing is related, because it is working fine now.
    But, what I did was hit F8 at boot, went to Windows recovery tools area, and ran system restore to a restore point created by Revo Uninstaller before it uninstalled the AOL Registry files, and it booted up fine.
    My thinking, and probably everyone else reading this, is that when it uninstalled the AOL registry files, it must have caused some sort of problem? I scanned the Revo Uninstaller (and the crack I downloaded from PirateBay) with AVG before I even used it, and there was no virus, trojans, malware etc, etc. It was clean. So I don't think it was a virus or anything of that sort. My only thinking is that it must have uninstalled something it shouldn't have, causing Windows to stop functioning.
    Don't think it was a RAM problem, because I first booted with my old 1GB module (after the restore) and it booted fine, powered down, and put my 2GB in, and it is working fine. Although I am running off of AC power right now - my battery isn't attached. That is the last variable left untested. I will most certainly post again if something goes wrong when I put my battery in.
    I hope you guys want to discuss this, and maybe this will help someone else who has this problem, although mine seems pretty unique.
    Josh

  • Laptop won't boot; Black screen w/moveable cursor

    Satellite A305-S6905
    Current Situation:  Laptop won’t boot-up; black screen with moveable mouse cursor, HHD indicator actively flashing.
    I was attempting to upgrade from Vista to Win7-32bit-Ultimate.  Kept receiving error messages regarding non-compatible files.  Next the computer would not recognize the Multi-Drive (did not appear on the My Computer screen.  Now all I get is the black screen.  How can I restore?

    BTW, to reboot this PC (Windows 7), all you need to do is pres ctr+alt+delete at the black screen, and it will do just that. But if you disconnected all usb drives, then you cannot use this shortcut. You need to just shut it down with the power button.

  • Laptop on but only black screen nand loud beeping

    Widescreen compac presario f500

    Hello moscoe123,
    Thanks for posting on the HP Forums!
    I understand the computer will not start properly and a black screen remains. I apologize for the delayed response, but I will do my best to assist you! To troubleshoot the issue, please try the steps in this HP document: Troubleshooting Black Screen Displays with No Error Messages During Startup or Boot
    The document lists useful steps starting with resetting the product. More specific steps are explained depending on your issue.
    In regards to the beeps, there could be a few different causes. Since a beep/sound pattern wasn't mentioned, I'll just provide all this information for you to review, and you can try the suggested troubleshooting:
    Computer Does Not Start and the LEDs Blink or the Computer Beeps
    BIOS Beep Codes
    I believe this troubleshooting will resolve the issue. If not, I would contact HP phone support for further assistance. You can utilize this website to learn how to contact HP appropriately, based on your region: Contact HP Worldwide
    Please let me know if you have any other questions or concerns. Thank you for posting on the HP Forums. Have a great day!
    Mario
    I worked on behalf of HP.

  • I log in and laptop only pulls up black screen

    I log into my hp Pavilion and it only takes me to a blank black screen. I can move the curser around the screen but cannot do anything else.
    This question was solved.
    View Solution.

    Hi,
    Boot the computer normally and log-in.
    At the black screen, hold down the ctrl and alt keys and press delete.
    Select Task Manager.
    In the bottom left select More Details ( if it's not already selected ).
    Click in the Name column header to arrange the processes in alphabetical order.
    Look for an entry called Run Once Wrapper (RunOnce.exe) - if you see it listed, right click on it and select End Task.
    If your Desktop now appears, download AdwCleaner on the following link ( there will be a  4 - 5 second delay before it's available ) - save it to your Downloads folder.
    https://toolslib.net/downloads/finish/1/
    When downloaded, close all open programs, open your Downloads folder and double click the application to run it ( click yes to any uac prompt ).
    Click the Scan button.
    When the results are displayed, click the Clean button - when prompted to restart, click Ok.
    Does it boot back to the Desktop correctly now?
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • PLEASE HELP! x200 Bios Update caused Laptop Black screena and beeps

    Hi All,
    I updated my bios using the lenovo auto updater thing. Now my laptop starts with a black screen and 3 beeps. 1 long beep and 2 short ones. Please can anyone help me. What do i need to do. I have no warranty.
    Thanks
    Kooms

    If you stop breaking the rules, we'll stop removing your messages from public view.
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество
    Jane
    2015 X1 Carbon, ThinkPad Slate, T410s, X301, X200 Tablet, T60p, HP TouchPad, iPad Air 2, iPhone 5S, IdeaTab A2107A, Yoga Tablet, Yoga 3 Pro
    I am not a Lenovo Employee.
    I AM one of those crazy ThinkPad zealots!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!

  • HELP!! Black screen on my MacBook Pro after leaving open and on for over 8 hours.

    Hi everyone,
    This is the first time I'm using the discussion board as I haven't had any problems with my MacBook Pro since I bought it in November 2010. However, yesterday, I left my laptop on and open for over 8 hours without realising. When I came back to my laptop it had a black screen that just wouldn't go away. I pressed all the buttons on my keypad to wake it up but this didn't work. The caps lock key lights up when pressed and the volume button makes the clicky noise when turned up and down but the screen is still black. I have tried turning the laptop on/off using the power button several times. When it starts up it makes the usual sounds and I can hear that it is on but the screen is still black.
    I do not use my laptop for anything complicated. I really only use it to browse the web. I hope someone can help me. I have tried to make an appointment with the Genius Bar but there are no available appointments at my local one. I'm not a mac expert and don't understand technical words so please speak in layman terms otherwise I won't understand. Any help would be greatly appreciated. Many thanks

    If you've a 15" version, maybe...
    Mid-2010 15" MacBook Pros - the bad NVIDIA GPU
    If you're having frequent kernel panics with your 15" mid-2010, or intermittent screen problems, the problem is, more than likely, the faulty NVIDIA GPU found in a number of those machines.
    Here's just a sample of a kernel panic log that points to the faulty NVIDIA card:
    Kernel Extensions in backtrace (with dependencies):
             com.apple.GeForce(6.4.0)@0x82ac4000->0x82b7afff
                dependency: com.apple.NVDAResman(6.4.0)@0x834a0000
                dependency: com.apple.iokit.IONDRVSupport(2.2.1)@0x82fd3000
                dependency: com.apple.iokit.IOPCIFamily(2.6.5)@0x7a802000
                dependency: com.apple.iokit.IOGraphicsFamily(2.2.1)@0x8301b000
             com.apple.nvidia.nv50hal(6.4.0)@0x83c05000->0x84019fff
                dependency: com.apple.NVDAResman(6.4.0)@0x834a0000
             com.apple.NVDAResman(6.4.0)@0x834a0000->0x8378dfff
                dependency: com.apple.iokit.IOPCIFamily(2.6.5)@0x7a802000
                dependency: com.apple.iokit.IONDRVSupport(2.2.1)@0x82fd3000
                dependency: com.apple.iokit.IOGraphicsFamily(2.2.1)@0x8301b000
    Here's the "official" Apple take on the issue - but the very real kernel panics need not be preceded by 'Intermittent black screen or loss of video'... in fact, you might not experience any video problems at all. Although video problems can certainly be a portent of things to come…
    So what can you do? Print out a copy of your kernel panic and a copy of the Knowledge Base article and take them, along with your machine, to your local Apple Store or an Apple Authorized Service Provider. They should be more than willing to install a new logic board at no cost. I have no idea why this faulty GPU is making the headline here on the MacBook Pro forum so often now - could it be because Mountain Lion is just bringing the issue to a head more readily? I don't know - I only know that we're seeing more and more of these kernel panics of late.
    Good luck,
    Clinton

Maybe you are looking for

  • Problem with reports in excel (using text_io)

    we are using Report Builder 6.0.5.28.0 with Oracle9i Enterprise Edition Release 9.2.0.1.0. in a client/server evironment. I'm using 'TEXT_IO' to write the report output to a csv file. The process runs ok but the only problem is that the first line of

  • Regarding Matrix Report Issue in (RTF Template)

    Hi, We are developing the new report in XMLP (Matrix Report) and this is new stuff for us in XMLP. we dont have any material to explore about how to apply matrix report concepts in RTF Template. We have tried with some xml data with the RTF file but

  • How  to suppress the 'login screen'

    Am looking to find some code to suppress the login screen? Could use some code suggestions? Thanks...

  • Is it safe to delete all PREVIEW files in the FINDER's "All my files"?

    I have > 7,000 files showing in the PREVIEW section of the Finder's ALL MY FILES.  I want to clean up unnecessary and duplicate files - most are photos. I just want to make sure that if I delete these preview files it will not remove the original  fi

  • Digital Signature on PDF

    Hi Folks! I'd like to digitally sign a PDF document out of an ABAP program or class, just to ensure that the document was not modified by anyone. In my program I hold the PDF as a binary stream in a XSTRING variable. I convert it into a binary table