fixed screen/hdmi bug: xorg-xrandr

This commit is contained in:
Bachir Soussi Chiadmi
2016-02-18 12:53:55 +01:00
parent ffdab77957
commit a4d46dded6
+4 -3
View File
@@ -190,12 +190,13 @@ alpi_xserver(){
sudo pacman -S --needed --noconfirm bbswitch bumblebee primus sudo pacman -S --needed --noconfirm bbswitch bumblebee primus
sudo pacman -S --needed --noconfirm nvidia nvidia-utils sudo pacman -S --needed --noconfirm nvidia nvidia-utils
# xorg server # xorg server
sudo pacman -S --needed --noconfirm xorg-xinit xorg-server-devel sudo pacman -S --needed --noconfirm xorg-xinit xorg-server-devel xorg-xrandr
sudo pacman -S --needed --noconfirm mesa mesa-demos sudo pacman -S --needed --noconfirm mesa mesa-demos
# config
sudo gpasswd -a $USER bumblebee sudo gpasswd -a $USER bumblebee
sudo systemctl enable bumblebeed sudo systemctl enable bumblebeed
print_warning "xorg install complete, after reboot, please run part 2 : Desktop manager Plasma5" print_warning "xorg install complete, after reboot, please run part 2 : Desktop manager Plasma5"
print_warnig "press enter to reboot" print_warning "press enter to reboot"
read x read x
sudo reboot sudo reboot
fi fi
@@ -273,7 +274,7 @@ alpi_kernellts(){
yn=${yn:-y} yn=${yn:-y}
if [ "$yn" == "y" ]; then if [ "$yn" == "y" ]; then
sudo pacman -S linux-lts linux-lts-headers nvidia-lts bbswitch-lts sudo pacman -S linux-lts linux-lts-headers nvidia-lts bbswitch-lts
#sudo grub-mkconfig -o /boot/grub/grub.cfg # TODO : add entrie for lts kernel on /boot/loader/entries
print_msg "kernel LTS install complete!" print_msg "kernel LTS install complete!"
fi fi
} }