Skip to content

Instantly share code, notes, and snippets.

@jdodson
Created August 9, 2015 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdodson/d2caa9de20ebfdb59ce6 to your computer and use it in GitHub Desktop.
Save jdodson/d2caa9de20ebfdb59ce6 to your computer and use it in GitHub Desktop.
Fedora 22 Installations Notes
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/
@serverok
Copy link

What game you play with wine ? Anything really playable with it ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment