commit: b2910f3560d7eada64eae903b097d030d222b614 Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Thu Jul 24 06:04:09 2025 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Thu Jul 24 06:43:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2910f35
app-emulation/virtualbox-guest-additions: remove obsolete file Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> .../virtualbox-guest-additions/files/xorg.conf.vbox | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/app-emulation/virtualbox-guest-additions/files/xorg.conf.vbox b/app-emulation/virtualbox-guest-additions/files/xorg.conf.vbox deleted file mode 100644 index a8624694e271..000000000000 --- a/app-emulation/virtualbox-guest-additions/files/xorg.conf.vbox +++ /dev/null @@ -1,13 +0,0 @@ -Section "Device" - Identifier "Device-vboxvideo" - Driver "vboxvideo" -EndSection -Section "Screen" - Identifier "Screen-vboxvideo" - Device "Device-vboxvideo" -EndSection - -Section "ServerLayout" - Identifier "Default Layout" - Screen "Screen-vboxvideo" -EndSection
