相关疑难解决方法(0)

安装 Nvidia 驱动程序后未出现 Unity

我刚刚从头安装了 12.10。Unity 也开始正常,但分辨率很差。我找到了一个设置(我认为它在“软件源”中)将显示驱动程序更改为 Nvidia,然后我重新启动。

当 Ubuntu 现在启动时,它进入桌面(我看到一个我保存到桌面的文件)但没有其他屏幕元素——没有 Unity,顶部没有菜单栏,没有窗口装饰,什么都没有。

Ctrl-Alt-T 和 Ctrl-Alt-F2 可以正常工作,但它有点限制......

  1. 如何恢复默认驱动程序?我想我需要一种方法来再次打开那些“软件源”设置——或者其他任何可以修复它的方法!我希望我不必手动输入所有这些
  2. 如何安装合适的 Nvidia 驱动程序以便我可以达到 1280x1024?我的老技巧似乎不起作用,但如果我解决了#1,也许它们可能会起作用......

nvidia unity 12.10

12
推荐指数
2
解决办法
3万
查看次数

如何强制分辨率为 1024x768?

回到 ubuntu 9,支持的最大分辨率是 960x600,通过编辑 xorg.conf,我能够获得 1024x768 的分辨率。我最近安装了 ubuntu 11.10 .. 现在我可以在显示面板中获得的最大分辨率再次是 960x600 .. 我尝试编辑 xorg 但没有 xorg 并且当我尝试创建一个访问时被拒绝。

我是 linux 命令的新手,因此,将不胜感激分步帮助。

我添加了/etc/X11/xorg.conf包含:

Section "Device"
    Identifier    "Configured Video Device"
EndSection

Section "Monitor"
    Identifier    "Configured Monitor"
    HorizSync       30.0-62.0
    VertRefresh     50.0-70.0
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Monitor        "Configured Monitor"
    Device        "Configured Video Device"
    DefaultDepth    24
    SubSection "Display"
        Depth    24
        Modes     "1024x768" "800x600"
    EndSubSection
EndSection 
Run Code Online (Sandbox Code Playgroud)

xorg resolution

11
推荐指数
2
解决办法
13万
查看次数

如何查找显示器的 hsync/vsync 值?

我正在尝试让我的计算机使用正确的分辨率。为此,我需要在配置文件 ( xorg.conf) 中指定水平和垂直同步值:

Section "Monitor"  
  Identifier     "Monitor0"  
  VendorName     "Unknown"  
  ModelName      "CRT-0"  
  HorizSync       31.0 - 81.0  
  VertRefresh     56.0 - 76.0  
  Option         "DPMS"  
EndSection
Run Code Online (Sandbox Code Playgroud)

我们先来说说这些价值HorizSyncVertRefresh在某种程度上错了我的显示器。
我在哪里可以找到正确的值?

注意:这是一个“虚拟”问题——在聊天的帮助下,我已经找到了部分答案,现在我要添加我自己的答案来记录一个希望通用的解决方案。

configuration xorg resolution monitor

9
推荐指数
1
解决办法
2万
查看次数

NVIDIA:X 服务器初始化期间发生 GPU 异常

我的GPU是GTX870M。我全新安装了 Ubuntu 18.04。我所做的只是:

sudo apt-get update
sudo apt-get upgrade
sudo ubuntu-drivers autoinstall
nvidia-xconfig
reboot
Run Code Online (Sandbox Code Playgroud)

它安装了 nvidia-390 驱动程序。现在每当我尝试启动 X 服务器时都会startx失败。我仍然可以使用 Wayland。这是我尝试过的(在恢复模式下):

startx

输出:

X.Org X Server 1.20.1
X Protocol Version 11, Revision 0
Build Operating System: Linux 4.4.0-140-generic x86_64 Ubuntu
Current Operating System: Linux <censored>-PC 4.18.0-22-generic #23~18.04.1-Ubuntu SMP Thu Jun 6 08:37:25 UTC 2019 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.18.0-22-generic root=UUID=0d1d9304-4cd6-41f6-80b2-3562578a252e ro recovery nomodeset
Build Date: 27 November 2018  05:27:12PM
xorg-server-hwe-18.04 2:1.20.1-3ubuntu2.1~18.04.1 (For technical support please see http://www.ubuntu.com/support) 
Current version …
Run Code Online (Sandbox Code Playgroud)

nvidia xorg drivers

5
推荐指数
2
解决办法
772
查看次数

标签 统计

xorg ×3

nvidia ×2

resolution ×2

12.10 ×1

configuration ×1

drivers ×1

monitor ×1

unity ×1