From 8920ff4dc02bb03986e89998ab6870e9a8fff4c0 Mon Sep 17 00:00:00 2001 From: navewindre Date: Mon, 16 Feb 2026 03:14:39 +0100 Subject: a --- etc/X11/xorg.conf.d/10-dummy.conf | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 etc/X11/xorg.conf.d/10-dummy.conf (limited to 'etc/X11/xorg.conf.d') diff --git a/etc/X11/xorg.conf.d/10-dummy.conf b/etc/X11/xorg.conf.d/10-dummy.conf new file mode 100644 index 0000000..5b22188 --- /dev/null +++ b/etc/X11/xorg.conf.d/10-dummy.conf @@ -0,0 +1,28 @@ +Section "Device" + Identifier "DummyDevice" + Driver "dummy" + VideoRam 256000 +EndSection + +Section "Monitor" + Identifier "DummyMonitor" + HorizSync 28-80 + VertRefresh 48-75 +EndSection + +Section "Screen" + Identifier "DummyScreen" + Device "DummyDevice" + Monitor "DummyMonitor" + DefaultDepth 24 + SubSection "Display" + Depth 24 + Modes "1280x720" + EndSubSection +EndSection + +Section "InputClass" + Identifier "ignore pointer" + MatchIsPointer "on" + Option "Ignore" "true" +EndSection -- cgit v1.2.3