简体   繁体   English

为每个工作区选择监视器

[英]Select monitor for each workspace

I have two monitor 17", I'd like know if is possible make this settings. 我有两个显示器17“,我想知道是否可以进行此设置。

Ex: 例如:
Monitor 1 | 显示器1 | Show WORKSPACE 1 Monitor 2 | 显示WORKSPACE 1 Monitor 2 | Show WORKSPACE 2 显示工作空间2

I tryed in display settings, I not found this option that I desire. 我尝试了显示设置,但找不到所需的此选项。

Maybe some software can do this ? 也许某些软件可以做到这一点?

My OS: Linux Mint 18.1 Cinnamon 64-bit 我的操作系统:Linux Mint 18.1 Cinnamon 64位

You need to properly configure xrandr to recognize the monitors you have. 您需要正确配置xrandr才能识别您拥有的监视器。

Linux is always DIY, so thats how you're going to have to achieve this. Linux一直都是DIY,所以这就是您将必须实现的方式。

Here is a tutorial on how to configure dual monitors by editing your xorg.conf and xrandr settings. 这是有关如何通过编辑xorg.confxrandr设置来配置双监视器的教程。

Hope this helps... 希望这可以帮助...

https://www.maketecheasier.com/how-to-setup-dual-monitors-with-xrandr/ https://www.maketecheasier.com/how-to-setup-dual-monitors-with-xrandr/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用select()监视对象? - How can I use select() to monitor an object? 多显示器公共信息显示(4个显示器/每个带有一个chrome / firefox窗口) - multi monitor public information display (4 monitor / each with one chrome/firefox window) 如何监控多个位置并为每个路径分别显示一条消息? - How to monitor multiple locations and show a message separately for each path? 使用Linux C select系统调用来监视文件 - Using Linux C select system call to monitor files 如何在bash中运行应用程序并选择运行哪个监视器? - How do you run an application in bash and select which monitor it runs on? 如何在Linux上监视多线程(pthread)C ++程序的每个线程行为? - How to monitor each thread behavior of a multithread (pthread) C++ program on Linux ? 如何在Linux中监视进程的每个线程的内存使用情况? - how can i monitor the memory usage of each thread of my process in linux? linux select() 系统调用如何监控两个文件(文件描述符)以及如何使用定时器参数 - how linux select() system call monitor two files(file descriptors) and how to use timer argument 如何从文件中的每一行的字符串中选择第n个字符? - How to select the nth char from a string for each line in a file? 如何以编程方式获取工作区? - How to get workspace programmatically?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM