Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
     5         kx #!/bin/sh
     5         kx 
     5         kx # Disable debugging output of the vdpau backend
     5         kx export VDPAU_LOG=0
     5         kx 
     5         kx # Use the vdpau backend of the nvidia binary driver
     5         kx #export VDPAU_DRIVER="nvidia"
     5         kx 
     5         kx # Use the vdpau backend of the nouveau driver
     5         kx #export VDPAU_DRIVER="nouveau"
     5         kx 
     5         kx # Use the vdpau backend of the r300 driver
     5         kx #export VDPAU_DRIVER="r300"
     5         kx 
     5         kx # Use the vdpau backend of the r600 driver
     5         kx #export VDPAU_DRIVER="r600"
     5         kx 
     5         kx # Use the vdpau backend of the radeonsi driver
     5         kx #export VDPAU_DRIVER="radeonsi"
     5         kx 
     5         kx # Use the va-api/opengl backend
     5         kx #export VDPAU_DRIVER="va_gl"