⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 solarisinst.sh

📁 linux下的一款播放器
💻 SH
字号:
#!/bin/shif [ `uname` = "SunOS" ] ; then    echo "Checking display properties..."    if [ -z "$DISPLAY" ] ; then	DISPLAY=0:0    fi    DEPTH=`/usr/X/bin/xdpyinfo -display $DISPLAY | grep "depth of root window" | sed -e 's/[^0-9]//g;'`    if [ "$DEPTH" = "24" ] ; then	echo "Color depth for $DISPLAY set to 24 bits (good!)"    else	echo "Color depth for $DISPLAY set to $DEPTH bits."	echo "This may cause video to display incorrectly (especially for 8 bits.)  Until"	echo "this is fixed you may wish to switch to a higher bit depth if you plan on"	echo "watching video with Helix Player."    fielse    echo "This script is only for Solaris!"fiecho ""

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -