Site Tools


com

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
com [2025/04/12 20:35] – [Install] 2a00:1028:919d:bcb2:da5e:d3ff:fe59:4914com [2025/04/12 20:53] (current) – [WSL] 2a00:1028:919d:bcb2:da5e:d3ff:fe59:4914
Line 259: Line 259:
 env DISPLAY=:1 WAYLAND_DISPLAY= mate-session env DISPLAY=:1 WAYLAND_DISPLAY= mate-session
 </code> </code>
 +
 +==== Hyper-V ====
 +https://bbs.archlinux.org/viewtopic.php?id=271255
 +
 +solved this problem by forcing X to use the fbdev driver and providing the framebuffer device id like so.
 +Create the file:
 +
 +<code>
 +/etc/X11/xorg.conf.d/99-fbdev.conf
 +</code>
 +
 +Add the following:
 +
 +<code>
 +Section "Device"
 +        Identifier  "Card0"
 +        Driver      "fbdev"
 +        BusID       "PCI:0:8:0"
 +EndSection
 +</code>
 +
 +Please mind that your BusID might be different. You can just run
 +
 +<code>
 +Xorg -configure
 +</code>
 +
 +which will create /root/xorg.conf.new. Then look in this file for your BusID and act accordingly if it differs.
com.txt · Last modified: 2025/04/12 20:53 by 2a00:1028:919d:bcb2:da5e:d3ff:fe59:4914