2025年7月15日 星期二

好用的影音播放軟體

Linux Mint下好用的影音播放軟體是MPV Media Player

Windows11下好用的影音播放軟體是HEVC Player for Windows與媒體播放器以及MPV Media Player PC版本

Android下好用的影音播放軟體是MX Player與MPV player

2025年4月23日 星期三

Linux Mint Cinnamon預設開機動畫plymouth位置

預設位置為 /usr/share/plymouth/themes/mint-logo
如果做過macOS化則是 /usr/share/plymouth/themes/macOS,而位於/usr/share/plymouth/themes/default.plymouth設定檔案內容如下:

[Plymouth Theme]
Name=macOS OS X Plymouth
Description=A Plymouth of OS X Yosemite
ModuleName=script

[script]
ImageDir=/usr/share/plymouth/themes/macOS
ScriptFile=/usr/share/plymouth/themes/macOS/macOS.script

如果要修改plymouth解析度,預設值是GRUB_GFXMODE=640x480,則須修改/etc/default/grub,以下下圖為例則須在最後面加入
GRUB_GFXMODE=1920x1080x32
GRUB_GFXPAYLOAD_LINUX=1920x1080x32

記得執行
sudo grub-mkconfig -o /boot/grub/grub.cfg
以套用修改的效果!!!


或是在進入GRUB情況下按下c鍵,輸入vedioinfo來查詢螢幕的訊息,如下圖: