다중 모니터로 Ubuntu 9.10을 설정했습니다. 불행히도 9.10에서 우분투가 기본적으로 여러 모니터를 처리하는 방법은 각 모니터에 별도의 바탕 화면을 표시하는 것입니다 (한 모니터에서 다른 모니터로 창을 끌 수는 없습니다). 한 모니터에서 다른 모니터로 응용 프로그램을 옮길 수 있도록 설정하고 싶습니다. 이것이 가능합니까 (10.04가 지원합니까)?
다중 모니터로 Ubuntu 9.10을 설정했습니다. 불행히도 9.10에서 우분투가 기본적으로 여러 모니터를 처리하는 방법은 각 모니터에 별도의 바탕 화면을 표시하는 것입니다 (한 모니터에서 다른 모니터로 창을 끌 수는 없습니다). 한 모니터에서 다른 모니터로 응용 프로그램을 옮길 수 있도록 설정하고 싶습니다. 이것이 가능합니까 (10.04가 지원합니까)?
답변:
이 설정은 기본적으로 있습니다. 두 대의 모니터가 있으며 하나의 데스크탑 만 만듭니다. 창을 아래에서 위로 움직여서 한 창에서 다른 창으로 이동할 수 있으며 두 모니터를 모두 사용하도록 창을 수동으로 늘릴 수도 있습니다.
환경 설정 메뉴에서 모니터 앱을 사용하여 설정했습니다. xrandr를 지원하는 모든 카드가 동일하게 작동 할 것으로 기대합니다.
따라서 대부분의 카드에서 답은 일반적으로 그렇습니다.
BTW 광산은 인텔입니다.
If you have a dedicated graphics card you may find that the proprietary drivers make this easier to set up.
Most of the machines I run Ubuntu on (and all the ones with multi-monitor configurations) have nVidia cards in them. I am using nvidia's x server settings (nvidia-settings) to manage the displays. This lets me choose between having separate x servers on each screen (completely independent displays) or 'TwinView' which creates a single desktop across both displays. (this allows dragging between windows, stretching across the whole desktop, etc)
To install the proprietary drivers, you can go to System > Adminstration > Hardware Drivers (as pointed out by @themusicalduck in the comment below).
If, however, you want the latest drivers (which typically offer bugfixes and performance improvements) and don't mind the hassle, you can go here for nvidia or here for ati. Put your card's model in there, choose 32bit / 64bit for your setup and download.
ps. I don't know about the ATI driver, but but the nvidia driver comes as a script to run that will install the driver automatically, compiling the kernel modules as required etc. However, you need to shut down the display before you can update its drivers, which can be scary. Just follow the steps in this guide and it should be fine! ('Logging in as root' means typing sudo su (or prepending sudo to all subsequent commands)