injected to fedoraEasy in better way

no need anymore
This commit is contained in:
Tahinli 2022-12-05 15:50:12 +03:00
parent b31ee6d5e9
commit a892046061
3 changed files with 0 additions and 28 deletions

View file

@ -1,17 +0,0 @@
Section "OutputClass"
Identifier "nvidia"
MatchDriver "nvidia-drm"
Driver "nvidia"
Option "AllowEmptyInitialConfiguration"
Option "SLI" "AUTO"
Option "BaseMosaic" "on"
Option "PrimaryGPU" "yes"
ModulePath "/usr/lib/nvidia/xorg"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "ServerLayout"
Identifier "layout"
Option "AllowNVIDIAGPUScreens"
EndSection

View file

@ -1 +0,0 @@
options snd-hda-intel index=0 model=dell-headset-multi

View file

@ -1,10 +0,0 @@
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