mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-01-06 13:54:23 +01:00
Currently official build for guest additions will fail due to some unset/wrong set variables. This is an workaround for it - added KERN_VER variable which is set to current kernel version, so this ebuild cannot be run against new kernel version while executed on older/other kernel version.
14 lines
274 B
Plaintext
14 lines
274 B
Plaintext
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
|