- Package:
- open-infrastructure-system-config
- Source:
- open-infrastructure-system-tools
- Submitter:
- Date:
- 2026-09-18 11:47:34 UTC
- Severity:
- normal
- Tags:
Hi,
in live-config we have this code:
# xorg-driver automatic override for virtualbox
if [ -e /var/lib/dpkg/info/virtualbox-guest-x11.list ] && echo "${_DEVICE}" | grep -qs '^80EEBEEF'
then
LIVE_XORG_DRIVER="vboxvideo"
fi
… that forces using the vboxvideo *X.Org* driver if it's installed,
and we're running in VirtualBox.
This breaks starting X when the vboxvideo *kernel* (dkms) driver is
loaded:
(II) vboxvideo: kernel driver found, not loading.
(EE) No devices detected.
In that situation, X starts just fine after removing the xorg.conf.d
snippet added by live-config.
Besides, this code seems to be useless nowadays since when the
vboxvideo kernel driver is not present, X.Org successfully autodetects
and uses the vboxvideo X.Org driver (tested on Jessie + kernel from
jessie-backports), even without that xorg.conf.d custom snippet.
So, it seems to me that dropping the code quoted above would fix one
problem, simplify our code base a bit, and should not break anything.
Thoughts?
Cheers,
--
intrigeri
I can confirm this happens for me too. I'm attaching a patch.
Dear submitter, as the package open-infrastructure-system-tools has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/1137258 The version of this package that was in Debian prior to this removal can still be found using https://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster@ftp-master.debian.org. Debian distribution maintenance software pp. Thorsten Alteholz (the ftpmaster behind the curtain)