見出し画像

私の Linux ツールボックス

dd if=/dev/sda1 bs=1MB| pigz > fname.img.gz
進捗だすなら |pv| を挟む

mount -t cifs -o user=user_name,pass=PASSWORD //192.168.1.1/share dir

xrandr

xrandr --newmode "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
clock hdisp hsyncstart hsyncend htotal vdisp vsyncstart vsyncend vtotal flags.

          flags  can  be  zero  or more of +HSync, -HSync, +VSync, -VSync,
          Interlace, DoubleScan, CSync, +CSync, -CSync. Several tools per-
          mit  to  compute  the  usual  modeline from a height, width, and
          refresh rate, for instance you can use cvt.

xrandr --addmode DP-2 1280x1024_60.00
xrandr --output DP-2 --mode 1280x1024_60.00

--newmode 名前 モード
新しいモードラインをサーバーに追加して関連付けることができます
出力付き。このオプションは前者を実行します。モードは仕様です
xorg.conf の ModeLine 構文を使用して設定:

          Clock hdisp hsync-
          start hsyncend htotal vdisp vsyncstart vsyncend vtotal フラグ。
          フラグには、+HSync、-HSync、+VSync、-VSync、0 個以上の値を指定できます。
          インターレース、ダブルスキャン、CSync、+CSync、-CSync。複数のツール
          高さ、幅、および高さから通常のモードラインを計算することができます。
          リフレッシュ レート。たとえば、CVT を使用できます。

--newmode name mode
New modelines can be added to the server and then associated
with outputs. This option does the former. The mode is speci-
fied using the ModeLine syntax for xorg.conf:

          clock hdisp hsync-
          start hsyncend htotal vdisp vsyncstart  vsyncend  vtotal  flags.
          flags  can  be  zero  or more of +HSync, -HSync, +VSync, -VSync,
          Interlace, DoubleScan, CSync, +CSync, -CSync. Several tools per-
          mit  to  compute  the  usual  modeline from a height, width, and
          refresh rate, for instance you can use cvt.


この記事が気に入ったらサポートをしてみませんか?