Black screen with Catalyst + MODULE="radeon"

Hello all,
I've installed the Ati Catalyst drivers, with downgrading my Xorg to 1.10.
I did an aticonfig --initial to generate a xorg.conf, and everything works just fine.
But it goes wrong when I place "radeon" in modules in my /etc/mkinitcpio.conf, running a mkinitcpio -p linux after to get a 1366x1024 framebuffer on my virtual consoles.
When I start up my laptop I got a nice virtual console, but when I try to start X, the screen goes black or better said, my screen turns off.
I've also tried uvesafb, but I can't get any higher ress then 1024x768.
I'm not sure if I'm doing something wrong here, I'm very new to Arch Linux.
Also, English is not my native language, so bear with me.
Here's my Xorg.conf
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
Section "Module"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:2:0:0"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
And here's my Xorg.0.log
[ 429.548]
X.Org X Server 1.11.1
Release Date: 2011-09-24
[ 429.552] X Protocol Version 11, Revision 0
[ 429.553] Build Operating System: Linux 3.0-ARCH x86_64
[ 429.554] Current Operating System: Linux dell-inspiron 3.0-ARCH #1 SMP PREEMPT Fri Oct 7 11:35:34 CEST 2011 x86_64
[ 429.555] Kernel command line: root=/dev/sda3 ro fbcon=map1
[ 429.557] Build Date: 10 October 2011 08:55:30AM
[ 429.558]
[ 429.559] Current version of pixman: 0.22.2
[ 429.561] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 429.563] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 429.568] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Oct 20 07:50:02 2011
[ 429.586] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 429.591] (==) No Layout section. Using the first Screen section.
[ 429.591] (==) No screen section available. Using defaults.
[ 429.591] (**) |-->Screen "Default Screen Section" (0)
[ 429.591] (**) | |-->Monitor "<default monitor>"
[ 429.592] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 429.592] (==) Automatically adding devices
[ 429.592] (==) Automatically enabling devices
[ 429.641] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 429.641] Entry deleted from font path.
[ 429.641] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 429.641] Entry deleted from font path.
[ 429.644] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 429.644] Entry deleted from font path.
[ 429.644] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 429.644] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 429.644] Entry deleted from font path.
[ 429.644] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 429.644] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/
[ 429.644] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 429.644] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 429.644] (II) Loader magic: 0x7ccae0
[ 429.644] (II) Module ABI versions:
[ 429.644] X.Org ANSI C Emulation: 0.4
[ 429.644] X.Org Video Driver: 11.0
[ 429.644] X.Org XInput driver : 13.0
[ 429.644] X.Org Server Extension : 6.0
[ 429.645] (--) PCI:*(0:2:0:0) 1002:68c1:1028:0447 rev 0, Mem @ 0xc0000000/268435456, 0xfbe20000/131072, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[ 429.646] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 429.646] (II) LoadModule: "extmod"
[ 429.647] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 429.655] (II) Module extmod: vendor="X.Org Foundation"
[ 429.655] compiled for 1.11.1, module version = 1.0.0
[ 429.655] Module class: X.Org Server Extension
[ 429.655] ABI class: X.Org Server Extension, version 6.0
[ 429.655] (II) Loading extension MIT-SCREEN-SAVER
[ 429.655] (II) Loading extension XFree86-VidModeExtension
[ 429.655] (II) Loading extension XFree86-DGA
[ 429.655] (II) Loading extension DPMS
[ 429.655] (II) Loading extension XVideo
[ 429.655] (II) Loading extension XVideo-MotionCompensation
[ 429.655] (II) Loading extension X-Resource
[ 429.655] (II) LoadModule: "dbe"
[ 429.655] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 429.656] (II) Module dbe: vendor="X.Org Foundation"
[ 429.656] compiled for 1.11.1, module version = 1.0.0
[ 429.656] Module class: X.Org Server Extension
[ 429.656] ABI class: X.Org Server Extension, version 6.0
[ 429.656] (II) Loading extension DOUBLE-BUFFER
[ 429.656] (II) LoadModule: "glx"
[ 429.656] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 429.660] (II) Module glx: vendor="X.Org Foundation"
[ 429.660] compiled for 1.11.1, module version = 1.0.0
[ 429.660] ABI class: X.Org Server Extension, version 6.0
[ 429.660] (==) AIGLX enabled
[ 429.660] (II) Loading extension GLX
[ 429.660] (II) LoadModule: "record"
[ 429.661] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 429.661] (II) Module record: vendor="X.Org Foundation"
[ 429.661] compiled for 1.11.1, module version = 1.13.0
[ 429.661] Module class: X.Org Server Extension
[ 429.661] ABI class: X.Org Server Extension, version 6.0
[ 429.661] (II) Loading extension RECORD
[ 429.661] (II) LoadModule: "dri"
[ 429.661] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 429.663] (II) Module dri: vendor="X.Org Foundation"
[ 429.663] compiled for 1.11.1, module version = 1.0.0
[ 429.663] ABI class: X.Org Server Extension, version 6.0
[ 429.663] (II) Loading extension XFree86-DRI
[ 429.663] (II) LoadModule: "dri2"
[ 429.663] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 429.664] (II) Module dri2: vendor="X.Org Foundation"
[ 429.664] compiled for 1.11.1, module version = 1.2.0
[ 429.664] ABI class: X.Org Server Extension, version 6.0
[ 429.664] (II) Loading extension DRI2
[ 429.664] (==) Matched ati as autoconfigured driver 0
[ 429.664] (==) Matched vesa as autoconfigured driver 1
[ 429.664] (==) Matched fbdev as autoconfigured driver 2
[ 429.664] (==) Assigned the driver to the xf86ConfigLayout
[ 429.664] (II) LoadModule: "ati"
[ 429.664] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[ 429.672] (II) Module ati: vendor="X.Org Foundation"
[ 429.672] compiled for 1.11.0, module version = 6.14.2
[ 429.672] Module class: X.Org Video Driver
[ 429.672] ABI class: X.Org Video Driver, version 11.0
[ 429.672] (II) LoadModule: "radeon"
[ 429.672] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[ 429.679] (II) Module radeon: vendor="X.Org Foundation"
[ 429.679] compiled for 1.11.0, module version = 6.14.2
[ 429.679] Module class: X.Org Video Driver
[ 429.679] ABI class: X.Org Video Driver, version 11.0
[ 429.680] (II) LoadModule: "vesa"
[ 429.680] (WW) Warning, couldn't open module vesa
[ 429.680] (II) UnloadModule: "vesa"
[ 429.680] (II) Unloading vesa
[ 429.680] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 429.682] (II) LoadModule: "fbdev"
[ 429.682] (WW) Warning, couldn't open module fbdev
[ 429.682] (II) UnloadModule: "fbdev"
[ 429.682] (II) Unloading fbdev
[ 429.682] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 429.684] (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 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, 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, 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, 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, CAICOS, CAICOS,
CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
CAICOS
[ 429.687] (--) using VT number 7
[ 429.692] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[ 429.692] (II) [KMS] Kernel modesetting enabled.
[ 429.692] (II) RADEON(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 429.692] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[ 429.692] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 429.692] (==) RADEON(0): Default visual is TrueColor
[ 429.692] (==) RADEON(0): RGB weight 888
[ 429.692] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[ 429.692] (--) RADEON(0): Chipset: "ATI Mobility Radeon HD 5000 Series" (ChipID = 0x68c1)
[ 429.692] (II) RADEON(0): PCIE card detected
[ 429.692] drmOpenDevice: node name is /dev/dri/card0
[ 429.692] drmOpenDevice: open result is 10, (OK)
[ 429.692] drmOpenByBusid: Searching for BusID pci:0000:02:00.0
[ 429.692] drmOpenDevice: node name is /dev/dri/card0
[ 429.693] drmOpenDevice: open result is 10, (OK)
[ 429.693] drmOpenByBusid: drmOpenMinor returns 10
[ 429.693] drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0
[ 429.693] (II) Loading sub module "exa"
[ 429.693] (II) LoadModule: "exa"
[ 429.693] (II) Loading /usr/lib/xorg/modules/libexa.so
[ 429.693] (II) Module exa: vendor="X.Org Foundation"
[ 429.693] compiled for 1.11.1, module version = 2.5.0
[ 429.693] ABI class: X.Org Video Driver, version 11.0
[ 429.693] (II) RADEON(0): KMS Color Tiling: disabled
[ 429.694] (II) RADEON(0): KMS Pageflipping: enabled
[ 429.694] (II) RADEON(0): SwapBuffers wait for vsync: enabled
[ 430.493] (II) RADEON(0): Output LVDS has no monitor section
[ 430.497] (II) RADEON(0): Output HDMI-0 has no monitor section
[ 430.517] (II) RADEON(0): Output VGA-0 has no monitor section
[ 431.316] (II) RADEON(0): EDID for output LVDS
[ 431.316] (II) RADEON(0): Printing probed modes for output LVDS
[ 431.316] (II) RADEON(0): Modeline "1366x768"x60.0 75.44 1366 1425 1464 1560 768 771 777 806 -vsync (48.4 kHz)
[ 431.316] (II) RADEON(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz)
[ 431.316] (II) RADEON(0): Modeline "1152x768"x59.8 71.75 1152 1216 1328 1504 768 771 781 798 -hsync +vsync (47.7 kHz)
[ 431.316] (II) RADEON(0): Modeline "1024x768"x59.9 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync (47.8 kHz)
[ 431.316] (II) RADEON(0): Modeline "800x600"x59.9 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync (37.4 kHz)
[ 431.316] (II) RADEON(0): Modeline "848x480"x59.7 31.50 848 872 952 1056 480 483 493 500 -hsync +vsync (29.8 kHz)
[ 431.316] (II) RADEON(0): Modeline "720x480"x59.7 26.75 720 744 808 896 480 483 493 500 -hsync +vsync (29.9 kHz)
[ 431.316] (II) RADEON(0): Modeline "640x480"x59.4 23.75 640 664 720 800 480 483 487 500 -hsync +vsync (29.7 kHz)
[ 431.320] (II) RADEON(0): EDID for output HDMI-0
[ 431.340] (II) RADEON(0): EDID for output VGA-0
[ 431.340] (II) RADEON(0): Output LVDS connected
[ 431.340] (II) RADEON(0): Output HDMI-0 disconnected
[ 431.340] (II) RADEON(0): Output VGA-0 disconnected
[ 431.340] (II) RADEON(0): Using exact sizes for initial modes
[ 431.340] (II) RADEON(0): Output LVDS using initial mode 1366x768
[ 431.340] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 431.340] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:40000000 visible:fba0000
[ 431.340] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
[ 431.340] (==) RADEON(0): DPI set to (96, 96)
[ 431.340] (II) Loading sub module "fb"
[ 431.340] (II) LoadModule: "fb"
[ 431.340] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 431.342] (II) Module fb: vendor="X.Org Foundation"
[ 431.342] compiled for 1.11.1, module version = 1.0.0
[ 431.342] ABI class: X.Org ANSI C Emulation, version 0.4
[ 431.342] (II) Loading sub module "ramdac"
[ 431.342] (II) LoadModule: "ramdac"
[ 431.342] (II) Module "ramdac" already built-in
[ 431.342] (--) Depth 24 pixmap format is 32 bpp
[ 431.343] (II) RADEON(0): [DRI2] Setup complete
[ 431.343] (II) RADEON(0): [DRI2] DRI driver: r600
[ 431.344] (II) RADEON(0): Front buffer size: 4224K
[ 431.344] (II) RADEON(0): VRAM usage limit set to 228096K
[ 431.399] (==) RADEON(0): Backing store disabled
[ 431.399] (II) RADEON(0): Direct rendering enabled
[ 431.399] (II) RADEON(0): Setting EXA maxPitchBytes
[ 431.400] (II) EXA(0): Driver allocated offscreen pixmaps
[ 431.400] (II) EXA(0): Driver registered support for the following operations:
[ 431.400] (II) Solid
[ 431.400] (II) Copy
[ 431.400] (II) Composite (RENDER acceleration)
[ 431.400] (II) UploadToScreen
[ 431.400] (II) DownloadFromScreen
[ 431.400] (II) RADEON(0): Acceleration enabled
[ 431.400] (==) RADEON(0): DPMS enabled
[ 431.400] (==) RADEON(0): Silken mouse enabled
[ 431.400] (II) RADEON(0): Set up textured video
[ 431.400] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 431.401] (--) RandR disabled
[ 431.401] (II) Initializing built-in extension Generic Event Extension
[ 431.401] (II) Initializing built-in extension SHAPE
[ 431.401] (II) Initializing built-in extension MIT-SHM
[ 431.401] (II) Initializing built-in extension XInputExtension
[ 431.401] (II) Initializing built-in extension XTEST
[ 431.401] (II) Initializing built-in extension BIG-REQUESTS
[ 431.401] (II) Initializing built-in extension SYNC
[ 431.401] (II) Initializing built-in extension XKEYBOARD
[ 431.401] (II) Initializing built-in extension XC-MISC
[ 431.401] (II) Initializing built-in extension SECURITY
[ 431.401] (II) Initializing built-in extension XINERAMA
[ 431.401] (II) Initializing built-in extension XFIXES
[ 431.401] (II) Initializing built-in extension RENDER
[ 431.401] (II) Initializing built-in extension RANDR
[ 431.401] (II) Initializing built-in extension COMPOSITE
[ 431.401] (II) Initializing built-in extension DAMAGE
[ 431.663] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 431.663] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 431.663] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 431.663] (II) AIGLX: enabled GLX_SGI_make_current_read
[ 431.663] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 431.664] (II) AIGLX: Loaded and initialized r600
[ 431.664] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 431.686] (II) RADEON(0): Setting screen physical size to 361 x 203
[ 431.860] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[ 431.860] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 431.860] (II) LoadModule: "evdev"
[ 431.861] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 431.872] (II) Module evdev: vendor="X.Org Foundation"
[ 431.872] compiled for 1.10.99.902, module version = 2.6.0
[ 431.872] Module class: X.Org XInput Driver
[ 431.872] ABI class: X.Org XInput driver, version 13.0
[ 431.872] (II) Using input driver 'evdev' for 'Power Button'
[ 431.872] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 431.872] (**) Power Button: always reports core events
[ 431.872] (**) Power Button: Device: "/dev/input/event4"
[ 431.872] (--) Power Button: Found keys
[ 431.872] (II) Power Button: Configuring as keyboard
[ 431.872] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[ 431.872] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 431.872] (**) Option "xkb_rules" "evdev"
[ 431.872] (**) Option "xkb_model" "evdev"
[ 431.872] (**) Option "xkb_layout" "us"
[ 431.901] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[ 431.901] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 431.901] (II) Using input driver 'evdev' for 'Video Bus'
[ 431.901] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 431.902] (**) Video Bus: always reports core events
[ 431.902] (**) Video Bus: Device: "/dev/input/event5"
[ 431.902] (--) Video Bus: Found keys
[ 431.902] (II) Video Bus: Configuring as keyboard
[ 431.902] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:05/LNXVIDEO:01/input/input5/event5"
[ 431.902] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 431.902] (**) Option "xkb_rules" "evdev"
[ 431.902] (**) Option "xkb_model" "evdev"
[ 431.902] (**) Option "xkb_layout" "us"
[ 431.902] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 431.902] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 431.902] (II) Using input driver 'evdev' for 'Power Button'
[ 431.902] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 431.902] (**) Power Button: always reports core events
[ 431.902] (**) Power Button: Device: "/dev/input/event1"
[ 431.902] (--) Power Button: Found keys
[ 431.902] (II) Power Button: Configuring as keyboard
[ 431.902] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1"
[ 431.902] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 431.902] (**) Option "xkb_rules" "evdev"
[ 431.902] (**) Option "xkb_model" "evdev"
[ 431.902] (**) Option "xkb_layout" "us"
[ 431.903] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[ 431.903] (II) No input driver/identifier specified (ignoring)
[ 431.903] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[ 431.903] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 431.903] (II) Using input driver 'evdev' for 'Sleep Button'
[ 431.903] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 431.903] (**) Sleep Button: always reports core events
[ 431.903] (**) Sleep Button: Device: "/dev/input/event3"
[ 431.903] (--) Sleep Button: Found keys
[ 431.903] (II) Sleep Button: Configuring as keyboard
[ 431.903] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event3"
[ 431.903] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 431.903] (**) Option "xkb_rules" "evdev"
[ 431.903] (**) Option "xkb_model" "evdev"
[ 431.903] (**) Option "xkb_layout" "us"
[ 431.904] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP (/dev/input/event10)
[ 431.904] (II) No input driver/identifier specified (ignoring)
[ 431.904] (II) config/udev: Adding input device Laptop_Integrated_Webcam_1.3M (/dev/input/event14)
[ 431.904] (**) Laptop_Integrated_Webcam_1.3M: Applying InputClass "evdev keyboard catchall"
[ 431.904] (II) Using input driver 'evdev' for 'Laptop_Integrated_Webcam_1.3M'
[ 431.904] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 431.904] (**) Laptop_Integrated_Webcam_1.3M: always reports core events
[ 431.904] (**) Laptop_Integrated_Webcam_1.3M: Device: "/dev/input/event14"
[ 431.904] (--) Laptop_Integrated_Webcam_1.3M: Found keys
[ 431.904] (II) Laptop_Integrated_Webcam_1.3M: Configuring as keyboard
[ 431.904] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input14/event14"
[ 431.904] (II) XINPUT: Adding extended input device "Laptop_Integrated_Webcam_1.3M" (type: KEYBOARD, id 10)
[ 431.904] (**) Option "xkb_rules" "evdev"
[ 431.904] (**) Option "xkb_model" "evdev"
[ 431.904] (**) Option "xkb_layout" "us"
[ 431.905] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
[ 431.905] (II) No input driver/identifier specified (ignoring)
[ 431.905] (II) config/udev: Adding input device HDA Intel Mic at Ext Left Jack (/dev/input/event8)
[ 431.905] (II) No input driver/identifier specified (ignoring)
[ 431.905] (II) config/udev: Adding input device HDA Intel HP Out at Ext Left Jack (/dev/input/event9)
[ 431.905] (II) No input driver/identifier specified (ignoring)
[ 431.906] (II) config/udev: Adding input device HID 413c:8161 (/dev/input/event12)
[ 431.906] (**) HID 413c:8161: Applying InputClass "evdev keyboard catchall"
[ 431.906] (II) Using input driver 'evdev' for 'HID 413c:8161'
[ 431.906] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 431.906] (**) HID 413c:8161: always reports core events
[ 431.906] (**) HID 413c:8161: Device: "/dev/input/event12"
[ 431.906] (--) HID 413c:8161: Found keys
[ 431.906] (II) HID 413c:8161: Configuring as keyboard
[ 431.906] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6.1/2-1.6.1:1.0/input/input12/event12"
[ 431.906] (II) XINPUT: Adding extended input device "HID 413c:8161" (type: KEYBOARD, id 11)
[ 431.906] (**) Option "xkb_rules" "evdev"
[ 431.906] (**) Option "xkb_model" "evdev"
[ 431.906] (**) Option "xkb_layout" "us"
[ 431.907] (II) config/udev: Adding input device HID 413c:8162 (/dev/input/event13)
[ 431.907] (**) HID 413c:8162: Applying InputClass "evdev pointer catchall"
[ 431.907] (II) Using input driver 'evdev' for 'HID 413c:8162'
[ 431.907] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 431.907] (**) HID 413c:8162: always reports core events
[ 431.907] (**) HID 413c:8162: Device: "/dev/input/event13"
[ 431.907] (--) HID 413c:8162: Found 3 mouse buttons
[ 431.907] (--) HID 413c:8162: Found relative axes
[ 431.907] (--) HID 413c:8162: Found x and y relative axes
[ 431.907] (II) HID 413c:8162: Configuring as mouse
[ 431.907] (**) HID 413c:8162: YAxisMapping: buttons 4 and 5
[ 431.907] (**) HID 413c:8162: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 431.907] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6.2/2-1.6.2:1.0/input/input13/event13"
[ 431.907] (II) XINPUT: Adding extended input device "HID 413c:8162" (type: MOUSE, id 12)
[ 431.907] (II) HID 413c:8162: initialized for relative axes.
[ 431.907] (**) HID 413c:8162: (accel) keeping acceleration scheme 1
[ 431.907] (**) HID 413c:8162: (accel) acceleration profile 0
[ 431.907] (**) HID 413c:8162: (accel) acceleration factor: 2.000
[ 431.907] (**) HID 413c:8162: (accel) acceleration threshold: 4
[ 431.907] (II) config/udev: Adding input device HID 413c:8162 (/dev/input/mouse0)
[ 431.907] (II) No input driver/identifier specified (ignoring)
[ 431.908] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 431.908] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 431.908] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 431.908] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 431.908] (**) AT Translated Set 2 keyboard: always reports core events
[ 431.908] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 431.908] (--) AT Translated Set 2 keyboard: Found keys
[ 431.908] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[ 431.908] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 431.908] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[ 431.908] (**) Option "xkb_rules" "evdev"
[ 431.908] (**) Option "xkb_model" "evdev"
[ 431.908] (**) Option "xkb_layout" "us"
[ 431.908] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event15)
[ 431.908] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 431.908] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 431.908] (II) LoadModule: "synaptics"
[ 431.909] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 431.914] (II) Module synaptics: vendor="X.Org Foundation"
[ 431.914] compiled for 1.11.0, module version = 1.5.0
[ 431.914] Module class: X.Org XInput Driver
[ 431.914] ABI class: X.Org XInput driver, version 13.0
[ 431.914] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 431.914] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 431.914] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 431.914] (**) Option "Device" "/dev/input/event15"
[ 432.236] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5650
[ 432.236] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4710
[ 432.236] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 432.236] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 0
[ 432.236] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[ 432.236] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[ 432.236] (**) Option "TapButton1" "1"
[ 432.236] (**) Option "TapButton2" "2"
[ 432.236] (**) Option "TapButton3" "3"
[ 432.343] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 432.343] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 432.450] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input15/event15"
[ 432.450] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 14)
[ 432.450] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 432.450] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[ 432.450] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.038
[ 432.450] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 432.450] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 432.450] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 432.450] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 432.450] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 432.450] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[ 432.450] (II) No input driver/identifier specified (ignoring)
[ 432.451] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[ 432.451] (II) No input driver/identifier specified (ignoring)
[ 432.451] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event11)
[ 432.451] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 432.451] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
[ 432.451] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 432.451] (**) Dell WMI hotkeys: always reports core events
[ 432.451] (**) Dell WMI hotkeys: Device: "/dev/input/event11"
[ 432.451] (--) Dell WMI hotkeys: Found keys
[ 432.451] (II) Dell WMI hotkeys: Configuring as keyboard
[ 432.451] (**) Option "config_info" "udev:/sys/devices/virtual/input/input11/event11"
[ 432.451] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 15)
[ 432.451] (**) Option "xkb_rules" "evdev"
[ 432.451] (**) Option "xkb_model" "evdev"
[ 432.451] (**) Option "xkb_layout" "us"
[ 834.896] (II) Power Button: Close
[ 834.896] (II) UnloadModule: "evdev"
[ 834.896] (II) Unloading evdev
[ 835.003] (II) Video Bus: Close
[ 835.003] (II) UnloadModule: "evdev"
[ 835.003] (II) Unloading evdev
[ 835.043] (II) Power Button: Close
[ 835.301] (II) UnloadModule: "evdev"
[ 835.344] (II) Unloading evdev
[ 835.450] (II) Sleep Button: Close
[ 835.450] (II) UnloadModule: "evdev"
[ 835.450] (II) Unloading evdev
[ 835.556] (II) Laptop_Integrated_Webcam_1.3M: Close
[ 835.556] (II) UnloadModule: "evdev"
[ 835.556] (II) Unloading evdev
[ 835.676] (II) HID 413c:8161: Close
[ 835.676] (II) UnloadModule: "evdev"
[ 835.676] (II) Unloading evdev
[ 835.783] (II) HID 413c:8162: Close
[ 835.783] (II) UnloadModule: "evdev"
[ 835.783] (II) Unloading evdev
[ 835.893] (II) AT Translated Set 2 keyboard: Close
[ 835.893] (II) UnloadModule: "evdev"
[ 835.893] (II) Unloading evdev
[ 836.143] (II) UnloadModule: "synaptics"
[ 836.143] (II) Unloading synaptics
[ 836.250] (II) Dell WMI hotkeys: Close
[ 836.250] (II) UnloadModule: "evdev"
[ 836.250] (II) Unloading evdev
[ 836.258] Server terminated successfully (0). Closing log file.

Mr.Elendig wrote:Just use X instead of tty?
Yes, it's not really that important. I'm just a bit picky... don't like an ugly stretched tty.

Similar Messages

  • Xorg-server 1.6 - black screen with mouse cursor

    Hi
    First of all: I'm really new to Arch, so maybe there is a real easy fix for this problem
    Since upgrading to xorg-server 1.6 (and today to 1.6.1) I'm not able to get a running Desktop Environment.
    Usually I am using gnome with compiz-fusion on my Geforce 4 (nvidia-96xx 96.43.11-4 driver).
    When I boot my machine i see gdm and I am able to login. I can hear my login sound but I only get a black screen with a mouse cursor.
    I added a new test user to my system without compiz and get the same.
    I tried my old xorg.conf from 1.5, generated a new one with X -configure and tried without xorg.conf but everytime the same
    Actually I'm not sure if the xorg update is responsible for this, because i did not watch the upgrade-process....
    I googled this problem and was searching similar things in this froum, but I wasn't able to find something
    Here are some files
    xorg.conf (i know there are some bullshit things in it, but it was workig )
    # File generated by xorgconfig.
    # Copyright 2004 The X.Org Foundation
    # Permission is hereby granted, free of charge, to any person obtaining a
    # copy of this software and associated documentation files (the "Software"),
    # to deal in the Software without restriction, including without limitation
    # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    # and/or sell copies of the Software, and to permit persons to whom the
    # Software is furnished to do so, subject to the following conditions:
    # The above copyright notice and this permission notice shall be included in
    # all copies or substantial portions of the Software.
    # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
    # The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
    # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
    # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    # SOFTWARE.
    # Except as contained in this notice, the name of The X.Org Foundation shall
    # not be used in advertising or otherwise to promote the sale, use or other
    # dealings in this Software without prior written authorization from
    # The X.Org Foundation.
    # Refer to the xorg.conf(5x) man page for details about the format of
    # this file.
    # Module section -- this section is used to specify
    # which dynamically loadable modules to load.
    Section "Module"
    # This loads the DBE extension module.
    Load "dbe" # Double buffer extension
    # This loads the miscellaneous extensions module, and disables
    # initialisation of the XFree86-DGA extension within that module.
    SubSection "extmod"
    Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection
    # This loads the font modules
    # Load "type1"
    # Load "freetype"
    # Load "xtt"
    # This loads the GLX module
    Load "glx"
    # This loads the DRI module
    # Load "dri"
    EndSection
    # Files section. This allows default font and rgb paths to be set
    Section "Files"
    # The location of the RGB database. Note, this is the name of the
    # file minus the extension (like ".txt" or ".db"). There is normally
    # no need to change the default.
    # RgbPath "/usr/share/X11/rgb"
    # Multiple FontPath entries are allowed (which are concatenated together),
    # as well as specifying multiple comma-separated entries in one FontPath
    # command (or a combination of both methods)
    FontPath "/usr/share/fonts/misc/"
    FontPath "/usr/share/fonts/TTF/"
    # FontPath "/usr/share/fonts/OTF"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    FontPath "/usr/lib/X11/fonts/local/"
    FontPath "/usr/lib/X11/fonts/misc/"
    FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
    FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/Speedo/"
    FontPath "/usr/lib/X11/fonts/Type1/"
    # FontPath "/usr/lib/X11/fonts/TrueType/"
    # FontPath "/usr/lib/X11/fonts/freefont/"
    FontPath "/usr/lib/X11/fonts/75dpi/"
    FontPath "/usr/lib/X11/fonts/100dpi/"
    # The module search path. The default path is shown here.
    # ModulePath "/usr/lib/modules"
    EndSection
    # Server flags section.
    Section "ServerFlags"
    # Uncomment this to cause a core dump at the spot where a signal is
    # received. This may leave the console in an unusable state, but may
    # provide a better stack trace in the core dump to aid in debugging
    # Option "NoTrapSignals"
    # Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence
    # (where n is 1 through 12). This allows clients to receive these key
    # events.
    # Option "DontVTSwitch"
    # Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence
    # This allows clients to receive this key event.
    # Option "DontZap"
    # Uncomment this to disable the <Ctrl><Alt><KP_+>/<KP_-> mode switching
    # sequences. This allows clients to receive these key events.
    # Option "Dont Zoom"
    # Uncomment this to disable tuning with the xvidtune client. With
    # it the client can still run and fetch card and monitor attributes,
    # but it will not be allowed to change them. If it tries it will
    # receive a protocol error.
    # Option "DisableVidModeExtension"
    # Uncomment this to enable the use of a non-local xvidtune client.
    # Option "AllowNonLocalXvidtune"
    # Uncomment this to disable dynamically modifying the input device
    # (mouse and keyboard) settings.
    # Option "DisableModInDev"
    # Uncomment this to enable the use of a non-local client to
    # change the keyboard or mouse settings (currently only xset).
    # Option "AllowNonLocalModInDev"
    EndSection
    # Input devices
    # Core keyboard's InputDevice section
    Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    # For most OSs the protocol can be omitted (it defaults to "Standard").
    # When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
    # uncomment the following line.
    # Option "Protocol" "Xqueue"
    Option "AutoRepeat" "500 30"
    # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
    # Option "Xleds" "1 2 3"
    # Option "LeftAlt" "Meta"
    # Option "RightAlt" "ModeShift"
    # To customise the XKB settings to suit your keyboard, modify the
    # lines below (which are the defaults). For example, for a non-U.S.
    # keyboard, you will probably want to use:
    # Option "XkbModel" "pc105"
    # If you have a US Microsoft Natural keyboard, you can use:
    # Option "XkbModel" "microsoft"
    # Then to change the language, change the Layout setting.
    # For example, a german layout can be obtained with:
    # Option "XkbLayout" "de"
    # or:
    # Option "XkbLayout" "de"
    # Option "XkbVariant" "nodeadkeys"
    # If you'd like to switch the positions of your capslock and
    # control keys, use:
    # Option "XkbOptions" "ctrl:swapcaps"
    # These are the default XKB settings for Xorg
    # Option "XkbRules" "xorg"
    # Option "XkbModel" "pc105"
    # Option "XkbLayout" "us"
    # Option "XkbVariant" ""
    # Option "XkbOptions" ""
    # Option "XkbDisable"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "de"
    Option "XkbVariant" "nodeadkeys"
    EndSection
    # Core Pointer's InputDevice section
    Section "InputDevice"
    # Identifier and driver
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "IMPS/2" # PS/2 Mouse
    Option "Device" "/dev/psaux"
    Option "Buttons" "5"
    Option "ZAxisMapping" "4 5"
    # When using XQUEUE, comment out the above two lines, and uncomment
    # the following line.
    # Option "Protocol" "Xqueue"
    # Mouse-speed setting for PS/2 mouse.
    # Option "Resolution" "256"
    # Baudrate and SampleRate are only for some Logitech mice. In
    # almost every case these lines should be omitted.
    # Option "BaudRate" "9600"
    # Option "SampleRate" "150"
    # Mouse wheel mapping. Default is to map vertical wheel to buttons 4 & 5,
    # horizontal wheel to buttons 6 & 7. Change if your mouse has more than
    # 3 buttons and you need to map the wheel to different button ids to avoid
    # conflicts.
    Option "ZAxisMapping" "4 5 6 7"
    # Emulate3Buttons is an option for 2-button mice
    # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
    # Option "Emulate3Buttons"
    # Option "Emulate3Timeout" "50"
    # ChordMiddle is an option for some 3-button Logitech mice
    # Option "ChordMiddle"
    EndSection
    # Other input device sections
    # this is optional and is required only if you
    # are using extended input devices. This is for example only. Refer
    # to the xorg.conf man page for a description of the options.
    # Section "InputDevice"
    # Identifier "Mouse2"
    # Driver "mouse"
    # Option "Protocol" "MouseMan"
    # Option "Device" "/dev/mouse2"
    # EndSection
    # Section "InputDevice"
    # Identifier "spaceball"
    # Driver "magellan"
    # Option "Device" "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    # Identifier "spaceball2"
    # Driver "spaceorb"
    # Option "Device" "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    # Identifier "touchscreen0"
    # Driver "microtouch"
    # Option "Device" "/dev/ttyS0"
    # Option "MinX" "1412"
    # Option "MaxX" "15184"
    # Option "MinY" "15372"
    # Option "MaxY" "1230"
    # Option "ScreenNumber" "0"
    # Option "ReportingMode" "Scaled"
    # Option "ButtonNumber" "1"
    # Option "SendCoreEvents"
    # EndSection
    # Section "InputDevice"
    # Identifier "touchscreen1"
    # Driver "elo2300"
    # Option "Device" "/dev/ttyS0"
    # Option "MinX" "231"
    # Option "MaxX" "3868"
    # Option "MinY" "3858"
    # Option "MaxY" "272"
    # Option "ScreenNumber" "0"
    # Option "ReportingMode" "Scaled"
    # Option "ButtonThreshold" "17"
    # Option "ButtonNumber" "1"
    # Option "SendCoreEvents"
    # EndSection
    # Monitor section
    # Any number of monitor sections may be present
    Section "Monitor"
    Identifier "Eizo"
    # HorizSync is in kHz unless units are specified.
    # HorizSync may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    HorizSync 24.8-80
    # HorizSync 30-64 # multisync
    # HorizSync 31.5, 35.2 # multiple fixed sync frequencies
    # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
    # VertRefresh is in Hz unless units are specified.
    # VertRefresh may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    VertRefresh 50-75
    EndSection
    # Graphics device section
    # Any number of graphics device sections may be present
    # Standard VGA Device:
    Section "Device"
    Identifier "Standard VGA"
    VendorName "Unknown"
    BoardName "Unknown"
    # The chipset line is optional in most cases. It can be used to override
    # the driver's chipset detection, and should not normally be specified.
    # Chipset "generic"
    # The Driver line must be present. When using run-time loadable driver
    # modules, this line instructs the server to load the specified driver
    # module. Even when not using loadable driver modules, this line
    # indicates which driver should interpret the information in this section.
    Driver "vga"
    # The BusID line is used to specify which of possibly multiple devices
    # this section is intended for. When this line isn't present, a device
    # section can only match up with the primary video device. For PCI
    # devices a line like the following could be used. This line should not
    # normally be included unless there is more than one video device
    # intalled.
    # BusID "PCI:0:10:0"
    # VideoRam 256
    # Clocks 25.2 28.3
    EndSection
    # Device configured by xorgconfig:
    Section "Device"
    Identifier "GeForce4"
    # Driver "nv"
    Driver "nvidia"
    #VideoRam 131072
    # Insert Clocks lines here if appropriate
    EndSection
    # Screen sections
    # Any number of screen sections may be present. Each describes
    # the configuration of a single screen. A single specific screen section
    # may be specified from the X server command line with the "-screen"
    # option.
    Section "Screen"
    Identifier "Screen 1"
    Device "GeForce4"
    Monitor "Eizo"
    DefaultDepth 24
    Option "AddARGBGLXVisuals" "true"
    Subsection "Display"
    Depth 8
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 16
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 24
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    EndSection
    # ServerLayout sections.
    # Any number of ServerLayout sections may be present. Each describes
    # the way multiple screens are organised. A specific ServerLayout
    # section may be specified from the X server command line with the
    # "-layout" option. In the absence of this, the first section is used.
    # When now ServerLayout section is present, the first Screen section
    # is used alone.
    Section "ServerLayout"
    # The Identifier line must be present
    Identifier "Simple Layout"
    # Each Screen line specifies a Screen section name, and optionally
    # the relative position of other screens. The four names after
    # primary screen name are the screens to the top, bottom, left and right
    # of the primary screen. In this example, screen 2 is located to the
    # right of screen 1.
    Screen "Screen 1"
    # Each InputDevice line specifies an InputDevice section name and
    # optionally some options to specify the way the device is to be
    # used. Those options include "CorePointer", "CoreKeyboard" and
    # "SendCoreEvents".
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    EndSection
    # Section "DRI"
    # Mode 0666
    # EndSection
    Section "Extensions"
    Option "Composite" "enable"
    EndSection
    Xorg.0.log
    X.Org X Server 1.6.1
    Release Date: 2009-4-14
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.29-ARCH i686
    Current Operating System: Linux delirium 2.6.29-ARCH #1 SMP PREEMPT Wed Apr 8 12:47:56 UTC 2009 i686
    Build Date: 15 April 2009 11:09:10AM
    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: Wed Apr 15 23:20:32 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Simple Layout"
    (**) |-->Screen "Screen 1" (0)
    (**) | |-->Monitor "Eizo"
    (**) | |-->Device "GeForce4"
    (**) |-->Input Device "Mouse1"
    (**) |-->Input Device "Keyboard1"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/lib/X11/fonts/local/" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/lib/X11/fonts/misc/" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/lib/X11/fonts/75dpi/" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/lib/X11/fonts/100dpi/" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/lib/X11/fonts/Type1/" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/lib/X11/fonts/75dpi/" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/lib/X11/fonts/100dpi/" does not exist.
    Entry deleted from font path.
    (**) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    built-ins
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (**) Extension "Composite" is enabled
    (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    (WW) Disabling Mouse1
    (WW) Disabling Keyboard1
    (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@3:0:0) nVidia Corporation NV25 [GeForce4 Ti 4200] rev 163, Mem @ 0xe5000000/16777216, 0xd0000000/134217728, 0xd8000000/524288, BIOS @ 0x????????/131072
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (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 by default.
    (II) "dri2" will be loaded by default.
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.1, 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: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.1, 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 DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Server Extension
    (II) NVIDIA GLX Module 96.43.11 Mon Feb 23 15:43:14 PST 2009
    (II) Loading extension GLX
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.1, 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: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Video Driver
    (II) NVIDIA dlloader X Driver 96.43.11 Mon Feb 23 15:32:04 PST 2009
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 03@00:00:0
    (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.1, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (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] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Option "AddARGBGLXVisuals" "true"
    (**) NVIDIA(0): Enabling RENDER acceleration
    (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) NVIDIA(0): enabled.
    (II) NVIDIA(0): NVIDIA GPU GeForce4 Ti 4200 at PCI:3:0:0 (GPU-0)
    (--) NVIDIA(0): Memory: 131072 kBytes
    (--) NVIDIA(0): VideoBIOS: 04.25.00.34.00
    (II) NVIDIA(0): Detected AGP rate: 4X
    (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) NVIDIA(0): Connected display device(s) on GeForce4 Ti 4200 at PCI:3:0:0:
    (--) NVIDIA(0): EIZO L578 (DFP-0)
    (--) NVIDIA(0): EIZO L578 (DFP-0): 165.0 MHz maximum pixel clock
    (--) NVIDIA(0): EIZO L578 (DFP-0): External Single Link TMDS
    (II) NVIDIA(0): Assigned Display Device: DFP-0
    (II) NVIDIA(0): Validated modes:
    (II) NVIDIA(0): "1280x1024"
    (II) NVIDIA(0): "1024x768"
    (II) NVIDIA(0): "800x600"
    (II) NVIDIA(0): "640x480"
    (II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
    (--) NVIDIA(0): DPI set to (95, 96); computed from "UseEdidDpi" X config
    (--) NVIDIA(0): option
    (--) 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] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) NVIDIA(0): Initialized GART.
    (II) NVIDIA(0): Setting mode "1280x1024"
    (II) Loading extension NV-GLX
    (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
    (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (II) NVIDIA(0): DPMS enabled
    (II) Loading extension NV-CONTROL
    (==) RandR enabled
    (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) Initializing extension GLX
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 2.2.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
    (**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
    (**) Macintosh mouse button emulation: (accel) set acceleration profile 0
    (II) config/hal: Adding input device ImPS/2 Logitech Wheel Mouse
    (**) ImPS/2 Logitech Wheel Mouse: always reports core events
    (**) ImPS/2 Logitech Wheel Mouse: Device: "/dev/input/event6"
    (II) ImPS/2 Logitech Wheel Mouse: Found 3 mouse buttons
    (II) ImPS/2 Logitech Wheel Mouse: Found x and y relative axes
    (II) ImPS/2 Logitech Wheel Mouse: Found scroll wheel(s)
    (II) ImPS/2 Logitech Wheel Mouse: Configuring as mouse
    (**) ImPS/2 Logitech Wheel Mouse: YAxisMapping: buttons 4 and 5
    (**) ImPS/2 Logitech Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "ImPS/2 Logitech Wheel Mouse" (type: MOUSE)
    (**) ImPS/2 Logitech Wheel Mouse: (accel) keeping acceleration scheme 1
    (**) ImPS/2 Logitech Wheel Mouse: (accel) filter chain progression: 2.00
    (**) ImPS/2 Logitech Wheel Mouse: (accel) filter stage 0: 20.00 ms
    (**) ImPS/2 Logitech Wheel Mouse: (accel) set acceleration profile 0
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
    (II) AT Translated Set 2 keyboard: Found keys
    (II) AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device saa7134 IR (LifeView FlyVIDEO30
    (**) saa7134 IR (LifeView FlyVIDEO30: always reports core events
    (**) saa7134 IR (LifeView FlyVIDEO30: Device: "/dev/input/event5"
    (II) saa7134 IR (LifeView FlyVIDEO30: Found keys
    (II) saa7134 IR (LifeView FlyVIDEO30: Configuring as keyboard
    (II) XINPUT: Adding extended input device "saa7134 IR (LifeView FlyVIDEO30" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    Last edited by MueLLe (2009-04-15 21:35:42)

    I'm having a very similar issue. Sometimes, when I boot and type in startx (I'm not even a GNOME user--I use dwm and no graphical login manager), I just get a black screen. No mouse cursor, so I think X doesn't even load. It only started with the xserver 1.6 update and the update to that hasn't changed anything. What I've been doing is just rebooting until it loads normally (takes one to three times). Is anyone else having this problem?

  • Gnome Black Screen with Mouse Cursor after Login

    I am using Archlinux 64bit with a Gnome Desktop Environment. Everything was running normally uptill today. When i ran "sudo fc-cache", my system froze. I couldnt open any other app but i was able to access terminal. I restarted using "reboot" command. After that I was unable to log in to my desktop.
    The Gnome login screen comes and after entering the correct username and password, all I can see is a black screen with mouse cursor. I then started gnome manually with "startx" and it worked. But still I am unable to use normally (that is the graphical login). I reinstalled gdm but it didnt work. Please help me out.

    there are a lot of processess running... dunno killing which process will not cause a problem
    here is the xorg log  ( sorry i dont have much knowlegde to analyse it )
    [ 2957.489]
    X.Org X Server 1.16.1
    Release Date: 2014-09-21
    [ 2957.493] X Protocol Version 11, Revision 0
    [ 2957.494] Build Operating System: Linux 3.16.1-1-ARCH x86_64
    [ 2957.495] Current Operating System: Linux defo-arch 3.17.1-1-ARCH #1 SMP PREEMPT Wed Oct 15 15:04:35 CEST 2014 x86_64
    [ 2957.495] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=3c376af4-e330-4277-8bfa-388dabfced9e rw quiet
    [ 2957.497] Build Date: 21 September 2014 10:53:13AM
    [ 2957.498]
    [ 2957.499] Current version of pixman: 0.32.6
    [ 2957.501] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 2957.501] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 2957.506] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 26 01:36:27 2014
    [ 2957.507] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 2957.507] (==) No Layout section. Using the first Screen section.
    [ 2957.507] (==) No screen section available. Using defaults.
    [ 2957.507] (**) |-->Screen "Default Screen Section" (0)
    [ 2957.507] (**) | |-->Monitor "<default monitor>"
    [ 2957.507] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 2957.507] (==) Automatically adding devices
    [ 2957.507] (==) Automatically enabling devices
    [ 2957.507] (==) Automatically adding GPU devices
    [ 2957.507] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
    [ 2957.507] Entry deleted from font path.
    [ 2957.507] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 2957.507] Entry deleted from font path.
    [ 2957.507] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 2957.507] Entry deleted from font path.
    [ 2957.507] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 2957.507] Entry deleted from font path.
    [ 2957.507] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 2957.507] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 2957.507] Entry deleted from font path.
    [ 2957.507] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 2957.507] (==) FontPath set to:
    /usr/share/fonts/misc/
    [ 2957.507] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 2957.507] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 2957.507] (II) Loader magic: 0x818d80
    [ 2957.507] (II) Module ABI versions:
    [ 2957.507] X.Org ANSI C Emulation: 0.4
    [ 2957.507] X.Org Video Driver: 18.0
    [ 2957.507] X.Org XInput driver : 21.0
    [ 2957.507] X.Org Server Extension : 8.0
    [ 2957.509] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
    [ 2957.509] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 2957.510] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
    [ 2957.512] (--) PCI:*(0:0:2:0) 8086:2a02:1028:022f rev 12, Mem @ 0xfea00000/1048576, 0xe0000000/268435456, I/O @ 0x0000eff8/8
    [ 2957.512] (--) PCI: (0:0:2:1) 8086:2a03:1028:022f rev 12, Mem @ 0xfeb00000/1048576
    [ 2957.512] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 2957.512] (II) LoadModule: "glx"
    [ 2957.512] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 2957.514] (II) Module glx: vendor="X.Org Foundation"
    [ 2957.514] compiled for 1.16.1, module version = 1.0.0
    [ 2957.514] ABI class: X.Org Server Extension, version 8.0
    [ 2957.514] (==) AIGLX enabled
    [ 2957.514] (==) Matched intel as autoconfigured driver 0
    [ 2957.514] (==) Matched intel as autoconfigured driver 1
    [ 2957.514] (==) Matched modesetting as autoconfigured driver 2
    [ 2957.514] (==) Matched fbdev as autoconfigured driver 3
    [ 2957.514] (==) Matched vesa as autoconfigured driver 4
    [ 2957.514] (==) Assigned the driver to the xf86ConfigLayout
    [ 2957.514] (II) LoadModule: "intel"
    [ 2957.514] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 2957.515] (II) Module intel: vendor="X.Org Foundation"
    [ 2957.515] compiled for 1.16.1, module version = 2.99.916
    [ 2957.515] Module class: X.Org Video Driver
    [ 2957.515] ABI class: X.Org Video Driver, version 18.0
    [ 2957.515] (II) LoadModule: "modesetting"
    [ 2957.515] (WW) Warning, couldn't open module modesetting
    [ 2957.515] (II) UnloadModule: "modesetting"
    [ 2957.515] (II) Unloading modesetting
    [ 2957.515] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 2957.515] (II) LoadModule: "fbdev"
    [ 2957.515] (WW) Warning, couldn't open module fbdev
    [ 2957.515] (II) UnloadModule: "fbdev"
    [ 2957.515] (II) Unloading fbdev
    [ 2957.515] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 2957.515] (II) LoadModule: "vesa"
    [ 2957.515] (WW) Warning, couldn't open module vesa
    [ 2957.515] (II) UnloadModule: "vesa"
    [ 2957.515] (II) Unloading vesa
    [ 2957.515] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 2957.515] (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
    [ 2957.516] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
    [ 2957.516] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
    [ 2957.516] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
    [ 2957.516] (++) using VT number 1
    [ 2957.516] (--) controlling tty is VT number 1, auto-enabling KeepTty
    [ 2957.516] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20140725
    [ 2957.516] (--) intel(0): Integrated Graphics Chipset: Intel(R) 965GM
    [ 2957.517] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1
    [ 2957.517] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 2957.517] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 2957.517] (==) intel(0): RGB weight 888
    [ 2957.517] (==) intel(0): Default visual is TrueColor
    [ 2957.517] (II) intel(0): Output LVDS1 has no monitor section
    [ 2957.517] (--) intel(0): Found backlight control interface acpi_video0 (type 'firmware') for output LVDS1
    [ 2957.517] (II) intel(0): Enabled output LVDS1
    [ 2957.517] (II) intel(0): Output VGA1 has no monitor section
    [ 2957.517] (II) intel(0): Enabled output VGA1
    [ 2957.517] (II) intel(0): Output HDMI1 has no monitor section
    [ 2957.517] (II) intel(0): Enabled output HDMI1
    [ 2957.517] (II) intel(0): Output TV1 has no monitor section
    [ 2957.517] (II) intel(0): Enabled output TV1
    [ 2957.517] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
    [ 2957.517] (II) intel(0): Output VIRTUAL1 has no monitor section
    [ 2957.517] (II) intel(0): Enabled output VIRTUAL1
    [ 2957.517] (--) intel(0): Output LVDS1 using initial mode 1280x800 on pipe 1
    [ 2957.517] (==) intel(0): TearFree disabled
    [ 2957.517] (==) intel(0): DPI set to (96, 96)
    [ 2957.517] (II) Loading sub module "dri2"
    [ 2957.517] (II) LoadModule: "dri2"
    [ 2957.517] (II) Module "dri2" already built-in
    [ 2957.517] (II) Loading sub module "present"
    [ 2957.517] (II) LoadModule: "present"
    [ 2957.517] (II) Module "present" already built-in
    [ 2957.517] (==) Depth 24 pixmap format is 32 bpp
    [ 2957.518] (II) intel(0): SNA initialized with Broadwater (gen4) backend
    [ 2957.518] (==) intel(0): Backing store enabled
    [ 2957.518] (==) intel(0): Silken mouse enabled
    [ 2957.518] (II) intel(0): HW Cursor enabled
    [ 2957.518] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 2957.518] (==) intel(0): DPMS enabled
    [ 2957.518] (II) intel(0): [XvMC] i965_xvmc driver initialized.
    [ 2957.518] (II) intel(0): [DRI2] Setup complete
    [ 2957.518] (II) intel(0): [DRI2] DRI driver: i965
    [ 2957.518] (II) intel(0): [DRI2] VDPAU driver: i965
    [ 2957.518] (II) intel(0): direct rendering: DRI2 enabled
    [ 2957.518] (II) intel(0): hardware support for Present enabled
    [ 2957.518] (==) intel(0): display hotplug detection enabled
    [ 2957.518] (--) RandR disabled
    [ 2957.569] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 2957.569] (II) AIGLX: enabled GLX_ARB_create_context
    [ 2957.569] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 2957.569] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 2957.569] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 2957.569] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 2957.569] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
    [ 2957.569] (II) AIGLX: enabled GLX_ARB_fbconfig_float
    [ 2957.569] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 2957.569] (II) AIGLX: Loaded and initialized i965
    [ 2957.569] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 2957.576] (II) intel(0): switch to mode [email protected] on LVDS1 using pipe 1, position (0, 0), rotation normal, reflection none
    [ 2957.583] (II) intel(0): Setting screen physical size to 338 x 211
    [ 2957.636] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
    [ 2957.636] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 2957.636] (II) LoadModule: "evdev"
    [ 2957.636] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 2957.637] (II) Module evdev: vendor="X.Org Foundation"
    [ 2957.637] compiled for 1.16.0, module version = 2.9.0
    [ 2957.637] Module class: X.Org XInput Driver
    [ 2957.637] ABI class: X.Org XInput driver, version 21.0
    [ 2957.637] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 15 paused 0
    [ 2957.637] (II) Using input driver 'evdev' for 'Video Bus'
    [ 2957.638] (**) Video Bus: always reports core events
    [ 2957.638] (**) evdev: Video Bus: Device: "/dev/input/event12"
    [ 2957.638] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 2957.638] (--) evdev: Video Bus: Found keys
    [ 2957.638] (II) evdev: Video Bus: Configuring as keyboard
    [ 2957.638] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input19/event12"
    [ 2957.638] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
    [ 2957.638] (**) Option "xkb_rules" "evdev"
    [ 2957.638] (**) Option "xkb_model" "pc104"
    [ 2957.638] (**) Option "xkb_layout" "us"
    [ 2957.669] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 2957.670] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 2957.670] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 16 paused 0
    [ 2957.670] (II) Using input driver 'evdev' for 'Power Button'
    [ 2957.670] (**) Power Button: always reports core events
    [ 2957.670] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 2957.670] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 2957.670] (--) evdev: Power Button: Found keys
    [ 2957.670] (II) evdev: Power Button: Configuring as keyboard
    [ 2957.670] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6/event2"
    [ 2957.670] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 2957.670] (**) Option "xkb_rules" "evdev"
    [ 2957.670] (**) Option "xkb_model" "pc104"
    [ 2957.670] (**) Option "xkb_layout" "us"
    [ 2957.671] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 2957.671] (II) No input driver specified, ignoring this device.
    [ 2957.671] (II) This device may have been added with another device file.
    [ 2957.671] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
    [ 2957.671] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 2957.672] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 17 paused 0
    [ 2957.672] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 2957.672] (**) Sleep Button: always reports core events
    [ 2957.672] (**) evdev: Sleep Button: Device: "/dev/input/event3"
    [ 2957.672] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 2957.672] (--) evdev: Sleep Button: Found keys
    [ 2957.672] (II) evdev: Sleep Button: Configuring as keyboard
    [ 2957.672] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input7/event3"
    [ 2957.672] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
    [ 2957.672] (**) Option "xkb_rules" "evdev"
    [ 2957.672] (**) Option "xkb_model" "pc104"
    [ 2957.672] (**) Option "xkb_layout" "us"
    [ 2957.673] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
    [ 2957.673] (II) No input driver specified, ignoring this device.
    [ 2957.673] (II) This device may have been added with another device file.
    [ 2957.673] (II) config/udev: Adding input device HDA Intel HDMI/DP,pcm=3 (/dev/input/event7)
    [ 2957.673] (II) No input driver specified, ignoring this device.
    [ 2957.673] (II) This device may have been added with another device file.
    [ 2957.673] (II) config/udev: Adding input device HDA Intel Front Headphone Front (/dev/input/event8)
    [ 2957.673] (II) No input driver specified, ignoring this device.
    [ 2957.673] (II) This device may have been added with another device file.
    [ 2957.674] (II) config/udev: Adding input device HDA Intel Front Headphone Surround (/dev/input/event9)
    [ 2957.674] (II) No input driver specified, ignoring this device.
    [ 2957.674] (II) This device may have been added with another device file.
    [ 2957.674] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 2957.674] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 2957.675] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 18 paused 0
    [ 2957.675] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 2957.675] (**) AT Translated Set 2 keyboard: always reports core events
    [ 2957.675] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 2957.675] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 2957.675] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 2957.675] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 2957.675] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 2957.675] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
    [ 2957.675] (**) Option "xkb_rules" "evdev"
    [ 2957.675] (**) Option "xkb_model" "pc104"
    [ 2957.675] (**) Option "xkb_layout" "us"
    [ 2957.675] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/event11)
    [ 2957.675] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "evdev touchpad catchall"
    [ 2957.675] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall"
    [ 2957.675] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "Default clickpad buttons"
    [ 2957.675] (II) LoadModule: "synaptics"
    [ 2957.676] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 2957.676] (II) Module synaptics: vendor="X.Org Foundation"
    [ 2957.676] compiled for 1.16.0, module version = 1.8.1
    [ 2957.676] Module class: X.Org XInput Driver
    [ 2957.676] ABI class: X.Org XInput driver, version 21.0
    [ 2957.676] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 19 paused 0
    [ 2957.676] (II) Using input driver 'synaptics' for 'AlpsPS/2 ALPS GlidePoint'
    [ 2957.676] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
    [ 2957.676] (**) Option "Device" "/dev/input/event11"
    [ 2957.710] (--) synaptics: AlpsPS/2 ALPS GlidePoint: x-axis range 0 - 1023 (res 0)
    [ 2957.710] (--) synaptics: AlpsPS/2 ALPS GlidePoint: y-axis range 0 - 767 (res 0)
    [ 2957.710] (--) synaptics: AlpsPS/2 ALPS GlidePoint: pressure range 0 - 127
    [ 2957.710] (II) synaptics: AlpsPS/2 ALPS GlidePoint: device does not report finger width.
    [ 2957.710] (--) synaptics: AlpsPS/2 ALPS GlidePoint: buttons: left right middle
    [ 2957.710] (--) synaptics: AlpsPS/2 ALPS GlidePoint: Vendor 0x2 Product 0x8
    [ 2957.710] (--) synaptics: AlpsPS/2 ALPS GlidePoint: invalid finger width range. defaulting to 0 - 15
    [ 2957.710] (**) Option "TapButton1" "1"
    [ 2957.710] (**) Option "TapButton2" "2"
    [ 2957.710] (**) Option "TapButton3" "3"
    [ 2957.710] (--) synaptics: AlpsPS/2 ALPS GlidePoint: touchpad found
    [ 2957.710] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
    [ 2957.710] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input10/event11"
    [ 2957.710] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: TOUCHPAD, id 10)
    [ 2957.710] (**) synaptics: AlpsPS/2 ALPS GlidePoint: (accel) MinSpeed is now constant deceleration 2.5
    [ 2957.710] (**) synaptics: AlpsPS/2 ALPS GlidePoint: (accel) MaxSpeed is now 1.75
    [ 2957.710] (**) synaptics: AlpsPS/2 ALPS GlidePoint: (accel) AccelFactor is now 0.156
    [ 2957.710] (**) AlpsPS/2 ALPS GlidePoint: (accel) keeping acceleration scheme 1
    [ 2957.710] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration profile 1
    [ 2957.710] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration factor: 2.000
    [ 2957.710] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration threshold: 4
    [ 2957.710] (--) synaptics: AlpsPS/2 ALPS GlidePoint: touchpad found
    [ 2957.711] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse1)
    [ 2957.711] (**) AlpsPS/2 ALPS GlidePoint: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 2957.711] (II) config/udev: Adding input device ALPS PS/2 Device (/dev/input/event10)
    [ 2957.711] (**) ALPS PS/2 Device: Applying InputClass "evdev pointer catchall"
    [ 2957.712] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 20 paused 0
    [ 2957.712] (II) Using input driver 'evdev' for 'ALPS PS/2 Device'
    [ 2957.712] (**) ALPS PS/2 Device: always reports core events
    [ 2957.712] (**) evdev: ALPS PS/2 Device: Device: "/dev/input/event10"
    [ 2957.712] (--) evdev: ALPS PS/2 Device: Vendor 0x2 Product 0x8
    [ 2957.712] (--) evdev: ALPS PS/2 Device: Found 3 mouse buttons
    [ 2957.712] (--) evdev: ALPS PS/2 Device: Found relative axes
    [ 2957.712] (--) evdev: ALPS PS/2 Device: Found x and y relative axes
    [ 2957.712] (II) evdev: ALPS PS/2 Device: Configuring as mouse
    [ 2957.712] (**) evdev: ALPS PS/2 Device: YAxisMapping: buttons 4 and 5
    [ 2957.712] (**) evdev: ALPS PS/2 Device: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 2957.712] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input12/event10"
    [ 2957.712] (II) XINPUT: Adding extended input device "ALPS PS/2 Device" (type: MOUSE, id 11)
    [ 2957.712] (II) evdev: ALPS PS/2 Device: initialized for relative axes.
    [ 2957.712] (**) ALPS PS/2 Device: (accel) keeping acceleration scheme 1
    [ 2957.712] (**) ALPS PS/2 Device: (accel) acceleration profile 0
    [ 2957.712] (**) ALPS PS/2 Device: (accel) acceleration factor: 2.000
    [ 2957.712] (**) ALPS PS/2 Device: (accel) acceleration threshold: 4
    [ 2957.713] (II) config/udev: Adding input device ALPS PS/2 Device (/dev/input/mouse0)
    [ 2957.713] (II) No input driver specified, ignoring this device.
    [ 2957.713] (II) This device may have been added with another device file.
    [ 2957.713] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
    [ 2957.713] (II) No input driver specified, ignoring this device.
    [ 2957.713] (II) This device may have been added with another device file.
    [ 2957.714] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event5)
    [ 2957.714] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 2957.714] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 21 paused 0
    [ 2957.714] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
    [ 2957.714] (**) Dell WMI hotkeys: always reports core events
    [ 2957.714] (**) evdev: Dell WMI hotkeys: Device: "/dev/input/event5"
    [ 2957.714] (--) evdev: Dell WMI hotkeys: Vendor 0 Product 0
    [ 2957.714] (--) evdev: Dell WMI hotkeys: Found keys
    [ 2957.714] (II) evdev: Dell WMI hotkeys: Configuring as keyboard
    [ 2957.714] (**) Option "config_info" "udev:/sys/devices/virtual/input/input11/event5"
    [ 2957.714] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 12)
    [ 2957.714] (**) Option "xkb_rules" "evdev"
    [ 2957.714] (**) Option "xkb_model" "pc104"
    [ 2957.714] (**) Option "xkb_layout" "us"
    [ 2963.887] (II) evdev: Dell WMI hotkeys: Close
    [ 2963.887] (II) UnloadModule: "evdev"
    [ 2963.887] (II) systemd-logind: releasing fd for 13:69
    [ 2963.949] (II) evdev: ALPS PS/2 Device: Close
    [ 2963.950] (II) UnloadModule: "evdev"
    [ 2963.950] (II) systemd-logind: releasing fd for 13:74
    [ 2964.016] (II) UnloadModule: "synaptics"
    [ 2964.016] (II) systemd-logind: releasing fd for 13:75
    [ 2964.069] (II) evdev: AT Translated Set 2 keyboard: Close
    [ 2964.070] (II) UnloadModule: "evdev"
    [ 2964.070] (II) systemd-logind: releasing fd for 13:64
    [ 2964.123] (II) evdev: Sleep Button: Close
    [ 2964.123] (II) UnloadModule: "evdev"
    [ 2964.123] (II) systemd-logind: releasing fd for 13:67
    [ 2964.156] (II) evdev: Power Button: Close
    [ 2964.156] (II) UnloadModule: "evdev"
    [ 2964.156] (II) systemd-logind: releasing fd for 13:66
    [ 2964.183] (II) evdev: Video Bus: Close
    [ 2964.183] (II) UnloadModule: "evdev"
    [ 2964.183] (II) systemd-logind: releasing fd for 13:76
    [ 2964.271] (EE) Server terminated successfully (0). Closing log file.

  • Windows 8.1 update - S440 ThinkPad black screen with flickering cursor.

    Hello,
    Sorry if this is answered elsewhere.
    I have an S440. I've had it for one week. Two days ago I downloaded the Windows 8.1 update from the store. Since then, when I start up the computer, it doesn't even taken me to the 'sign in' screen. There's just a black screen. When I move the cursor, it briefly appears, flickers, then disappears again.
    I understand this is an issue with the graphics drivers. So I ran Windows in safemode and disabled Intel R HD Graphics family and AMD Radeon HD  8600 series graphics drivers.
    This, unfortunately, hasn't fixed the problem. It still boots to a black screen with an occasionally flickering cursor. I'm currently running in safemode.
    Any advice?
    Thanks,
    Alex
    Solved!
    Go to Solution.

    Hi
    I also have an S440 and have tried 3 times to update laptop without success including updating all drivers and updates inc those from Lenovo.
    Is there a fix for this? Is this an AMD issue?
    My laptop is also very new and cannot believe it is incompatible with windows 8.1.
    Tried the compatibility checker with Windows 8.1and it didn't report any problems.http://windows.microsoft.com/en-gb/windows-8/upgrade-assistant-download-online-faq 
    Is there anything that can be done to get this working?
    Paul

  • MSI Notebook GX640, black screen with games

    I own for two years MSI Notebook G series GX640 (Intel Core i5-460M, Ati Mobility RadeonHD 5850, 4GB RAM, 500 GB HDD). Recently I had to send it to the manufacturer because of a audiocard malfunction. It was the last call to do it on the warranty. It ended around a week ago (2 years warranty). The service guy filled an information for me (standard procedure). It stated: repair the audioboard and new ventilation installed. It seems they run some tests and updated the BIOS. After that I had some time (around 2 weeks) of cool work on the machine. Until recently... Here is a description of the problem.
    During more demanding programs (games mostly) the PC runes smoothly for some minutes (10, 15, 20 or so) and without warning goes black screen. Sometimes you can still hear the sound from the game other times no. Also if I unplug the power cable and plug it back it sometimes goes to a very uneasy state with stripes on the monitor.
    I tried to fix this by updating the CCC from ATI, also updated the video card drivers, today flashed the BIOS using the MSIHQ USB Bootable Tool and BIOS Helper. I used the 1656_031 archive from MSI. Searched the forum and the web for info and help... but no luck. So I post here with hope for help.
    I suspect this is not an issue of hardware. If I turn off the PC and start it again works fine, I was also able to upload 2GB of video files to YouTube with no problems at all. As long as I run OS (Windows 7 64bit) or programs like text editors, browsers, video editors, audio editors, internet radio etc. It runes fine. But when I start games it just a no go. To give an example: Mass Effect 3, StarCraft II, Saint's Raw The Third, Borderlands.
    My BIOS information; don't know if it will help:
    BIOS version: E1656IMS.10E
    BIOS build:     08/30/2010 15:58:14
    EC version:    1656 EMS1 ver.4.08
    EC build:        06/03/2010

    Quote from: Fuzz Ball on 19-February-13, 10:53:50
    I could assume (since you've started doing stuff to the bios) that you've done this already, but to make sure, have you checked the usage/temperature of your graphics card?
    Actually I didn't do that... till now. For last 4 hours I have been running some games and programs to determine the usage and temperature on the graphics card. Here are the results:
    Temperature in house was 24ᵒC.
    While normal Windows 7 running temp. is around 50ᵒ to 54ᵒC
    Watching video in 720p from hard drive temp. -> 55ᵒ to 56ᵒC
    Games:
    Book of Unwritten Tales (one game that is not going black screen on me), point and click adventure game -> 57ᵒC to 63ᵒC
    Starcraft II -> 73ᵒC and black screen (5 to 7 minutes of play)
    Mass Effect 3 -> 67ᵒC to 72ᵒC goes black screen
    Borderlands -> 72ᵒC to 75ᵒC goes black screen
    The Catalyst Control Center (CCC) from Ati I use is 13.1 the GPU is 625 MHz and the Memory of the GPU is 1000MHz. Fan goes around 30%.
    Looks normal to me, no 90ᵒC.
    Right after I end writing this post and publish it I will try to open the Notebook to at least try find any suspicious things inside. I will probably clean it, but there will be no real hardware intervention. I'm not that good with IT or electronics to try it by myself. So if any just cleaning from dust and a look inside.
    P.S. There is one more test I might try tomorrow, run a game on a TV through HDMI to see if the problem will occur if it will that means it's not the display.
    UPDATE:
    Seems playing games in window mode might eliminate the problem. All above test's were done if full screen.

  • MSI 7870 TF 2GD5/OC black screen with sound loop

    hello,
    Im getting the black screen with sound loop during the gaming. i have to shut down pc.
    in win log is no info about problem, just that the win was not shuted down correctly..
    no matter whats type of game, sometimes after 15 minutest sometimes after 4 hours.
    no matter on card temperature.
    tried reinstall windows, tested on all driver versions for 7870 from amd, but still same...
    found an article about this
    http://w w w .behardware.com/news/12705/black-screens-and-radeon-hd7870-a-solution.html
    now the card is in RMA

    Then ask MSI: >>How to contact MSI.<<
    This is a Users-to-Users Forum

  • Windows boots but won't load (Black screen with cursor)

    [Sorry for the long post, but I feel the need to fully explain my situation]
    I have the following problem:
    I turn on my PC, and Windows shows it's normal loading screen, after which it goes into a completely black screen, with just the mouse in the middle. By the cursor size I can tell that it's in a low resolution, probably 800x600 (compared to my usual 1920x1080). I am able to move the mouse around, but with no particular use without something to click on. No other keyboard input seems to work, except for Shift key 5 times, which brings up the Sticky Keys dialog box (with just "Yes" or "No" options, no other link); and Windows key+U which brings up the Ease of Access center. Ctr+Alt+Del does NOT work.
    So far this is what I have tried (in chronological order):
    Boot into Safe Mode, Safe Mode with Networking, Safe Mode with Command Prompt, Booting in low resolution video, Last known good configuration: all yield the same result as booting normally.
    Repair your computer:
    Startup Repair: Found Registry Errors (I realized and fixed this later on)
    System Restore: Did not find any previous restore points (I know for sure that there are, I made a habit of making restore points regularly).
    Windows Memory Diagnostics: Did not find errors.
    Command prompt:
    Ran chkdsk /f /r command, did not report errors.
    Ran sfc /scannow : I don't remember the exact report, but it asked for a restart to finish repairing problems. I restarted, and ran the command again for the same result.
    Forced the scan with: sfc /scannow /offbootdir=c:\ /offwindir=c:\windows , it found and repaired some errors, still could not load windows.
    Ran Dell Startup Diagnostics, found no errors.
    Ran Startup Repair again, found the registry errors again. I found the solution to this in a Microsoft Help forum ( answers.microsoft.com/.../f77d5355-b8be-41d6-af24-cae994e1768f ), and fixed the issue. I rebooted, but the problem persists.
    Startup Repair now finds no errors. I tried System Restore again, it found 2 restore points dated AFTER my problem started. I decided to restore anyways, but neither of them worked.
    I ran Windows Defender Offline:
    Quick Scan: and found 2 threats and removed them.
    Full System Scan: found 4 more threats, removed 2 of them, the other two couldn't be removed because they were within an ISO file.
    I tried Steps 1, 2 and 3 again with no luck.
    With each step I am aware that I'm closer to having to reinstall Windows, so I decided to see if I could still access my HHDD to save my personal files. I made a Linux live CD (with Ubuntu), but I am having trouble mounting the drives, because they are in a RAID0 configuration. "sudo dmraid -s" gives the following error: "ERROR: isw: wrong number of devices in RAID set "isw_dbdffjficc_ARRAY0" [1/2] on /dev/sdb".
    Important Details:
    I changed my graphics card about 4 months ago (an Nvidia GTX 750ti for an ATI Radeon HD 6450), and I was told that I may be running short with the Power Supply. The new card asks for a minimum of 450W and I think my PSU is 460W. This may or may not have something to do with this issue, I have no idea.
    The RAID0 configuration of my 2 500GB Hard Drives brought me a lot of problems from day 1. One of the HDD would randomly fail (I am able to hear a different clicking sound when this happens), and the computer would crash. Upon startup, it would ask for a boot device. The Dell startup utility would then only recognize 1 of the drives, but would finish without errors. After a restart or two, all would be fine and windows would boot normally (aside from the usual error recovery screen) without any sign of corrupted data or anything. Like I said, this has been happening form the day my PC arrived, but restarting a couple of times always fixed it. As of now, both HHDD seem to be working fine, the Dell utility recognizes both of them, and does not find errors in any of them, and I can access any directory from the command prompt.
    Is there anything else I should try before reinstalling Windows?
    Before the install, I would really like to be able to recover my files (I have important documents from college), is there any way to do this?
    Sorry again for the extremely long post (and for any language errors, English is not my native language), and thanks in advance.

    Since you still haven't got your data from the drive(s). I would advise performing a Windows installation without formatting the drive... I don't like this solution but at this stage you have probably tried everything else.
    Use a Windows 7 Reinstallation DVD when installing ensure you select...
    Select Custom: Install Windows only (advanced)
    If you do not select any of the drive options and simply highlight the largest partition and select next:
    Windows will dump all the old installation files in the Windows.old folder

  • HAVE NEW 13.3 MAC AIR AND when using it to open sites in safari I have no issue until I go to a link page that is a pdf file or I am trying to save the screen info as a pdf. I only get a black screen with no data, cannot find solution in help menu

    HAVE NEW 13.3 MAC AIR (previously, still have 13.3 MCbook pro which works captures what I am looking for an answer to)
    when i open sites in safari the page opens fine if it is not a pdf based page.
    Once i open a site that has a link to another page that is a pdf based page the page comes up as a black screen with no info showing
    If I open a site that gices me an open to save a file to a word, excel type document or a pdf , everything works fine until I try to save the information to a PDF and again the screen goes black
    I have tried the safari help site but to no avail, does anyone have a solution to thid problem. (I do have the abode ofr mac program loaded)

    If you delete all the Adobe Reader stuff it will probably fix this. For almost everything, the Apple pdf handling works better.

  • When I click to open a photo it opens a black screen with a grey triangle, exclamation mark in the middle. How do I fix this problem?

    When I click to open a photo it opens a black screen with a grey triangle, exclamation mark in the middle. How do I fix this problem?

    Make a temporary, backup copy of your library if you don't already have one (Control-click on the library and select Duplicate from the contextual menu) and  apply the two fixes below in order as needed:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Select the options identified in the screenshot. 
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    Download iPhoto Library Manager and launch.
    Click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option
    In the next  window name the new library and select the location you want it to be placed.
    Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

  • Desktop stuck at black screen with cursor in normal mode but boots fine in safe mode after updates.

    After running some updates the other night my laptop stopped loading the desktop and just gets stuck at a black screen with a cursor after I log in to the user account. The only thing I can do from there is do ctrl+alt+delete, then log off or restart.
    I can't open up task manager. I tried creating another account in safe mode thinking there was an issue with the account but I still have the same issue. In event viewer I have two warnings one is
    event 6000 winlogon, The winlogon notification subscriber <GP Client> was unable to handle the notification event
    and event 4006, winlogon The windows logon process has failed to spawn a user application. Application name. Command line parameters: C:\Windows\system32\userinint.exe.
    As well as error event id 1003, CertificateServicesClient Certificate Services Client failed to invoke the Providers in response to event 512. Error code 2147956401
    and error 1001, certificate services client. certificate services client failed to load provider pautoenr.dll. error code 14001. I checked the registry and the path points to the right directory for userinit. I have tried running
    System Repair but no errors were found, and I ran sfc /scannow and no errors were found either. The computer did not have System Restore enabled and I do not want to restore to factory settings. I also ran registry mechanic and it found no errors. Any suggestions
    besides restoring to factory settings?

    Hi,
    We may try to reinstall Windows 7 Service Pack 1 for a test.
    In addition, let us perform the following steps.
    1. Click Start, Run, type lusrmgr.msc then ENTER.
    2. Select Groups in the left pane.
    3. Double-click Users in the right pane.
    4. Click Add, and then click Locations. Scroll to the top of the Locations dialog and select the local computer name, then click OK.
    5. In the Enter the object names to select field, type Interactive; Authenticated Users (separated by a semi-colon). Then click OK.
    6. Restart the computer.
    Or we can run the following commands from a command prompt:
    Net localgroup Users Interactive /add 
    Net localgroup Users "Authenticated Users" /add
    Kim Zhou
    TechNet Community Support

  • Black screen with underscore after updating ubuntu on Lenovo G560

    hello everybody, I'm new here. I looked for this problem online during the past few days but I haven't found a solution. I have a Lenovo G560 and I divided my hard drive into two partition, I installed Ubuntu on C:\ and Windows on D:\ and I haven't had any problem, but after updating ubuntu to version 14 my computer couldn't boot anymore. the bios loads and I see the Lenovo icon but then I just get a black screen with an underscore (not a blinking underscore), I tried booting from a bootable USB stick but the same thing happened (I put it as the first device to boot from in BIOS settings). can anyone please tell me what are my other options ? what should I try now ? thanks in advance and have a good day !

    Hi s, and welcome to Apple Discussions.
    Try this:
    Hold down the Option+Command (Apple)PR keys, boot/restart your MBP while continuing to hold down those four keys, and after you hear the startup chime for the second time, release the keys. That should reset your PRAM and resolve the issue.
    If the issue persists, while you're booted into Open Firmware, just after the prompt, type in:
    reset-nvram
    then press return, then type in:
    reset-all
    and press return. This should restart your MBP and it should go back to starting normally.

  • I am going to sell my second generation ipod touch, so i resetted it to factory defaults. It said it would take up to an hour, and i patiently waited. But when the black and white loading bar completed, the ipod went to the black screen with an apple logo

    I am going to sell my second generation ipod touch, so i resetted it to factory defaults. It said it would take up to an hour, and i patiently waited. But when the black and white loading bar completed, the ipod went to the black screen with an apple logo on it. Sounds about right, right? But now, there is a processing circle on top of the logo, but the circle spins once, and stops at about halfway to the bottom. It just stays there, and about every half to one hour it becomes a white screen and starts all over again. (not the loading bar part, just the circle). I've tried holding the power and the home button, and it works, but it just goes back to the circle screen with the apple logo. HELP PLEASE?

    Try:
    - iOS: Not responding or does not turn on
    - If not successful and you can't fully turn the iPod fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - If still not successful that indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.

  • When i try to turn ipod touch on it stays on the black screen with the apple and nothing else happens. whats wrong?

    okay so just as i was typing this the problem resolved itself, but when i went to charge my ipod i noticed ot stayed on the black screen with the apple for a good 10 minutes, so i pressed buttons furiously (!!) and the screen went white and then back on to the screen with apple again. this contiinued for a good 4 tries then eventually went on to my lock screen (which is the very beautiful dom howard not that you know who that is and i dont even know any of you so i dont know why im typing all of this out but i really enjoy typing it's an incredibly exciting past time of mine but unfortunately i havent used capital letters) just wondering if it will happen again

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
      Apple Retail Store - Genius Bar

  • Black screen with blinking cursor when installing win 7/vista x64 osx 10.6

    i am using bootcamp 3 to install windows 7/vista x64 on osx 10.6.6.when i select install mac reboots and then all i get is a black screen with white cursor.
    i have created a 20gb partition with disk utility in fat32 and i had installed windows successfully when i was on osx 10.5.i tried erasing and creating new partition but same problem.
    any help will be appreciated

    This solved it for me!
    From another forum:
    "1. Put the Windows 7 installation disc in the disc drive, and then start your computer.
    2. Hold down Option key till all available disks are displayed and select DVD. Press a key when you are prompted.
    3. Select a language, a time, a currency, a keyboard or an input method, and then 4. click Next.
    5. Click Repair your computer.
    6. Click the operating system that you want to repair, and then click Next.
    7.In the System Recovery Options dialog box, click Command Prompt.
    Type (these commands are safe)
    Code: Bootrec.exe /FixMbr
    Code: Bootrec.exe /FixBoot
    Code: Bootrec.exe /RebuildBcd
    *Press ENTER after each command.*
    *Restart your computer.* "

  • Windows Server 2008 black screen with mouse *PLEASE HELP*

    Hello fellow techs,
    I have been tearing my hair out for the past 12hrs on this issue.
    About 3 weeks ago, one of our clients reported that they were experiencing
    issues on the network so one of the staff went into the server room and noticed
    the screen was black with only the cursor. As they couldn't reboot, they
    decided to hold the power button to power it off. When they powered it back
    up, it went passed the windows loading
    splash screen, and again the screen is black with
    the mouse pointer in the center of the screen.
    I am diagnosing the server and find that at the black screen, I’m able to move
    the cursor and beyond that nothing happened. I started in safe mode with the
    exact same results.
    I have been trying many different solutions from posts that I have found in
    Google but no change.
    From other machines you can type \\servername in
    the run box and see the shared folders, as well as ping it.
    This is a very urgent request as I need to have the Server back up and running
    by tomorrow.
    I am quiet willing to pay for phone support with anyone that can assist as soon
    as possible. I am happy to transfer founds via Paypal.<o:p></o:p>
    PLEASE HELP!

    Hi,
    I agree with sm, you should give us more details. Also you should use sfc  /scannow
    command to scans the integrity of all protected system files and repairs files with problems when possible. For more details, please refer to the following article.
    Sfc
    http://technet.microsoft.com/en-us/library/ff950779.aspx
    Before going further, would you please let me know whether there were any changes on the affected server? Has windows update or any new device been added? Please also check your shadow copies.
    The Windows Server black screen may be caused by them.
    In addition, there are similar questions, please refer to.
    Windows Server 2008 black screen
    http://social.technet.microsoft.com/Forums/en-US/463b529b-26a6-4d5d-88f5-7d8b3460d165/black-screen-windows-2008-r2
    Windows Server 2008 and the Black Screen of Waiting
    http://projectdream.org/wordpress/2009/03/03/windows-server-2008-and-the-black-screen-of-waiting/
    By a way, you also can be able to boot into last know good configuration to solve the trouble. You can refer to the following similar question that provide the detailed operations.
    Windows Server 2008 black screen with only the mouse pointer showing
    http://social.technet.microsoft.com/Forums/en-US/5c878af8-78f2-430d-9530-a0e5ad73ff03/windows-server-2008-black-screen-with-only-the-mouse-pointer-showing
    Hope this helps.
    Best regards,
    Justin Gu

Maybe you are looking for

  • How to apply Qos in the precedence of cache server

    m in an isp  and iwant to apply the QOS to enhance my network internet performance actually i  have two requests , i will start with showing brief topology about my network and start asking the questions . here is the topology below : from the topolo

  • Error in Goods Posting

    Hi, when iam posting the goods iam getting the following error. Account 160000 for trans./event key WRX is a K control account The account automatically determined by the system in this case is a control account, which is not relevant to this goods m

  • Acrobat XI Actions not working with Mac Yosemite?

    We are witnessing an apparent bug with Acrobat XI and Yosemite when creating or importing Actions; specifically they do not appear in the Actions panel! All latest updates (as of Nov. 6, 2014) have been installed; can anyone else kindly confirm this

  • ATP check in a Quotation

    Hi !! Is it possible to configure SAP to perform a ATP in a Quotation... and have the Quotation actually reserve stock? We are trying to see if we could use Quotations to reserve stock for a specific customer in the anticipation of a firm order from

  • Dc input offset voltage, bias current using lab view

    hi all  my lecture has asked me to write a lab vbiew program that can measure the 741 operational amplifer dc input offset volage, its bias current. i totally do not have an ideal how to do this because i am new to lab view programming.  i have desig