From 1b908078492ff50b51d63d9778bc440d06ec2441 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Thu, 1 Oct 2020 10:35:46 +0100 Subject: [PATCH] Add xorg.conf for QEMU --- roles/netbsd/files/qemu-xorg.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 roles/netbsd/files/qemu-xorg.conf diff --git a/roles/netbsd/files/qemu-xorg.conf b/roles/netbsd/files/qemu-xorg.conf new file mode 100644 index 0000000..d7cf01a --- /dev/null +++ b/roles/netbsd/files/qemu-xorg.conf @@ -0,0 +1,8 @@ +Section "Screen" + Identifier "Screen0" + SubSection "Display" + Modes "1024x768" + Viewport 0 0 + Depth 24 + EndSubSection +EndSection