Autor Tópico: Multiterminal no Ubuntu Dapper  (Lida 2060 vezes)

Offline marcoscg72

  • Usuário Ubuntu
  • *
  • Mensagens: 42
    • Ver perfil
Multiterminal no Ubuntu Dapper
« Online: 08 de Agosto de 2006, 12:27 »
Caros Amigos,

Estou tentando criar um multiterminal com dois conjuntos de video, teclado e mouse. Tentei seguir o tutorial em http://www.c3sl.ufpr.br/multiterminal/howtos/howto-xephyr-pt.htm, mas não tive sucesso ainda.

Alguém tem algum tutorial, link ou documentação específica para implementar o multiterminal no ubuntu dapper?

Desde já eu agradeço por qualquer ajuda possível.

Obrigado,

Marcos C. Gomes

Offline maurobonas

  • Usuário Ubuntu
  • *
  • Mensagens: 8
    • Ver perfil
    • Pousada Ogum Marinho
Re: Multiterminal no Ubuntu Dapper
« Resposta #1 Online: 27 de MAR?O de 2007, 11:19 »
Para instalar Multiterminal:
Ubuntu 5.10 - receita de bolo do http://www.ronaldcosta.pro.br/ ( já fiz, o script de instalação  funcionou 100%)

Estou usando atualmente o multiterminal com o Ubuntu 6.10, está funcionando direito mas infelizmente alguns programas (amsn, skype) não funcionam. Tem dois tutoriais muito bom, no site www.ronaldcosta.pro.br e no www.ivsolutions.eti.br/multiterminais.

No site do Ronald (www.ronaldcosta.pro.br) tem, também uma receita para automatizar a configuração no Ubuntu 6.10 mas no meu caso que optei por usar placas de vídeo com duas saídas tem que eliminar do script  a configuração automatica do xorg.conf  e do gdm.conf

O multiterminal está funcionando para três cabeças mas na realidade funcionaria normalmente com 4 cabeças uma vez que estou usando duas placas de vídeo Nvidia com saídas vga e dvi.

Quem morar na Bahia e quiser ver o funcionamento ao vivo é só vir aqui na Pousada Ogum Marinho, ficamos na rua principal da Praia do Forte.
 
Meu gdm.conf e o xorg.conf:
Citar

O servers do gdm.conf

[servers]
0=Xephyr0
1=Xephyr1
2=Xephyr2
3=Xephyr3

[server-Xephyr0]
name=Xephyr0
command=/usr/bin/X -ac -br
handled=false
flexible=false

[server-Xephyr1]
name=Xephyr1
command=/usr/sbin/Xephyr.sh -display :0.0 -xauthority /var/lib/gdm/:0.Xauth -fullscreen -kbdphys isa0060/serio0/input0 -mousephys isa0060/serio1/input0 -use-evdev
handled=true
flexible=false

[server-Xephyr2]
name=Xephyr2
command=/usr/sbin/Xephyr.sh -display :0.1 -xauthority /var/lib/gdm/:0.Xauth -fullscreen -kbdphys usb-0000:00:1d.2-1.3/input0 -mousephys usb-0000:00:1d.2-1.3/input1 -use-evdev
handled=true
flexible=false

[server-Xephyr3]
name=Xephyr3
command=/usr/sbin/Xephyr.sh -display :0.2 -xauthority /var/lib/gdm/:0.Xauth -fullscreen -kbdphys usb-0000:00:1d.2-2.2/input0 -mousephys usb-0000:00:1d.2-2.2/input1 -use-evdev
handled=true
flexible=false


O xorg.conf:

Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/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 "GLcore"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

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

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

Section "Monitor"
Identifier "Monitor 1"
Option "DPMS" "true"
EndSection

Section "Monitor"
Identifier "Monitor 2"
Option "DPMS" "true"
EndSection

Section "Monitor"
Identifier "Monitor 3"
Option "DPMS" "true"
EndSection

Section "Device"
BusID "PCI:1:0:0"
Identifier "Card0"
Driver "nvidia"
# VendorName "All"
# BoardName "All"
Screen 0
# Option "NoInt10" "Yes"
EndSection

Section "Device"
BusID "PCI:1:0:0"
Identifier "Card1"
Driver "nvidia"
# VendorName "All"
# BoardName "All"
Screen 1
#Option "NoInt10" "Yes"
EndSection

Section "Device"
Identifier "Card2"
Driver "nvidia"
BusID "PCI:2:1:0"
# VendorName "All"
# BoardName "All"
# Screen 2
# Option "NoInt10" "Yes"
EndSection


Section "Screen"
Identifier "Screen 1"
Device "Card0"
Monitor "Monitor 1"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen 2"
Device "Card1"
Monitor "Monitor 2"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen 3"
Device "Card2"
Monitor "Monitor 3"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Screen 1"
Screen "Screen 2" Below "Screen 1"
Screen "Screen 3" Below "Screen 2"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "DRI"
Mode 0666
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail" "yes"
Option "BlankTime" "0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
Option "DontVTSwitch" "yes"
Option "DontZap" "yes"
EndSection


« Última modificação: 27 de MAR?O de 2007, 11:38 por maurobonas »
Para que levar a vida tão a sério se ela é uma louca aventura na qual jamais sairemos vivos.

Após resolver o seu problema inclua no título do tópico a palavra “Resolvido”.