Pages

segunda-feira, outubro 08, 2012

SiS 661/741/760 PCI/AGP or 662/761Gx PCIE VGA Display Adapter no Ubuntu 10.04 e 10.10


Um problema que perdura a um bom tempo são os driver SIS . Nas distros 10.04 e 10.10 não vem com o xorg.conf e, para piorar, quem tem notebook e usa o driver SIS 671/771 simplesmente fica restrito a resolução 800x600. 

O xorg.conf está presente na Distro 11.04, portanto não precisa baixar.
Se vc usa Ubuntu 11.04 ou mais recente não precisa baixar o xorg.conf
Se vc usa Ubuntu 10.04 ou 10.10 Baixe o Arquivo Xorg.conf nos links abaixo.


Mais uma vez garimpando na net achei a forma de contornar este problema desagradável. Vamos à solução.

Verifique se sua placa de vídeo tem a saída parecida com a seguir:

$ lspci | grep -i vga
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter (rev 10)

Se a resposta for semelhante a essa , abra o Firefox e baixe os arquivos para um local de sua preferênciaAbaixo seguem os links.


 Xorg.conf
 Driver 32 bit
 Driver 64 bit

Descompacte os dois arquivos
Entre no Terminal e digite:


$ sudo nautilus

entre com sua senha root.
Agora vc é root em modo grafico.
 
  • Copie os dois arquivos da pasta drive que vc descomprimiu e cole em  /usr/lib/xorg/modules/drivers
  • agora copie o arquivo Xorg.conf para: /etc/X11/
  • Abra o arquivo Xorg.conf , apague tudo, copie e cole o xorg que esta logo ai abaixo em azul no lugar daquele que vc  apagou.
  • Salve e reinicie seu ubuntu
  • Agora seja feliz com sua placa SIS rodando lindinho... :-)
________________________________________________________________

# 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 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"
EndSection
Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "abnt2"
   Option      "XkbLayout"   "br"
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/input/wacom"
   Option      "Type"      "stylus"
   Option      "ForceDevice"   "ISDV4"      # Tablet PC ONLY
EndSection
Section "InputDevice"
   Driver      "wacom"
   Identifier   "eraser"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"      "eraser"
   Option      "ForceDevice"   "ISDV4"      # Tablet PC ONLY
EndSection
Section "InputDevice"
   Driver      "wacom"
   Identifier   "cursor"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"      "cursor"
   Option      "ForceDevice"   "ISDV4"      # Tablet PC ONLY
EndSection
Section "Device"
   Identifier   "Silicon Integrated Systems [SiS] 661/741/760 PCI/AGP or 662/761Gx PCIE VGA Display Adapter"
   Driver      "sis"
   BusID      "PCI:1:0:0"
EndSection
Section "Monitor"
   Identifier   "LP517"
   Option      "DPMS"
   HorizSync   31-60
   VertRefresh   60-75
EndSection
Section "Screen"
   Identifier   "Default Screen"
   Device      "Silicon Integrated Systems [SiS] 661/741/760 PCI/AGP or 662/761Gx PCIE VGA Display Adapter"
   Monitor      "LP517"
   DefaultDepth   24
   SubSection "Display"
      Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
EndSection
Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
   InputDevice   "Generic Keyboard"
   InputDevice   "Configured Mouse"
# Uncomment if you have a wacom tablet
#   InputDevice     "stylus"   "SendCoreEvents"
#   InputDevice     "cursor"   "SendCoreEvents"
#   InputDevice     "eraser"   "SendCoreEvents"
EndSection





 




5 comentários:

  1. Olá!
    Esse esquema habilita os efeitos 3d e transparências?
    Abraço!

    ResponderExcluir
    Respostas
    1. Olá amigo, na verdade essa é a solução para aqueles casos onde a resolução não passa de 800x600, esse problema acontece por culpa da SIS que desenvolvem drivers muito ruim para Linux, a Canonical já anunciou que não vai mais dar suporte a placas SIS...

      Excluir
  2. Estou com uma máquina aqui com o SIS661FX e o LiveCD do Mint só carrega em modo de compatibilidade.
    Esse procedimento funciona também para o Mint 14 e 15?
    E para o LMDE?

    ResponderExcluir
  3. Este comentário foi removido pelo autor.

    ResponderExcluir