Autor Tópico: Outro monitor?  (Lida 2813 vezes)

Offline RKHM

  • Usuário Ubuntu
  • *
  • Mensagens: 120
    • Ver perfil
Outro monitor?
« Online: 26 de Dezembro de 2009, 13:56 »
Olá a todos,
Tenho no meu notebook, uma entrada para outro monitor. A placa de vídeo é SIS 771/671, e depois de muito esforço, consegui ajeitar o xorg.conf para que ele aceitasse resolução superior a 800x600.
O problema é que o Ubuntu ainda não reconhece a placa (fica como desconhecido na parte de vídeo) e eu ainda não consegui ligar outro monitor na entrada. Alguém sabe como arrumar isso no Ubuntu 9.10?
O meu xorg.conf está assim:
Código: [Selecionar]
# xorg.conf (X.Org 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 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 "Device"
Identifier "Configured Video Device"
        Driver "sisimedia"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Obrigado,

Offline Felix

  • Equipe Ubuntu
  • Usuário Ubuntu
  • *****
  • Mensagens: 3.068
    • Ver perfil
    • Alexsandro Felix
Re: Outro monitor?
« Resposta #1 Online: 26 de Dezembro de 2009, 16:16 »
Fica meio grandinho colocar o texto completo aqui, mas este é o mesmo chipset que tenho em meu notebook e estou conseguindo usá-lo quase que normalmente, consigo ligar outro monitor sem problemas, mas apenas clono a mesma tela em ambos, ainda não consegui desktop's diferentes, mas coloquei os procedimentos que fiz até agora em meu blog:

http://blog.ffelix.eti.br/ubuntu/ubuntu-9-10-xorg-conf-sis-771671-problemas/

este é meu xorg.conf:

Citar
# xorg.conf (X.Org 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 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 "Device"
   Identifier   "Configured Video Device"
   Driver "sis671"
EndSection

Section "Monitor"
   Identifier   "Configured Monitor"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Monitor      "Configured Monitor"
   Device      "Configured Video Device"
EndSection

Offline RKHM

  • Usuário Ubuntu
  • *
  • Mensagens: 120
    • Ver perfil
Re: Outro monitor?
« Resposta #2 Online: 26 de Dezembro de 2009, 22:23 »
Olá,
Instalei o .deb e reconfigurei meu xorg.conf, que está assim agora:
Código: [Selecionar]
# xorg.conf (X.Org 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 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 "Device"
Identifier "Configured Video Device"
Driver "sis671"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
No entanto, o monitor ainda é desconhecido.
Obrigado,

Offline Felix

  • Equipe Ubuntu
  • Usuário Ubuntu
  • *****
  • Mensagens: 3.068
    • Ver perfil
    • Alexsandro Felix
Re: Outro monitor?
« Resposta #3 Online: 27 de Dezembro de 2009, 13:38 »
Conecte o monitor ao notebook e ligue o monitor e somente depois o notebook, comigo funciona. (sim, aparece como monitor desconhecido, mas funciona normalmente)

Offline RKHM

  • Usuário Ubuntu
  • *
  • Mensagens: 120
    • Ver perfil
Re: Outro monitor?
« Resposta #4 Online: 02 de Janeiro de 2010, 13:59 »
Olá,
Funcionou, porém a resolução fica a mesma do notebook - que é widescreen - e isso deixa bordas na imagem, não tem como alterar?
Obrigado,