I noticed while performing a fresh install of Fedora 29 on my Dell XPS 15 that the keyboard shortcuts to switch to alternate tty session did not work. Control-Alt-4 was the only one that would get me a tty but I could never get back to the Xorg session (control-alt-1 did not work).
This was solved by adding the following as permanent kernel boot parameters in /etc/default/grub and recreating /etc/grub2/grub.cfg (grub2-mkconfig -o /boot/grub2/grub.cfg). Here are the boot parameters that I believe need to be added in the exact order:
acpi_osi=! acpi_osi=Linuxacpi_osi="Windows 2009"
Later I noticed that the the KDE power widget display brightnes in the notification widget was working strangely. The brightness could be changed only changed the brightness half way. Moving the slider farther left would actually DIM the display. Some movements of the slider to the dimmest setting would temporaily freeze the KDE desktop. If I wanted long enough, the KDE desktop would come back.
The solution to this issue is to add the following kernel boot parameter and re-create /boot/grub2/grub.cfg
video.use_native_backlight=1