Skip to content

Commit d4819cd

Browse files
committed
faq.md: add notes on getting virtual box working
1 parent 4b7b9a9 commit d4819cd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/faq.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
9. [Applications](#applications)
2323
1. [gparted](#gparted)
2424
2. [GTK4](#gtk4)
25+
10. [Virtualization](#virtualization)
2526

2627
# 1. Keybinds {#keybinds}
2728

@@ -360,3 +361,15 @@ This is due to a change in GTK4 which now requires input methods for compose.
360361
Either install a input method like ibus or fcitx5 or force GTK4 to use its
361362
built-in compose method by adding `GTK_IM_MODULE=simple` to
362363
`~/.config/labwc/environment`.
364+
365+
# 10. [Virtualization]{#virtualization}
366+
367+
When running under Virtual Box and similar, it may be necessary to add the
368+
lines below to `~/.config/labwc/environment` to show the cursor and for some
369+
applications to run depending on GPU support.
370+
371+
```
372+
WLR_NO_HARDWARE_CURSORS=1
373+
WLR_RENDERER=pixman
374+
```
375+

0 commit comments

Comments
 (0)