Sound and Display Auto Fixes
This commit is contained in:
parent
6ac4bb51a1
commit
e68bad4710
3 changed files with 22 additions and 0 deletions
1
Sound_&_Display/alsa-base.conf
Normal file
1
Sound_&_Display/alsa-base.conf
Normal file
|
@ -0,0 +1 @@
|
|||
options snd-hda-intel index=0 model=dell-headset-multi
|
17
Sound_&_Display/nvidia-drm-outputclass.conf
Normal file
17
Sound_&_Display/nvidia-drm-outputclass.conf
Normal file
|
@ -0,0 +1,17 @@
|
|||
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
|
||||
|
4
Sound_&_Display/scipts.sh
Normal file
4
Sound_&_Display/scipts.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
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