Autor Tópico: Extender área no notebook para monitor externo.  (Lida 1760 vezes)

Offline marlonlp

  • Usuário Ubuntu
  • *
  • Mensagens: 2
    • Ver perfil
    • Marlon Pacheco
Extender área no notebook para monitor externo.
« Online: 04 de Maio de 2010, 16:41 »
Boa tarde pessoal.

Depois de muito procurar e tentar, resolvi postar aqui minha dúvida.
Tenho um notebook Intelbrás i10 com a 'infame' placa de vídeo sis671. Depois de conseguir configurar corretamente o driver no note para reconhecer a resolução de 1280x800 agora tenho um desafio um pouco maior. Tenho 'sobrando' em casa um monitor LCD 18" wide que eu gostaria de usar como extensão da minha área de trabalho do note, por exemplo, usar o Eclipse no note para programar e usar o monitor externo para visualizar o resultado. Hoje quando ligo o monitor no note, o desktop é o mesmo ou então só posso utilizar o monitor, pois a tela do note fica preta.
Não sei se isso é possível, mas tive a impressão de ver um funcionário aqui da empresa fazer isso (antes que perguntem) não tive a oportunidade de perguntar pra ele.
Abaixo o conteúdo do meu Xorg.conf

# xorg.conf (X.Org X Window System server configuration file ubuntu 9.04)
#
# 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 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "ServerLayout"
   Identifier "Default Layout"
   Screen 0 "Screen0" 0 0
   Screen 1 "Screen1" RightOf "Screen0"
   InputDevice "Synaptics Touchpad" "CorePointer"
EndSection

Section "Module"
   Load  "dbe"
   Load  "dri"
   Load  "dri2"
   Load  "extmod"
   Load  "glx"
   Load  "record"
EndSection

Section "ServerFlags"
   Option "Xinerama" "0"
EndSection

Section "InputDevice"
   Identifier     "Synaptics Touchpad"
   Driver         "synaptics"
   Option         "SendCoreEvents" "true"
   Option         "Device" "/dev/psaux"
   Option         "Protocol" "auto-dev"
   Option         "HorizScrollDelta" "0"
   Option         "SHMConfig" "on"
EndSection

Section "Monitor"
   Identifier "Monitor0"
   VendorName "Intelbras"
   ModelName "i30"
   HorizSync 30.0 - 81.0
   VertRefresh 56.0 - 75.0
   modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
   modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
   modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
   modeline  "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
EndSection

Section "Monitor"
   Identifier "Monitor1"
   VendorName "Proview"
   ModelName "19''"
   HorizSync 49.0 - 81.0
   VertRefresh 60.0 - 75.0
   modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
   modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
   modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
   modeline  "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
EndSection

Section "Device"
   Identifier   "Configured Video Device"
   Driver       "sis671"
EndSection

Section "Device"
   Identifier "Device0"
   Driver "sis671"
   BusID "PCI:1:0:0"
   Screen 0
   Option "EnableSiSCtrl" "yes"
EndSection

#Section "Device"
#   Identifier "Device1"
#   Driver "sis671"
#   BusID "PCI:1:0:0"
#   Screen 1
#EndSection

Section "Screen"
   Identifier "Default Screen"
   Device "Configured Video Device"
   SubSection "Display"
      Modes      "1280x800@60"   "800x600@60"   "800x600@56"   "640x480@60"
   EndSubSection
EndSection

Section "Screen"
   Identifier "Screen0"
   Device "Device0"
   Monitor "Monitor0"
   SubSection "Display"
   Viewport   0 0
   Depth     1
   Virtual 1280 800
   EndSubSection
   SubSection "Display"
   Viewport   0 0
   Depth     4
   Virtual 1280 800
   EndSubSection
   SubSection "Display"
   Viewport   0 0
   Depth     8
   Virtual 1280 800
   EndSubSection
   SubSection "Display"
   Viewport   0 0
   Depth     15
   Virtual 1280 800
   EndSubSection
   SubSection "Display"
   Viewport   0 0
   Depth     16
   Virtual 1280 800
   EndSubSection
   SubSection "Display"
   Viewport   0 0
   Depth     24
   Virtual 1280 800
   EndSubSection
EndSection

Section "Screen"
   Identifier "Screen1"
   Device "Device0"
   Monitor "Monitor1"
   SubSection "Display"
   Viewport   0 0
   Depth     1
   Virtual 1280 768
   EndSubSection
   SubSection "Display"
   Viewport   0 0
   Depth     4
   Virtual 1280 768
   EndSubSection
   SubSection "Display"
   Viewport   0 0
   Depth     8
   Virtual 1280 768
   EndSubSection
   SubSection "Display"
   Viewport   0 0
   Depth     15
   Virtual 1280 768
   EndSubSection
   SubSection "Display"
   Viewport   0 0
   Depth     16
   Virtual 1280 768
   EndSubSection
   SubSection "Display"
   Viewport   0 0
   Depth     24
   Virtual 1280 768
   EndSubSection
EndSection

Desde já agradeço a ajuda de todos.

Marlon Pacheco
www.marlonpacheco.com.br