diff options
Diffstat (limited to 'etc/X11/xorg.conf.d')
| -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 |
