Skip to content

Instantly share code, notes, and snippets.

@kurtis318
Last active May 9, 2019 14:49
Show Gist options
  • Select an option

  • Save kurtis318/56252c206e0251484d3ba022c114026e to your computer and use it in GitHub Desktop.

Select an option

Save kurtis318/56252c206e0251484d3ba022c114026e to your computer and use it in GitHub Desktop.
Fedora 30 install and upgrade notes

I have been installing and upgrading to Fedora 30 and have run into some issues. Here is my own list just so I don't forget.

Issue:

XPS 15 fresh install of KDE spin

Solution:

Here are the boot paramaters:

<insert_boot_parameters>

Issue:

Lenovo Thinkpad W510 hangs in KDE spin very easily.

Solution:

REF: https://bugzilla.redhat.com/show_bug.cgi?id=1706420

Run the following command from a window IMMEDIATELY after logging into KDE session.

kcmshell5 qtquicksettings

Set "Render Loop" setting from Automatic to Basic.

Run the following command to restart the KDE shell

killall plasmashell && kstart5 plasmashell
# If kstart5 is not available, run this command to install it:
sudo dnf -y install kstart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment