TUF_GAMING B460M-PLUS BIOSマルチモニター設定項目
Advanced → System Agent(SA) Configuration → Graphics Configuration
→ iGPU Multi-Monitor を Enabled 有効にする。
TUF_GAMING B460M-PLUS BIOSマルチモニター設定項目
Advanced → System Agent(SA) Configuration → Graphics Configuration
→ iGPU Multi-Monitor を Enabled 有効にする。
BIOSTAR Z490GTA BIOSマルチモニター設定項目
Chipset → System Agent(SA) Configuration → Internal Graphics を Enabled に変更
youtube-dl
Linux 上のダウンロードエラーがある,そのためオプションを追加します.
curl の場合 -k
sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl -k
sudo chmod a+rx /usr/local/bin/youtube-dl
wget の場合 --no-check-certificate
sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl --no-check-certificate
sudo chmod a+rx /usr/local/bin/youtube-dl
ここにメモをする
Windowsの場合、Microsoft Visual C++ 2010 Service Pack 1 再頒布可能パッケージ MFC のセキュリティ更新プログラム vcredist_x86.exeが 必要です。
End
Re-Size BAR Support 設定場所のスクリーンショット
Re-Size BAR は UEFI のみのサポートとなります。
ASUS Z490 製品の場合
Advanced → PCI Subsystem Settions → Re-Size BAR Support
MSI の場合
Advanced → PCIePCE Sub-system Settings →
Re-Size BAR Support を有効になるとOS上の確認方法
*有効にならない場合、VGABiosの更新必要です。
機能の有効条件
BIOS設定で Re-Size BAR Support を有効にすると下記の
項目は変更されます。
1. Above 4GB Decoding 有効
2. CSM 無効
OSはUEFIインストールが必要
NVIDIAの場合、対応ドライバは下記以降となります。
465.89 WHQL
リリース日: 2021.3.30
end
BOXNUC6I5SYK
これがほしい
目的
1, WEB サーバーの利用
2, ファイルサーバーの利用
3, Windows SoftAP の利用
4, SSHサーバー
5, テレビを接続してYoutubeを見る
一年過ぎで故障になりました.
ネットワーク内、指定MACのパソコンのIPを探し、コマンド
for /L %a in (1,1,255) do ping 192.168.1.%a -n 1 | arp -a | find "b6-84"
結果
C:\Users\user>ping 192.168.1.245 -n 1 | arp -a | find "b6-84"
192.168.1.245 b8-97-5a-e8-b6-84 動的
end