SDDM, black screen with Optimus laptop setup

Hey all
After reading the NVIDIA Optimus and the SDDM wiki pages I am kind of at a loss as to how to proceed.
My problem is the following:
I have a Lenovo T540p and I am using the NVIDIA drivers. I have followed the Optimus setup guide succesfully and have setup my xorg.conf for the card that the laptop has. I am sure that it's successfull since if I start X manually I get into my desktop environment.
This is my xorg.conf
Section "ServerLayout"
Identifier "Lefteris edited from Archwiki Optimus page"
Screen 0 "nvidia"
Inactive "intel"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
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/"
EndSection
Section "Module"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "eDP-1-0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
Modeline "1792x1008_60.00" 149.50 1792 1904 2088 2384 1008 1011 1016 1046 -hsync +vsync
Modeline "1664x936_60.00" 128.50 1664 1768 1936 2208 936 939 944 972 -hsync +vsync
Modeline "1536x864_60.00" 109.25 1536 1624 1784 2032 864 867 872 897 -hsync +vsync
Modeline "1408x792_60.00" 90.75 1408 1480 1624 1840 792 795 800 823 -hsync +vsync
Modeline "1280x720_60.00" 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync
Option "PreferredMode" "1920x1080_60.00"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "nvidia"
Device "nvidia"
Option "AllowEmptyInitialConfiguration"
EndSection
Section "Device"
Identifier "intel"
Driver "modesetting"
EndSection
Section "Screen"
Identifier "intel"
Device "intel"
EndSection
This is my .xinitrc
#!/bin/bash
xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --auto
# make sure udiskie is running, for usb auto detection
udiskie &
# for the desktop set the resolution
if [ $HOSTNAME == "archdesktop" ]; then
# also set the 120HZ resolution
xrandr --output DVI-I-1 --mode 0x281
fi
#for the laptop let's disable touchpad when typing
if [ $HOSTNAME == "archlenovo" ]; then
# more info here: https://wiki.archlinux.org/index.php/Touchpad_Synaptics#Using_.xinitrc
syndaemon -t -k -i 2 -d &
fi
# activate custom xkeymap configuration
test -f ~/.Xkeymap && xkbcomp ~/.Xkeymap $DISPLAY
# generate i3 config from the templates
~/.local/bin/gen-i3-config.sh
# if Xresources is there load it
[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
# Start the window manager
if [ -d /etc/X11/xinit/xinitrc.d ]; then
for f in /etc/X11/xinit/xinitrc.d/*; do
[ -x "$f" ] && . "$f"
done
unset f
fi
# i3 is the default window manager
session=${1:-i3}
case $session in
awesome ) exec awesome;;
bspwm ) exec bspwm;;
catwm ) exec catwm;;
cinnamon ) exec cinnamon-session;;
dwm ) exec dwm;;
enlightenment ) exec enlightenment_start;;
ede ) exec startede;;
fluxbox ) exec startfluxbox;;
gnome ) exec gnome-session;;
gnome-classic ) exec gnome-session --session=gnome-classic;;
i3|i3wm ) exec i3;;
icewm ) exec icewm-session;;
jwm ) exec jwm;;
kde ) exec startkde;;
mate ) exec mate-session;;
monster|monsterwm ) exec monsterwm;;
notion ) exec notion;;
openbox ) exec openbox-session;;
unity ) exec unity;;
xfce|xfce4 ) exec startxfce4;;
xmonad ) exec xmonad;;
# No known session, try to run it as command
*) exec $1;;
esac
After looking around a bit I realized that the problem probably lies with the 2 xrandr calls that I have at the beginning of the .xinitrc. X server starts manually if I do it with startx since then the xrandr commands can be properly interpreted. But it seems that sddm needs to somehow run them before X starts.
Thankfully the Archwiki Optimus page mentions that for an Optimus setup to work with the SDDM login manager the xrandr calls need to be moved to this file: /usr/share/sddm/scripts/Xsetup
I did that and expected things to finally work but when rebooting I still get a black screen. As I said in the beginning if I switch to another tty and startx I get to my window manager and all is fine. The problem is with the X server that SDDM starts.
In case it is of any help this is my pstree of the SDDM process
├─sddm,308
│ ├─Xorg.bin,322 :0 -auth /var/run/sddm/:0 -nolisten tcp -background none -noreset vt1
│ │ ├─{Xorg.bin},396
│ │ ├─{Xorg.bin},397
│ │ ├─{Xorg.bin},398
│ │ ├─{Xorg.bin},399
│ │ ├─{Xorg.bin},400
│ │ ├─{Xorg.bin},401
│ │ ├─{Xorg.bin},402
│ │ └─{Xorg.bin},403
│ ├─sddm-helper,407 --socket /tmp/sddm-auth58feec8a-ca2f-4b56-bcf0-3b9cb4c07204 --id 2 --start /usr/bin/sddm-greeter --socket /tmp/sddm-:0-khPjni --theme /usr/share/sddm/themes/maui --user sddm --greeter
│ │ ├─sddm-greeter,412 --socket /tmp/sddm-:0-khPjni --theme /usr/share/sddm/themes/maui
│ │ │ ├─{QQmlThread},422
│ │ │ ├─{QXcbEventReader},413
│ │ │ ├─{sddm-greeter},414
│ │ │ ├─{sddm-greeter},415
│ │ │ ├─{sddm-greeter},416
│ │ │ ├─{sddm-greeter},417
│ │ │ ├─{sddm-greeter},418
│ │ │ ├─{sddm-greeter},419
│ │ │ ├─{sddm-greeter},420
│ │ │ └─{sddm-greeter},421
│ │ └─{QProcessManager},411
│ └─{QProcessManager},321
Any help would be really appreciated.
Last edited by lefteris (2014-12-19 15:24:09)

Just in case it can help I am posting the output of journalctl -b with only the relevant entries of and around sddm starting.
Dec 20 01:54:32 archlenovo systemd[1]: Starting Simple Desktop Display Manager...
Dec 20 01:54:32 archlenovo systemd-logind[303]: Watching system buttons on /dev/input/event3 (Power Button)
Dec 20 01:54:32 archlenovo systemd-logind[303]: Watching system buttons on /dev/input/event1 (Lid Switch)
Dec 20 01:54:32 archlenovo systemd[1]: Started Simple Desktop Display Manager.
Dec 20 01:54:32 archlenovo systemd-logind[303]: Watching system buttons on /dev/input/event2 (Sleep Button)
Dec 20 01:54:32 archlenovo systemd-logind[303]: Watching system buttons on /dev/input/event4 (ThinkPad Extra Buttons)
Dec 20 01:54:32 archlenovo systemd-logind[303]: New seat seat0.
Dec 20 01:54:32 archlenovo systemd[1]: Started Login Service.
Dec 20 01:54:32 archlenovo kernel: sound hdaudioC1D0: autoconfig: line_outs=1 (0x16/0x0/0x0/0x0/0x0) type:line
Dec 20 01:54:32 archlenovo kernel: sound hdaudioC1D0: speaker_outs=1 (0x14/0x0/0x0/0x0/0x0)
Dec 20 01:54:32 archlenovo kernel: sound hdaudioC1D0: hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
Dec 20 01:54:32 archlenovo kernel: sound hdaudioC1D0: mono: mono_out=0x0
Dec 20 01:54:32 archlenovo kernel: sound hdaudioC1D0: inputs:
Dec 20 01:54:32 archlenovo kernel: sound hdaudioC1D0: Dock Mic=0x19
Dec 20 01:54:32 archlenovo kernel: sound hdaudioC1D0: Mic=0x1a
Dec 20 01:54:32 archlenovo kernel: sound hdaudioC1D0: Internal Mic=0x12
Dec 20 01:54:32 archlenovo kernel: i915 0000:00:02.0: irq 32 for MSI/MSI-X
Dec 20 01:54:32 archlenovo kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Dec 20 01:54:32 archlenovo kernel: [drm] Driver supports precise vblank timestamp query.
Dec 20 01:54:32 archlenovo kernel: vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=mem
Dec 20 01:54:32 archlenovo kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card1/hdaudioC1D0/input8
Dec 20 01:54:32 archlenovo kernel: input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input9
Dec 20 01:54:32 archlenovo kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input10
Dec 20 01:54:32 archlenovo kernel: input: HDA Intel PCH Dock Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input11
Dec 20 01:54:32 archlenovo kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input12
Dec 20 01:54:32 archlenovo kernel: [drm] VBT doesn't support DRRS
Dec 20 01:54:32 archlenovo sddm[312]: Initializing...
Dec 20 01:54:32 archlenovo sddm[312]: Starting...
Dec 20 01:54:32 archlenovo sddm[312]: Adding new display 0 on vt 1 ...
Dec 20 01:54:32 archlenovo sddm[312]: Adding cookie to "/var/run/sddm/:0"
Dec 20 01:54:32 archlenovo dbus[305]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
Dec 20 01:54:32 archlenovo systemd[1]: Starting Authorization Manager...
Dec 20 01:54:32 archlenovo polkitd[323]: Started polkitd version 0.112
Dec 20 01:54:32 archlenovo sddm[312]: Display server starting...
Dec 20 01:54:32 archlenovo sddm[312]: Running: /usr/bin/X :0 -auth /var/run/sddm/:0 -nolisten tcp -background none -noreset vt1
Dec 20 01:54:32 archlenovo systemd[1]: Starting Load/Save RF Kill Switch Status of rfkill2...
Dec 20 01:54:32 archlenovo polkitd[323]: Loading rules from directory /etc/polkit-1/rules.d
Dec 20 01:54:32 archlenovo polkitd[323]: Loading rules from directory /usr/share/polkit-1/rules.d
Dec 20 01:54:32 archlenovo polkitd[323]: Finished loading, compiling and executing 1 rules
Dec 20 01:54:32 archlenovo systemd[1]: Started Load/Save RF Kill Switch Status of rfkill2.
Dec 20 01:54:32 archlenovo dbus[305]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Dec 20 01:54:32 archlenovo polkitd[323]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Dec 20 01:54:32 archlenovo systemd[1]: Started Authorization Manager.
Dec 20 01:54:32 archlenovo kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
Dec 20 01:54:32 archlenovo kernel: iwlwifi 0000:04:00.0 wlp4s0: renamed from wlan0
Dec 20 01:54:32 archlenovo systemd[1]: Starting Multi-User System.
Dec 20 01:54:32 archlenovo systemd[1]: Reached target Multi-User System.
Dec 20 01:54:32 archlenovo systemd[1]: Starting Graphical Interface.
Dec 20 01:54:32 archlenovo systemd[1]: Reached target Graphical Interface.
Dec 20 01:54:32 archlenovo systemd[1]: Startup finished in 1.599s (kernel) + 633ms (userspace) = 23.528s.
Dec 20 01:54:33 archlenovo kernel: [drm] GMBUS [i915 gmbus dpb] timed out, falling back to bit banging on pin 5
Dec 20 01:54:33 archlenovo kernel: usb 3-11: new full-speed USB device number 4 using xhci_hcd
Dec 20 01:54:33 archlenovo dbus[305]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service'
Dec 20 01:54:33 archlenovo systemd[1]: Starting WPA supplicant...
Dec 20 01:54:33 archlenovo dbus[305]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Dec 20 01:54:33 archlenovo systemd[1]: Started WPA supplicant.
Dec 20 01:54:33 archlenovo systemd[1]: Starting Load/Save RF Kill Switch Status of rfkill3...
Dec 20 01:54:33 archlenovo systemd[1]: Starting Bluetooth.
Dec 20 01:54:33 archlenovo systemd[1]: Reached target Bluetooth.
Dec 20 01:54:33 archlenovo systemd[1]: Started Load/Save RF Kill Switch Status of rfkill3.
Dec 20 01:54:34 archlenovo kernel: fbcon: inteldrmfb (fb0) is primary device
Dec 20 01:54:34 archlenovo kernel: e1000e 0000:00:19.0: irq 29 for MSI/MSI-X
Dec 20 01:54:34 archlenovo kernel: e1000e 0000:00:19.0: irq 29 for MSI/MSI-X
Dec 20 01:54:34 archlenovo kernel: iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
Dec 20 01:54:34 archlenovo kernel: iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
Dec 20 01:54:34 archlenovo kernel: usb 3-12: new high-speed USB device number 5 using xhci_hcd
Dec 20 01:54:34 archlenovo kernel: Switched to clocksource tsc
Dec 20 01:54:34 archlenovo kernel: psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd001a3/0x940300/0x12f800, board id: 2964, fw id: 2560
Dec 20 01:54:34 archlenovo kernel: psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
Dec 20 01:54:34 archlenovo kernel: input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input6
Dec 20 01:54:34 archlenovo kernel: mousedev: PS/2 mouse device common for all mice
Dec 20 01:54:34 archlenovo kernel: cdc_acm 3-10:1.2: This device cannot do calls on its own. It is not a modem.
Dec 20 01:54:34 archlenovo kernel: cdc_acm 3-10:1.2: ttyACM0: USB ACM device
Dec 20 01:54:34 archlenovo kernel: media: Linux media interface: v0.10
Dec 20 01:54:34 archlenovo kernel: usbcore: registered new interface driver cdc_acm
Dec 20 01:54:34 archlenovo kernel: cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
Dec 20 01:54:34 archlenovo kernel: usbcore: registered new interface driver cdc_ncm
Dec 20 01:54:34 archlenovo kernel: usbcore: registered new interface driver cdc_wdm
Dec 20 01:54:34 archlenovo kernel: Linux video capture interface: v2.00
Dec 20 01:54:34 archlenovo kernel: Bluetooth: Core ver 2.19
Dec 20 01:54:34 archlenovo kernel: NET: Registered protocol family 31
Dec 20 01:54:34 archlenovo kernel: Bluetooth: HCI device and connection manager initialized
Dec 20 01:54:34 archlenovo kernel: Bluetooth: HCI socket layer initialized
Dec 20 01:54:34 archlenovo kernel: Bluetooth: L2CAP socket layer initialized
Dec 20 01:54:34 archlenovo kernel: Bluetooth: SCO socket layer initialized
Dec 20 01:54:34 archlenovo kernel: uvcvideo: Found UVC 1.00 device Integrated Camera (04ca:7035)
Dec 20 01:54:34 archlenovo kernel: usbcore: registered new interface driver btusb
Dec 20 01:54:34 archlenovo kernel: input: Integrated Camera as /devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12:1.0/input/input14
Dec 20 01:54:34 archlenovo kernel: usbcore: registered new interface driver uvcvideo
Dec 20 01:54:34 archlenovo kernel: USB Video Class driver (1.1.1)
Dec 20 01:54:34 archlenovo kernel: cdc_mbim 3-10:1.0: cdc-wdm0: USB WDM device
Dec 20 01:54:34 archlenovo kernel: cdc_mbim 3-10:1.0 wwan0: register 'cdc_mbim' at usb-0000:00:14.0-10, CDC MBIM, d2:e0:c7:93:ea:9d
Dec 20 01:54:34 archlenovo kernel: usbcore: registered new interface driver cdc_mbim
Dec 20 01:54:34 archlenovo kernel: cdc_mbim 3-10:1.0 wwp0s20u10: renamed from wwan0
Dec 20 01:54:34 archlenovo kernel: Bluetooth: hci0: read Intel version: 370710018002030d41
Dec 20 01:54:34 archlenovo kernel: Bluetooth: hci0: Intel device is already patched. patch num: 41
Dec 20 01:54:34 archlenovo kernel: cfg80211: Calling CRDA to update world regulatory domain
Dec 20 01:54:34 archlenovo kernel: cfg80211: Calling CRDA to update world regulatory domain
Dec 20 01:54:34 archlenovo kernel: Console: switching to colour frame buffer device 360x101
Dec 20 01:54:34 archlenovo kernel: i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
Dec 20 01:54:34 archlenovo kernel: i915 0000:00:02.0: registered panic notifier
Dec 20 01:54:34 archlenovo kernel: ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
Dec 20 01:54:34 archlenovo kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input15
Dec 20 01:54:34 archlenovo kernel: ACPI: Video Device [VID1] (multi-head: yes rom: yes post: no)
Dec 20 01:54:34 archlenovo kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/LNXVIDEO:01/input/input16
Dec 20 01:54:34 archlenovo kernel: [drm] Initialized i915 1.6.0 20140725 for 0000:00:02.0 on minor 0
Dec 20 01:54:34 archlenovo kernel: i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
Dec 20 01:54:34 archlenovo kernel: snd_hda_intel 0000:00:03.0: irq 33 for MSI/MSI-X
Dec 20 01:54:34 archlenovo systemd-logind[303]: Watching system buttons on /dev/input/event14 (Video Bus)
Dec 20 01:54:34 archlenovo systemd-logind[303]: Watching system buttons on /dev/input/event13 (Video Bus)
Dec 20 01:54:34 archlenovo kernel: iTCO_vendor_support: vendor-support=0
Dec 20 01:54:34 archlenovo systemd[1]: Starting system-systemd\x2dbacklight.slice.
Dec 20 01:54:34 archlenovo systemd[1]: Created slice system-systemd\x2dbacklight.slice.
Dec 20 01:54:34 archlenovo systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Dec 20 01:54:34 archlenovo kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Dec 20 01:54:34 archlenovo kernel: iTCO_wdt: Found a Lynx Point TCO device (Version=2, TCOBASE=0x1860)
Dec 20 01:54:34 archlenovo kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Dec 20 01:54:34 archlenovo systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Dec 20 01:54:34 archlenovo kernel: input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input17
Dec 20 01:54:34 archlenovo kernel: input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input18
Dec 20 01:54:34 archlenovo kernel: input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input19
Dec 20 01:54:34 archlenovo kernel: nvidia: module license 'NVIDIA' taints kernel.
Dec 20 01:54:34 archlenovo kernel: Disabling lock debugging due to kernel taint
Dec 20 01:54:34 archlenovo kernel: nvidia 0000:01:00.0: enabling device (0004 -> 0007)
Dec 20 01:54:34 archlenovo kernel: vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
Dec 20 01:54:34 archlenovo kernel: [drm] Initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 1
Dec 20 01:54:34 archlenovo kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 343.36 Mon Dec 1 16:18:58 PST 2014
Dec 20 01:54:34 archlenovo kernel: nvidia 0000:01:00.0: irq 34 for MSI/MSI-X
Dec 20 01:54:34 archlenovo kernel: ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95)
Dec 20 01:54:34 archlenovo kernel: ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95)
Dec 20 01:54:34 archlenovo kernel: ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95)
Dec 20 01:54:34 archlenovo kernel: ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95)
Dec 20 01:54:34 archlenovo kernel: ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95)
Dec 20 01:54:34 archlenovo kernel: ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95)
Dec 20 01:54:34 archlenovo kernel: ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95)
Dec 20 01:54:34 archlenovo kernel: ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95)
Dec 20 01:54:38 archlenovo kernel: psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
Dec 20 01:54:38 archlenovo kernel: ACPI Error: Field [TBF3] at 270336 exceeds Buffer [NULL] size 262144 (bits) (20140724/dsopcode-236)
Dec 20 01:54:38 archlenovo kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEG_.VID_.GETB] (Node ffff880235835a78), AE_AML_BUFFER_LIMIT (20140724/psparse-536)
Dec 20 01:54:38 archlenovo kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEG_.VID_._ROM] (Node ffff880235835a50), AE_AML_BUFFER_LIMIT (20140724/psparse-536)
Dec 20 01:54:38 archlenovo kernel: ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95)
Dec 20 01:54:38 archlenovo kernel: input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input13
Dec 20 01:54:38 archlenovo kernel: thinkpad_acpi: asked for hotkey mask 0x0070ffbf, but firmware forced it to 0x0070ffbb
Dec 20 01:54:39 archlenovo sddm[312]: Signal received: SIGUSR1
Dec 20 01:54:39 archlenovo sddm[312]: Running display setup script "/usr/share/sddm/scripts/Xsetup"
Dec 20 01:54:39 archlenovo sddm[312]: Display server started.
Dec 20 01:54:39 archlenovo sddm[312]: Socket server starting...
Dec 20 01:54:39 archlenovo sddm[312]: Socket server started.
Dec 20 01:54:39 archlenovo sddm[312]: Greeter starting...
Dec 20 01:54:39 archlenovo sddm-helper[408]: [PAM] Starting...
Dec 20 01:54:39 archlenovo sddm-helper[408]: [PAM] Authenticating...
Dec 20 01:54:39 archlenovo sddm-helper[408]: [PAM] returning.
Dec 20 01:54:39 archlenovo sddm-helper[408]: pam_unix(sddm-greeter:session): session opened for user sddm by (uid=0)
Dec 20 01:54:39 archlenovo systemd[1]: Starting user-619.slice.
Dec 20 01:54:39 archlenovo systemd[1]: Created slice user-619.slice.
Dec 20 01:54:39 archlenovo systemd[1]: Starting User Manager for UID 619...
Dec 20 01:54:39 archlenovo systemd[1]: Starting Session c1 of user sddm.
Dec 20 01:54:39 archlenovo systemd-logind[303]: New session c1 of user sddm.
Dec 20 01:54:39 archlenovo systemd[1]: Started Session c1 of user sddm.
Dec 20 01:54:39 archlenovo systemd[409]: pam_unix(systemd-user:session): session opened for user sddm by (uid=0)
Dec 20 01:54:39 archlenovo systemd[409]: Starting -.slice.
Dec 20 01:54:39 archlenovo systemd[409]: Created slice -.slice.
Dec 20 01:54:39 archlenovo systemd[409]: Starting D-Bus Message Bus Socket.
Dec 20 01:54:39 archlenovo systemd[409]: Listening on D-Bus Message Bus Socket.
Dec 20 01:54:39 archlenovo systemd[409]: Starting Sockets.
Dec 20 01:54:39 archlenovo systemd[409]: Reached target Sockets.
Dec 20 01:54:39 archlenovo systemd[409]: Starting Paths.
Dec 20 01:54:39 archlenovo systemd[409]: Reached target Paths.
Dec 20 01:54:39 archlenovo systemd[409]: Starting Timers.
Dec 20 01:54:39 archlenovo systemd[409]: Reached target Timers.
Dec 20 01:54:39 archlenovo systemd[409]: Starting Basic System.
Dec 20 01:54:39 archlenovo systemd[409]: Reached target Basic System.
Dec 20 01:54:39 archlenovo systemd[409]: Starting Default.
Dec 20 01:54:39 archlenovo systemd[409]: Reached target Default.
Dec 20 01:54:39 archlenovo systemd[409]: Startup finished in 5ms.
Dec 20 01:54:39 archlenovo systemd[1]: Started User Manager for UID 619.
Dec 20 01:54:39 archlenovo sddm[312]: Greeter session started successfully
Dec 20 01:54:39 archlenovo sddm-greeter[413]: Connected to the daemon.
Dec 20 01:54:39 archlenovo sddm[312]: Message received from greeter: Connect
Dec 20 01:54:39 archlenovo sddm-greeter[413]: QXcbConnection: XCB error: 148 (Unknown), sequence: 161, resource id: 0, major code: 140 (Unknown), minor code: 20
Dec 20 01:54:39 archlenovo sddm-greeter[413]: Message received from daemon: Capabilities
Dec 20 01:54:39 archlenovo sddm-greeter[413]: Message received from daemon: HostName
From
20 01:54:39 archlenovo sddm[312]: Running display setup script "/usr/share/sddm/scripts/Xsetup"
we can see that it does indeed try to display the setup script.
But at the very end there is also an error by the greeter. I will try to research about it more but in the meantime if anyone more knowledgeable can figure something out from the above that would be awesome.

Similar Messages

  • Laptop black screen with mouse when booting from shutdown [solved]

    Ok I am kind of at a loss at the moment. I have done a fresh install of arch for a friend. When I boot the laptop from a shutdown status it boots and I see systemd proccessing, but as soon as it reaches the desktop it is just a black screen with the mouse cursor. To reach the desktop I have to press ctl alt f1 than ctl alt f2.  Here are some things I have done to tryand fix it.
    The laptop
    Dell
    pentium M T2060, mobile 945GM
    ~/.xinitrc
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
    eval "$(dbus-launch --sh-syntax --exit-with-session)"
    fi
    export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
    exec openbox-session
    Openbox autostart.sh
    compton -CGb &
    pcmanfm --desktop &
    tint2 &
    sleep 4 && wbar
    slim.conf
    default_path /bin:/usr/bin:/usr/local/bin
    default_xserver /usr/bin/X
    xserver_arguments -nolisten tcp vt07
    halt_cmd /sbin/shutdown -h now
    reboot_cmd /sbin/shutdown -r now
    console_cmd /usr/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login"
    #suspend_cmd /usr/sbin/suspend
    xauth_path /usr/bin/xauth
    authfile /var/run/slim.auth
    numlock on
    login_cmd exec /bin/bash -login ~/.xinitrc %session
    sessiondir /usr/share/xsessions/
    screenshot_cmd import -window root /slim.png
    welcome_msg Welcome to %host
    shutdown_msg The system is blowing up
    reboot_msg There is a virus...
    default_user tim
    auto_login yes
    current_theme default
    lockfile /var/lock/slim.lock
    logfile /var/log/slim.log
    I edited my hooks to look like this thinking that adding resume would help
    HOOKS="systemd modconf block resume filesystems keyboard fsck"
    Here is my syslinux.cfg
    DEFAULT arch
    PROMPT 0 # Set to 1 if you always want to display the boot: prompt
    TIMEOUT 50
    UI menu.c32
    #UI vesamenu.c32
    MENU TITLE Arch Linux
    #MENU BACKGROUND splash.png
    MENU COLOR border 30;44 #40ffffff #a0000000 std
    MENU COLOR title 1;36;44 #9033ccff #a0000000 std
    MENU COLOR sel 7;37;40 #e0ffffff #20ffffff all
    MENU COLOR unsel 37;44 #50ffffff #a0000000 std
    MENU COLOR help 37;40 #c0ffffff #a0000000 std
    MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std
    MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std
    MENU COLOR msg07 37;40 #90ffffff #a0000000 std
    MENU COLOR tabmsg 31;40 #30ffffff #00000000 std
    LABEL arch
    MENU LABEL Arch Linux
    LINUX ../vmlinuz-linux
    APPEND root=/dev/sda1 rw
    INITRD ../initramfs-linuxY.img
    LABEL archfallback
    MENU LABEL Arch Linux Fallback
    LINUX ../vmlinuz-linux
    APPEND root=/dev/sda1 rw
    INITRD ../initramfs-linux-fallback.img
    LABEL arch-ck
    MENU LABEL Arch Linux-ck
    LINUX ../vmlinuz-linux-ck
    APPEND root=/dev/sda1 ro init=/usr/lib/systemd/systemd elevator=bfq
    INITRD ../initramfs-linux-ck.img
    I have also tried linux-ck to try a different kernel with no luck. When I reboot the computer it goes to the desktop.
    Last edited by mich04 (2013-12-03 22:01:37)

    ok, so I think I have foud a solution that works for me.
    I created this file and added the following lines
    /etc/X11/xorg.conf.d/20-intel.conf
        Section "Device"
            Identifier  "Intel Graphics"
            Driver      "intel"
            Option      "AccelMethod"  "uxa"
          EndSection
    I have shutdown 3 times and it has booted to the desktop everytime. When I remove this file and go back to sna it reproduces the error of the black screen.

  • Sometimes when I open my laptop back from sleep, I get a black screen with the cursor showing.

    Recently I've been getting this weird problem where my macbook air will show a black screen with only the cursor visible that I can move around but nothing else can be done to get to the desktop. The only way is to close the lid and wait for around 10 or more seconds and then open the lid again to bring the laptop back from sleep and hope that the laptop goes to the lock screen and then to the desktop. This works often but sometimes the only solution seems to be to restart the laptop. This also happens when I tilt the lid to the point where it is almost closed and when I tilt it back the screen presents the above state. Theis has been happening often now and it is almost impossible for the above not to happen atleast 2 to 3 times a day. iThis is a relatively new problem that has been occuring since the past two weeks or so and never happened to me on my Macbook Pro 15 2011. My current system is a Macbook Air 11" 2013 Haswell 1.3 Ghz 4GB RAM 256 GB SSD. Now I dont want to have to send in my laptop if I dont have to if there is a way I can solve this myself. Anybody else have this problem?

    Hello tseten,
    I would be concerned too if my MacBook Air was not waking from sleep appropriately.  For an issue like this, I recommend resetting your System Management Controller (SMC) and NVRAM.
    Resetting the SMC on portables with a battery you should not remove on your own
    Note: Portable computers that have a battery you should not remove on your own include MacBook Pro (Early 2009) and later, all models of MacBook Air, and MacBook (Late 2009).
    Shut down the computer.
    Plug in the MagSafe power adapter to a power source, connecting it to the Mac if its not already connected.
    On the built-in keyboard, press the (left side) Shift-Control-Option keys and the power button at the same time.
    Release all the keys and the power button at the same time.
    Press the power button to turn on the computer. 
    Note: The LED on the MagSafe power adapter may change states or temporarily turn off when you reset the SMC.
    You can find the full article here:
    Intel-based Macs: Resetting the System Management Controller (SMC)
    http://support.apple.com/kb/ht3964http://support.apple.com/kb/ht3964
    Resetting NVRAM / PRAM
    Shut down your Mac.
    Locate the following keys on the keyboard: Command (⌘), Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.
    You can find the full article here:
    About NVRAM and PRAM
    http://support.apple.com/kb/ht1379
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • My laptop L2000 lance Armstrong only boots to a black screen with a cursor.

    My laptop only boots to a black screen with a cursor. Can this be because the board numbers may be different then whats on the HD? I swaped a HD from a old and ugly L2000 to a new and shiny looking laptop!   dbarselow          

    Boot from the first of the system discs (by holding down the C key until the welcome screen goes away) and, in Disc Utility, repair privileges. Not just permissions, but privileges. Then reboot at normal. That will probably fix it.

  • Hp pavillion laptop with xp start up displays black screen with pointer

    Start up results in ms logo an turns to black screen with pointer. Fan and led function. No error codes. Maybe lsasse.exe file problem but cannot get to command prompt with esc, f8, f10 options. How do I get a command prompt? Tried all boot tricks including holding down on bottom to bleed power after removal of battery & power cord. Help?

    Yeah probably it died suddenly and some files on the hard drive are corrupt. Can you tap F8 as you power on and get into a menu that includes safe mode? If so choose safe mode with command prompt and when you can get to a command prompt type   
    chkdsk C: /r
    and hit enter and let the full chkdsk utility run. It might take a couple hours but it will fix file system errors on the hard drive and likely allow you to boot again, now that we know there is nothing mechanically wrong with the drive. If this does not work we can link you to a Windows 7 32 bit repair disk that will allow you to do the same thing. 

  • C655D 5210 tosiba black screen with mouse pointer

    I have only had this computer for 8 months. One day I turned it on, and windows kept restarting. After a few trouble shooting steps off the internet, I decided to reinstall windows 7 and lose my data and start all over. The first time it could not repair the computer and asked me to send the information to microsoft. Cannot boot in safe mode, I can get to the setup utility screen. This is a new Windows 7 cd. After several tries, it installed and said it had to restart, (this may happen several times) it only restarted once, then a black screen with a cursor. When I try to boot from the cd, the windows logo apppears, then a black screen with mouse pointer again. Toshiba is no help at all. This is my third Toshiba laptop. The first one did the same thing. But it was out of warranty, the amount they wanted to charge us, i just got another one. My mom's Toshiba just died with no real reason, the old one is in the garbage, and this one is only 8 months old. Toshiba would like us to send the computer in, pay for shipping, wait for 3 weeks, pay to ship it back to us, with a promise that it may not work.
    Please help
    here is the error message when trying to install windows 7
    file:\Boot\BCD
    Statu" 0xc000000f
    An error occured while attempting to read the boot configuration.

    Hi, last try is to install os manually,  a clean os Install (way to go here) 
    regards KalvinKlein
    Thinkies 2x X200s/X301 8GB 256GB SSD @ Win 7 64
    Ideas Centre A520 ,Yoga 2 256GB SSD,Yoga 2 tablet @ Win 8.1

  • 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

  • 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.

  • New screen standby bug (black screen with mouse cursor)

    It seems there is a new issue with adobe messing up the monitor standby process.
    This time the monitor turns of at the setup time, but after a few minutes turns on again showing a black screen with the mouse cursor in the middle.
    Happens with me if i have any kind of webbrowser running in the background, as soon as i quit the browser my screen stays off again. But with open browser windows it often turns on again and shows the black screen with the mouse cursor.
    Anyone else experiencing this problem?

    I haven't been able to reproduce this.  What makes you suspect Flash Player?  Do you see this behavior if you uninstall the player?  What output do you get if you type the following commands in a command prompt window?
    powercfg -lastwake
    powercfg -devicequery wake_armed
    Thanks,
    Chris

  • Tecra M2 - black screen with the cursor flashing

    Hi guys,
    Im hoping someone out there may be able to help me fix my laptop.
    Ive read a couple of posts but not sure they can help me.
    When I swicth on my Tecra M2, I just end up with a black screen with the cursor flashing in the top left or I get a screen filled with alternating 0's and 1's.
    Sometimes the TOSHIBA splash screen appears with the boot options, other times it doesnt.
    I cannot boot to CD and it wont boot to the HDD. Ive taken the HDD out and the CDROM out but it does the same thing which to me suggests that its not getting through the BIOS even as far as the boot sequence.
    Does this sound like BIOS failure to you and do you know of a way to fix it? Ive tried taking the battery out, powering off and starting again but the same thing happens.
    Any advice would be be appreicated.
    Thanks,
    Ross

    I have had this twice now and in both cases it was caused by a faulty HDD - to confirm that the motherboard etc is still OK load the recovery CD in the DVD drive (or even better a freestanding XP disc), press F2 on startup and shift the cursor under the DVD drive as the boot drive.
    If the motherboard etc is OK you will get the reload instructions (from the recovery disc) or a Windows install screens (from the XP install disc).
    Satisfied that the machine at least works - replace the HDD and recover from the recovery disc or try a Windows repair from the recovery console (from the XP install disc with the HDD still in place).
    In my cases I was forced to recover to a new HDD and then rebuild the machine from backups - I now clone the HDD when rebuilt.

  • Windows Vista and Windows 7 Only Boots to a black screen with a mouse cursor

    Windows Vista and Windows 7 Only Boots to  a black screen with a mouse cursor after I installed Mcafee Internet Security.
    Hi I installed 1of 3 McAfee Internet Security protections on my HP laptop a few weeks ago with no issues. I Have a Dell XPS 420 desk top with Windows Vista operating
    system, it’s never had any issues, until 2 nights ago I installed McAfee Internet Security (detected incompatible files and will remove) pc now only boots up to a black screen with a mouse cursor, it will show the windows logo and a hash symbol floating around
    the screen. Now 2 weeks ago I installed the same program on my Dell all in one desk top with Windows 7, the same issue happen but that pc has no screen activity, I tried a back to factory reboot on this one, still black screen. 

    Hi,
    Please install the compatible version of McAfee Internet Security:
    http://home.mcafee.com/store/internet-security
    if you have startup issue, you can boot into Safe Mode to uninstall the problematic software to go back into Windows.
    Alex Zhao
    TechNet Community Support

  • Black Screen With Xorg 1.6.1

    A few days ago, I upgraded xorg to 1.6.1 and probably also upgraded to the newest intel video driver.
    Since then, I get a black screen with an "X" cursor every time I try to start xfce4.
    Installing xf86-video-intel-legacy doesn't help, maybe I am missing some steps or doing it wrong somehow?
    Downgrading xorg to 1.6.0 doesn't help either, maybe I need to go even further back?
    Removing the intel video driver and specifying vesa in xorg.conf has the same result as before.
    Using a full, minimal, and no xorg.conf all has the same result.
    I just need to know what's causing the problem here but everything I try gives me a black screen. Thanks to anyone who can help me out!
    One more thing: I hate having to hold the power button to reboot every time i try something and get a black screen, I can hear my laptop hard drive screeching to a stop and I cringe every time. But ctrl+alt+backspace doesn't work and adding
    Section "ServerFlags"
    Option "DontZap" "false"
    EndSection
    to xorg.conf doesn't fix that.

    I'd post my log but I can't figure out how to get the log from the laptop to the windows PC im posting from now. I see the laptop using samba on the network from xp and i can browse it but i can't open any of the files. Also my flash drive doesn't appear under /media when I plug it in. I'll look into this tomorrow.
    As of right now, I am starting it by either typing startx or startxfce4 from the console, both give me a black screen. I don't use a login manager.
    I tried crtl+alt+ all the f keys and pretty much every other key combination I could think of with no luck

  • 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

  • Black screen with white flashing line on startup

    ~computer info~
    Mac OS X Version 10.6.7
    2.66 GHz Intel Core 2 Duo
    4GB 1067 MHz DDR3
    24 in. Montior
    Startup disk: Macintosh HD
    ~Partition info~
    FAT32 Windows XP
    ~issue~
    Hello; I've recently encountered a problem with bootcamp that I can't find a solution to... Every time I start up the computer in boot camp, all I get is that black screen with the white flashing line. It comes up, goes to a plain black screen, then quickly comes up again. It never stops, either. I've let it run, and it won't finish.
    I've had the partition for MONTHS now, and nothing like this has happened. I've had it since I upgraded to Snow Leopard awhile back, and needed to re-partition the drive. I literally had been using it the day before it happened, and the only thing that happened was that I got that "Windows Security 2011" malware, but I got rid of it fully (As I've gotten it 3 times this month). The other two times I got it, it didn't do anything. I fixed it, and went on with life. But is it possible that it broke something in the partitions inner files this time?
    I ran disk utility, and it said the partition was broken. After verifying it and confirming this, I did "Repair Drive", as it allowed me to. It finished with no errors and said it completed, so I tried to go back into the partition, but it gave me the same results.
    To be honest, most of my stuff is on my External Harddrive, so re-doing the partition is only going to be time used to me. But I still DO have things on there, and it'd be a pain to transfer them back and forth between the Mac and Windows partitions... I'd really like to know if there's anyway to fix this, or if it's just going to fall back to me re-partitioning the drive...
    Thanks for the help in advance.

    That blinking line is a "cursor."  It's only supposed to show for a second or two as your iMac switches to and then starts Windows.  But as you indicate here, it's not getting past the cursor..
    Disk Utility can repair FAT volumes, but it cannot correct issues caused by corrupted items which, if the volume was repaired, there may be some.
    Since we are dealing with a Windows boot partition, it's entirely possible that the repairs inadvertently corrupted the data Windows needs to start and run.  It's also posible that Mac OS, in fixing the Boot Camp volume, overwrote the existing boot record in the Windows partition with a generic, though non-bootable version.
    Windows' own CHKDSK should have been used to make the repairs rather than the OS X Disk Utility, which would have avoided this worst-case scenario in data recovery.  CHKDSK has a special version of itself on the Windows disc, which may be accesed by using the Windiws Recovery Consile upon pressing R during the "Welcome to Setup" screen.
    Though it appears ftom my position here that you will need to reinstall XP, it may yet be possible to recover data that hasn't been copied to the external HDD.  For this task, I'd like to recommend that you start up in Mac OS for the time being, and pull any new or changed items from the Boot Camp volume except for installed software; the latter are nearly impossible to transport with reasonable accuracy, and should instead be reinstalled.
    Once you have what you need, format your Boot Camp volume and reinstall Windows, this time selecting NTFS as your filesystem.  NTFS is the preferred option for Windows in general, thiaks to its innate file access controls as well as the ability to compress or encrypt data "on the fly."  NTFS can be read by Mac OS X, but not written from it, thus NTFS volumes cannot be altered except by Windows itself..  But it is also a requirement if you plan to upgrade your unit using Windows 7 in future.
    Nate

  • Black Screen with Cursor (Tried most solutions)

    To save your time and mine, I’ve tried all options in “press f8” and “recovery disk”. Over the past 3 days, I read almost all threads, videos, articles, and official MS help containing any mention of this problem. I also applied many commands, created few
    “SystemRescue CDs” and “Kaspersky Rescue 10” on a usb drive. I follow instructions very well, and have never been stumped by a windows problem like this before. If someone solves this, you are a wizard!
    Nothing has worked so far, but I really want to figure this out and not ‘reinstall’. It appears to be a simple and popular problem: “Right after Win 7 boot Logo, I get black screen with white mouse cursor,
    no matter if I boot in safe mode, last good configuration, or normal startup”, but all the solutions that worked for most people are not working for me.
    TL;DR: (answers to any of the 7 questions in the end will help me out)
    Custom System: Win 7 64 bit (updated consistently), 4gb ram, Quad Core 2.66, 64GB SSD (Crucial M4) and 4 hard other drives. Only windows installations/updates have been installed onto the SSD, no other programs. Only 1 OS has ever been installed
    on this computer. Never dual booted.
    Mobo: Asus Maximus Formula. GPU: AMD HD7870LE
    2014-04-19
    I haven’t installed or downloaded any programs in the past 3 weeks, and did not notice anything unusual up until this incident.
    In the morning the computer went into hibernation because I was away, it couldn’t wake up (usually happens), so I turned off the power supply. Turned it back on, and computer resumed, I was concerned as it may have run out of hard drive space on my 64GB
    SSD (4GB free), but it booted fine.
    Later during the day, I decided to restart the computer, and as it booted up again, it went into “start up repair”. I let it run and restart, and it arrived at the dreaded Black screen with mouse cursor, of death, right before logon screen.
    Symptoms while on this black screen.
    Ctrl alt del doesn’t work, power off doesn’t work, cursor can move, pressing ‘shift’ many times doesn’t bring up the ‘sticky key’. No task manager.
    Hard drive is not loading anything, just idle.
    Computer falls asleep after 15 minutes or so, and can wake up back to this black screen, so it remembers my power settings
    Safe mode loads the drivers fine, but also gets stuck on the same ‘black screen with cursor’ forever
    I tried every option in the ‘advanced boot’, including ‘safe with command prompt, safe with networking, last known configuration, etc’
    Last known configuration, and all of the above, all boots to ‘black screen with cursor’, this means windows believed it booted fine the last time, so it remembered this configuration. That’s because all the drivers loaded without issue. While loading
    Safe Mode, I can see windows loading all the drivers ok.
    No restore or backups (I know, I do not deserve to live, lesson learned)
    I tried all applicable functions from the ‘recovery cd command prompt’, bcdedit, bootrec, diskpart, and still couldn’t get it to boot.
    Commands applied in Elevated Command Prompt from Installation DVD: (very careful with backups and overwriting)
    Diskpart -> list volume, tells me that 100mb is system reserved, the other 59GB has no label, and is a different partition
    Bootrec -> scanos, tells me that I have 0 windows installations, used fixboot, /fixmbr, /rebuildmbr, all successful. Mounting the drive later on RescueDisk’s TestDisk shows no problems with either partition.
    BCDedit: shows both boot manager and winloader to be on the same drive, and I referenced it with a typical BCDedit enum output, and nothing is out of place.
    I went into Regedit by typing “regedit” in command prompt in Win7 recovery cd, and confimed that ‘Shell=explorer.exe’ under:
    HKEY_local machine/software/microsoft/WindowsNT/Currentversion/winlogon.
    Sfc /scannow couldn’t run due to “Pending repairs/restart”
    So I used: SFC.EXE /scannow /offbootdir=c:\  /offwindir=c:\windows
    Which ran and repaired some errors the first time. I ran it more just to make sure, with restarts in between, it gave me
    Win resource protection did not find any integrity violations.
    So the system files appears to be fine and not corrupted.
    Bootrec /scanos does not detect any windows installations. “0 Windows installations identified”, yet “Diskpart -> Detail Disk” and bcdedit both detects the windows directory.
    From windows recovery disk:
    Startup Repair diagnosis: (Show Details)
    All tests completed successfully
    Boot status indicates that the OS booted successfully
    It seems that the system and the OS boots successfully, and windows believes it boots successfully (that’s why last know good configuration gives me the black screen also, and Win Startup Diagnosis all says it booted successfully”
    It’s the second before it enters into the logon screen, the black screen and movable cursor appears, and hangs here forever. What programs load during this step, and how can I find out this info? Is there a diagnosis tool that allows me to see the programs
    as they load during windows start up?
    Other attempts:
    Then I read it could be windows using “winresume.exe” instead of winloader.exe, since I have “hiberfil.sys” in C:\windows, so I backed it up and deleted it using SystemRescue.
    Another thread said “winevt” bad logs, in C:\windows\system32\winevt were causing this black screen, so I backed it up and deleted that also, and it still won’t boot.
    I plugged in the devices that were attached (just 1 ext hard drive, through a 10 port usb hub) that was connected while it went into hibernation on April 19th, and it didn’t help.
    The files on that disk and the file system is not corrupt; I tested it by taking it out and docking it on a usb Blax Duet, and my laptop did a scan disc, and it’s fine. The Sfc Scan also shows that it is ok.
    I also unplugged all the other sata drives, switched the SSD sata cable around to other sata ports to no prevail.
    So far I know:
    Very unlikely that it’s a virus problem, I haven’t installed or downloaded anything this month, scans from Kaspersky 10 rescue disk shows nothing, Farbar scan shows nothing. I also never install anything suspicious, like toolbars or junk. I scan regularily.
    Not a driver problem, since I haven’t changed or updated anything. I unplugged all devices, and starting in 640x480 mode also gives the black screen with cursor. Drivers all loaded fine while starting windows and safe mode
    Boot files are intact, windows system files are in the right place since windows actually boots into a shell? Both bootloader and boot manager show up in bcdedit enum scans
    Not due to system file corruption, since file integrity are confirmed ok by above CMD commands, and windows diagnostic tool, and testdisk.
    My questions:
    What could be the cause of this? I didn’t make any changes to BIOS, windows settings, perform any updates, suspicious activities, installations, or crashes, before this. The files on that disk and the file system are not corrupt either, I tested it by
    taking it out and docking it on a usb Blax Duet, and my laptop did a scan disc, and it’s fine.
    Which program (classpnp.sys? explorer.exe? winlogon.exe?) is being loaded right before “windows logon screen” that would cause it to hang with a black background and cursor?
    How can I find out this information? Is there a tool that can record all programs that are being loaded by windows at boot?
    I only have access to regedit, elevated command prompt, and I can change files through SystemRescue or Kaspersky recue, how can I get the computer to boot past that black screen with a mouse cursor? The answer seems so close.
    From the Rescue Disks, what could I really do to get past the black screen?
    Those who are computer technicians could tell me: If I take it to a computer shop or technician, what could they do in a situation like this aside from all of the above? Do they have some ‘next level’ access tools or are they just going to waste my time
    and tell me I have to reinstall?
    At the very worst, I will obviously reintall. On my 64gb SSD, I didn’t install any important softwares. All my important software installations are on a separate drive. However, will they still work if I did a ‘Inplace Upgrade’ install of windows? Does
    registry get wiped?

    Hi,
    Have you tried to take startup repair when booting with the rescue disk?
    Startup Repair
    And we'd better bring the PC to the vendors, then take an examination of the hardware health.
    How does the Bootrec /scanos show 0 installation identified? We may take a try with chkdsk from command line to check if there are any disk errors:
    Run Check Disk from a Command Line to Check for and fix Disk Errors
    Please also take a check if the system reserved partition is stay in health:
    Understand (and Get Rid of) the Mysterious Small Partition
    Another shoot, please try to rebuild BCD:
    Use Bootrec.exe in the Windows RE to troubleshoot startup issues
    Regarding the repair install, detailed information please take a check with the article below:
    How to do a repair install to fix Windows 7
    Hope this may help
    Best regards
    Michael Shao
    TechNet Community Support
    Did you read his post at all as it does not look like it.
    As to take it to a vendor "Custom System:"" Win 7 64 bit (updated consistently), 4gb ram, Quad Core 2.66, 64GB SSD (Crucial M4) and 4 hard other drives. Only windows installations/updates have been installed onto the SSD,
    no other programs. Only 1 OS has ever been installed on this computer. Never dual booted."
    As to your other suggestions he has tried them all as have thousands of us out here , all you have to do is search the internet  and you see millions of hits about this.
    And glad to see a moderator can mark a non answer as an answer.

Maybe you are looking for