04-18-2015 12:16 AM - last edited on 03-06-2024 03:11 AM by ROGBot
sudo yum install kernel-devel-3.19.3-200.fc21.x86_64 kernel-modules-3.19.3-200.fc21.x86_64 kernel-3.19.3-200.fc21.x86_64 kernel-headers-3.19.3-200.fc21.x86_64 kernel-core-3.19.3-200.fc21.x86_64
yum uninstall kernel-3.17.4-301.fc21.x86_64 kernel-core-3.17.4-301.fc21.x86_64 kernel-devel-3.17.4-301.fc21.x86_64 kernel-headers-3.17.4-301.fc21.x86_64
sudo rpm –Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-21.noarch.rpmhttp://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-21.noarch.rpm
sudo yum install broadcom-wl-6.30.223.248-2.fc21 kmod-wl-6.30.223.248-5.fc21 akmod-wl kmod-wl-3.19.2-200.fc21.x86_64
sudoyum update
Because our muxless Optimus laptop, the internal display is driven by the integrated GPU. And after installing the driver, Xserver will use Nvidia GPU and will fail to output to out display and you will end up with error, no screen found!,
It's important that the X server not be configured to use the NVIDIA X driver after the driver is installed. Instead, the correct driver for the integrated GPU should be used. Often, and only use Nvidia on command to process graphics and pass it to the internal GPU to display it.
yum -y install http://install.linux.ncsu.edu/pub/yum/itecs/public/bumblebee/fedora21/noarch/bumblebee-release-1.2-1... http://install.linux.ncsu.edu/pub/yum/itecs/public/bumblebee-nonfree/fedora21/noarch/bumblebee-nonfr...
yum-config-manager--add-repo=http://negativo17.org/repos/fedora-nvidia.repo
yum install -y libbsd-devel libbsd glibc-devel libX11-devel help2man autoconf gittar glib2 glib2-devel automake gcc gtk2-devel dkms gnome-desktop VirtualGL.i686 cuda cuda-devel cuda-cublas cuda-driver acpica-tools
yum install bbswitch bumblebee bumblebee-nvidia primus primus.i686
04-18-2015 12:16 AM
You don't have permission to access "http://rog.asus.com/forum/editpost.php?" on this server.
Reference #18.a329d242.1429372865.2522e2d
04-18-2015 12:25 AM
xrandr--setprovideroutputsource Intel NVIDIA-0
xrandr--auto
Section "ServerLayout"
Identifier "layout"
Screen 0 "nvidia"
Inactive "intel"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
BusID "PCI:01:00:0"
EndSection
Section "Screen"
Identifier "nvidia"
Device "nvidia"
Option "AllowEmptyInitialConfiguration"
EndSection
Section "Device"
Identifier "intel"
Driver "intel"
EndSection
Section "Screen"
Identifier "intel"
Device "intel"
EndSection