A few notes on setting up a Dell XPS 13 with Fedora 20.
Put Fedora 20 on a flash drive
Change to UEFI boot
Boot from flash (F12 to choose boot device)
Some settings for laptop SSD disks and power saving
TRIM for SSD disk: add discard to disc options (or replace defaults) in /etc/fstab
installed tuned and switch it on
yum install tuned
systemctl start tuned.service
systemctl enable tuned.service
tuned-adm list
tuned-adm profile powersave
yum list powertop
yum install powertop
Touchpad on kernel > 3.11.10
There is currently a minor problem with the touchpad on higher kernels. It seems that the touchpad initialises incorrectly because of i2c and PS2 interfaces.Blacklisting the i2c-hid module
1. Open /etc/modprobe.d/blacklist.conf in your favorite text editor.
2. Add the line 'blacklist i2c-hid' (no quotes)
3. Save and reboot
See: https://bugzilla.redhat.com/show_bug.cgi?id=1048314
RPM Fusion
su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm'yum install gstreamer-plugins-ugly gstreamer-plugins-bad gstreamer-ffmpeg xine-lib-extras-freeworld
No comments:
Post a Comment
Note: only a member of this blog may post a comment.