在实习期间,我使用的电脑出现了一些严重问题。主要问题是:我需要使用 NVIDIA 驱动程序来使用某些特定程序。因此,我尝试安装这些程序。
不幸的是,从那以后一切都出错了。我按照几个网页上的步骤安装了这些驱动程序,但仍然遇到了一些严重的显示问题。
Displays
目前的主要问题是,我的选项中只有一种屏幕分辨率可用(640x480
即哇哇哇低)。
我想使用几种方法来改变这个分辨率,从使用xrandr --addmode
到编辑xorg.conf
文件
随着我的截止日期越来越近,我尝试了很多不同的方法,我恳请帮助,因为我已经没有选择了。
我在下面发布了我的文件的输出xorg.conf
。
有人能告诉我如何恢复正常分辨率吗?该xrandr
方法在一定程度上有效:我可以添加新的分辨率选项在我的显示字段中,但我无法选择并按应用。
如果我查看该additional drivers
字段,我会看到系统正在使用X.Org X server - Nouveau display driver from xserver-xorg-video-nouveau
我在 Ubuntu 14.04 上运行
如果您需要更多信息,请询问,我会全程为您服务!
谢谢
文件输出xorg.conf
:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 304.137 (buildmeister@swio-display-x64-rhel04-01) Thu Sep 14 15:01:30 PDT 2017
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection