summaryrefslogtreecommitdiffstats
path: root/core/modules/xorg
diff options
context:
space:
mode:
authorSimon Rettberg2022-09-09 14:39:56 +0200
committerSimon Rettberg2022-09-09 14:39:56 +0200
commit499f1a168d30a8ea2238f9c12b2b5cb42c68cdda (patch)
tree3227cc8d9dce0cd5c8d403aa5af2b18576a88c1f /core/modules/xorg
parent[remote-access] Force usage of modesetting_drv on newer intel chips (diff)
downloadmltk-499f1a168d30a8ea2238f9c12b2b5cb42c68cdda.tar.gz
mltk-499f1a168d30a8ea2238f9c12b2b5cb42c68cdda.tar.xz
mltk-499f1a168d30a8ea2238f9c12b2b5cb42c68cdda.zip
[remote-access/xorg] Use OutputClass instead of Device for dynamic stuff
Diffstat (limited to 'core/modules/xorg')
-rw-r--r--core/modules/xorg/data/etc/X11/xorg.conf.d/40-nvidia-no-screens.conf9
1 files changed, 5 insertions, 4 deletions
diff --git a/core/modules/xorg/data/etc/X11/xorg.conf.d/40-nvidia-no-screens.conf b/core/modules/xorg/data/etc/X11/xorg.conf.d/40-nvidia-no-screens.conf
index cc659286..cd4cc76b 100644
--- a/core/modules/xorg/data/etc/X11/xorg.conf.d/40-nvidia-no-screens.conf
+++ b/core/modules/xorg/data/etc/X11/xorg.conf.d/40-nvidia-no-screens.conf
@@ -1,5 +1,6 @@
-Section "Device"
- Identifier "NoScreenNvidia"
- Driver "nvidia"
- Option "AllowEmptyInitialConfiguration" "true"
+Section "OutputClass"
+ Identifier "NoScreenNvidia"
+ MatchDriver "nvidia"
+ Driver "nvidia"
+ Option "AllowEmptyInitialConfiguration" "true"
EndSection