Created
August 9, 2015 20:14
-
-
Save jdodson/d2caa9de20ebfdb59ce6 to your computer and use it in GitHub Desktop.
Fedora 22 Installations Notes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
After installation of Fedora Core 22 I did the following: | |
* update the base system | |
* add jdodson to wheel to be in sudoers | |
* gnome tweaks to enable min/max of windows | |
** In Firefox go to https://extensions.gnome.org to enable search for: "dock", "application menu" and "turn off hot corners" | |
RPM Fusion: | |
http://rpmfusion.org/Configuration | |
NVIdia/Steam: | |
http://rpmfusion.org/Howto/nVidia | |
sudo dnf install akmod-nvidia "kernel-devel-uname-r == $(uname -r)" | |
sudo dnf update -y | |
# add 32 bit compat for Steam | |
sudo dnf install xorg-x11-drv-nvidia-libs.i686 | |
# controllers / xbox 360 PC controller | |
sudo dnf install kernel-modules-extra | |
sudo dnf install joystick | |
#fonts I did the Gnome 3 tweak | |
http://worldofgnome.org/how-to-greatly-improve-font-rendering-under-fedora-20/ | |
# change firefox default font "serif" => "liberation serif" | |
# wine | |
sudo dnf install wine | |
# handbrake / makemkv | |
http://negativo17.org/handbrake/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What game you play with wine ? Anything really playable with it ?