Utilização de 2 monitores

1. Utilização de 2 monitores

Wellington tiago da silva
wellington.silva

(usa Debian)

Enviado em 07/03/2015 - 18:19h

Boa tarde,

Estou atualmente utilizando a distribuição Debian em minha maquina:

PRETTY_NAME="Debian GNU/Linux 7 (wheezy)"
NAME="Debian GNU/Linux"
VERSION_ID="7"
VERSION="7 (wheezy)"

@Debian-:~$ lspci
00:00.0 RAM memory: NVIDIA Corporation MCP61 Memory Controller (rev a1)
00:01.0 ISA bridge: NVIDIA Corporation MCP61 LPC Bridge (rev a2)
00:01.1 SMBus: NVIDIA Corporation MCP61 SMBus (rev a2)
00:01.2 RAM memory: NVIDIA Corporation MCP61 Memory Controller (rev a2)
00:02.0 USB controller: NVIDIA Corporation MCP61 USB 1.1 Controller (rev a3)
00:02.1 USB controller: NVIDIA Corporation MCP61 USB 2.0 Controller (rev a3)
00:04.0 PCI bridge: NVIDIA Corporation MCP61 PCI bridge (rev a1)
00:05.0 Audio device: NVIDIA Corporation MCP61 High Definition Audio (rev a2)
00:06.0 IDE interface: NVIDIA Corporation MCP61 IDE (rev a2)
00:07.0 Bridge: NVIDIA Corporation MCP61 Ethernet (rev a2)
00:08.0 IDE interface: NVIDIA Corporation MCP61 SATA Controller (rev a2)
00:08.1 IDE interface: NVIDIA Corporation MCP61 SATA Controller (rev a2)
00:09.0 PCI bridge: NVIDIA Corporation MCP61 PCI Express bridge (rev a2)
00:0b.0 PCI bridge: NVIDIA Corporation MCP61 PCI Express bridge (rev a2)
00:0c.0 PCI bridge: NVIDIA Corporation MCP61 PCI Express bridge (rev a2)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
01:07.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
02:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RV730 PRO [Radeon HD 4650]
02:00.1 Audio device: Advanced Micro Devices [AMD] nee ATI RV710/730 HDMI Audio [Radeon HD 4000 series]

Gnome Versão 3.4.2


Porém estou aqui necessitando de uma ajuda, possuo 2 monitores de tamanhos diferentes um de 15LG-Flatron e outro 17LG-Flatron ao tentar acessar o caminho :

Aplicativos > Sistema > Preferencias > Configuração do Sistema > Telas

tiro o espelhamento destes mais é retornado o erro abaixo:

tamanho virtual requisitado não se encaixa no tamanho disponível: requisitado=(2176, 768), mínimo=(320, 200), máximo=(1280, 1280)

a algum tempo utilizava o ubuntu 13 e este problema não ocorria, já realizei varias pesquisas inclusive localizei uma no "viva o linux",porém, não obtivesse sucesso.

Poderiam me ajudar ?

Caso necessitem de mais alguma informação não hesitem em questionar.


  


2. Re: Utilização de 2 monitores

Lucas Melo da Silva
lucasmelodasilva

(usa Outra)

Enviado em 14/09/2015 - 12:44h


Estou com o mesmo problema, conseguiu resolver?


3. Re: Utilização de 2 monitores

Perfil removido
removido

(usa Nenhuma)

Enviado em 14/09/2015 - 13:34h

Você tem a opção de criar múltiplas sessões "Screen" no seu xorg.conf (mora em /etc/X11). Veja um exemplo aleatório extraído da internet:


Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "HDMI-0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1920x1200"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "DVI-0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1440x900"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Layout0"
Screen "Screen0" 1440 0
Screen "Screen1" LeftOf "Screen0"
EndSection


Consulte também: https://wiki.archlinux.org/index.php/Xorg#Multiple_monitors


4. Re: Utilização de 2 monitores

soul
11235813

(usa Arch Linux)

Enviado em 14/09/2015 - 14:47h

Além do método acima também da pra fazer pelo terminal, só usar o comando xrandr
Exemplo do que uso aqui, tenho dois monitores (um de 19" e outro de 32"):
xrandr --output VGA-1 --mode 1440x900 --pos 0x0 --rotate normal --output DVI-I-1 --mode 1920x1080 --pos 1440x0 --rotate normal

Segue tutorial detalhado:
http://www.hardware.com.br/dicas/video-manual.html






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts