Black Screen on switch to tty after install proprietary catalyst-hook

After Install the latest version of :
catalyst-total 14.9-1
from AUR I can startx and login to x sessions, But I can'nt switch to tty right after that executing startx and entering into X Also after suspend.
When i pressing C+M+F2 or even logout from X Session Then i can'nt access to tty consoles and just a black screen appears and nothing work even my mouse.
I have followed wiki and some forum workarounds to this issue for example disabling KMS or put vga= kernel param on grub,...but none of them dose'nt solved the problem!
I have a ATI 6470M card :
# lspci -nn | grep VGA
01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Seymour [Radeon HD 6400M/7400M Series] [1002:6760]
also I have installed following:
linux -> 3.16.4-1
linux-headers -> 3.16.4-1
xorg-server -> 1.15.2-1
Any idea? please.
Sorry for my english

I also use a Samsung N220 and found two ways to avoid this issue:
intel_idle.max_cstate=0 as a kernel boot parameter
disable CPU power saving in BIOS settings
PS: See also https://bbs.archlinux.org/viewtopic.php … 27#p909727
Last edited by Waldteufel (2011-04-06 17:55:23)

Similar Messages

  • Black screen flash for 0.1s after unlock by Touch id or passcode

    1.Black screen flash for 0.1s after unlock by Touch id or passcode.
    2.It only occur in different wallpaper set on Home and Lockscreen.
    3.Black screen doesn't appear if Same wallpaper set on both Home and Locksceen.
    4.Suspecting a software bug.
    5.Hopefully fix it on next IOS updates.
    Hardware:iphone6 16G silver HK version. iOS:8.1

    Yep, got the same here, I've done full restore from backup, suspected i had a problem, till I read the above comment. thanks
    Hardware :iPhone 5s 64G space gray version iOS:8.1

  • [solved]black screen with xorg 1.6 after resume (intel)

    after upgrading to xorg-server 1.6 no matter if i use s2ram or s2disk, first resume works fine, the second suspend and resume results in a black screen without any chance to swich to any tty.
    i have read about bug like this which was resolved with using intel legacy driver. however my problem still occures.
    maybe there is some module i should load/unload/reload on hibernate/wake-up?
    here is my xorg.conf, lspci, Xorg.0.log.old (the one i had to kill with black screen) and Xorg.0.log
    xorg.conf
    Section "ServerFlags"
    Option "AutoAddDevices" "False"
    Option "DontZap" "false"
    EndSection
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Cursor" "SendCoreEvents"
    InputDevice "Stylus" "SendCoreEvents"
    InputDevice "Eraser" "SendCoreEvents"
    EndSection
    Section "InputDevice"
    Identifier "Cursor"
    Driver "wacom"
    Option "Device" "/dev/ttyS0"
    Option "Type" "cursor"
    Option "ForceDevice" "ISDV4"
    Option "KeepShape" "on"
    Option "Mode" "Absolute"
    Option "BottomY" "18432"
    Option "BottomX" "24576"
    EndSection
    Section "InputDevice"
    Identifier "Stylus"
    Driver "wacom"
    Option "Device" "/dev/ttyS0"
    Option "Type" "stylus"
    Option "ForceDevice" "ISDV4"
    Option "KeepShape" "on"
    Option "TPCButton" "off"
    Option "BottomY" "18432"
    Option "BottomX" "24576"
    Option "Mode" "Absolute"
    EndSection
    Section "InputDevice"
    Identifier "Eraser"
    Driver "wacom"
    Option "Device" "/dev/ttyS0"
    Option "Type" "eraser"
    Option "ForceDevice" "ISDV4"
    Option "KeepShape" "on"
    Option "BottomY" "18432"
    Option "BottomX" "24576"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/local"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "extmod"
    Load "xtrap"
    Load "dbe"
    Load "dri"
    Load "glx"
    Load "freetype"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbRules" "base"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "de, ru"
    Option "XkbVariant" "nodeadkeys, winkeys"
    Option "XkbOptions" "grp:caps_toggle"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "intel"
    VendorName "Intel Corporation"
    BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller"
    BusID "PCI:0:2:0"
    Option "FramebufferCompression" "on"
    Option "AccelMethod" "EXA"
    Option "Tiling" "on"
    Option "TrippleBuffer" "true"
    Option "MigrationHeuristic" "greedy"
    Option "RenderAccel" "true"
    Option "ExaNoComposite" "false"
    Option "EnablePageFlip" "true"
    Option "DRI" "on"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "dri"
    Mode 0666
    EndSection
    lspci
    00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03)
    00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
    00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
    00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 03)
    00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03)
    00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03)
    00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03)
    00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03)
    00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d3)
    00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03)
    00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 03)
    00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller (rev 03)
    00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 03)
    02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5751M Gigabit Ethernet PCI Express (rev 11)
    04:00.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev 8d)
    04:00.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 13)
    04:02.0 Ethernet controller: Atheros Communications Inc. AR5212 802.11abg NIC (rev 01)
    Xorg.0.log
    X.Org X Server 1.6.0
    Release Date: 2009-2-25
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.29-ARCH i686
    Current Operating System: Linux thinky 2.6.29-ARCH #1 SMP PREEMPT Wed Apr 8 12:47:56 UTC 2009 i686
    Build Date: 10 April 2009 07:03:14PM
    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: Tue Apr 14 19:27:54 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "Cursor"
    (**) |-->Input Device "Stylus"
    (**) |-->Input Device "Eraser"
    (**) Option "DontZap" "false"
    (**) Option "AutoAddDevices" "False"
    (**) Not automatically adding devices
    (==) Automatically enabling devices
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/local,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    built-ins
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (II) Loader magic: 0x1a40
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (++) using VT number 7
    (--) PCI:*(0@0:2:0) Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller rev 3, Mem @ 0xa0080000/524288, 0xc0000000/268435456, 0xa0000000/262144, I/O @ 0x00001800/8
    (--) PCI: (0@0:2:1) Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller rev 3, Mem @ 0x68000000/524288
    (II) Open ACPI successful (/var/run/acpid.socket)
    (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) "record" will be loaded by default.
    (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri2" will be loaded by default.
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "xtrap"
    (WW) Warning, couldn't open module xtrap
    (II) UnloadModule: "xtrap"
    (EE) Failed to load module "xtrap" (module does not exist, 0)
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (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 1.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "freetype"
    (WW) Warning, couldn't open module freetype
    (II) UnloadModule: "freetype"
    (EE) Failed to load module "freetype" (module does not exist, 0)
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "intel"
    (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
    (II) Module intel: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 2.3.2
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.4.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.3.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) LoadModule: "wacom"
    (II) Loading /usr/lib/xorg/modules/input//wacom_drv.so
    (II) Module wacom: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) Wacom driver level: 47-0.8.3-2 $
    (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ,
    965GM, 965GME/GLE, G33, Q35, Q33, Intel Integrated Graphics Device
    (II) Primary Device is: PCI 00@00:02:0
    (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) 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) 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.6.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 5.0
    (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.6.0, module version = 1.1.0
    ABI class: X.Org Video Driver, version 5.0
    (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.6.0, module version = 0.1.0
    ABI class: X.Org Video Driver, version 5.0
    (==) intel(0): Depth 24, (--) framebuffer bpp 32
    (==) intel(0): RGB weight 888
    (==) intel(0): Default visual is TrueColor
    (**) intel(0): Option "AccelMethod" "EXA"
    (**) intel(0): Option "DRI" "on"
    (**) intel(0): Option "FramebufferCompression" "on"
    (**) intel(0): Option "Tiling" "on"
    (II) intel(0): Integrated Graphics Chipset: Intel(R) 915GM
    (--) intel(0): Chipset: "915GM"
    (--) intel(0): Linear framebuffer at 0xC0000000
    (--) intel(0): IO registers at addr 0xA0080000
    (II) intel(0): 2 display pipes available.
    (**) intel(0): Using EXA for acceleration
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"
    (II) Module "i2c" already built-in
    (II) intel(0): Output VGA using monitor section Monitor0
    (II) intel(0): I2C bus "CRTDDC_A" initialized.
    (II) intel(0): Output LVDS has no monitor section
    (II) intel(0): I2C bus "LVDSDDC_C" initialized.
    (II) intel(0): Attempting to determine panel fixed mode.
    (II) intel(0): I2C device "LVDSDDC_C:E-EDID segment register" registered at address 0x60.
    (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Reloading /usr/lib/xorg/modules//libint10.so
    (II) intel(0): initializing int10
    (II) intel(0): Bad V_BIOS checksum
    (II) intel(0): Primary V_BIOS segment is: 0xc000
    (II) intel(0): VESA BIOS detected
    (II) intel(0): VESA VBE Version 3.0
    (II) intel(0): VESA VBE Total Mem: 7872 kB
    (II) intel(0): VESA VBE OEM: Intel(r)915GM/910ML/915MS Graphics Chip Accelerated VGA BIOS
    (II) intel(0): VESA VBE OEM Software Rev: 1.0
    (II) intel(0): VESA VBE OEM Vendor: Intel Corporation
    (II) intel(0): VESA VBE OEM Product: Intel(r)915GM/910ML/915MS Graphics Controller
    (II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0x70.
    (II) intel(0): No SDVO device found on SDVOB
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" removed.
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" removed.
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at address 0x72.
    (II) intel(0): No SDVO device found on SDVOC
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed.
    (II) intel(0): Output TV has no monitor section
    (II) intel(0): Output VGA disconnected
    (II) intel(0): Output LVDS connected
    (II) intel(0): Output TV disconnected
    (II) intel(0): Using exact sizes for initial modes
    (II) intel(0): Output LVDS using initial mode 1024x768
    (II) intel(0): Monitoring connected displays enabled
    (II) intel(0): detected 256 kB GTT.
    (II) intel(0): detected 7932 kB stolen memory.
    (==) intel(0): video overlay key set to 0x101fe
    (==) intel(0): Will not try to enable page flipping
    (==) intel(0): Triple buffering disabled
    (==) intel(0): Intel XvMC decoder disabled
    (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
    (==) intel(0): DPI set to (96, 96)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "exa"
    (II) LoadModule: "exa"
    (II) Loading /usr/lib/xorg/modules//libexa.so
    (II) Module exa: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 2.4.0
    ABI class: X.Org Video Driver, version 5.0
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (II) intel(0): Comparing regs from server start up to After PreInit
    (WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to 0xd000000a
    (WW) intel(0): PP_STATUS before: on, ready, sequencing idle
    (WW) intel(0): PP_STATUS after: on, ready, sequencing on
    (WW) intel(0): Register 0x70024 (PIPEASTAT) changed from 0x00000000 to 0x00000203
    (WW) intel(0): PIPEASTAT before: status:
    (WW) intel(0): PIPEASTAT after: status: VSYNC_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS
    (II) Loading sub module "dri"
    (II) LoadModule: "dri"
    (II) Reloading /usr/lib/xorg/modules/extensions//libdri.so
    (==) 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](OprD)
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
    [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) intel(0): Kernel reported 363776 total, 1 used
    (II) intel(0): I830CheckAvailableMemory: 1455100 kB available
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: drmOpenMinor returns 11
    drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    (II) [drm] DRM interface version 1.3
    (II) [drm] DRM open master succeeded.
    (II) intel(0): [drm] Using the DRM lock SAREA also for drawables.
    (II) intel(0): [drm] framebuffer mapped by ddx driver
    (II) intel(0): [drm] added 1 reserved context for kernel
    (II) intel(0): X context handle = 0x1
    (II) intel(0): [drm] installed DRM signal handler
    (**) intel(0): Framebuffer compression enabled
    (**) intel(0): Tiling enabled
    (==) intel(0): VideoRam: 262144 KB
    (II) intel(0): Attempting memory allocation with tiled buffers.
    (II) intel(0): Tiled allocation successful.
    (II) intel(0): [drm] Registers = 0xa0080000
    (II) intel(0): [drm] ring buffer = 0xc0000000
    (II) intel(0): [drm] mapped front buffer at 0xc0800000, handle = 0xc0800000
    (II) intel(0): [drm] mapped back buffer at 0xc1800000, handle = 0xc1800000
    (II) intel(0): [drm] mapped depth buffer at 0xc1c00000, handle = 0xc1c00000
    (II) intel(0): [drm] mapped classic textures at 0xc2000000, handle = 0xc2000000
    (II) intel(0): [drm] Initialized kernel agp heap manager, 33554432
    (II) intel(0): [dri] visual configs initialized
    (II) intel(0): Page Flipping disabled
    (II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (**) intel(0): Option "MigrationHeuristic" "greedy"
    (**) intel(0): Option "EXANoComposite" "false"
    (II) EXA(0): Offscreen pixmap area of 12582912 bytes
    (II) EXA(0): Driver registered support for the following operations:
    (II) Solid
    (II) Copy
    (II) Composite (RENDER acceleration)
    (==) intel(0): Backing store disabled
    (==) intel(0): Silken mouse enabled
    (II) intel(0): Initializing HW Cursor
    (II) intel(0): [DRI] installation complete
    (II) intel(0): xf86BindGARTMemory: bind key 0 at 0x00800000 (pgoffset 2048)
    (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x00c00000 (pgoffset 3072)
    (II) intel(0): xf86BindGARTMemory: bind key 2 at 0x01800000 (pgoffset 6144)
    (II) intel(0): xf86BindGARTMemory: bind key 3 at 0x01c00000 (pgoffset 7168)
    (II) intel(0): xf86BindGARTMemory: bind key 4 at 0x02000000 (pgoffset 8192)
    (II) intel(0): Fixed memory allocation layout:
    (II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
    (II) intel(0): 0x00020000-0x0061ffff: compressed frame buffer (6144 kB, 0x000000005f820000 physical
    (II) intel(0): 0x00620000-0x00620fff: compressed ll buffer (4 kB, 0x000000005fe20000 physical
    (II) intel(0): 0x00621000-0x0062afff: HW cursors (40 kB, 0x000000005fe21000 physical
    (II) intel(0): 0x0062b000-0x00632fff: logical 3D context (32 kB)
    (II) intel(0): 0x00633000-0x00633fff: overlay registers (4 kB, 0x000000005fe33000 physical
    (II) intel(0): 0x007bf000: end of stolen memory
    (II) intel(0): 0x00800000-0x00bfffff: front buffer (4096 kB) X tiled
    (II) intel(0): 0x00c00000-0x017fffff: exa offscreen (12288 kB)
    (II) intel(0): 0x01800000-0x01bfffff: back buffer (4096 kB) X tiled
    (II) intel(0): 0x01c00000-0x01ffffff: depth buffer (4096 kB) X tiled
    (II) intel(0): 0x02000000-0x03ffffff: classic textures (32768 kB)
    (II) intel(0): 0x10000000: end of aperture
    (II) intel(0): Selecting standard 18 bit TMDS pixel format.
    (II) intel(0): Output configuration:
    (II) intel(0): Pipe A is off
    (II) intel(0): Display plane A is now disabled and connected to pipe A.
    (II) intel(0): Pipe B is on
    (II) intel(0): Display plane B is now enabled and connected to pipe B.
    (II) intel(0): Output VGA is connected to pipe none
    (II) intel(0): Output LVDS is connected to pipe B
    (II) intel(0): Output TV is connected to pipe none
    (II) intel(0): [drm] dma control initialized, using IRQ 16
    (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (II) intel(0): Selecting standard 18 bit TMDS pixel format.
    (II) intel(0): DPMS enabled
    (II) intel(0): Set up textured video
    (II) intel(0): Set up overlay video
    (II) intel(0): direct rendering: Enabled
    (WW) intel(0): Option "TrippleBuffer" is not used
    (WW) intel(0): Option "RenderAccel" is not used
    (WW) intel(0): Option "EnablePageFlip" is not used
    (--) RandR disabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (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) AIGLX: Screen 0 is not DRI2 capable
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 12, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 12, (OK)
    drmOpenByBusid: drmOpenMinor returns 12
    drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    (II) AIGLX: enabled GLX_SGI_make_current_read
    (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    (II) AIGLX: enabled GLX_texture_from_pixmap with driver support
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i915_dri.so
    (II) GLX: Initialized DRI GL provider for screen 0
    (II) intel(0): Setting screen physical size to 270 x 203
    (**) Option "Protocol" "auto"
    (**) Option "Device" "/dev/input/mice"
    (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
    (**) Mouse0: Device: "/dev/input/mice"
    (**) Mouse0: Protocol: "auto"
    (**) Option "CorePointer"
    (**) Mouse0: always reports core events
    (**) Option "Device" "/dev/input/mice"
    (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
    (**) Option "ZAxisMapping" "4 5 6 7"
    (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
    (**) Mouse0: Buttons: 11
    (**) Mouse0: Sensitivity: 1
    (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
    (**) Mouse0: (accel) keeping acceleration scheme 1
    (**) Mouse0: (accel) filter chain progression: 2.00
    (**) Mouse0: (accel) filter stage 0: 20.00 ms
    (**) Mouse0: (accel) set acceleration profile 0
    (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
    (II) Mouse0: ps2EnableDataReporting: succeeded
    (**) Option "CoreKeyboard"
    (**) Keyboard0: always reports core events
    (**) Option "Protocol" "standard"
    (**) Keyboard0: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "base"
    (**) Keyboard0: XkbRules: "base"
    (**) Option "XkbModel" "pc105"
    (**) Keyboard0: XkbModel: "pc105"
    (**) Option "XkbLayout" "de, ru"
    (**) Keyboard0: XkbLayout: "de, ru"
    (**) Option "XkbVariant" "nodeadkeys, winkeys"
    (**) Keyboard0: XkbVariant: "nodeadkeys, winkeys"
    (**) Option "XkbOptions" "grp:caps_toggle"
    (**) Keyboard0: XkbOptions: "grp:caps_toggle"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard0: CustomKeycodes disabled
    (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
    (**) Option "SendCoreEvents"
    (**) Cursor: always reports core events
    (**) Cursor device is /dev/ttyS0
    (**) Cursor is in absolute mode
    (**) Cursor: forcing TabletPC ISD V4 protocol
    (**) WACOM: suppress value is 2
    (**) Option "KeepShape" "on"
    (**) Cursor: keeps shape
    (**) Option "BottomX" "24576"
    (**) Cursor: bottom x = 24576
    (**) Option "BottomY" "18432"
    (**) Cursor: bottom y = 18432
    (**) Option "BaudRate" "9600"
    (**) Cursor: serial speed 9600
    (II) XINPUT: Adding extended input device "Cursor" (type: Wacom Cursor)
    (**) Option "Device" "/dev/ttyS0"
    (**) Option "StopBits" "1"
    (**) Option "DataBits" "8"
    (**) Option "Parity" "None"
    (**) Option "Vmin" "1"
    (**) Option "Vtime" "10"
    (**) Option "FlowControl" "Xoff"
    usbDetect: can not ioctl version
    (==) Wacom using pressure threshold of 15 for button 1
    (==) Wacom General ISDV4 tablet speed=9600 (19200) maxX=24576 maxY=18432 maxZ=255 resX=2540 resY=2540 tilt=disabled
    (==) Wacom device "Cursor" top X=0 top Y=0 bottom X=24576 bottom Y=18432 resol X=2540 resol Y=2540
    (**) Option "SendCoreEvents"
    (**) Stylus: always reports core events
    (**) Stylus device is /dev/ttyS0
    (**) Stylus is in absolute mode
    (**) Stylus: forcing TabletPC ISD V4 protocol
    (**) WACOM: suppress value is 2
    (**) Option "KeepShape" "on"
    (**) Stylus: keeps shape
    (**) Option "BottomX" "24576"
    (**) Stylus: bottom x = 24576
    (**) Option "BottomY" "18432"
    (**) Stylus: bottom y = 18432
    (**) Stylus: threshold = 15
    (**) Stylus: max x set to 24576 by xorg.conf
    (**) Stylus: max y set to 18432 by xorg.conf
    (**) Stylus: max z = 255
    (**) Option "TPCButton" "off"
    (**) Option "BaudRate" "9600"
    (**) Stylus: serial speed 9600
    (II) XINPUT: Adding extended input device "Stylus" (type: Wacom Stylus)
    (==) Wacom device "Stylus" top X=0 top Y=0 bottom X=24576 bottom Y=18432 resol X=2540 resol Y=2540
    (**) Option "SendCoreEvents"
    (**) Eraser: always reports core events
    (**) Eraser device is /dev/ttyS0
    (**) Eraser is in absolute mode
    (**) Eraser: forcing TabletPC ISD V4 protocol
    (**) WACOM: suppress value is 2
    (**) Option "KeepShape" "on"
    (**) Eraser: keeps shape
    (**) Option "BottomX" "24576"
    (**) Eraser: bottom x = 24576
    (**) Option "BottomY" "18432"
    (**) Eraser: bottom y = 18432
    (**) Eraser: threshold = 15
    (**) Eraser: max x set to 24576 by xorg.conf
    (**) Eraser: max y set to 18432 by xorg.conf
    (**) Eraser: max z = 255
    (**) Option "BaudRate" "9600"
    (**) Eraser: serial speed 9600
    (II) XINPUT: Adding extended input device "Eraser" (type: Wacom Eraser)
    (==) Wacom device "Eraser" top X=0 top Y=0 bottom X=24576 bottom Y=18432 resol X=2540 resol Y=2540
    (II) config/hal: Adding input device ThinkPad Extra Buttons
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) config/hal: Adding input device Wacom Serial Tablet PC Pen Tablet/Digitizer
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) config/hal: Adding input device TPPS/2 IBM TrackPoint
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) config/hal: Adding input device Video Bus
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) intel(0): xf86BindGARTMemory: bind key 5 at 0x04000000 (pgoffset 16384)
    (II) intel(0): xf86UnbindGARTMemory: unbind key 5
    (II) intel(0): xf86BindGARTMemory: bind key 5 at 0x04000000 (pgoffset 16384)
    (II) intel(0): xf86UnbindGARTMemory: unbind key 5
    (II) intel(0): xf86BindGARTMemory: bind key 5 at 0x04000000 (pgoffset 16384)
    (II) intel(0): xf86UnbindGARTMemory: unbind key 5
    Xorg.0.log.old
    X.Org X Server 1.6.0
    Release Date: 2009-2-25
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.29-ARCH i686
    Current Operating System: Linux thinky 2.6.29-ARCH #1 SMP PREEMPT Wed Apr 8 12:47:56 UTC 2009 i686
    Build Date: 10 April 2009 07:03:14PM
    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: Tue Apr 14 19:27:40 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "Cursor"
    (**) |-->Input Device "Stylus"
    (**) |-->Input Device "Eraser"
    (**) Option "DontZap" "false"
    (**) Option "AutoAddDevices" "False"
    (**) Not automatically adding devices
    (==) Automatically enabling devices
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/local,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    built-ins
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (II) Loader magic: 0x1a40
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (++) using VT number 7
    (--) PCI:*(0@0:2:0) Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller rev 3, Mem @ 0xa0080000/524288, 0xc0000000/268435456, 0xa0000000/262144, I/O @ 0x00001800/8
    (--) PCI: (0@0:2:1) Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller rev 3, Mem @ 0x68000000/524288
    (II) Open ACPI successful (/var/run/acpid.socket)
    (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) "record" will be loaded by default.
    (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri2" will be loaded by default.
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "xtrap"
    (WW) Warning, couldn't open module xtrap
    (II) UnloadModule: "xtrap"
    (EE) Failed to load module "xtrap" (module does not exist, 0)
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (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 1.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "freetype"
    (WW) Warning, couldn't open module freetype
    (II) UnloadModule: "freetype"
    (EE) Failed to load module "freetype" (module does not exist, 0)
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "intel"
    (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
    (II) Module intel: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 2.3.2
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.4.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.3.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) LoadModule: "wacom"
    (II) Loading /usr/lib/xorg/modules/input//wacom_drv.so
    (II) Module wacom: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) Wacom driver level: 47-0.8.3-2 $
    (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ,
    965GM, 965GME/GLE, G33, Q35, Q33, Intel Integrated Graphics Device
    (II) Primary Device is: PCI 00@00:02:0
    (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) 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) 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.6.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 5.0
    (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.6.0, module version = 1.1.0
    ABI class: X.Org Video Driver, version 5.0
    (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.6.0, module version = 0.1.0
    ABI class: X.Org Video Driver, version 5.0
    (==) intel(0): Depth 24, (--) framebuffer bpp 32
    (==) intel(0): RGB weight 888
    (==) intel(0): Default visual is TrueColor
    (**) intel(0): Option "AccelMethod" "EXA"
    (**) intel(0): Option "DRI" "on"
    (**) intel(0): Option "FramebufferCompression" "on"
    (**) intel(0): Option "Tiling" "on"
    (II) intel(0): Integrated Graphics Chipset: Intel(R) 915GM
    (--) intel(0): Chipset: "915GM"
    (--) intel(0): Linear framebuffer at 0xC0000000
    (--) intel(0): IO registers at addr 0xA0080000
    (II) intel(0): 2 display pipes available.
    (**) intel(0): Using EXA for acceleration
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"
    (II) Module "i2c" already built-in
    (II) intel(0): Output VGA using monitor section Monitor0
    (II) intel(0): I2C bus "CRTDDC_A" initialized.
    (II) intel(0): Output LVDS has no monitor section
    (II) intel(0): I2C bus "LVDSDDC_C" initialized.
    (II) intel(0): Attempting to determine panel fixed mode.
    (II) intel(0): I2C device "LVDSDDC_C:E-EDID segment register" registered at address 0x60.
    (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Reloading /usr/lib/xorg/modules//libint10.so
    (II) intel(0): initializing int10
    (II) intel(0): Bad V_BIOS checksum
    (II) intel(0): Primary V_BIOS segment is: 0xc000
    (II) intel(0): VESA BIOS detected
    (II) intel(0): VESA VBE Version 3.0
    (II) intel(0): VESA VBE Total Mem: 7872 kB
    (II) intel(0): VESA VBE OEM: Intel(r)915GM/910ML/915MS Graphics Chip Accelerated VGA BIOS
    (II) intel(0): VESA VBE OEM Software Rev: 1.0
    (II) intel(0): VESA VBE OEM Vendor: Intel Corporation
    (II) intel(0): VESA VBE OEM Product: Intel(r)915GM/910ML/915MS Graphics Controller
    (II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0x70.
    (II) intel(0): No SDVO device found on SDVOB
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" removed.
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" removed.
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at address 0x72.
    (II) intel(0): No SDVO device found on SDVOC
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed.
    (II) intel(0): Output TV has no monitor section
    (II) intel(0): Output VGA disconnected
    (II) intel(0): Output LVDS connected
    (II) intel(0): Output TV disconnected
    (II) intel(0): Using exact sizes for initial modes
    (II) intel(0): Output LVDS using initial mode 1024x768
    (II) intel(0): Monitoring connected displays enabled
    (II) intel(0): detected 256 kB GTT.
    (II) intel(0): detected 7932 kB stolen memory.
    (==) intel(0): video overlay key set to 0x101fe
    (==) intel(0): Will not try to enable page flipping
    (==) intel(0): Triple buffering disabled
    (==) intel(0): Intel XvMC decoder disabled
    (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
    (==) intel(0): DPI set to (96, 96)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "exa"
    (II) LoadModule: "exa"
    (II) Loading /usr/lib/xorg/modules//libexa.so
    (II) Module exa: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 2.4.0
    ABI class: X.Org Video Driver, version 5.0
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (II) intel(0): Comparing regs from server start up to After PreInit
    (WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to 0xd0000009
    (WW) intel(0): PP_STATUS before: on, ready, sequencing idle
    (WW) intel(0): PP_STATUS after: on, ready, sequencing on
    (WW) intel(0): Register 0x68000 (TV_CTL) changed from 0x10000000 to 0x000c0c00
    (WW) intel(0): Register 0x68010 (TV_CSC_Y) changed from 0x00000000 to 0x0332012d
    (WW) intel(0): Register 0x68014 (TV_CSC_Y2) changed from 0x00000000 to 0x07d30104
    (WW) intel(0): Register 0x68018 (TV_CSC_U) changed from 0x00000000 to 0x0733052d
    (WW) intel(0): Register 0x6801c (TV_CSC_U2) changed from 0x00000000 to 0x05c70200
    (WW) intel(0): Register 0x68020 (TV_CSC_V) changed from 0x00000000 to 0x0340030c
    (WW) intel(0): Register 0x68024 (TV_CSC_V2) changed from 0x00000000 to 0x06d00200
    (WW) intel(0): Register 0x68028 (TV_CLR_KNOBS) changed from 0x00000000 to 0x00606000
    (WW) intel(0): Register 0x6802c (TV_CLR_LEVEL) changed from 0x00000000 to 0x010b00e1
    (WW) intel(0): Register 0x68030 (TV_H_CTL_1) changed from 0x00000000 to 0x00400359
    (WW) intel(0): Register 0x68034 (TV_H_CTL_2) changed from 0x00000000 to 0x80480022
    (WW) intel(0): Register 0x68038 (TV_H_CTL_3) changed from 0x00000000 to 0x007c0344
    (WW) intel(0): Register 0x6803c (TV_V_CTL_1) changed from 0x00000000 to 0x00f01415
    (WW) intel(0): Register 0x68040 (TV_V_CTL_2) changed from 0x00000000 to 0x00060607
    (WW) intel(0): Register 0x68044 (TV_V_CTL_3) changed from 0x00000000 to 0x80120001
    (WW) intel(0): Register 0x68048 (TV_V_CTL_4) changed from 0x00000000 to 0x000900f0
    (WW) intel(0): Register 0x6804c (TV_V_CTL_5) changed from 0x00000000 to 0x000a00f0
    (WW) intel(0): Register 0x68050 (TV_V_CTL_6) changed from 0x00000000 to 0x000900f0
    (WW) intel(0): Register 0x68054 (TV_V_CTL_7) changed from 0x00000000 to 0x000a00f0
    (WW) intel(0): Register 0x68060 (TV_SC_CTL_1) changed from 0x00000000 to 0xc1710088
    (WW) intel(0): Register 0x68064 (TV_SC_CTL_2) changed from 0x00000000 to 0x4e2d1dc8
    (WW) intel(0): Register 0x68070 (TV_WIN_POS) changed from 0x00000000 to 0x00360024
    (WW) intel(0): Register 0x68074 (TV_WIN_SIZE) changed from 0x00000000 to 0x02640198
    (WW) intel(0): Register 0x68080 (TV_FILTER_CTL_1) changed from 0x00000000 to 0x800010bb
    (WW) intel(0): Register 0x68084 (TV_FILTER_CTL_2) changed from 0x00000000 to 0x00028283
    (WW) intel(0): Register 0x68088 (TV_FILTER_CTL_3) changed from 0x00000000 to 0x00014141
    (WW) intel(0): Register 0x68100 (TV_H_LUMA_0) changed from 0x00000000 to 0xb1403000
    (WW) intel(0): Register 0x681ec (TV_H_LUMA_59) changed from 0x00000000 to 0x0000b060
    (WW) intel(0): Register 0x68200 (TV_H_CHROMA_0) changed from 0x00000000 to 0xb1403000
    (WW) intel(0): Register 0x682ec (TV_H_CHROMA_59) changed from 0x00000000 to 0x0000b060
    (II) Loading sub module "dri"
    (II) LoadModule: "dri"
    (II) Reloading /usr/lib/xorg/modules/extensions//libdri.so
    (==) 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](OprD)
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
    [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) intel(0): Kernel reported 363776 total, 1 used
    (II) intel(0): I830CheckAvailableMemory: 1455100 kB available
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device or address)
    drmOpenDevice: open result is -1, (No such device or address)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device or address)
    drmOpenDevice: open result is -1, (No such device or address)
    drmOpenDevice: Open failed
    drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: drmOpenMinor returns 11
    drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    (II) [drm] loaded kernel module for "i915" driver.
    (II) [drm] DRM interface version 1.3
    (II) [drm] DRM open master succeeded.
    (II) intel(0): [drm] Using the DRM lock SAREA also for drawables.
    (II) intel(0): [drm] framebuffer mapped by ddx driver
    (II) intel(0): [drm] added 1 reserved context for kernel
    (II) intel(0): X context handle = 0x1
    (II) intel(0): [drm] installed DRM signal handler
    (**) intel(0): Framebuffer compression enabled
    (**) intel(0): Tiling enabled
    (==) intel(0): VideoRam: 262144 KB
    (II) intel(0): Attempting memory allocation with tiled buffers.
    (II) intel(0): Tiled allocation successful.
    (II) intel(0): [drm] Registers = 0xa0080000
    (II) intel(0): [drm] ring buffer = 0xc0000000
    (II) intel(0): [drm] mapped front buffer at 0xc0800000, handle = 0xc0800000
    (II) intel(0): [drm] mapped back buffer at 0xc1800000, handle = 0xc1800000
    (II) intel(0): [drm] mapped depth buffer at 0xc1c00000, handle = 0xc1c00000
    (II) intel(0): [drm] mapped classic textures at 0xc2000000, handle = 0xc2000000
    (II) intel(0): [drm] Initialized kernel agp heap manager, 33554432
    (II) intel(0): [dri] visual configs initialized
    (II) intel(0): Page Flipping disabled
    (II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (**) intel(0): Option "MigrationHeuristic" "greedy"
    (**) intel(0): Option "EXANoComposite" "false"
    (II) EXA(0): Offscreen pixmap area of 12582912 bytes
    (II) EXA(0): Driver registered support for the following operations:
    (II) Solid
    (II) Copy
    (II) Composite (RENDER acceleration)
    (==) intel(0): Backing store disabled
    (==) intel(0): Silken mouse enabled
    (II) intel(0): Initializing HW Cursor
    (II) intel(0): [DRI] installation complete
    (II) intel(0): xf86BindGARTMemory: bind key 0 at 0x00800000 (pgoffset 2048)
    (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x00c00000 (pgoffset 3072)
    (II) intel(0): xf86BindGARTMemory: bind key 2 at 0x01800000 (pgoffset 6144)
    (II) intel(0): xf86BindGARTMemory: bind key 3 at 0x01c00000 (pgoffset 7168)
    (II) intel(0): xf86BindGARTMemory: bind key 4 at 0x02000000 (pgoffset 8192)
    (II) intel(0): Fixed memory allocation layout:
    (II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
    (II) intel(0): 0x00020000-0x0061ffff: compressed frame buffer (6144 kB, 0x000000005f820000 physical
    (II) intel(0): 0x00620000-0x00620fff: compressed ll buffer (4 kB, 0x000000005fe20000 physical
    (II) intel(0): 0x00621000-0x0062afff: HW cursors (40 kB, 0x000000005fe21000 physical
    (II) intel(0): 0x0062b000-0x00632fff: logical 3D context (32 kB)
    (II) intel(0): 0x00633000-0x00633fff: overlay registers (4 kB, 0x000000005fe33000 physical
    (II) intel(0): 0x007bf000: end of stolen memory
    (II) intel(0): 0x00800000-0x00bfffff: front buffer (4096 kB) X tiled
    (II) intel(0): 0x00c00000-0x017fffff: exa offscreen (12288 kB)
    (II) intel(0): 0x01800000-0x01bfffff: back buffer (4096 kB) X tiled
    (II) intel(0): 0x01c00000-0x01ffffff: depth buffer (4096 kB) X tiled
    (II) intel(0): 0x02000000-0x03ffffff: classic textures (32768 kB)
    (II) intel(0): 0x10000000: end of aperture
    (II) intel(0): Selecting standard 18 bit TMDS pixel format.
    (II) intel(0): Output configuration:
    (II) intel(0): Pipe A is off
    (II) intel(0): Display plane A is now disabled and connected to pipe A.
    (II) intel(0): Pipe B is on
    (II) intel(0): Display plane B is now enabled and connected to pipe B.
    (II) intel(0): Output VGA is connected to pipe none
    (II) intel(0): Output LVDS is connected to pipe B
    (II) intel(0): Output TV is connected to pipe none
    (II) intel(0): [drm] dma control initialized, using IRQ 16
    (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (II) intel(0): Selecting standard 18 bit TMDS pixel format.
    (II) intel(0): DPMS enabled
    (II) intel(0): Set up textured video
    (II) intel(0): Set up overlay video
    (II) intel(0): direct rendering: Enabled
    (WW) intel(0): Option "TrippleBuffer" is not used
    (WW) intel(0): Option "RenderAccel" is not used
    (WW) intel(0): Option "EnablePageFlip" is not used
    (--) RandR disabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (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) AIGLX: Screen 0 is not DRI2 capable
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 12, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 12, (OK)
    drmOpenByBusid: drmOpenMinor returns 12
    drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    (II) AIGLX: enabled GLX_SGI_make_current_read
    (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    (II) AIGLX: enabled GLX_texture_from_pixmap with driver support
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i915_dri.so
    (II) GLX: Initialized DRI GL provider for screen 0
    (II) intel(0): Setting screen physical size to 270 x 203
    (**) Option "Protocol" "auto"
    (**) Option "Device" "/dev/input/mice"
    (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
    (**) Mouse0: Device: "/dev/input/mice"
    (**) Mouse0: Protocol: "auto"
    (**) Option "CorePointer"
    (**) Mouse0: always reports core events
    (**) Option "Device" "/dev/input/mice"
    (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
    (**) Option "ZAxisMapping" "4 5 6 7"
    (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
    (**) Mouse0: Buttons: 11
    (**) Mouse0: Sensitivity: 1
    (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
    (**) Mouse0: (accel) keeping acceleration scheme 1
    (**) Mouse0: (accel) filter chain progression: 2.00
    (**) Mouse0: (accel) filter stage 0: 20.00 ms
    (**) Mouse0: (accel) set acceleration profile 0
    (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
    (II) Mouse0: ps2EnableDataReporting: succeeded
    (**) Option "CoreKeyboard"
    (**) Keyboard0: always reports core events
    (**) Option "Protocol" "standard"
    (**) Keyboard0: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "base"
    (**) Keyboard0: XkbRules: "base"
    (**) Option "XkbModel" "pc105"
    (**) Keyboard0: XkbModel: "pc105"
    (**) Option "XkbLayout" "de, ru"
    (**) Keyboard0: XkbLayout: "de, ru"
    (**) Option "XkbVariant" "nodeadkeys, winkeys"
    (**) Keyboard0: XkbVariant: "nodeadkeys, winkeys"
    (**) Option "XkbOptions" "grp:caps_toggle"
    (**) Keyboard0: XkbOptions: "grp:caps_toggle"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard0: CustomKeycodes disabled
    (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
    (**) Option "SendCoreEvents"
    (**) Cursor: always reports core events
    (**) Cursor device is /dev/ttyS0
    (**) Cursor is in absolute mode
    (**) Cursor: forcing TabletPC ISD V4 protocol
    (**) WACOM: suppress value is 2
    (**) Option "KeepShape" "on"
    (**) Cursor: keeps shape
    (**) Option "BottomX" "24576"
    (**) Cursor: bottom x = 24576
    (**) Option "BottomY" "18432"
    (**) Cursor: bottom y = 18432
    (**) Option "BaudRate" "9600"
    (**) Cursor: serial speed 9600
    (II) XINPUT: Adding extended input device "Cursor" (type: Wacom Cursor)
    (**) Option "Device" "/dev/ttyS0"
    (**) Option "StopBits" "1"
    (**) Option "DataBits" "8"
    (**) Option "Parity" "None"
    (**) Option "Vmin" "1"
    (**) Option "Vtime" "10"
    (**) Option "FlowControl" "Xoff"
    usbDetect: can not ioctl version
    (==) Wacom using pressure threshold of 15 for button 1
    (==) Wacom General ISDV4 tablet speed=9600 (19200) maxX=24576 maxY=18432 maxZ=255 resX=2540 resY=2540 tilt=disabled
    (==) Wacom device "Cursor" top X=0 top Y=0 bottom X=24576 bottom Y=18432 resol X=2540 resol Y=2540
    (**) Option "SendCoreEvents"
    (**) Stylus: always reports core events
    (**) Stylus device is /dev/ttyS0
    (**) Stylus is in absolute mode
    (**) Stylus: forcing TabletPC ISD V4 protocol
    (**) WACOM: suppress value is 2
    (**) Option "KeepShape" "on"
    (**) Stylus: keeps shape
    (**) Option "BottomX" "24576"
    (**) Stylus: bottom x = 24576
    (**) Option "BottomY" "18432"
    (**) Stylus: bottom y = 18432
    (**) Stylus: threshold = 15
    (**) Stylus: max x set to 24576 by xorg.conf
    (**) Stylus: max y set to 18432 by xorg.conf
    (**) Stylus: max z = 255
    (**) Option "TPCButton" "off"
    (**) Option "BaudRate" "9600"
    (**) Stylus: serial speed 9600
    (II) XINPUT: Adding extended input device "Stylus" (type: Wacom Stylus)
    (==) Wacom device "Stylus" top X=0 top Y=0 bottom X=24576 bottom Y=18432 resol X=2540 resol Y=2540
    (**) Option "SendCoreEvents"
    (**) Eraser: always reports core events
    (**) Eraser device is /dev/ttyS0
    (**) Eraser is in absolute mode
    (**) Eraser: forcing TabletPC ISD V4 protocol
    (**) WACOM: suppress value is 2
    (**) Option "KeepShape" "on"
    (**) Eraser: keeps shape
    (**) Option "BottomX" "24576"
    (**) Eraser: bottom x = 24576
    (**) Option "BottomY" "18432"
    (**) Eraser: bottom y = 18432
    (**) Eraser: threshold = 15
    (**) Eraser: max x set to 24576 by xorg.conf
    (**) Eraser: max y set to 18432 by xorg.conf
    (**) Eraser: max z = 255
    (**) Option "BaudRate" "9600"
    (**) Eraser: serial speed 9600
    (II) XINPUT: Adding extended input device "Eraser" (type: Wacom Eraser)
    (==) Wacom device "Eraser" top X=0 top Y=0 bottom X=24576 bottom Y=18432 resol X=2540 resol Y=2540
    (II) UnloadModule: "mouse"
    (II) UnloadModule: "kbd"
    (II) UnloadModule: "wacom"
    (II) UnloadModule: "wacom"
    (II) UnloadModule: "wacom"
    (II) intel(0): xf86UnbindGARTMemory: unbind key 0
    (II) intel(0): xf86UnbindGARTMemory: unbind key 1
    (II) intel(0): xf86UnbindGARTMemory: unbind key 2
    (II) intel(0): xf86UnbindGARTMemory: unbind key 3
    (II) intel(0): xf86UnbindGARTMemory: unbind key 4
    (II) intel(0): [drm] removed 1 reserved context for kernel
    (II) intel(0): [drm] unmapping 8192 bytes of SAREA 0xf8079000 at 0xb78f7000
    (II) intel(0): [drm] Closed DRM master.
    anyone clue?
    Last edited by lynucs (2009-05-09 18:38:01)

    took a look into everything.log.
    that line looks pretty suspicious:
    kernel: [drm:i915_get_vblank_counter] *ERROR* trying to get vblank count for disabled pipe 0
    it occures around the time i did the last resume.
    here is a relevant snippet from everything.log:
    Apr 14 18:35:57 thinky kernel: [drm:i915_get_vblank_counter] *ERROR* trying to get vblank count for disabled pipe 0
    Apr 14 18:35:58 thinky kernel: [drm:i915_get_vblank_counter] *ERROR* trying to get vblank count for disabled pipe 0
    Apr 14 18:36:00 thinky acpid: client connected from 9040[0:0]
    Apr 14 18:36:00 thinky acpid: 1 client rule loaded
    Apr 14 18:38:04 thinky ntpd[6265]: adjusting local clock by -87.862975s
    Apr 14 18:42:04 thinky ntpd[6265]: adjusting local clock by -87.769493s
    Apr 14 18:42:55 thinky acpid: client 6223[0:0] has disconnected
    Apr 14 18:42:55 thinky logger: ACPI group/action undefined: ibm/hotkey / HKEY
    Apr 14 18:42:57 thinky kernel: [drm:i915_get_vblank_counter] *ERROR* trying to get vblank count for disabled pipe 0
    Apr 14 18:43:07 thinky kernel: PM: Syncing filesystems ... done.
    Apr 14 18:43:07 thinky kernel: Freezing user space processes ... (elapsed 0.01 seconds) done.
    Apr 14 18:43:07 thinky kernel: Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
    Apr 14 18:43:07 thinky kernel: Suspending console(s) (use no_console_suspend to debug)
    Apr 14 18:43:07 thinky kernel: pci 0000:00:02.0: PCI INT A disabled
    Apr 14 18:43:07 thinky kernel: pci 0000:00:02.0: power state changed by ACPI to D3
    Apr 14 18:43:07 thinky kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
    Apr 14 18:43:07 thinky kernel: sd 0:0:0:0: [sda] Stopping disk
    Apr 14 18:43:07 thinky kernel: serial 00:09: disabled
    Apr 14 18:43:07 thinky kernel: ath5k 0000:04:02.0: PCI INT A disabled
    Apr 14 18:43:07 thinky kernel: ACPI handle has no context!
    Apr 14 18:43:07 thinky kernel: sdhci-pci 0000:04:00.1: PME# disabled
    Apr 14 18:43:07 thinky kernel: sdhci-pci 0000:04:00.1: PCI INT B disabled
    Apr 14 18:43:07 thinky kernel: ACPI handle has no context!
    Apr 14 18:43:07 thinky kernel: tg3 0000:02:00.0: PME# enabled
    Apr 14 18:43:07 thinky kernel: Intel ICH 0000:00:1e.2: PCI INT A disabled
    Apr 14 18:43:07 thinky kernel: ehci_hcd 0000:00:1d.7: PCI INT D disabled
    Apr 14 18:43:07 thinky kernel: ehci_hcd 0000:00:1d.7: PME# disabled
    Apr 14 18:43:07 thinky kernel: ehci_hcd 0000:00:1d.7: power state changed by ACPI to D3
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.3: PCI INT D disabled
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.2: PCI INT C disabled
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.1: PCI INT B disabled
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.0: PCI INT A disabled
    Apr 14 18:43:07 thinky kernel: ACPI: Preparing to enter system sleep state S3
    Apr 14 18:43:07 thinky kernel: Disabling non-boot CPUs ...
    Apr 14 18:43:07 thinky kernel: Extended CMOS year: 2000
    Apr 14 18:43:07 thinky kernel: Intel machine check architecture supported.
    Apr 14 18:43:07 thinky kernel: Intel machine check reporting enabled on CPU#0.
    Apr 14 18:43:07 thinky kernel: Back to C!
    Apr 14 18:43:07 thinky kernel: Extended CMOS year: 2000
    Apr 14 18:43:07 thinky kernel: Force enabled HPET at resume
    Apr 14 18:43:07 thinky kernel: ------------[ cut here ]------------
    Apr 14 18:43:07 thinky kernel: WARNING: at kernel/hrtimer.c:625 hres_timers_resume+0x41/0x50()
    Apr 14 18:43:07 thinky kernel: Hardware name: 1866WBA
    Apr 14 18:43:07 thinky kernel: hres_timers_resume() called with IRQs enabled!Modules linked in: ipv6 aes_i586 aes_generic i915 drm i2c_algo_bit ext2 pcmcia psmouse thinkpad_acpi rfkill nvram i2c_i801 serio_raw iTCO_wdt iTCO_vendor_support i2c_core sg yenta_socket rsrc_nonstatic sdhci_pci sdhci pcmcia_core mmc_core video output uhci_hcd ehci_hcd usbcore intel_agp agpgart evdev thermal fan button battery ac fuse snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_intel8x0 snd_ac97_codec snd_pcm_oss snd_pcm snd_timer snd_page_alloc snd_mixer_oss snd soundcore ac97_bus ath_pci wlan ath_hal(P) arc4 ecb ath5k mac80211 led_class cfg80211 tg3 libphy cpufreq_powersave cpufreq_ondemand cpufreq_conservative acpi_cpufreq freq_table processor rtc_cmos rtc_core rtc_lib ext3 jbd mbcache sd_mod ata_piix ahci ata_generic pata_acpi libata scsi_mod
    Apr 14 18:43:07 thinky kernel: Pid: 9512, comm: s2ram Tainted: P 2.6.29-ARCH #1
    Apr 14 18:43:07 thinky kernel: Call Trace:
    Apr 14 18:43:07 thinky kernel: [<c012f9d7>] warn_slowpath+0x87/0xe0
    Apr 14 18:43:07 thinky kernel: [<c011ec25>] default_spin_lock_flags+0x5/0x10
    Apr 14 18:43:07 thinky kernel: [<c01164d0>] lapic_next_event+0x10/0x20
    Apr 14 18:43:07 thinky kernel: [<c01500e3>] clockevents_program_event+0xa3/0x170
    Apr 14 18:43:07 thinky kernel: [<c0151312>] tick_dev_program_event+0x32/0xb0
    Apr 14 18:43:07 thinky kernel: [<c0150447>] tick_notify+0x97/0x3c0
    Apr 14 18:43:07 thinky kernel: [<c01491a6>] notifier_call_chain+0x36/0x70
    Apr 14 18:43:07 thinky kernel: [<c0147ea1>] hres_timers_resume+0x41/0x50
    Apr 14 18:43:07 thinky kernel: [<c014cc3a>] timekeeping_resume+0x11a/0x140
    Apr 14 18:43:07 thinky kernel: [<c0299d91>] __sysdev_resume+0x11/0x50
    Apr 14 18:43:07 thinky kernel: [<c0299e0f>] sysdev_resume+0x3f/0x70
    Apr 14 18:43:07 thinky kernel: [<c015b410>] suspend_devices_and_enter+0x160/0x190
    Apr 14 18:43:07 thinky kernel: [<c015bb7f>] freeze_processes+0x4f/0xa0
    Apr 14 18:43:07 thinky kernel: [<c015b58a>] enter_state+0xfa/0x150
    Apr 14 18:43:07 thinky kernel: [<c015b674>] state_store+0x94/0xd0
    Apr 14 18:43:07 thinky kernel: [<c015b5e0>] state_store+0x0/0xd0
    Apr 14 18:43:07 thinky kernel: [<c0224a74>] kobj_attr_store+0x24/0x30
    Apr 14 18:43:07 thinky kernel: [<c01f3351>] sysfs_write_file+0xa1/0x100
    Apr 14 18:43:07 thinky kernel: [<c01f32b0>] sysfs_write_file+0x0/0x100
    Apr 14 18:43:07 thinky kernel: [<c01a8df0>] vfs_write+0xa0/0x160
    Apr 14 18:43:07 thinky kernel: [<c01a8f81>] sys_write+0x41/0x80
    Apr 14 18:43:07 thinky kernel: [<c0103ea3>] sysenter_do_call+0x12/0x2f
    Apr 14 18:43:07 thinky kernel: ---[ end trace 2b9e3dc85bad025f ]---
    Apr 14 18:43:07 thinky kernel: agpgart-intel 0000:00:00.0: restoring config space at offset 0x1 (was 0x900106, writing 0x20900106)
    Apr 14 18:43:07 thinky kernel: pci 0000:00:02.1: restoring config space at offset 0x4 (was 0x0, writing 0x68000000)
    Apr 14 18:43:07 thinky kernel: pcieport-driver 0000:00:1c.0: restoring config space at offset 0x7 (was 0xf0, writing 0x200000f0)
    Apr 14 18:43:07 thinky kernel: pcieport-driver 0000:00:1c.0: restoring config space at offset 0x1 (was 0x100107, writing 0x100507)
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.0: restoring config space at offset 0xf (was 0x100, writing 0x10b)
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.0: restoring config space at offset 0x8 (was 0x1, writing 0x1821)
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.0: restoring config space at offset 0x1 (was 0x2800000, writing 0x2800001)
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.1: restoring config space at offset 0xf (was 0x200, writing 0x20b)
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.1: restoring config space at offset 0x8 (was 0x1, writing 0x1841)
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.1: restoring config space at offset 0x1 (was 0x2800000, writing 0x2800001)
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.2: restoring config space at offset 0xf (was 0x300, writing 0x30b)
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.2: restoring config space at offset 0x8 (was 0x1, writing 0x1861)
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.2: restoring config space at offset 0x1 (was 0x2800000, writing 0x2800001)
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.3: restoring config space at offset 0xf (was 0x400, writing 0x40b)
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.3: restoring config space at offset 0x8 (was 0x1, writing 0x1881)
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.3: restoring config space at offset 0x1 (was 0x2800000, writing 0x2800001)
    Apr 14 18:43:07 thinky kernel: ehci_hcd 0000:00:1d.7: restoring config space at offset 0xf (was 0x400, writing 0x40b)
    Apr 14 18:43:07 thinky kernel: ehci_hcd 0000:00:1d.7: restoring config space at offset 0x4 (was 0x0, writing 0xa0040000)
    Apr 14 18:43:07 thinky kernel: ehci_hcd 0000:00:1d.7: restoring config space at offset 0x1 (was 0x2900000, writing 0x2900102)
    Apr 14 18:43:07 thinky kernel: Intel ICH 0000:00:1e.2: restoring config space at offset 0x1 (was 0x2900007, writing 0x2900003)
    Apr 14 18:43:07 thinky kernel: tg3 0000:02:00.0: restoring config space at offset 0xc (was 0x0, writing 0xac820000)
    Apr 14 18:43:07 thinky kernel: tg3 0000:02:00.0: restoring config space at offset 0x1 (was 0x100102, writing 0x100106)
    Apr 14 18:43:07 thinky kernel: sdhci-pci 0000:04:00.1: restoring config space at offset 0x4 (was 0x0, writing 0xa0211000)
    Apr 14 18:43:07 thinky kernel: sdhci-pci 0000:04:00.1: restoring config space at offset 0x3 (was 0x800000, writing 0x804000)
    Apr 14 18:43:07 thinky kernel: sdhci-pci 0000:04:00.1: restoring config space at offset 0x1 (was 0x2100000, writing 0x2100106)
    Apr 14 18:43:07 thinky kernel: ath5k 0000:04:02.0: restoring config space at offset 0x3 (was 0x5008, writing 0xa808)
    Apr 14 18:43:07 thinky kernel: ACPI: Waking up from system sleep state S3
    Apr 14 18:43:07 thinky kernel: ACPI: EC: non-query interrupt received, switching to interrupt mode
    Apr 14 18:43:07 thinky kernel: agpgart-intel 0000:00:00.0: restoring config space at offset 0x1 (was 0x900106, writing 0x20900106)
    Apr 14 18:43:07 thinky kernel: pci 0000:00:02.0: PME# disabled
    Apr 14 18:43:07 thinky kernel: pci 0000:00:02.1: PME# disabled
    Apr 14 18:43:07 thinky kernel: pcieport-driver 0000:00:1c.0: setting latency timer to 64
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.0: power state changed by ACPI to D0
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.0: setting latency timer to 64
    Apr 14 18:43:07 thinky kernel: usb usb2: root hub lost power or was reset
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.1: power state changed by ACPI to D0
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.1: setting latency timer to 64
    Apr 14 18:43:07 thinky kernel: usb usb3: root hub lost power or was reset
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.2: setting latency timer to 64
    Apr 14 18:43:07 thinky kernel: usb usb4: root hub lost power or was reset
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.3: setting latency timer to 64
    Apr 14 18:43:07 thinky kernel: usb usb5: root hub lost power or was reset
    Apr 14 18:43:07 thinky kernel: ehci_hcd 0000:00:1d.7: PME# disabled
    Apr 14 18:43:07 thinky kernel: ehci_hcd 0000:00:1d.7: power state changed by ACPI to D0
    Apr 14 18:43:07 thinky kernel: ehci_hcd 0000:00:1d.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    Apr 14 18:43:07 thinky kernel: ehci_hcd 0000:00:1d.7: setting latency timer to 64
    Apr 14 18:43:07 thinky kernel: ehci_hcd 0000:00:1d.7: PME# disabled
    Apr 14 18:43:07 thinky kernel: pci 0000:00:1e.0: setting latency timer to 64
    Apr 14 18:43:07 thinky kernel: Intel ICH 0000:00:1e.2: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    Apr 14 18:43:07 thinky kernel: Intel ICH 0000:00:1e.2: setting latency timer to 64
    Apr 14 18:43:07 thinky kernel: ata_piix 0000:00:1f.2: setting latency timer to 64
    Apr 14 18:43:07 thinky kernel: tg3 0000:02:00.0: restoring config space at offset 0xc (was 0x0, writing 0xac820000)
    Apr 14 18:43:07 thinky kernel: tg3 0000:02:00.0: PME# disabled
    Apr 14 18:43:07 thinky kernel: sdhci-pci 0000:04:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    Apr 14 18:43:07 thinky kernel: ath5k 0000:04:02.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
    Apr 14 18:43:07 thinky kernel: serial 00:09: activated
    Apr 14 18:43:07 thinky kernel: sd 0:0:0:0: [sda] Starting disk
    Apr 14 18:43:07 thinky kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
    Apr 14 18:43:07 thinky kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
    Apr 14 18:43:07 thinky kernel: ata1.00: ACPI cmd ef/03:45:00:00:00:a0 filtered out
    Apr 14 18:43:07 thinky kernel: ata1.00: ACPI cmd ef/03:0c:00:00:00:a0 filtered out
    Apr 14 18:43:07 thinky kernel: ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 succeeded
    Apr 14 18:43:07 thinky kernel: ata1.00: configured for UDMA/100
    Apr 14 18:43:07 thinky kernel: ata1.00: configured for UDMA/100
    Apr 14 18:43:07 thinky kernel: ata1: EH complete
    Apr 14 18:43:07 thinky kernel: sd 0:0:0:0: [sda] 78140160 512-byte hardware sectors: (40.0 GB/37.2 GiB)
    Apr 14 18:43:07 thinky kernel: sd 0:0:0:0: [sda] Write Protect is off
    Apr 14 18:43:07 thinky kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    Apr 14 18:43:07 thinky kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Apr 14 18:43:07 thinky kernel: sd 0:0:0:0: [sda] 78140160 512-byte hardware sectors: (40.0 GB/37.2 GiB)
    Apr 14 18:43:07 thinky kernel: sd 0:0:0:0: [sda] Write Protect is off
    Apr 14 18:43:07 thinky kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    Apr 14 18:43:07 thinky kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Apr 14 18:43:07 thinky kernel: usb 4-2: reset full speed USB device using uhci_hcd and address 2
    Apr 14 18:43:07 thinky kernel: pci 0000:00:02.0: power state changed by ACPI to D0
    Apr 14 18:43:07 thinky kernel: pci 0000:00:02.0: power state changed by ACPI to D0
    Apr 14 18:43:07 thinky kernel: pci 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Apr 14 18:43:07 thinky kernel: pci 0000:00:02.0: setting latency timer to 64
    Apr 14 18:43:07 thinky kernel: Restarting tasks ... done.
    Apr 14 18:43:07 thinky acpid: client 9040[0:0] has disconnected
    Apr 14 18:43:07 thinky logger: ACPI group/action undefined: processor / CPU
    Apr 14 18:43:07 thinky acpid: client connected from 9040[0:0]
    Apr 14 18:43:07 thinky acpid: 1 client rule loaded
    Apr 14 18:43:08 thinky dhcpcd[7651]: wlan0: carrier lost
    Apr 14 18:43:08 thinky kernel: wlan0: deauthenticating by local choice (reason=14)
    Apr 14 18:43:08 thinky kernel: wlan0: direct probe to AP 00:12:bf:a2:a5:5b try 1
    Apr 14 18:43:09 thinky kernel: ath5k phy0: noise floor calibration timeout (2452MHz)
    Apr 14 18:43:13 thinky kernel: wlan0: direct probe to AP 00:12:bf:a2:a5:5b try 1
    Apr 14 18:43:13 thinky kernel: wlan0 direct probe responded
    Apr 14 18:43:13 thinky kernel: wlan0: authenticate with AP 00:12:bf:a2:a5:5b
    Apr 14 18:43:13 thinky kernel: wlan0: authenticated
    Apr 14 18:43:13 thinky kernel: wlan0: associate with AP 00:12:bf:a2:a5:5b
    Apr 14 18:43:13 thinky kernel: wlan0: deauthenticated (Reason: 1)
    Apr 14 18:43:14 thinky kernel: wlan0: direct probe to AP 00:12:bf:a2:a5:5b try 2
    Apr 14 18:43:14 thinky kernel: wlan0 direct probe responded
    Apr 14 18:43:14 thinky kernel: wlan0: authenticate with AP 00:12:bf:a2:a5:5b
    Apr 14 18:43:14 thinky kernel: wlan0: authenticated
    Apr 14 18:43:14 thinky kernel: wlan0: associate with AP 00:12:bf:a2:a5:5b
    Apr 14 18:43:14 thinky kernel: wlan0: deauthenticated (Reason: 1)
    Apr 14 18:43:15 thinky kernel: wlan0: direct probe to AP 00:12:bf:a2:a5:5b try 3
    Apr 14 18:43:15 thinky kernel: wlan0 direct probe responded
    Apr 14 18:43:15 thinky kernel: wlan0: authenticate with AP 00:12:bf:a2:a5:5b
    Apr 14 18:43:15 thinky kernel: wlan0: authenticated
    Apr 14 18:43:15 thinky kernel: wlan0: associate with AP 00:12:bf:a2:a5:5b
    Apr 14 18:43:15 thinky kernel: wlan0: deauthenticated (Reason: 1)
    Apr 14 18:43:16 thinky kernel: wlan0: direct probe to AP 00:12:bf:a2:a5:5b timed out
    Apr 14 18:43:19 thinky logger: ACPI group/action undefined: ibm/hotkey / HKEY
    Apr 14 18:43:19 thinky kernel: [drm:i915_get_vblank_counter] *ERROR* trying to get vblank count for disabled pipe 0
    Apr 14 19:27:27 thinky syslog-ng[5106]: syslog-ng starting up; version='3.0.1'
    Apr 14 19:27:27 thinky kernel: Linux version 2.6.29-ARCH (root@T-POWA-LX) (gcc version 4.3.3 (GCC) ) #1 SMP PREEMPT Wed Apr 8 12:47:56 UTC 2009
    Apr 14 19:27:27 thinky kernel: KERNEL supported cpus:
    Apr 14 19:27:27 thinky kernel: Intel GenuineIntel

  • T43p black screen, back for a few after standby

    hi,
    i have a t43p, and recently, the screen has been going black after just a few moments of being on, between 1 and 7 minutes, average about 2-3 minutes.  in the black screen, sometimes i can still see (dimly) what's going on 'behind' it.  
    i've recently installed 2 updates to antivirus/security pieces of software, and after that some issues/malware/1 trojan were found.  i was thinking that may have been the problem. but they'\re supposed to be quarantined, and i reinstalled & rescanned everything, and i still get the same problem.  but while a scanner is running, my screen stays up a lot longer (closer to 20 minutes) and in between, it'll often go to a screensaver (still, while the antivirus is running) and i'm able to function normally at that time. but now, scanning again, at 32minutes, my screen finally went black again, and to get it back i have to fold my laptop down almost to closing, have it sense hibernation, then it comes on fully. and then it goes straight to standby.  after i see the little hibernating moon light by my battery come on, i press the 'fn' button to wake it up, it takes me back to the username screen, then i press my name and i'm back to where i'm started.
    and now, during this same scan, i just did all of this after 32min of being ok, and as soon as i completed the process of hibernating to wake up, it lasted only 30 seconds, then went back to black.  i'm going through the re-animation hibernation technique again now to get it back up.  
    i've tried running pc doctor, no problems, although i didn't get through everything, b/c of the blackscreen all of the time.  but i did get through all of the video section, and a few others connected with the processor and other components.  
    right now i have the newest ad aware running the scan and avg 2012 as my root antivirus.    
    also, recently i tried running a game (sims 2) and it told me that directx wasn't found/ needed an update.  i thought that was funny, b/c i've run that game a few times w/no problem, but i went and found the most recent update from the microsoft site, and end user something or another...i can find the whole name if it's necessary.  after that install/update,  the game ran fine and things were ok.  that was about 2 1/2 days ago.  
    the screen just went black again, after 1.5 minutes of being ok.  
    thanks for your help and reading all of this.  i'm trying to be thorough so you can have some good info to fish from. 
    take care and i hope to hear from you soon,
    jt hendrix

    Hi,
    I don't own a t43p, so there may be any issues I'm unaware of, but in general, it sounds like either a bad inverter, or screen assembly. The fact that you can see images faintly is significant, it means your backlight isn't working, but the question is, did it turn off because the system told it to, or because it's failing. I'm not sure which. 
    First thing I would do is disable the "shut down display" option timer for both battery and AC power. I'd also disable the "close lid", changing it to "do nothing" when the lid closes. At very least this may let you cycle the inverter switch (magnetic switch in lid that turns off screen when lid is closed), so you can avoid going to sleep/hibernation. I do this with all my laptops because I like to be able to close the lid without it stopping.
    Now if the problem persists, and cycling the lid closed/open turns it back on again, then my best guess would be the inverter. They aren't very expensive, but requires some disassembly of the lid, or you can get a used complete lid assembly, that would be the easiest and fastest way to fix it, but I'd wait until some of our other members can suggest anything I may have missed, or perhaps one may have a lid assembly...   
    Good Luck
    ThinkPad W-510 i7-820QM(1.73-3.06GHz) Quad Core... ThinkPad T500, T9900, 8gb SSD...FrankNpad T-60p/61p (X9000 2.8ghz) 8gb SSD ips FlexView...ThinkPad T-61p (T9300 2.5ghz) 8gb ram...Thinkpad X-61 Tablet 4gb ram...ThinkPad A-31 (1.9ghz P4 1.5gb ram)

  • Screen won't come on after installing IOS 7

    As soon as the ios 7 was released, I updated my iphones and ipads.  My iphone 4 had strange problems pop up sporadically necessitating a reboot to correct.  Now the screen doesn't light up at all (even the apple symbol doesn't appear when holding down the power key).  I went through a complete restore procedure and used a recent backup as the restoration data.  When that was complete, I could "see" the phone on my computer, i.e., all of the files, apps, songs, photos, etc. and that the battery was at 100%.  I ejected the phone from the computer and tried to start.  Held down power button for 10 seconds; nothing happend; held down power button and home key for 10 seconds; nothing happened.  One time when I just held down the home key, the "This is CNN" announcement come over the speaker; but, still no screen view.  The phone is now out of warranty and applecare protection (2.5 years old).  I don't believe in coincidences.  The phone functioned perfectly prior to ios 7 and malfunctioned after ios 7.  Is it possible the new operating system could cause this?

    I have the exact same problem, I have to let the computer sit for a long period of time before trying to turn it on. If not, i get a solid black screen, with the front light on, and the noise from the hard disk. Any suggestions? I don't have any additional RAM installed.

  • Satellite C55-A-1N1 Black screen when switched on

    I've had my laptop for 7 months, I've had a lot of problems with it from the beginning.
    It has always run slow and started disconnecting itself from the internet for no reason.
    A few days ago it refused to connect to the Internet at all and now when I switch it on I just get a black screen.
    No beeps or logos just a black screen. It powers up OK, and I've tried switching on while plugged in and with just the battery running.
    It's still under warranty but I wonder if anyone has any suggestions. I'm really disappointed as my last Satellite was brilliant for years, had no problems.

    Are you able to access the BIOS?
    To access the BIOS press power button following by F2 button.
    In case this isnt possible try this:
    Disconnect AC adaptor and remove battery.
    Now press and hold power button 30sec long.
    After that connect the AC adaptor and battery and press the power button once again to power up the notebook.
    Is this possible? Feedback would be appreciated

  • Blank black screen with just mouse pointer after logging in windows 8.1

    First of all On starting the system, it was taking much longer time than usual.. Then after logging in it showed only a blank black screen with white mouse pointer.. had to force shut down (shut down also took longer time).. on starting went to safe mode and ran extensive system check.. HARD DRIVE SMART CHECK PASSED but HARD DRIVE SHORT DST CHECK FAILED...I have the recovery discs and the notebook is under warranty..

    Hi 
              If your hard drive is failing on short DST test then you will need to contact HP in your local region and arrange with HP a repair ( Hard drive replacement )  .  You say your machine is still in Warranty then the cost of shipping and repair will be covered by HP .
                             Checkurtech
    ****Click the White Kudos star to say thanks****
    ****Please mark Accept As Solution if it solves your problem****

  • 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

  • Phone stuck in recovery mode complete black screen will not turn on after recovery and update there was an error and now computer and itunes will not recognize the phone....Anyone know what I can do to get the phone recognized again when it cant be turned

    Phone was not updated on time so it automatically shuts off and you get a plain black screen until it is recovered and updated. Well when i did the update and recovery I received an error. I went through the steps to fix the error, I had to restart my computer and now the phone isnt recognized on my computer or in itunes. The screen is still completely black so pushing the home button and plugging in to computer still does nothing. Device manager shows nothing in usb port, and apple mobile device software is installed and running. Any help?

    Hello agardner37701,
    I found some steps you can take when your iPhone is not recognized by iTunes when in Recovery Mode.  I recommend reviewing the steps in the section titled "If the device is not recognized while in Recovery Mode" under step 5 in the following article:
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • YouTube videos a black screen an no play button since installing Flash10. Firefox 3.6.14 and OS X.4.11 What to do?

    Hi
    Re Mac intel... Firefox updated to 3.6.14 and advised Flash 10 be installed. I did this and now on YouTube videos all I see is a black screen with no play or pause button. System is OS X10.4.11
    Do I need to uninstall Firefox and re load an earlier version and an earlier version of Flash etc... will I lose my bookmarks and firebug? If so not worth it.
    Would really appreciate help so sad not to be able to view any YouTube. Many thanks, Clare

    Hi again - since writing the above I have posted on Adobe>Webplayer>Flash forum the following request and will post on here if I receive a reply that works:
    Firefox updated to 3.6.14 and then advised Flash 10 be installed. I did this and now on YouTube videos all I see is a black screen with no play or pause button. System is OS X10.4.11 Have now followed Adobe instructions to Uninstall Flash player on system and then Install Flash 10. But still at YouTube Safari says Flash 10 is needed and in FF shows a black box only. I use Intego virus barrier but this has never blocked an update before. Flash is enabled in Firefox and Safari.
    eldnolb at Adobe forum advised: Go to this site and right click on the Flash logo, Settings, Display Settings. UNcheck the hardware acceleration.
    http://www.adobe.com/software/flash/about/
    But when I go to this page no logo appeared for me to right click on, which again means that Flash player is not working... so I could not access Settings, Display Settings, Uncheck etc. Was advised to start a new Mac entitled thread. Clare

  • Black screen on apple tv 2 after update

    I tried to update my apple tv 2. After 7/3-2012.
    It become black screen after updated.
    Is there somebody huh have a solution?

    It works again. just need to have unplug the power cable for whil.

  • Why does my imac get a black screen when switching on

    why does my imac get a black screen when turning on, and logging in is very slow.

    I would first reset the SMC:
    Shut down and unplug the Mac.
    Keep the Mac unplugged for at least fifteen seconds.
    Plug the Mac back in and do not turn it back on for at least five seconds.
    Press the power button to turn the Mac back on.
    Then I would reset the PRAM by rebooting the iMac while simultaneously holding the Command-Option-P-R keys until the machine restarts a second time.
    Let us know if these  procedures don't solve the problems.
    Hope this helps

  • Gnome crash after installing amd catalyst

    Installed arch on my Acer Iconia tab w500 with Gnome as the DE.
    Performance using the open-source driver was bad, so i tried the amd driver, following these steps:
    https://wiki.archlinux.org/index.php/AM … repository
    Used Vi0L0's repository and followed the steps from " Configuring the driver ". However, when i restart, Gnome says  'On no! Something has gone wrong' and invites me to log out.. logging in back again presents me to the same screen.
    Info that might be usefull:
    $ lsmod | grep flgrx
    fglrx 9175838 33
    amd_iommu_v2 17450 1 fglrx
    button 12909 1 fglrx
    running 'fglrxinfo' gives me an error. Unable to open display(null). Because i am on the CLI.
    $ grep '(EE)' /var/log/Xorg.0.log
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 116.907] (EE) systemd-logind: failed to get session: PID 615 does not belong to any knows session
    [121.639] (EE) AIGLX error: failed to open /usr/X11R6/lib64/modules/dri/fglrx_dri.so, error[/usr/X11R6/lib64/modules/dri/fglrx_dri.so: cannot open shared object file: No such file or directory]
    $ grep '(WW)' /var/log/Xorg.0.log
    Running this command i see the following problems:
    fonts.dir not found in "/usr/share/fonts/100dpi/".
    Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    Falling back to old probe method for fglrx
    fglrx: No matching Device section for instance (BusID PCI:0@0:1:1) found ---> This mesage appears multiple times with different values
    fglrx(0): board is an unknown third pary board, chipset is supported
    fglrx(0): Option "VendorName" is not used
    fglrx(0): Option "ModelName" is not used
    Last edited by GodsOtherHand (2014-10-18 21:22:55)

    Well, not quite. Yes, gdm had issues with catalyst since 3.12. That can be worked arround by using a different Login Manager - e.g. kdm, lightdm and whatnot. Or Downgrading gdm and libgdm to 3.10. The symptoms are a black screen at start, since gdm crashes. You can still start a gnome-session via startx.
    This issue is seperate. Here, gnome session crashes, even when started via startx. I've got the same issue, but no solution yet.

  • Windows 8.1 doesn't hibernate or sleep after installing amd catalyst driver

    hi i am using windows 8.1 64 bit but after installing a amd catalyst center windows behaviour changed it doesn't go for hibernate and sleep and after unstall it windows comes into normal position please refered me proper solution to install amd driver wihout any issue and also suggest me which version will be compatible with my device i have tried amd 14.9 and also 14.11 but issues didn't solve i am curretnly using intel Version10.18.10.3325 windows update show me amd  wddi 1.3 driver but it always failed not installing..
    Hp pavilion-15 n037tx Notebook
    core i5 4200U
    4gb ram
    This question was solved.
    View Solution.

    Hi @Ahmed-Aslam 
    I understand that you are have problems with hibernate and sleep on your notebook.
    I would review the attached document. I realize from your post that you have tried some of the things listed, but just check it and see if anything there was missed, perhaps the section on malware issues.
    Troubleshooting sleep and hibernate issues in Windows 8
    You can also try using system restore to roll back to before the software update to see if that resolves the issue.
    Using Microsoft System Restore (Windows 8)
    Malygris1
    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 Kudos Thumbs Up on the right to say “Thanks” for helping!

  • Startup Failure After Installing ATI-Catalyst DESPITE 'nomodeset'

    Hi,
    First time ARCH user, and I finally got my system up and running (!) with the open-source ati drivers and gnome3. UEFI systemd 64bit intel cpu radeon HD7XXX.
    I then followed this guide AMD Catalyst - Disable kernel mode setting to try and install the proprietary AMD Catalyst driver and in the end disable Kernel Mode Setting (KMS) using 'nomodeset' .
    But now when I boot I get a message saying "[FAILED] - failed to start Load Kernel Modules" and then the system finally hangs after starting gnome - usually around "[OK]-Reached Target Network" and then nothing...
    I can 'ctrl-alt-delt' to restart though, and then when I get to my boot loader (gummiboot I believe) I can hit 'e' to edit my kernel settings:
         initrd=\initramfs-linux.img root=/dev/sda1 rw nomodeset
    Hit 'enter', but nothing changes - I still get the failed message about Kernel Modules on startup and then finally the system hangs.
    What am I missing? Your help and understanding is, in advance, appreciated!
    Ross
    on edit - I should clarify that I did 'blacklist' radeon in modprobe.conf and added fglrx under /etc/modules.d/modules.conf
    Last edited by lintfiend (2014-09-13 21:05:42)

    FInally I managed to boot arch linux.
    I had to downgrade xorg-server from 1.16.2.901-1 to 1.15.2-1.
    It seems there is a problem with Catalyst 14.12-1 and xorg-server 1.16.2.901-1.
    Also I had to replace desktop manager from gdm to lightdm as gdm raises segmentation faults using xorg-server versions 1.16.2.901-1 and 1.15.2-1.
    Finally I had to add an entry in pacman.conf:
    [xorg115]
    Server = http://catalyst.wirephire.com/repo/xorg115/$arch
    ## Mirrors, if the primary server does not work or is too slow:
    #Server = http://mirror.rts-informatique.fr/archlinux-catalyst/repo/xorg115/$arch
    #Server = http://mirror.hactar.bz/Vi0L0/xorg115/$arch
    Then performs following actions:
    1)  # pacman -Syuu catalyst-hook catalyst-utils-pxp
    2) Uninstall all the packages xf86* such as xf86-video-intel, xf86-input-evdev,  xf86-input-synaptics, etc.
    3) Install the packages uninstalled in step 2 and install them again using xorg115 repo, for example, # pacman -S xorg115/xf86-video-intel xorg115/xf86-input-evdev xorg115/xf86-input-synaptics
    I have put a comment here.
    Last edited by toni (2014-12-14 12:31:29)

Maybe you are looking for

  • Migrating to jdeveloper 9i

    Hello, I'm migrating a application that uses bc4j from jdeveloper 3.2 to j9i, but i have problems in a JSP page, in some pages when i want to create a row using a view object i have this problem. oracle.jbo.RowCreateException: JBO-25017: Error while

  • Field lables on dynpro without using TABLES

    Hi there, I want to put some fields of LFA1 onto a customer dynpro and I want also that the lables of the different fields come from the DDIC. I created a global structre called GS_LFA1. After that I puttet the fields onto the dynpro, but there are n

  • Unable to install Reader X (10.1.1) on iMac running OS X 10.6.8

    I'm able to download the Reader X dmg file just fine.  All goes well right up until the end of the installation process, when I get the following (see screenshot). Further, a correct-looking app icon then appears in my Applications folder, but when I

  • PO Mass price change

    Hi all!     I want to change the net price for around 100 PO's. How to do this? Thx in advance. Yuvi.

  • How to change wildcard "_" (underscore) to some other character ?

    Hello Tech Gurus, I want to search for "_"( underscore) in a string using LIKE function. The query is: Select col1,col2 from table1 where col1 LIKE ('%ABC_%'); I want to search for string 'ABC_'. But, If I use '%ABC_%' the last underscore will be tak