재부팅 시 /etc/X11/xorg.conf 저장

재부팅 시 /etc/X11/xorg.conf 저장

my nvidia-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옵션을 사용하면 오버클럭이 가능하다는 것입니다. 그런데 효과를 적용한 후 다시 시작해야 하는데 다시 시작하면 파일이 사라집니다

루분투 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`

관련 정보