correction
This commit is contained in:
parent
e3e215983e
commit
e5ae3c6643
3 changed files with 10 additions and 4 deletions
10
Sound_&_Display/alsa_Nvidia-Fix.sh
Executable file
10
Sound_&_Display/alsa_Nvidia-Fix.sh
Executable file
|
@ -0,0 +1,10 @@
|
||||||
|
echo ' ---> Tahinli Display and Sound Script <---'
|
||||||
|
echo -e '1)Nvidia Only Fix\n2)Sound Fix'
|
||||||
|
read selection
|
||||||
|
case $selection in
|
||||||
|
1)
|
||||||
|
sudo cp -p 10-nvidia-drm-outputclass.conf /etc/X11/xorg.conf.d/nvidia-drm-outputclass.conf;;
|
||||||
|
2)
|
||||||
|
sudo cp -p alsa-base.conf /etc/modprobe.d/alsa-base.conf;;
|
||||||
|
esac
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
sudo su
|
|
||||||
cp -p 10-nvidia-drm-outputclass.conf /etc/X11/xorg.conf.d/nvidia-drm-outputclass.conf
|
|
||||||
cp -p alsa-base.conf /etc/modprobe.d/alsa-base.conf
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue