Skip to content

Commit b712403

Browse files
authored
docs: Display output information (#216)
1 parent 69acf04 commit b712403

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

readme.md

+13
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,19 @@ kubectl apply -f kubernetes.yml
121121
> [!TIP]
122122
> This can also be used to resize the existing disk to a larger capacity without any data loss.
123123

124+
### How do I increase the display resolution?
125+
126+
The display output is a simple framebuffer, so that the screen can be visible during installation as it doesn't require any drivers.
127+
128+
After Windows is fully installed, you can add the following to your compose file:
129+
130+
```yaml
131+
environment:
132+
VGA: "virtio-gpu"
133+
```
134+
135+
to add a virtual graphics cards to your machine that allows for higher resolutions.
136+
124137
### How do I share files with the host?
125138

126139
Open 'File Explorer' and click on the 'Network' section, you will see a computer called `host.lan`. Double-click it and it will show a folder called `Data`, which can be bound to any folder on your host via the compose file:

0 commit comments

Comments
 (0)