You are not logged in.

#1 2016-04-07 15:43:22

loserMcloser
Member
From: Canada
Registered: 2004-12-15
Posts: 130

[SOLVED] i915 screen turns off after boot

Thought I would post this to help anyone with the same issue.

PROBLEM: After upgrading the kernel from 4.3 to 4.4, the monitor would go into power-saving mode immediately after the i915 module was loaded from the initramfs.

REASON: The monitor was no longer being detected by the card. After booting to the archfallback initramfs with i915.modeset=0 to get a working text display, found:

$ journalctl | grep i915
...
kernel: i915 0000:00:02.0: No connectors reported connected with modes
...

SOLUTION: With help from the wiki:

  1. Temporarily downgraded the kernel back to the most recent working 4.3 version.

  2. Found the usual connector for card:

    $ for p in /sys/class/drm/*/status; do con=${p%/status}; echo -n "${con#*/card?-}: "; cat $p; done
    DP-1: disconnected
    HDMI-A-1: connected
    VGA-1: disconnected
  3. Chose the desired resolution and refresh rate:

    $ xrandr
    ...
    HDMI1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 510mm x 290mm
       1920x1080     60.00*+
    ...
  4. Added the following parameter to the kernel APPEND line:

    video=HDMI-A-1:1920x1080@60D

    (The suffix D tells it to force the digital output on, not sure if this was needed or not, but it works for me so I'm leaving it.)

  5. Upgraded the kernel back up to the current package, crossed fingers, rebooted, success!

Cheers!

Offline

#2 2016-04-26 20:27:49

archwu
Member
Registered: 2016-04-26
Posts: 1

Re: [SOLVED] i915 screen turns off after boot

Thanks a lot! Although I am using Ubuntu 16.04 I was so glad to find a solution here! Didn't even think about the possibility that simply the card didn't detect my monitor.

Offline

#3 2016-10-22 09:51:22

sulaweyo
Member
From: Austria
Registered: 2013-07-08
Posts: 24

Re: [SOLVED] i915 screen turns off after boot

Thank you loserMcloser!
I had this problem for some time but never bothered to fix it as i ssh into that box usually. Started to become a real problem when i locked me out via a firewall rule. Finally fixed it now.
Thx

Offline

#4 2017-06-10 14:33:53

schneida
Member
Registered: 2009-02-19
Posts: 76
Website

Re: [SOLVED] i915 screen turns off after boot

Archlinux Forum is the best! @loserMcloser your solution worked perfectly for Openelec to force enabling the HDMI output even if no display is connected. Now I'm able to startup Kodi/Openelec without the TV turned on and can still listen to music via the audio receiver!

Offline

#5 2017-06-10 15:21:22

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,899
Website

Re: [SOLVED] i915 screen turns off after boot

Schneida, you should know better than to necrobump.

https://wiki.archlinux.org/index.php/Co … bumping.22

Closing.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Online

Board footer

Powered by FluxBB