Autor Tópico: Dois monitores no Ubuntu  (Lida 15092 vezes)

freakazoid

  • Visitante
Dois monitores no Ubuntu
« Online: 30 de Novembro de 2005, 13:06 »
Bom gente, eu irei posteriormente fazer um tutorialzinho mais completo sobre como configurei o linux para trabalhar em dual head, mas como estou meio sem tempo, por hora segue a configuração que eu fiz no /etc/X11/xorg.conf. Qualquer dúvida me adicionem no msn: geleiamocoto@hotmail.com

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands:
#
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
#   sudo dpkg-reconfigure xserver-xorg

Section "Files"
   FontPath   "unix/:7100"         # local font server
   # if the local font server has problems, we can fall back on these
   FontPath   "/usr/lib/X11/fonts/misc"
   FontPath   "/usr/lib/X11/fonts/cyrillic"
   FontPath   "/usr/lib/X11/fonts/100dpi/:unscaled"
   FontPath   "/usr/lib/X11/fonts/75dpi/:unscaled"
   FontPath   "/usr/lib/X11/fonts/Type1"
   FontPath   "/usr/lib/X11/fonts/CID"
   FontPath   "/usr/lib/X11/fonts/100dpi"
   FontPath   "/usr/lib/X11/fonts/75dpi"
        # paths to defoma fonts
   FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
   FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
   Load   "bitmap"
   Load   "dbe"
   Load   "ddc"
   Load   "dri"
   Load   "extmod"
   Load   "freetype"
   Load   "glx"
   Load   "int10"
   Load   "record"
   Load   "type1"
   Load   "vbe"
EndSection

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "keyboard"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "abnt2"
   Option      "XkbLayout"   "br"
   Option      "XkbVariant"   "abnt2"
   Option      "XkbOptions"   "abnt2"
EndSection

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "mouse"
   Option      "CorePointer"
   Option      "Device"      "/dev/ttyS1"
   Option      "Protocol"      "IntelliMouse"
   Option      "Emulate3Buttons"   "true"
   Option      "ZAxisMapping"      "4 5"
EndSection

Section "Device"
   Identifier   "ATI Radeon 9200SE"
   Driver      "ati"
   BusID      "PCI:1:0:0"
EndSection

Section "Device"
   Identifier   "Trident Microsystems TGUI 9440"
   Driver      "trident"
   BusID      "PCI:0:10:0"
EndSection

Section "Monitor"
   Identifier   "Serie 786NS"
   Option      "DPMS"
EndSection

Section "Monitor"
   Identifier   "FiveStar"
   Option      "DPMS"
EndSection

Section "Screen"
   Identifier   "Screen0"
   Device      "ATI Radeon 9200SE"
   Monitor      "Serie 786NS"
   DefaultDepth   16   
   SubSection "Display"
      Depth      16   
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Section "Screen"
   Identifier   "Screen1"
   Device      "Trident Microsystems TGUI 9440
   Monitor      "FiveStar"
   DefaultDepth   16
   SubSection "Display"
      Depth      16
      Modes      "1024x768" #"800x600" "640x480"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen 0   "Screen0" 0 0
   Screen 1   "Screen1" RightOf "Screen0"
   InputDevice   "Generic Keyboard"
   InputDevice   "Configured Mouse" "CorePointer"
EndSection

Section "ServerFlags"
   Option "Xinerama" "true"
EndSection

Section "DRI"
   Mode   0666
EndSection

após isso dêem um 'sudo apt-get libxinerama1' e tende a funcionar

não exitem em me adicionar e em breve explicarei melhor...

Abraços

Offline FaBMak

  • Administrador
  • Usuário Ubuntu
  • *****
  • Mensagens: 722
    • Ver perfil
    • fabmak://website
Dois monitores no Ubuntu
« Resposta #1 Online: 01 de Dezembro de 2005, 00:39 »
Com "dual head" creio que vc queira dizer "dois monitores".

Gostei da dica, editada e movida para a seção de dicas
"Não creias impossível o que apenas improvável parece". (Shakespeare)
fabmak://website | http://twitter.com/fabmak

Offline fabricioescalador

  • Usuário Ubuntu
  • *
  • Mensagens: 79
    • Ver perfil
+
« Resposta #2 Online: 23 de Fevereiro de 2006, 10:58 »
teria como fazer isso usando a saida da minha placa de video agp e a saida onbord da placa mae?
não né!
Uai....

freakazoid

  • Visitante
Dois monitores no Ubuntu
« Resposta #3 Online: 23 de Fevereiro de 2006, 17:58 »
Não se a sua placa mãe desabilitar a placa onboard automáticamente ao se colocar a AGP. Caso seja necessário jumpear a sua placa mãe, talvez seja possível efetuar o processo. No primeiro caso, ao se fazer as configurações, o linux subirá os dois monitores mas com uma imagem não entendível nos dois (Porque o Linux enxerga a onboard mesmo desabilitada ;) ), não sendo satisfatório o resultado.

Offline julianodorneles

  • Usuário Ubuntu
  • *
  • Mensagens: 133
    • Ver perfil
Dois monitores no Ubuntu
« Resposta #4 Online: 29 de Junho de 2006, 16:07 »
Tópico "exumado" ....  :lol:

E como fazer o Ubuntu reconhecer meus dois monitores de modo separado que mostre cada um dos dois desktops em um monitor, e não contínuo como o xinerama ...

Citar
Xinerama is an extension to the X Window System which allows applications and window managers to use the two (or more) physical displays as one large virtual display.


Detalhe, minha VGA é a descrita na assinatura: ATi RADEON X600XT com Uma saída VGA normal, uma S-Video e uma DVI.

Quero usar a saída normal + saída DVI (com adaptador para saída normal).

Será que tem como ?

[ ]'s
AMD Athlon64 3000+, Abit AX8, 1Gb RAM (2x512Mb Dual Channel), GF 6800XTreme Edition 256Mb, HD SATA 80Gb Samsung, LG 1752TX LCD.

freakazoid

  • Visitante
Dois monitores no Ubuntu
« Resposta #5 Online: 30 de Junho de 2006, 19:39 »
Como assim, cara?... Desculpa mas eu não entendi de acordo com a mesma lógica que você... Usando dois desktops você não consegue usar os dois ao mesmo tempo, o que eu sei que o xinerama faz é um clone das telas como no ruindows mas eu confesso que não procurei a configuração sobre  :oops: Tenta me explicar um pouco mais detalhado o que você quer fazer e até mesmo, se possível para que que você quer fazer que eu posso ver se consigo ajudar...

Offline Imigrante

  • Usuário Ubuntu
  • *
  • Mensagens: 145
    • Ver perfil
Re: Dois monitores no Ubuntu
« Resposta #6 Online: 28 de MAR?O de 2007, 01:35 »
Tópico "exumado" ....  :lol:

E como fazer o Ubuntu reconhecer meus dois monitores de modo separado que mostre cada um dos dois desktops em um monitor, e não contínuo como o xinerama ...

Citar
Xinerama is an extension to the X Window System which allows applications and window managers to use the two (or more) physical displays as one large virtual display.

Detalhe, minha VGA é a descrita na assinatura: ATi RADEON X600XT com Uma saída VGA normal, uma S-Video e uma DVI.

Quero usar a saída normal + saída DVI (com adaptador para saída normal).

Será que tem como ?

[ ]'s

Cara,
Eu só consegui clonar minha área de trabalho p/ segundo monitor.
Vc conseguiu configurar para estender a área de trabalho p/ segundo monitor?
Abraços...
Imigrante

Offline Imigrante

  • Usuário Ubuntu
  • *
  • Mensagens: 145
    • Ver perfil
Re: Dois monitores no Ubuntu
« Resposta #7 Online: 30 de MAR?O de 2007, 17:18 »
Finalmente fiz funcionar os dois monitores.
Abaixo segue o meu arquivo "xorg.conf":

Código: [Selecionar]
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
Fontpath "/usr/share/fonts/X11/misc"
Fontpath "/usr/share/fonts/X11/cyrillic"
Fontpath "/usr/share/fonts/X11/100dpi/:unscaled"
Fontpath "/usr/share/fonts/X11/75dpi/:unscaled"
Fontpath "/usr/share/fonts/X11/Type1"
Fontpath "/usr/share/fonts/X11/100dpi"
Fontpath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
Fontpath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "int10"
Load "vbe"
Load "glx"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom"# Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
# /dev/input/event
# for USB
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom"# Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
# /dev/input/event
# for USB
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom"# Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
# /dev/input/event
# for USB
EndSection

Section "Device"
Identifier "Placa de Vídeo Genérica0"
Driver "fglrx"
BusID "PCI:1:0:0"
Option "VBERestore" "TRUE"
Option "MonitorLayout"
Screen 0
EndSection

Section "Device"
Identifier "Placa de Vídeo Genérica1"
Driver "fglrx"
BusID "PCI:1:0:0"
Screen 1
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-70
VertRefresh 50-160
EndSection

Section "Monitor"
Identifier "Samsung Monitor"
Option "DPMS"
HorizSync 30-70
VertRefresh 50-160
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Placa de Vídeo Genérica0"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen2"
Device "Placa de Vídeo Genérica1"
Monitor "Samsung Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Default Screen" 0 0
Screen 1 "Screen2" rightOf "Default Screen"

Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
Inputdevice "stylus" "SendCoreEvents"
Inputdevice "cursor" "SendCoreEvents"
Inputdevice "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection

Section "Extensions"
Option "Composite" "enable"
EndSection

Abraços...
Imigrante