injected to fedoraEasy in better way
no need anymore
This commit is contained in:
parent
b31ee6d5e9
commit
a892046061
3 changed files with 0 additions and 28 deletions
|
@ -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
|
||||
|
|
@ -1 +0,0 @@
|
|||
options snd-hda-intel index=0 model=dell-headset-multi
|
|
@ -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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue