当我启动nvidia设置时,它会给我:
您似乎没有使用NVIDIA X驱动程序。请编辑您的X配置文件(只需运行
nvidia-xconfig作为根),并重新启动X服务器。
此外,此窗口中没有可用的设置。
当我运行nvidia-xconfig (作为sudo)时,它生成这个文件:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 295.40 (buildmeister@swio-display-x86-rhel47-06.nvidia.com) Thu Apr 5 22:40:54 PDT 2012
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
FontPath "unix/:7100"
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然后我重新启动系统,唯一可用的分辨率是640x480 (远离本机1600x900)。如果我只重新启动X,系统就会将我注销(登录屏幕),给出糟糕的分辨率,每当我登录时,它就会立即再次将我注销。为了解决这个问题,我安装了gdm并重新配置了它。我现在有一个不同的登录屏幕,这不是主要的问题。
(我当然删除了xorg.conf并重新启动,以便每次都恢复我的决心。)
其他驱动程序写着: nvidia_current,下面有一个注释:这个驱动程序是激活的,但目前没有使用。
系统设置>系统>详细信息>图形:驱动程序:未知,经验:标准
我使用ubuntu12.04.1 LTS图形卡: GeForce GT540M Cuda (tm) 1GB
我不时地尝试解决这个问题,我对此感到非常沮丧。因为不能玩高设置的游戏,不能运行分辨率高于5XX×7XX的外部监视器(HDMI,TV)等等。
需要更多的信息吗?
提前谢谢。
其他信息:
lspci _ grep的
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF108 [GeForce GT 540M] (rev a1)发布于 2013-01-03 22:15:51
你确定你删除了/etc/X11/xorg.conf吗?没有它,系统就会恢复正常.无论哪种方式,都有这 post建议运行此命令来重新配置Xorg:
sudo dpkg-reconfigure -phigh xserver-xorg另外,您应该删除nVidia驱动程序。您的系统似乎有擎天柱技术,所以您不能像在正常系统中一样安装nVidia驱动程序。如果它是通过apt/Software安装的,则应该删除它:
sudo apt-get remove nvidia-current如果您想禁用您的nVidia卡(以节省一些电源),并使用它运行一些特定的程序(如游戏),您应该尝试大黄蜂。您可以在Ubuntu Wiki上或在AskUbuntu上找到关于如何安装它/调试问题的更多信息。
希望这能有所帮助。
https://askubuntu.com/questions/235823
复制相似问题