0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

UbuntuのNvidia X Server Settingsで更新内容がリセットされるアレ

Last updated at Posted at 2021-04-12

以前にもどっかに書いたきがするけど再度
タイトル通り自分の場合は3枚のディスプレイの配置の順番が毎回リセットされるパターン。

まぁこういうのは結果論だけ。

このGUIツールはは起動後、/etc/X11/xorg.confを読み込む前に/etc/X11/xorg.conf.nvidia-xconfig-originalで上書きする。

とりあえずそんなそんなにいじるものでもないので以下の方法で対処している。

必要な人はまず上書きする方のファイルをバックアップしておく。

# cp /etc/X11/xorg.conf.nvidia-xconfig-original /etc/x11/xorg.conf.nvidia-xconfig-original.bk

rootで起動

$ sudo nvidia-settings

毎度ツールでごにょった後保存時の「Save to X Configuration File」で
/etc/X11/xorg.conf/etc/X11/xorg.conf.nvidia-xconfig-original としてオリジナルを上書き保存する

なにしろね。長い。ファイル名。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?