1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-26 06:53:44 +01:00
This commit is contained in:
kprkpr
2016-05-31 13:24:39 +02:00
parent 23abdca61f
commit 78b4d7bbcd

View File

@@ -63,7 +63,7 @@ case $optgrafica in
pacman -S xf86-video-nouveau xf86-video-nv --noconfirm
;;
2)
pacman -S xf86-video-ati --noconfirm
pacman -S xf86-video-ati xf86-video-amdgpu --noconfirm
;;
3)
pacman -S xf86-video-intel --noconfirm
@@ -75,11 +75,11 @@ case $optgrafica in
pacman -S virtualbox-guest-utils virtualbox-guest-modules-arch --noconfirm
;;
6)
pacman -S xf86-video-nouveau xf86-video-nv xf86-video-ati xf86-video-intel xf86-video-openchrome --noconfirm
pacman -S $(pacman -Ssq xf86-video-*) --noconfirm
;;
esac
#Instalar siempre la estandar, por se acaso
pacman -S xf86-video-vesa --noconfirm
pacman -S xf86-video-vesa mesa-vdpau mesa-libgl --noconfirm
}
function programasuser {
@@ -205,7 +205,7 @@ pacman -S pulseaudio pavucontrol --noconfirm
systemctl enable lightdm
#Poner el teclado bien en x11
echo " Read and parsed by systemd-localed. It's probably wise not to edit this file" > /etc/X11/xorg.conf.d/00-keyboard.conf
echo "# Read and parsed by systemd-localed. It's probably wise not to edit this file" > /etc/X11/xorg.conf.d/00-keyboard.conf
echo "# manually too freely." >> /etc/X11/xorg.conf.d/00-keyboard.conf
echo 'Section "InputClass"' >> /etc/X11/xorg.conf.d/00-keyboard.conf
echo ' Identifier "system-keyboard"' >> /etc/X11/xorg.conf.d/00-keyboard.conf