I have a problem recognising my HP laptop display on fedora. I have an Intel UHD Graphics 630 and a GeForce GTX 1050 graphics card, but no drivers on both.
Because of that I can’t change brightness, resolution of the screen or connect a second display on HDMI port.
Please help me!!!
Welcome to the Fedora Community @pietromello sudo lsmod | grep nouveau sudo lsmod | grep nvidia
Looks like Optimus technology.
Which graphics card drives the HDMI?
At least one card is giving you graphics … as per the screenshot. Looks like its the Intel Card but it is not properly recognized. I assume you logged in with with Xorg and not Wayland. What happens when you attempt to log in with the defaults (wayland)?
This page may be describing your issue:
try booting with i915.alpha_support=1 as one of your kernel parameters and see what happens
Thank you for your answer,
This is the output of the two commands:
sudo lsmod | grep nouveau
nouveau 2273280 0
mxm_wmi 16384 1 nouveau
ttm 122880 1 nouveau
i2c_algo_bit 16384 2 i915,nouveau
drm_kms_helper 233472 2 i915,nouveau
drm 585728 4 drm_kms_helper,i915,ttm,nouveau
wmi 36864 5 hp_wmi,intel_wmi_thunderbolt,wmi_bmof,mxm_wmi,nouveau
video 53248 2 i915,nouveau
sudo lsmod | grep nvidia
NO OUTPUT
I added the i915.alpha_support=1 parameter to kernel adding the line to /etc/default/grub and then running grub2-mkconfig -o /boot/grub2/grub.cfg.
I wasn’t able to log in with wayland, clicking the icon in the log in page I had two chices: GNOME and GNOME classic, both running with X11.
I don’t know if it may help, but I did the installation with the basic grafics mode because the normal one was not succeding.
Ah! … then we need to see your current kernel parameters. Since the installation was done with basic graphics, the settings in GRUB will remain basic until you rebuild it. Your outputs show that the drivers are loaded alright.