zoukankan      html  css  js  c++  java
  • ubuntu 12.04 配置双屏幕教程

    查看本本的显示器LVDS1信息

    daitr@aa:~$ xrandr
    Screen 0: minimum 320 x 200, current 2646 x 1024, maximum 8192 x 8192
    LVDS1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 309mm x 174mm
    1366x768 60.0*+
    1360x768 59.8 60.0
    1024x768 60.0
    800x600 60.3 56.2
    640x480 59.9

    另一个显示VGA1的信息
    VGA1 connected 1280x1024+1366+0 (normal left inverted right x axis y axis) 376mm x 301mm
    1280x1024 60.0*+ 75.0
    1152x864 75.0
    1024x768 75.1 60.0
    800x600 75.0 60.3
    640x480 75.0 60.0
    720x400 70.1
    HDMI1 disconnected (normal left inverted right x axis y axis)
    DP1 disconnected (normal left inverted right x axis y axis)

    将显示器显示在本本的右侧:

    daitr@aa:~$ xrandr --ouput VGA1 --auto --right-of LVDS1

    关掉显示器VGA1
    daitr@aa:~$ xrandr --output VGA1 --off

    开启显示器VGA1
    daitr@aa:~$ xrandr --output VGA1 --auto

    开启显示器VGA1在右侧
    daitr@aa:~$ xrandr --output VGA1 --auto --right of

  • 相关阅读:
    多进程交替控制输出
    最长不重复子串
    const关键字的使用
    C++类的内存分布
    shell编程--awk 、sed 命令介绍
    gcc 6.0编译opencv出错
    NTP同步网络时间
    树莓派配置RTC时钟(DS3231,I2C接口)
    浏览器播放rtmp流
    nginx配置hls
  • 原文地址:https://www.cnblogs.com/waniu/p/2690559.html
Copyright © 2011-2022 走看看