You are not logged in.

#1 2016-03-02 13:31:50

sontags
Member
Registered: 2016-03-02
Posts: 1

boot process/login not shown on external monitor

Since 4 weeks or so I have an odd thing going on: Having my laptop closed on the docking station I don't see any output on the screen until I (blindly) logged in (eg. have X started).

The thing worked once, updates have been reverted after the issue occurred without any effect...

Laptop: HP EliteBook Folio 1040 G1
Dock: HP Ultra Slim Docking Station
Monitor: 34" Class Curved 21:9 UltraWide IPS LED Monitor
OS: 4.4.1-2-ARCH
WM: i3
DM: none/Std Prompt

xrandr

Screen 0: minimum 8 x 8, current 3440 x 1440, maximum 32767 x 32767
eDP1 connected (normal left inverted right x axis y axis)
   1600x900      60.05 +  40.04  
   1368x768      60.00  
   1280x720      60.00  
   1024x768      60.00  
   1024x576      60.00  
   960x540       60.00  
   800x600       60.32    56.25  
   864x486       60.00  
   800x450       60.00  
   640x480       59.94  
   720x405       60.00  
   640x360       60.00  
DP1 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
DP2-1 connected 3440x1440+0+0 (normal left inverted right x axis y axis) 800mm x 335mm
   3440x1440     59.97 +  49.99*   29.99  
   2560x1080     60.00  
   1920x1080     60.00    59.94  
   1680x1050     59.95  
   1600x900      60.00  
   1280x1024     60.02  
   1280x800      59.81  
   1152x864      59.97  
   1280x720      60.00    59.94  
   1024x768      60.00  
   800x600       60.32  
   720x480       60.00    59.94  
   640x480       60.00    59.94  
DP2-2 disconnected (normal left inverted right x axis y axis)
DP2-3 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)

.xinitrc

#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)

if [ -d /etc/X11/xinit/xinitrc.d ]; then
  for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
  done
  unset f
fi

# read Xresources
[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources

xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Tapping Enabled" 1

start-pulseaudio-x11                    # start pulseaudio
setxkbmap -option compose:ralt          # map right alt to compose key
setxkbmap -option ctrl:nocaps           # make Caps Lock a Control key
unclutter &                             # hide mouse when not needed
autocutsel -fork &                      # sync clipboards
autocutsel -selection PRIMARY -fork &   # "
randrctl auto                           # configure monitors
feh --bg-fill ~/.bg.jpg                 # set background

exec i3                                 # start i3wm

randrctl dump

{
    "match": {
        "eDP1": {
            "edid": "b62129e084008b099a0e913b252dbd2a"
        },
        "DP2-1": {
            "edid": "861f2b034e1bbdf877acf57077e76b08"
        }
    },
    "outputs": {
        "DP2-1": {
            "rate": "50",
            "pos": "0x0",
            "panning": "0x0",
            "rotate": "normal",
            "mode": "3440x1440"
        }
    },
    "primary": null
}

Thanks and regards...

Offline

Board footer

Powered by FluxBB