mirror of
https://github.com/libretro/Lakka.git
synced 2024-11-27 18:10:21 +00:00
config/graphic: enable Composite support if build with Nouveau GPU drivers, add some comments
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
a304aad66a
commit
08e7081c17
@ -51,9 +51,13 @@ get_graphicdrivers() {
|
||||
fi
|
||||
|
||||
if [ "$drv" = "nouveau" ]; then
|
||||
# DRI_DRIVERS="$DRI_DRIVERS,nouveau"
|
||||
# DRI_DRIVERS are only used for NV04 - NV20 (which we dont want to support anymore)
|
||||
DRI_DRIVERS="$DRI_DRIVERS"
|
||||
# GALLIUM_DRIVERS are used for all cards from NV30 to nvc0
|
||||
# see also http://nouveau.freedesktop.org/wiki/MesaDrivers/
|
||||
GALLIUM_DRIVERS="$GALLIUM_DRIVERS,nouveau"
|
||||
XORG_DRIVERS="$XORG_DRIVERS nouveau"
|
||||
COMPOSITE_SUPPORT="yes"
|
||||
# LLVM_SUPPORT="yes"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user