AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / ubuntu / 问题 / 1454076
Accepted
purple pillow
purple pillow
Asked: 2023-02-09 07:31:16 +0800 CST2023-02-09 07:31:16 +0800 CST 2023-02-09 07:31:16 +0800 CST

无法在具有 Intel HD Graphics 4400 和 VGA 显示器的 Ubuntu 22.10 上设置 1920x1080 分辨率

  • 772

我有一台双启动 Windows 10 和 Ubuntu 22.10 的 PC。我有一台外接电视作为显示器,通过 VGA 电缆连接,我知道电视和 VGA 都完美支持 1920x1080,因为它可以在 Windows 10 上运行。但是,当我尝试在 Ubuntu 的设置中将显示器设置为 1920x1080 时 - > 显示,屏幕只是闪烁并恢复到旧分辨率。

我有来自 hardinfo 的以下系统信息:

    Operating System: Ubuntu 22.10
    CPU: Intel(R) Care(TM) i3-4130t CPU @ 2.90Ghz 1 physical process, 2 cores; 4 threads
    RAM: 3920360 KiB
    Motherboard: Hewlett-Packard 21D0
    Graphics: 1680x1050 Mesa intel(R) HD Graphics 4400 (HSW GT2) The X.Org Foundation
    Storage: ATASTS001_7012-PWS14
    Audio: HISA-Intel-FICA Intel PCH

我的 xorg.conf 文件的内容是:

Section "Monitor"
    Identifier "Monitor0"
    Modeline "1680x1050_60.00"  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync
    Modeline "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
    Option "PreferredMode" "1680x1050_60.00"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
        Modes "1680x1050_60.00"
    EndSubSection
EndSection

当我运行 $ xrandr 时,我得到以下输出:

Screen 0: minimum 320 x 200, current 1680 x 1050, maximum 16384 x 16384
VGA-1 connected primary 1680x1050+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1920x1080_60.00  59.96 +
   1680x1050_60.00  59.95* 
   1024x768      60.00  
   800x600       60.32    56.25  
   848x480       60.00  
   640x480       59.94  
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
HDMI-2 disconnected (normal left inverted right x axis y axis)

我怎样才能在 Ubuntu 22.10 上获得 1920x1080?”

display-resolution
  • 1 1 个回答
  • 49 Views

1 个回答

  • Voted
  1. Best Answer
    codlord
    2023-02-09T11:42:30+08:002023-02-09T11:42:30+08:00

    尝试这个。得到一个Modeline使用Reduced blanking:

    cvt -r 1920 1080 60

    这将导致类似的结果:

    # 1920x1080 59.93 Hz (CVT 2.07M9-R) hsync: 66.59 kHz; pclk: 138.50 MHz 
    Modeline "1920x1080R"  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync
    

    然后从中取出第二行,删除单词Modeline并发出xrandr --newmode如下命令:

    xrandr --newmode "1920x1080R"  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync
    

    最后更改为该模式:

    xrandr --output VGA1 --mode 1920x1080R
    

    有关更多信息,请参见此处:https://wiki.archlinux.org/title/Xrandr

    • 1

相关问题

  • 如何提高控制台模式分辨率?

  • 使用 RDesktop 时如何更改屏幕分辨率?

  • 如何在 10.04 中将 ATI Rage Mobility 128 的分辨率更改为 800x600 以上?

  • 升级到 10.04 后字体模糊,Nvidia 问题?

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve