相关疑难解决方法(0)

无法为监视器应用存储的配置

嗯,这发生在我升级到 Natty 时。我不仅似乎无法将分辨率更改为高于 1024x768,而且它出现在左侧并且仅使用显示器宽度的 70%。

无法为监视器应用存储的配置

我尝试登录,但在 ubuntu 经典模式下,我能够更改它,但该技巧不再起作用。(这可能是一个compiz问题吗?)

无论如何,这是我的 /var/log/Xorg.0.log http://pastebin.com/Ew4wwLab

lspci -nn | grep VGA

00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller [8086:27a2] (rev 03)
Run Code Online (Sandbox Code Playgroud)

我尝试使用 xrandr 手动添加 1280x1768 的分辨率,但没有运气。这是 xrandr 输出

Screen 0: minimum 320 x 200, current 1024 x 768, maximum 4096 x 4096
LVDS1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1024x768       60.0*+
   800x600        60.3     56.2  
   640x480        59.9  
VGA1 disconnected (normal …
Run Code Online (Sandbox Code Playgroud)

resolution 11.04

12
推荐指数
1
解决办法
8130
查看次数

无法更改桌面分辨率 - “在可用模式中找不到大小 1920x1080”

我的 xrandr 给

 xrandr -q
Screen 0: minimum 8 x 8, current 1360 x 768, maximum 16384 x 16384
DVI-I-0 disconnected (normal left inverted right x axis y axis)
VGA-0 connected primary 1360x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1024x768      60.00 +
   1360x768      59.96*   59.80  
   1152x864      60.00  
   800x600       72.19    60.32    56.25  
   680x384       59.96    59.80  
   640x480       59.94  
   512x384       60.00  
   400x300       72.19  
   320x240       60.05  
DVI-I-1 disconnected (normal left inverted right x axis y axis)
HDMI-0 disconnected (normal …
Run Code Online (Sandbox Code Playgroud)

display-resolution

7
推荐指数
1
解决办法
3万
查看次数

如何使用 xrandr 更改分辨率?

我有一个双显示器设置。第二台显示器有 VGA 连接。在显示设置中找不到分辨率 1366x768 或randr. 如何将分辨率 1366x768 添加到输出。我试过这个:

VGA-0 connected primary 1024x768+0+190 (normal left inverted right x axis y axis) 0mm x 0mm
   1024x768       60.0* 
   800x600        60.3     56.2  
   848x480        60.0  
   640x480        59.9  
Run Code Online (Sandbox Code Playgroud)

做了 xrandr -s 1366x768

Size 1366x768 not found in available modes
Run Code Online (Sandbox Code Playgroud)

并且xrandr --output vga-0 --mode 1366x768

warning: output vga-0 not found; ignoring
Run Code Online (Sandbox Code Playgroud)

command-line monitor display-resolution

6
推荐指数
1
解决办法
5万
查看次数

为什么我的第二台显示器在 1024X768 时卡在 4:3 上

我已经使用第二台显示器有一段时间了,直到我通过 VGA 端口将它连接到我们的电视,一切都很顺利。

然后,昨天早上,当我从电视上拔下 VGA 电缆并将其重新连接到第二台显示器后,我惊讶地发现分辨率设置为 1024x768 而不是它应该设置的 1680X1050。

在此处输入图片说明

按照我在屏幕分辨率卡在 1024x768 时发现的说明,我设法添加了 1366x768 的新分辨率,但是,顶部图标离屏幕一半远,而第二台显示器上的其他图标仍然很大。该分辨率下的另一个问题是两台显示器之间大约有四分之一的屏幕不可见。

我尝试添加 1680X1050 ,xrandx但这告诉我xrandr: cannot find mode "1680x1050"

  • 第二台显示器是 ViewSonic VA2016w
  • 内存:6 GiB
  • 处理器:Intel® Core™ i3-2350M CPU @ 2.30GHz × 4
  • 显卡:英特尔® Sandybridge Mobile - 2 GiB
  • 操作系统:Ubuntu 13.04 64 位
  • 没有使用、安装或提供专有驱动程序。
  • 现在提供的模式:1024x768、800x600 和 1366x768
  • 该决议是1680X1050如图所示这里和完整的数据资料在这里

如果有人对如何解决这个问题有任何建议或建议,我将不胜感激。

提前致谢。

更新

重新启动后,分辨率被重置为镜像显示,优派显示器设置为1024x768 (4:3)800x600 (4:3)

无法将 CRTC 分配给输出: 
CRTC 63 的尝试模式 
CRTC 63:尝试模式 1366x768@60Hz,输出为 1366x768@60Hz(通过 0) …

display resolution multiple-monitors monitor

1
推荐指数
1
解决办法
4178
查看次数