Intel hd graphics, black screen on tty switch and more

Hi,
This is my first post on the arch forums, after having used this wonderful distro for half a year. I look forward to being a more active user in the future.
Last week, my laptop HD crashed and i had to re-install arch on a new one. With this came the 3.14 kernel, which I had been holding back at 13.12 previously.
At first I expected something was off with the KMS, but now I am not sure anymore. I can start the system just fine, problems arise when I try to start X, then the screen goes black. Same problem arises if i issue lspci (odd huh?). If I use vgaswitcheroo to switch to the discrete readon, and then back again I can start X and issue lspci just fine. When X is started, I cannot turn it off again (black screen), or change into a vc (same black screen).
I realize this is little to go on, but I would greatly appreciate pointers to what the problem could be and where to look for useful log/debugging information.
Graphics hardware:
Intel hd 3000
Mobility Radeon hd 5470
EDIT:
Here is the Xorg.0.log file from a failing session:
[ 223.612]
X.Org X Server 1.15.1
Release Date: 2014-04-13
[ 223.612] X Protocol Version 11, Revision 0
[ 223.612] Build Operating System: Linux 3.14.0-4-ARCH x86_64
[ 223.612] Current Operating System: Linux lillkalle 3.14.6-1-ARCH #1 SMP PREEMPT Sun Jun 8 10:08:38 CEST 2014 x86_64
[ 223.612] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=c14b180c-886c-4b56-8cbb-0fe1ea9571e5 rw acpi_backlight=vendor acpi_osi=Linux radeon.audio=1 quiet
[ 223.612] Build Date: 14 April 2014 08:39:09AM
[ 223.612]
[ 223.612] Current version of pixman: 0.32.4
[ 223.612] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 223.612] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 223.612] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jun 12 13:07:40 2014
[ 223.663] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 223.663] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 223.697] (==) No Layout section. Using the first Screen section.
[ 223.697] (==) No screen section available. Using defaults.
[ 223.697] (**) |-->Screen "Default Screen Section" (0)
[ 223.697] (**) | |-->Monitor "<default monitor>"
[ 223.698] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 223.698] (==) Automatically adding devices
[ 223.698] (==) Automatically enabling devices
[ 223.698] (==) Automatically adding GPU devices
[ 223.747] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 223.747] Entry deleted from font path.
[ 223.761] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 223.761] Entry deleted from font path.
[ 223.761] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 223.762] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 223.762] Entry deleted from font path.
[ 223.762] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 223.762] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/Type1/
[ 223.762] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 223.762] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 223.762] (II) Loader magic: 0x804c80
[ 223.762] (II) Module ABI versions:
[ 223.762] X.Org ANSI C Emulation: 0.4
[ 223.762] X.Org Video Driver: 15.0
[ 223.762] X.Org XInput driver : 20.0
[ 223.762] X.Org Server Extension : 8.0
[ 223.762] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 223.763] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 223.777] (--) PCI:*(0:0:2:0) 8086:0046:1025:0365 rev 18, Mem @ 0xf0000000/4194304, 0xd0000000/268435456, I/O @ 0x00001800/8
[ 223.777] (--) PCI: (0:2:0:0) 1002:68e0:1025:0365 rev 0, Mem @ 0xb0000000/268435456, 0xafee0000/131072, I/O @ 0x00002000/256, BIOS @ 0x????????/131072
[ 223.777] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 223.777] Initializing built-in extension Generic Event Extension
[ 223.778] Initializing built-in extension SHAPE
[ 223.778] Initializing built-in extension MIT-SHM
[ 223.778] Initializing built-in extension XInputExtension
[ 223.778] Initializing built-in extension XTEST
[ 223.778] Initializing built-in extension BIG-REQUESTS
[ 223.778] Initializing built-in extension SYNC
[ 223.778] Initializing built-in extension XKEYBOARD
[ 223.778] Initializing built-in extension XC-MISC
[ 223.778] Initializing built-in extension SECURITY
[ 223.778] Initializing built-in extension XINERAMA
[ 223.778] Initializing built-in extension XFIXES
[ 223.778] Initializing built-in extension RENDER
[ 223.778] Initializing built-in extension RANDR
[ 223.778] Initializing built-in extension COMPOSITE
[ 223.778] Initializing built-in extension DAMAGE
[ 223.778] Initializing built-in extension MIT-SCREEN-SAVER
[ 223.778] Initializing built-in extension DOUBLE-BUFFER
[ 223.778] Initializing built-in extension RECORD
[ 223.778] Initializing built-in extension DPMS
[ 223.778] Initializing built-in extension Present
[ 223.778] Initializing built-in extension DRI3
[ 223.778] Initializing built-in extension X-Resource
[ 223.778] Initializing built-in extension XVideo
[ 223.778] Initializing built-in extension XVideo-MotionCompensation
[ 223.778] Initializing built-in extension XFree86-VidModeExtension
[ 223.778] Initializing built-in extension XFree86-DGA
[ 223.778] Initializing built-in extension XFree86-DRI
[ 223.778] Initializing built-in extension DRI2
[ 223.778] (II) "glx" will be loaded by default.
[ 223.778] (II) LoadModule: "dri2"
[ 223.778] (II) Module "dri2" already built-in
[ 223.778] (II) LoadModule: "glamoregl"
[ 223.779] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 223.891] (II) Module glamoregl: vendor="X.Org Foundation"
[ 223.891] compiled for 1.15.0, module version = 0.6.0
[ 223.891] ABI class: X.Org ANSI C Emulation, version 0.4
[ 223.891] (II) LoadModule: "glx"
[ 223.891] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 223.906] (II) Module glx: vendor="X.Org Foundation"
[ 223.906] compiled for 1.15.1, module version = 1.0.0
[ 223.906] ABI class: X.Org Server Extension, version 8.0
[ 223.906] (==) AIGLX enabled
[ 223.906] Loading extension GLX
[ 223.906] (==) Matched intel as autoconfigured driver 0
[ 223.906] (==) Matched ati as autoconfigured driver 1
[ 223.906] (==) Matched intel as autoconfigured driver 2
[ 223.906] (==) Matched modesetting as autoconfigured driver 3
[ 223.906] (==) Matched fbdev as autoconfigured driver 4
[ 223.906] (==) Matched vesa as autoconfigured driver 5
[ 223.906] (==) Assigned the driver to the xf86ConfigLayout
[ 223.906] (II) LoadModule: "intel"
[ 223.916] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 223.954] (II) Module intel: vendor="X.Org Foundation"
[ 223.954] compiled for 1.15.0, module version = 2.99.911
[ 223.954] Module class: X.Org Video Driver
[ 223.954] ABI class: X.Org Video Driver, version 15.0
[ 223.954] (II) LoadModule: "ati"
[ 223.954] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[ 223.955] (II) Module ati: vendor="X.Org Foundation"
[ 223.955] compiled for 1.15.0, module version = 7.3.0
[ 223.955] Module class: X.Org Video Driver
[ 223.955] ABI class: X.Org Video Driver, version 15.0
[ 223.955] (II) LoadModule: "radeon"
[ 223.955] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[ 223.972] (II) Module radeon: vendor="X.Org Foundation"
[ 223.972] compiled for 1.15.0, module version = 7.3.0
[ 223.972] Module class: X.Org Video Driver
[ 223.972] ABI class: X.Org Video Driver, version 15.0
[ 223.972] (II) LoadModule: "modesetting"
[ 224.011] (WW) Warning, couldn't open module modesetting
[ 224.011] (II) UnloadModule: "modesetting"
[ 224.011] (II) Unloading modesetting
[ 224.011] (EE) Failed to load module "modesetting" (module does not exist, 0)
[ 224.011] (II) LoadModule: "fbdev"
[ 224.012] (WW) Warning, couldn't open module fbdev
[ 224.012] (II) UnloadModule: "fbdev"
[ 224.012] (II) Unloading fbdev
[ 224.012] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 224.012] (II) LoadModule: "vesa"
[ 224.012] (WW) Warning, couldn't open module vesa
[ 224.012] (II) UnloadModule: "vesa"
[ 224.012] (II) Unloading vesa
[ 224.012] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 224.012] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[ 224.013] (II) intel: Driver for Intel(R) HD Graphics: 2000-5000
[ 224.013] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100
[ 224.013] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200
[ 224.013] (II) RADEON: Driver for ATI Radeon chipsets:
ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
ATI Radeon Mobility X300 (M24) 3152 (PCIE),
ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
ATI Radeon X600 (RV380) 3E50 (PCIE),
ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
ATI Radeon IGP330M/340M/350M (U2) 4337,
ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
ATI Radeon X800PRO (R420) JI (AGP),
ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
ATI Radeon Mobility 9800 (M18) JN (AGP),
ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
ATI Radeon Mobility M7 LW (AGP),
ATI Mobility FireGL 7800 M7 LX (AGP),
ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
ATI FireGL Mobility 9000 (M9) Ld (AGP),
ATI Radeon Mobility 9000 (M9) Lf (AGP),
ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
ATI Radeon Mobility 9600 (M10) NQ (AGP),
ATI Radeon Mobility 9600 (M11) NR (AGP),
ATI Radeon Mobility 9600 (M10) NS (AGP),
ATI FireGL Mobility T2 (M10) NT (AGP),
ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
ATI Radeon Mobility X300 (M22) 5460 (PCIE),
ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
ATI Radeon X800PRO (R423) UI (PCIE),
ATI Radeon X800LE (R423) UJ (PCIE),
ATI Radeon X800SE (R423) UK (PCIE),
ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
ATI FireGL unknown (R423) UR (PCIE),
ATI FireGL unknown (R423) UT (PCIE),
ATI Mobility FireGL V5000 (M26) (PCIE),
ATI Mobility FireGL V5000 (M26) (PCIE),
ATI Mobility Radeon X700 XL (M26) (PCIE),
ATI Mobility Radeon X700 (M26) (PCIE),
ATI Mobility Radeon X700 (M26) (PCIE),
ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
ATI Radeon Mobility 9100 IGP (U3) 5835,
ATI Radeon XPRESS 200 5954 (PCIE),
ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
ATI Radeon XPRESS 200M 5975 (PCIE),
ATI Radeon XPRESS 200 5A41 (PCIE),
ATI Radeon XPRESS 200M 5A42 (PCIE),
ATI Radeon XPRESS 200 5A61 (PCIE),
ATI Radeon XPRESS 200M 5A62 (PCIE),
ATI Radeon X300 (RV370) 5B60 (PCIE),
ATI Radeon X600 (RV370) 5B62 (PCIE),
ATI Radeon X550 (RV370) 5B63 (PCIE),
ATI FireGL V3100 (RV370) 5B64 (PCIE),
ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
ATI Mobility Radeon X800 XT (M28) (PCIE),
ATI Mobility FireGL V5100 (M28) (PCIE),
ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
ATI Radeon X850 XT PE (R480) (PCIE),
ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
ATI Radeon X850 XT (R480) (PCIE),
ATI Radeon X800XT (R423) 5D57 (PCIE),
ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
ATI Radeon X700 PRO (RV410) (PCIE),
ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
ATI Mobility Radeon X1700, ATI Radeon X2300HD,
ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
AMD FireStream 9250, ATI FirePro V8700 (FireGL),
ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
ATI Mobility Radeon HD 4670, ATI FirePro M5750,
ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
ATI Mobility Radeon HD 3850 X2, ATI RV670,
ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
ATI FireGL V3600, ATI Radeon HD 2600 LE,
ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
SUMO, SUMO, SUMO2, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
ATI Radeon 4100, ATI Mobility Radeon HD 4200,
ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
AMD Radeon HD 6300 Series Graphics,
AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
ATI FirePro (FireGL) Graphics Adapter,
ATI FirePro (FireGL) Graphics Adapter,
ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
AMD Firestream 9350, ATI Radeon HD 5800 Series,
ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
ATI Mobility Radeon HD 5800 Series,
ATI FirePro (FireGL) Graphics Adapter,
ATI FirePro (FireGL) Graphics Adapter,
ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
ATI Mobility Radeon HD 5000 Series,
ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
ATI FirePro (FireGL) Graphics Adapter,
ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
ATI Mobility Radeon HD 5000 Series,
ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
ATI Mobility Radeon Graphics, CEDAR,
ATI FirePro (FireGL) Graphics Adapter,
ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
BARTS, BARTS, Mobility Radeon HD 6000 Series,
Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI,
TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, HAINAN, HAINAN, HAINAN,
HAINAN, HAINAN, HAINAN, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE,
BONAIRE, BONAIRE, BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI,
KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
KABINI, KABINI, KABINI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII,
HAWAII, HAWAII, HAWAII, HAWAII
[ 224.023] (++) using VT number 1
[ 224.044] (II) [KMS] Kernel modesetting enabled.
[ 224.046] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics
[ 224.046] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2
[ 224.046] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 224.046] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 224.046] (==) intel(0): RGB weight 888
[ 224.046] (==) intel(0): Default visual is TrueColor
[ 224.046] (**) intel(0): Framebuffer tiled
[ 224.046] (**) intel(0): Pixmaps tiled
[ 224.046] (**) intel(0): "Tear free" disabled
[ 224.046] (**) intel(0): Forcing per-crtc-pixmaps? no
[ 224.046] (II) intel(0): Output LVDS2 has no monitor section
[ 224.047] (--) intel(0): Found backlight control interface acer-wmi (type 'platform') for output LVDS2
[ 224.047] (II) intel(0): Output VGA2 has no monitor section
[ 224.047] (II) intel(0): Output VIRTUAL1 has no monitor section
[ 224.047] (--) intel(0): Output LVDS2 using initial mode 1366x768 on pipe 0
[ 224.047] (==) intel(0): DPI set to (96, 96)
[ 224.047] (II) Loading sub module "dri2"
[ 224.047] (II) LoadModule: "dri2"
[ 224.047] (II) Module "dri2" already built-in
[ 224.047] (==) RADEON(G0): Depth 24, (--) framebuffer bpp 32
[ 224.047] (II) RADEON(G0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 224.047] (==) RADEON(G0): Default visual is TrueColor
[ 224.047] (==) RADEON(G0): RGB weight 888
[ 224.047] (II) RADEON(G0): Using 8 bits per RGB (8 bit DAC)
[ 224.047] (--) RADEON(G0): Chipset: "ATI Mobility Radeon HD 5000 Series" (ChipID = 0x68e0)
[ 224.047] (II) Loading sub module "dri2"
[ 224.047] (II) LoadModule: "dri2"
[ 224.047] (II) Module "dri2" already built-in
[ 224.047] (II) Loading sub module "exa"
[ 224.047] (II) LoadModule: "exa"
[ 224.047] (II) Loading /usr/lib/xorg/modules/libexa.so
[ 224.068] (II) Module exa: vendor="X.Org Foundation"
[ 224.068] compiled for 1.15.1, module version = 2.6.0
[ 224.068] ABI class: X.Org Video Driver, version 15.0
[ 224.068] (II) RADEON(G0): KMS Color Tiling: enabled
[ 224.068] (II) RADEON(G0): KMS Color Tiling 2D: enabled
[ 224.068] (II) RADEON(G0): KMS Pageflipping: enabled
[ 224.068] (II) RADEON(G0): SwapBuffers wait for vsync: enabled
[ 224.070] (II) RADEON(G0): Output LVDS-1-0 has no monitor section
[ 224.073] (II) RADEON(G0): Output HDMI-1-0 has no monitor section
[ 224.200] (II) RADEON(G0): Output VGA-1-0 has no monitor section
[ 224.202] (II) RADEON(G0): EDID for output LVDS-1-0
[ 224.202] (II) RADEON(G0): Printing probed modes for output LVDS-1-0
[ 224.202] (II) RADEON(G0): Modeline "1366x768"x60.0 69.50 1366 1414 1446 1466 768 771 777 790 -hsync -vsync (47.4 kHz eP)
[ 224.203] (II) RADEON(G0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz)
[ 224.203] (II) RADEON(G0): Modeline "1152x768"x59.8 71.75 1152 1216 1328 1504 768 771 781 798 -hsync +vsync (47.7 kHz)
[ 224.203] (II) RADEON(G0): Modeline "1024x768"x59.9 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync (47.8 kHz)
[ 224.203] (II) RADEON(G0): Modeline "800x600"x59.9 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync (37.4 kHz)
[ 224.203] (II) RADEON(G0): Modeline "848x480"x59.7 31.50 848 872 952 1056 480 483 493 500 -hsync +vsync (29.8 kHz)
[ 224.203] (II) RADEON(G0): Modeline "720x480"x59.7 26.75 720 744 808 896 480 483 493 500 -hsync +vsync (29.9 kHz)
[ 224.203] (II) RADEON(G0): Modeline "640x480"x59.4 23.75 640 664 720 800 480 483 487 500 -hsync +vsync (29.7 kHz)
[ 224.205] (II) RADEON(G0): EDID for output HDMI-1-0
[ 224.330] (II) RADEON(G0): EDID for output VGA-1-0
[ 224.330] (II) RADEON(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 224.330] (II) RADEON(G0): mem size init: gart size :3fdee000 vram size: s:20000000 visible:1fba0000
[ 224.330] (II) RADEON(G0): EXA: Driver will allow EXA pixmaps in VRAM
[ 224.330] (==) RADEON(G0): DPI set to (96, 96)
[ 224.330] (II) Loading sub module "fb"
[ 224.330] (II) LoadModule: "fb"
[ 224.330] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 224.340] (II) Module fb: vendor="X.Org Foundation"
[ 224.341] compiled for 1.15.1, module version = 1.0.0
[ 224.341] ABI class: X.Org ANSI C Emulation, version 0.4
[ 224.341] (II) Loading sub module "ramdac"
[ 224.341] (II) LoadModule: "ramdac"
[ 224.341] (II) Module "ramdac" already built-in
[ 224.341] (==) Depth 24 pixmap format is 32 bpp
[ 224.341] (II) RADEON(G0): [DRI2] Setup complete
[ 224.341] (II) RADEON(G0): [DRI2] DRI driver: r600
[ 224.341] (II) RADEON(G0): [DRI2] VDPAU driver: r600
[ 224.342] (II) RADEON(G0): Front buffer size: 3072K
[ 224.342] (II) RADEON(G0): VRAM usage limit set to 465004K
[ 224.350] (==) RADEON(G0): Backing store enabled
[ 224.350] (II) RADEON(G0): Direct rendering enabled
[ 224.350] (II) EXA(256): Driver allocated offscreen pixmaps
[ 224.350] (II) EXA(256): Driver registered support for the following operations:
[ 224.350] (II) Solid
[ 224.350] (II) Copy
[ 224.350] (II) Composite (RENDER acceleration)
[ 224.350] (II) UploadToScreen
[ 224.350] (II) DownloadFromScreen
[ 224.350] (II) RADEON(G0): Acceleration enabled
[ 224.350] (==) RADEON(G0): DPMS enabled
[ 224.350] (==) RADEON(G0): Silken mouse enabled
[ 224.351] (II) RADEON(G0): Set up textured video
[ 224.351] (II) RADEON(G0): [XvMC] Associated with Radeon Textured Video.
[ 224.351] (II) RADEON(G0): [XvMC] Extension initialized.
[ 224.351] (II) RADEON(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 224.369] (II) intel(0): SNA initialized with Ironlake (gen5) backend
[ 224.369] (==) intel(0): Backing store enabled
[ 224.369] (==) intel(0): Silken mouse enabled
[ 224.369] (II) intel(0): HW Cursor enabled
[ 224.369] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 224.369] (==) intel(0): DPMS enabled
[ 224.369] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[ 224.369] (II) intel(0): [DRI2] Setup complete
[ 224.369] (II) intel(0): [DRI2] DRI driver: i965
[ 224.369] (II) intel(0): [DRI2] VDPAU driver: i965
[ 224.369] (II) intel(0): direct rendering: DRI2 Enabled
[ 224.369] (==) intel(0): hotplug detection: "enabled"
[ 224.369] (--) RandR disabled
[ 224.493] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 224.493] (II) AIGLX: enabled GLX_ARB_create_context
[ 224.493] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 224.493] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[ 224.493] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 224.493] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 224.493] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[ 224.493] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[ 224.493] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 224.493] (II) AIGLX: Loaded and initialized i965
[ 224.493] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 224.906] (II) intel(0): switch to mode [email protected] on LVDS2 using pipe 0, position (0, 0), rotation normal, reflection none
[ 231.373] (II) intel(0): Setting screen physical size to 361 x 203
[ 231.680] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 231.680] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 231.680] (II) LoadModule: "evdev"
[ 231.680] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 231.703] (II) Module evdev: vendor="X.Org Foundation"
[ 231.703] compiled for 1.15.1, module version = 2.9.0
[ 231.703] Module class: X.Org XInput Driver
[ 231.703] ABI class: X.Org XInput driver, version 20.0
[ 231.703] (II) Using input driver 'evdev' for 'Power Button'
[ 231.703] (**) Power Button: always reports core events
[ 231.703] (**) evdev: Power Button: Device: "/dev/input/event3"
[ 231.703] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 231.703] (--) evdev: Power Button: Found keys
[ 231.703] (II) evdev: Power Button: Configuring as keyboard
[ 231.703] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event3"
[ 231.703] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 231.703] (**) Option "xkb_rules" "evdev"
[ 231.703] (**) Option "xkb_model" "pc104"
[ 231.703] (**) Option "xkb_layout" "us"
[ 231.740] (II) config/udev: Adding input device Video Bus (/dev/input/event14)
[ 231.740] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 231.740] (II) Using input driver 'evdev' for 'Video Bus'
[ 231.740] (**) Video Bus: always reports core events
[ 231.740] (**) evdev: Video Bus: Device: "/dev/input/event14"
[ 231.740] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 231.740] (--) evdev: Video Bus: Found keys
[ 231.740] (II) evdev: Video Bus: Configuring as keyboard
[ 231.740] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input15/event14"
[ 231.741] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 231.741] (**) Option "xkb_rules" "evdev"
[ 231.741] (**) Option "xkb_model" "pc104"
[ 231.741] (**) Option "xkb_layout" "us"
[ 231.742] (II) config/udev: Adding input device Video Bus (/dev/input/event13)
[ 231.742] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 231.742] (II) Using input driver 'evdev' for 'Video Bus'
[ 231.742] (**) Video Bus: always reports core events
[ 231.742] (**) evdev: Video Bus: Device: "/dev/input/event13"
[ 231.742] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 231.742] (--) evdev: Video Bus: Found keys
[ 231.742] (II) evdev: Video Bus: Configuring as keyboard
[ 231.742] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input14/event13"
[ 231.742] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 231.742] (**) Option "xkb_rules" "evdev"
[ 231.742] (**) Option "xkb_model" "pc104"
[ 231.742] (**) Option "xkb_layout" "us"
[ 231.743] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 231.743] (II) No input driver specified, ignoring this device.
[ 231.743] (II) This device may have been added with another device file.
[ 231.743] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 231.743] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 231.743] (II) Using input driver 'evdev' for 'Sleep Button'
[ 231.743] (**) Sleep Button: always reports core events
[ 231.743] (**) evdev: Sleep Button: Device: "/dev/input/event2"
[ 231.743] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[ 231.743] (--) evdev: Sleep Button: Found keys
[ 231.743] (II) evdev: Sleep Button: Configuring as keyboard
[ 231.743] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event2"
[ 231.743] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 231.743] (**) Option "xkb_rules" "evdev"
[ 231.743] (**) Option "xkb_model" "pc104"
[ 231.743] (**) Option "xkb_layout" "us"
[ 231.744] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 231.744] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event8)
[ 231.744] (II) No input driver specified, ignoring this device.
[ 231.744] (II) This device may have been added with another device file.
[ 231.744] (II) config/udev: Adding drm device (/dev/dri/card1)
[ 231.744] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
[ 231.744] (II) No input driver specified, ignoring this device.
[ 231.744] (II) This device may have been added with another device file.
[ 231.745] (II) config/udev: Adding input device HDA Intel MID Mic (/dev/input/event11)
[ 231.745] (II) No input driver specified, ignoring this device.
[ 231.745] (II) This device may have been added with another device file.
[ 231.745] (II) config/udev: Adding input device HDA Intel MID Headphone (/dev/input/event10)
[ 231.745] (II) No input driver specified, ignoring this device.
[ 231.745] (II) This device may have been added with another device file.
[ 231.745] (II) config/udev: Adding input device 1.3M WebCam (/dev/input/event5)
[ 231.745] (**) 1.3M WebCam: Applying InputClass "evdev keyboard catchall"
[ 231.745] (II) Using input driver 'evdev' for '1.3M WebCam'
[ 231.745] (**) 1.3M WebCam: always reports core events
[ 231.745] (**) evdev: 1.3M WebCam: Device: "/dev/input/event5"
[ 231.745] (--) evdev: 1.3M WebCam: Vendor 0x4f2 Product 0xb1d8
[ 231.745] (--) evdev: 1.3M WebCam: Found keys
[ 231.745] (II) evdev: 1.3M WebCam: Configuring as keyboard
[ 231.745] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/input/input7/event5"
[ 231.745] (II) XINPUT: Adding extended input device "1.3M WebCam" (type: KEYBOARD, id 10)
[ 231.745] (**) Option "xkb_rules" "evdev"
[ 231.745] (**) Option "xkb_model" "pc104"
[ 231.745] (**) Option "xkb_layout" "us"
[ 231.746] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 231.746] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 231.746] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 231.746] (**) AT Translated Set 2 keyboard: always reports core events
[ 231.746] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 231.746] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 231.746] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 231.746] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 231.746] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 231.746] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[ 231.746] (**) Option "xkb_rules" "evdev"
[ 231.746] (**) Option "xkb_model" "pc104"
[ 231.746] (**) Option "xkb_layout" "us"
[ 231.746] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event12)
[ 231.746] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 231.746] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 231.746] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[ 231.746] (II) LoadModule: "synaptics"
[ 231.746] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 231.754] (II) Module synaptics: vendor="X.Org Foundation"
[ 231.754] compiled for 1.15.1, module version = 1.8.0
[ 231.754] Module class: X.Org XInput Driver
[ 231.754] ABI class: X.Org XInput driver, version 20.0
[ 231.754] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 231.754] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 231.754] (**) Option "Device" "/dev/input/event12"
[ 231.930] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
[ 231.930] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5822 (res 79)
[ 231.930] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4766 (res 141)
[ 231.930] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 231.930] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[ 231.930] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[ 231.930] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[ 231.930] (**) Option "TapButton1" "1"
[ 231.930] (**) Option "TapButton2" "2"
[ 231.930] (**) Option "TapButton3" "3"
[ 231.930] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 231.930] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 232.010] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event12"
[ 232.010] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[ 232.010] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 232.010] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[ 232.010] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.036
[ 232.010] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 232.010] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 232.010] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 232.010] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 232.010] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 232.010] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[ 232.010] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[ 232.011] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[ 232.011] (II) No input driver specified, ignoring this device.
[ 232.011] (II) This device may have been added with another device file.
[ 232.011] (II) config/udev: Adding input device Acer WMI hotkeys (/dev/input/event6)
[ 232.011] (**) Acer WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 232.011] (II) Using input driver 'evdev' for 'Acer WMI hotkeys'
[ 232.011] (**) Acer WMI hotkeys: always reports core events
[ 232.011] (**) evdev: Acer WMI hotkeys: Device: "/dev/input/event6"
[ 232.012] (--) evdev: Acer WMI hotkeys: Vendor 0 Product 0
[ 232.012] (--) evdev: Acer WMI hotkeys: Found keys
[ 232.012] (II) evdev: Acer WMI hotkeys: Configuring as keyboard
[ 232.012] (**) Option "config_info" "udev:/sys/devices/virtual/input/input8/event6"
[ 232.012] (II) XINPUT: Adding extended input device "Acer WMI hotkeys" (type: KEYBOARD, id 13)
[ 232.012] (**) Option "xkb_rules" "evdev"
[ 232.012] (**) Option "xkb_model" "pc104"
[ 232.012] (**) Option "xkb_layout" "us"
[ 232.013] (II) config/udev: Adding input device Acer BMA150 accelerometer (/dev/input/event7)
[ 232.013] (II) No input driver specified, ignoring this device.
[ 232.013] (II) This device may have been added with another device file.
[ 232.013] (II) config/udev: Adding input device Acer BMA150 accelerometer (/dev/input/js0)
[ 232.013] (II) No input driver specified, ignoring this device.
[ 232.013] (II) This device may have been added with another device file.
[ 239.383] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 240.099] (II) evdev: Acer WMI hotkeys: Close
[ 240.099] (II) UnloadModule: "evdev"
[ 240.099] (II) UnloadModule: "synaptics"
[ 240.099] (II) evdev: AT Translated Set 2 keyboard: Close
[ 240.099] (II) UnloadModule: "evdev"
[ 240.099] (II) evdev: 1.3M WebCam: Close
[ 240.099] (II) UnloadModule: "evdev"
[ 240.099] (II) evdev: Sleep Button: Close
[ 240.099] (II) UnloadModule: "evdev"
[ 240.099] (II) evdev: Video Bus: Close
[ 240.099] (II) UnloadModule: "evdev"
[ 240.099] (II) evdev: Video Bus: Close
[ 240.099] (II) UnloadModule: "evdev"
[ 240.099] (II) evdev: Power Button: Close
[ 240.099] (II) UnloadModule: "evdev"
[ 240.101] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[ 240.101] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[ 240.101] (EE)
Fatal server error:
[ 240.102] (EE) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
[ 240.102] (EE)
[ 240.102] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 240.102] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 240.102] (EE)
[ 240.102] (EE)
[ 240.102] (EE) Backtrace:
[ 240.102] (EE) 0: /usr/bin/X (xorg_backtrace+0x48) [0x584b08]
[ 240.102] (EE) 1: /usr/bin/X (0x400000+0x1887f9) [0x5887f9]
[ 240.102] (EE) 2: /usr/lib/libpthread.so.0 (0x7f82116cb000+0xf4b0) [0x7f82116da4b0]
[ 240.102] (EE)
[ 240.102] (EE) Segmentation fault at address 0x0
[ 240.102] (EE)
FatalError re-entered, aborting
[ 240.102] (EE) Caught signal 11 (Segmentation fault). Server aborting
[ 240.102] (EE)
EDIT2:
I downgraded to 3.12. Now everything works like a charm, but I wouldn't call downgrading a fix. I am still open for suggestions.
Last edited by Hylleman (2014-06-12 12:16:40)

beneix wrote:
but it just doesn't feel like doing it the way I want...
You should go into the "Display" settings in the Win 7 control panel and have a thorough look through all the settings available there!
Cheers,
Bill
I don't work for Lenovo

Similar Messages

  • IMac OS X (10.5) Black screen,chimes when switched on,light on keyboard and mouse. Have tried few tips to restar it. Still black. What could it be?

    IMac OS X (10.5) Black screen,chimes when switched on,light on keyboard and mouse. Have tried few tips to restar it. Still black. What could it be?

    Try to start up in Safe Mode. It uses a "one size fits all" display mode, runs one pass of Disk Utility "Repair Disk" as it starts up, then loads with minimal extensions and presents a login screen (even if you normally auto-login). It takes five minutes or more.
    If you get a picture, use System Preferences > Displays ... to change your screen resolution at least once.

  • TS1363 while updating my IOS to IOS 6 the updating process couldn't be completed for unknown reason and my iphone has nothing but a black screen with an apple and a meter that shows no progess. it completely froze!

    When updating my IOS 5.1.1 to IOS 6 and after the download completed the updating of the iphone couldn't be completed for unknown error and the device froze and all i have now is a black screen with an apple and a meter that shows no progress I can't switch off my iphone or do anything!!!

    Hi,
    I had a similar problem last week with my nice shiny 3 week old iPhone 6. I noticed the Apple logo was on the screen, but it did not progress like a normal boot up. I restarted the phone, and it showed the Apple logo, then a red screen then cycled back to the logo and kept looping. I got the phone to the iTunes connection stage by keeping hold of the power button and the home button until the apple logo appeared then kept holding the home button. iTunes recognised the phone, and wanted to restore, but this was unsuccessful  because the phone would keep looping to the red screen and iTunes failed. After loads of Apple support, I was told it was a hardware failure, and like you I live more than an hour away from the store. None the less, I made an appointment with the Genius bods, and they replaced the phone. They said they had never heard of the problem, but really, take a look at these forums and you will see that it is a common problem and I suspect they are keeping it under wraps...
    My issue is that as a disappointed customer with faulty goods, why should i have to stick to an appointment to get it replaced? What other store would you have to do this?
    The "Genius" didn't even want to see the phone powered up before offering a replacement... Oh, and it turned out they didn't have the exact same model as a replacement so they were going to send me out of the store empty handed.... I kicked off BIG time, and they very reluctantly gave me a phone from the sales stock, rather than the repairs stock..
    Not a happy Apple customer anymore, and I feel the more people who know about the lack of service and customer care the better. They need to get off there high horse and join the real world!

  • My ipod is showing a black screen, but will charge and make the notification noises. Any ideas on how to fix it

    My Ipod touch is just showing a black screen, it still charges and the notifictions still go off because I can hear them. It wont turn onto the lock screen it just stays black. I tryed letting the battery run down and left it for like 24 hours but nothing changed

    If the unit has NEVER been jailbroke, first try a system reset.  It cures many ills and it's quick, easy and harmless...  Hold down the on/off switch and the Home button simultaneously until you see the Apple logo.  Ignore the "Slide to power off" text if it appears.  You will not lose any apps, data, music, movies, settings, etc.
    If the Reset doesn't work, try a Restore.  Note that it's nowhere near as quick as a Reset.  It could take well over an hour!  Connect via cable to the computer that you use for sync.  From iTunes, select the iPad/iPod and then select the Summary tab.  Follow the on-screen directions for Restore and be sure to say "yes" to the backup.  You will be warned that all data (apps, music, movies, etc.) will be erased but, as the Restore finishes, you will be asked if you wish the contents of the backup to be copied to the iPad/iPod.  Again, say "yes."
    At the end of the basic Restore, you will be asked if you wish to sync the iPad/iPod.  As before, say "yes."  Note that that sync selection will disappear and the Restore will end if you do not respond within a reasonable time.  If that happens, only the apps that are part of the IOS will appear on your device.  Corrective action is simple -  choose manual "Sync" from the bottom right of iTunes.
    If you're unable to do the Restore, go into Recovery Mode per the instructions here.  You WILL lose all of your data (game scores, etc,) but, for the most part, you can redownload apps and music without being charged again.  Also, if you have IOS-7, read this.

  • Why does say"To play the selected item, you must install a later version of the Adobe Flash Player. To download the Adobe Flash Player, go to the Adobe website." when I have the latest Version of it and it's just Black screen with no audio and Video?

    Why does say"To play the selected item, you must install a later version of the Adobe Flash Player. To download the Adobe Flash Player, go to the Adobe website." when I have the latest Version of it and it's just Black screen with no audio and Video? (Powerpoint Presentation 2013)

    You asked your question on the wrong forum. Try one for the Flash Player

  • Hello! I want to sell my iphone 3g because i have 3gs- i cleared the info in settings and now have black screen saying no service and usb port pointing to itunes - is that all i do ?

    Hello! I want to sell my iphone 3g because i have 3gs- i cleared the info in settings and now have black screen saying no service and usb port pointing to itunes - is that all i do ? i am pretty ignorant of computers- lol- i had read that i need to plug it back into itunes to verify it has all cleared out- i want to sell it on craigs list or ebay- i am really hurting for money right now- all your answers appreciated...

    It needs to be restored by someone. You can do it, and set it up as a new phone, or the buyer can do it.

  • My ipod touch 4 gen. has a black screen with a apple and under it is a load bar that is empty and wont load

    my ipod touch 4 gen. has a black screen with a apple and under it is a load bar that is empty and wont load

    Try here:
    iPhone and iPod touch: Frozen and unresponsive
    iPod touch: Hardware troubleshooting

  • IPhone 3GS stuck in a black screen with a cable and the iTunes logo in it. Extra bonus: error 1656.

    So, I got this problem with the black screen with a cable and the iTunes logo in it. I tried restoring it, but in the middle of the process, the iPhone turns off (and it is still connected to the computer) and I get an error message (1656). I already tryed the solution that I have to find the "hosts" file, but there's no "gs.apple.com" line to be deleted.
    What do I do?

    I tried to do this at least 4 times! the iTunes is running the restore but at the end he's failed.. he say there is an error ! I think number -1.

  • My iphone 4 is locked on a black screen with apple symbol and loading sign since last night, how do i fix this?

    my iphone 4 is locked on black screen with apple symbol and loading symbol since last night

    You need to restore the iOS using iTunes. Place the device into Recovery Mode and Restore the device
    Read here for instruction > http://support.apple.com/kb/HT1808

  • Black Screen HP G62-b16st and ati radeon 5470 hd

    Hi, I have a problem with my laptop (Hp g62 - b16st) I am using this laptop since 2011 and i didnt have any complain so far but 3 days ago when i was playing PES 2013 it suddenly restarted itself and then blue screen showed up. I did research on google about this problem and i didnt see any helpful solution. My problem is about Ati Radeon Hd 5470. When i switch to Ati Radeon i just see black screen and if i dont deactive it in safety mode it keep showing black screen. I tried everything to fix it but nothing  happened.  I hope you can help me because i couldnt find the solution by myself.
    Bios Version : F48
    Win7 Home Basic x64 bit
    This question was solved.
    View Solution.

    Hi uAunknown, welcome to the HP Forums. Hopefully the blue screen and black screen behavior you are experiencing is driver related, and not hardware related.  First restore the original graphics drivers (Intel & AMD) using this method:  Using Recovery Manager to Restore Software and Drivers (Windows 7)
    Then download, and install the updated drivers here: 
    Intel High-Definition (HD) Graphics Driver
    AMD High-Definition Graphics Driver
    TwoPointOh
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • Black Screen after I shut and open the lid

    Recently I updated the driver of my graphics card. Earlier it was showing my graphics to be AMD HD 6490M series but after update it shows graphics to be AMD Radeon HD 7400M Series. And I did theupdate from official AMD website.
    Everything works fine except that when I close the lid so as to send the laptop to sleep and then, when I re-open the lid I get a black screen and only way to get rid of it is to force close the laptop using the power key.
    Once I faced the problem I reverted back to the graphics driver that is provided in HP support site. In the original driver this problem is solved but I face another problem. After switching on the laptop and working for about 5-10 minutes I get an error message stating - "Catalyst Control Center has stopped working".
    Kindly someone help me. And please don't suggest me to do factory reset. 
    Its very difficult to reinstall all the sftwares that I have.

    @A_Dash ,
    Hello and thank you for posting on the HP support forums.
    Did you go an physically change the graphics card on your notebook?
    If not do a system restore and roll back to the previous driver.
    Using Microsoft System Restore (Windows 7)
    If this fails to resolve the issue you will want to do a full system recovery back to the original configuration.
    The drivers on the system are normally proprietary so if you are upgrading from the AMD website or other source you will find issues.
    Thanks again for posting and have a great day.
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    D5GR
    I work on behalf of HP

  • Black screen is in interactive and interactive text (console) mode

    I want to install Solaris 10 on HP Proliant DL380 G5. After installing drivers for Smart Array (from CPQary3.iso) I can't see this:
    "Starting Solaris Interactive (graphical user interface) Installation.
    You must respond to the first question within 30 seconds or the installer
    proceeds in a non-window environment (console mode)".
    The screen now is black in both modes: interactive and interactive text (console)
    If I don't install CPQary3 then graphical user interface works good, but "No disks found" :)
    What can I do with it?
    Edited by: Blutang on Jan 14, 2009 2:07 AM

    well the problem has been solved...hope this may help others having this issue.
    i basically just let the battery run out, then connected the ipod to my laptop and voila...it reset and all is well again...
    pretty random, but glad it is all working again.

  • Near Dead Ipod - Only shows black screen with apple logo and sick face ipod

    I would be very grateful for any help.
    I bought my 60GB ipod in the summer of 2005, whatever generation that makes it. Until recently it's been a little glitchy - sometimes the screen would appear to be functioning normally, but songs would not play. For example track 1 would look like it was about to play, then skip to track 2, then 3, and so forth. I had to force restart it regularly.
    Today I connected my ipod to my macbook and itunes appeared to start (bounced in the dashboard) then failed to launch. The ipod screen looked as though it was connected (flashing red sign) but did not mount on screen. I tried to force quit itunes, but that didn't work and the computer froze. I did a force restart of the computer with the ipod plugged in, and it took very long to restart. The whole time, the ipod screen continued to flash the red sign. I unplugged the ipod and force restarted it.
    Now, when I press menu, the black screen comes up with the apple logo, then periodically switches to a screen with an ipod with a sick face and "www.apple.com/support/ipod listed under it. I can hear a clicking sound when I hold it up to my ear.
    I've got 40 gigs of music on it and I'd very much like to get that off since much of it is not backed up. Am I screwed?
    C7

    Likely a hard drive failure
    If a sad iPod icon or an exclamation point and folder icon appears on your iPod’s screen, or with sounds of clicking or HD whirring, it is usually the sign of a hard drive problem and you have the power to do something about it now. Your silver bullet of resolving your iPod issue – is to restore your iPod to factory settings.
    http://docs.info.apple.com/article.html?artnum=60983
    If you're having trouble, try these steps at different levels one at a time until the issue is resolved. These steps will often whip your iPod back into shape.
    Make sure you do all the following “TRYs”
    A. Try to wait 30 minutes while iPod is charging.
    B. Try another FireWire or USB through Dock Connector cable.
    C. Try another FireWire or USB port on your computer .
    D. Try to disconnect all devices from your computer's FireWire and USB ports.
    E. Try to download and install the latest version of iPod software and iTunes
    http://www.apple.com/itunes/download/
    For old and other versions of iPod updater for window you can get here
    http://www.ipodwizard.net/showthread.php?t=7369
    F. Try these five steps (known as the five Rs) and it would conquer most iPod issues.
    http://www.apple.com/support/ipod/five_rs/
    G. Try to put the iPod into Disk Mode if it fails to appear on the desktop
    http://docs.info.apple.com/article.html?artnum=93651
    If none of these steps address the issue, you may need to go to Intermediate level listed below in logical order. Check from the top of the lists to see if that is what keeping iPod from appearing on your computer in order for doing the Restore.
    Intermediate Level
    A. Try to connect your iPod with another computer with the iPod updater pre-installed.
    B. Still can’t see your iPod, put it in Disk Mode and connect with a computer, instead of doing a Restore on iPod Updater. Go and format the iPod instead.
    For Mac computer
    1. Open the disk utility, hope your iPod appears there (left hand side), highlight it
    2. Go to Tab “Partition”, click either “Delete” or “Partition”, if fails, skip this step and go to 3
    3. Go to Tab “Erase” , choose Volume Format as “MAC OS Extended (Journaled), and click Erase, again if fails, skip it and go to 4
    4. Same as step 3, but open the “Security Options....” and choose “Zero Out Data” before click Erase. It will take 1 to 2 hours to complete.
    5. Eject your iPod and do a Reset
    6. Open the iTunes and click “Restore”
    For Window computer
    Go to folder “My Computer”
    Hope you can see your iPod there and right click on the iPod
    Choose “Format”. Ensure the settings are at “Default” and that “Quick Format” is not checked
    Now select “Format”
    Eject your iPod and do a Reset
    Open the iTunes 7 and click “Restore”
    In case you do not manage to do a “Format” on a window computer, try to use some 3rd party disk utility software, e.g.“HP USB Disk Storage Format Tool”.
    http://discussions.apple.com/thread.jspa?threadID=501330&tstart=0
    C. Windows users having trouble with their iPods should locate a Mac user. In many cases when an iPod won't show up on a PC that it will show up on the Mac. Then it can be restored. When the PC user returns to his computer the iPod will be recognized by the PC, reformatted for the PC, and usable again. By the way, it works in reverse too. A Mac user often can get his iPod back by connecting it to a PC and restoring it.
    Tips
    a. It does not matter whether the format is completed or not, the key is to erase (or partly) the corrupted firmware files on the Hard Drive of the iPod. After that, when the iPod re-connected with a computer, it will be recognized as an fresh external hard drive, it will show up on the iTunes.
    b. It is not a difficult issue for a Mac user to find a window base computer, for a PC user, if they can’t find any Mac user, they can go to a nearest Apple Shop for a favor.
    c. You may need to switch around the PC and Mac, try to do several attempts between “Format” and “Restore”
    http://discussions.apple.com/thread.jspa?messageID=2364921&#2364921
    Advance Level
    A. Diagnostic mode solution
    If you have tried trouble shooting your iPod to no avail after all the steps above, chances are your iPod has a hardware problem. The iPod's built-in Diagnostic Mode is a quick and easy way to determine if you have a "bad" iPod.
    You need to restart your iPod before putting it into Diagnostic Mode. Check that your hold switch is off by sliding the switch away from the headphone jack. Toggle it on and off to be safe.
    Press and hold the following combination of buttons simultaneously for approximately 10 seconds to reset the iPod.
    iPod 1G to 3G: "Menu" and "Play/Pause"
    iPod 4G+ (includes Photo, Nano, Video, and Mini): "Menu" and "Select"
    The Apple logo will appear and you should feel the hard drive spinning up. Press and hold the following sequence of buttons:
    iPod 1G to 3G: "REW", "FFW" and "Select"
    iPod 4G+ (includes Photo, Nano, Video, and Mini): "Back" and "Select"
    You will hear an audible chirp sound (3G models and higher) and the Apple logo should appear backwards. You are now in Diagnostic Mode. Navigate the list of tests using "REW" and "FFW". The scroll wheel will not function while in diagnostic mode. For further details on Diagnostic mode can be found at http://www.methodshop.com/mp3/ipodsupport/diagnosticmode/
    Try to do the 5in1, HDD R/W and HDD scan tests. Some successful cases have been reported after the running the few tests under the Diagnostic mode. In case it does not work in your case, and the scan tests reports show some errors then it proves your iPod has a hardware problem and it needs a repairing service.
    B. Format your iPod with a start disk
    I have not tried this solution myself, I heard that there were few successful cases that the users managed to get their iPod (you must put your iPod in disk mode before connecting with a computer) mounted by the computer, which was booted by a system startup disk. For Mac, you can use the Disk Utility (on the Tiger OS system disk), for PC user, you can use the window OS system disk. Try to find a way to reformat your iPod, again it does not matter which format (FAT32, NTFS or HFS+) you choose, the key is to erase the corrupted system files on the iPod. Then eject your iPod and do a Reset to switch out from Disk Mode. Reboot your computer at the normal way, connect your iPod back with it, open the iPod updater, and hopefully your iPod will appear there for the Restore.
    If none of these steps address the issue, your iPod may need to be repaired.
    Consider setting up a mail-in repair for your iPod http://depot.info.apple.com/ipod/
    Or visit your local Apple Retail Store http://www.apple.com/retail/
    In case your iPod is no longer covered by the warranty and you want to find a second repairing company, you can try iPodResQ or ifixit at your own risk
    http://www.ipodresq.com/index.php
    http://www.ifixit.com/
    Just in case that you are at the following situation
    Your iPod warranty is expired
    You don’t want to pay any service charges
    You are prepared to buy a new one
    You can’t accept the re-sell value of your broken iPod
    Rather than leave your iPod as paper-weight or throw it away.
    You can try the following, but again, only do it as your last resort and at your own risk.
    Warning !!!! – It may or may not manage to solve your problem, and with a risk that you may further damage your iPod, which end up as an expensive paper weight or you need to pay more higher repairing cost. Therefore, please re-consider again whether you want to try the next level
    Last Resort Level
    1. . Disconnecting the Hard Drive and battery inside the iPod – Warning !! Your iPod warranty will be waived once you open the iPod.
    In Hong Kong there are some electronic shops offering an iPod service for Sad iPod, the first thing they do is to open up the iPod’s case and disconnecting the battery and the Hard Drive from the main board of the iPod. Wait for 5-10 minutes and reconnecting them back. The reason behind which I can think of is to do a fully reset of a processor of the iPod. In case you want do it itself and you believe that you are good on fixing the electronics devices and have experience to deal with small bits of electronic parts, then you can read the following of how to open the iPod case for battery and HDD replacement (with Quicktimes)
    http://eshop.macsales.com/tech_center/index.cfm?page=Video/directory.html
    2.Press the reset button on the Hard Drive inside the iPod – Suggestion from Kill8joy
    http://discussions.apple.com/thread.jspa?messageID=2438774#2438774
    Have I tried these myself? No, I am afraid to do it myself as I am squeamish about tinkering inside electronic devices, I have few experiences that either I broke the parts (which are normally tiny or fragile) or failed to put the parts back to the main case. Therefore, I agree with suggestion to have it fixed by a Pro.
    2. Do a search on Google and some topics on this discussion forum about “Sad iPod”
    Exclamation point and folder and nothing else
    Spank your iPod
    http://www.youtube.com/watch?v=3ljPhrFUaOY
    http://discussions.apple.com/thread.jspa?messageID=3597173#3597173
    Exclamation point and folder and nothing else
    http://discussions.apple.com/thread.jspa?messageID=2831962#2831962
    What should I do with my iPod? Send it or keep it?
    http://discussions.apple.com/thread.jspa?threadID=469080&tstart=0
    Strange error on iPod (probably death)
    http://discussions.apple.com/thread.jspa?threadID=435160&start=0&tstart=0
    Sad Face on iPod for no apparent reason
    http://discussions.apple.com/thread.jspa?threadID=336342&start=0&tstart=0
    Meeting the Sad iPod icon
    http://askpang.typepad.com/relevanthistory/2004/11/meeting_thesad.html#comment-10519524
    Sad faced iPod, but my computer won’t recognize it?
    http://discussions.apple.com/thread.jspa?messageID=2236095#2236095
    iPod Photo: unhappy icon + warranty question
    http://discussions.apple.com/thread.jspa?messageID=2233746#2233746
    4th Gen iPod Users - are we all having the same problem?
    http://discussions.apple.com/message.jspa?messageID=2235623#2235623
    Low Battery, and clicking sounds
    http://discussions.apple.com/thread.jspa?messageID=2237714#2237714
    Sad faced iPod, but my computer won’t recognize it
    http://discussions.apple.com/thread.jspa?messageID=2242018#2242018
    Sad iPod solution
    http://discussions.apple.com/thread.jspa?threadID=412033&tstart=0
    Re: try to restore ipod and it says "can't mount ipod"
    http://discussions.apple.com/thread.jspa?threadID=443659&tstart=30
    iPod making clicking noise and is frozen
    http://discussions.apple.com/thread.jspa?messageID=2420150#2420150
    Cant put it into disk mode
    http://discussions.apple.com/thread.jspa?messageID=3786084#3786084
    I think my iPod just died its final death
    http://discussions.apple.com/thread.jspa?messageID=3813051
    Apple logo & monochrome battery stay
    http://discussions.apple.com/thread.jspa?messageID=3827167#3827167
    My iPod ism’t resetting and isn’t being read by my computer
    http://discussions.apple.com/thread.jspa?messageID=4489387#4489387
    I am not suggesting that you should follow as well, but just read them as your reference. You are the person to make the call.
    Finally, I read a fair comments from dwb, regarding of slapping the back of the iPod multiple times
    Quote “This has been discussed numerous times as a 'fix'. It does work, at least for a while. In fact I remember using the same basic trick to revive Seagate and Quantam drives back in the mid to late 1980's. Why these tiny hard drives go bad I don't know - could be the actuator gets stuck in place or misaligned. Could be the platter gets stuck or the motor gets stuck. 'Stiction' was a problem for drives back in the 80's. Unfortunately the fix can cause damage to the platter so we temporarily fix one problem by creating another. But I know of two instances where a little slap onto the table revived the iPods and they are still worked a year or more later.”UnQuote

  • Black Screen on Real Player and WMP

    Hi guys, i have tried this with a couple of cards and just recently i got a new card to hopefully fix this issue. I have the MX400 GeFroce 4 128MB. I get picture on my computer and TV when i have set it to clone and everything but when i go to play a streaming video file from Real Player all i have is a black screen in any size fullscreen or windowed. Same with Windows Media player. Is there a fix for this or is there a setting i have to change....any help would really be appreciated thanks....Using all the latest drivers and bios.....thanks..

    Don't the PowerMac G5's have PPC chips in them?
    http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore.woa/wo/0.RSLID?mco=2 9664A&nclm=PowerMac
    That is what the Apple Store says at least... can you order it with the Intel CoreDuo?
    In other words Flip4Mac should have no problem on your computer. If you are having trouble I suggest checking out the Flip4Mac site.

  • Black screen after power on and startup sounds repeats

    Hi,
    yesterday evening during a WOW session the screen went gray and the iMac did not respond to anything. I pressed the power button and started again. I got a black screen and the startup sound repeated endlessly.
    This morning the same. I checked the RAM modules in my macbook; they are ok.
    It is an early 2008 iMac 2.8 with NVIDIA graphic. Resetting PRAM or NVRAM does not work. Screen always stays black and the startup sounds repeats itself after pressing the power button.
    Any ideas?
    Thanks

    Try using this procedure to reset the SMC (power management)
    http://support.apple.com/kb/HT1543
    If that does not work, insert your Mac OS X installation disc and start up (or restart) with the C key held down. Does it start up properly from optical drive?

Maybe you are looking for

  • LR5 not showing Tone Curve "region" panel and associated sliders.

    Hi, The Tone Curve panel in LR5 as currently set up isn't showing the "Region" sub-panel and associated sliders.  It also isn't showing the slider immediately under the tone curve itself.  Any ideas on how to get these features to show? Thanks

  • Maximum number of Sessions ever reached in the last two days

    DB version:11gR1 We are studying the number of sessions created by one of our JAVA oltp application. We would like to know the maximum number of sessions reached in the last two days. I can see max_utilization column from the query select * from v$re

  • Smart Collections missing

    I installed the new version LR2. Previously I uninstall LR2 beta. In the beta version it had five Smart Collections, but there are no Smart Collections in LR2 final release. How can I restore the Smart Collections to show up? Thank you.

  • UPGRADE from 1.8 G5 - to a Dual 3.0 Intel MacPro

    Hi guys, sometime after Christmas, I'm going to be be upgrading to one of the MacPro machines. I just wanted to get some feedback from people here that own and have been using their MacPro machine for a little while now. I'm thinking of going with th

  • How to retrieve the CFQuery which was passed to DB

    Hi, I have written a Complex Query to fetch the Data from the Database using the form variables. Now for the debug purpose, I wanted to display the SQL query build on the CFM form itself, for developers only. Can you pls help me out. I had used the '