|
Server IP : 62.171.151.215 / Your IP : 216.73.217.19 Web Server : nginx/1.18.0 System : Linux vmi3128365 5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 x86_64 User : alex ( 1000) PHP Version : 8.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF Directory (0755) : /../usr/share/python3/../java/../gitweb/../java/../python3/../python3/../python3/../bug/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
#!/bin/sh exec >&3 if [ -z "$VDPAU_DRIVER" ]; then echo "VDPAU_DRIVER is not set" else echo "VDPAU_DRIVER is set to '$VDPAU_DRIVER'" fi if [ -z "$VDPAU_DRIVER_PATH" ]; then echo "VDPAU_DRIVER_PATH is not set" else echo "VDPAU_DRIVER_PATH is set to '$VDPAU_DRIVER_PATH'" fi echo if [ -x /usr/bin/vdpauinfo ]; then echo "vdpauinfo:" /usr/bin/vdpauinfo 2>&1 else echo "vdpauinfo is not installed" fi echo echo "available drivers:" ls -la /usr/lib*/vdpau/libvdpau_* /usr/lib/*/vdpau/libvdpau_* "$VDPAU_DRIVER_PATH"/libvdpau_* 2>/dev/null exit 0