You are not logged in.

#1 2015-05-24 16:08:19

tk2001
Member
Registered: 2015-02-23
Posts: 4

Black Screen when trying to start SLiM or GDM

I am having an issue with X Server not being started properly GDM doesn't even output logs while SLiM continually waits for the X Server to be accessible. I have an HP ENVY-j180ca laptop which uses both the onboard intel graphics and a NVIDIA 840M GPU, so I have tried to set up Optimus by editing the generated xorg config made by the NVIDIA driver. Here is the config:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 352.09  (buildmeister@swio-display-x86-rhel47-06)  Tue May 12 15:28:55 PDT 2015

Section "ServerLayout"
    Identifier     "layout"
    Screen      0  "nvidia"
    Inactive       "intel"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "nvidia"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BusID          "PCI:7:0:0"
    Option         "ConnectedMonitor" "string"
EndSection

Section "Screen"
    Identifier     "nvidia"
    Device         "nvidia"
    Option         "AllowEmptyInitialConfiguration" "Yes"
EndSection

Section "Device"
    Identifier     "Intel"
    Driver         "modesetting"
    Option         "AccelMethod" "none"
EndSection

Section "Screen"
    Identifier    "intel"
    Device        "intel"
EndSection

The outputted Xorg.0.log looks like:

[    13.289] 
X.Org X Server 1.17.1
Release Date: 2015-02-10
[    13.289] X Protocol Version 11, Revision 0
[    13.289] Build Operating System: Linux 3.19.2-1-ARCH x86_64 
[    13.289] Current Operating System: Linux ChrisLinux 4.0.4-2-ARCH #1 SMP PREEMPT Fri May 22 03:05:23 UTC 2015 x86_64
[    13.289] Kernel command line: initrd=\initramfs-linux.img root=/dev/sda6 rw
[    13.289] Build Date: 14 April 2015  10:34:18AM
[    13.289]  
[    13.289] Current version of pixman: 0.32.6
[    13.289] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    13.289] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    13.289] (==) Log file: "/var/log/Xorg.0.log", Time: Sun May 24 07:42:28 2015
[    13.350] (==) Using config file: "/etc/X11/xorg.conf"
[    13.350] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    13.417] (==) ServerLayout "layout"
[    13.417] (**) |-->Screen "nvidia" (0)
[    13.417] (**) |   |-->Monitor "<default monitor>"
[    13.441] (**) |   |-->Device "nvidia"
[    13.441] (==) No monitor specified for screen "nvidia".
	Using a default monitor configuration.
[    13.441] (**) |-->Inactive Device "Intel"
[    13.441] (==) Automatically adding devices
[    13.441] (==) Automatically enabling devices
[    13.441] (==) Automatically adding GPU devices
[    13.476] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[    13.476] 	Entry deleted from font path.
[    13.476] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[    13.476] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[    13.476] 	Entry deleted from font path.
[    13.476] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[    13.476] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/Type1/
[    13.476] (==) ModulePath set to "/usr/lib/xorg/modules"
[    13.476] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    13.479] (II) Loader magic: 0x815d80
[    13.479] (II) Module ABI versions:
[    13.479] 	X.Org ANSI C Emulation: 0.4
[    13.479] 	X.Org Video Driver: 19.0
[    13.479] 	X.Org XInput driver : 21.0
[    13.479] 	X.Org Server Extension : 9.0
[    13.480] (EE) systemd-logind: failed to get session: PID 358 does not belong to any known session
[    13.480] (II) xfree86: Adding drm device (/dev/dri/card1)
[    13.480] (II) xfree86: Adding drm device (/dev/dri/card0)
[    13.482] (--) PCI:*(0:0:2:0) 8086:0416:103c:1968 rev 6, Mem @ 0xb7000000/4194304, 0xc0000000/268435456, I/O @ 0x00007000/64
[    13.482] (--) PCI: (0:7:0:0) 10de:1341:103c:21a1 rev 162, Mem @ 0xb5000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00005000/128
[    13.482] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    13.482] (II) LoadModule: "glx"
[    13.502] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    14.365] (II) Module glx: vendor="NVIDIA Corporation"
[    14.365] 	compiled for 4.0.2, module version = 1.0.0
[    14.365] 	Module class: X.Org Server Extension
[    14.366] (II) NVIDIA GLX Module  352.09  Tue May 12 14:17:34 PDT 2015
[    14.381] (II) LoadModule: "nvidia"
[    14.393] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    14.474] (II) Module nvidia: vendor="NVIDIA Corporation"
[    14.474] 	compiled for 4.0.2, module version = 1.0.0
[    14.474] 	Module class: X.Org Video Driver
[    14.475] (II) LoadModule: "modesetting"
[    14.475] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    14.490] (II) Module modesetting: vendor="X.Org Foundation"
[    14.490] 	compiled for 1.17.1, module version = 1.17.1
[    14.490] 	Module class: X.Org Video Driver
[    14.490] 	ABI class: X.Org Video Driver, version 19.0
[    14.490] (II) NVIDIA dlloader X Driver  352.09  Tue May 12 13:54:27 PDT 2015
[    14.490] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    14.499] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    14.499] (++) using VT number 7

[    14.516] (II) Loading sub module "fb"
[    14.516] (II) LoadModule: "fb"
[    14.526] (II) Loading /usr/lib/xorg/modules/libfb.so
[    14.537] (II) Module fb: vendor="X.Org Foundation"
[    14.537] 	compiled for 1.17.1, module version = 1.0.0
[    14.537] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    14.537] (II) Loading sub module "wfb"
[    14.537] (II) LoadModule: "wfb"
[    14.537] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    14.541] (II) Module wfb: vendor="X.Org Foundation"
[    14.541] 	compiled for 1.17.1, module version = 1.0.0
[    14.541] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    14.541] (II) Loading sub module "ramdac"
[    14.541] (II) LoadModule: "ramdac"
[    14.541] (II) Module "ramdac" already built-in
[    14.557] (II) modeset(1): using drv /dev/dri/card0
[    14.557] (II) modeset(G0): using drv /dev/dri/card0
[    14.557] (EE) Screen 1 deleted because of no matching config section.
[    14.557] (II) UnloadModule: "modesetting"
[    14.557] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"nvidia" for depth/fbbpp 24/32
[    14.557] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    14.557] (==) NVIDIA(0): RGB weight 888
[    14.557] (==) NVIDIA(0): Default visual is TrueColor
[    14.557] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    14.557] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration" "Yes"
[    14.558] (**) NVIDIA(0): Option "ConnectedMonitor" "string"
[    14.558] (**) NVIDIA(0): Enabling 2D acceleration
[    14.558] (**) NVIDIA(0): ConnectedMonitor string: "string"
[    14.806] (II) NVIDIA: Allocated GPU:0 (GPU-943cf3a7-7e76-cead-8cb6-7438043a8d71) @
[    14.806] (II) NVIDIA:     PCI:0000:07:00.0
[    14.807] (II) NVIDIA: Freed GPU:0 (GPU-943cf3a7-7e76-cead-8cb6-7438043a8d71) @
[    14.807] (II) NVIDIA:     PCI:0000:07:00.0
[    14.807] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
[    14.808] (II) NVIDIA(0): NVIDIA GPU GeForce 840M (GM108-A) at PCI:7:0:0 (GPU-0)
[    14.808] (--) NVIDIA(0): Memory: 2097152 kBytes
[    14.808] (--) NVIDIA(0): VideoBIOS: 82.08.14.00.0e
[    14.808] (II) NVIDIA(0): Detected PCI Express Link width: 4X
[    14.808] (II) NVIDIA(0): Validated MetaModes:
[    14.808] (II) NVIDIA(0):     "NULL"
[    14.808] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[    14.809] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[    14.809] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[    14.809] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[    14.809] (**) modeset(G0): Option "AccelMethod" "none"
[    14.809] (==) modeset(G0): RGB weight 888
[    14.809] (==) modeset(G0): Default visual is TrueColor
[    14.809] (**) modeset(G0): glamor disabled
[    14.809] (II) modeset(G0): ShadowFB: preferred YES, enabled YES
[    14.811] (II) modeset(G0): Output eDP-1-0 has no monitor section
[    14.823] (II) modeset(G0): Output VGA-1-0 has no monitor section
[    14.823] (II) modeset(G0): Output HDMI-1-0 has no monitor section
[    14.825] (II) modeset(G0): EDID for output eDP-1-0
[    14.825] (II) modeset(G0): Manufacturer: AUO  Model: 219d  Serial#: 0
[    14.825] (II) modeset(G0): Year: 2011  Week: 0
[    14.825] (II) modeset(G0): EDID Version: 1.4
[    14.825] (II) modeset(G0): Digital Display Input
[    14.825] (II) modeset(G0): 6 bits per channel
[    14.825] (II) modeset(G0): Digital interface is undefined
[    14.825] (II) modeset(G0): Max Image Size [cm]: horiz.: 38  vert.: 21
[    14.825] (II) modeset(G0): Gamma: 2.20
[    14.825] (II) modeset(G0): No DPMS capabilities specified
[    14.825] (II) modeset(G0): Supported color encodings: RGB 4:4:4 
[    14.825] (II) modeset(G0): First detailed timing is preferred mode
[    14.825] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[    14.825] (II) modeset(G0): redX: 0.620 redY: 0.340   greenX: 0.330 greenY: 0.570
[    14.825] (II) modeset(G0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
[    14.825] (II) modeset(G0): Manufacturer's mask: 0
[    14.825] (II) modeset(G0): Supported detailed timing:
[    14.825] (II) modeset(G0): clock: 140.5 MHz   Image Size:  381 x 214 mm
[    14.825] (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2068 h_blank_end 2104 h_border: 0
[    14.825] (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1089 v_blanking: 1112 v_border: 0
[    14.825] (II) modeset(G0): Supported detailed timing:
[    14.825] (II) modeset(G0): clock: 93.7 MHz   Image Size:  381 x 214 mm
[    14.825] (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2068 h_blank_end 2104 h_border: 0
[    14.825] (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1089 v_blanking: 1112 v_border: 0
[    14.825] (II) modeset(G0): Unknown vendor-specific block 2
[    14.825] (II) modeset(G0): EDID (in hex):
[    14.825] (II) modeset(G0): 	00ffffffffffff0006af9d2100000000
[    14.825] (II) modeset(G0): 	001501049026157802c8959e57549226
[    14.825] (II) modeset(G0): 	0f505400000001010101010101010101
[    14.825] (II) modeset(G0): 	010101010101e23680b8703820403064
[    14.825] (II) modeset(G0): 	36007dd610000018972480b870382040
[    14.825] (II) modeset(G0): 	306436007dd610000018000000000000
[    14.825] (II) modeset(G0): 	00000000000000000000000000000002
[    14.825] (II) modeset(G0): 	000c33f90a3c641f14226e202020002f
[    14.825] (II) modeset(G0): Printing probed modes for output eDP-1-0
[    14.825] (II) modeset(G0): Modeline "1920x1080"x60.1  140.50  1920 1968 2068 2104  1080 1083 1089 1112 -hsync -vsync (66.8 kHz eP)
[    14.825] (II) modeset(G0): Modeline "1920x1080"x40.0   93.67  1920 1968 2068 2104  1080 1083 1089 1112 -hsync -vsync (44.5 kHz e)
[    14.825] (II) modeset(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    14.825] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    14.825] (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    14.825] (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    14.825] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    14.825] (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    14.825] (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    14.825] (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    14.825] (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    14.825] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    14.825] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    14.825] (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    14.825] (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    14.825] (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    14.825] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    14.825] (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    14.825] (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    14.825] (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    14.825] (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    14.836] (II) modeset(G0): EDID for output VGA-1-0
[    14.836] (II) modeset(G0): EDID for output HDMI-1-0
[    14.836] (II) modeset(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    14.836] (==) modeset(G0): DPI set to (96, 96)
[    14.836] (II) Loading sub module "fb"
[    14.836] (II) LoadModule: "fb"
[    14.837] (II) Loading /usr/lib/xorg/modules/libfb.so
[    14.837] (II) Module fb: vendor="X.Org Foundation"
[    14.837] 	compiled for 1.17.1, module version = 1.0.0
[    14.837] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    14.837] (II) Loading sub module "shadow"
[    14.837] (II) LoadModule: "shadow"
[    14.837] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    14.841] (II) Module shadow: vendor="X.Org Foundation"
[    14.841] 	compiled for 1.17.1, module version = 1.1.0
[    14.841] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    14.841] (--) Depth 24 pixmap format is 32 bpp
[    14.842] (==) modeset(G0): Backing store enabled
[    14.842] (==) modeset(G0): Silken mouse enabled
[    14.842] (II) modeset(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    14.843] (==) modeset(G0): DPMS enabled
[    14.843] (WW) modeset(G0): Option "AllowEmptyInitialConfiguration" is not used
[    15.117] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[    15.117] (II) NVIDIA:     access.
[    15.127] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    15.127] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    15.127] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    15.127] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    15.127] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    15.127] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    15.127] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    15.127] (II) NVIDIA(0):     Config Options in the README.
[    15.159] (II) NVIDIA(0): Built-in logo is bigger than the screen.
[    15.159] (II) NVIDIA(0): Setting mode "NULL"
[    15.173] (==) NVIDIA(0): Disabling shared memory pixmaps
[    15.173] (==) NVIDIA(0): Backing store enabled
[    15.173] (==) NVIDIA(0): Silken mouse enabled
[    15.173] (==) NVIDIA(0): DPMS enabled
[    15.173] (II) Loading sub module "dri2"
[    15.173] (II) LoadModule: "dri2"
[    15.173] (II) Module "dri2" already built-in
[    15.173] (II) NVIDIA(0): [DRI2] Setup complete
[    15.173] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    15.173] (--) RandR disabled
[    15.192] (II) Initializing extension GLX
[    15.192] (II) Indirect GLX disabled.(II) modeset(G0): Damage tracking initialized
[    15.530] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    15.530] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    15.531] (II) LoadModule: "evdev"
[    15.531] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    15.558] (II) Module evdev: vendor="X.Org Foundation"
[    15.558] 	compiled for 1.17.1, module version = 2.9.2
[    15.558] 	Module class: X.Org XInput Driver
[    15.558] 	ABI class: X.Org XInput driver, version 21.0
[    15.558] (II) Using input driver 'evdev' for 'Power Button'
[    15.558] (**) Power Button: always reports core events
[    15.558] (**) evdev: Power Button: Device: "/dev/input/event4"
[    15.558] (--) evdev: Power Button: Vendor 0 Product 0x1
[    15.558] (--) evdev: Power Button: Found keys
[    15.558] (II) evdev: Power Button: Configuring as keyboard
[    15.558] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event4"
[    15.558] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    15.558] (**) Option "xkb_rules" "evdev"
[    15.558] (**) Option "xkb_model" "pc104"
[    15.558] (**) Option "xkb_layout" "us"
[    15.570] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[    15.570] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    15.570] (II) Using input driver 'evdev' for 'Video Bus'
[    15.570] (**) Video Bus: always reports core events
[    15.570] (**) evdev: Video Bus: Device: "/dev/input/event8"
[    15.570] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    15.570] (--) evdev: Video Bus: Found keys
[    15.570] (II) evdev: Video Bus: Configuring as keyboard
[    15.570] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input9/event8"
[    15.570] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    15.570] (**) Option "xkb_rules" "evdev"
[    15.570] (**) Option "xkb_model" "pc104"
[    15.570] (**) Option "xkb_layout" "us"
[    15.570] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[    15.570] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    15.570] (II) Using input driver 'evdev' for 'Video Bus'
[    15.570] (**) Video Bus: always reports core events
[    15.570] (**) evdev: Video Bus: Device: "/dev/input/event7"
[    15.570] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    15.571] (--) evdev: Video Bus: Found keys
[    15.571] (II) evdev: Video Bus: Configuring as keyboard
[    15.571] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4b/LNXVIDEO:00/input/input8/event7"
[    15.571] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    15.571] (**) Option "xkb_rules" "evdev"
[    15.571] (**) Option "xkb_model" "pc104"
[    15.571] (**) Option "xkb_layout" "us"
[    15.571] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    15.571] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    15.571] (II) Using input driver 'evdev' for 'Power Button'
[    15.571] (**) Power Button: always reports core events
[    15.571] (**) evdev: Power Button: Device: "/dev/input/event3"
[    15.571] (--) evdev: Power Button: Vendor 0 Product 0x1
[    15.571] (--) evdev: Power Button: Found keys
[    15.571] (II) evdev: Power Button: Configuring as keyboard
[    15.571] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4/event3"
[    15.571] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    15.571] (**) Option "xkb_rules" "evdev"
[    15.571] (**) Option "xkb_model" "pc104"
[    15.571] (**) Option "xkb_layout" "us"
[    15.571] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[    15.571] (II) No input driver specified, ignoring this device.
[    15.571] (II) This device may have been added with another device file.
[    15.571] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event10)
[    15.571] (II) No input driver specified, ignoring this device.
[    15.571] (II) This device may have been added with another device file.
[    15.571] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event11)
[    15.571] (II) No input driver specified, ignoring this device.
[    15.571] (II) This device may have been added with another device file.
[    15.571] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event12)
[    15.571] (II) No input driver specified, ignoring this device.
[    15.571] (II) This device may have been added with another device file.
[    15.571] (II) config/udev: Adding input device HP Truevision HD (/dev/input/event13)
[    15.572] (**) HP Truevision HD: Applying InputClass "evdev keyboard catchall"
[    15.572] (II) Using input driver 'evdev' for 'HP Truevision HD'
[    15.572] (**) HP Truevision HD: always reports core events
[    15.572] (**) evdev: HP Truevision HD: Device: "/dev/input/event13"
[    15.572] (--) evdev: HP Truevision HD: Vendor 0xbda Product 0x5775
[    15.572] (--) evdev: HP Truevision HD: Found keys
[    15.572] (II) evdev: HP Truevision HD: Configuring as keyboard
[    15.572] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-7/2-7:1.0/input/input15/event13"
[    15.572] (II) XINPUT: Adding extended input device "HP Truevision HD" (type: KEYBOARD, id 10)
[    15.572] (**) Option "xkb_rules" "evdev"
[    15.572] (**) Option "xkb_model" "pc104"
[    15.572] (**) Option "xkb_layout" "us"
[    15.572] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event14)
[    15.572] (II) No input driver specified, ignoring this device.
[    15.572] (II) This device may have been added with another device file.
[    15.572] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event15)
[    15.572] (II) No input driver specified, ignoring this device.
[    15.572] (II) This device may have been added with another device file.
[    15.572] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event16)
[    15.572] (II) No input driver specified, ignoring this device.
[    15.572] (II) This device may have been added with another device file.
[    15.572] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    15.572] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    15.572] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    15.572] (**) AT Translated Set 2 keyboard: always reports core events
[    15.572] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    15.572] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    15.572] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    15.572] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    15.572] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    15.572] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[    15.572] (**) Option "xkb_rules" "evdev"
[    15.572] (**) Option "xkb_model" "pc104"
[    15.572] (**) Option "xkb_layout" "us"
[    15.572] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event9)
[    15.572] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    15.572] (II) Using input driver 'evdev' for 'SynPS/2 Synaptics TouchPad'
[    15.572] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    15.572] (**) evdev: SynPS/2 Synaptics TouchPad: Device: "/dev/input/event9"
[    15.572] (--) evdev: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[    15.572] (--) evdev: SynPS/2 Synaptics TouchPad: Found 1 mouse buttons
[    15.572] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute axes
[    15.572] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute multitouch axes
[    15.572] (--) evdev: SynPS/2 Synaptics TouchPad: Found x and y absolute axes
[    15.572] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute touchpad.
[    15.572] (II) evdev: SynPS/2 Synaptics TouchPad: Configuring as touchpad
[    15.572] (**) evdev: SynPS/2 Synaptics TouchPad: YAxisMapping: buttons 4 and 5
[    15.572] (**) evdev: SynPS/2 Synaptics TouchPad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    15.572] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input10/event9"
[    15.572] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[    15.572] (II) evdev: SynPS/2 Synaptics TouchPad: initialized for absolute axes.
[    15.573] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[    15.573] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
[    15.573] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    15.573] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    15.573] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    15.573] (II) No input driver specified, ignoring this device.
[    15.573] (II) This device may have been added with another device file.
[    15.573] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event6)
[    15.573] (II) No input driver specified, ignoring this device.
[    15.573] (II) This device may have been added with another device file.
[    15.573] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/js0)
[    15.573] (II) No input driver specified, ignoring this device.
[    15.573] (II) This device may have been added with another device file.
[    15.573] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    15.573] (II) No input driver specified, ignoring this device.
[    15.573] (II) This device may have been added with another device file.
[    15.573] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event17)
[    15.573] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    15.573] (II) Using input driver 'evdev' for 'HP WMI hotkeys'
[    15.573] (**) HP WMI hotkeys: always reports core events
[    15.573] (**) evdev: HP WMI hotkeys: Device: "/dev/input/event17"
[    15.573] (--) evdev: HP WMI hotkeys: Vendor 0 Product 0
[    15.573] (--) evdev: HP WMI hotkeys: Found keys
[    15.573] (II) evdev: HP WMI hotkeys: Configuring as keyboard
[    15.573] (**) Option "config_info" "udev:/sys/devices/virtual/input/input11/event17"
[    15.573] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 13)
[    15.573] (**) Option "xkb_rules" "evdev"
[    15.573] (**) Option "xkb_model" "pc104"
[    15.573] (**) Option "xkb_layout" "us"
[    15.573] (II) config/udev: Adding input device HP Wireless hotkeys (/dev/input/event1)
[    15.573] (**) HP Wireless hotkeys: Applying InputClass "evdev keyboard catchall"
[    15.573] (II) Using input driver 'evdev' for 'HP Wireless hotkeys'
[    15.573] (**) HP Wireless hotkeys: always reports core events
[    15.573] (**) evdev: HP Wireless hotkeys: Device: "/dev/input/event1"
[    15.573] (--) evdev: HP Wireless hotkeys: Vendor 0 Product 0
[    15.573] (--) evdev: HP Wireless hotkeys: Found keys
[    15.573] (II) evdev: HP Wireless hotkeys: Configuring as keyboard
[    15.573] (**) Option "config_info" "udev:/sys/devices/virtual/input/input2/event1"
[    15.573] (II) XINPUT: Adding extended input device "HP Wireless hotkeys" (type: KEYBOARD, id 14)
[    15.573] (**) Option "xkb_rules" "evdev"
[    15.573] (**) Option "xkb_model" "pc104"
[    15.573] (**) Option "xkb_layout" "us"

and the slim.log is:

slim: waiting for X server to begin accepting connections.
Giving up.
slim: unable to connect to X server


slim: waiting for X server to begin accepting connections
Giving up.
slim: unable to connect to X server


slim: waiting for X server to begin accepting connections
Giving up.
slim: unable to connect to X server


slim: waiting for X server to begin accepting connections
Giving up.
slim: unable to connect to X server


slim: waiting for X server to begin accepting connections
Giving up.
slim: unable to connect to X server


slim: waiting for X server to begin accepting connections.
slim: unexpected signal 15
slim: connection to X server lost.

slim: waiting for X server to shut down



slim: waiting for X server to begin accepting connections.
slim: unexpected signal 15
slim: connection to X server lost.

slim: waiting for X server to shut down



slim: waiting for X server to begin accepting connections.

Any help on the matter would be much appreciated!!

Offline

#2 2015-05-24 18:20:29

tk2001
Member
Registered: 2015-02-23
Posts: 4

Re: Black Screen when trying to start SLiM or GDM

Just an update, it seems that the display manager is starting and running fine, I just didn't realize that slim.log was from before I set up optimus, so I assume it is a monitor issue? Do I need to set up the monitor manually?

Offline

Board footer

Powered by FluxBB