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 / 问题 / 810305
Accepted
userDepth
userDepth
Asked: 2016-08-10 16:30:17 +0800 CST2016-08-10 16:30:17 +0800 CST 2016-08-10 16:30:17 +0800 CST

XRandr 可能的配置 Ubuntu MATE 16.04

  • 772

我正在检查 XRandr,我运行它流氓,它在其中一行中显示了这一点:

Screen 0: minimum 8 x 8, current 1366 x 768, maximum 32767 x 32767

这是否意味着我可以将其配置为最大 32767 x 32767 像素?

它可以在 HDMI 中使用 1080,但可以在笔记本电脑显示器中使用吗?

我设法添加了一个虚拟显示器

这是 GTF 输出:

gtf 1920 1080 60 -x

# 1920x1080 @ 60.00 Hz (GTF) hsync: 67.08 kHz; pclk: 172.80 MHz
  Modeline "1920x1080_60.00"  172.80  1920 2040 2248 2576  1080 1081 1084 1118  -HSync +Vsync

这是我将模式添加到笔记本电脑屏幕时得到的

xrandr --addmode LVDS1 1920x1080_60.00
X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  140 (RANDR)
  Minor opcode of failed request:  18 (RRAddOutputMode)
  Serial number of failed request:  34
  Current serial number in output stream:  35

这是我现在的 XRANDR 输出

LVDS1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 344mm x 194mm
   1366x768      60.00*+  40.00  
   1360x768      59.80    59.96  
   1280x720      60.00  
   1024x768      60.00  
   1024x576      60.00  
   960x540       60.00  
   800x600       60.32    56.25  
   864x486       60.00  
   640x480       59.94  
   720x405       60.00  
   680x384       60.00  
   640x360       60.00  
DP1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
VGA1 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
  1920x1080_60.00 (0x100) 172.800MHz -HSync +VSync
        h: width  1920 start 2040 end 2248 total 2576 skew    0 clock  67.08KHz
        v: height 1080 start 1081 end 1084 total 1118           clock  60.00Hz
  1440x1080_60.00 (0x101) 129.870MHz -HSync +VSync
        h: width  1440 start 1536 end 1688 total 1936 skew    0 clock  67.08KHz
        v: height 1080 start 1081 end 1084 total 1118           clock  60.00Hz
display
  • 1 1 个回答
  • 1488 Views

1 个回答

  • Voted
  1. Best Answer
    Terrance
    2016-08-10T18:09:51+08:002016-08-10T18:09:51+08:00

    显示的最大分辨率xrandr是最大虚拟屏幕尺寸的分辨率。

    我能找到的最能帮助您解决问题的信息是:

    https://pkg-xorg.alioth.debian.org/howto/use-xrandr.html#_placing_outputs_in_a_virtual_screen

    片段:

    Let’s have a look at the maximal virtual screen size, we see 4096x4096 in this example:
    
    $ xrandr|head -1
    Screen 0: minimum 320 x 200, current 1280 x 800, maximum 4096 x 4096
    
    With DRI and without KMS, that might be needed. Indeed, drivers will often create a default virtual screen with small dimensions, for instance 1600x1200, to reduce memory consumption.
    
    If you plan to use multiple outputs displaying different zones, you should configure your xorg.conf by adding a Virtual line to the Display subsection in the Screen section.
    
    Section "Screen"
      …
      SubSection "Display"
        Depth 24
        Virtual 3000 2000
      EndSubSection
    EndSection
    

    另请参阅https://askubuntu.com/a/186616/231142

    希望这可以帮助!

    • 1

相关问题

  • 如何修复 HDMI 高清电视上的过扫描问题?

  • 如何让 Lilliput USB 显示器工作?

  • 如何使用第二台连接 HDMI 的显示器?

  • 如何使用 nvidia 驱动程序更改三星 R519 上的屏幕亮度

  • 更改主监视器

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