Graphics failure with Intel Corporation HD Graphics 520
I initially posed this question to the LXQt Spin mailing list, but I'm now experiencing the exact same issue with the regular old Fedora Workstation 26 Live x86_64 image:
Hi, folks! I ran the LxQt spin for the first time yesterday. (I've been using mostly Debian-based OSes since about 2004 so I'm kinda new to Fedora.) I'm experiencing kind of a baffling graphics issue and I wonder if anyone has some insight on whether I might be missing some driver packages or anything?
When I try to boot the live installation media it consistently hangs on a black screen, after only a brief blip of text at the console. I'm only able to get it running in usable fashion via "basic graphics mode". Unfortunately, after installing to my hard drive and updating everything via dnf, I'm still stuck in "basic graphics mode." That means I'm stuck in 800x600 resolution, though my monitor's native resolution is 1920x1080
Here's the relevant output from lspci:
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 520 (rev 07) (prog-if 00 [VGA controller])
Subsystem: ASUSTeK Computer Inc. Device 12c0
Flags: bus master, fast devsel, latency 0, IRQ 255
Memory at de000000 (64-bit, non-prefetchable) [size=16M]
Memory at c0000000 (64-bit, prefetchable) [size=256M]
I/O ports at f000 [size=64]
[virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
Capabilities: [40] Vendor Specific Information: Len=0c <?>
Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
Capabilities: [ac] MSI: Enable- Count=1/1 Maskable- 64bit-
Capabilities: [d0] Power Management version 2
Capabilities: [100] Process Address Space ID (PASID)
Capabilities: [200] Address Translation Service (ATS)
Capabilities: [300] Page Request Interface (PRI)
Kernel modules: i915
The grub boot options include "nomodeset". After something I read, I tried changing this to "i915.modeset=1", but that brought me right back to the black screen issue, and I wound up re-installing Fedora. I also made sure I had xorg-x11-drv-intel installed.
I also tried to use this Linux Intel Graphics Driver Update Tool (v2.0.5) following the instructions for Fedora 25, but it gave me a "Distribution not supported" message, so I guess it's not ready for Fedora 26.
Anyone had any luck finding a workaround for graphics hardware like this on Fedora 26? Should I maybe try downgrading to Fedora 25? (I haven't tried it yet on this laptop). The graphics drivers that shipped with Ubuntu worked fine on this laptop "out of the box", so I'm a little surprised I'm encountering so much difficulty with this install.
Edited for additional information: I'm using an ASUS UX306U notebook. Right now I'm running the XFCE spin of Fedora 26 and it has the same graphical issue. The content of /proc/cmdline
is BOOT_IMAGE=/images/pxeboot/vmlinuz root=live:CDLABEL=Fedora-Xfce-Live-26-1-5 rd.live.image nomodeset quiet
And here's the output of inxi -MGxxz
while running the Fedora 26 XFCE spin:
Machine: Device: laptop System: ASUSTeK product ...
What's your laptop model? Post here output of
cat /proc/cmdline
andinxi -MGxxz
.@ozestzty Thanks. I've now edited the information you requested into my original question. (Though I think the edits have to be approved by a moderator before they become visible.)
Also, for what it's worth, I've got LXQt running on CentOS 7 on this laptop at native resolution without any issues now, though I'm still interested in Fedora because I expect I'd have an easier time finding compatible binary packages for it.