---- Le sam., 24 oct. 2020 10:32:43 -0400 Samuel Thibault <samuel.thiba...@gnu.org> écrit ----
It takes time for packages to end up on mirrors etc. Samuel At some point I was receiving error like: InRelease file still invalid for 7 hours... or something similar on apt-get update. It turned out my date was behind one day... not sure why, I was keeping the virtual machine on, while the host was sleeping for 1 day... might be linked to that. Yeah, it probably is. Well, I did set the date with date command and after that it was ok. I am happy to report the new libpciaccess made Xorg works! Some errors I thought was the cause of the error seems not that important after all: >From working Xorg.0.log: root@debian:/home/paul# cat /var/log/Xorg.0.log|egrep "\(WW\)|\(EE\)" (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [1613931.874] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. [1613931.884] (EE) LoadModule: Module fbdevhw does not have a fbdevhwModuleData data object. [1613931.884] (EE) Failed to load module "fbdevhw" (invalid module, 0) [1613931.884] (WW) Falling back to old probe method for fbdev [1613931.884] (EE) LoadModule: Module fbdevhw does not have a fbdevhwModuleData data object. [1613931.884] (EE) Failed to load module "fbdevhw" (invalid module, 0) [1613931.884] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support [1613931.894] (EE) VESA(0): Unknown EDID version 0 [1613931.964] (WW) VESA(0): Unable to estimate virtual size [1613931.964] (WW) VESA(0): No valid modes left. Trying less strict filter... [1613931.964] (WW) VESA(0): Unable to estimate virtual size [1613932.154] (WW) <default pointer>: No Device specified, looking for one... [1613932.154] (WW) <default pointer>: No Device specified, looking for one... [1614179.954] (WW) <default pointer>: No Device specified, looking for one... [1614179.954] (WW) <default pointer>: No Device specified, looking for one... root@debian:/home/paul# Like I thought fbdevhw was important... unsure how much it is now. When run, the screen is black, which I believe is normal for OpenBox. There is a right-click menu... I can open Dillo web browser, the terminal, etc. Sadly when I quit openbox, Xorg continue to run and so the black screen stay there and I cannot do much anything after that. With ssh, I can su to root, and kill Xorg, which finally returns the program to console. I tend to try Ctrl-Atl-F2 to change to console, but it is not grabbed by qemu, so it change on my host rather than in the virtual machine. But Thank you very much for the update!