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
Next revision
Previous revision
com [2025/04/12 20:35] – [Install] 2a00:1028:919d:bcb2:da5e:d3ff:fe59:4914com [2025/04/21 22:13] (current) 2a00:1028:8390:729e:2bb8:2a79:48ee:3eea
Line 1: Line 1:
 +http://jana.kalcev.cz/vyuka/kestazeni/4EK213-LM/LM-pred05.pdf
 +
 ==== FPGA ==== ==== FPGA ====
  
Line 259: Line 261:
 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.1744490155.txt.gz · Last modified: 2025/04/12 20:35 by 2a00:1028:919d:bcb2:da5e:d3ff:fe59:4914