diff options
| author | navewindre <boneyaard@gmail.com> | 2026-02-16 03:14:39 +0100 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2026-02-16 03:14:39 +0100 |
| commit | 8920ff4dc02bb03986e89998ab6870e9a8fff4c0 (patch) | |
| tree | 79d700a2fd9288e29afd35f3d624b9f24848f8ff /etc/X11/xorg.conf.d/10-dummy.conf | |
| parent | 63321658035a6ad9f16ee80f27655d82316702ff (diff) | |
a
Diffstat (limited to 'etc/X11/xorg.conf.d/10-dummy.conf')
| -rw-r--r-- | etc/X11/xorg.conf.d/10-dummy.conf | 28 |
1 files changed, 28 insertions, 0 deletions
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 |
