저는 nvidia NVS 315 그래픽 카드가 장착된 Dell T3620 워크스테이션을 가지고 있습니다.
다음 명령을 사용하여 그래픽 드라이버를 설치했습니다.
yum remove xorg-x11-drv-nouveau*
yum install nvidia-x11-drv.x86_64 nvidia-x11-drv-32bit.x86_64
reboot
재부팅 후 nvidia-settings gui 도구를 실행할 수 있지만 해상도를 변경할 수는 없습니다. 최고 해상도는 1024x768이지만 내 LCD는 최대 1600x900을 지원합니다. 내 LCD 모니터는 VGA 포트만 지원하므로 DVI-VGA 변환기를 사용했습니다.
xorg.conf는 다음과 같습니다:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 375.26 (buildmeister@swio-display-x86-rhel47-01) Thu Dec 8 19:06:44 PST 2016
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
FontPath "/usr/share/fonts/default/Type1"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
# HorizSync source: builtin, VertRefresh source: builtin
Identifier "Monitor0"
VendorName "Unknown"
ModelName "CRT-0"
HorizSync 28.0 - 55.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "NVS 315"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "CRT-0"
Option "metamodes" "1024x768 +0+0"
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "off"
SubSection "Display"
Depth 24
EndSubSection
EndSection
답변1
nvidia-xconfig
터미널에서 를 사용할 수 있습니다 . nvidia-xconfig
X 구성 파일을 찾아 NVIDIA X 드라이버를 사용하도록 수정합니다. 대부분의 경우 설치 프로그램이 실행되어야 하는지 묻는 경우 간단히 "예"라고 대답할 수 있습니다. 나중에 X 서버를 재구성해야 하는 경우 nvidia-xconfig
터미널에서 다시 실행할 수 있습니다. nvidia-xconfig
구성 파일은 수정되기 전에 백업됩니다.
구성 파일에 대한 변경 사항을 적용하려면 X 서버를 다시 시작해야 합니다.