about summary refs log tree commit diff
path: root/pkgs/applications/display-managers/sddm/disable-hidpi-xorg.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/display-managers/sddm/disable-hidpi-xorg.patch')
-rw-r--r--pkgs/applications/display-managers/sddm/disable-hidpi-xorg.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/pkgs/applications/display-managers/sddm/disable-hidpi-xorg.patch b/pkgs/applications/display-managers/sddm/disable-hidpi-xorg.patch
deleted file mode 100644
index abd10016a206..000000000000
--- a/pkgs/applications/display-managers/sddm/disable-hidpi-xorg.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 6bff89542a2c1b5719370baf3c3a38fd8b2b3c37 Mon Sep 17 00:00:00 2001
-From: adisbladis <adis@blad.is>
-Date: Mon, 16 Oct 2017 02:25:50 +0800
-Subject: [PATCH] Disable HiDPI by default on X11 as it causes segmentation
- faults with certain themes (KDE Breeze)
-
----
- src/common/Configuration.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/common/Configuration.h b/src/common/Configuration.h
-index 19c6fb1..2bb1dc5 100644
---- a/src/common/Configuration.h
-+++ b/src/common/Configuration.h
-@@ -69,7 +69,7 @@ namespace SDDM {
-             Entry(DisplayCommand,      QString,     _S(DATA_INSTALL_DIR "/scripts/Xsetup"),     _S("Path to a script to execute when starting the display server"));
-             Entry(DisplayStopCommand,  QString,     _S(DATA_INSTALL_DIR "/scripts/Xstop"),      _S("Path to a script to execute when stopping the display server"));
-             Entry(MinimumVT,           int,         MINIMUM_VT,                                 _S("The lowest virtual terminal number that will be used."));
--            Entry(EnableHiDPI,         bool,        false,                                      _S("Enable Qt's automatic high-DPI scaling"));
-+            Entry(EnableHiDPI,         bool,        true,                                      _S("Enable Qt's automatic high-DPI scaling"));
-         );
- 
-         Section(Wayland,
--- 
-2.14.2
-