如何将宽屏显示器的分辨率更改为 1600*900?

如何将宽屏显示器的分辨率更改为 1600*900?

如何在 Oneiric 中将宽屏显示器的分辨率更改为 1600*900?我的硬件配置如下:

madhu@madhu-Home:~$ lspci
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 671MX
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] AGP Port (virtual PCI-to-PCI bridge)
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS968 [MuTIOL Media IO] (rev 01)
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev 01)
00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f)
00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f)
00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 Controller
00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] 191 Gigabit Ethernet Adapter (rev 02)
00:05.0 IDE interface: Silicon Integrated Systems [SiS] SATA Controller / IDE mode (rev 03)
00:06.0 PCI bridge: Silicon Integrated Systems [SiS] PCI-to-PCI bridge
00:07.0 PCI bridge: Silicon Integrated Systems [SiS] PCI-to-PCI bridge
00:0f.0 Audio device: Silicon Integrated Systems [SiS] Azalia Audio Controller
00:1f.0 PCI bridge: Silicon Integrated Systems [SiS] PCI-to-PCI bridge
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter (rev 10)
madhu@madhu-Home:~$ cat /etc/X11/xorg.conf

答案1

请尝试以下操作:

点击右上角的图标,选择Displays...

显示器

改变Resolution

解决

完毕?

答案2

  1. 您没有说明您使用的是带集成屏幕的笔记本电脑还是带外置屏幕的台式电脑(以及哪个制造商、型号)?这会很有帮助。

如果是后者:您使用 DVI 电缆吗?Ubuntu 可能无法使用 VGA 电缆确定正确的分辨率。

  1. 您正在使用

    VGA 兼容控制器:Silicon Integrated Systems [SiS] 771/671 PCIE VGA 显示适配器(rev 10)

这种廉价芯片在 Linux 下得不到很好的支持,您的系统现在使用标准 VESA 驱动程序,该驱动程序速度很慢,并且最大分辨率只能达到 1024x768。如果您使用的是台式计算机,并且真的解决了问题而不用摆弄,我建议您购买最便宜的 nvidia 显卡 - 无论是新的还是 exxx 的二手显卡 - 这样您的问题就应该完全解决了(在安装带有 jockey-gtk 的专有 nvidia 驱动程序后)。很抱歉告诉您这件事。参见例如这里

迎接阿克塞尔

答案3

如果您使用的是 Unity,请打开仪表板并搜索“显示器”。这是一个设置窗口,可让您选择显示器的分辨率和其他一些选项。

相关内容