1、ubuntu desktop12.04 接双显示器

想要12.04版本在接上双显示器时能很好的工作,则需要进行如下设置:

(1)、编辑/etc/X11/xorg.conf文件:

1 /etc/X11/xorg.conf

(2)、在Section “Screen”内容之内增加以下内容

1 SubSection "Display"
2 Virtual 4000 3000
3 EndSubSection

(3)、重启xwindow

快捷键是Ctrl + Alt + Backspace;(这个快捷键默认是关闭的,在快捷键设置中可以更改)

1 sudo init 6

2. 推荐终端

2.1. Terminator(支持分屏)

1 sudo apt-get install terminator

3. SMPlay


sudo apt-get install mplayer 
sudo apt-get install ffmpeg
sudo apt-get install smplayer

4、安装显示器配置工具

sudo apt-get install arandr

 5、设置主屏幕

如果你的ubuntu连接了多个显示器,现在想设置其中一个显示器为主显示器,则需要用到下边的方法:

首先你要知道你的几个显示器的“名字”,可以用4中安装的软件来获取,执行Arandr后,如下图:

使用ubuntu desktop是可能会用到的配置

这里很显然的能识别出对应的显示器。在这里,我们要把CRT1这块外接显示器设置为主显示器,执行下边语句即可:

sudo xrandr --output CRT1 --primary

 聪明的你一定会知道要设置LVDS为主显示器需要怎么做!Enjoy it!

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-04
  • 2022-12-23
  • 2022-12-23
  • 2022-02-09
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-05-02
  • 2021-07-03
  • 2021-09-05
  • 2022-12-23
  • 2021-09-22
  • 2021-04-22
相关资源
相似解决方案