再起動時に /etc/X11/xorg.conf を保存

再起動時に /etc/X11/xorg.conf を保存

mynvidia-settingsとiを使ってファイルをnvidia-xconfig作成する/etc/X11/xorg.conf

>>> sudo nvidia-xconfig
Using X configuration file: "/etc/X11/xorg.conf".
WARNING: Unable to find CorePointer in X configuration; attempting to add new CorePointer section.
WARNING: The CorePointer device was not specified explicitly in the layout; using the first mouse device.
WARNING: Unable to find CoreKeyboard in X configuration; attempting to add new CoreKeyboard section.
WARNING: The CoreKeyboard device was not specified explicitly in the layout; using the first keyboard device.
Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.nvidia-xconfig-original'
Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup'
New X configuration file written to '/etc/X11/xorg.conf'

cool-bitsオプションを設定します

>>> sudo nvidia-xconfig -a --cool-bits=12
Using X configuration file: "/etc/X11/xorg.conf".
Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup'
New X configuration file written to '/etc/X11/xorg.conf'

しかし、再起動するたびにオプションが消えます。

問題は、このcool-bitsオプションを使用するとオーバークロックが可能であることです。しかし、効果を適用した後に再起動する必要がありますが、再起動するとファイルが消えます

Lubuntu 17.10を使用しています

編集する:

ああ、パッケージが欠けているようですが、どのパッケージなのかわかりません。

Package xorg-server was not found in the pkg-config search path.
Perhaps you should add the directory containing xorg-server.pc' to the PKG_CONFIG_PATH environment variable
No package 'xorg-server' found`

ベストアンサー1

おすすめ記事