Review:
Two weeks into the install of the laptop, everything runs fast and stable.
On my home rig, I chose to encrypt whole partition, this is annoying so I will do a reinstall later on.
I have run on/off Linux for the last 5-8 years, but only as my main OS for the last 2 years.
Running various Ubuntu, Arch, Opensuse, with Mate, Gnome, XFCE, Unity.
So far, the feeling I get, The foundation: Fedora, is super stable, more so than Ubuntu/Arch. The getting the applications you need, have more of a Windows feel to it.on the need to crawl the internet for repo/rpm install files.
Please feel free to give any comment, tips on a more lean install guide.
Thor Grotle
Hardware:
Machine 1
Lenovo X230 8GB RAM
Encrypted home folder
Machine 2
Asus P8Z68 with Intel core I5 2500k -16GB RAM
Nvidia Geforce 770 2GB RAM
Ocz Vertex 4 – 256Gb (All for fedora)
Samsung 840 Evo – (Windows on that sucker for gaming)
2 x 250GB WD (Windows software striped RAID)
2 Dell monitors 1080p (1 DVI, 1 Displayport )
Accessories:
Apple aluminium full size keyboard.
Presonus Audiobox USB soundcard (Tweak to pulseaudio needed)
Steam Controller
Brother DCP 9020cdn Printer
Usage scenario:
Internet surf.
Spotify,
Photo and video editing,
Games on steam
Diablo III in Playonlinux
Applications
Present in repo | RPM-Fusion Repo | External download | Present at install |
SImple Scan | VLC | Brother scanner Driverl | Boxes |
Virtual Machine Manager | MPV | Brother DCP-9020CDW Printer driver | Git |
Darktable | FFmpeg | Google Chrome | Firefox |
Entangle | Nvidia Driver | PlayOnLinux | Evolution |
Redshift-gtk | Steam | Rhythmbox | |
vim | Spotify | Shotwell | |
Hexchat | Aftershot Pro v1 | Libreoffice | |
Terminator | Lightworks | ||
youtube-dl | Teamviewer | ||
Alacarte | Atom Editor | ||
mc | Pixeluvo | ||
ldmtool | |||
ecryptfs-utils | |||
Gnome tweak tool | |||
Firewalld |
Install Guide:
Update fedora 24
- sudo dnf update
Add Fedy + RPM-Fusion repo
- bash -c ‘su -c “curl http://folkswithhats.org/fedy-installer -o fedy-installer && chmod +x fedy-installer && ./fedy-installer”‘
Pro-tip: If you need to remove a repo from dnf repo, just remove the proper file from
- /etc/yum.repos.d/
Install Nvidia proprietary driver install:
- sudo dnf install akmod-nvidia “kernel-devel-uname-r == $(uname -r)”
- sudo dnf install xorg-x11-drv-nvidia-libs.i686
Brother DCP-9020CDW scanner:
– Main site to download drivers from:
- http://support.brother.com/g/s/id/linux/en/download_scn.html
- http://support.brother.com/g/s/id/linux/en/download_prn.html
Printerdriver install:
- sudo setsebool -P cups_execmem on # Turns SELinux of for cups.
- wget http://www.itso.dk/files/brother-dcp-9020cdw.ppd
- sudo cp brother-dcp-9020cdw.ppd /usr/share/cups/model/Brother/brother_dcp9020cdn_printer_en.ppd
Scannerdriver install:
- wget – o http://www.brother.com/pub/bsc/linux/dlf/brscan4-0.4.2-1.x86_64.rpm
- sudo dnf install brscan4-0.4.2-1.x86_64.rpm
- sudo brsaneconfig4 -a name=Brotha model=9020cdw ip=XXX.XXX.XXX.XXX
Presonus Audiobox USB:
Audio glitches a bit, but can be fixed with this small guide I wrote
Steam Controller:
Works out of the box in steam big picture mode.
Encrypt home dir:
For my laptop I wanted to encrypt my homedir, I chose ecryptfs to do that task.
Install programs from default repo and RPM-fusion repo
- sudo dnf -y install simple-scan virt-manager darktable entangle redshift-gtk vim hexchat terminator youtube-dl alacarte mc libldm cryptfs-utils gnome-tweak-tool firewalld
- sudo dnf -y install vlc mpv ffmpeg
Installing missing software from default repo:
Google Chrome (Web download)
- Use Fedy to install
Playonlinux (Repo Download)
- sudo dnf config-manager –add-repo=http://rpm.playonlinux.com/playonlinux.repo
- sudo dnf install playonlinux
Steam (Repo Download)
- Use Fedy to install
Spotify (Repo Download)
- Use Fedy to install
OBS-studio
sudo rpm --import http://repo.tech-3.net/Fedora/TECH3-GPG-KEY.public
sudo wget -O /etc/yum.repos.d/tech-3.repo http://repo.tech-3.net/Fedora/tech-3.repo
sudo dnf update && sudo dnf install obs-studio
Lightworks (Web download)
- wget http://www.lwks.com/dmpub/lwks-12.5.0-amd64.rpm
- sudo dnf -y install lwks-12.5.0-amd64.rpm -y
Aftershot Pro V.1 (Web Download)
- wget http://dwnld.aftershotpro.com/AfterShot/Patch/1/1_2/AfterShotPro_i386.rpm
- sudo dnf -y install AftershotPro_i386.rpm
Pixeluvo (Web Download)
- wget http://www.pixeluvo.com/downloads/pixeluvo-1.5.2-3.x86_64.rpm
- sudo dnf -y install pixeluvo-1.5.2-3.x86_64.rpm
- rm pixeluvo-1.5.2-3.x86_64.rpm
Skype (Repo Download)
- Use Fedy to install
teamviewer (Web Download)
- wget http://download.teamviewer.com/download/teamviewer.i686.rpm
- sudo dnf -y install teamviewer.i686.rpm